[[ repeatIn(objects,'voucher') ]] [[ get_title(voucher.type) ]] Number: [[ voucher.number ]] Date: [[ formatLang(voucher.date , date=True) or '' ]] 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 '' ]] Currency: [[ voucher.currency_id.symbol ]] Particulars Amount
[[ repeatIn(get_lines(voucher),'p') ]] Account : [[ p['pname'] ]] [[ p['amount'] ]] [[ voucher.currency_id.symbol ]] [[ p['ref'] ]] Account : [[ p['aname'] ]]
Through : [[ voucher.journal_id.name or '' ]] On Account of : [[ get_on_account(voucher) ]] Amount (in words) : [[ convert(voucher.amount,voucher.currency_id.name) ]] [[ voucher.amount ]] [[ voucher.currency_id.symbol ]]