No description
This repository has been archived on 2026年03月05日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
|
|
||
|---|---|---|
| LICENSES | Add files initially | |
| src/arbeitszeitnachweis | Remove download functionality | |
| .gitignore | Add files initially | |
| config.example.toml | Add files initially | |
| pyproject.toml | Remove download functionality | |
| README.md | Remove download functionality | |
python-arbeitszeitnachweis
A litte command line programme to help you filling out the "Arbeitszeitnachweis gemäß Mindestlohngesetz" at TU Dresden.
Distinct from other tools, this tool fills out the PDF locally. Holidays and weekends are excluded from the working days.
Installation
The author recommends the use of pipx.
# with pipx
pipx install git+https://codeberg.org/gdstr/python-arbeitszeitnachweis.git
# similar with pip in a virtual environment
pip install git+https://codeberg.org/gdstr/python-arbeitszeitnachweis.git
Usage
# Prerequisite: download form from https://www.verw.tu-dresden.de/VerwRicht/Formulare/download.asp?file=Arbeitszeitnachweis%20Mindestlohngesetz.pdf
# and set "form_file" variable in config accordingly
# Show help
arbeitszeitnachweis --help
# Generate PDF for 2024-10, download form to start with, use example config
arbeitszeitnachweis --year 2024 --month 10 --download --config config.example.toml
Your personal data for the form goes into the config.toml or somewhere else ("somewhere else"
needs to be specified via --config).
Related projects
- Printable look-alike web form: https://github.com/kiliankoe/arbeitszeitnachweis
- Fork of the above with some improvements: https://codeberg.org/gdstr/arbeitszeitnachweis