Commit 84b61184 authored by Kevin Deldycke's avatar Kevin Deldycke

* Add "Réduction Fillon" service and line.

* Include unit/time/month category to describe social contributions.
* Increase version.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9786 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cc16b385
......@@ -483,12 +483,22 @@ if col_agr not in (None, \'\') and \'syntec\' in col_agr.lower():\n
default[\'retenue_maladie/salaire_brut\'] = \\\n
{ \'employer_rate\' : None\n
, \'employee_rate\' : None\n
, \'base\' : None\n
, \'base\' : gross_salary\n
}\n
default[\'primes/salaire_brut\'] = \\\n
{ \'employer_rate\' : None\n
, \'employee_rate\' : None\n
, \'base\' : None\n
, \'base\' : gross_salary\n
}\n
\n
# Also add a brand new line for "Reduction Fillon", a negative contribution.\n
# This tax can be calculated automaticcaly.\n
# Because of lack of time we just let the accountant do the work.\n
# See coresponding service description for more details.\n
default[\'reduction_fillon_forfait/forfait\'] = \\\n
{ \'employer_rate\' : None\n
, \'employee_rate\' : None\n
, \'base\' : 100.0\n
}\n
\n
return default\n
......
2006-09-07 Kevin
* Add "Réduction Fillon" service and line.
* Include unit/time/month category to describe social contributions.
2006-09-01 Kevin
* Allow people who started to work within the current year to appear in the employee list returned by Organisation_getEmployeeList.
......
22
\ No newline at end of file
27
\ No newline at end of file
0.1.9
\ No newline at end of file
0.1.10
\ 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