How to Get Active logged in User Details Based on Sessions Running on Client machines
Hello, I have been working on KOHA customization for almost 2 months, Inorder make it Compatible to our Workflow. My question is How to get Active User details Currently managing the Intranet interface, like how it automatically does in Suggestion Management of acquisition module i.e When we change the Suggestion status it picks automatically the current managed user "Managed By" column. This is required to make it agile sending email alerts from the current managed user as it does it using default admin address ie "KohaAdminEmailAddress" stored in System Preference. the modules are little difficult to understand, hence development is delayed. Please Help Us, We have been trying a lot any help will be appreciated Regards Arunkumar National Institute of Oceanography Dona-Paula, Goa, India
Hi Arun, On Thu, Jun 19, 2014 at 10:59 AM, Arun Kumar <arun.aimit.2010@gmail.com> wrote: <snipped>
the modules are little difficult to understand, hence development is delayed. Please Help Us, We have been trying a lot any help will be appreciated
Any help? How about paid help? :-) Quite frankly, your use case requires some amount of Koha development. Koha code is easy to read, provided you are comfortable with Perl programming. It is unlikely that someone will volunteer to tutor you through the codebase. But you can always get lucky :-) On top of that by being on 3.12 isn't making your case easier either, it is an aging codebase. Cheers, -indranil -- Indranil Das Gupta Phone : +91-98300-20971 Blog : http://indradg.randomink.org/blog IRC : indradg on irc://irc.freenode.net Twitter : indradg -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=- Please exchange editable Office documents only in ODF Format. No other format is acceptable. Support Open Standards. For a free editor supporting ODF, please visit LibreOffice - http://www.documentfoundation.org
Hello, If I correctly understand, you want to retrieve the email address of the logged in user. Technically, you can do something like: my $logged_in_user_infos = C4::Members::GerMember( borrowernumber => $loggedinuser ); with $loggedinuser the variable returned by get_template_and_user. Since your email was not sent on the koha-devel list, I am not sure you are waiting for a technical answer :) Regards, Jonathan 2014-06-19 7:29 GMT+02:00 Arun Kumar <arun.aimit.2010@gmail.com>:
Hello,
I have been working on KOHA customization for almost 2 months, Inorder make it Compatible to our Workflow.
My question is How to get Active User details Currently managing the Intranet interface, like how it automatically does in Suggestion Management of acquisition module i.e When we change the Suggestion status it picks automatically the current managed user "Managed By" column.
This is required to make it agile sending email alerts from the current managed user as it does it using default admin address ie "KohaAdminEmailAddress" stored in System Preference.
the modules are little difficult to understand, hence development is delayed. Please Help Us, We have been trying a lot any help will be appreciated
Regards
Arunkumar National Institute of Oceanography Dona-Paula, Goa, India _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Arun Kumar -
Indranil Das Gupta -
Jonathan Druart