Add circulation/hold matchpoint ID to action.circulation and action.hold_request tables
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
New
|
Wishlist
|
Unassigned |
Bug Description
This is a wishlist item for Evergreen.
Add the config.
Likewise add the hold config.
One benefit to this would be to easily run a report of how many policies were used in any given time period, and perhaps which policies are not being used at all and can be either removed or tweaked.
Changed in evergreen: | |
importance: | Undecided → Wishlist |
tags: |
added: circ-holds circulation database removed: wishlist |
This is a great idea, though rather than a single id it will almost certainly have to be an array of ids since the 4 required values to process a circ can come from 1 - 4 or more ccmm rows. That may make running reports harder since I'm not sure there are any good ways to address arrays in the reporter beyond using the "contains" operator as if it's a string.