mirror of
https://github.com/tomru/tex-local-packages.git
synced 2026-03-04 22:57:13 +01:00
add vcpfk-rechnung template
This commit is contained in:
36
tex/latex/vcpfk-rechnung.lco
Normal file
36
tex/latex/vcpfk-rechnung.lco
Normal file
@@ -0,0 +1,36 @@
|
||||
\ProvidesFile{vcpfk-rechnung.lco}[2009/12/08 lco (Thomas Ruoff)]
|
||||
|
||||
\usepackage{booktabs}
|
||||
|
||||
\usepackage[forget]{qrcode}
|
||||
\usepackage{tikz}
|
||||
|
||||
\setkomavar{fromlogo}{\textbf{Freundeskreis des VCP Rosenfeld}}
|
||||
\setkomavar{frombank}{IBAN DE83 6539 1210 0005 4740 19\\
|
||||
BIC GENODES1VHZ }
|
||||
|
||||
% QR Code
|
||||
\newcommand{\GIROCODE}{
|
||||
\raisebox{\depth}[0pt]{
|
||||
\qrcode[nolink, forget, height=2cm, level=M]
|
||||
{BCD\?001\?1\?SCT\?GENODES1BAL\?Freundeskreis\ d.\ VCP\ Rosenfeld\?DE83653912100005474019\?EUR\TOTAL\?\?Rechnungs-Nr.\ \INVOICENUMBER}%
|
||||
}
|
||||
}
|
||||
|
||||
% footer
|
||||
\setkomavar{firstfoot}{\footnotesize
|
||||
\begin{tabular}[t]{l@{}}%
|
||||
Bankverbindung:\\
|
||||
{\def\\{, }\usekomavar{frombank} }%
|
||||
\end{tabular}
|
||||
\hfill
|
||||
\begin{tabular}[t]{c@{}}%
|
||||
\GIROCODE \\
|
||||
Code de Giro
|
||||
\end{tabular}
|
||||
}
|
||||
|
||||
\setplength{sigbeforevskip}{.25cm}
|
||||
\setkomavar{signature}{\electronicsignature}
|
||||
|
||||
% vim:filetype=tex
|
||||
Reference in New Issue
Block a user