diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/_data.tex | 3 | ||||
| -rw-r--r-- | templates/_main.tex | 9 |
2 files changed, 9 insertions, 3 deletions
diff --git a/templates/_data.tex b/templates/_data.tex index 15128fc..9326359 100644 --- a/templates/_data.tex +++ b/templates/_data.tex @@ -19,6 +19,7 @@ unter Angabe der Rechnungsnummer (\invoiceReference), umgehend auf das angegeben \newcommand{\customerStreet}{[[.CustStr]]} % Straße \newcommand{\customerZIP}{[[.CustZip]]} % Postleitzahl \newcommand{\customerCity}{[[.CustCity]]} % Ort +\newcommand{\customerUST}{[[.CustUid]]} % Uid nummer % ################## Customer DATA ################## @@ -27,6 +28,8 @@ unter Angabe der Rechnungsnummer (\invoiceReference), umgehend auf das angegeben % ################## Personal DATA ################## % START INVOICE DATA \newcommand{\taxID}{[[.TaxID]]} +\newcommand{\ustID}{[[.UID]]} +\newcommand{\myUST}{[[.Ust]]} % END INVOICE DATA % START SENDERS DATA \newcommand{\senderName}{[[.MyName]]} diff --git a/templates/_main.tex b/templates/_main.tex index 4395ac6..fdffaba 100644 --- a/templates/_main.tex +++ b/templates/_main.tex @@ -21,6 +21,7 @@ \setkomavar{fromname}{\senderName} \setkomavar{fromaddress}{\senderStreet \\ \senderZIP \ \senderCity} \setkomavar{place}{\senderCity} +\setkomavar{ustid}{\ustID} \setkomavar{date}{\invoiceDate} \setkomavar{fromphone}{\senderTelephone} \setkomavar{frommobilephone}{\senderMobilephone} @@ -49,6 +50,7 @@ Webseite & {\normalfont\ttfamily \senderWeb } \\ \\ Steuernummer & \taxID \\ + UID & \ustID \\ \\ Institut & \accountBankName \\ IBAN & \accountIBAN \\ @@ -67,7 +69,8 @@ \begin{document} \AddToShipoutPicture{\headerpic} \begin{letter}{\customerCompany \\ \customerName \\ - \customerStreet \\ \customerZIP \ \customerCity} + \customerStreet \\ \customerZIP \ \customerCity \\ + \customerUST} \opening{\invoiceSalutation} \invoiceText @@ -76,10 +79,10 @@ %\fcolorbox{lightgray}{lightgray}{\large{Projekt: \textbf{\invoiceTitle}}} \fcolorbox{lightgray}{lightgray}{\parbox{\textwidth}{\large{Projekt: \textbf{\invoiceTitle}}}} - \begin{invoice}{Euro}{0} + \begin{invoice}{Euro}{\myUST} \input{[[.Invoice]]} \end{invoice} - \ps Im ausgewiesenen Betrag ist gemäß § 6 Abs UStG keine Umsatzsteuer auf grund der Kleinunternehmerregelung enthalten. + %\ps Im ausgewiesenen Betrag ist gemäß § 6 Abs UStG keine Umsatzsteuer auf grund der Kleinunternehmerregelung enthalten. \closing{\invoiceClosing} \invoiceEnclosures |
