]> wagnertech.de Git - kivitendo-erp.git/commitdiff
RB Druckvorlagen weiter überarbeitet
authorBernd Blessmann <bibi@online.de>
Thu, 23 Feb 2012 11:34:48 +0000 (12:34 +0100)
committerBernd Blessmann <bibi@online.de>
Thu, 23 Feb 2012 11:34:48 +0000 (12:34 +0100)
  - Sprache nach langcode (meta) und nicht nach tmpfile wählen
  - keine symb. Links mehr für verschiedene Sprachen
  - echte RB-Firmenangaben
  - Mandant nach titlebar wählen

40 files changed:
templates/print/RB/Readme.tex
templates/print/RB/credit_note.tex
templates/print/RB/credit_note_DE.tex [deleted symlink]
templates/print/RB/credit_note_EN.tex [deleted symlink]
templates/print/RB/deutsch.tex
templates/print/RB/english.tex
templates/print/RB/firma/euro_account.tex
templates/print/RB/firma/ident.tex
templates/print/RB/firma/usd_account.tex
templates/print/RB/insettings.tex
templates/print/RB/invoice.tex
templates/print/RB/invoice_DE.tex [deleted symlink]
templates/print/RB/invoice_EN.tex [deleted symlink]
templates/print/RB/purchase_delivery_order.tex
templates/print/RB/purchase_delivery_order_DE.tex [deleted symlink]
templates/print/RB/purchase_delivery_order_EN.tex [deleted symlink]
templates/print/RB/purchase_order.tex
templates/print/RB/purchase_order_DE.tex [deleted symlink]
templates/print/RB/purchase_order_EN.tex [deleted symlink]
templates/print/RB/request_quotation.tex
templates/print/RB/request_quotation_DE.tex [deleted symlink]
templates/print/RB/request_quotation_EN.tex [deleted symlink]
templates/print/RB/sales_delivery_order.tex
templates/print/RB/sales_delivery_order_DE.tex [deleted symlink]
templates/print/RB/sales_delivery_order_EN.tex [deleted symlink]
templates/print/RB/sales_order.tex
templates/print/RB/sales_order_DE.tex [deleted symlink]
templates/print/RB/sales_order_EN.tex [deleted symlink]
templates/print/RB/sales_quotation.tex
templates/print/RB/sales_quotation_DE.tex [deleted symlink]
templates/print/RB/sales_quotation_EN.tex [deleted symlink]
templates/print/RB/statement.tex
templates/print/RB/statement_DE.tex [deleted symlink]
templates/print/RB/statement_EN.tex [deleted symlink]
templates/print/RB/zahlungserinnerung.tex
templates/print/RB/zahlungserinnerung_DE.tex [deleted symlink]
templates/print/RB/zahlungserinnerung_EN.tex [deleted symlink]
templates/print/RB/zahlungserinnerung_invoice.tex
templates/print/RB/zahlungserinnerung_invoice_DE.tex [deleted symlink]
templates/print/RB/zahlungserinnerung_invoice_EN.tex [deleted symlink]

index d0f03f2c8022d4709770a68c54bbd4748587beec..817eaee1f799abbccf14db82f7b6afc215f47407 100644 (file)
 %   Dokument vorher mit \newcommand neu definiert.
 %
 % Sprachen:
-%   In 'insettings.tex' wird anhand des herangezogenen
-%   Vorlagen-Dateinamens die Sprache unterschieden und eine
-%   entsprechende Übersetzungsdatei geladen, die Textbausteine
-%   bzw. -Schnipsel enthält. Die Vorlagen verwenden nur diese
-%   Schnipsel. Im Moment sind die Vorlagenkürzel DE und EN in
+%   In 'insettings.tex' wird anhand des verwendeten Sprachkürzels die
+%   Sprache unterschieden und eine entsprechende Übersetzungsdatei geladen,
+%   die Textbausteine  bzw. -Schnipsel enthält. Die Vorlagen verwenden nur
+%   diese Schnipsel. Im Moment werden die Vorlagenkürzel DE und EN in
 %   Benutzung mit den entsprechenden Übersetzungsdateien 'deutsch.tex'
