Files
openfoodnetwork/lib/reporting
Maikel Linke d9f013abbc Style/SendWithLiteralMethodName
Use method call directly instead of `public_send` with fixed argument.

The cop is declared unsafe. I think that is because it can also replace
`send` but we replace only `public_send` here.
2024-06-05 09:38:21 +10:00
..
2024-06-05 09:38:21 +10:00
2024-06-05 09:29:42 +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.