mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
It doesn't say much yet, but could be a helpful starting point. Hopefully we will add to it next time we're working on it. [skip ci]
10 lines
370 B
Markdown
10 lines
370 B
Markdown
# Reports framework
|
|
|
|
A framework that handles querying and rendering tabular data.
|
|
|
|
TODO: add more details on how each part works.
|
|
|
|
## Rules
|
|
Rules are used for grouping, ordering, and summary rows. Options are documented at [`Reporting::ReportTemplate#rules`](
|
|
https://github.com/openfoodfoundation/openfoodnetwork/blob/master/lib/reporting/report_template.rb#L68-L95).
|