-%   und 'english.tex'.
-%
-%   Die eigentlichen Vorlagen sind gleich, deshalb sind die Dateien
-%   für die Sprachen (z.B. invoice_DE.tex) nur symbolische Links auf
-%   die Default-Datei ohne Sprachkürzel (z.B. invoice.tex).
-%
+%   und 'english.tex' unterschieden.
 %
 % Mandanten / Firma:
 %   Um gleiche Vorlagen für verschiedene Firmen verwenden zu können, wird je
-%   nach dem Wert der Lx-Office-Variablen <%employee_company%> ein
+%   nach dem Wert der Lx-Office-Variablen <%titlebar%> ein
 %   Firmenverzeichnis ausgewählt (siehe 'insettings.tex'), in dem Briefkopf,
 %   Identitäten und Währungs-/Kontoeinstellungen hinterlegt sind.
-%   <%employee_company%> entspricht dem Feld "Firma" bei den
-%   Benutzereinstellungen. Ist kein Firmenname eingetragen, so wird das
+%   <%titlebar%> enthält den Namen des Benutzers und der verwendeten
+%   Mandantendatenbank. Ist kein Firmenname eingetragen, so wird das
 %   generische Unterverzeichnis 'firma' verwendet.
-
+%   Das heißt, dass ein Firmenverzeichnis mit dem Namen der Mandantendatenbank
+%   angelegt werden sollte.
 %
 % Identitäten:
 %    In jedem Firmen-Unterverzeichnis soll eine Datei 'ident.tex'
index fe69e9f3c824860cd725adf7dcc24d6f0f05a390..f64222dc74df92ccfb7034517293d747bfbaadd1 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
diff --git a/templates/print/RB/credit_note_DE.tex b/templates/print/RB/credit_note_DE.tex
deleted file mode 120000 (symlink)
index 12eca38..0000000
+++ /dev/null
@@ -1 +0,0 @@
-credit_note.tex
\ No newline at end of file
diff --git a/templates/print/RB/credit_note_EN.tex b/templates/print/RB/credit_note_EN.tex
deleted file mode 120000 (symlink)
index 12eca38..0000000
+++ /dev/null
@@ -1 +0,0 @@
-credit_note.tex
\ No newline at end of file
index 03cef406f8c287d7d7a9fc72e4f1cb42d88984c8..997c3a01dd30940835466bf694580162b65bf07b 100644 (file)
@@ -40,7 +40,8 @@
 \newcommand{\weiteraufnaechsterseite} {weiter auf der nächsten Seite ...}
 
 \newcommand{\zahlung} {Zahlungsbedingungen:}
-
+\newcommand{\textTelefon} {Tel.:}
+\newcommand{\textFax} {Fax:}
 
 % angebot (sales_quotion)
 \newcommand{\angebot} {Angebot}
index 8a36b89999a273da5cb8453d3d546846613f4e77..901fbd2a25db9c271052d734c2f74cada740f91f 100644 (file)
@@ -39,7 +39,8 @@
 \newcommand{\weiteraufnaechsterseite} {to be continued on next page  ..}
 
 \newcommand{\zahlung} {Payment terms:}
-
+\newcommand{\textTelefon} {Tel.:}
+\newcommand{\textFax} {Fax:}
 
 % angebot (sales_quotion)
 \newcommand{\angebot} {Quotation}
index 6407de99952251ce3fb25f64adb7024fd1feb490..fff1ac59ad900436cd003a879ad46ca67a4afd35 100644 (file)
@@ -1,6 +1,6 @@
 \newcommand{\currency}{\euro}
