From dc895cec9d8a84af89ce2501db234dff33c757e2 Mon Sep 17 00:00:00 2001 From: T Date: Mon, 4 Aug 2025 15:34:23 -0600 Subject: timesheet and unified reports --- templates/embeds.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/embeds.go') diff --git a/templates/embeds.go b/templates/embeds.go index 394a136..342912e 100644 --- a/templates/embeds.go +++ b/templates/embeds.go @@ -4,4 +4,8 @@ import _ "embed" // InvoiceTemplate contains the Typst invoice template //go:embed invoice.typ -var InvoiceTemplate string \ No newline at end of file +var InvoiceTemplate string + +// TimesheetTemplate contains the Typst timesheet template +//go:embed timesheet.typ +var TimesheetTemplate string \ No newline at end of file -- cgit v1.2.3