X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_default_accounts.html;h=05f4e9e1c01f9761753f5603c16ff37906f3fe6c;hb=abafb475d9742e3a6c28427477235c923b21eeef;hp=ee9669c77a5c55d7605b5ef54a80976e26bebb8a;hpb=a97574b881103cc09a48152a4f29f8a2cc1c38a3;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_default_accounts.html b/templates/webpages/client_config/_default_accounts.html index ee9669c77..05f4e9e1c 100644 --- a/templates/webpages/client_config/_default_accounts.html +++ b/templates/webpages/client_config/_default_accounts.html @@ -55,5 +55,32 @@ [% P.chart.picker('defaults.ar_chart_id', SELF.defaults.ar_chart_id, type='AR', choose=1, style=style) %] - + + [% LxERP.t8("Clearing account for advance payments") %] + [% P.chart.picker('defaults.advance_payment_clearing_chart_id', SELF.defaults.advance_payment_clearing_chart_id, choose=1, style=style) %] + + + + [% LxERP.t8("Account for workflow from purchase order to ap transaction") %] + [% P.chart.picker('defaults.workflow_po_ap_chart_id', SELF.defaults.workflow_po_ap_chart_id, type='AP_amount', choose=1, style=style) %] + + + + [% LxERP.t8("Year-end closing") %] + + + [% LxERP.t8("Carry over account for year-end closing") %] + [% P.chart.picker('defaults.carry_over_account_chart_id', SELF.defaults.carry_over_account_chart_id, category='A', choose=1, style=style) %] + + + + [% LxERP.t8("Profit carried forward account") %] + [% P.chart.picker('defaults.profit_carried_forward_chart_id', SELF.defaults.profit_carried_forward_chart_id, category='A', choose=1, style=style) %] + + + + [% LxERP.t8("Loss carried forward account") %] + [% P.chart.picker('defaults.loss_carried_forward_chart_id', SELF.defaults.loss_carried_forward_chart_id, category='A', choose=1, style=style) %] + +