-
Notifications
You must be signed in to change notification settings - Fork 737
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Payroll): calculate loan repayment amount based on payroll end da…
…te instead of posting date (#2154) * fix(Payroll): calculate loan repayment amount based on payroll end date instead of posting date - for backdated salary slips fetching loan repayments based on posting date leads to more deductions than earnings sometimes. Process this relative to the payroll dates instead of posting date * refactor: move out process accrual entries from `get_loan_details` - doing extra actions in a function named get is misleading
- Loading branch information
1 parent
eaa8d3d
commit 5669fab
Showing
1 changed file
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters