mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-30 04:04:07 +02:00
work on payroll
This commit is contained in:
@@ -252,6 +252,22 @@
|
||||
<field name="note" placeholder="Add an internal note..."/>
|
||||
</div>
|
||||
</page>
|
||||
<page string="Employee Salary rule">
|
||||
<separator string="Employee Rule"/>
|
||||
<field name="emp_salary_line_ids">
|
||||
<tree string="Employee Salary Rule" editable="bottom">
|
||||
<field name="employee_id"/>
|
||||
<field name="basic_salary"/>
|
||||
<field name="other_allowance"/>
|
||||
<field name="housing_allowance"/>
|
||||
<field name="travel_allowance"/>
|
||||
<field name="total_salary"/>
|
||||
<field name="monthly_deduct"/>
|
||||
<field name="deduction_start_date"/>
|
||||
<field name="deduction_end_date"/>
|
||||
</tree>
|
||||
</field>
|
||||
</page>
|
||||
</notebook>
|
||||
</sheet>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user