mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 08:45:05 +02:00
16 lines
582 B
Markdown
16 lines
582 B
Markdown
# KIT Timesheets
|
|
|
|
This repository contains tools to make filling out KIT time sheets easier. It is
|
|
inspired by the [SDQ TimeSheetGenerator][tsg] and a friend's very useful wrapper
|
|
website that spits out PDFs directly.
|
|
|
|
[tsg]: https://github.com/kit-sdq/TimeSheetGenerator
|
|
|
|
## Typst template
|
|
|
|
The centerpiece of the repository is a [typst][typst] template that generates
|
|
and validates time sheets. It aims to mirror the look of the official form as
|
|
closely as possible. For usage information, see [its docs][tdocs].
|
|
|
|
[typst]: https://github.com/typst/typst
|
|
[tdocs]: kit_timesheet.md
|