Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -443,7 +443,7 @@ public class RollCallMandatoryRepository : RepositoryBase<long, RollCall>, IRoll
|
||||
//TimeSpan mandatoryHoursTimeSpan = new TimeSpan(7, 20, 0).Multiply(mandatorDays);
|
||||
//TimeSpan Mandatory = sumSpansWhitOutleaves.Subtract(mandatoryHoursTimeSpan);
|
||||
|
||||
double mandatoryWorkWithOutleaves = (sumSpans.TotalMinutes) / 60;
|
||||
double mandatoryWorkWithOutleaves = (sumSpansWhitOutleaves.TotalMinutes) / 60;
|
||||
double overTimeWork = 0;
|
||||
if (mandatoryWorkWithOutleaves > mandatoryHours)
|
||||
{
|
||||
|
||||
@@ -997,7 +997,7 @@ public class IndexModel : PageModel
|
||||
//مدت غیبت
|
||||
AbsencePeriod = leavePayNew.AbsencePeriod,
|
||||
//کسری غیبت
|
||||
AbsenceDeduction = leavePayNew.AbsenceDeduction,
|
||||
AbsenceDeduction = 0,
|
||||
//وضعیت تصفیه مزد مرخصی
|
||||
LeaveCheckout = leavePayNew.LeaveCheckout,
|
||||
//میانگین ساعت کار در روز
|
||||
|
||||
Reference in New Issue
Block a user