Created attachment 146468 [details] View of ORDRSP message at edifactmsgs.pl Currently ORDRSP messages (messages from a vendor providing details such as Out of Print, Unable to supply) are loaded into Koha and diaplay as for an INVOICE message. On /cgi-bin/koha/acqui/edifactmsgs.pl in the Details column the message will have the label 'Invoices' and this is hyperlinked to the invoices page (/cgi-bin/koha/acqui/invoices.pl) - see screenshot. This link always results in a failure as there isn't an invoice to match against. Is it possible in the case of ORDRSP to either leave the Details column empty or remove the hyperlink?
Hi Lucy, can you tell if this is still valid for current versions?
Hi Katrin, yes this is still valid. I have tested on 22.11.10 and the link to the invoices page is present as in the original screenshot.
Thx Lucy, I have updated the version accordingly.
Many thanks
Still an issue in 24.11.
I presume this should just be linked to a Basket rather than an Invoice? And with bug 40334 we should perhaps just give the option to display the ordersp message raw and maybe display what it did.
(In reply to Martin Renvoize (ashimema) from comment #6) > I presume this should just be linked to a Basket rather than an Invoice? If there is one handy basket, yes? I don't know whether there is ever a case the ORDRSP covers orders across more than one basket? If so then just having nothing would be better than the current incorrect mention of an Invoice.
Created attachment 185101 [details] [review] Bug 32938: Fix ORDRSP message linking to point to baskets instead of invoices ORDRSP (Order Response) messages are responses to ORDERS messages and should link to the related basket, not to invoices. This follows the standard EDI workflow: 1. ORDERS message sent to vendor 2. ORDRSP message received from vendor (order response/confirmation) 3. INVOICE message received later when items shipped
Created attachment 185102 [details] [review] Bug 32938: Add ORDRSP message display to basket page This patch extends the EDIFACT message display functionality on the basket page to include ORDRSP (Order Response) messages alongside existing QUOTE and ORDERS messages. Features added: - ORDRSP message collection and filtering - Smart button display logic: * Single button for one message type * Dropdown for multiple message types (now includes ORDRSP) - ORDRSP-specific UI elements: * Reply icon (fa-reply) indicating response nature * "View order response" labeling * Integration with existing modal and highlighting system The ORDRSP messages correctly link to baskets since they are vendor responses to the original order, following the standard EDI workflow: ORDERS → ORDRSP → INVOICE