Bug 20595

Summary: EDI: Add support for LRP (Library Rotation Plan) for Koha with Stock Rotation enabled
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: AcquisitionsAssignee: Martin Renvoize <martin.renvoize>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: alex, david, fiona.borthwick, gmcharlt, hayleypelham, jonathan.druart, jonathan.field, josef.moravec, katrin.fischer, kyle.m.hall, kyle, lisettepalouse+koha, liz, sally.healey, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
This enhancement allows items to be automatically added to rotas at acquisition time by using the LRP (Library Rotation Plan) field in EDI.
Version(s) released in:
19.11.00
Bug Depends on: 7736, 11897, 14187, 18137    
Bug Blocks: 35398    
Attachments: Bug 20595: Add handling for LRP field in EDI.
Bug 20595: Add handling for LRP field in EDI.
Bug 20595: Add handling for LRP field in EDI.
Bug 20595: Add handling for LRP field in EDI.
Bug 20595: Add handling for LRP field in EDI.
Bug 20595: Add handling for LRP field in EDI.
Bug 20595: Add handling for LRP field in EDI

Description Martin Renvoize 2018-04-17 14:25:17 UTC
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.
Comment 1 Martin Renvoize 2018-04-17 16:18:48 UTC
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.
Comment 2 Martin Renvoize 2018-04-18 15:42:10 UTC
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.
Comment 3 Martin Renvoize 2018-04-18 15:43:53 UTC
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.
Comment 4 Martin Renvoize 2018-04-18 16:00:08 UTC
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.
Comment 5 Martin Renvoize 2018-04-18 16:22:18 UTC
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.
Comment 6 Hayley Pelham 2019-04-17 04:06:44 UTC
(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?
Comment 7 Martin Renvoize 2019-05-07 09:33:43 UTC
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.
Comment 8 Brendan Gallagher 2019-10-04 08:54:27 UTC
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>
Comment 9 Katrin Fischer 2019-10-10 05:59:56 UTC
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>
Comment 10 Katrin Fischer 2019-10-10 06:00:28 UTC
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.
Comment 11 Martin Renvoize 2019-10-28 09:58:35 UTC
Nice work!

Pushed to master for 19.11.00