summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-09-05 04:10:54 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-09-05 04:10:54 +0200
commit4a4f372605d56f2241699da6a5bf8dae7eda2b86 (patch)
tree80025d8ee00a1ea37ff94b351ca720b7e2fc110e /templates
parentd6dd3088da980467909a5a43fb393260c3ff7c93 (diff)
TOML Configuration added. texification working. outsourced some functions to my utilitys. billed tasks not yet checked
Diffstat (limited to 'templates')
-rw-r--r--templates/_invoice.tex2
-rw-r--r--templates/_main.tex4
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/_invoice.tex b/templates/_invoice.tex
index ae899fc..cb1d9f7 100644
--- a/templates/_invoice.tex
+++ b/templates/_invoice.tex
@@ -1,6 +1,6 @@
\ProjectTitle{EinBeliebeigerTitel} % Muss gesetzt bleiben, scheint nirgends auf
[[range .]]
-\FeeTwo{[[.Task]]}{[[.Timeframe]]}{[[.Hours]]}{[[.Price]]}
+\FeeTwo{[[.Task]]}{[[.Time]]}{[[.Hours]]}{[[.Money]]}
[[end]]
% Auslagen
diff --git a/templates/_main.tex b/templates/_main.tex
index b07b221..8fd1eb2 100644
--- a/templates/_main.tex
+++ b/templates/_main.tex
@@ -15,7 +15,7 @@
\renewcommand{\familydefault}{\sfdefault}
% include meta data
-\include{_data}
+\include{[[.Data]]}
\setkomavar{fromname}{\senderName}
\setkomavar{fromaddress}{\senderStreet \\ \senderZIP \ \senderCity}
@@ -70,7 +70,7 @@
\fcolorbox{lightgray}{lightgray}{\parbox{\textwidth}{\large{Projekt: \textbf{\invoiceTitle}}}}
\begin{invoice}{Euro}{0}
- \input{_invoice}
+ \input{[[.Invoice]]}
\end{invoice}
\ps Im ausgewiesenen Betrag ist gemäß § 19 UStG keine Umsatzsteuer
enthalten.