View order

Summary

#{{ $ctrl.order.order_id }}

{{ $ctrl.order.order_date | date : 'short' }} by {{ $ctrl.order.customer.name }}

{{ $ctrl.order.status }}

Totals

Subtotal {{ $ctrl.order.subtotal | currency }}
Discount {{ $ctrl.order.promo_discount | currency }}
Shipping {{ $ctrl.order.shipping | currency }}
Tax {{ $ctrl.order.tax | currency }}
Total {{ $ctrl.order.total_amt | currency }}

Shipments

Shipment summary
Order Shipped {{ $ctrl.order.order_shipped ? 'Yes' : 'No' }}
Shipping Method {{ $ctrl.order.shipping_method }}

Order Shipments

Shipment Date
Delivery Date
Carrier {{ shipment.carrier | date : 'short' }}
Tracking Code {{ shipment.code }}
Items
Product SKU QTY Shipped
{{ item.product.description }} {{ item.product.sku }} {{ item.shipped.qty }}

Line items

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 }}
PO ID:
{{ invoice.purchase_order_id }}
Payload ID:
{{ invoice.payload_id }}
Supplier Invoice ID:
{{ invoice.supplier_invoice_id }}
Filename:
{{ invoice.file_path }}
Export Details:
{{ invoice.export_details }}

Costs

SKU Price Description Costs
{{ item.product.sku }} {{ item.price | currency }} {{ item.product.description }}

Payment details

Payment Method {{ $ctrl.order.payment_method }}
Credit Card {{ $ctrl.order.credit_card }}
Credit Card Type {{ $ctrl.order.cctype }}

Shipping & Billing

Shipping address
Name {{ $ctrl.order.first_name }} {{ $ctrl.order.last_name }}
Email {{ $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 }}
Billing address
Name {{ $ctrl.order.bill_first_name }} {{ $ctrl.order.bill_last_name }}
Email {{ $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 }}

Additional info

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 ID {{ $ctrl.order.group_id }}
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 }}%

Notifications

Status Type Date Recipient Details
{{ notification.status }} {{ $ctrl.getNonUnderscored(notification.type) }} {{ notification.recipient }}
Response {{ $ctrl.isResponseCopied[$index] ? 'Copied' : 'Copy' }}
{{ notification.response }}
Body {{ $ctrl.isBodyCopied[$index] ? 'Copied' : 'Copy' }}
{{ notification.body }}

Fraud details

Status
{{ order.Status }} (see ClearSale status list for details)
Score
{{ order.Score ? order.Score : '—' }}
Transaction ID
{{ $ctrl.order.fraudDetails.TransactionID }}