LP#1207533: item-oriented Triggered Event Log user/miker/lp1207533-triggered-events-log
authorMike Rylander <mrylander@gmail.com>
Mon, 22 Mar 2021 20:00:55 +0000 (16:00 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 24 Mar 2021 19:09:31 +0000 (15:09 -0400)
commiteaafcc795adcbd61e14dfea22b2d37f83438337d
treee9d3969120b0b97d23c36b59bb58a775c8c5c3fc
parent9f6cbfdcbfa47f75ce80922d4a8154da8c2ea91b
LP#1207533: item-oriented Triggered Event Log

This commit adds an item-oriented version of the Triggered Event Log
interface.  The primary interface differences between the two are:
  * Instead of showing the item barcodes for events related to a
  patron, it shows the patron barcodes for events related to an item
  * It is labeled as "Item Specific" instead of "Patron Specific"

The main interface addition can be tested in the same way as the parent
commit.  To get to the new item TEL interface, use the Actions menu from
the patron Items Out interface, the Item Status interface, or the
Holdings list in the record cataloging interface.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
18 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/eg2/src/app/staff/circ/item/event-log/event-grid.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/item/event-log/event-grid.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/item/event-log/event-log.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/item/event-log/event-log.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/item/event-log/event-log.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/item/event-log/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/item/routing.module.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/circ/routing.module.ts
Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Event.pm
Open-ILS/src/sql/Pg/040.schema.asset.sql
Open-ILS/src/sql/Pg/400.schema.action_trigger.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/ZZZZ.schema.item_triggered_event_log.sql [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
Open-ILS/web/js/ui/default/staff/cat/item/app.js
Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js
docs/RELEASE_NOTES_NEXT/Circulation/PatronTriggeredEventsLog.adoc