diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2020-11-09 02:49:21 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2020-11-09 02:49:21 +0100 |
| commit | 86c22853ee70e74954c652ba34dd0d499de50e54 (patch) | |
| tree | e110a6a3ead2882ec768c2d568b81e96d1efbae1 /templates/_data.tex | |
| parent | 1f9dcb69b80d7a7b9211b106bfa130e125545f7c (diff) | |
UstIDs for Customers and Owner, Tax Rate implemented0.5.0
Diffstat (limited to 'templates/_data.tex')
| -rw-r--r-- | templates/_data.tex | 3 |
1 files changed, 3 insertions, 0 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]]} |
