diff --git a/account_financial_report_webkit_xls/report/general_ledger_xls.py b/account_financial_report_webkit_xls/report/general_ledger_xls.py index 99ba69e4..51748f8b 100644 --- a/account_financial_report_webkit_xls/report/general_ledger_xls.py +++ b/account_financial_report_webkit_xls/report/general_ledger_xls.py @@ -98,8 +98,8 @@ class general_ledger_xls(report_xls): ('df', 3, 0, 'text', _p.filter_form(data) == 'filter_date' and _('Dates Filter') or _('Periods Filter')), ('af', 1, 0, 'text', _('Accounts Filter')), - ('tm', 2, 0, 'text', _('Target Moves')), - ('ib', 2, 0, 'text', _('Initial Balance')), + ('tm', 2, 0, 'text', _('Target Moves')), + ('ib', 2, 0, 'text', _('Initial Balance')), ] row_data = self.xls_row_template(c_specs, [x[0] for x in c_specs]) diff --git a/account_financial_report_webkit_xls/report/open_invoices_xls.py b/account_financial_report_webkit_xls/report/open_invoices_xls.py index 7f2b3e18..5180c658 100644 --- a/account_financial_report_webkit_xls/report/open_invoices_xls.py +++ b/account_financial_report_webkit_xls/report/open_invoices_xls.py @@ -639,7 +639,7 @@ class open_invoices_xls(report_xls): None, self.style_account_title_right), ] else: - c_specs += [('cumul_bal_curr', 1, 0, 'text', "-", None, + c_specs += [('cumul_bal_curr', 1, 0, 'text', "-", None, self.style_account_title_right), ('curr_name', 1, 0, 'text', "", None, self.style_account_title_right) diff --git a/account_financial_report_webkit_xls/report/partner_ledger_xls.py b/account_financial_report_webkit_xls/report/partner_ledger_xls.py index a3746cdf..66b12762 100644 --- a/account_financial_report_webkit_xls/report/partner_ledger_xls.py +++ b/account_financial_report_webkit_xls/report/partner_ledger_xls.py @@ -100,8 +100,8 @@ class partner_ledger_xls(report_xls): ('df', 2, 0, 'text', _p.filter_form(data) == 'filter_date' and _('Dates Filter') or _('Periods Filter')), ('af', 1, 0, 'text', _('Accounts Filter')), - ('tm', 2, 0, 'text', _('Target Moves')), - ('ib', nbr_columns - 8, 0, 'text', _('Initial Balance')), + ('tm', 2, 0, 'text', _('Target Moves')), + ('ib', nbr_columns - 8, 0, 'text', _('Initial Balance')), ] row_data = self.xls_row_template(c_specs, [x[0] for x in c_specs]) diff --git a/account_financial_report_webkit_xls/report/partners_balance_xls.py b/account_financial_report_webkit_xls/report/partners_balance_xls.py index c846f674..8bf1cfeb 100644 --- a/account_financial_report_webkit_xls/report/partners_balance_xls.py +++ b/account_financial_report_webkit_xls/report/partners_balance_xls.py @@ -71,10 +71,10 @@ class partners_balance_xls(report_xls): ('df', 1, 0, 'text', _p.filter_form(data) == 'filter_date' and _( 'Dates Filter') or _('Periods Filter'), None, cell_style_center), - ('pf', 1, 0, 'text', _('Partners Filter'), + ('pf', 1, 0, 'text', _('Partners Filter'), None, cell_style_center), - ('tm', 1, 0, 'text', _('Target Moves'), None, cell_style_center), - ('ib', 1, 0, 'text', _('Initial Balance'), + ('tm', 1, 0, 'text', _('Target Moves'), None, cell_style_center), + ('ib', 1, 0, 'text', _('Initial Balance'), None, cell_style_center), ('coa', 1, 0, 'text', _('Chart of Account'), None, cell_style_center), diff --git a/account_financial_report_webkit_xls/report/trial_balance_xls.py b/account_financial_report_webkit_xls/report/trial_balance_xls.py index 438935fa..dd357185 100644 --- a/account_financial_report_webkit_xls/report/trial_balance_xls.py +++ b/account_financial_report_webkit_xls/report/trial_balance_xls.py @@ -80,8 +80,8 @@ class trial_balance_xls(report_xls): ('af', 2, 0, 'text', _('Accounts Filter')), ('df', 1, 0, 'text', _p.filter_form(data) == 'filter_date' and _('Dates Filter') or _('Periods Filter')), - ('tm', 2, 0, 'text', _('Target Moves'), None, cell_style_center), - ('ib', 1, 0, 'text', _('Initial Balance'), + ('tm', 2, 0, 'text', _('Target Moves'), None, cell_style_center), + ('ib', 1, 0, 'text', _('Initial Balance'), None, cell_style_center), ('coa', 1, 0, 'text', _('Chart of Account'), None, cell_style_center),