Purchase {{ form.isStarred() ? 'star' : 'star_border' }}

Date Account @if (accBal()) { Balance as on Date: {{ accBal()?.date | currency: 'INR' | accounting }} / Final balance: {{ accBal()?.total | currency: 'INR' | accounting }} } @for (account of accounts(); track account) { {{ account.name }} } Amount ₹ 
Product @for (product of products(); track product) { {{ product.name }} } Quantity Price Tax Discount
@if (itemResource.isLoading()) { } @else if (itemResource.error()) { } @else { Product {{ row.batch.sku.name }} 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' }} Action
Narration
Tags @for (tag of form.tagList().value(); track tag) { {{ tag.name }} } @for (tag of tags(); track tag) { {{ tag.name }} }
@for (item of form.files().value(); track item) {
img
}
}
@if (id()) { } @if (id()) { Created on {{ form.creationDate().value() | localTime }} and Last Edited on  {{ form.lastEditDate().value() | localTime }} by  {{ form.userName() }}. {{ form.posted() ? 'Posted by ' + form.poster() : '' }} }