From: Bernd Bleßmann Date: Mon, 22 Nov 2021 10:36:07 +0000 (+0100) Subject: Anzahlungs-Rg.: Druckvorlage/Weiche X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~217^2~41 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2fb4c76f588d6c38fcd1847aa183d33b3d41c3fe;p=kivitendo-erp.git Anzahlungs-Rg.: Druckvorlage/Weiche --- 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