From f4c3aa18896a55b41ebe1daf8e20562f0744b84b Mon Sep 17 00:00:00 2001 From: SamSys Date: Thu, 2 Oct 2025 13:03:29 +0330 Subject: [PATCH] Except Personnel checkoutChange --- .../Areas/Admin/Pages/Company/Checkouts/Index.cshtml.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ServiceHost/Areas/Admin/Pages/Company/Checkouts/Index.cshtml.cs b/ServiceHost/Areas/Admin/Pages/Company/Checkouts/Index.cshtml.cs index 0dc5ea9d..698f318f 100644 --- a/ServiceHost/Areas/Admin/Pages/Company/Checkouts/Index.cshtml.cs +++ b/ServiceHost/Areas/Admin/Pages/Company/Checkouts/Index.cshtml.cs @@ -992,7 +992,12 @@ public class IndexModel : PageModel officialHoliday, totalHoursH, totalHoursM, consumableItemDouble, housingAllowanceDouble, familyAllowanceDouble, marriedAllowanceDouble, workshop.IsOldContract); - + //فاطمه احمدژاد === موقت عیدی و پاداش و سنوات حساب نشه + if (employee.Id == 45104 && workshop.Id == 315) + { + bunosesPay.Bunoses = 0; + yearsPay.YearsPay = 0; + } var command = new CreateCheckout { EmployeeFullName = employee.EmployeeFullName,