trytonpsk-staff_payroll_co/view/employee_form.xml

25 lines
883 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath
expr="/form/notebook/page[@id='mandatory_wages']" position="after">
<page string="Withholding Tax Deductible" id="withholding_tax_deductible">
<label name="health_prepaid"/>
<field name="health_prepaid"/>
<label name="fvp_ind"/>
<field name="fvp_ind"/>
<label name="fvp"/>
<field name="fvp"/>
<label name="afc"/>
<field name="afc"/>
<label name="housing_interest"/>
<field name="housing_interest"/>
<label name="dependents"/>
<field name="dependents"/>
<label name="other_income"/>
<field name="other_income"/>
</page>
</xpath>
</data>