Evergreen ILS Website

IRC log for #evergreen, 2023-03-21

| Channels | #evergreen index | Today | | Search | Google Search | Plain-Text | summary | Join Webchat

All times shown according to the server's local time.

Time Nick Message
01:31 StomproJ joined #evergreen
07:34 collum joined #evergreen
07:34 kworstell-isl joined #evergreen
07:58 BDorsey joined #evergreen
08:33 mmorgan joined #evergreen
08:47 rfrasur joined #evergreen
08:53 dguarrac joined #evergreen
09:00 Dyrcona joined #evergreen
10:08 Bmagic I would like to double check here before I make this assumption. Limit sets. Evergreen will respect a limit set quantity of already-checked out items based up on the circulation modifier OR* the shelving location. In other words, if an already-checked-out item has the same circ mod as the limit set but a different shelving location, it will still debit the allowed limit?
10:08 Bmagic I'm using the SQL logic to inform me. Snippet:
10:08 Bmagic AND (copy.circ_modifier IN (SELECT circ_mod FROM config.circ_limit_set_circ_mod_map WHERE limit_set = circ_limit_set.id)
10:08 Bmagic OR copy.location IN (SELECT copy_loc FROM config.circ_limit_set_copy_loc_map WHERE limit_set = circ_limit_set.id)
10:08 Bmagic OR aclgm.limit_group IN (SELECT limit_group FROM config.circ_limit_set_group_map WHERE limit_set = circ_limit_set.id)
10:08 Bmagic );
10:44 jeff without looking into it too deeply, i note that the "aclgm" there is action.circulation_limit_group_map, which is where circulations can be "tagged" with a limit group. that tagging is done based on config/rules at checkout time (i don't know if it updates at renewal, but it likely may). if you're making use of any "Linked Limit Groups", any existing circs will likely not pick up the changes. depending on
10:44 jeff your specific scenario, that may or may not impact you.
10:44 jeff "without looking into it too deeply"... [proceeds to type more than fits in a single IRC message]
10:46 jeff if you have zero rows in action.circulation_limit_group_map or config.circ_limit_group, then you should not be affected.
10:47 jeff (and/or -- if you have zero in one but not the other, I wonder) :-)
10:57 jeff (and yes, having "circ limit groups" and "circ limit sets" is a bit of an unfortunate naming similarity)
11:04 jeff oh, and i see now that i misinterpreted your question anyway. sorry!
11:10 Dyrcona I used to know how that stuff worked, but that was a long time ago, now.
11:15 jeff Bmagic: I believe the answer to the question you were actually asking is yes, and I believe you got there already. I suspect that creative use of limit groups could do the "circ mod AND location" thing, if you were so inclined. There may be sharp edges.
11:15 mantis1 joined #evergreen
11:15 Bmagic jeff: awesome, thanks
11:18 jeff you're welcome!
11:57 Christineb joined #evergreen
12:05 jihpringle joined #evergreen
12:37 jvwoolf joined #evergreen
12:53 mantis2 joined #evergreen
14:00 dguarrac_ joined #evergreen
15:55 jvwoolf left #evergreen
15:56 jihpringle joined #evergreen
17:15 mmorgan left #evergreen

| Channels | #evergreen index | Today | | Search | Google Search | Plain-Text | summary | Join Webchat