Files
Backend-Api/ServiceHost/Areas/Client/Pages/Company/CustomizeCheckout/CheckoutTemporary.cshtml

1012 lines
79 KiB
Plaintext

@page
@using System.Globalization
@using _0_Framework.Application
@using CompanyManagment.App.Contracts.CustomizeCheckout
@using Microsoft.AspNetCore.Mvc.TagHelpers
@model ServiceHost.Areas.Client.Pages.Company.CustomizeCheckout.CheckoutTemporaryModel
@{
string clientVersion = _0_Framework.Application.Version.StyleVersion;
ViewData["Title"] = " - " + "فیش حقوقی موقت";
int index = 1;
int i = 0;
DateTime date = DateTime.Today;
PersianCalendar pc = new();
int dayFa = pc.GetDayOfMonth(date);
}
@section Styles {
<link href="~/AssetsClient/css/table-style.css?ver=@clientVersion" rel="stylesheet"/>
<link href="~/AssetsClient/css/table-responsive.css?ver=@clientVersion" rel="stylesheet"/>
<link href="~/AssetsClient/css/datetimepicker.css?ver=@clientVersion" rel="stylesheet"/>
<link href="~/AssetsClient/css/dropdown.css?ver=@clientVersion" rel="stylesheet"/>
<link href="~/AssetsClient/css/filter-search.css?ver=@clientVersion" rel="stylesheet"/>
<link href="~/assetsclient/css/operation-button.css?ver=@clientVersion" rel="stylesheet"/>
<link href="~/AssetsClient/css/select2.css?ver=@clientVersion" rel="stylesheet"/>
<link href="~/AdminTheme/assets/sweet-alert/sweet-alert.min.css" rel="stylesheet">
<link href="~/assetsclient/pages/customizecheckout/css/CheckoutTemporary.css?ver=@clientVersion" rel="stylesheet"/>
<style>
.sweet-alert {
font-family: 'IranSans' !important
}
button.btn-delete {
border-radius: 8px;
}
button.btn-print {
width: 30px;
height: 30px;
border-radius: 8px;
}
.textRed {
color: red !important;
}
.btn-excel {
border-radius: 7px;
padding: 3px 7px;
color: #000000;
background-color: #afffcc
}
.btn-excel span {
color: #1E293B;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.btn-excel:hover {
background-color: #a8ebc1;
}
.conflict-icon {
color: #dc3545;
margin-right: 5px;
}
@@media (max-width: 767px) {
.table-contracts .Rtable .Rtable-row .Rtable-contract .Rtable-cell--heading button.btn-print {
width: 30px;
height: 30px;
border-radius: 8px;
}
.btn-excel, .btn-print-all {
width: 35px;
height: 35px;
}
.btn-excel span, .btn-print-all span {
display: none;
}
}
</style>
}
<input type="hidden" id="pageIndex" asp-for="@Model.SearchModel.PageIndex"/>
<input type="hidden" id="employeeId" asp-for="@Model.SearchModel.EmployeeId"/>
<input type="hidden" id="Year" asp-for="@Model.SearchModel.Year"/>
<input type="hidden" id="Month" asp-for="@Model.SearchModel.Month"/>
<input type="hidden" id="SearchStartFa" value="@Model.SearchModel.SearchStartFa"/>
<input type="hidden" id="SearchEndFa" value="@Model.SearchModel.SearchEndFa"/>
<input type="hidden" id="OrderBy" value="@Model.SearchModel.OrderBy"/>
<input type="hidden" id="BankId" value="@Model.SearchModel.BankId"/>
<div class="content-container">
<div class="container-fluid">
<div class="row p-2">
<div class="col p-0 m-0 d-flex align-items-center justify-content-between">
<div class="col d-flex align-items-center justify-content-start">
<img src="~/AssetsClient/images/checkoutList.png" alt="" class="img-fluid me-2"
style="width: 45px;"/>
<div>
<h4 class="title d-flex align-items-center">اطلاعات فیش حقوقی موقت</h4>
<div>@Model.WorkshopFullName</div>
</div>
</div>
<div>
<a asp-page="/Index" class="back-btn" type="button">
<span>بازگشت</span>
</a>
</div>
</div>
</div>
</div>
<button class="btn btn-rounded mb-5 goToTop">
<div class="d-flex align-items-center">
<span>برو بالا</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" width="20px" class="ms-1">
<path stroke-linecap="round" stroke-linejoin="round" d="m4.5 18.75 7.5-7.5 7.5 7.5"/>
<path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 7.5-7.5 7.5 7.5"/>
</svg>
</div>
</button>
<form role="form" method="get" name="search-theme-form1" id="search-theme-form1" autocomplete="off">
<div class="container-fluid d-none d-md-block">
<div class="row px-2">
<div class="search-box card border-0">
<div class="row">
<div class="col-12">
<div class="d-grid search-section gap-2">
<div class="d-grid grid-cols-2 gap-2 col-span-2">
<div class="wrapper-dropdown-year btn-dropdown" id="dropdown-year">
<span class="selected-display" id="destination-year">سال</span>
<svg class="arrow" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg"
class="transition-all ml-auto rotate-180">
<path d="M7 14.5l5-5 5 5" stroke="currentColor" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
<ul class="dropdown-year boxes" id="my-scrollbar">
<li class="item" value-data-year="0">سال</li>
@foreach (string year in @Model.YearlyList)
{
<li class="item" value-data-year="@year">@year</li>
}
</ul>
<input type="hidden" id="sendDropdownYear" asp-for="@Model.SearchModel.Year"/>
</div>
<div class="wrapper-dropdown-month btn-dropdown" id="dropdown-month">
<span class="selected-display" id="destination-month">ماه</span>
<svg class="arrow" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg"
class="transition-all ml-auto rotate-180">
<path d="M7 14.5l5-5 5 5" stroke="currentColor" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
<ul class="dropdown-month boxes">
<li class="item" value-data-month="0">ماه</li>
<li class="item" value-data-month="01">فروردین</li>
<li class="item" value-data-month="02">اردیبهشت</li>
<li class="item" value-data-month="03">خرداد</li>
<li class="item" value-data-month="04">تیر</li>
<li class="item" value-data-month="05">مرداد</li>
<li class="item" value-data-month="06">شهریور</li>
<li class="item" value-data-month="07">مهر</li>
<li class="item" value-data-month="08">آبان</li>
<li class="item" value-data-month="09">آذر</li>
<li class="item" value-data-month="10">دی</li>
<li class="item" value-data-month="11">بهمن</li>
<li class="item" value-data-month="12">اسفند</li>
</ul>
<input type="hidden" id="sendDropdownMonth" asp-for="@Model.SearchModel.Month"/>
</div>
</div>
<div class="col-span-1"><input type="text"
class="form-control form-control-date date text-center start-date"
asp-for="@Model.SearchModel.SearchStartFa"
style="direction: ltr;" placeholder="تاریخ شروع"/></div>
<div class="col-span-1"><input type="text"
class="form-control form-control-date date text-center end-date"
asp-for="@Model.SearchModel.SearchEndFa"
style="direction: ltr;" placeholder="تاریخ پایان"/></div>
<div class="col-span-2">
<select class="form-select select2Option" id="getPersonnel">
</select>
<input type="hidden" id="SearchModel_EmployeeId"
asp-for="@Model.SearchModel.EmployeeId"/>
</div>
<div class="col-span-2">
<div class="wrapper-dropdown" id="dropdown">
<span class="selected-display" id="destination">مرتب سازی</span>
<svg class="arrow" id="drp-arrow" width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg"
class="transition-all ml-auto rotate-180">
<path d="M7 14.5l5-5 5 5" stroke="currentColor" stroke-width="1.5"
stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
<ul class="dropdown p-2 border">
<li class="item"
value-data="@CustomizeCheckoutOrderByEnum.ContractStartDesc">شروع
قرارداد - بزرگ به کوچک
</li>
<li class="item" value-data="@CustomizeCheckoutOrderByEnum.ContractStart">
شروع قرارداد - کوچک به بزرگ
</li>
<li class="item" value-data="@CustomizeCheckoutOrderByEnum.ContractNo">شماره
قرارداد - کوچک به بزرگ
</li>
<li class="item" value-data="@CustomizeCheckoutOrderByEnum.ContractNoDesc">
شماره قرارداد - بزرگ به کوچک
</li>
</ul>
<input type="hidden" id="sendSorting" asp-for="@Model.SearchModel.OrderBy"/>
</div>
</div>
<div class="col-span-2">
<select class="form-select" id="bankSelectIndex" asp-for="@Model.SearchModel.BankId"
data-selected-value="@Model.SearchModel.BankId"
aria-label="انتخاب بانک ...">
</select>
</div>
<div class="d-flex gap-2 col-span-2">
<button
class="btn-search btn-w-size btn-search-click text-nowrap d-flex align-items-center justify-content-center"
id="searchBtn" type="submit">
<span>جستجو</span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" width="20" height="20"
class="ms-1">
<path stroke-linecap="round" stroke-linejoin="round"
d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"/>
</svg>
</button>
<a asp-page="/Company/CustomizeCheckout/CheckoutTemporary"
class="btn-clear-filter btn-w-size text-nowrap d-flex align-items-center justify-content-center disable"
id="filterRemove">
<span>حذف جستجو</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
<!-- Search Box -->
<!-- End Search Box -->
<!-- List Items -->
<div class="container-fluid p-3">
<div class="row px-lg-2 my-2">
<div class="card p-2">
<div class="row px-lg-2 my-2">
<div class="col-6 col-md-4">
<button class="btn-create mb-1 d-flex align-items-center justify-content-center gap-1"
onclick="openCreateCheckoutTemporaryModal()"
Permission="@SubAccountPermissionHelper.CreateCustomizeCheckoutTempPermissionCode">
<svg width="22" height="22" viewBox="0 0 22 22" fill="none"
xmlns="http://www.w3.org/2000/svg">
<circle cx="11" cy="11" r="8.25" stroke-width="1.5" stroke="white"/>
<path d="M11 13.75L11 8.25" stroke-width="1.5" stroke="white" stroke-linecap="round"/>
<path d="M13.75 11L8.25 11" stroke-width="1.5" stroke="white" stroke-linecap="round"/>
</svg>
ایجاد فیش حقوقی
</button>
</div>
<div class="d-none d-md-block col-4 text-center">
<span>
لیست فیش حقوقی موقت
</span>
</div>
<div class="col-6 col-md-4 text-end">
<div class="d-none d-md-flex align-items-center justify-content-end gap-1 my-1">
<button onclick="printAll()" class="btn-print-all text-nowrap" type="button"
Permission="@SubAccountPermissionHelper.PrintCustomizeCheckoutTempPermissionCode">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"
fill="none">
<path
d="M15.0001 11.2493H15.139C16.0279 11.2493 16.4723 11.2493 16.759 10.9866C16.7805 10.967 16.801 10.9464 16.8207 10.9249C17.0834 10.6382 17.0834 10.1938 17.0834 9.3049V9.3049C17.0834 7.52714 17.0834 6.63826 16.558 6.06484C16.5187 6.02194 16.4775 5.98077 16.4346 5.94146C15.8612 5.41602 14.9723 5.41602 13.1945 5.41602H6.91675C5.03113 5.41602 4.08832 5.41602 3.50253 6.0018C2.91675 6.58759 2.91675 7.5304 2.91675 9.41602V10.2493C2.91675 10.7208 2.91675 10.9565 3.06319 11.1029C3.20964 11.2493 3.44534 11.2493 3.91675 11.2493H5.00008"
stroke="#1E293B"/>
<path
d="M5.41675 16.3903L5.41675 9.91732C5.41675 8.97451 5.41675 8.5031 5.70964 8.21021C6.00253 7.91732 6.47394 7.91732 7.41675 7.91732L12.5834 7.91732C13.5262 7.91732 13.9976 7.91732 14.2905 8.21021C14.5834 8.5031 14.5834 8.97451 14.5834 9.91732L14.5834 16.3903C14.5834 16.7068 14.5834 16.8651 14.4796 16.9399C14.3758 17.0148 14.2256 16.9647 13.9253 16.8646L12.2572 16.3086C12.1712 16.2799 12.1282 16.2656 12.0839 16.2669C12.0396 16.2682 11.9975 16.285 11.9134 16.3187L10.1858 17.0097C10.0941 17.0464 10.0482 17.0647 10.0001 17.0647C9.95194 17.0647 9.90609 17.0464 9.81439 17.0097L8.0868 16.3187C8.00267 16.285 7.9606 16.2682 7.91627 16.2669C7.87194 16.2656 7.82896 16.2799 7.74299 16.3086L6.07486 16.8646C5.77455 16.9647 5.62439 17.0148 5.52057 16.9399C5.41675 16.8651 5.41675 16.7068 5.41675 16.3903Z"
stroke="#1E293B"/>
<path d="M7.91675 11.25L11.2501 11.25" stroke="#1E293B" stroke-linecap="round"/>
<path d="M7.91675 13.75L12.0834 13.75" stroke="#1E293B" stroke-linecap="round"/>
<path
d="M14.5834 5.41732V5.41732C14.5834 3.97799 14.5834 3.25833 14.1954 2.76756C14.1087 2.65791 14.0095 2.55874 13.8998 2.47204C13.4091 2.08398 12.6894 2.08398 11.2501 2.08398H8.75008C7.31076 2.08398 6.5911 2.08398 6.10032 2.47204C5.99068 2.55874 5.8915 2.65791 5.8048 2.76756C5.41675 3.25833 5.41675 3.97799 5.41675 5.41732V5.41732"
stroke="#1E293B"/>
</svg>
<span>پرینت گروهی</span>
</button>
<button onclick="downloadExcelAll()" class="btn-excel text-nowrap" type="button"
Permission="@SubAccountPermissionHelper.ExcelCustomizeCheckoutTempPermissionCode">
<svg width="20" height="20" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg"
fill="#000000">
<g id="SVGRepo_bgCarrier" stroke-width="1"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<defs>
<style>
.cls-1 {
fill: #0f773d;
}</style>
</defs>
<title></title>
<g id="xxx-word">
<path class="cls-1"
d="M325,105H250a5,5,0,0,1-5-5V25a5,5,0,1,1,10,0V95h70a5,5,0,0,1,0,10Z"></path>
<path class="cls-1"
d="M325,154.83a5,5,0,0,1-5-5V102.07L247.93,30H100A20,20,0,0,0,80,50v98.17a5,5,0,0,1-10,0V50a30,30,0,0,1,30-30H250a5,5,0,0,1,3.54,1.46l75,75A5,5,0,0,1,330,100v49.83A5,5,0,0,1,325,154.83Z"></path>
<path class="cls-1"
d="M300,380H100a30,30,0,0,1-30-30V275a5,5,0,0,1,10,0v75a20,20,0,0,0,20,20H300a20,20,0,0,0,20-20V275a5,5,0,0,1,10,0v75A30,30,0,0,1,300,380Z"></path>
<path class="cls-1"
d="M275,280H125a5,5,0,1,1,0-10H275a5,5,0,0,1,0,10Z"></path>
<path class="cls-1"
d="M200,330H125a5,5,0,1,1,0-10h75a5,5,0,0,1,0,10Z"></path>
<path class="cls-1"
d="M325,280H75a30,30,0,0,1-30-30V173.17a30,30,0,0,1,30-30h.2l250,1.66a30.09,30.09,0,0,1,29.81,30V250A30,30,0,0,1,325,280ZM75,153.17a20,20,0,0,0-20,20V250a20,20,0,0,0,20,20H325a20,20,0,0,0,20-20V174.83a20.06,20.06,0,0,0-19.88-20l-250-1.66Z"></path>
<path class="cls-1"
d="M152.44,236H117.79V182.68h34.3v7.93H127.4v14.45h19.84v7.73H127.4v14.92h25Z"></path>
<path class="cls-1"
d="M190.18,236H180l-8.36-14.37L162.52,236h-7.66L168,215.69l-11.37-19.14h10.2l6.48,11.6,7.38-11.6h7.46L177,213.66Z"></path>
<path class="cls-1"
d="M217.4,221.51l7.66.78q-1.49,7.42-5.74,11A15.5,15.5,0,0,1,209,236.82q-8.17,0-12.56-6a23.89,23.89,0,0,1-4.39-14.59q0-8.91,4.8-14.73a15.77,15.77,0,0,1,12.81-5.82q12.89,0,15.35,13.59l-7.66,1.05q-1-7.34-7.23-7.34a6.9,6.9,0,0,0-6.58,4,20.66,20.66,0,0,0-2.05,9.59q0,6,2.13,9.22a6.74,6.74,0,0,0,6,3.24Q215.49,229,217.4,221.51Z"></path>
<path class="cls-1"
d="M257,223.42l8,1.09a16.84,16.84,0,0,1-6.09,8.83,18.13,18.13,0,0,1-11.37,3.48q-8.2,0-13.2-5.51t-5-14.92q0-8.94,5-14.8t13.67-5.86q8.44,0,13,5.78t4.61,14.84l0,1H238.61a22.12,22.12,0,0,0,.76,6.45,8.68,8.68,0,0,0,3,4.22,8.83,8.83,0,0,0,5.66,1.8Q254.67,229.83,257,223.42Zm-.55-11.8a9.92,9.92,0,0,0-2.56-7,8.63,8.63,0,0,0-12.36-.18,11.36,11.36,0,0,0-2.89,7.13Z"></path>
<path class="cls-1" d="M282.71,236h-8.91V182.68h8.91Z"></path>
</g>
</g>
</svg>
<span>خروجی اکسل</span>
</button>
<button class="btn-print-all text-nowrap RemoveBtnAll" type="button"
Permission="@SubAccountPermissionHelper.DeleteCustomizeCheckoutTempPermissionCode">
<svg width="20" height="20" viewBox="0 0 22 22" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M8.70825 13.2891L8.70825 10.5391" stroke="#BF3737" stroke-linecap="round"/>
<path d="M13.2917 13.2891L13.2917 10.5391" stroke="#BF3737" stroke-linecap="round"/>
<path
d="M2.75 5.96094H19.25V5.96094C18.122 5.96094 17.558 5.96094 17.1279 6.18191C16.7561 6.37284 16.4536 6.67541 16.2626 7.04713C16.0417 7.47732 16.0417 8.0413 16.0417 9.16927V13.8776C16.0417 15.7632 16.0417 16.706 15.4559 17.2918C14.8701 17.8776 13.9273 17.8776 12.0417 17.8776H9.95833C8.07271 17.8776 7.12991 17.8776 6.54412 17.2918C5.95833 16.706 5.95833 15.7632 5.95833 13.8776V9.16927C5.95833 8.0413 5.95833 7.47732 5.73737 7.04713C5.54643 6.67541 5.24386 6.37284 4.87214 6.18191C4.44195 5.96094 3.87797 5.96094 2.75 5.96094V5.96094Z"
stroke="#BF3737" stroke-linecap="round"/>
<path
d="M8.70841 3.20595C8.70841 3.20595 9.16675 2.28906 11.0001 2.28906C12.8334 2.28906 13.2917 3.20573 13.2917 3.20573"
stroke="#BF3737" stroke-linecap="round"/>
</svg>
<span>حذف گروهی</span>
</button>
</div>
</div>
<div class="wrapper list-box table-contracts">
<!-- Advance Search Box -->
<div class="container-fluid d-block d-md-none">
<div class="row d-flex align-items-center justify-content-between">
<div class="search-box bg-white">
<div class="col text-center">
<button class="btn-search w-100" type="button" data-bs-toggle="modal"
data-bs-target="#searchModal">
<span>جستجو پیشرفته</span>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none">
<circle cx="11" cy="11" r="6" stroke="white"/>
<path d="M20 20L17 17" stroke="white" stroke-linecap="round"/>
</svg>
</button>
</div>
</div>
</div>
</div>
<!-- End Advance Search Box -->
@if (@Model.CustomizeCheckouts.Count > 0)
{
<div class="d-flex d-md-none align-items-center justify-content-between gap-1 my-1">
<div class="select-all d-flex align-items-center">
<input type="checkbox" class="form-check-input checkAll" name="" id="checkAll1">
<label for="checkAll1">انتخاب همه</label>
</div>
<div class="d-flex align-items-center justify-content-end gap-1">
<button onclick="printAllMobile()" class="btn-print-all text-nowrap" type="button"
Permission="@SubAccountPermissionHelper.PrintCustomizeCheckoutTempPermissionCode">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20" fill="none">
<path
d="M15.0001 11.2493H15.139C16.0279 11.2493 16.4723 11.2493 16.759 10.9866C16.7805 10.967 16.801 10.9464 16.8207 10.9249C17.0834 10.6382 17.0834 10.1938 17.0834 9.3049V9.3049C17.0834 7.52714 17.0834 6.63826 16.558 6.06484C16.5187 6.02194 16.4775 5.98077 16.4346 5.94146C15.8612 5.41602 14.9723 5.41602 13.1945 5.41602H6.91675C5.03113 5.41602 4.08832 5.41602 3.50253 6.0018C2.91675 6.58759 2.91675 7.5304 2.91675 9.41602V10.2493C2.91675 10.7208 2.91675 10.9565 3.06319 11.1029C3.20964 11.2493 3.44534 11.2493 3.91675 11.2493H5.00008"
stroke="#1E293B"/>
<path
d="M5.41675 16.3903L5.41675 9.91732C5.41675 8.97451 5.41675 8.5031 5.70964 8.21021C6.00253 7.91732 6.47394 7.91732 7.41675 7.91732L12.5834 7.91732C13.5262 7.91732 13.9976 7.91732 14.2905 8.21021C14.5834 8.5031 14.5834 8.97451 14.5834 9.91732L14.5834 16.3903C14.5834 16.7068 14.5834 16.8651 14.4796 16.9399C14.3758 17.0148 14.2256 16.9647 13.9253 16.8646L12.2572 16.3086C12.1712 16.2799 12.1282 16.2656 12.0839 16.2669C12.0396 16.2682 11.9975 16.285 11.9134 16.3187L10.1858 17.0097C10.0941 17.0464 10.0482 17.0647 10.0001 17.0647C9.95194 17.0647 9.90609 17.0464 9.81439 17.0097L8.0868 16.3187C8.00267 16.285 7.9606 16.2682 7.91627 16.2669C7.87194 16.2656 7.82896 16.2799 7.74299 16.3086L6.07486 16.8646C5.77455 16.9647 5.62439 17.0148 5.52057 16.9399C5.41675 16.8651 5.41675 16.7068 5.41675 16.3903Z"
stroke="#1E293B"/>
<path d="M7.91675 11.25L11.2501 11.25" stroke="#1E293B"
stroke-linecap="round"/>
<path d="M7.91675 13.75L12.0834 13.75" stroke="#1E293B"
stroke-linecap="round"/>
<path
d="M14.5834 5.41732V5.41732C14.5834 3.97799 14.5834 3.25833 14.1954 2.76756C14.1087 2.65791 14.0095 2.55874 13.8998 2.47204C13.4091 2.08398 12.6894 2.08398 11.2501 2.08398H8.75008C7.31076 2.08398 6.5911 2.08398 6.10032 2.47204C5.99068 2.55874 5.8915 2.65791 5.8048 2.76756C5.41675 3.25833 5.41675 3.97799 5.41675 5.41732V5.41732"
stroke="#1E293B"/>
</svg>
<span>پرینت گروهی</span>
</button>
<button onclick="showExcelAllModal()" class="btn-excel text-nowrap" type="button"
Permission="@SubAccountPermissionHelper.ExcelCustomizeCheckoutTempPermissionCode">
<svg width="20" height="20" viewBox="0 0 400 400"
xmlns="http://www.w3.org/2000/svg" fill="#000000">
<g id="SVGRepo_bgCarrier" stroke-width="1"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round"
stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<defs>
<style>
.cls-1 {
fill: #0f773d;
}</style>
</defs>
<title></title>
<g id="xxx-word">
<path class="cls-1"
d="M325,105H250a5,5,0,0,1-5-5V25a5,5,0,1,1,10,0V95h70a5,5,0,0,1,0,10Z"></path>
<path class="cls-1"
d="M325,154.83a5,5,0,0,1-5-5V102.07L247.93,30H100A20,20,0,0,0,80,50v98.17a5,5,0,0,1-10,0V50a30,30,0,0,1,30-30H250a5,5,0,0,1,3.54,1.46l75,75A5,5,0,0,1,330,100v49.83A5,5,0,0,1,325,154.83Z"></path>
<path class="cls-1"
d="M300,380H100a30,30,0,0,1-30-30V275a5,5,0,0,1,10,0v75a20,20,0,0,0,20,20H300a20,20,0,0,0,20-20V275a5,5,0,0,1,10,0v75A30,30,0,0,1,300,380Z"></path>
<path class="cls-1"
d="M275,280H125a5,5,0,1,1,0-10H275a5,5,0,0,1,0,10Z"></path>
<path class="cls-1"
d="M200,330H125a5,5,0,1,1,0-10h75a5,5,0,0,1,0,10Z"></path>
<path class="cls-1"
d="M325,280H75a30,30,0,0,1-30-30V173.17a30,30,0,0,1,30-30h.2l250,1.66a30.09,30.09,0,0,1,29.81,30V250A30,30,0,0,1,325,280ZM75,153.17a20,20,0,0,0-20,20V250a20,20,0,0,0,20,20H325a20,20,0,0,0,20-20V174.83a20.06,20.06,0,0,0-19.88-20l-250-1.66Z"></path>
<path class="cls-1"
d="M152.44,236H117.79V182.68h34.3v7.93H127.4v14.45h19.84v7.73H127.4v14.92h25Z"></path>
<path class="cls-1"
d="M190.18,236H180l-8.36-14.37L162.52,236h-7.66L168,215.69l-11.37-19.14h10.2l6.48,11.6,7.38-11.6h7.46L177,213.66Z"></path>
<path class="cls-1"
d="M217.4,221.51l7.66.78q-1.49,7.42-5.74,11A15.5,15.5,0,0,1,209,236.82q-8.17,0-12.56-6a23.89,23.89,0,0,1-4.39-14.59q0-8.91,4.8-14.73a15.77,15.77,0,0,1,12.81-5.82q12.89,0,15.35,13.59l-7.66,1.05q-1-7.34-7.23-7.34a6.9,6.9,0,0,0-6.58,4,20.66,20.66,0,0,0-2.05,9.59q0,6,2.13,9.22a6.74,6.74,0,0,0,6,3.24Q215.49,229,217.4,221.51Z"></path>
<path class="cls-1"
d="M257,223.42l8,1.09a16.84,16.84,0,0,1-6.09,8.83,18.13,18.13,0,0,1-11.37,3.48q-8.2,0-13.2-5.51t-5-14.92q0-8.94,5-14.8t13.67-5.86q8.44,0,13,5.78t4.61,14.84l0,1H238.61a22.12,22.12,0,0,0,.76,6.45,8.68,8.68,0,0,0,3,4.22,8.83,8.83,0,0,0,5.66,1.8Q254.67,229.83,257,223.42Zm-.55-11.8a9.92,9.92,0,0,0-2.56-7,8.63,8.63,0,0,0-12.36-.18,11.36,11.36,0,0,0-2.89,7.13Z"></path>
<path class="cls-1" d="M282.71,236h-8.91V182.68h8.91Z"></path>
</g>
</g>
</svg>
<span>خروجی اکسل</span>
</button>
<button class="btn-print-all RemoveBtnAll" type="button"
Permission="@SubAccountPermissionHelper.DeleteCustomizeCheckoutTempPermissionCode">
<svg width="22" height="22" viewBox="0 0 22 22" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M8.70825 13.2891L8.70825 10.5391" stroke="#BF3737"
stroke-linecap="round"/>
<path d="M13.2917 13.2891L13.2917 10.5391" stroke="#BF3737"
stroke-linecap="round"/>
<path
d="M2.75 5.96094H19.25V5.96094C18.122 5.96094 17.558 5.96094 17.1279 6.18191C16.7561 6.37284 16.4536 6.67541 16.2626 7.04713C16.0417 7.47732 16.0417 8.0413 16.0417 9.16927V13.8776C16.0417 15.7632 16.0417 16.706 15.4559 17.2918C14.8701 17.8776 13.9273 17.8776 12.0417 17.8776H9.95833C8.07271 17.8776 7.12991 17.8776 6.54412 17.2918C5.95833 16.706 5.95833 15.7632 5.95833 13.8776V9.16927C5.95833 8.0413 5.95833 7.47732 5.73737 7.04713C5.54643 6.67541 5.24386 6.37284 4.87214 6.18191C4.44195 5.96094 3.87797 5.96094 2.75 5.96094V5.96094Z"
stroke="#BF3737" stroke-linecap="round"/>
<path
d="M8.70841 3.20595C8.70841 3.20595 9.16675 2.28906 11.0001 2.28906C12.8334 2.28906 13.2917 3.20573 13.2917 3.20573"
stroke="#BF3737" stroke-linecap="round"/>
</svg>
<span>حذف گروهی</span>
</button>
</div>
</div>
<div class="checkout-list Rtable Rtable--5cols Rtable--collapse tb">
<div class="Rtable-row Rtable-row--head align-items-center sticky-div">
<div class="Rtable-cell column-heading width1">
<span
class="d-flex justify-content-center text-white align-items-center justify-content-between">
<input type="checkbox" class="form-check-input checkAll" name=""
id="checkAll2">
<label for="checkAll2" class="prevent-select">ردیف</label>
</span>
</div>
<div class="Rtable-cell column-heading width2">شماره پرسنلی</div>
<div class="Rtable-cell column-heading width3">سال</div>
<div class="Rtable-cell column-heading width4">ماه</div>
@* <div class="Rtable-cell column-heading width5 d-xxl-block d-none">شماره قرارداد</div> *@
<div class="Rtable-cell column-heading width6">نام پرسنل</div>
<div class="Rtable-cell column-heading width7">آغاز قرارداد</div>
<div class="Rtable-cell column-heading width8">پایان قرارداد</div>
<div class="Rtable-cell column-heading width9">روزهای کارکرد</div>
<div class="Rtable-cell column-heading width9">تاخیر در ورود</div>
<div class="Rtable-cell column-heading width9">غیبت</div>
<div class="Rtable-cell column-heading width9">مساعده</div>
<div class="Rtable-cell column-heading width9">مبلغ قابل پرداخت</div>
<div class="Rtable-cell column-heading width10 text-end">عملیات</div>
</div>
@foreach (var item in @Model.CustomizeCheckouts)
{
<div class="Rtable-row align-items-center position-relative printAllTd">
<div class="Rtable-cell d-md-block d-none width1">
<div class="Rtable-cell--heading">
ردیف
</div>
<label for="@i" class="Rtable-cell--content prevent-select">
<span
class="d-flex justify-content-center align-items-center justify-content-between">
<input id="@i" type="checkbox" class="form-check-input foo"
name="foo" value="@item.Id">
<div class="row-number">
@(i = i + 1)
</div>
</span>
</label>
</div>
<div class="Rtable-cell d-md-block d-none width2">
<div class="Rtable-cell--heading">شماره پرسنلی</div>
<div class="Rtable-cell--content">@item.PersonnelCode</div>
</div>
<div class="Rtable-cell d-md-block d-none width3">
<div class="Rtable-cell--heading">سال</div>
<div class="Rtable-cell--content">@item.Year</div>
</div>
<div class="Rtable-cell d-md-block d-none width4">
<div class="Rtable-cell--heading">ماه</div>
<div class="Rtable-cell--content">@item.Month</div>
</div>
@* <div class="Rtable-cell d-xxl-block d-none width5">
<div class="Rtable-cell--heading">شماره قرارداد</div>
<div class="Rtable-cell--content">@item.ContractNo</div>
</div> *@
<div class="Rtable-cell d-md-block d-none width6">
<div class="Rtable-cell--heading">نام پرسنل</div>
<div class="Rtable-cell--content">
@item.EmployeeFullName
@if (item.HasAmountConflict)
{
<svg xmlns="http://www.w3.org/2000/svg"
width="24" height="24" fill="red"
class="bi bi-exclamation-circle"
viewBox="0 0 16 16"
style="cursor: pointer; margin-left: 10px;"
data-bs-toggle="tooltip"
data-bs-placement="top"
title="توجه داشته باشید این فیش حقوقی دارای تغییرات اعمال نشده میباشد. جهت صدور فیش حقوقی استاندارد مجددا فیش را ایجاد کنید!">
<path
d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"/>
<path
d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm.1-5.995a.905.905 0 0 1 1.8 0l-.35 3.5a.552.552 0 0 1-1.1 0l-.35-3.5z"/>
</svg>
}
</div>
</div>
<div class="Rtable-cell d-md-block d-none width7">
<div class="Rtable-cell--heading">آغاز قرارداد</div>
<div class="Rtable-cell--content ">@item.ContractStartFa</div>
</div>
<div class="Rtable-cell d-md-block d-none width8">
<div class="Rtable-cell--heading">پایان قرارداد</div>
<div class="Rtable-cell--content ">@item.ContractEndFa</div>
</div>
<div class="Rtable-cell d-md-flex d-none width9">
<div class="Rtable-cell--heading">روزهای کارکرد</div>
<div class="Rtable-cell--content ">@item.SumOfWorkingDays</div>
</div>
<div class="Rtable-cell d-md-flex d-none width9">
<div class="Rtable-cell--heading">تاخیر در ورود</div>
<div
class="Rtable-cell--content @(item.TotalLateToWorkDeduction == "0" ? "" : "textRed")">@item.TotalLateToWorkDeduction</div>
</div>
<div class="Rtable-cell d-md-flex d-none width9">
<div class="Rtable-cell--heading">غیبت</div>
<div
class="Rtable-cell--content @(item.AbsenceDeduction == "0" ? "" : "textRed")">@item.AbsenceDeduction</div>
</div>
<div class="Rtable-cell d-md-flex d-none width9">
<div class="Rtable-cell--heading">مساعده</div>
<div
class="Rtable-cell--content @(item.SalaryAidDeduction == "0" ? "" : "textRed")">@item.SalaryAidDeduction</div>
</div>
<div class="Rtable-cell d-md-flex d-none width9">
<div
class="@(item.TotalPaymentD < 0 ? "bgColorMonthlySalaryMinus" : "bgColorMonthlySalaryPlus")">
<div class="Rtable-cell--heading">مبلغ قابل پرداخت</div>
<div class="Rtable-cell--content ">@(item.TotalPayment + " ریال")</div>
</div>
</div>
<div class="Rtable-cell d-md-flex d-none width10">
<div
class="Rtable-cell--content align-items-center d-flex d-md-block text-end">
<button class="btn-print moreThan992" type="button"
onclick="printOne(@item.Id, '@item.Year', '@item.Month')"
Permission="@SubAccountPermissionHelper.PrintCustomizeCheckoutTempPermissionCode">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20" fill="none" stroke="currentColor">
<path
d="M15.0001 11.2493H15.139C16.0279 11.2493 16.4723 11.2493 16.759 10.9866C16.7805 10.967 16.801 10.9464 16.8207 10.9249C17.0834 10.6382 17.0834 10.1938 17.0834 9.3049V9.3049C17.0834 7.52714 17.0834 6.63826 16.558 6.06484C16.5187 6.02194 16.4775 5.98077 16.4346 5.94146C15.8612 5.41602 14.9723 5.41602 13.1945 5.41602H6.91675C5.03113 5.41602 4.08832 5.41602 3.50253 6.0018C2.91675 6.58759 2.91675 7.5304 2.91675 9.41602V10.2493C2.91675 10.7208 2.91675 10.9565 3.06319 11.1029C3.20964 11.2493 3.44534 11.2493 3.91675 11.2493H5.00008"/>
<path
d="M5.41675 16.3903L5.41675 9.91732C5.41675 8.97451 5.41675 8.5031 5.70964 8.21021C6.00253 7.91732 6.47394 7.91732 7.41675 7.91732L12.5834 7.91732C13.5262 7.91732 13.9976 7.91732 14.2905 8.21021C14.5834 8.5031 14.5834 8.97451 14.5834 9.91732L14.5834 16.3903C14.5834 16.7068 14.5834 16.8651 14.4796 16.9399C14.3758 17.0148 14.2256 16.9647 13.9253 16.8646L12.2572 16.3086C12.1712 16.2799 12.1282 16.2656 12.0839 16.2669C12.0396 16.2682 11.9975 16.285 11.9134 16.3187L10.1858 17.0097C10.0941 17.0464 10.0482 17.0647 10.0001 17.0647C9.95194 17.0647 9.90609 17.0464 9.81439 17.0097L8.0868 16.3187C8.00267 16.285 7.9606 16.2682 7.91627 16.2669C7.87194 16.2656 7.82896 16.2799 7.74299 16.3086L6.07486 16.8646C5.77455 16.9647 5.62439 17.0148 5.52057 16.9399C5.41675 16.8651 5.41675 16.7068 5.41675 16.3903Z"/>
<path d="M7.91675 11.25L11.2501 11.25" stroke-linecap="round"/>
<path d="M7.91675 13.75L12.0834 13.75" stroke-linecap="round"/>
<path
d="M14.5834 5.41732V5.41732C14.5834 3.97799 14.5834 3.25833 14.1954 2.76756C14.1087 2.65791 14.0095 2.55874 13.8998 2.47204C13.4091 2.08398 12.6894 2.08398 11.2501 2.08398H8.75008C7.31076 2.08398 6.5911 2.08398 6.10032 2.47204C5.99068 2.55874 5.8915 2.65791 5.8048 2.76756C5.41675 3.25833 5.41675 3.97799 5.41675 5.41732V5.41732"/>
</svg>
</button>
<button class="btn-print lessThan992" type="button"
onclick="printOne(@item.Id, '@item.Year', '@item.Month')"
Permission="@SubAccountPermissionHelper.PrintCustomizeCheckoutTempPermissionCode">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 20 20" fill="none" stroke="currentColor">
<path
d="M15.0001 11.2493H15.139C16.0279 11.2493 16.4723 11.2493 16.759 10.9866C16.7805 10.967 16.801 10.9464 16.8207 10.9249C17.0834 10.6382 17.0834 10.1938 17.0834 9.3049V9.3049C17.0834 7.52714 17.0834 6.63826 16.558 6.06484C16.5187 6.02194 16.4775 5.98077 16.4346 5.94146C15.8612 5.41602 14.9723 5.41602 13.1945 5.41602H6.91675C5.03113 5.41602 4.08832 5.41602 3.50253 6.0018C2.91675 6.58759 2.91675 7.5304 2.91675 9.41602V10.2493C2.91675 10.7208 2.91675 10.9565 3.06319 11.1029C3.20964 11.2493 3.44534 11.2493 3.91675 11.2493H5.00008"/>
<path
d="M5.41675 16.3903L5.41675 9.91732C5.41675 8.97451 5.41675 8.5031 5.70964 8.21021C6.00253 7.91732 6.47394 7.91732 7.41675 7.91732L12.5834 7.91732C13.5262 7.91732 13.9976 7.91732 14.2905 8.21021C14.5834 8.5031 14.5834 8.97451 14.5834 9.91732L14.5834 16.3903C14.5834 16.7068 14.5834 16.8651 14.4796 16.9399C14.3758 17.0148 14.2256 16.9647 13.9253 16.8646L12.2572 16.3086C12.1712 16.2799 12.1282 16.2656 12.0839 16.2669C12.0396 16.2682 11.9975 16.285 11.9134 16.3187L10.1858 17.0097C10.0941 17.0464 10.0482 17.0647 10.0001 17.0647C9.95194 17.0647 9.90609 17.0464 9.81439 17.0097L8.0868 16.3187C8.00267 16.285 7.9606 16.2682 7.91627 16.2669C7.87194 16.2656 7.82896 16.2799 7.74299 16.3086L6.07486 16.8646C5.77455 16.9647 5.62439 17.0148 5.52057 16.9399C5.41675 16.8651 5.41675 16.7068 5.41675 16.3903Z"/>
<path d="M7.91675 11.25L11.2501 11.25" stroke-linecap="round"/>
<path d="M7.91675 13.75L12.0834 13.75" stroke-linecap="round"/>
<path
d="M14.5834 5.41732V5.41732C14.5834 3.97799 14.5834 3.25833 14.1954 2.76756C14.1087 2.65791 14.0095 2.55874 13.8998 2.47204C13.4091 2.08398 12.6894 2.08398 11.2501 2.08398H8.75008C7.31076 2.08398 6.5911 2.08398 6.10032 2.47204C5.99068 2.55874 5.8915 2.65791 5.8048 2.76756C5.41675 3.25833 5.41675 3.97799 5.41675 5.41732V5.41732"/>
</svg>
</button>
<button type="button" class="btn-delete RemoveBtn"
data-delete-id="@(item.Id)"
Permission="@SubAccountPermissionHelper.DeleteCustomizeCheckoutTempPermissionCode">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
viewBox="0 0 22 22" fill="none" stroke="currentColor">
<path d="M8.70825 13.2915L8.70825 10.5415"
stroke-linecap="round"/>
<path d="M13.2917 13.2915L13.2917 10.5415"
stroke-linecap="round"/>
<path
d="M2.75 5.9585H19.25V5.9585C18.122 5.9585 17.558 5.9585 17.1279 6.17946C16.7561 6.3704 16.4536 6.67297 16.2626 7.04469C16.0417 7.47488 16.0417 8.03886 16.0417 9.16683V13.8752C16.0417 15.7608 16.0417 16.7036 15.4559 17.2894C14.8701 17.8752 13.9273 17.8752 12.0417 17.8752H9.95833C8.07271 17.8752 7.12991 17.8752 6.54412 17.2894C5.95833 16.7036 5.95833 15.7608 5.95833 13.8752V9.16683C5.95833 8.03886 5.95833 7.47488 5.73737 7.04469C5.54643 6.67297 5.24386 6.3704 4.87214 6.17946C4.44195 5.9585 3.87797 5.9585 2.75 5.9585V5.9585Z"
stroke-linecap="round"/>
<path
d="M8.70841 3.20839C8.70841 3.20839 9.16675 2.2915 11.0001 2.2915C12.8334 2.2915 13.2917 3.20817 13.2917 3.20817"
stroke-linecap="round"/>
</svg>
<span class="mx-1">حذف</span>
</button>
</div>
</div>
<!--Mobile Table-->
<div
class="Rtable-contract w-100 d-flex d-md-none align-items-center justify-content-between printAllTd">
<div
class="d-flex justify-content-center align-items-center justify-content-between">
<div
class="checkbox-responsive d-flex justify-content-center align-items-center justify-content-around">
<input type="checkbox" class="form-check-input fooMobile" name="foo"
value="@item.Id">
<span class="row-number">@(i)</span>
</div>
<div class="Rtable-cell--content">
<span class="mx-sm-2">
@item.EmployeeFullName
@if (item.HasAmountConflict)
{
<svg xmlns="http://www.w3.org/2000/svg"
width="12" height="12" fill="red"
class="bi bi-exclamation-circle"
viewBox="0 0 16 16"
style="cursor: pointer; margin-left: 10px;"
data-bs-toggle="tooltip"
data-bs-placement="top"
title="توجه داشته باشید این فیش حقوقی دارای تغییرات اعمال نشده میباشد. جهت صدور فیش حقوقی استاندارد مجددا فیش را ایجاد کنید!">
<path
d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"/>
<path
d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm.1-5.995a.905.905 0 0 1 1.8 0l-.35 3.5a.552.552 0 0 1-1.1 0l-.35-3.5z"/>
</svg>
}
</span>
</div>
</div>
<div
class="Rtable-cell--content d-flex justify-content-end align-items-center">
<div class="Rtable-cell--heading d-block text-center text-nowrap">
<span class="d-block">آغاز قرارداد</span>
@item.ContractStartFa
</div>
<div class="Rtable-cell--heading d-block text-center text-nowrap">
<span class="d-block">پایان قرارداد</span>
@item.ContractEndFa
</div>
<div class="Rtable-cell--heading d-flex text-center">
<button class="btn-print" type="button"
onclick="printOne(@item.Id, '@item.Year', '@item.Month')"
Permission="@SubAccountPermissionHelper.PrintCustomizeCheckoutTempPermissionCode">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
viewBox="0 0 20 20" fill="none" stroke="currentColor">
<path
d="M15.0001 11.2493H15.139C16.0279 11.2493 16.4723 11.2493 16.759 10.9866C16.7805 10.967 16.801 10.9464 16.8207 10.9249C17.0834 10.6382 17.0834 10.1938 17.0834 9.3049V9.3049C17.0834 7.52714 17.0834 6.63826 16.558 6.06484C16.5187 6.02194 16.4775 5.98077 16.4346 5.94146C15.8612 5.41602 14.9723 5.41602 13.1945 5.41602H6.91675C5.03113 5.41602 4.08832 5.41602 3.50253 6.0018C2.91675 6.58759 2.91675 7.5304 2.91675 9.41602V10.2493C2.91675 10.7208 2.91675 10.9565 3.06319 11.1029C3.20964 11.2493 3.44534 11.2493 3.91675 11.2493H5.00008"/>
<path
d="M5.41675 16.3903L5.41675 9.91732C5.41675 8.97451 5.41675 8.5031 5.70964 8.21021C6.00253 7.91732 6.47394 7.91732 7.41675 7.91732L12.5834 7.91732C13.5262 7.91732 13.9976 7.91732 14.2905 8.21021C14.5834 8.5031 14.5834 8.97451 14.5834 9.91732L14.5834 16.3903C14.5834 16.7068 14.5834 16.8651 14.4796 16.9399C14.3758 17.0148 14.2256 16.9647 13.9253 16.8646L12.2572 16.3086C12.1712 16.2799 12.1282 16.2656 12.0839 16.2669C12.0396 16.2682 11.9975 16.285 11.9134 16.3187L10.1858 17.0097C10.0941 17.0464 10.0482 17.0647 10.0001 17.0647C9.95194 17.0647 9.90609 17.0464 9.81439 17.0097L8.0868 16.3187C8.00267 16.285 7.9606 16.2682 7.91627 16.2669C7.87194 16.2656 7.82896 16.2799 7.74299 16.3086L6.07486 16.8646C5.77455 16.9647 5.62439 17.0148 5.52057 16.9399C5.41675 16.8651 5.41675 16.7068 5.41675 16.3903Z"/>
<path d="M7.91675 11.25L11.2501 11.25"
stroke-linecap="round"/>
<path d="M7.91675 13.75L12.0834 13.75"
stroke-linecap="round"/>
<path
d="M14.5834 5.41732V5.41732C14.5834 3.97799 14.5834 3.25833 14.1954 2.76756C14.1087 2.65791 14.0095 2.55874 13.8998 2.47204C13.4091 2.08398 12.6894 2.08398 11.2501 2.08398H8.75008C7.31076 2.08398 6.5911 2.08398 6.10032 2.47204C5.99068 2.55874 5.8915 2.65791 5.8048 2.76756C5.41675 3.25833 5.41675 3.97799 5.41675 5.41732V5.41732"/>
</svg>
</button>
<button type="button" class="btn-delete RemoveBtn"
data-delete-id="@(item.Id)"
Permission="@SubAccountPermissionHelper.DeleteCustomizeCheckoutTempPermissionCode">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"
viewBox="0 0 22 22" fill="none" stroke="currentColor">
<path d="M8.70825 13.2915L8.70825 10.5415"
stroke-linecap="round"/>
<path d="M13.2917 13.2915L13.2917 10.5415"
stroke-linecap="round"/>
<path
d="M2.75 5.9585H19.25V5.9585C18.122 5.9585 17.558 5.9585 17.1279 6.17946C16.7561 6.3704 16.4536 6.67297 16.2626 7.04469C16.0417 7.47488 16.0417 8.03886 16.0417 9.16683V13.8752C16.0417 15.7608 16.0417 16.7036 15.4559 17.2894C14.8701 17.8752 13.9273 17.8752 12.0417 17.8752H9.95833C8.07271 17.8752 7.12991 17.8752 6.54412 17.2894C5.95833 16.7036 5.95833 15.7608 5.95833 13.8752V9.16683C5.95833 8.03886 5.95833 7.47488 5.73737 7.04469C5.54643 6.67297 5.24386 6.3704 4.87214 6.17946C4.44195 5.9585 3.87797 5.9585 2.75 5.9585V5.9585Z"
stroke-linecap="round"/>
<path
d="M8.70841 3.20839C8.70841 3.20839 9.16675 2.2915 11.0001 2.2915C12.8334 2.2915 13.2917 3.20817 13.2917 3.20817"
stroke-linecap="round"/>
</svg>
<span class="mx-1">حذف</span>
</button>
</div>
</div>
</div>
<!-- Mobile Table -->
</div>
}
</div>
}
else
{
<div class="container-fluid">
<div class="row p-lg-2 p-auto">
<div
class="empty text-center bg-white d-flex align-items-center justify-content-center">
<div class="">
<img src="~/assetsclient/images/empty.png" alt="" class="img-fluid"/>
<h5>اطلاعاتی وجود ندارد.</h5>
</div>
</div>
</div>
</div>
}
</div>
</div>
</div>
</div>
<!-- End List Items -->
</div>
</div>
<!--Start Print Modal Main -->
<div id="MainModal" class="modal fade checkoutTempModal" role="dialog" aria-labelledby="MainModalLabel"
aria-hidden="true" style="display: none;">
<div class="modal-dialog checkoutTempModal-width modal-dialog-centered">
<div class="modal-content" id="ModalContent">
</div>
</div>
</div>
<!--End Of Print Modal Main -->
<form role="form" method="get" name="search-theme-form1" id="search-theme-form1" autocomplete="off">
<!-- Modal From Bottom For Advance Search -->
<div class="modal fade" id="searchModal" tabindex="-1" data-bs-backdrop="static"
aria-labelledby="searchModalModalLabel" aria-hidden="true">
<div class="modal-dialog modal-fullscreen">
<div class="modal-content">
<form role="form" method="get" name="search-theme-form2" id="search-theme-form2" autocomplete="off">
<div class="modal-header d-block text-center pb-0">
<div class="iphone-line mx-auto mb-3"></div>
<h5 class="modal-title mb-4 text-start" id="searchModalLabel">جستجوی پیشرفته</h5>
</div>
@* <input type="hidden" value="@Model.WorkshopId" asp-for="SearchModel.WorkshopId" /> *@
<div class="modal-body pt-0 mb-3">
<div class="container-fluid search-box">
<div id="overlaySearchAdvance" class=""></div>
<div class="row">
<div class="col-12 text-start mb-4">
<div class="mb-2">
<select class="form-select select2OptionMobile" id="getPersonnelMobile"
asp-for="SearchModel.EmployeeId">
</select>
</div>
<div>
<span class="form-control text-center persianDateInputStartDate"
id="start-date">تاریخ شروع</span>
<input type="hidden" class="form-control date start-date"
asp-for="@Model.SearchModel.SearchStartFa" placeholder="تاریخ شروع"
style="direction: ltr">
</div>
<div>
<span class="form-control text-center persianDateInputEndDate" id="end-date">تاریخ پایان</span>
<input type="hidden" class="form-control date end-date"
asp-for="@Model.SearchModel.SearchEndFa" placeholder="تاریخ پایان"
style="direction: ltr">
</div>
<div>
<label class="text-nowrap">مرتب سازی</label>
<select class="form-select" id="sorting" asp-for="@Model.SearchModel.OrderBy">
<option value="@CustomizeCheckoutOrderByEnum.ContractStartDesc">شروع قرارداد
- بزرگ به کوچک
</option>
<option value="@CustomizeCheckoutOrderByEnum.ContractStart">شروع قرارداد -
کوچک به بزرگ
</option>
<option value="@CustomizeCheckoutOrderByEnum.ContractNo">شماره قرارداد -
کوچک به بزرگ
</option>
<option value="@CustomizeCheckoutOrderByEnum.ContractNoDesc">شماره قرارداد -
بزرگ به کوچک
</option>
</select>
</div>
<div class="mt-2">
<select class="form-select" id="bankSelectIndexMobile"
asp-for="@Model.SearchModel.BankId" aria-label="انتخاب بانک ...">
</select>
</div>
</div>
<div class="col-12 text-start">
<p class="mb-3">جستجو بر اساس سال و ماه</p>
<div class="row">
<div class="col-6">
<div class="form-group">
<span class="form-control text-center persianDateInputYear"
id="yearText">
@{
if (Model.SearchModel.Year == 0)
{
<span>سال</span>
}
else
{
@Model.SearchModel.Year
}
}
</span>
<input type="hidden" class="form-control"
asp-for="@Model.SearchModel.Year" id="yearModal" maxlength="4"/>
@* <span asp-validation-for="DateOfYear" class="error"></span> *@
</div>
</div>
<div class="col-6">
<div class="form-group">
<span class="form-control text-center persianDateInputMonth"
id="monthText">
@{
if (Model.SearchModel.Month == 0)
{
<span>ماه</span>
}
else
{
@switch (@Model.SearchModel.Month)
{
case 01:
<span>فروردین</span>
break;
case 02:
<span>اردیبهشت</span>
break;
case 03:
<span>خرداد</span>
break;
case 04:
<span>تیر</span>
break;
case 05:
<span>مرداد</span>
break;
case 06:
<span>شهریور</span>
break;
case 07:
<span>مهر</span>
break;
case 08:
<span>آبان</span>
break;
case 09:
<span>آذر</span>
break;
case 10:
<span>دی</span>
break;
case 11:
<span>بهمن</span>
break;
case 12:
<span>اسفند</span>
break;
default:
<span>ماه</span>
break;
}
}
}
</span>
<input type="hidden" class="form-control"
asp-for="@Model.SearchModel.Month" id="monthModal"/>
@* <span asp-validation-for="DateOfMonth" class="error"></span> *@
</div>
</div>
<div class="col-12">
<a href="/Client/Company/CustomizeCheckout/CheckoutTemporary"
class="btn-clear-filter py-2 text-center d-block w-100 mt-2 disable"
id="filterRemove">
<span class="w-100">حذف جستجو</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer justify-content-center align-items-center">
<div class="container-fluid">
<div class="row">
<div class="col-6 text-end">
<button type="button" class="btn-cancel w-100" data-bs-dismiss="modal">بستن</button>
</div>
<div class="col-6 text-start">
<button type="submit" class="btn-search btn-search-click-mobile w-100">جستجو
</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- End Modal From Bottom For Advance Search -->
</form>
@section Script {
<script src="~/AssetsClient/js/dropdown.js?ver=@clientVersion"></script>
<script src="~/assetsclient/js/site.js"></script>
<script src="~/assetsclient/js/smooth-scrollbar.js"></script>
<script src="~/assetsclient/libs/cleave/cleave.min.js"></script>
<script src="~/AdminTheme/assets/sweet-alert/sweet-alert.min.js"></script>
<script>
var antiForgeryToken = $(`@Html.AntiForgeryToken()`).val();
var itemsYearList = @Html.Raw(Json.Serialize(Model.YearlyList.OrderBy(x => x)));
var employeeListAjax = `@Url.Page("./CheckoutTemporary", "EmployeeList")`;
var bankListAjax = `@Url.Page("./CheckoutTemporary", "BankListAjax")`;
var isTodayFirst = @(dayFa == 1 ? "true" : "false");
var loadAllCheckoutListAjax = `@Url.Page("./CheckoutTemporary", "CheckoutList")`;
var PrintOneUrl = `#showmodal=@Url.Page("/Company/CustomizeCheckout/CheckoutTemporary", "PrintOne")`;
var CheckoutPrintAllUrl = `@Url.Page("/Company/CustomizeCheckout/PrintAllCheckoutTemporary")`;
var CheckoutExcelAllUrl = `@Url.Page("/Company/CustomizeCheckout/PrintAllCheckoutTemporary", "DownloadExcelAll")`;
var showCheckoutExcelModalUrl = `#showmodal=@Url.Page("./CheckoutTemporary", "ExcelModal")`;
var deleteOneAjax = `@Url.Page("/Company/CustomizeCheckout/CheckoutTemporary", "DeleteOne")`;
var deleteAllAjax = `@Url.Page("/Company/CustomizeCheckout/CheckoutTemporary", "DeleteAll")`;
$(document).ready(function () {
document.querySelectorAll('[data-bs-toggle="tooltip"]').forEach(el => {
bootstrap.Tooltip.getOrCreateInstance(el);
});
});
</script>
<script src="~/assetsclient/pages/CustomizeCheckout/js/CheckoutTemporary.js?ver=@clientVersion"></script>
}