X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b293ff8ad52fc76ba0c44783e3982418114d6b08..HEAD:/templates/webpages/client_config/_default_accounts.html
diff --git a/templates/webpages/client_config/_default_accounts.html b/templates/webpages/client_config/_default_accounts.html
index 05f4e9e1c..47832a637 100644
--- a/templates/webpages/client_config/_default_accounts.html
+++ b/templates/webpages/client_config/_default_accounts.html
@@ -68,6 +68,16 @@
| [% LxERP.t8("Year-end closing") %] |
+ [% IF SELF.defaults.yearend_method == 'simple' %] [% THEN %]
+
+ | [% LxERP.t8("Year-end closing account") %] |
+ [% P.chart.picker('defaults.carry_over_account_chart_id', SELF.defaults.carry_over_account_chart_id, choose=1, style=style) %] |
+
+
+ | [% LxERP.t8("Profit or loss carried forward account") %] |
+ [% P.chart.picker('defaults.profit_carried_forward_chart_id', SELF.defaults.profit_carried_forward_chart_id, choose=1, style=style) %] |
+
+ [% ELSE %]
| [% 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) %] |
@@ -82,5 +92,11 @@
| [% 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) %] |
|
+ [% END %]
+
+ | [% LxERP.t8("Transit Items account") %] |
+ [% P.chart.picker('defaults.transit_items_chart_id', SELF.defaults.transit_items_chart_id , category='A', choose=1, style=style) %] |
+ |
+