X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fbuchungsgruppen_parts_master.html;h=3f954b916ba9d2d75eafa60ae1314a44b968fea8;hb=b8916e5c2982dd12e0a612252c85f5e1648e162c;hp=6f4e949ae39bd443309bc729c6b9173df5994af9;hpb=a56a4d79bc4045223b864ce75ab5ab611ab6c70b;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/buchungsgruppen_parts_master.html b/templates/webpages/dbupgrade/buchungsgruppen_parts_master.html index 6f4e949ae..3f954b916 100644 --- a/templates/webpages/dbupgrade/buchungsgruppen_parts_master.html +++ b/templates/webpages/dbupgrade/buchungsgruppen_parts_master.html @@ -1,17 +1,14 @@ -
Step 1 of 3: Parts
+[% USE HTML %]
Step 1 of 3: Parts
- - - - -

-
+ [% IF saved_message %] +

[% saved_message %]

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

- -
New Buchungsgruppe
+ [% FOREACH row = LIST %] +
New Buchungsgruppe [% loop.count %]
- + - - - + [% IF row.eur %] + + [% ELSE %] - + [% END %] @@ -89,8 +86,8 @@ @@ -98,8 +95,8 @@ @@ -107,8 +104,8 @@ @@ -116,8 +113,8 @@ @@ -125,19 +122,19 @@
Description:
Inventory: - - -- + + [% HTML.escape(row.inventory_accno) %]--[% HTML.escape(row.inventory_description) %]
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 %]