Dear {{ email }},
A new requisition has been submitted and is ready for your review. Below are the details:
| Description | Quantity | Unit Price | Total |
|---|---|---|---|
| {{ item.product.name }} | {{ item.quantity }} | {{ format_currency(item.price, currency) }} | {{ format_currency(item.total, currency) }} |
Requisition ID: {{ requisition_id }}
Submitted By: {{ submitted_by }}
Department: {{ department }}
Subtotal: {{ format_currency(total, currency) }}
Total Discount: {{ format_currency(total_discount, currency) }}
Total Tax: {{ format_currency(total_vat, currency) }}
Total: {{ format_currency(total_net, currency) }}
Notes: {{ notes }}