Sepration js client/Contract/index
This commit is contained in:
@@ -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
1612
ServiceHost/wwwroot/AssetsClient/pages/Contracts/js/index.js
Normal file
1612
ServiceHost/wwwroot/AssetsClient/pages/Contracts/js/index.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user