Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Matt Blenkinsop c0b449ea2a
Bug 34587: Add access_type and yop to the reports viewer
Some report types include access_type and yop headers for each usage statistics

The hierarchy is as follows: yop - access_type - metric_type
I.e. for each yop there are report lines for access_type and then for each access_type there are also report lines for metric types

This patch adds helper functions to populate the report rows based on this hierarchy and the report data retrieved from the database

Signed-off-by: Jessica Zairo <jzairo@bywatersolutions.com>
Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-10-31 16:46:28 -03:00
..
components Bug 34587: Add access_type and yop to the reports viewer 2023-10-31 16:46:28 -03:00
composables
fetch Bug 34587: Add integration with the counter registry API 2023-10-31 16:46:17 -03:00
i18n
modules Bug 34587: Add reports store 2023-10-31 16:45:57 -03:00
routes Bug 34587: Vue router, api client and authorised values 2023-10-31 16:45:56 -03:00
stores Bug 34587: Add access_type and yop to the reports viewer 2023-10-31 16:46:28 -03:00
messages.js
vue-shims.d.ts