Partner Ledger [[ repeatIn(objects, 'p') ]] [[ setLang(p.lang) ]] Chart of Account Fiscal Year Journal Filter By [[ get_filter(data)!='No Filter' and get_filter(data) ]] Partner's Printing Date [[ get_account(data) or '' ]] [[ get_fiscalyear(data) or '' ]] [[', '.join([ lt or '' for lt in get_journal(data) ]) ]] [[ get_filter(data)=='No Filter' and get_filter(data) or removeParentNode('para') ]] [[ get_filter(data)=='Date' or removeParentNode('blockTable') ]] Start Date End Date [[ formatLang(get_start_date(data),date=True) ]] [[ formatLang(get_end_date(data),date=True) ]] [[ get_filter(data)=='Periods' or removeParentNode('blockTable') ]] Start Period End Period [[ get_start_period(data) or removeParentNode('para') ]] [[ get_end_period(data) or removeParentNode('para') ]] [[ get_partners() ]] [[ formatLang(time.strftime('%Y-%m-%d %H:%M:%S'), date_time = True) ]] [[ display_currency(data) == False or removeParentNode('blockTable') ]] Date JNRL Ref. A/c No.- Name Entry Label Debit Credit Balance [[ display_currency(data) == False or removeParentNode('blockTable') ]] [[ p.ref ]] - [[ p.name ]] [[ formatLang((sum_debit_partner(p))) ]] [[ formatLang((sum_credit_partner(p))) ]] [[ formatLang((sum_debit_partner(p) - sum_credit_partner(p))) ]] [[ company.currency_id.symbol ]] [[ data['form']['initial_balance'] or removeParentNode('tr') ]] Initial Balance [[ formatLang(get_intial_balance(p)[0][0])]] [[ formatLang(get_intial_balance(p)[0][1]) ]] [[ formatLang(get_intial_balance(p)[0][2]) ]] [[ company.currency_id.symbol ]]
[[ repeatIn(lines(p), 'line') ]] [[ display_currency(data) == False or removeParentNode('blockTable') ]] [[ formatLang(line['date'],date=True) ]] [[ line['code'] ]] [[ line['move_name'] ]] [[ line['a_code'] ]] - [[ line['a_name'] ]] [[ line['ref'] ]] - [[ line['name'] ]] [[ formatLang((line['debit'])) ]] [[ formatLang((line['credit'])) ]] [[ formatLang((line['progress'])) ]] [[ company.currency_id.symbol ]]
[[ display_currency(data) == True or removeParentNode('blockTable') ]] Date JNRL Ref. A/c No.- Name Entry Label Debit Credit Balance Currency [[ display_currency(data) == True or removeParentNode('blockTable') ]] [[ p.ref ]] - [[ p.name ]] [[ formatLang((sum_debit_partner(p))) ]] [[ formatLang((sum_credit_partner(p))) ]] [[ formatLang((sum_debit_partner(p) - sum_credit_partner(p))) ]] [[ company.currency_id.symbol ]] [[display_initial_balance(data) or removeParentNode('tr') ]] Initial Balance [[ formatLang(get_intial_balance(p)[0][0]) ]] [[ formatLang(get_intial_balance(p)[0][1]) ]] [[ formatLang(get_intial_balance(p)[0][2]) ]] [[ company.currency_id.symbol ]]
[[ repeatIn(lines(p), 'line') ]] [[ display_currency(data) == True or removeParentNode('blockTable') ]] [[ formatLang(line['date'],date=True) ]] [[ line['code'] ]] [[ line['move_name'] ]] [[ line['a_code'] ]] - [[ line['a_name'] ]] [[ (line['ref'] or '') + ' ' + line['name'] ]] [[ formatLang((line['debit'])) ]] [[ formatLang((line['credit'])) ]] [[ formatLang((line['progress'])) ]] [[ company.currency_id.symbol ]] [[ formatLang(line['amount_currency'] or '') ]] [[ line['currency_code'] or '' ]]