Sepration js client/Contract/index

This commit is contained in:
SamSys
2025-05-13 15:39:49 +03:30
parent 429b9aad27
commit 88a0552a07
3 changed files with 1750 additions and 1732 deletions

View File

@@ -120,10 +120,10 @@ public class YearlySalaryRepository : RepositoryBase<long, YearlySalary>, IYearl
var totalHours = totalHoursHDouble + totalHoursMDouble;// ساعت کارکرد پرسنل در این ماه
//var MandatoryDays = TotalDays - friday - officialholiday;
var MandatoryDays = TotalDays - fridayStartToEnd;
//اگر حضورغیاب داشت
if (hasRollCall)
MandatoryDays = TotalDays - fridayStartToEnd - officialholiday;
//var MandatoryDays = TotalDays - fridayStartToEnd;
////اگر حضورغیاب داشت
//if (hasRollCall)
var MandatoryDays = TotalDays - fridayStartToEnd - officialholiday;
//بدست آوردن ساعت موظفی این ماه
var TotalMandatoryHours = MandatoryDays * 7.33;//ساعت موظفی این ماه

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff