Date
{{ row.date }}
Supplier
{{ row.supplier }}
Product
{{ row.product }}
Quantity
{{
row.quantity | number : '1.2-2'
}}
Rate
{{ row.rate | currency : 'INR' }}
Tax
{{ row.tax | percent : '1.2-2' }}
Discount
{{
row.discount | percent : '1.2-2'
}}
Amount
{{ row.amount | currency : 'INR' }}