[Koha-bugs] [Bug 23291] Patron batch modification based on SMS number

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 23 05:44:34 CET 2021


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #128641|0                           |1
        is obsolete|                            |

--- Comment #30 from David Nind <david at davidnind.com> ---
Created attachment 128877
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128877&action=edit
Bug 23291: Patron batch modification based on SMS number

This patch is based on the patchset on bug 24019. It enabled librarians
to list SMS numbers (one per line) or upload a file of SMS numbers, just
like they can currently do with borrowernumbers or card numbers.

Test plan:
1. Apply patch
2. Restart services
3. Create a patron list in: Tools > Patrons lists
4. Navigate to Tools > Batch patron modification
5. Observe there are 4 tabs: 'By card number', 'By SMS number', 'By
borrowernumber', 'By patron list'
6. Test each option for batch patron modifications:
- By cardnumber file
- By cardnumber list
- By SMS number file
- By SMS number list
- By borrowernumber file
- By borrowernumber list
- By patron list
7. In all of the above cases the correct patrons should be retrieved by
Koha, and modified.
8. Test uploading a SMS number shared by multiple patrons and confirm
all patrons with that SMS number are returned
9. Confirm the 'order of operations' for card numbers, SMS numbers and
borrowernumbers is followed:
 - If a file is uploaded AND a list of number submitted then the list of
 numbers will be used
10. Confirm batches are only submitted from the active tab
 - If you upload a file OR input a list SMS numbers, and then switch to
 a different tab and input a list of borrowernumbers then the SMS
 numbers originally inputted should be ignored.

Sponsored-By: Brimbank Library, Australia

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list