28 lines
1011 B
Plaintext
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> |