SKU | Name | Quantity | Price | Purchase Order | |
---|---|---|---|---|---|
{{ item.product.sku }} | {{ item.product.description }} | {{ item.qty | number }} | {{ item.price | currency }} |
Vendor: {{ item.purchase_order.purchased_items[0]
.cost_sheet.sheet.vendor.name }}
Status:
{{ $ctrl.getLineItemStatus(item) }}
Invoice {{ $index + 1 }}
|
|
SKU | Price | Description | Costs |
---|---|---|---|
{{ item.product.sku }} | {{ item.price | currency }} | {{ item.product.description }} |
This order has no costs.
Payment Method | {{ $ctrl.order.payment_method }} |
---|---|
Credit Card | {{ $ctrl.order.credit_card }} |
Credit Card Type | {{ $ctrl.order.cctype }} |
Profile Name | {{ $ctrl.order.shipping_profile }} |
---|---|
Name | {{ $ctrl.order.first_name }} {{ $ctrl.order.last_name }} |
{{ $ctrl.order.email }} | |
Phone | {{ $ctrl.order.phone }} |
Attention | {{ $ctrl.order.attention }} |
Company/Organization | {{ $ctrl.order.organization }} |
Street Address | {{ $ctrl.order.address1 }} |
Apt., Suite, etc. | {{ $ctrl.order.address2 }} |
City | {{ $ctrl.order.city }} |
State | {{ $ctrl.order.state }} |
Zip Code | {{ $ctrl.order.zip }} |
Profile Name | {{ $ctrl.order.billing_profile }} |
---|---|
Name | {{ $ctrl.order.bill_first_name }} {{ $ctrl.order.bill_last_name }} |
{{ $ctrl.order.bill_email }} | |
Phone | {{ $ctrl.order.bill_phone }} |
Street Address | {{ $ctrl.order.bill_address1 }} |
Apt., Suite, etc. | {{ $ctrl.order.bill_address2 }} |
City | {{ $ctrl.order.bill_city }} |
State | {{ $ctrl.order.bill_state }} |
Zip Code | {{ $ctrl.order.bill_zip }} |
Approval date | {{ $ctrl.order.approval_date }} |
---|---|
Approver | {{ $ctrl.order.approver }} |
Approver ID | {{ $ctrl.order.approver_id }} |
Approver notes | {{ $ctrl.order.approver_notes }} |
Cost center code | {{ $ctrl.order.cost_center_code }} |
Cost center ID | {{ $ctrl.order.cost_center_id }} |
Group | {{ $ctrl.order.group.name }} |
GSA total | {{ $ctrl.order.gsa_total }} |
Issuing office | {{ $ctrl.order.issuing_office }} |
Notes | {{ $ctrl.order.notes }} |
Price availability | {{ $ctrl.order.price_availability | date : 'short' }} |
Price sheet ID | {{ $ctrl.order.price_sheet }} |
Promo codes | {{ $ctrl.order.promo_codes }} |
Purchase order | {{ $ctrl.order.rr_po_num }} |
Tax rate | {{ $ctrl.order.tax_rate * 100 | number : 2 }}% |
Status | Type | Date | Recipient | Details |
---|---|---|---|---|
{{ notification.status }} | {{ $ctrl.getNonUnderscored(notification.type) }} | {{ notification.recipient }} |
|
Order Shipped | {{ $ctrl.order.order_shipped ? 'Yes' : 'No' }} |
---|---|
Shipping Method | {{ $ctrl.order.shipping_method }} |
Shipment Date | |||||||
---|---|---|---|---|---|---|---|
Delivery Date | |||||||
Carrier | {{ shipment.carrier | date : 'short' }} | ||||||
Tracking Code | {{ shipment.code }} | ||||||
Items |
|