X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fsteuerfilterung.html;h=8c2a2efb767f75768c0022aa2d0c8a5a7fe0361a;hb=51aa7d3ccc53449c3582bae461d567ff2203e964;hp=da4ebf0e4b516cad3fc4e9bedb909e071dea9443;hpb=a23454bb1b039a31b7f77710ff663fa9152d530c;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/steuerfilterung.html b/templates/webpages/dbupgrade/steuerfilterung.html index da4ebf0e4..8c2a2efb7 100644 --- a/templates/webpages/dbupgrade/steuerfilterung.html +++ b/templates/webpages/dbupgrade/steuerfilterung.html @@ -1,18 +1,17 @@ - [% USE T8 %] [% USE HTML %] [% USE L %] -
[% 'New filter for tax accounts' | $T8 %]
+

[% 'New filter for tax accounts' | $T8 %]

- +

[% '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 +30,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') %]