summaryrefslogtreecommitdiff
path: root/templates/_data.tex
blob: 9326359641873af9a219826796e5d24f9af7d71b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
% ################## invoice DATA ##################
\newcommand{\invoiceDate}{[[.InvDate]]} % Datum der rechnungsstellung
\newcommand{\payDate}{DD.MM.YYYY} % Datum der Zahlungsfrist
\newcommand{\workDate}{[[.WorkDate]]} % Zeitraum der Arbeit DD.MM.-DD.MM.YYYY
\newcommand{\invoiceReference}{[[.InvNo]]} % Rechnungsnummer (z.B. 20150122-4)
\newcommand{\invoiceTitle}{[[.ProjName]]} % Gleich wie im _invoice.tex
\newcommand{\invoiceSalutation}{Sehr geehrte Damen und Herren,} % die Anrede
\newcommand{\invoiceText}{Für die von mir erbrachten Leistungen bei unten aufgeführten Projekt, im Zeitraum vom \workDate, erlaube ich mir diese Rechnung zu stellen. Bitte zahlen Sie den unten aufgeführten Gesamtbetrag,
unter Angabe der Rechnungsnummer (\invoiceReference), umgehend auf das angegebene Konto ein.} % Rechnungstext
\newcommand{\invoiceEnclosures}{} % \encl{} einfügen
\newcommand{\invoiceClosing}{Mit vorzüglicher Hochachtung}
% ################## invoice DATA ##################



% ################## Customer DATA ##################
\newcommand{\customerCompany}{[[.CustComp]]} %ggf. Firma
\newcommand{\customerName}{[[.CustName]]} % Name
\newcommand{\customerStreet}{[[.CustStr]]} % Straße
\newcommand{\customerZIP}{[[.CustZip]]} % Postleitzahl
\newcommand{\customerCity}{[[.CustCity]]} % Ort
\newcommand{\customerUST}{[[.CustUid]]} % Uid nummer
% ################## Customer DATA ##################




% ################## Personal DATA ##################
% START INVOICE DATA
\newcommand{\taxID}{[[.TaxID]]}
\newcommand{\ustID}{[[.UID]]}
\newcommand{\myUST}{[[.Ust]]}
% END INVOICE DATA
% START SENDERS DATA
\newcommand{\senderName}{[[.MyName]]}
\newcommand{\senderStreet}{[[.MyStr]]}
\newcommand{\senderZIP}{[[.MyZip]]}
\newcommand{\senderCity}{[[.MyCity]]}
\newcommand{\senderTelephone}{[[.MyTel]]}
\newcommand{\senderMobilephone}{[[.MyMob]]}
\newcommand{\senderEmail}{[[.MyMail]]}
\newcommand{\senderWeb}{\url{[[.MyUrl]]}}
% END SENDERES DATA
% START ACCOUNT DATA
\newcommand{\accountRCPT}{\senderName}
\newcommand{\accountNumber}{[[.BankNum]]}
\newcommand{\accountBLZ}{[[.BankLZ]]}
\newcommand{\accountBankName}{[[.BankName]]}
\newcommand{\accountIBAN}{[[.Iban]]}
\newcommand{\accountBIC}{[[.Bic]]}
% END ACCOUNT DATA
% ################## Personal DATA ##################