Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageData ¶
type PageData struct {
From string
To string
GroupBy string
Sales model.SalesSummary
ByPeriod []model.SalesPeriod
ByPaymentMethod []model.PaymentMethodRevenue
TopProducts []model.TopProduct
PL model.PLSummary
}
PageData bundles all report data passed to the index template.
Click to show internal directories.
Click to hide internal directories.