Commit 1e905cec authored by Kevin Deldycke's avatar Kevin Deldycke

French payroll rate updated.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9262 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 641f7c8e
...@@ -301,8 +301,12 @@ default[\'unemployment_insurance/salaire_brut\'] = \\\n ...@@ -301,8 +301,12 @@ default[\'unemployment_insurance/salaire_brut\'] = \\\n
}\n }\n
\n \n
# FNGS\n # FNGS\n
# Employer rate has changed starting from jul, 1st 2006\n
fngs_employer_rate = 0.25\n
if stop_date < DateTime(2006, 7, 1):\n
fngs_employer_rate = 0.15\n
default[\'fngs/salaire_brut\'] = \\\n default[\'fngs/salaire_brut\'] = \\\n
{ \'employer_rate\' : 0.25\n { \'employer_rate\' : fngs_employer_rate\n
, \'employee_rate\' : None\n , \'employee_rate\' : None\n
, \'base\' : gross_salary\n , \'base\' : gross_salary\n
}\n }\n
...@@ -592,6 +596,7 @@ return default\n ...@@ -592,6 +596,7 @@ return default\n
<string>new_name</string> <string>new_name</string>
<string>employer_rate</string> <string>employer_rate</string>
<string>employee_rate</string> <string>employee_rate</string>
<string>fngs_employer_rate</string>
<string>employee_share_rate</string> <string>employee_share_rate</string>
<string>employer_share_rate</string> <string>employer_share_rate</string>
<string>col_agr</string> <string>col_agr</string>
......
2006-08-18 Kevin
* French payroll rate updated.
2006-07-25 jerome 2006-07-25 jerome
* put services in a dedicated module, payroll_service_module * put services in a dedicated module, payroll_service_module
...@@ -58,4 +61,4 @@ ...@@ -58,4 +61,4 @@
* PaySheetTransaction_preCalculation() now handle ceiling salary year safely. * PaySheetTransaction_preCalculation() now handle ceiling salary year safely.
2005-07-07 Jérome 2005-07-07 Jérome
* Rename service to service_module. * Rename service to service_module.
\ No newline at end of file
1 12
\ No newline at end of file \ No newline at end of file
0.1.6 0.1.7
\ No newline at end of file \ No newline at end of file
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