[[ get_company(data) ]] Profit And Loss Account [[ get_data(data) or removeParentNode('para')]] Chart of Account Fiscal Year Filter By [[ get_filter(data)!='No Filter' and get_filter(data) ]] Display Account Printing Date [[ get_account(data) or removeParentNode('para') ]] [[ get_fiscalyear(data) or '' ]] [[ get_filter(data)=='No Filter' and get_filter(data) or removeParentNode('para') ]] [[ get_filter(data)=='Date' or removeParentNode('blockTable') ]] Start Date End Date [[ get_start_date(data)]] [[get_end_date(data) ]] [[ 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') ]] [[ (data['form']['display_account']=='bal_all' and 'All') or (data['form']['display_account']=='bal_movement' and 'With movements') or 'With balance is not equal to 0']] [[ formatLang(time.strftime('%Y-%m-%d %H:%M:%S'), date_time = True) ]] Code Perticular Total Amount([[ get_currency(data) ]]) Code Perticular Total Amount([[ get_currency(data) ]]) [[ repeatIn(get_lines(),'a' ) ]] [[ a['code'] ]][[ a['level']<3 and ( setTag('para','para',{'style':'terp_default_Bold_9'})) or removeParentNode('font') ]] [[ '. '*(a['level']-1) ]][[ a['level']<3 and ( setTag('para','para',{'style':'terp_default_Bold_9'})) or removeParentNode('font') ]][[ a['name'] ]] [[ a['balance'] and formatLang(abs(a['balance'])) or 0.0 ]] [[ a['code1'] ]][[ a['level1']<3 and ( setTag('para','para',{'style':'terp_default_Bold_9'})) or removeParentNode('font') ]] [[ '. '*(a['level1']-1) ]][[ a['level1']<3 and ( setTag('para','para',{'style':'terp_default_Bold_9'})) or removeParentNode('font') ]][[ a['name1'] ]] [[ a['balance1'] and formatLang(abs(a['balance1'])) or '' ]] [[ final_result()['type'] == 'Net Profit C.F.B.L.' and final_result()['type'] or '' ]] [[ final_result()['balance'] and final_result()['type'] == 'Net Profit C.F.B.L.' and formatLang(abs(final_result()['balance'])) or 0.0 ]] [[ final_result()['type'] == 'Net Loss C.F.B.L.' and final_result()['type'] or '' ]] [[ final_result()['balance'] and final_result()['type'] == 'Net Loss C.F.B.L.' and formatLang(abs(final_result()['balance'])) or 0.0 ]] Total:([[ get_currency(data['form']) ]]) [[ formatLang(abs(sum_dr())) or 0.0 ]] Total:([[ get_currency(data['form']) ]]) [[ formatLang(abs(sum_cr())) or 0.0 ]]