mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-18 18:59:08 +02:00
work on payroll
This commit is contained in:
BIN
hr_payroll_community/models/__pycache__/__init__.cpython-36.pyc
Normal file
BIN
hr_payroll_community/models/__pycache__/__init__.cpython-36.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user