-\newcommand{\kontonummer}{123456789}
-\newcommand{\bank}{Unsere Bank}
-\newcommand{\bankleitzahl}{10010010}
-\newcommand{\bic}{BICXYZ}
-\newcommand{\iban}{IBAN 12345679 1001001}
+\newcommand{\kontonummer}{4004 283 800}
+\newcommand{\bank}{GLS Bank eG}
+\newcommand{\bankleitzahl}{430 609 67}
+\newcommand{\bic}{DE87430609674004283800}
+\newcommand{\iban}{GENODEM1GLS}
index 65e798b2f1747a394c39782966bd04ff5e08da20..3c82c64bb3e7edacc6153fcfaba50f6383f1adc8 100644 (file)
@@ -1,8 +1,9 @@
-\newcommand{\telefon} {012323}
-\newcommand{\fax} {012324}
-\newcommand{\firma} {R\&B}
+\newcommand{\telefon} {++49 228 360 14 351}
+\newcommand{\fax} {}
+\newcommand{\firma} {Richardson \& Büren GbR}
 \newcommand{\strasse} {Siemensstr. 8}
 \newcommand{\ort} {53121 Bonn}
-\newcommand{\ustid} {uuu1231221}
-\newcommand{\email} {tralla@tra.la}
-\newcommand{\homepage} {http://www.tra.la}
+\newcommand{\ustid} {DE238288407}
+\newcommand{\finanzamt} {Finanzamt Bonn-Innenstadt}
+\newcommand{\email} {information@lx-office-hosting.de}
+\newcommand{\homepage} {http://www.lx-office-hosting.de}
index 67b89fb417809cd970b3d03ff3bfd84e09ddaf07..01b8fc09fb756ca34acd7c443a7272096c314b65 100644 (file)
@@ -1,6 +1,6 @@
 \newcommand{\currency}{\$}
-\newcommand{\kontonummer}{123456789}
-\newcommand{\bank}{Unsere Bank}
-\newcommand{\bankleitzahl}{10010010}
-\newcommand{\bic}{BICXYZ}
-\newcommand{\iban}{IBAN 12345679 1001002}
+\newcommand{\kontonummer}{4004 283 800}
+\newcommand{\bank}{GLS Bank eG}
+\newcommand{\bankleitzahl}{430 609 67}
+\newcommand{\bic}{DE87430609674004283800}
+\newcommand{\iban}{GENODEM1GLS}
index 2d9f333fe2746cbc49f8be5bf4046b0e0fcfe345..cccffb9e27393bf26293ea10cd8930c674c95eda 100644 (file)
@@ -1,6 +1,6 @@
 % Sprachüberprüfung
-\IfSubStringInString{\_EN}{\lxtmpfile}{\input{english.tex}}{
-  \IfSubStringInString{\_DE}{\lxtmpfile}{\input{deutsch.tex}}{\input{deutsch.tex}}
+\ifthenelse{\equal{\lxlangcode}{EN}}{\input{english.tex}}{
+  \ifthenelse{\equal{\lxlangcode}{DE}}{\input{deutsch.tex}}{\input{deutsch.tex}}
 } % Ende EN
 
 
@@ -10,8 +10,8 @@
 % Hat man mehrere Mandanten muß man statt "Firma1" den Datenbanknamen seines
 % Mandanten eingeben.
 
-\IfSubStringInString{Firma1}{\lxcompany}{\newcommand{\identpath}{firma1}}{
-  \IfSubStringInString{Firma2}{\lxcompany}{\newcommand{\identpath}{firma2}}
+\IfSubStringInString{Firma1}{\lxtitlebar}{\newcommand{\identpath}{firma1}}{
+  \IfSubStringInString{Firma2}{\lxtitlebar}{\newcommand{\identpath}{firma2}}
     {\newcommand{\identpath}{firma}} % sonst
 } % Ende Firma1
 
 \cfoot{
   {\normalfont\fontfamily{cmss} \tiny
      \begin{tabular}{p{5cm}p{4.5cm}lr}
-        \firma    & \email              & \textKontonummer & \kontonummer \\
-        \strasse  & \homepage           & \textBank        & \bank \\
-        \ort      & \textUstid\ \ustid  & \textIban        & \iban \\
+        \firma                 & \email              & \textKontonummer & \kontonummer \\
+        \strasse               & \homepage           & \textBank        & \bank \\
+        \ort                   & \textUstid\ \ustid  & \textIban        & \iban \\
+        \textTelefon~\telefon  & \finanzamt          & \textBic         & \bic \\
+        \ifthenelse{\equal{\fax}{}}{}{\textFax~\fax} &&& \\
      \end{tabular}
   }
 }
-
index bd3fa4581fe01fab166f1041980c0e3340bed019..097f90da5d9104fe6515786dad356697d5ce0bd4 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
diff --git a/templates/print/RB/invoice_DE.tex b/templates/print/RB/invoice_DE.tex
deleted file mode 120000 (symlink)
index b6a6ad8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-invoice.tex
\ No newline at end of file
diff --git a/templates/print/RB/invoice_EN.tex b/templates/print/RB/invoice_EN.tex
deleted file mode 120000 (symlink)
index b6a6ad8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-invoice.tex
\ No newline at end of file
index a231b1feecbe58ef305313b6d6fea53ff97f8bdb..5f4a674e4cbca0aaef724e95df93dc8f832822e1 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
diff --git a/templates/print/RB/purchase_delivery_order_DE.tex b/templates/print/RB/purchase_delivery_order_DE.tex
deleted file mode 120000 (symlink)
index 7d185e6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-purchase_delivery_order.tex
\ No newline at end of file
diff --git a/templates/print/RB/purchase_delivery_order_EN.tex b/templates/print/RB/purchase_delivery_order_EN.tex
deleted file mode 120000 (symlink)
index 7d185e6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-purchase_delivery_order.tex
\ No newline at end of file
index d1bc3fdf4cacb5d0f4b562a33ef23cf5194f4e88..e1a737ab25b00c53ddad882826a0a3d0d5b989c8 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
@@ -20,6 +20,8 @@
 \ourfont
 
 \begin{minipage}{8cm}
+  \vspace*{1.0cm}
+
   <%name%>
 
   <%street%>
diff --git a/templates/print/RB/purchase_order_DE.tex b/templates/print/RB/purchase_order_DE.tex
deleted file mode 120000 (symlink)
index a9fdc31..0000000
+++ /dev/null
@@ -1 +0,0 @@
-purchase_order.tex
\ No newline at end of file
diff --git a/templates/print/RB/purchase_order_EN.tex b/templates/print/RB/purchase_order_EN.tex
deleted file mode 120000 (symlink)
index a9fdc31..0000000
+++ /dev/null
@@ -1 +0,0 @@
-purchase_order.tex
\ No newline at end of file
index 4cce5b57171450d0fc0dc20bde5c86579c321154..ceb554b5cd3af195ac46642da76960e0a19d804a 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
diff --git a/templates/print/RB/request_quotation_DE.tex b/templates/print/RB/request_quotation_DE.tex
deleted file mode 120000 (symlink)
index 6b0aa64..0000000
+++ /dev/null
@@ -1 +0,0 @@
-request_quotation.tex
\ No newline at end of file
diff --git a/templates/print/RB/request_quotation_EN.tex b/templates/print/RB/request_quotation_EN.tex
deleted file mode 120000 (symlink)
index 6b0aa64..0000000
+++ /dev/null
@@ -1 +0,0 @@
-request_quotation.tex
\ No newline at end of file
index 2db1b3d03e8f7606a9ccc9168c0097a8704ef82d..690fd137f1e46e7fcc22c31b3b76f69a40c8cb84 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
diff --git a/templates/print/RB/sales_delivery_order_DE.tex b/templates/print/RB/sales_delivery_order_DE.tex
deleted file mode 120000 (symlink)
index e01d614..0000000
+++ /dev/null
@@ -1 +0,0 @@
-sales_delivery_order.tex
\ No newline at end of file
diff --git a/templates/print/RB/sales_delivery_order_EN.tex b/templates/print/RB/sales_delivery_order_EN.tex
deleted file mode 120000 (symlink)
index e01d614..0000000
+++ /dev/null
@@ -1 +0,0 @@
-sales_delivery_order.tex
\ No newline at end of file
index 97f4b11ddcd3bcc1a189aec67b9c29b3fa8065dd..0e15a1aae4386c4e86ec069b977be72bc5836542 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
diff --git a/templates/print/RB/sales_order_DE.tex b/templates/print/RB/sales_order_DE.tex
deleted file mode 120000 (symlink)
index df07c2a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-sales_order.tex
\ No newline at end of file
diff --git a/templates/print/RB/sales_order_EN.tex b/templates/print/RB/sales_order_EN.tex
deleted file mode 120000 (symlink)
index df07c2a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-sales_order.tex
\ No newline at end of file
index 7481b7f2c59b2e8b09270e95a8d438557e6259ab..277eb076192f36883a106313a9ffe4e60e5a4e2b 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
diff --git a/templates/print/RB/sales_quotation_DE.tex b/templates/print/RB/sales_quotation_DE.tex
deleted file mode 120000 (symlink)
index 75262f7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-sales_quotation.tex
\ No newline at end of file
diff --git a/templates/print/RB/sales_quotation_EN.tex b/templates/print/RB/sales_quotation_EN.tex
deleted file mode 120000 (symlink)
index 75262f7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-sales_quotation.tex
\ No newline at end of file
index b545a67cabd0646631ce74197638437679e42bd6..4b3610e7e8087dea3e6a844ca9e2ff68a7c24d43 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
diff --git a/templates/print/RB/statement_DE.tex b/templates/print/RB/statement_DE.tex
deleted file mode 120000 (symlink)
index 67ba506..0000000
+++ /dev/null
@@ -1 +0,0 @@
-statement.tex
\ No newline at end of file
diff --git a/templates/print/RB/statement_EN.tex b/templates/print/RB/statement_EN.tex
deleted file mode 120000 (symlink)
index 67ba506..0000000
+++ /dev/null
@@ -1 +0,0 @@
-statement.tex
\ No newline at end of file
index 6be829b696551eec45c203e7d15a25777fe4a9a3..346000720175d8a1f8f35f64d65c487b895e64c0 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
diff --git a/templates/print/RB/zahlungserinnerung_DE.tex b/templates/print/RB/zahlungserinnerung_DE.tex
deleted file mode 120000 (symlink)
index 92fc494..0000000
+++ /dev/null
@@ -1 +0,0 @@
-zahlungserinnerung.tex
\ No newline at end of file
diff --git a/templates/print/RB/zahlungserinnerung_EN.tex b/templates/print/RB/zahlungserinnerung_EN.tex
deleted file mode 120000 (symlink)
index 92fc494..0000000
+++ /dev/null
@@ -1 +0,0 @@
-zahlungserinnerung.tex
\ No newline at end of file
index 017d69bba56ff0a884740913afde66ecbe080575..74708888b52858aefb1f85e5ed66c0468e3ec9ed 100644 (file)
@@ -2,10 +2,10 @@
 
 
 % Variablen, die in settings verwendet werden
-\newcommand{\lxtmpfile} {<%tmpfile%>}
+\newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
 \newcommand{\lxmedia} {<%media%>}
 \newcommand{\lxcurrency} {<%currency%>}
-\newcommand{\lxcompany} {<%employee_company%>}
+\newcommand{\lxtitlebar} {<%titlebar%>}
 
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
diff --git a/templates/print/RB/zahlungserinnerung_invoice_DE.tex b/templates/print/RB/zahlungserinnerung_invoice_DE.tex
deleted file mode 120000 (symlink)
index 40b9d06..0000000
+++ /dev/null
@@ -1 +0,0 @@
-zahlungserinnerung_invoice.tex
\ No newline at end of file
diff --git a/templates/print/RB/zahlungserinnerung_invoice_EN.tex b/templates/print/RB/zahlungserinnerung_invoice_EN.tex
deleted file mode 120000 (symlink)
index 40b9d06..0000000
+++ /dev/null
@@ -1 +0,0 @@
-zahlungserinnerung_invoice.tex
\ No newline at end of file