forked from mrzool/invoice-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.tex
219 lines (183 loc) · 6.64 KB
/
template.tex
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[$fontsize$, a4paper]{article}
% LAYOUT
%--------------------------------
\usepackage{geometry}
\geometry{$geometry$}
% No page numbers
%\pagenumbering{gobble}
% give total page numbering
\usepackage{fancyhdr}
\usepackage{lastpage}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt} % no rulers in the header
\renewcommand{\footrulewidth}{0pt} % no rulers in the footer
\rfoot{\sffamily \footnotesize \thepage \hspace{1pt} / \pageref{LastPage}}
\fancypagestyle{plain}{% this command is necessary, otherwise plain pages also have fancy headers!
\fancyhf{} % clear all header and footer fields
\fancyfoot[LE,RO]{\headerfont{\thepage}} %only print page numbers
}
% Left align
\usepackage[document]{ragged2e}
$if(letterhead)$
% To include the letterhead
\usepackage{wallpaper}
\ULCornerWallPaper{1}{letterhead.pdf}
$endif$
% TYPOGRAPHY
%--------------------------------
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
% converts LaTeX specials (quotes, dashes etc.) to Unicode
\defaultfontfeatures{Mapping=tex-text}
\setromanfont [Ligatures={Common}, Numbers={OldStyle}]{$seriffont$}
\setsansfont[Scale=0.9]{$sansfont$}
% Set paragraph break
\setlength{\parskip}{1em}
% Custom ampersand
\newcommand{\amper}{{\fontspec[Scale=.95]{$seriffont$}\selectfont\itshape\&}}
$if(seriffont)$
\setmainfont[SmallCapsFeatures={LetterSpace=5,Letters=SmallCaps}]{$seriffont$}
$endif$
$if(sansfont)$
\setsansfont{$sansfont$}
$endif$
% Command required by how Pandoc handles the list conversion
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
% TABLE CUSTOMIZATION
%--------------------------------
\usepackage{spreadtab}
\usepackage{tabularx, array}
\usepackage[compact]{titlesec} % For customizing title sections
\titlespacing*{\section}{0pt}{3pt}{-7pt} % Remove margin bottom from the title
\usepackage{arydshln} % For the dotted line on the table
\renewcommand{\arraystretch}{1.5} % Apply vertical padding to table cells
\usepackage{hhline} % For single-cell borders
\usepackage{enumitem} % For customizing lists
\setlist{noitemsep, topsep=0mm} %{nolistsep} No whitespace around list items
\setlist[itemize]{leftmargin=0.5cm} % Reduce list left indent
$if(service)$
\setlength{\tabcolsep}{9pt} % Larger gutter between columns
$endif$
$if(rate-service)$
\setlength{\tabcolsep}{6pt} % Larger gutter between columns
$endif$
% LANGUAGE
%--------------------------------
$if(language)$
\usepackage{polyglossia}
\setmainlanguage{$language$}
$endif$
% PDF SETUP
%--------------------------------
\usepackage[xetex, bookmarks, colorlinks, breaklinks]{hyperref}
\hypersetup
{
pdfauthor={$author$},
pdfsubject=Rechnung Nr. $date$$invoice-nr$,
pdftitle=Rechnung Nr. $date$$invoice-nr$,
linkcolor=black,
citecolor=black,
filecolor=black,
urlcolor=black
}
\usepackage[]{xcolor}
\definecolor{gray}{RGB}{120,120,120}
\definecolor{yellow}{RGB}{249,178,51}
% To display custom date
% \usepackage[nodayofweek]{datetime}
% \newdate{date}{01}{12}{1867}
% \date{\displaydate{date}}
% Use this instead of \today: % \displaydate{date}
% Custom Signature
\usepackage{graphics, graphicx}
\graphicspath{{figures/}{../figures/}}
% DOCUMENT
%--------------------------------
\begin{document}
\small
% \makebox[\textwidth][s]{%
\textsc{\textbf{\uppercase{$author$}}}
$for(from)$
\textbullet{} \textsc{$from$}
$endfor$ \\
% }
$website$
$for(fromand)$
\textbullet{} {$fromand$}
$endfor$ $if(UID-NR)$ \\
UID-Nr.: $UID-NR$ $endif$
\vspace{1em}
\normalsize \sffamily
$for(to)$
$to$\\
$endfor$
\vspace{2em}
% I've added this daily bible-verse to my invoice, I wanted to pass some bread of life ;-)
\begin{flushright}
\small
$city$, \today $if(bible)$ \\[0.4em]
\begin{minipage}{$versebreak$}
\begin{flushright}
% \color{gray}
\scriptsize \emph{»\,$daily-verse$\,«} \\[-0.5em]
\tiny -- {$verse$}, \href{https://www.bible.com/de/verse-of-the-day}{Tageslosung} \small
\end{flushright}
\end{minipage} $endif$
\end{flushright}
\vspace{1em}
\section*{\textsc{RECHNUNG} \textsc{\#$date$$invoice-nr$}}
\footnotesize
\newcounter{pos}
\setcounter{pos}{0}
\STautoround*{2} % Get spreadtab to always display the decimal part
$if(commasep)$\STsetdecimalsep{,}$endif$ % Use comma as decimal separator
$if(service)$
\begin{spreadtab}{{tabularx}{\textwidth}{l X r}}
\hdashline[2pt/2pt]
@ \noalign{\vskip 1mm} \textbf{Pos.} & @ \textbf{Beschreibung} & @ \textbf{Preis} \\ \hline
$for(service)$ @ \noalign{\vskip 2mm} \refstepcounter{pos} \thepos
& @ $service.description$
$if(service.details)$\newline \begin{itemize}
$for(service.details)$\scriptsize \item $service.details$
$endfor$ \end{itemize}
$endif$ & :={$service.price$} $currency$ \\[-1em]$endfor$
@ \multicolumn{1}{r}{}\\[-3mm] \noalign{\vskip 2mm} \hline
$if(UST)$
@ & @ \multicolumn{1}{r}{Zwischensumme:} & :={sum(c1:[0,-2])} $currency$ \\ \hhline{~~-}
@ & @ \multicolumn{1}{r}{UST $UST$\%:} & :={$UST$/100*[0,-1]} $currency$ \\ \hhline{~~-}
$endif$
@ \multicolumn{2}{r}{$if(UST-Befreit)$ USt.-befreit – Kleinunternehmer gem. § 6 Abs. 1 Z 27 UStG \hfill $endif$ \textbf{Gesamt:}} & \textbf{:={$if(UST)$[0,-1]+[0,-2]$else$sum(c1:[0,-2])$endif$} $currency$} \\ \hhline{~~=}
\end{spreadtab}
$endif$
$if(rate-service)$
\begin{spreadtab}{{tabularx}{\textwidth}{l X rrr}}
\hdashline[2pt/2pt]
\noalign{\vskip 1mm} @ \textbf{Pos.} & @ \textbf{Beschreibung} & @ \textbf{Einh.} & @ \textbf{Satz} & @ \textbf{Summe} \\ \hline
$for(rate-service)$ @ \noalign{\vskip 2mm} \refstepcounter{pos} \thepos
& @ $rate-service.description$
$if(rate-service.details)$\newline \begin{itemize}
$for(rate-service.details)$\scriptsize \item $rate-service.details$
$endfor$ \end{itemize}
$endif$ & $rate-service.units$ & :={$rate-service.rate$} $currency$ & :={[-2,0]*[-1,0]} $currency$ \\[-1em]$endfor$
@ \multicolumn{1}{r}{}\\[-3mm] \noalign{\vskip 2mm} \hline
$if(UST)$
@ & @ \multicolumn{3}{r}{Zwischensumme:} & :={sum(e1:[0,-2])} $currency$ \\ \hhline{~~~~-}
@ & @ \multicolumn{3}{r}{UST $UST$\%:} & :={$UST$/100*[0,-1]} $currency$ \\ \hhline{~~~~-}
$endif$
@ \multicolumn{4}{r}{$if(UST-Befreit)$ USt.-befreit – Kleinunternehmer gem. § 6 Abs. 1 Z 27 UStG \hfill $endif$ \textbf{Gesamt:}} & \textbf{:={$if(UST)$[0,-1]+[0,-2]$else$sum(e1:[0,-2])$endif$} $currency$} \\ \hhline{~~~~=}
\end{spreadtab}
$endif$
\vspace{10mm}
\sffamily
\small
Leistungszeitraum: $period$
$closingnote$
% add signature here
%\includegraphics[scale=0.8]{signature2.jpg}
\vfill
\end{document}