-
Notifications
You must be signed in to change notification settings - Fork 1
WIP: Update donation templates #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jpwgnr
wants to merge
9
commits into
main
Choose a base branch
from
update_donation_template
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
7158d77
Update donation templates
ec1c0bc
New structure
5c3be89
Fix and automate Rechnungen and Spenden
dfa8e84
Changes in Spendenquittungen and Mittelabruf
3d2797d
Merge branch 'main' into update_donation_template
aknierim c2df322
Update address
aknierim 4278073
Fix bank info box width, add foldmarks and punchmark
aknierim 3ae9029
Update donation examples
aknierim ce960b4
Change treasurer name
luca-dib File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| TEXOPTS= --lualatex \ | ||
| --output-directory=build \ | ||
| --interaction=nonstopmode \ | ||
| --halt-on-error | ||
|
|
||
| TARGETS=Spende \ | ||
| Newsletter | ||
|
|
||
| all: $(addprefix build/, $(addsuffix .pdf, $(TARGETS))) | ||
|
|
||
| build/%.pdf: %.tex FORCE | build | ||
| TEXINPUTS=../logos:..: latexmk $(TEXOPTS) $< | ||
|
|
||
| FORCE: | ||
|
|
||
| build: | ||
| mkdir -p build | ||
|
|
||
| clean: | ||
| rm -r build | ||
|
|
||
| .PHONY: all clean FORCE | ||
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| TEXOPTS= --lualatex \ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same as above, use common latexmkrc instead |
||
| --output-directory=build \ | ||
| --interaction=nonstopmode \ | ||
| --halt-on-error | ||
|
|
||
| TARGETS= Unternehmen/* | ||
|
|
||
| all: $(addprefix build/, $(addsuffix .pdf, $(TARGETS))) | ||
|
|
||
| build/%.pdf: %.tex FORCE | build | ||
| TEXINPUTS=../logos:..: latexmk $(TEXOPTS) $< | ||
|
|
||
| FORCE: | ||
|
|
||
| build: | ||
| mkdir -p build | ||
|
|
||
| clean: | ||
| rm -r build | ||
|
|
||
| .PHONY: all clean FORCE | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| \documentclass{peprechnung} | ||
|
|
||
| \author{Jan Herdieckerhoff} | ||
| \begin{document} | ||
|
|
||
| \rechnung{1000}{1. Januar 2023}{% | ||
| Nettes Unternehmen\\ | ||
| Unternehmensalle 1\\ | ||
| 00000 Unternehmenshausen% | ||
| } | ||
|
|
||
| \end{document} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ TEXOPTS= --lualatex \ | |
| --interaction=nonstopmode \ | ||
| --halt-on-error | ||
|
|
||
| TARGETS=Newsletter | ||
| TARGETS= Spendende/* | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same as above, use common latexmkrc instead |
||
|
|
||
| all: $(addprefix build/, $(addsuffix .pdf, $(TARGETS))) | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| \documentclass{pepspenden} | ||
|
|
||
| \author{Jan Herdieckerhoff} | ||
| \begin{document} | ||
|
|
||
| \spende{5000}{1. Januar 2023}{% | ||
| Netter Spender:in\\ | ||
| Spendenallee 1\\ | ||
| 00000 Spendenhausen% | ||
| } | ||
|
|
||
| \end{document} |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,157 @@ | ||
| \ProvidesClass{peprechnungen}[2023/02/15 Klasse fuer PeP Rechnungen] | ||
| \ProcessOptions\relax | ||
| \LoadClass{scrartcl} | ||
|
|
||
| %Fontsettings, compatible with all engines | ||
| \RequirePackage{ifxetex} | ||
| \RequirePackage{ifluatex} | ||
|
|
||
| \ifluatex% | ||
| \RequirePackage{fontspec} | ||
| \setmainfont{Source Sans Pro} | ||
| \RequirePackage{polyglossia} | ||
| \setmainlanguage{german} | ||
| \else% | ||
| \ifxetex% | ||
| \RequirePackage{fontspec} | ||
| \setmainfont{Source Sans Pro} | ||
| \RequirePackage{polyglossia} | ||
| \setmainlanguage{german} | ||
| \else% | ||
| \RequirePackage[utf8]{inputenc} | ||
| \RequirePackage[T1]{fontenc} | ||
| \RequirePackage[default]{sourcesanspro} | ||
| \RequirePackage[ngerman]{babel} | ||
| \fi | ||
| \fi | ||
|
|
||
| \RequirePackage{fmtcount} | ||
| \FCloadlang{german} | ||
|
|
||
| \RequirePackage{scrlayer-scrpage} | ||
| \pagestyle{scrheadings} | ||
| \setkomafont{pagefoot}{\normalfont\footnotesize} | ||
| \setkomafont{pagehead}{\normalfont} | ||
|
|
||
| \KOMAoptions{% | ||
| fontsize=12pt, | ||
| paper=a4, | ||
| parskip=half, | ||
| headinclude, | ||
| headheight=50pt, | ||
| footheight=50pt, | ||
| } | ||
| \typearea{14} | ||
|
|
||
|
|
||
| \RequirePackage{tabu} | ||
| \RequirePackage{array} | ||
| \RequirePackage{colortbl} | ||
| \RequirePackage{siunitx} | ||
| \sisetup{locale=DE, group-separator=., group-minimum-digits=4} | ||
|
|
||
| \newcolumntype{C}[1]{>{\centering\arraybackslash}m{#1}} | ||
| \RequirePackage{xcolor} | ||
| \definecolor{grau}{rgb}{0.830,0.865,0.857} | ||
|
|
||
| \RequirePackage{xparse} | ||
| \RequirePackage{amssymb} | ||
|
|
||
| \RequirePackage{graphicx} | ||
| \RequirePackage[colorlinks=true, urlcolor=blue!50!black, unicode]{hyperref} | ||
|
|
||
| \newcommand\vorsitzender{% | ||
| Jan Herdieckerhoff\\ | ||
| Otto-Hahn-Straße 4a\\ | ||
| 44227 Dortmund% | ||
| } | ||
|
|
||
| \ihead{% | ||
| \textbf{\Large PeP et al.\ e.\,V.} \\ | ||
| Bestätigung über Geldzuwendungen% | ||
| } | ||
|
|
||
| \ohead{\includegraphics[height=1.5cm]{logos/pep.pdf}} | ||
|
|
||
| \ifoot{% | ||
| \parbox[c]{5cm}{% | ||
| PeP et al.\ e.\,V.\\ | ||
| \url{www.pep-dortmund.org}\\ | ||
| \vspace{16pt} | ||
| } | ||
| } | ||
|
|
||
| \cfoot{% | ||
| \parbox[c]{4.2cm}{% | ||
| \input{pepadresse.tex}% | ||
| } | ||
| } | ||
|
|
||
| \ofoot{% | ||
| \hfill% | ||
| \parbox[c]{5cm}{% | ||
| Bankverbindung\\ | ||
| \input{pepbankverbindung.tex}% | ||
| } | ||
| } | ||
|
|
||
| \DeclareDocumentCommand\spende{m m m}{% | ||
| \newpage | ||
| \textbf{Aussteller} | ||
|
|
||
| Physikstudierende und ehemalige Physikstudierende an der TU Dortmund et al. e.\,V.\\ | ||
| \vorsitzender | ||
|
|
||
| Bestätigung über Geldzuwendungen im Sinne §\,10b des Einkommensteuergesetzes an eine der in §\,5 Abs.~1 Nr.~9 des Körperschaftsteuergesetzes bezeichneten Körperschaften, Personenvereinigungen oder Vermögensmassen. | ||
|
|
||
| \textbf{Name und Anschrift des Zuwendenden} | ||
|
|
||
| #3 | ||
|
|
||
| \renewcommand{\arraystretch}{1.2} | ||
| \begin{center} | ||
| \bfseries\scshape | ||
| \begin{tabu}{|[1pt]C{4.5cm}|[1pt]C{6cm}|[1pt]C{4.5cm}|[1pt]} | ||
| \tabucline[1pt]{-} | ||
| \rowcolor{grau} | ||
| Betrag in Ziffern & Betrag in Buchstaben & Tag der Zuwendung\\ | ||
| \tabucline[1pt]{-} | ||
| \rmfamily\normalfont \num{#1},–\,€ & \normalfont \Numberstringnum{#1} Euro & #2\\ | ||
| \tabucline[1pt]{-} | ||
| \end{tabu} | ||
| \end{center} | ||
|
|
||
| Es handelt sich um den Verzicht auf Erstattung von Aufwendungen\qquad Ja $\square$\quad Nein $\boxtimes$ | ||
|
|
||
| {\footnotesize | ||
| Wir sind wegen Förderung der Volks- und Berufsbildung sowie der | ||
| Studentenhilfe nach dem Freistellungsbescheid bzw. nach der Anlage zum | ||
| Körperschaftsteuerbescheid des Finanzamtes Dortmund-Hörde, StNr. 315/5791/2796, | ||
| vom 14.01.2022 für den letzten Veranlagungszeitraum 2018 bis 2020 nach §\,5 | ||
| Abs.~1 Nr.~9 des Körperschaftsteuergesetzes von der Körperschaftsteuer und | ||
| nach §\,3 Nr.~6 des Gewerbesteuergesetzes von der Gewerbesteuer befreit. | ||
|
|
||
| Es wird bestätigt, dass die Zuwendung nur zur | ||
| Förderung von Wissenschaft und Forschung (§\,52 Abs.~2 Satz~1 Nr.~1 AO) | ||
| verwendet wird.} | ||
|
|
||
| \vspace{0.5cm} | ||
| Dortmund, den \@date\\[1cm] | ||
| \@author\\ | ||
| Vorstand PeP et al.\ e.\,V.\ | ||
|
|
||
| \vspace*{\fill} | ||
| {\footnotesize | ||
| Hinweis: | ||
|
|
||
| Wer vorsätzlich oder grob fahrlässig eine unrichtige Zuwendungsbestätigung | ||
| erstellt oder wer veranlasst, dass Zuwendungen nicht zu den in der | ||
| Zuwendungsbestätigung angegebenen steuerbegünstigten Zwecken verwendet werden, | ||
| haftet für die Steuer, die dem Fiskus durch einen etwaigen Abzug der | ||
| Zuwendungen bei Zuwendenden entgeht (§\,10b Abs.~4 EStG, §\,9 Abs.~3 KStG, | ||
| §\,9 Nr.5 GewStG). | ||
|
|
||
| Diese Bestätigung wird nicht als Nachweis für die steuerliche Berücksichtigung | ||
| der Zuwendung anerkannt, wenn das Datum des Freistellungsbescheids länger als | ||
| 5 Jahre bzw.\ das Datum der vorläufigen Bescheinigung länger als 3 Jahre seit | ||
| Ausstellung der Bestätigung zurückliegt (§\,63 Abs.~5 AO). } } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of these options, just pass
-r ../common/latemkrcto latexmk, see e.g.:latex-documents/absolventenfeier/Makefile
Lines 14 to 15 in b6b9786
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, will do