Files
openfoodnetwork/lib/reporting
Maikel Linke 51f89b995a Update database include statement for report
Fixes:

* spec/lib/reports/orders_and_fulfillment/orders_cycle_supplier_totals_report_spec.rb
* spec/system/admin/reports_spec.rb
2024-07-05 12:04:14 +10:00
..
2024-07-03 10:17:49 +10:00
2023-01-21 18:39:33 +01:00
2023-12-29 13:58:55 +11:00
2022-05-12 16:54:14 +02:00
2023-09-16 09:05:31 +09:00
2023-08-17 16:43:13 +09:00

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.