Invoice #{{invoice.code}}

Information

Company Name
{{invoice.companyName}}
Address
{{invoice.address}}
P.O Number
{{invoice.poNumber}}
Terms
{{invoice.paymentTerm}} day days
Open Date
{{invoice.openDate | date:'shortDate'}}
Due Date
{{invoice.dueDate | date:'shortDate'}}
Currency
{{invoice.currency | currencyName}}
Status
{{invoice.status.charAt(0).toUpperCase() + invoice.status.slice(1) | invoiceStatus | uppercase}}
Job
{{col.header}} {{jobCols[0].header}}{{jobCosting.job}} {{jobCols[1].header}}{{jobCosting.name}} {{jobCols[2].header}}{{jobCosting.totalAmount | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} Item Quantity Unit Cost Total Item{{item.name}} Quantity{{item.quantity}} Unit Cost{{item.price | currency : invoice.currency : 'symbol-narrow' : '1.0-2'}}/{{item.unit | costingItemUnit}} Total{{(+item.quantity * +item.price) | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
Payment History
{{col.header}} {{paymentCols[0].header}}{{payment.client.name}} {{paymentCols[1].header}}{{payment.paymentDate | date:'shortDate'}} {{paymentCols[2].header}}{{paymentMethodText(payment.paymentMethod)}} {{paymentCols[3].header}}{{payment.amount | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} {{paymentCols[4].header}}{{payment.amountDue | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
No payment log data.
{{totalPaid | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} {{totalDue | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
Subtotal:
{{totalSubtotal | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
Total Excluding Tax:
{{totalExcludingTax | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
Total:
{{totalTotal | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
Amount paid:
{{totalPaid | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
Amount due:
{{totalDue | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
Bill to List
{{col.header}} {{billToCols[0].header}}{{client.clientName}} {{billToCols[1].header}}{{client.clientAddress}} {{billToCols[2].header}}{{client.split}}% {{billToCols[3].header}}{{client.subTotal | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} {{billToCols[4].header}}{{client.discount}}% {{billToCols[5].header}}{{client.totalExcludingTax | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} {{billToCols[6].header}}{{client.taxRate}}% {{billToCols[7].header}}{{client.total | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} {{billToCols[8].header}}{{client.paid | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} {{billToCols[9].header}}{{client.due | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} {{billToCols[10].header}}
Totals {{totalSplit}}% {{totalSubtotal | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} {{totalExcludingTax | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} {{totalTotal | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}} {{ totalPaid | currency: invoice.currency : 'symbol-narrow' : '1.0-2' }} {{ totalDue | currency: invoice.currency : 'symbol-narrow' : '1.0-2' }}
Powered by AgMission - AgNav Inc.
{{printDetail.client.issuerCompanyName}}
{{printDetail.client.issuerAddress}}
Invoice
[{{printDetail.client.code}}] - {{printDetail.status | uppercase}} {{printDetail.client.code}}
{{printDetail.openDate | date:'shortDate'}}
{{printDetail.poNumber}}
{{printDetail.paymentTerm}} day days 1day 1day
Bill to
{{printDetail.client.clientName}}
{{printDetail.client.clientAddress}}
{{printDetail.client.clientPhone}}
{{printDetail.client.clientEmail}}
{{printDetail.due | currency : printDetail.currency : 'symbol-narrow' : '1.0-2'}} {{printDetail.currency}}  due {{printDetail.dueDate | date: 'longDate'}}
{{printDetail.client.note ? printDetail.client.note : printDetail.note}}
{{col.header}} {{jobCosting.job}} {{jobCosting.costingName}} ({{jobCosting.unit | costingItemUnit}}) {{jobCosting.quantity}} {{jobCosting.price | currency : printDetail.currency : 'symbol-narrow' : '1.0-2'}}/{{jobCosting.unit | costingItemUnit}} {{printDetail.client.split}}% {{(+jobCosting.total * (+printDetail.client.split / 100)) | currency: printDetail.currency : 'symbol-narrow' : '1.0-2'}}
Subtotal
{{printDetail.subTotalAfterSplit | currency: printDetail.currency : 'symbol-narrow' : '1.0-2'}}
Discount({{printDetail.client.discount}}%)
-{{printDetail.discounted | currency: printDetail.currency : 'symbol-narrow' : '1.0-2'}}
Total Excluding Tax
{{printDetail.totalExcludingTax | currency: printDetail.currency : 'symbol-narrow' : '1.0-2'}}
Tax({{printDetail.client.taxRate}}%)
{{printDetail.taxed | currency: printDetail.currency : 'symbol-narrow' : '1.0-2'}}
Total
{{printDetail.total | currency: printDetail.currency : 'symbol-narrow' : '1.0-2'}}
Amount paid
{{(printDetail.client.amountPaid ? printDetail.client.amountPaid : 0) | currency: printDetail.currency : 'symbol-narrow' : '1.0-2'}}
Amount due
{{printDetail.due | currency: printDetail.currency : 'symbol-narrow' : '1.0-2'}} {{printDetail.currency}}
Total
{{totalTotal | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}

Payment {{logPaymentList.length + 1 }}

Client is required
Amount is required Do not enter more than amount due
{{logPaymentForm.amountDue | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
A valid date is required

Payment {{i + 1}}

Client
{{log.client.name}}
Amount paid
{{log.amount | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
Amount due
{{log.amountDue | currency: invoice.currency : 'symbol-narrow' : '1.0-2'}}
Payment method
{{paymentMethodText(log.paymentMethod)}}
Payment date
{{log.paymentDate | date:'shortDate'}}
Export as IIF
For QuickBooks Desktop
Export as CSV
For QuickBooks Online