{{ company_doc.company_name }}
1063 Chestnut Level Road, Quarryville PA 17566 |
Invoice
{{ doc.name }} Date: {{ frappe.utils.formatdate(doc.posting_date, "MM-dd-yyyy") }} |
|
Due Date: {{ frappe.utils.formatdate(doc.due_date, "MM-dd-yyyy") }} Terms: {{ doc.payment_terms_template or "Net 30" }} |
|
{% if doc.custom_subscription_data %}
{{ doc.custom_subscription_data }}
{% endif %}
{% if doc.custom_invoice_notes %}
{{ doc.custom_invoice_notes }}
{% endif %}
|
| Item | Description | Qty | Rate | Amount |
|---|---|---|---|---|
| {{ row.item_code }} | {{ row.item_name }} | {{ row.qty }} | {{ row.rate }} | {{ row.amount }} |
| Subtotal | {{ doc.total }} |
| {{ tax.account_head }} ({{ tax.rate }}%) | {{ tax.tax_amount }} |
| Total | {{ doc.grand_total }} |
| Paid | {{ doc.total_advance }} |
| Balance Due | {{ doc.outstanding_amount }} |
Prompt payment is always appreciated. We accept payments by check or over the phone using a debit or credit card. Automatic payment setup is also available upon request. Invoices over 30 days may be charged a late payment fee of 1.5% per month with a minimum fee of $5. Thanks for your business.