[FIX] l10n_in_hr_payroll: small fix

bzr revid: mra@tinyerp.com-20120824114341-cah1258419d439ge
This commit is contained in:
Mustufa Rangwala (OpenERP) 2012-08-24 17:13:41 +05:30
parent 47e33a1d70
commit 239012ff9d
1 changed files with 3 additions and 3 deletions

View File

@ -381,7 +381,7 @@ Now difference of income tax between payment year and actual year would be allow
<field name="category_id" ref="hr_payroll.DED"/>
<field name="condition_select">none</field>
<field name="amount_select">fix</field>
<field eval="1500.0" name="amount_fix"/>
<field eval="-1500.0" name="amount_fix"/>
<field name="register_id" ref="hr_company_transport_register"/>
<field name="sequence" eval="165"/>
<field name="note">Company provided transport amount is based on company.</field>
@ -403,7 +403,7 @@ Now difference of income tax between payment year and actual year would be allow
<field name="name">Employee's Deduction Towards State Labour Welfare Fund</field>
<field name="category_id" ref="hr_payroll.DED"/>
<field name="amount_select">fix</field>
<field eval="3.0" name="amount_fix"/>
<field eval="-3.0" name="amount_fix"/>
<field name="sequence" eval="170"/>
<field name="register_id" ref="hr_labour_Welfare_fund_register"/>
<field name="note">The LWF is applicable to all the members of the organisation except the Management staff (Staffs having authority to sign on the cheque/official documents on behalf of the organisation). for e.x. Employee Contribution is Rs. 3.00 and Employer contribution Rs. 6.00 Total Rs 9.00 and deposited to the LWF office.It is half yearly contribution (June and December).</field>
@ -414,7 +414,7 @@ Now difference of income tax between payment year and actual year would be allow
<field name="name">Employer's Deduction Towards State Labour Welfare Fund </field>
<field name="category_id" ref="hr_payroll.DED"/>
<field name="amount_select">fix</field>
<field eval="6.0" name="amount_fix"/>
<field eval="-6.0" name="amount_fix"/>
<field name="sequence" eval="171"/>
<field name="register_id" ref="hr_labour_Welfare_fund_register"/>
<field name="note">The LWF is applicable to all the members of the organisation except the Management staff (Staffs having authority to sign on the cheque/official documents on behalf of the organisation). for e.x. Employee Contribution is Rs. 3.00 and Employer contribution Rs. 6.00 Total Rs 9.00 and deposited to the LWF office.It is half yearly contribution (June and December).</field>