diff options
Diffstat (limited to 'templates/_data.tex')
| -rw-r--r-- | templates/_data.tex | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/templates/_data.tex b/templates/_data.tex new file mode 100644 index 0000000..15128fc --- /dev/null +++ b/templates/_data.tex @@ -0,0 +1,49 @@ +% ################## 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 +% ################## Customer DATA ################## + + + + +% ################## Personal DATA ################## +% START INVOICE DATA +\newcommand{\taxID}{[[.TaxID]]} +% 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 ################## |
