remove Math.truncate for monthly salary for compute customize checkout
This commit is contained in:
@@ -2379,7 +2379,7 @@ CreateWorkingHoursTemp command, bool holidayWorking)
|
||||
EmployeeId = employeeId,
|
||||
SumOfWorkingDays = totalDays.ToString(),
|
||||
ContractNo = contract?.ContractNo ?? "-",
|
||||
MonthlySalary = Math.Truncate(dailyWage * mandatoryDays),
|
||||
MonthlySalary = dailyWage * mandatoryDays,
|
||||
PersonnelCode = personnelCode,
|
||||
FineViewModels = fineViewModels,
|
||||
InstallmentViewModels = loanInstallments,
|
||||
|
||||
Reference in New Issue
Block a user