LP1790727: Add a daily schedule view of existing bookings
authorJane Sandberg <sandbej@linnbenton.edu>
Tue, 4 Sep 2018 21:31:57 +0000 (14:31 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Tue, 9 Oct 2018 21:35:15 +0000 (14:35 -0700)
commit6c9040045385bdc55c7f93edd73c479463bdfd78
treeb111b5f532639530be02f7012dbdf7051bd69c73
parent62c32d55e63a969e2ece898e15c77ac33029058e
LP1790727: Add a daily schedule view of existing bookings

To test:
1) Apply this commit.
2) Add some booking resources.  The quickest way to do this
is to open up a bib record in Holdings View, right click on
an item, and Make it Bookable.
3) Add some reservations to those booking resources.  A simple
way to do this is to go to a patron's record, click Other >
Create / Cancel Booking Reservations, and entering the barcodes
from step 1.
4) Go to Booking > Daily Schedule.
5) Select the correct Library, Resource, and Date.
6) Make sure that you can view all those reservations you added at step 3.
7) Make sure that pressing Print prints the schedule in a
satisfactory way.
8) Make sure that all the advanced options work as expected.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/nav.component.html
Open-ILS/src/templates/staff/booking/t_daily_schedule.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/css/booking.css.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/navbar.tt2
Open-ILS/src/templates/staff/share/print_templates/t_booking_daily_schedule.tt2 [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/booking/app.js