Managerial Interface for Self-Registered patrons
Respected All, Is there any managerial interface available for self registered patrons? The concept is when a user registered via OPAC, we need to check them and activate their account after verification. This managerial interface could provide those facilities. As I think - List of Registered - Activation status - Email verification status - Patron Category change options - Button to activate them after email verification (Activate button will be enabled after verification only) Is that possible to make such interface? Please reply, it is kind of urgent to me. -- *Best wishes.* *--------------------* *Md. Mubassir Ahsan* Library Officer (IT Support) Daffodil International University *-----------------------------* Corporate No. : 01811458818 *Mobile+Viber+IMO: 01916303060* *Facebook:* mmahsan <http://facebook.com/mmahsan> *Skype+Twitter*: mahsandu Website: Mubassir.info *"Proud to be a LIS Professional*" *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace, Greenstone), N/W Admin, DBA.*
Hello Ahsan bhai, On Sun, Oct 16, 2016 at 9:29 AM, Md. Mubassir Ahsan <mubassir@daffodilvarsity.edu.bd> wrote:
Respected All, Is there any managerial interface available for self registered patrons?
No, there is nothing specifically separate for that purpose. As you must already have seen in the last part of http://manual.koha-community.org/16.05/en/selfregistration.html that you have to manually process and provide these users with a cardnumber and if you have followed the recommendations there, then you may have to manually change their patron category to a regular one so that they can come into regular circulation regime.
The concept is when a user registered via OPAC, we need to check them and activate their account after verification. This managerial interface could provide those facilities. As I think
- List of Registered - Activation status - Email verification status - Patron Category change options - Button to activate them after email verification (Activate button will be enabled after verification only)
Is that possible to make such interface? Please reply, it is kind of urgent to me.
Of course it is possible, a Koha plugin would be the easiest way to achieve this. You can file a bug on the Koha bugzilla and hope that this an enhancement that someone else too wants and is willing to develop it. Otherwise the options with you would be (a) to write it yourself, (b) find a developer who can write it for you or (c) sponsor the development of the plugin. hope this helps, Indranil Das Gupta L2C2 Technologies Phone : +91-98300-20971 WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg
Thanks for your suggestions! I want to do this by myself. Is there any tutorial available to do this? I think a little bit of code is needed so far. On Sun, Oct 16, 2016 at 4:01 PM Indranil Das Gupta <indradg@gmail.com> wrote:
Hello Ahsan bhai,
On Sun, Oct 16, 2016 at 9:29 AM, Md. Mubassir Ahsan <mubassir@daffodilvarsity.edu.bd> wrote:
Respected All, Is there any managerial interface available for self registered patrons?
No, there is nothing specifically separate for that purpose. As you must already have seen in the last part of http://manual.koha-community.org/16.05/en/selfregistration.html that you have to manually process and provide these users with a cardnumber and if you have followed the recommendations there, then you may have to manually change their patron category to a regular one so that they can come into regular circulation regime.
The concept is when a user registered via OPAC, we need to check them and activate their account after verification. This managerial interface could provide those facilities. As I think
- List of Registered - Activation status - Email verification status - Patron Category change options - Button to activate them after email verification (Activate button will be enabled after verification only)
Is that possible to make such interface? Please reply, it is kind of urgent to me.
Of course it is possible, a Koha plugin would be the easiest way to achieve this. You can file a bug on the Koha bugzilla and hope that this an enhancement that someone else too wants and is willing to develop it. Otherwise the options with you would be (a) to write it yourself, (b) find a developer who can write it for you or (c) sponsor the development of the plugin.
hope this helps,
Indranil Das Gupta L2C2 Technologies
Phone : +91-98300-20971 <+91%2098300%2020971> WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg
-- *Best wishes.* *--------------------* *Md. Mubassir Ahsan* Library Officer (IT Support) Daffodil International University *-----------------------------* Corporate No. : 01811458818 *Mobile+Viber+IMO: 01916303060* *Facebook:* mmahsan <http://facebook.com/mmahsan> *Skype+Twitter*: mahsandu Website: Mubassir.info *"Proud to be a LIS Professional*" *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace, Greenstone), N/W Admin, DBA.*
Hi, On Mon, Oct 17, 2016 at 8:49 AM, Md. Mubassir Ahsan <mubassir@daffodilvarsity.edu.bd> wrote:
Thanks for your suggestions! I want to do this by myself. Is there any tutorial available to do this? I think a little bit of code is needed so far.
Awesome! In that case check out the example kitchen sink plugin https://github.com/bywatersolutions/koha-plugin-kitchen-sink It will give you the structure. You will just need to write up the code to support your business logic. cheers Indranil Das Gupta L2C2 Technologies Phone : +91-98300-20971 WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg
Cool, thanks! I will try my best. On Mon, Oct 17, 2016 at 11:40 AM Indranil Das Gupta <indradg@gmail.com> wrote:
Hi,
On Mon, Oct 17, 2016 at 8:49 AM, Md. Mubassir Ahsan <mubassir@daffodilvarsity.edu.bd> wrote:
Thanks for your suggestions! I want to do this by myself. Is there any tutorial available to do this? I think a little bit of code is needed so far.
Awesome! In that case check out the example kitchen sink plugin https://github.com/bywatersolutions/koha-plugin-kitchen-sink
It will give you the structure. You will just need to write up the code to support your business logic.
cheers
Indranil Das Gupta L2C2 Technologies
Phone : +91-98300-20971 <+91%2098300%2020971> WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg
-- *Best wishes.* *--------------------* *Md. Mubassir Ahsan* Library Officer (IT Support) Daffodil International University *-----------------------------* Corporate No. : 01811458818 *Mobile+Viber+IMO: 01916303060* *Facebook:* mmahsan <http://facebook.com/mmahsan> *Skype+Twitter*: mahsandu Website: Mubassir.info *"Proud to be a LIS Professional*" *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace, Greenstone), N/W Admin, DBA.*
Dear Indranil Das Gupta, Thanks for the suggestion. We are managing our patrons as koha suggests, I mean changing the patron type. All I want to do is to create an interactive interface to manage effectively. On Sun, Oct 16, 2016 at 4:01 PM Indranil Das Gupta <indradg@gmail.com> wrote:
Hello Ahsan bhai,
On Sun, Oct 16, 2016 at 9:29 AM, Md. Mubassir Ahsan <mubassir@daffodilvarsity.edu.bd> wrote:
Respected All, Is there any managerial interface available for self registered patrons?
No, there is nothing specifically separate for that purpose. As you must already have seen in the last part of http://manual.koha-community.org/16.05/en/selfregistration.html that you have to manually process and provide these users with a cardnumber and if you have followed the recommendations there, then you may have to manually change their patron category to a regular one so that they can come into regular circulation regime.
The concept is when a user registered via OPAC, we need to check them and activate their account after verification. This managerial interface could provide those facilities. As I think
- List of Registered - Activation status - Email verification status - Patron Category change options - Button to activate them after email verification (Activate button will be enabled after verification only)
Is that possible to make such interface? Please reply, it is kind of urgent to me.
Of course it is possible, a Koha plugin would be the easiest way to achieve this. You can file a bug on the Koha bugzilla and hope that this an enhancement that someone else too wants and is willing to develop it. Otherwise the options with you would be (a) to write it yourself, (b) find a developer who can write it for you or (c) sponsor the development of the plugin.
hope this helps,
Indranil Das Gupta L2C2 Technologies
Phone : +91-98300-20971 <+91%2098300%2020971> WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg
-- *Best wishes.* *--------------------* *Md. Mubassir Ahsan* Library Officer (IT Support) Daffodil International University *-----------------------------* Corporate No. : 01811458818 *Mobile+Viber+IMO: 01916303060* *Facebook:* mmahsan <http://facebook.com/mmahsan> *Skype+Twitter*: mahsandu Website: Mubassir.info *"Proud to be a LIS Professional*" *Tag: Web Developer, CMS (Drupal, Joomla), ILS (Koha), IR (DSpace, Greenstone), N/W Admin, DBA.*
On Sun, Oct 16, 2016 at 6:01 AM, Indranil Das Gupta <indradg@gmail.com> wrote:
Of course it is possible, a Koha plugin would be the easiest way to achieve this. You can file a bug on the Koha bugzilla
I think this would be a very valuable addition to Koha, so if you are doing some development on it I encourage you to do it as part of Koha rather than a plugin. But please do file a bug even if you plan on writing a plugin. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
Hi Owen, On Mon, Oct 17, 2016 at 9:37 PM, Owen Leonard <oleonard@myacpl.org> wrote:
On Sun, Oct 16, 2016 at 6:01 AM, Indranil Das Gupta <indradg@gmail.com> wrote:
Of course it is possible, a Koha plugin would be the easiest way to achieve this. You can file a bug on the Koha bugzilla
I think this would be a very valuable addition to Koha, so if you are doing some development on it I encourage you to do it as part of Koha rather than a plugin. But please do file a bug even if you plan on writing a plugin.
I agree it will be a very handy feature! Bug filed : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17460 cheers, Indranil Das Gupta L2C2 Technologies Phone : +91-98300-20971 WWW : http://www.l2c2.co.in Blog : http://blog.l2c2.co.in IRC : indradg on irc://irc.freenode.net Twitter : indradg
participants (3)
-
Indranil Das Gupta -
Md. Mubassir Ahsan -
Owen Leonard