X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdbupgrade%2Fbuchungsgruppen_parts_de.html;h=9401f61fbadeec3e4ba1e0baf19a5b00bfa466d5;hb=0c095a8e7f027288a2064155476f5a59038f0e23;hp=9c2185b5924356d86075c39aeda25ac126724a0d;hpb=b563c6721aa4aed5128e319ad78b344b5f2120d5;p=kivitendo-erp.git diff --git a/templates/webpages/dbupgrade/buchungsgruppen_parts_de.html b/templates/webpages/dbupgrade/buchungsgruppen_parts_de.html index 9c2185b59..9401f61fb 100644 --- a/templates/webpages/dbupgrade/buchungsgruppen_parts_de.html +++ b/templates/webpages/dbupgrade/buchungsgruppen_parts_de.html @@ -1,87 +1,84 @@ -
Schritt 1 von 2: Waren
+[% USE HTML %]
Schritt 1 von 3: Waren
- - - - -

-
+ [% IF saved_message %] +

[% saved_message %]

+ [% END %] -
Bestehende Buchungsgruppen
+
Existierende Buchungsgruppen

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,21 +122,21 @@
Beschreibung:
Inventar: - - -- + + [% HTML.escape(row.inventory_accno) %]--[% HTML.escape(row.inventory_description) %]
Erlöskonto Inland:Erlöskonto Inand: - - -- + + [% HTML.escape(row.income_accno) %]--[% HTML.escape(row.income_description) %]
Aufwandskonto Inland: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 %] - +