{{ state.company.name }}
{{ state.companyAddress }}
Email: {{ state.company.emailAddress }} | Phone: {{ state.company.phoneNumber }}
Sales Order
| Customer Information | |
|---|---|
| Name: | {{ state.customer.name }} |
| Address: | {{ state.customerAddress }} |
| Email: | {{ state.customer.emailAddress }} |
| Phone: | {{ state.customer.phoneNumber }} |
| Order Information | |
|---|---|
| Order Number: | {{ state.orderNumber }} |
| Order Date: | {{ state.orderDate }} |
| Currency: | {{ state.orderCurrency }} |
| _ | |
| Product Number | Product Name | Unit Price | Quantity | Total |
|---|---|---|---|---|
| {{ item?.product?.number }} | {{ item?.product?.name }} | {{ item?.unitPrice }} | {{ item?.quantity }} | {{ item?.total }} |
| Subtotal: | {{ state.subTotal }} |
| Tax: | {{ state.tax }} |
| Total Amount: | {{ state.totalAmount }} |