Bug 35605 - Show basket and price in list when receiving multiple items
Summary: Show basket and price in list when receiving multiple items
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 8179
Blocks:
  Show dependency treegraph
 
Reported: 2023-12-19 18:30 UTC by Andrew Fuerste-Henry
Modified: 2023-12-19 21:04 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2023-12-19 18:30:39 UTC
When receiving multiple orders, one first selects the orders to receive on /cgi-bin/koha/acqui/parcel.pl?invoiceid= and is then taken to a list of those selected titles on /cgi-bin/koha/acqui/orderreceive.pl?multiple_orders=.

The table on the multiple orders page only includes some of the data from the first receiving page. It'd be helpful if it also included the basket and the price.

If a column for basket is added, then we can make the multiple orders page sort first by basket and then by order number, which would make it match the sorting on the first receiving page.

This table should also be included in column configuration, but that's another bug.
Comment 1 Andrew Fuerste-Henry 2023-12-19 18:32:43 UTC
 > This table should also be included in column configuration, but that's
> another bug.

And that bug is Bug 35606.