# {{ invoice().id }}

Cancel
Order Status:
{{ invoice().status }}
Order Date
{{ invoice().orderDate | date : "dd-MM-yyyy" }}
Bill From
Bill To
Enter From Address
Bill From
@for(row of addForm.get('rows')['controls']; track row; let index = $index) { }
# Item Name Unit Price Units Unit Total Price
{{ index + 1 }} @if(addForm.get('rows')) { } @if(index > 0) { }
Sub total: {{ subTotal() }}
Total Vat: {{ vat() }}%

Grand Total: {{ grandTotal() }}