Summary: | Make note fields from orders searchable | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Acquisitions | Assignee: | Hayley Pelham <hayleypelham> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | hayleypelham, jonathan.druart, kyle, nengard, noemie.labine |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
Adds search options for the internal and vendor note fields from the basket to the advanced search form in acquisitions.
|
Version(s) released in: |
21.11.00
|
Circulation function: | |||
Bug Depends on: | 29298 | ||
Bug Blocks: | |||
Attachments: |
Bug 27287: Make note fields from orders history searchable
Bug 27287: Make note fields from orders history searchable Bug 27287: Make note fields from orders history searchable Bug 27287: (QA follow-up) Unit tests Bug 27287: Add new columns to the table settings yml file |
Description
Katrin Fischer
2020-12-21 09:13:19 UTC
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. |