diff options
author | T <t@tjp.lol> | 2025-08-04 15:34:23 -0600 |
---|---|---|
committer | T <t@tjp.lol> | 2025-08-04 19:49:08 -0600 |
commit | dc895cec9d8a84af89ce2501db234dff33c757e2 (patch) | |
tree | 8c961466f0769616b3a82da91f4cde4d3a881b73 /templates/embeds.go | |
parent | 56e0af3b41742876b471332aeb943a5a2ca8dfbf (diff) |
timesheet and unified reports
Diffstat (limited to 'templates/embeds.go')
-rw-r--r-- | templates/embeds.go | 6 |
1 files changed, 5 insertions, 1 deletions
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 |