]> git.koha-community.org Git - koha.git/commit
Bug 34587: Move period total calculations to the backend to improve performance
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Fri, 4 Aug 2023 16:32:16 +0000 (16:32 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 31 Oct 2023 19:46:11 +0000 (16:46 -0300)
commite935423b787ed2b057219e3c94bb6e444305de5b
treea47cb4d0e3b57960de18a79c690465af2433de3f
parent1ad9959fa588cc15de5dbdba9d0a5533c53a6a0d
Bug 34587: Move period total calculations to the backend to improve performance

Remove the front end processing in favour of doing this in the backend and passing it in the API response

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>
Koha/REST/V1/ERM/CustomReports.pm
Koha/Schema/Result/ErmUsageDatabase.pm
Koha/Schema/Result/ErmUsageItem.pm
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportsViewer.vue