Koha/koha-tmpl/intranet-tmpl/prog/css
Andrew Isherwood 450f08e932 Bug 20600: Add filtering of ILL requests in list
This patch adds the ability for the ILL request list in the staff
interface to be filtered by a number of criteria:

- Status
- Date placed
- Date modified
- Pickup branch
- Borrower card number

To test:
1) Apply patch
2) Ensure you have a reasonable range of ILL requests created
3) Navigate to the "View ILL requests" page
4) Choose one or more filtering criteria
5) Click "Search"
6) Observe the results are filtered to match the selected criteria
7) Click "Clear"
8) Observe your results are returned to their initial state
9) Repeat steps 4 -> 6 until you are happy.

Dates supplied by the /api/v1/illrequests API route were not conforming
to the preference specified by the dateformat syspref. This patch
addresses that.

It has been addressed as part of this bug since we are adding filtering
of requests by some date fields and, therefore, needed dates in a
predictable format.

To test:
1) Apply the patch
2) Ensure you have at least one ILL request created
3) Make a request to the /api/v1/illrequests endpoint
4) Observe that dates supplied for "placed_formatted" & "updated_formatted" conform to your
dateformat syspref.
5) Change your date format syspref, repeat steps 3 & 4

Signed-off-by: Magnus Enger <magnus@libriotech.no>
Works as advertised. Nice enh!

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-02-19 16:36:42 +00:00
..
src Bug 20600: Add filtering of ILL requests in list 2019-02-19 16:36:42 +00:00
treeview
addbiblio.css
buttons.dataTables.min.css
cateditor.css
datatables.css Bug 22195: (follow-up) Add text labels to buttons if window is wide enough 2019-02-04 16:05:30 +00:00
hierarchy.css
humanmsg.css
installer.css
itemsearchform.css
login.css
mainpage.css
preferences.css
print.css Bug 22147: Hidden 'Batch modify' button on report print layout 2019-02-19 13:52:14 +00:00
printreceiptinvoice.css
quotes.css
reports.css Bug 22287: Correct new charts CSS 2019-02-15 18:42:47 +00:00
right-to-left.css
select2.css
spinelabel.css
staff-global.css Bug 22351: Compiled CSS 2019-02-19 13:52:14 +00:00
tinymce.css
uploader.css