X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fbuchungsgruppen_services_master.html;h=bdf2180dc75222e7445de0885a2aa3e3985a969b;hb=b8916e5c2982dd12e0a612252c85f5e1648e162c;hp=6847d6ef5aff003694cfef2cb4a4073cffa9ad50;hpb=a56a4d79bc4045223b864ce75ab5ab611ab6c70b;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/buchungsgruppen_services_master.html b/templates/webpages/dbupgrade/buchungsgruppen_services_master.html index 6847d6ef5..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 3: 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 %]