Purchase Return {{ voucher.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 | async; track account) { {{ account.name }} } Amount ₹ 
Product @for (batch of batches | async; track batch) { {{ batch.name }} } Quantity
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
@for (item of voucher.files; track item) {
}
@if (voucher.id) { } @if (voucher.id) { Created on {{ voucher.creationDate | localTime }} and Last Edited on  {{ voucher.lastEditDate | localTime }} by  {{ voucher.user.name }}. {{ voucher.poster ? 'Posted by ' + voucher.poster : '' }} }