X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fbuchungsgruppen_parts_master.html;h=3f954b916ba9d2d75eafa60ae1314a44b968fea8;hb=8c7e44938a661e035f62840e1e177353240ace5d;hp=318b0003704382077597eb61e53f3779deed1275;hpb=b563c6721aa4aed5128e319ad78b344b5f2120d5;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/buchungsgruppen_parts_master.html b/templates/webpages/dbupgrade/buchungsgruppen_parts_master.html index 318b00037..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 2: 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 %]