Purchases
@if (resource.isLoading()) {
} @else if (resource.error()) {
} @else {
Product
{{
row.name
}}
{{ info().footer.name }}
Quantity
{{ row.quantity | number: '1.2-2' }}
{{ info().footer.quantity | number: '1.2-2' }}
Rate
{{ row.rate | currency: 'INR' }}
{{ info().footer.rate | currency: 'INR' }}
Amount
{{ row.amount | currency: 'INR' }}
{{ info().footer.amount | currency: 'INR' }}
}