Commit 0c9323c3 authored by Fabien Morin's avatar Fabien Morin

2009-03-10 fabien

* rename salaire_net_imposabe base_amount into taxable_net_pay
* add a macro used to display localised information in a part of the payslip
* increment version number because of the new style of the payslip

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25934 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1d3f80e1
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>base_amount/salaire_net_imposable</string> <string>base_amount/taxable_net_pay</string>
<string>base_amount/taxable_net_pay</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -31,7 +32,7 @@ ...@@ -31,7 +32,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>salaire_net_imposable</string> </value> <value> <string>taxable_net_pay</string> </value>
</item> </item>
<item> <item>
<key> <string>int_index</string> </key> <key> <string>int_index</string> </key>
...@@ -49,7 +50,7 @@ ...@@ -49,7 +50,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Salaire net imposable</string> </value> <value> <string>Taxable Net Pay</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -83,7 +83,7 @@ model = context.getSpecialiseValue()\n ...@@ -83,7 +83,7 @@ model = context.getSpecialiseValue()\n
slice = model.getCell(slice_path)\n slice = model.getCell(slice_path)\n
\n \n
if not slice:\n if not slice:\n
return None\n return 0.0\n
\n \n
plafond = slice.getQuantityRangeMax()\n plafond = slice.getQuantityRangeMax()\n
\n \n
...@@ -165,13 +165,13 @@ return yearly_slice_amount\n ...@@ -165,13 +165,13 @@ return yearly_slice_amount\n
<string>yearly_slice_amount</string> <string>yearly_slice_amount</string>
<string>model</string> <string>model</string>
<string>slice</string> <string>slice</string>
<string>None</string>
<string>plafond</string> <string>plafond</string>
<string>gross_salary</string> <string>gross_salary</string>
<string>slice_amount</string> <string>slice_amount</string>
<string>_inplacevar_</string> <string>_inplacevar_</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>paysheet</string> <string>paysheet</string>
<string>None</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
2009-03-10 fabien
* rename salaire_net_imposabe base_amount into taxable_net_pay
* add a macro used to display localised information in a part of the payslip
* increment version number because of the new style of the payslip
2009-01-28 fabien 2009-01-28 fabien
* add salaire_net_imposable base_amount category * add salaire_net_imposable base_amount category
......
79 84
\ No newline at end of file \ No newline at end of file
portal_categories/base_amount/base_csg portal_categories/base_amount/base_csg
portal_categories/base_amount/salaire_net_imposable portal_categories/base_amount/taxable_net_pay
portal_categories/salary_range/france portal_categories/salary_range/france
portal_categories/salary_range/france/tranche_1 portal_categories/salary_range/france/tranche_1
portal_categories/salary_range/france/tranche_2 portal_categories/salary_range/france/tranche_2
......
0.1 0.2
\ 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