Bug 6730

Summary: Rename 'basket' filter to 'basket name' on receive page
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: AcquisitionsAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Martin Renvoize <martin.renvoize>
Severity: trivial    
Priority: P5 - low CC: katrin.fischer, martin.renvoize, nick
Version: Main   
Hardware: All   
OS: All   
URL: cgi-bin/koha/acqui/parcel.pl?supplierid=1&op=new&invoice=453242&datereceived=08%2F16%2F2011
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
19.05.00
Attachments: basket number
Bug 6730: Rename 'basket' filter to 'basket name' on receive page
Bug 6730: Rename 'basket' filter to 'basket name' on receive page
Bug 6730: Rename 'basket' filter to 'basket name' on receive page

Description Nicole C. Engard 2011-08-16 17:56:34 UTC
The basket number on the receive items table shows the basket number given by Koha, not the basket number the librarian gave it.  The librarian doesn't necessarily know the number Koha assigned and so it should show the number that they chose.

The same with the filter on the left - it filters on the basket number assigned by Koha, that's not a number the librarian necessarily knows.
Comment 1 Nicole C. Engard 2011-08-16 17:56:58 UTC
Created attachment 5033 [details]
basket number
Comment 2 Katrin Fischer 2019-04-09 22:30:30 UTC
The filter works on the basket name, I suggest we just relabel it to make it more clear. Both the basket name and it's number are shown in the table.
Comment 3 Katrin Fischer 2019-04-09 22:35:58 UTC
Created attachment 87689 [details] [review]
Bug 6730: Rename 'basket' filter to 'basket name' on receive page

This way it's clear that you can search for the name here, but
not for the number. It also matches the labelling of the
other filter: Basket group name below.

To test:
- Receive shipment
- Enter invoice number and go to receive page
- Look at the filters on the left
- Confirm the changed label and that basket name is searched
Comment 4 Michal Denar 2019-04-15 19:59:06 UTC
Created attachment 88035 [details] [review]
Bug 6730: Rename 'basket' filter to 'basket name' on receive page

This way it's clear that you can search for the name here, but
not for the number. It also matches the labelling of the
other filter: Basket group name below.

To test:
- Receive shipment
- Enter invoice number and go to receive page
- Look at the filters on the left
- Confirm the changed label and that basket name is searched

Signed-off-by: Michal Denar <black23@gmail.com>
Comment 5 Martin Renvoize 2019-04-17 09:43:20 UTC
Created attachment 88157 [details] [review]
Bug 6730: Rename 'basket' filter to 'basket name' on receive page

This way it's clear that you can search for the name here, but
not for the number. It also matches the labelling of the
other filter: Basket group name below.

To test:
- Receive shipment
- Enter invoice number and go to receive page
- Look at the filters on the left
- Confirm the changed label and that basket name is searched

Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 6 Martin Renvoize 2019-04-17 09:43:45 UTC
Woop, woop.. another four digit bug bites the dust..

Passing QA
Comment 7 Nick Clemens 2019-04-18 12:09:15 UTC
Awesome work all!

Pushed to master for 19.05
Comment 8 Martin Renvoize 2019-04-26 13:47:05 UTC
Minor string change, not backporting to 18.11.x series.