This submission will add the support for the Edifact LRP field in Koha, using the field to automatically add ordered items to stock rotation plans.
Created attachment 74363 [details] [review] Bug 20595: Add handling for LRP field in EDI. * EDI.pm - Add handling of the LRP EDI field to automatically add an item to a stockrotation rota.
Created attachment 74452 [details] [review] Bug 20595: Add handling for LRP field in EDI. * EDI.pm - Add handling of the LRP EDI field to automatically add an item to a stockrotation rota.
Created attachment 74453 [details] [review] Bug 20595: Add handling for LRP field in EDI. * EDI.pm - Add handling of the LRP EDI field to automatically add an item to a stockrotation rota.
Created attachment 74455 [details] [review] Bug 20595: Add handling for LRP field in EDI. * EDI.pm - Add handling of the LRP EDI field to automatically add an item to a stockrotation rota.
Created attachment 74471 [details] [review] Bug 20595: Add handling for LRP field in EDI. * EDI.pm - Add handling of the LRP EDI field to automatically add an item to a stockrotation rota.
(In reply to Martin Renvoize from comment #5) > Created attachment 74471 [details] [review] [review] > Bug 20595: Add handling for LRP field in EDI. > > * EDI.pm - Add handling of the LRP EDI field to automatically add an > item to a stockrotation rota. Hi, Is there a test plan for this?
This one is rather challenging to test unless you already have a vendor who support both EDI and is happy to add the LRP flag to your EDI messages to match an existing Stock Rotation code in your koha.
Created attachment 93718 [details] [review] Bug 20595: Add handling for LRP field in EDI. * EDI.pm - Add handling of the LRP EDI field to automatically add an item to a stockrotation rota. Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Created attachment 93948 [details] [review] Bug 20595: Add handling for LRP field in EDI * EDI.pm - Add handling of the LRP EDI field to automatically add an item to a stockrotation rota. Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Passing QA on this as agreed with RM - both parties heavily using EDIFACT have been involved in the QA process. Tests and QA script pass.
Nice work! Pushed to master for 19.11.00