NonInventPurchasingSystem/CPRNIMS.WebApps/Views/RRMgmt/Index.cshtml
2026-01-20 07:44:30 +08:00

38 lines
1.6 KiB
Plaintext

<body>
<div class="container-fluid">
<div class="table-container shadow-lg p-3 mb-5 bg-white rounded">
<div class="header-container">
<h2 style="display: flex; flex-direction: column; align-items: center;">For Payments</h2>
</div>
<br />
<br />
<table id="ForPaymentTable" class="row-border" cellspacing="0" width="100%">
<thead>
<tr>
<th>PONo</th>
<th>POType</th>
<th>PRNo's</th>
<th>ItemNo's</th>
<th>ItemName's</th>
<th>ItemCategory</th>
<th>SupplierName</th>
<th>Action</th>
<th hidden></th>
<th hidden></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
@await Html.PartialAsync("PagesView/PR/_Receiving")
<script src="~/jsfunctions/finance/rr.js"></script>
<script src="~/jsfunctions/finance/RRColumnV2.js"></script>
<script src="~/jsfunctions/finance/rrvar.js"></script>
<script src="~/jsfunctions/finance/RRViewV2.js"></script>
<script src="~/jsfunctions/finance/rrpostput.js"></script>
<script src="~/jsfunctions/finance/rrbutton.js"></script>
<script src="~/jsfunctions/finance/RRRowCallbackV2.js"></script>
<script src="~/jsfunctions/utilities/utilsV3.js"></script>
</div>
</body>