Back to Erpnext

Transaction Row

erpnext/templates/includes/transaction_row.html

16.21.0383 B
Original Source

{{ doc.name }} {{ frappe.utils.global_date_format(doc.modified) }}

{{ _(doc.status) }}

{{ doc.items_preview }}

{% if doc.is_rounded_total_disabled() and doc.get('grand_total') %} {{ doc.get_formatted("grand_total") }} {% elif doc.get('rounded_total') %} {{ doc.get_formatted("rounded_total") }} {% endif %} Link