X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fsteuerfilterung.html;h=dd8aab4ef9aac18cd031d7dea98e317af77de060;hb=5012e90c3dcec9566b23ee93f71bf78a30c9f35d;hp=da4ebf0e4b516cad3fc4e9bedb909e071dea9443;hpb=a23454bb1b039a31b7f77710ff663fa9152d530c;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/steuerfilterung.html b/templates/webpages/dbupgrade/steuerfilterung.html index da4ebf0e4..dd8aab4ef 100644 --- a/templates/webpages/dbupgrade/steuerfilterung.html +++ b/templates/webpages/dbupgrade/steuerfilterung.html @@ -6,13 +6,13 @@
- +

[% 'From this version on a new feature is available.' | $T8 %]

[% 'You can choose account categories for taxes. Depending on these categories taxes will be displayed for transfers in the general ledger or not.' | $T8 %]

[% 'If you have not chosen for example the category revenue for a tax and you choose an revenue account to create a transfer in the general ledger, this tax will not be displayed in the tax dropdown.' | $T8 %]

[% 'This feature especially prevents mistakes by mixing up prior tax and sales tax.' | $T8 %]

-

[% 'Please choose for which categories the taxes should be displayed:' | $T8 %]

+

[% 'Please choose for which categories the taxes should be displayed (otherwise remove the ticks):' | $T8 %]

@@ -31,41 +31,12 @@ - - - - - - - - - - - + + + + + + [% SET rowcount = loop.count %]
[% 'Taxkey' | $T8 %][% HTML.escape(row.taxkey) %] [% HTML.escape(row.taxdescription) %] [% HTML.escape(row.rate) %] %[% IF row.taxkey == 0 or row.taxkey == 1 %] - [% L.checkbox_tag('asset_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %] - [% ELSE %] - [% L.checkbox_tag('asset_' _ loop.count, value => 1, checked => 0, class => 'checkbox') %] - [% END %][% IF row.taxkey == 0 or row.taxkey == 1 %] - [% L.checkbox_tag('liability_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %] - [% ELSE %] - [% L.checkbox_tag('liability_' _ loop.count, value => 1, checked => 0, class => 'checkbox') %] - [% END %][% IF row.taxkey == 0 or row.taxkey == 1 %] - [% L.checkbox_tag('equity_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %] - [% ELSE %] - [% L.checkbox_tag('equity_' _ loop.count, value => 1, checked => 0, class => 'checkbox') %] - [% END %][% IF row.taxkey == 0 or row.taxkey == 1 %] - [% L.checkbox_tag('costs_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %] - [% ELSE %] - [% L.checkbox_tag('costs_' _ loop.count, value => 1, checked => 0, class => 'checkbox') %] - [% END %][% IF row.taxkey == 8 or row.taxkey == 9 or row.taxkey == 18 or row.taxkey == 19%] - [% L.checkbox_tag('revenue_' _ loop.count, value => 1, checked => 0, class => 'checkbox') %] - [% ELSE %] - [% L.checkbox_tag('revenue_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %] - [% END %][% IF row.taxkey == 2 or row.taxkey == 3 or row.taxkey == 10 or row.taxkey == 11 or row.taxkey == 12 or row.taxkey == 13 %] - [% L.checkbox_tag('expense_' _ loop.count, value => 1, checked => 0, class => 'checkbox') %] - [% ELSE %] - [% L.checkbox_tag('expense_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %] - [% END %][% L.checkbox_tag('asset_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %][% L.checkbox_tag('liability_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %][% L.checkbox_tag('equity_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %][% L.checkbox_tag('costs_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %][% L.checkbox_tag('revenue_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %][% L.checkbox_tag('expense_' _ loop.count, value => 1, checked => 1, class => 'checkbox') %]