Payment Method {{ pmethodName }}

Invoice Id {{ order.invoice_id }}

Billing Details

{{ $index+1 }} {{ items.item_name }} (x{{ items.item_quantity | formatDecimal:2 }} {{ items.unitName }}) {{ items.item_total | formatDecimal:2 }}
Subtotal {{ order.subtotal | formatDecimal:2 }}
Discount {{ discountType == 'percentage' ? '('+discountAmount+'%)' : '' }} {{ discountType == 'percentage' ? (_percentage(totalAmount, discountAmount) | formatDecimal:2) : (discountAmount | formatDecimal:2) }}
Order Tax {{ order.order_tax | formatDecimal:2 }}
Shipping Charge {{ shippingType == 'percentage' ? '('+shippingAmount+'%)' : '' }} {{ shippingType == 'percentage' ? (_percentage(totalAmount, shippingAmount) | formatDecimal:2) : (shippingAmount | formatDecimal:2) }}
Other Charge {{ othersCharge | formatDecimal:2 }}
Previous Due {{ order.previous_due | formatDecimal:2 }}
Payable Amount ({{ order.total_items }} items) {{ order.payable_amount | formatDecimal:2 }}
Prev. Due Paid {{ order.prev_due_paid | formatDecimal:2 }}
Discount on {{ payments.created_at }} by {{ payments.by }} {{ payments.amount | formatDecimal:2 }}
Duepaid on {{ payments.created_at }} by {{ payments.by }} {{ payments.amount | formatDecimal:2 }} Paid by {{ payments.name }} on {{ payments.created_at }} by {{ payments.by }} {{ payments.amount | formatDecimal:2 }} Return on {{ payments.created_at }} by {{ payments.by }} {{ payments.amount | formatDecimal:2 }}
Due {{ (order.total_due ) | formatDecimal:2 }}
Change on {{ payments.created_at }} by {{ payments.by }} {{ payments.pos_balance | formatDecimal:2 }}
Notes: {{ order.invoice_note }}