[Koha-bugs] [Bug 30928] Add interface to statistics table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 3 23:57:08 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30928

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #145982|0                           |1
        is obsolete|                            |
 Attachment #146042|0                           |1
        is obsolete|                            |

--- Comment #5 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 146171
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146171&action=edit
Bug 30928: Add interface column: DB update, schema changes, and UpdateStats

To test:
Apply patch, updatedatabase, and restart_all

Do each of the following actions and check the statistics table making sure the
interface is properly being recorded:

RENEWALS:
-Renewal from staff client
-Renew from OPAC
-Renew from API. You could add something like this to IntranetUSerJS:
$.ajax({
    url: '/api/v1/checkouts/338/renewal',
    method: 'POST',
    contentType: 'application/json',
    success: function(result) {
        console.log('renewed')
    },
});
-Renewal from automatic_renewals
-Renewal from SIP ( can use sip_cli_emulator.pl )

CHECKOUTS:
-Checkout from staff client
-Checkout from SCO
-Checkout from API
-Checkout from SIP ( can use sip_cli_emulator.pl )

CHECKIN:
-Checkin from staff client
-Check in from batch
-Check in from API
-Check in from SCI
-Check in from SIP ( can use sip_cli_emulator.pl )

RECALLS:
-OPAC recall
-Staff client recall

ACCOUNTING:
-Make a payment
-Make a payemnt from SIP ( can use sip_cli_emulator.pl )

prove -v /kohadevbox/koha/t/db_dependent/Circulation.t
Tests should all pass

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list