doc.set('terms', value)"
:read-only="doc.submitted"
/>
{{ _('Subtotal') }}
{{ formattedValue('netTotal') }}
{{ tax.account }} ({{ tax.rate }}%)
{{
frappe.format(tax.amount, {
fieldtype: 'Currency',
currency: doc.currency
})
}}
{{ _('Grand Total') }}
{{ formattedValue('grandTotal') }}