Bug 12906

Summary: Show shipment date in invoice search result list
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: AcquisitionsAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: tomascohen, veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 12906: Show shipment date in invoice search result list
[Signed-off] Bug 12906: Show shipment date in invoice search result list
Bug 12906: Show shipment date in invoice search result list
Bug 12906: DataTables: Use -1 to specify the last column

Description Katrin Fischer 2014-09-11 09:17:13 UTC
It would be nice if the shipment date was included in the result list when searching invoices. This is the date most libraries enter, while the other dates (billing date and closing date) are not always used.
Comment 1 Katrin Fischer 2015-06-08 02:31:27 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2015-06-09 13:31:10 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2015-06-16 16:48:27 UTC
Created attachment 40195 [details] [review]
Bug 12906: Show shipment date in invoice search result list

Patch adds the shipment as a new separate column to the
search results of the invoices search.

To test:
- Search for invoices in the acquisition module
- Verify the results table shows the shipment date
- Verify that sorting works correctly

Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Comment 4 Jonathan Druart 2015-06-16 16:48:30 UTC
Created attachment 40196 [details] [review]
Bug 12906: DataTables: Use -1 to specify the last column

It will avoid further changes.

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Comment 5 Katrin Fischer 2015-07-09 02:42:18 UTC
Thx for the follow-up Jonathan!
Comment 6 Tomás Cohen Arazi 2015-07-24 17:12:32 UTC
Patches pushed to master.

Thanks Katrina!