X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f2f0fb505e860155c2a548bf03c3ca47da312560..HEAD:/templates/webpages/yearend/form.html?ds=sidebyside diff --git a/templates/webpages/yearend/form.html b/templates/webpages/yearend/form.html index d28dfc155..a59626972 100644 --- a/templates/webpages/yearend/form.html +++ b/templates/webpages/yearend/form.html @@ -7,7 +7,7 @@ [%- INCLUDE 'common/flash.html' %] -[% IF carry_over_chart AND profit_chart AND loss_chart %] [% THEN %] +[% IF carry_over_chart AND profit_chart AND (loss_chart OR SELF.defaults.yearend_method == 'simple') %] [% THEN %]
@@ -22,6 +22,16 @@ + [% IF SELF.defaults.yearend_method == 'simple' %] [% THEN %] + + + + + + + + + [% ELSE %] @@ -34,8 +44,11 @@ + [% END %]
[% 'Start date' | $T8 %] [% L.date_tag('cb_startdate', '', readonly=1) %]
[% 'Year-end closing account' | $T8 %][% carry_over_chart.displayable_name | html %]
[% 'Profit or loss carried forward account' | $T8 %][% profit_chart.displayable_name | html %]
[% 'Carry over account for year-end closing' | $T8 %] [% carry_over_chart.displayable_name | html %][% 'Loss carried forward account' | $T8 %] [% loss_chart.displayable_name | html %]
+[% ELSIF SELF.defaults.yearend_method == 'simple' %] + [% 'Please configure the year-end closing and the profit or loss carried forward accounts for year-end closing in the client configuration!' | $T8 %] [% ELSE %] [% 'Please configure the carry over and profit and loss accounts for year-end closing in the client configuration!' | $T8 %] [% END %]