X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_default_accounts.html;h=35a8a3a70fc4715a75eba4ab94765282d95d0905;hb=a5de265327b7877bc32e2a5c5b0fd1d01ac3492f;hp=16666782c18e2e14b30160662dac122c4f7b9196;hpb=6e083cb8df993623e4810599ba9d50b035ccb250;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_default_accounts.html b/templates/webpages/client_config/_default_accounts.html index 16666782c..35a8a3a70 100644 --- a/templates/webpages/client_config/_default_accounts.html +++ b/templates/webpages/client_config/_default_accounts.html @@ -60,5 +60,22 @@ [% 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) %] +