X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fbuchungsgruppen_services_master.html;h=bdf2180dc75222e7445de0885a2aa3e3985a969b;hb=713a6d703c0b2806f6a1f8fafa6bc9b6554c4087;hp=3eade422394d33e118e60110a9f7e752a9083d97;hpb=b563c6721aa4aed5128e319ad78b344b5f2120d5;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/buchungsgruppen_services_master.html b/templates/webpages/dbupgrade/buchungsgruppen_services_master.html index 3eade4223..bdf2180dc 100644 --- a/templates/webpages/dbupgrade/buchungsgruppen_services_master.html +++ b/templates/webpages/dbupgrade/buchungsgruppen_services_master.html @@ -1,17 +1,14 @@ -
Step 2 of 2: Services
+[% USE HTML %]
Step 2 of 3: Services
- - - - -

-
+ [% IF saved_message %] +

[% saved_message %]

+ [% END %]
Existing Buchungsgruppen
@@ -19,70 +16,70 @@ The following Buchungsgruppen have already been created:

- -
New Buchungsgruppe
+ [% FOREACH row = LIST %] +
New Buchungsgruppe [% loop.count %]
- + - - - + [% IF row.eur %] + + [% ELSE %] - + [% END %] @@ -90,8 +87,8 @@ @@ -99,8 +96,8 @@ @@ -108,8 +105,8 @@ @@ -117,8 +114,8 @@ @@ -126,19 +123,19 @@
Description:
Inventory: - + [% FOREACH acc_row = ACC_INVENTORY %][% END %]
Income accno National: - - -- + + [% HTML.escape(row.income_accno) %]--[% HTML.escape(row.income_description) %]
Expense accno National: - - -- + + [% HTML.escape(row.expense_accno) %]--[% HTML.escape(row.expense_description) %]
Income accno EU with VAT ID: - + [% FOREACH acc_row = ACC_INCOME %][% END %]
Expense accno EU with VAT ID: - + [% FOREACH acc_row = ACC_EXPENSE %][% END %]
Income accno EU without VAT ID: - + [% FOREACH acc_row = ACC_INCOME %][% END %]
Expense accno EU without VAT ID: - + [% FOREACH acc_row = ACC_EXPENSE %][% END %]
Income accno International: - + [% FOREACH acc_row = ACC_INCOME %][% END %]
Expense accno International: - + [% FOREACH acc_row = ACC_EXPENSE %][% END %]
- - - + [% IF loop.last %] + + [% END %]
-
+ [% END %]