Files
openfoodnetwork/lib/reporting
cyrillefr 7d99197dde Requested changes: original fix moved up in code
- instead of selecting out unapplied tax rates in the total tax
    method, did it in the query_result instead. Reverted the
    total_excl_tax method to its initial state.
  - spec and logic of testing affected also.
2024-03-11 10:13:46 +01:00
..
2023-01-21 18:39:33 +01:00
2023-12-29 13:58:55 +11:00
2023-09-16 09:05:31 +09:00
2022-05-12 16:54:14 +02:00
2023-09-16 09:05:31 +09: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.