Reports
Transport → Reports is the shipped view Reports (transport_reports): the firm's shipments
collapsed per delivery day — how many, the sum of their prices and the on-time share
(delivered on the proposed day = 1, else 0, averaged) — drawn as a bar chart with its table
underneath. The filters narrow the collapse: a status (delivered only, failed only), a
zone, a service. The question "how many did we deliver to Juh last week, for how much" is three
clicks.
The view is a default view like every other: reshape it (group by month with proposed_day:month,
add an average, switch to a pie, take the table off) or revert to the shipped declaration. The
aggregation groups by any column of the shipments base and sums any numeric one — the platform's
views learned that with the transport core, so a firm's own views over module data may do the same.
Claudia answers the same numbers with transport_report (deliveries between two days, grouped by
day or zone) and transport_board (today's board).