diff --git a/addons/account/account_report.xml b/addons/account/account_report.xml index 39d25b21a6c..5e9f30cf7b2 100644 --- a/addons/account/account_report.xml +++ b/addons/account/account_report.xml @@ -7,7 +7,7 @@ - + + + + + + + + + + + + + + [[ company.name ]] + General Journal - [[ company.currency_id.name ]] + + + + [[ formatLang(time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),date_time = True) ]] + Page + + + + + 0.88cm 27.7cm 20.12cm 27.7cm + + @@ -43,6 +69,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -108,20 +208,36 @@ - + - + - - Printing Date : - - - [[ formatLang(time.strftime('%Y-%m-%d %H:%M:%S'),date_time=True) ]] - + Start Date + End Date + Fiscal Year + Entries Sorted By + Account + Start Period + End Period + Filters By + Printing Date - + + + [[ data['form']['date_from'] ]] + [[ data['form']['date_to'] ]] + [[ get_fiscalyear(data['form']) or removeParentNode('para') ]] + + [[ get_account(data['form']) or removeParentNode('para') ]] + [[ get_start_period(data['form']) or removeParentNode('para') ]] + [[ get_end_period(data['form']) or removeParentNode('para') ]] + [[ data['form']['filter'] ]] + [[ formatLang(time.strftime('%Y-%m-%d %H:%M:%S'),date_time = True) ]] + + + @@ -142,6 +258,7 @@ [[ formatLang( sum_credit()) ]] +
[[ repeatIn( periods(objects), 'o') ]]