NonInventPurchasingSystem/CPRNIMS.WebApps/Views/Components/POMgmt/CustomPO/PODetailModification.cshtml
2026-02-19 17:23:28 +08:00

28 lines
1011 B
Plaintext

<div class="container mt-4 mb-4">
<!-- WARNING BANNER -->
<div class="alert alert-danger shadow-sm border-3 border-danger">
<div class="d-flex align-items-center">
<div class="me-3 fs-1">
</div>
<div>
<h4 class="mb-1 fw-bold text-danger">
You Are Modifying an Existing Purchase Order
</h4>
<p class="mb-0">
Any changes made here will directly affect supplier commitments, and financial reports.
Please review all details carefully before saving.
</p>
</div>
</div>
</div>
<!-- SECONDARY NOTICE -->
<div class="alert alert-warning shadow-sm">
<strong>Important:</strong>
Ensure that all quantities, prices, delivery dates, and supplier details are accurate.
Any incorrect modifications may result in discrepancies and processing issues.
</div>
</div>