Anzahlungs-Rg.: Druckvorlage/Weiche
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 22 Nov 2021 10:36:07 +0000 (11:36 +0100)
committerJan Büren <jan@kivitendo.de>
Mon, 14 Feb 2022 12:52:01 +0000 (13:52 +0100)
templates/print/marei/deutsch.tex
templates/print/marei/english.tex
templates/print/marei/invoice.tex
templates/print/marei/invoice_for_advance_payment.tex [new symlink]

index 0d2960f..1839f20 100644 (file)
@@ -95,6 +95,9 @@
 
 \newcommand{\textUstid} {UStId:}
 
+% anzahlungsrechnung (invoice_for_advance_payment)
+\newcommand{\anzahlungsrechnung} {Anzahlungsrechnung}
+
 % gutschrift (credit_note)
 \newcommand{\gutschrift} {Gutschrift}
 \newcommand{\fuerRechnung} {für Rechnung}
index a2b6ec3..4698301 100644 (file)
@@ -94,6 +94,9 @@
 
 \newcommand{\textUstid} {VAT number:}
 
+% anzahlungsrechnung (invoice_for_advance_payment)
+\newcommand{\anzahlungsrechnung} {Invoice for advance payment}
+
 % gutschrift (credit_note)
 \newcommand{\gutschrift} {Credit note}
 \newcommand{\fuerRechnung} {for invoice}
index 586847f..51b3d5f 100644 (file)
@@ -21,6 +21,9 @@
 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
 \input{insettings.tex}
 
+<%if template_meta.formname == "invoice_for_advance_payment"%>
+  \renewcommand{\rechnung}{\anzahlungsrechnung}
+<%end if%>
 
 % laufende Kopfzeile:
 \ourhead{\kundennummer}{<%customernumber%>}{\rechnung}{<%invnumber%>}{<%invdate%>}
diff --git a/templates/print/marei/invoice_for_advance_payment.tex b/templates/print/marei/invoice_for_advance_payment.tex
new file mode 120000 (symlink)
index 0000000..b6a6ad8
--- /dev/null
@@ -0,0 +1 @@
+invoice.tex
\ No newline at end of file