add vcpfk-rechnung template

This commit is contained in:
Thomas Ruoff
2021-03-21 00:29:42 +01:00
parent 265bdc9274
commit 282406a466
4 changed files with 47 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
\ProvidesFile{brief.lco}[2009/12/08 lco (Thomas Ruoff)]
\LoadLetterOption{vcpfk-brief}
\LoadLetterOption{vcpfk-rechnung}
% vim:filetype=tex

View File

@@ -1,7 +1,8 @@
\ProvidesFile{brief.lco}[2009/12/08 lco (Thomas Ruoff)] \ProvidesFile{brief.lco}[2009/12/08 lco (Thomas Ruoff)]
\LoadLetterOption{brief} \LoadLetterOption{brief}
\LoadLetterOption{vcpfk}
\LoadLetterOptions{rosenfeld} \LoadLetterOptions{rosenfeld}
\LoadLetterOption{thomas}
\LoadLetterOption{vcpfk}
% vim:filetype=tex % vim:filetype=tex

View 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

View File

@@ -1,15 +1,7 @@
\ProvidesFile{brief-thomas.lco}[2009/12/08 lco (Thomas Ruoff)] \ProvidesFile{brief-thomas.lco}[2009/12/08 lco (Thomas Ruoff)]
\setkomavar{fromname}{Freundeskreis des VCP Rosenfeld\\Thomas Ruoff} \setkomavar{fromlogo}{Freundeskreis des VCP Rosenfeld}
\setkomavar{frommobilephone}{(0151) 21 22 53 62} \setkomavar{fromname}{Thomas Ruoff}
\setkomavar{fromemail}{ThomasRuoff@gmail.com} \setkomavar{fromemail}{pfadi-bussle@tomru.space}
\newcommand{\electronicsignature}{
\hspace*{-1.5em}
\includegraphics[height=3em]{\string~/templates/img/unterschrift_thomas.jpg}
\\\vspace*{-1.5em}
\small \usekomavar{fromname}
}
% vim:filetype=tex % vim:filetype=tex