Orders

Product DetailsPriceAdd
{{ p.description }}
{{ p.prd_code }} | {{ p.vendor }}
${{ p.sell_case.toFixed(2) }}

Current Order

{{ item.description }}
${{ (item.sell_case * item.quantity).toFixed(2) }}
Total Amount ${{ orderTotal }}