Bug 17460 - Staff interface to manage self-registered patrons
Summary: Staff interface to manage self-registered patrons
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-17 17:45 UTC by Indranil Das Gupta
Modified: 2016-10-22 17:18 UTC (History)
5 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Indranil Das Gupta 2016-10-17 17:45:56 UTC
When a patron self-registers via the OPAC we need to check them and activate their account after verification. This interface available in the staff client is expected to provide the following facilities:

   - List self registered patrons (by date range, alphabetically by name)
   - Account Activation status
   - Email verification status
   - Option to batch patron category change.
   - Option to batch activate verified patrons.

Ref: Based on Mr. Md. Mubassir Ahsan's post https://lists.katipo.co.nz/pipermail/koha/2016-October/046377.html
Comment 1 Jonathan Druart 2016-10-18 07:09:51 UTC
The first point can be achieved by listing the patrons of the self-reg category.
IT won't answer all the needs but at least you get them listed and can show the status by opening the patron detail pages one by one.
I mean it's a workaround while waiting for a patch :)
Comment 2 Mubassir Ahsan 2016-10-18 09:15:21 UTC
Instant Solution Scenario 1: 
It is possible to list self-registered patrons by their assigned temporary patron category in patrons page. 
But the question is it is not possible to determine they  have verified their email address or not.

Instant Solution Scenario 2:
Adding a page with a button self-registered patrons list just after the button "Patron Lists". Which may contain following listed table columns:
1. Card 
2. Name
3. Email
4. Verified or not
5. Library (Dropdown list will facilitate to change instantly)
6. Patron Category (Dropdown list will facilitate to change instantly)
7. Button to activate or reject

An email template should be added to send activation notification.