[Bug 20252] New: If an EDI orderline is cancelled send a cancellation message
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 Bug ID: 20252 Summary: If an EDI orderline is cancelled send a cancellation message Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: colin.campbell@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org On cancelling a order if the order has been submitted as an edifact order an ORDCHG message should be generated and transmitted. ORDCHG will contain the order reference and the ean for the item -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 Janet McGowan <janet.mcgowan@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janet.mcgowan@ptfs-europe.c | |om -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 koha-US bug tracker <bugzilla@koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@koha-us.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 Rhonda Kuiper <rkuiper@roundrocktexas.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rkuiper@roundrocktexas.gov --- Comment #1 from Rhonda Kuiper <rkuiper@roundrocktexas.gov> --- This would be fantastic function to have for EDI ordering -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@openfifth.c | |o.uk Assignee|koha-bugs@lists.koha-commun |martin.renvoize@openfifth.c |ity.org |o.uk -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |42789 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42789 [Bug 42789] EDI ORDRSP: Item and suggestion status not updated when order line cancelled by supplier -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Sponsorship status|--- |Unsponsored Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 --- Comment #2 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200360 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200360&action=edit Bug 20252: Add cancellations_enabled to vendor EDI accounts Add a cancellations_enabled flag to vendor_edi_accounts so the new ORDCHG cancellation handling can be enabled per EDI account, mirroring the existing quotes/orders/invoices/responses switches. Adds the column to kohastructure.sql and an atomicupdate. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 --- Comment #3 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200361 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200361&action=edit Bug 20252: DBIC schema changes -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 --- Comment #4 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 200362 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200362&action=edit Bug 20252: Send ORDCHG cancellation message when an EDI order is cancelled When an order that was transmitted to a vendor as an EDIFACT ORDERS message is cancelled, generate an ORDCHG (purchase order change) message requesting cancellation of the order line and queue it for transmission. The ORDCHG follows the EDItEUR/EANCOM purchase order change subset for cancellations (D.96A, EAN005): BGM coded 230 with message function 1 (BiC trade) or 4 (EDItEUR library), and one cancellation line per order carrying a LIN segment with action code 2, a PIA product identifier and an RFF+LI segment referencing the Koha ordernumber. - Koha::Edifact::Order gains an ORDCHG message_type mode - Koha::EDI::create_edi_ordchg queues the message - Koha::Acquisition::Order->cancel triggers generation when the basket was EDI-transmitted and the vendor account has cancellations enabled - edi_cron.pl uploads pending ORDCHG messages - The EDI account admin page exposes the cancellations_enabled switch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hdunne-howrie@westminster.g | |ov.uk, | |kyle@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20252 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |26.11 Initiative type|--- |Feature -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org