s

stundenzettel

@preview

Track your work hours with typst.

v0.1.0
MIT
Template

Package Information

Last Updated
Categories
report

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/stundenzettel:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/stundenzettel:0.1.0

Version History

0.1.0
91d80ce2bd3b...

German Work Time Sheet Template (Stundenzettel)

A Typst template for tracking work hours, designed for German-speaking contexts.

Document preview

Usage:

#import "@preview/stundenzettel:0.1.0": timesheet

#timesheet(

name:"Lara Langname",
month: "Januar",
year: "2025",
csv.decode("
01.01.2025; Bugs suchen; 8; 42,00
02.01.2025; Bugs suchen; 8; 42,00
03.01.2025; 1st Level Support; 8; 42,00
04.01.2025; 2nd Level Support; 8; 42,00
05.01.2025; Typst Dokumente; 8; 42,00
", delimiter: ";").flatten(),
)