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

            Bug ID: 42839
           Summary: SIP: Record SIP account/device identifier for
                    circulation reporting
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Reports
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]
  Target Milestone: ---

Currently SIP checkouts set the interface to 'sip', allowing reports to
distinguish SIP circulation from staff client circulation. However, there
is no way to distinguish between individual SIP accounts/devices used to
perform those transactions.

The issues.issuer_id field is not populated for SIP transactions because
AddIssue only records issuer_id from the logged-in user session
(C4::Context->userenv), and SIP transactions do not create a staff user
session.

Libraries with multiple self-check machines may wish to report on
circulation activity by individual SIP account/device rather than only by
branch or interface.

This enhancement would provide a mechanism to record the SIP account/device
identifier associated with a SIP transaction for reporting purposes.

Possible implementation approaches include:
- Recording the SIP account identifier in statistics.
- Adding a dedicated SIP account/device field for circulation reporting.
- Another implementation determined by the development community.

The goal is to allow reporting by individual SIP account/device without
repurposing issues.issuer_id, which is intended to reference a borrower
record.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to