{{ voucher.date | date: 'dd-MMM-yyyy' }} — {{ voucher.narration }}
Sold from {{ name(voucher.source) }} to {{ name(voucher.destination) }}
| Product | {{ line.batch.sku.name }} | Quantity | {{ line.quantity | number: '1.2-2' }} | Rate | {{ line.rate | currency: 'INR' : 'symbol' : '1.2-2' }} | Tax | {{ line.tax | percent: '1.0-2' }} | Discount | {{ line.discount | percent: '1.0-2' }} | Amount | {{ line.amount | number: '1.2-2' }} | Happy Hour | {{ line.isHappyHour ? 'Yes' : '' }} |
|---|
| Account | {{ journal.account.name }} | Cost Centre | {{ name(journal.costCentre) }} | Debit | {{ journal.debit === 1 ? (journal.amount | number: '1.2-2') : '' }} | Credit | {{ journal.debit === -1 ? (journal.amount | number: '1.2-2') : '' }} |
|---|