Particulars Debit Credit [[ repeatIn(objects,'voucher') ]] [[ get_title(voucher) ]] Journal: [[ voucher.journal_id.name ]] Number: [[ voucher.name ]] State: PRO-FORMA [[ ((voucher.state == 'proforma') or removeParentNode('para')) and '' ]] Draft[[ ((voucher.state == 'draft') or removeParentNode('para')) and '' ]] Canceled [[ ((voucher.state == 'cancel') or removeParentNode('para')) and '' ]] Posted [[ ((voucher.state == 'posted') or removeParentNode('para')) and '' ]] Ref. : [[ voucher.ref]] Date: [[ formatLang(voucher.date , date=True) or '' ]] Particulars Debit Credit
[[ repeatIn(voucher.line_id,'line_id') ]] [[ (line_id.partner_id and line_id.partner_id.name) or 'Account']] [[ formatLang(line_id.debit) ]] [[ formatLang(line_id.credit) ]] [[ line_id.account_id.name ]] [[ line_id.name ]]-[[voucher.ref]]
Through : [[ voucher.narration or '']] On Account of : [[ voucher.line_id and voucher.line_id[0].name or removeParentNode('para') ]] Amount (in words) : [[ convert(voucher.amount) ]] [[ formatLang(debit(voucher.line_id))]] [[ formatLang(credit(voucher.line_id)) ]] Receiver's Signature Authorised Signatory