It would be nice if the acquisition search allowed to search for the internal and vendor notes from the order lines.
Created attachment 123864 [details] [review] Bug 27287: Make note fields from orders history searchable This patch adds aqorders.order_internalnote and aqorders.order_vendornote to the Acquisitions history search. To test: 1) Apply patch and restart services 2) Create an order in Acquisitions and set an internal note and a vendor note 3) Go to /cgi-bin/acqui/histsearch.pl and search by internal or vendor note using the terms you set in step 2 4) Note your order is returned and internal note and vendor note are included in the search results at the end of the table Sponsored-by: Bibliotheksservice-Zentrum Baden-Wuerttemberg https://bugs.koha-community.org/show_bug.cgi?id=27827
Created attachment 123874 [details] [review] Bug 27287: Make note fields from orders history searchable This patch adds aqorders.order_internalnote and aqorders.order_vendornote to the Acquisitions history search. To test: 1) Apply patch and restart services 2) Create an order in Acquisitions and set an internal note and a vendor note 3) Go to /cgi-bin/acqui/histsearch.pl and search by internal or vendor note using the terms you set in step 2 4) Note your order is returned and internal note and vendor note are included in the search results at the end of the table Sponsored-by: Bibliotheksservice-Zentrum Baden-Wuerttemberg https://bugs.koha-community.org/show_bug.cgi?id=27827 Signed-off-by: David Nind <david@davidnind.com>
Created attachment 126428 [details] [review] Bug 27287: Make note fields from orders history searchable This patch adds aqorders.order_internalnote and aqorders.order_vendornote to the Acquisitions history search. To test: 1) Apply patch and restart services 2) Create an order in Acquisitions and set an internal note and a vendor note 3) Go to /cgi-bin/acqui/histsearch.pl and search by internal or vendor note using the terms you set in step 2 4) Note your order is returned and internal note and vendor note are included in the search results at the end of the table Sponsored-by: Bibliotheksservice-Zentrum Baden-Wuerttemberg https://bugs.koha-community.org/show_bug.cgi?id=27827 Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Created attachment 126429 [details] [review] Bug 27287: (QA follow-up) Unit tests Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Created attachment 126654 [details] [review] Bug 27287: Add new columns to the table settings yml file
Pushed to master for 21.11, thanks to everybody involved!
*** Bug 12588 has been marked as a duplicate of this bug. ***
Hi everyone ! Could this patch also be backported to 21.05 ? Thank you !
Hi Noemie, usually new features like this won't get backported and are only in new major versions, but it's always up to the release maintainer to make the final decision.