| Order ID | {{ $ctrl.orderId }} |
|---|---|
| Date | {{ $ctrl.order['order_date_time'] | date : 'medium' }} |
| Payment Method | {{ $ctrl.order['payment_method'] }} |
| Credit Card | {{ $ctrl.order['credit_card'] }} |
| Cost Center Code | {{ $ctrl.order['cost_center_code'] }} |
| Purchase Order | {{ $ctrl.order['rr_po_num'] }} |
| Issuing Office | {{ $ctrl.order['issuing_office'] }} |
| Organization | {{ $ctrl.order['organization'] }} |
| Attention | {{ $ctrl.order['attention'] }} |
| Approver Notes | {{ $ctrl.order['approver_notes'] }} |
| Notes | {{ $ctrl.order['notes'] }} |
| {{ $ctrl.order['custom_fields'].f1.name }} | {{ $ctrl.order['custom_fields'].f1.value }} |
{{ $ctrl.order.shipping.first_name }} {{ $ctrl.order.shipping.last_name }}
{{ $ctrl.order.shipping.address1 }}
{{ $ctrl.order.shipping.address2 }}
{{ $ctrl.order.shipping.city }}, {{ $ctrl.order.shipping.state }} {{ $ctrl.order.shipping.zip }}
{{ $ctrl.order.shipping.email }}
{{ $ctrl.order.shipping.phone | tel }}
{{ $ctrl.order.billing.first_name }} {{ $ctrl.order.billing.last_name }}
{{ $ctrl.order.billing.address1 }}
{{ $ctrl.order.billing.address2 }}
{{ $ctrl.order.billing.city }}, {{ $ctrl.order.billing.state }} {{ $ctrl.order.billing.zip }}
{{ $ctrl.order.billing.email }}
{{ $ctrl.order.billing.phone | tel }}
| SKU | Item | QTY | Price | Extended |
|---|---|---|---|---|
| {{ item.sku }} | {{ item.description }} | {{ item.qty | number }} | {{ item.price | currency }} | {{ item.extended_price | currency }} |
| Subtotal | {{ $ctrl.order.subtotal | currency }} | |||
| Shipping | {{ $ctrl.order.shipping_total | currency }} | |||
| Discount | -{{ $ctrl.order.promo_discount | currency }} | |||
| Tax | {{ $ctrl.order.tax | currency }} | |||
| Total | {{ $ctrl.order.total_amt | currency }} | |||