From 2fb4c76f588d6c38fcd1847aa183d33b3d41c3fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 22 Nov 2021 11:36:07 +0100 Subject: [PATCH] Anzahlungs-Rg.: Druckvorlage/Weiche --- templates/print/marei/deutsch.tex | 3 +++ templates/print/marei/english.tex | 3 +++ templates/print/marei/invoice.tex | 3 +++ templates/print/marei/invoice_for_advance_payment.tex | 1 + 4 files changed, 10 insertions(+) create mode 120000 templates/print/marei/invoice_for_advance_payment.tex diff --git a/templates/print/marei/deutsch.tex b/templates/print/marei/deutsch.tex index 0d2960fd9..1839f209b 100644 --- a/templates/print/marei/deutsch.tex +++ b/templates/print/marei/deutsch.tex @@ -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} diff --git a/templates/print/marei/english.tex b/templates/print/marei/english.tex index a2b6ec307..4698301ee 100644 --- a/templates/print/marei/english.tex +++ b/templates/print/marei/english.tex @@ -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} diff --git a/templates/print/marei/invoice.tex b/templates/print/marei/invoice.tex index 586847fcd..51b3d5f3e 100644 --- a/templates/print/marei/invoice.tex +++ b/templates/print/marei/invoice.tex @@ -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 index 000000000..b6a6ad821 --- /dev/null +++ b/templates/print/marei/invoice_for_advance_payment.tex @@ -0,0 +1 @@ +invoice.tex \ No newline at end of file -- 2.20.1