work on payroll

This commit is contained in:
sonal arora
2020-09-20 10:32:00 +00:00
parent 33aed253cf
commit f0af45d9da
18 changed files with 4 additions and 4 deletions

View File

@@ -664,5 +664,5 @@ class EmployeeSalary(models.Model):
travel_allowance = fields.Float('Transportation Allowance')
total_salary = fields.Float('Total Salary')
monthly_deduct = fields.Float('Monthly Deduction in AED')
deduction_start_date = fields.date('Deduction Start Date')
deduction_end_date = fields.date('Deduction End Date')
deduction_start_date = fields.Date('Deduction Start Date')
deduction_end_date = fields.Date('Deduction End Date')