[[data['form']['amount_currency'] == True or removeParentNode('blockTable')]] Date Period JRNL Partner Ref Move Entry Label Counterpart Debit Credit Balance Currency [[ data['form']['amount_currency'] == False or removeParentNode('blockTable') ]] Date Period JRNL Partner Ref Move Entry Label Counterpart Debit Credit Balance [[ repeatIn(objects, 'a') ]] General Ledger Company[[ data['model']=='account.account' and ' ' or removeParentNode('para') ]] Chart of Accounts[[ data['model']=='ir.ui.menu' and ' ' or removeParentNode('para') ]] Fiscal Year Journals Display Account Filter By [[ data['form']['filter']!='filter_no' and get_filter(data) ]] Entries Sorted By Target Moves [[ get_account(data) or removeParentNode('para') ]] [[ get_fiscalyear(data) or '' ]] [[', '.join([ lt or '' for lt in get_journal(data) ]) ]] All[[ data['form']['display_account']=='all' and ' ' or removeParentNode('para') ]] With movements[[ data['form']['display_account']=='movement' and ' ' or removeParentNode('para') ]] With balance is not equal to 0[[ data['form']['display_account']=='not_zero' and ' ' or removeParentNode('para') ]] [[ data['form']['filter']=='filter_no' and get_filter(data) or removeParentNode('para') ]] [[ data['form']['filter']=='filter_date' or removeParentNode('blockTable') ]] Start Date End Date [[ data['form']['filter']=='filter_date' or removeParentNode('blockTable') ]] [[ formatLang(get_start_date(data),date=True) ]] [[ formatLang(get_end_date(data),date=True) ]] [[ data['form']['filter']=='filter_period' or removeParentNode('blockTable') ]] Start Period End Period [[ data['form']['filter']=='filter_period' or removeParentNode('blockTable') ]] [[ get_start_period(data) or removeParentNode('para') ]] [[ get_end_period(data) or removeParentNode('para') ]] [[ get_sortby(data) ]] [[ get_target_move(data) ]] [[data['form']['amount_currency'] == True or removeParentNode('blockTable')]] Date Period JRNL Partner Ref Move Entry Label Counterpart Debit Credit Balance Currency
[[ repeatIn(get_children_accounts(a), 'o') ]] [[data['form']['amount_currency'] == True or removeParentNode('blockTable')]] [[ '..'*(o.level-1) ]][[ o.code ]] [[ o.name ]] [[ formatLang(sum_debit_account(o), digits=get_digits(dp='Account')) ]] [[ formatLang(sum_credit_account(o), digits=get_digits(dp='Account')) ]] [[ formatLang(sum_balance_account(o), digits=get_digits(dp='Account'), currency_obj= company.currency_id) ]] [[ o.currency_id and formatLang(sum_currency_amount_account(o), digits=get_digits(dp='Account'),currency_obj=o.currency_id) or '' ]]
[[ repeatIn(lines(o), 'line') ]] [[data['form']['amount_currency'] == True or removeParentNode('blockTable')]] [[ formatLang(line['ldate'],date=True) ]] [[ line['period_code'] ]] [[ line['lcode'] ]] [[ strip_name(line['partner_name'],20) ]] [[ line['lref'] and strip_name(line['lref'],17) ]] [[ line['move'] ]] [[ strip_name(line['lname'],22) ]] [[ strip_name(line['line_corresp'],18) ]] [[ formatLang(line['debit'], digits=get_digits(dp='Account')) ]] [[ formatLang(line['credit'], digits=get_digits(dp='Account')) ]] [[ formatLang(line['progress'], digits=get_digits(dp='Account'), currency_obj=company.currency_id) ]] [[ (line.has_key('currency_id') and line['currency_id']==None or line['amount_currency']==None) and removeParentNode('font') ]] [[ formatLang(line['amount_currency'])]] [[ line['currency_code'] or '']]
[[ data['form']['amount_currency'] == False or removeParentNode('blockTable') ]] Date Period JRNL Partner Ref Move Entry Label Counterpart Debit Credit Balance
[[ repeatIn(get_children_accounts(a), 'o') ]] [[ data['form']['amount_currency'] == False or removeParentNode('blockTable') ]] [[ '..'*(o.level-1) ]][[ o.code ]] [[ o.name ]] [[ formatLang(sum_debit_account(o), digits=get_digits(dp='Account')) ]] [[ formatLang(sum_credit_account(o), digits=get_digits(dp='Account')) ]] [[ formatLang(sum_balance_account(o), digits=get_digits(dp='Account'), currency_obj=company.currency_id) ]]
[[ repeatIn(lines(o), 'line') ]] [[ data['form']['amount_currency'] == False or removeParentNode('blockTable') ]] [[ formatLang(line['ldate'],date=True) ]] [[ line['period_code'] ]] [[ line['lcode'] ]] [[ strip_name(line['partner_name'],24) ]] [[ strip_name(line['lref'],21) ]] [[ line['move'] ]] [[ strip_name(line['lname'],28) ]] [[ strip_name(line['line_corresp'],23) ]] [[ formatLang(line['debit'], digits=get_digits(dp='Account')) ]] [[ formatLang(line['credit'], digits=get_digits(dp='Account')) ]] [[ formatLang(line['progress'], digits=get_digits(dp='Account'),currency_obj=company.currency_id) ]]