1
0
Fork
You've already forked python-arbeitszeitnachweis
0
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.
  • Python 100%
Gregor Düster d5beca93f5
Remove download functionality
Form is no longer publically available.
2025年02月02日 22:39:23 +01:00
LICENSES Add files initially 2024年10月28日 18:51:48 +01:00
src/arbeitszeitnachweis Remove download functionality 2025年02月02日 22:39:23 +01:00
.gitignore Add files initially 2024年10月28日 18:51:48 +01:00
config.example.toml Add files initially 2024年10月28日 18:51:48 +01:00
pyproject.toml Remove download functionality 2025年02月02日 22:39:23 +01:00
README.md Remove download functionality 2025年02月02日 22:39:23 +01:00

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).