Commit 7c34e84b authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_payroll_social_report_fr: update social contribution rates

parent efa75cee
......@@ -75,10 +75,10 @@ SOCIAL_ENTITY = \'\'\n
current_establishement_code = portal.accounting_module[payslip_list[0]].getDestinationSectionValue().getCorporateRegistrationCode()[-5:]\n
\n
# Rate to apply to bases to calculate the final amount of fees\n
standard_rates = {\'012D\': 0.2, \'027D\': 0.00016, \'100D\': 0.194, \'100P\': 0.1535,\n
standard_rates = {\'012D\': 0.2, \'027D\': 0.00016, \'100D\': 0.1954, \'100P\': 0.1545,\n
\'260D\': 0.08, \'332P\': 0.001, \'343D\': 0.024, \'400D\': 0., \'430D\': 0.018,\n
\'479D\': 0.08, \'671P\': 1., \'772D\': 0.064, \'863D\': 0.2120,\n
\'863P\': 0.1535, \'937D\': 0.003}\n
\'479D\': 0.08, \'671P\': 1., \'772D\': 0.064, \'863D\': 0.2134,\n
\'863P\': 0.1545, \'937D\': 0.0025}\n
\n
################################################################################\n
def printAsPositiveRate(number):\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment