add daily wage for non calculation for kabab mahdi
This commit is contained in:
@@ -2420,7 +2420,10 @@ CreateWorkingHoursTemp command, bool holidayWorking)
|
||||
return new CustomizeCheckoutMandatoryViewModel()
|
||||
{
|
||||
MonthlySalary = dailyWage * mandatoryDays,
|
||||
};
|
||||
ShiftStatus = customizeWorkshopEmployeeSettings.WorkshopShiftStatus,
|
||||
SettingSalary = customizeWorkshopEmployeeSettings.Salary,
|
||||
DailyWage = dailyWage
|
||||
};
|
||||
}
|
||||
|
||||
private void CreateRewardForBirthDay(long employeeId, long workshopId, double amount, int month, int year,
|
||||
|
||||
Reference in New Issue
Block a user