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

-
+ [% IF saved_message %] +

[% saved_message %]

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

- -
New Buchungsgruppe
+ [% FOREACH row = LIST %] +
New Buchungsgruppe [% loop.count %]
- + - - - + [% IF row.eur %] + + [% ELSE %] - + [% END %] @@ -88,8 +86,8 @@ @@ -97,8 +95,8 @@ @@ -106,8 +104,8 @@ @@ -115,8 +113,8 @@ @@ -124,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 %]