From 4a4f372605d56f2241699da6a5bf8dae7eda2b86 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Wed, 5 Sep 2018 04:10:54 +0200 Subject: TOML Configuration added. texification working. outsourced some functions to my utilitys. billed tasks not yet checked --- templates/_invoice.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/_invoice.tex') 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 -- cgit v1.2.3