Bug 34587: Add default report capability to reports viewer
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Thu, 15 Jun 2023 11:43:53 +0000 (11:43 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 31 Oct 2023 19:46:02 +0000 (16:46 -0300)
commitffbcf83b9505b5dd43698024abf25d89d62c213f
treea842f2eb4430dd67c872aeaceead8097c9057dac
parent73d3b48048dcbcd1f9da2e5f4f9ab3738c7d6976
Bug 34587: Add default report capability to reports viewer

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>
13 files changed:
Koha/ERM/DefaultUsageReport.pm [new file with mode: 0644]
Koha/ERM/DefaultUsageReports.pm [new file with mode: 0644]
Koha/REST/V1/ERM/DefaultUsageReports.pm [new file with mode: 0644]
Koha/Schema/Result/ErmDefaultUsageReport.pm [new file with mode: 0644]
api/v1/swagger/definitions/erm_default_usage_report.yaml [new file with mode: 0644]
api/v1/swagger/paths/erm_default_usage_reports.yaml [new file with mode: 0644]
api/v1/swagger/swagger.yaml
installer/data/mysql/atomicupdate/erm_usage_statistics_tables.pl
installer/data/mysql/kohastructure.sql
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportBuilder.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportsHome.vue
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsSavedReports.vue [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/vue/fetch/erm-api-client.js