feat: html template
This commit is contained in:
15
report/resource.go
Normal file
15
report/resource.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package report
|
||||
|
||||
import (
|
||||
"html/template"
|
||||
"time"
|
||||
|
||||
"git.schreifuchs.ch/lou-taylor/accounting/issue"
|
||||
)
|
||||
|
||||
type Report struct {
|
||||
Date time.Time
|
||||
Issues []issue.Issue
|
||||
Style template.CSS
|
||||
Total string
|
||||
}
|
||||
Reference in New Issue
Block a user