Files
openfoodnetwork/lib/reporting
Maikel Linke 1e34237b22 Fix order of line item based report rows
The orders_and_fulfillment_spec would sometimes fail when the database
would return line items in a different order than they were created.
Without specific `order` clause the order of rows can be random.

The additional sorting may lead to more server load but also ensures
more consistent results for users.
2025-02-14 16:41:43 +11:00
..
2024-07-03 10:17:49 +10:00
2025-01-31 17:34:34 +05: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.