X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fbuchungsgruppen_parts_de.html;h=9401f61fbadeec3e4ba1e0baf19a5b00bfa466d5;hb=943901c174e09b90b22fa33232c989b0c457d182;hp=452047e3b0f17396412732af9a6b31da565aa852;hpb=a56a4d79bc4045223b864ce75ab5ab611ab6c70b;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/buchungsgruppen_parts_de.html b/templates/webpages/dbupgrade/buchungsgruppen_parts_de.html index 452047e3b..9401f61fb 100644 --- a/templates/webpages/dbupgrade/buchungsgruppen_parts_de.html +++ b/templates/webpages/dbupgrade/buchungsgruppen_parts_de.html @@ -1,17 +1,14 @@ -
Schritt 1 von 3: Waren
+[% USE HTML %]
Schritt 1 von 3: Waren
- - - - -

-
+ [% IF saved_message %] +

[% saved_message %]

+ [% END %]
Existierende Buchungsgruppen
@@ -19,69 +16,69 @@ Die folgenden Buchungsgruppen wurden bereits angelegt:

- -
Neue Buchungsgruppe
+ [% FOREACH row = LIST %] +
Neue 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 @@
Beschreibung:
Inventar: - - -- + + [% HTML.escape(row.inventory_accno) %]--[% HTML.escape(row.inventory_description) %]
Erlöskonto Inand: - - -- + + [% HTML.escape(row.income_accno) %]--[% HTML.escape(row.income_description) %]
Aufwandskonto Inand: - - -- + + [% HTML.escape(row.expense_accno) %]--[% HTML.escape(row.expense_description) %]
Erlöskonto EU mit UstId-Nummer: - + [% FOREACH acc_row = ACC_INCOME %][% END %]
Aufwandskonto EU mit UstId-Nummer: - + [% FOREACH acc_row = ACC_EXPENSE %][% END %]
Erlöskonto EU ohne UstId-Nummer: - + [% FOREACH acc_row = ACC_INCOME %][% END %]
Aufwandskonto EU ohne UstId-Nummer: - + [% FOREACH acc_row = ACC_EXPENSE %][% END %]
Erlöskonto Ausland: - + [% FOREACH acc_row = ACC_INCOME %][% END %]
Aufwandskonto Ausland: - + [% FOREACH acc_row = ACC_EXPENSE %][% END %]
- - - + [% IF loop.last %] + + [% END %]
-
+ [% END %]