1. Company Details
2. Requisition Info
3. Line Items
{{ items.length }} item(s)4. Signatures
[Company Logo Space]
{{ companyName || 'Company Name' }}
{{ companyAddress || 'Company Address\nCity, State, ZIP' }}
Requisition
FORM REF: REQ-FORM-01
Purchase Requisition
Req. Number:
{{ requisitionNo || 'N/A' }}
Date:
{{ formattedDate || 'N/A' }}
Department:
{{ department || 'N/A' }}
Requested By:
{{ requestedBy || 'N/A' }}, {{ currentDesignation || 'N/A'
}}
| # | Item Description | Qty | Unit | Unit Cost | Total Cost |
|---|---|---|---|---|---|
| {{ index + 1 }} | {{ item.description || '—' }} | {{ item.quantity || 0 }} | {{ item.unit || '—' }} | {{ formatCurrency(item.estimatedCost) }} | {{ formatCurrency(item.quantity * item.estimatedCost) }} |
| No items added to the requisition yet. | |||||
| Total Estimated Cost: | {{ formatCurrency(grandTotal) }} | ||||
Requested By
Signature & Date
{{ formattedDate }}
Approved By
Signature & Date
Generated via RequisitionMaker on {{ new Date().toLocaleDateString() }} at {{ new
Date().toLocaleTimeString() }}