Change of Workflow in the existing system of KOHA for Placing New Orders in Acquisition
Hello, We are working on various development pointers in Acquisition module to customize it according to our workflow Placing orders in KOHA 3.12 is vague to our organisation its consuming procedure for placing orders which can be acheived with minimal workflow i have crafted the workflow to meet our requirements, which includes ordering form SUGGESTION MANAGEMENT itself with an hyperlink from Accepted tab and passing suggestionid and biblionumber directly to neworderempty.pl further modifying this file with a new form with vendor and basket details and creating a basket with basketno and bookseller id and other credentials passed on to addorder.pl my question is that how do we create a new basket at neworderempty.pl and passing its details to place an order in addorder.pl, i have studied the code for creation of basket in basketheader.pl, and followed the same i don't understand where i went wrong My Sincere Appreciation towards any pointers, thanks in advance Regards Arunkumar Project Assistant National Institute of Oceanography
Hi Arun, Is the code online? It's hard to tell you what is wrong without read the code. Did you create the basket using the C4::Acquisition::NewBasket subroutine? Next time, please prefer the koha-devel mailing list for technical questions. Regards, Jonathan 2014-07-17 13:03 GMT+02:00 Arun Kumar <arun.aimit.2010@gmail.com>:
Hello,
We are working on various development pointers in Acquisition module to customize it according to our workflow
Placing orders in KOHA 3.12 is vague to our organisation its consuming procedure for placing orders which can be acheived with minimal workflow
i have crafted the workflow to meet our requirements, which includes ordering form SUGGESTION MANAGEMENT itself with an hyperlink from Accepted tab and passing suggestionid and biblionumber directly to neworderempty.pl further modifying this file with a new form with vendor and basket details and creating a basket with basketno and bookseller id and other credentials passed on to addorder.pl
my question is that how do we create a new basket at neworderempty.pl and passing its details to place an order in addorder.pl, i have studied the code for creation of basket in basketheader.pl, and followed the same i don't understand where i went wrong
My Sincere Appreciation towards any pointers, thanks in advance
Regards
Arunkumar Project Assistant National Institute of Oceanography _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Actually you sent on both lists... 2014-07-17 14:47 GMT+02:00 Jonathan Druart <jonathan.druart@biblibre.com>:
Hi Arun,
Is the code online? It's hard to tell you what is wrong without read the code. Did you create the basket using the C4::Acquisition::NewBasket subroutine?
Next time, please prefer the koha-devel mailing list for technical questions.
Regards, Jonathan
2014-07-17 13:03 GMT+02:00 Arun Kumar <arun.aimit.2010@gmail.com>:
Hello,
We are working on various development pointers in Acquisition module to customize it according to our workflow
Placing orders in KOHA 3.12 is vague to our organisation its consuming procedure for placing orders which can be acheived with minimal workflow
i have crafted the workflow to meet our requirements, which includes ordering form SUGGESTION MANAGEMENT itself with an hyperlink from Accepted tab and passing suggestionid and biblionumber directly to neworderempty.pl further modifying this file with a new form with vendor and basket details and creating a basket with basketno and bookseller id and other credentials passed on to addorder.pl
my question is that how do we create a new basket at neworderempty.pl and passing its details to place an order in addorder.pl, i have studied the code for creation of basket in basketheader.pl, and followed the same i don't understand where i went wrong
My Sincere Appreciation towards any pointers, thanks in advance
Regards
Arunkumar Project Assistant National Institute of Oceanography _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Arun Kumar -
Jonathan Druart