Koha/reports
Marcel de Rooy 69ed355977
Bug 23059: reserve_stats.pl: Simplify reservestatus
This patch does the following:
[1] Go back to four statuses: Cancelled, Filled, Waiting or Placed.
    Placed is used as collective name for all other statuses: pending
    (placed), processing (found==P) or transit (found==T). Placed before
    anyway.
[2] Allow translation of these statuses in the template. Remove the sub
    reservestatushuman.
[3] The output of changeifreservestatus is considerably shorter and less
    ugly in the constructed sql statement.

Test plan:
[1] Use reservestatus as row, as column and only as filter (clicking few
    statuses).
[2] Verify that the shown statistics meet your expectations.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-20 14:44:06 -03:00
..
acquisitions_stats.pl
bor_issues_top.pl
borrowers_out.pl
borrowers_stats.pl
cash_register_stats.pl Bug 34552: Don't exclude payments with no status 2023-09-18 12:06:25 -03:00
cat_issues_top.pl
catalogue_out.pl
catalogue_stats.pl
dictionary.pl
guided_reports.pl
issues_avg_stats.pl
issues_stats.pl
itemslost.pl
itemtypes.plugin
manager.pl
orders_by_fund.pl
reports-home.pl Bug 34859: Remove unnecessary params from reports-home.pl 2023-10-04 16:40:16 -04:00
reserves_stats.pl Bug 23059: reserve_stats.pl: Simplify reservestatus 2023-10-20 14:44:06 -03:00
serials_stats.pl