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.
Created attachment 39973 [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
Created attachment 40018 [details] [review] [Signed-off] 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>
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>
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>
Thx for the follow-up Jonathan!
Patches pushed to master. Thanks Katrina!