Hybrid Quote Prototype
Item | Description | Qty | Unit Price | Total | |
---|---|---|---|---|---|
{{ item.partNumber || 'Custom' }} | {{ item.description }} | {{ item.quantity }} | ${{ item.unitPrice.toFixed(2) }} | ${{ (item.quantity * item.unitPrice).toFixed(2) }} | |
Subtotal: | ${{ calculateSubtotal().toFixed(2) }} |