{%- from "templates/print_formats/standard_macros.html" import add_header -%}
Voucher No: | {{ doc.name }} |
Date: | {{ frappe.utils.formatdate(doc.creation) }} |
Account | Party Type | Party | Amount | |
---|---|---|---|---|
Credit | ||||
{{ entries.account }} | {{ entries.party_type }} | {{ entries.party }} | {{ entries.credit }} | {% set total_credit = total_credit + entries.credit -%}|
Narration {{ entries.remarks }} |
||||
Total (credit) | {{total_credit}} | |||
Debit | ||||
{{ entries.account }} | {{ entries.party_type }} | {{ entries.party }} | {% set total_debit = total_debit + entries.debit -%}{{ entries.debit }} | |
Narration {{ entries.remarks }} |
||||
Total (debit) | {{total_debit}} |