Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Nick Clemens 78a7d5aada Bug 14576: Allow arbitrary automatic update of location on checkin
This patch adds a new syspref "UpdateItemLocationOnCheckin" which
accepts pairs of shelving locations.  On check-in the items location is
compared ot the location on the left and, if it matches, is updated to
the location on the left.

This preference replaces ReturnToShelvingCart and
InProcessingToShelvingCart preferences.  The update statement should
insert values that replciate these functions.  Note existing
functionality of all items in PROC location being returned to
permanent_location is preserved by default.  Also, any items issued from
CART location will be returned to their permanent location on issue (if
it differs)

Special values for this pref are:
_ALL_ - used on left side only to affect all items
_BLANK_ - used on either side to match on/set to blank (actual blanks
        will work, but this is an easier to read option)
_PERM_ - used on right side only to return items to permanent location

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Set the new system preference UpdateitemLocationOnCheckin
   to the following (assuming sample data):
   NEW: FIC
   FIC: GEN
4) Create an item, set its location to NEW
5) Check in the item, note its location is now FIC
6) Check in the item again, note its location is now GEN
7) Check in the item again, note its location remains GEN
8) Test using _ALL_, _BLANK_ and _PERM_ for updates
9) Try entering various incorrect syntax in the pref and note you are warned

Sponsored by:
    Arcadia Public Library (http://library.ci.arcadia.ca.us/)
    Middletown Township Public Library (http://www.mtpl.org/)
    Round Rock Public Library (https://www.roundrocktexas.gov/departments/library/)

Signed-off-by: Michal Denar <black23@gmail.com>

Signed-off-by: Liz Rea <wizzyrea@gmail.com>

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

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-04-25 11:36:23 +00:00
..
acquisitions.pref Bug 18736: Add OrderPriceRounding syspref 2019-03-21 16:27:09 +00:00
admin.pref Bug 19893: Remove serialization format setting 2018-11-16 11:04:57 +00:00
authorities.pref
cataloguing.pref Bug 21937: Syspref autoBarcode annual doesn't increment properly barcode 2019-04-19 14:32:36 +00:00
circulation.pref Bug 14576: Allow arbitrary automatic update of location on checkin 2019-04-25 11:36:23 +00:00
enhanced_content.pref Bug 22030: Use preference to determine username sent to overdrive 2019-01-08 13:59:46 +00:00
i18n_l10n.pref
local_use.pref
logs.pref Bug 20750: Allow logging of arbitrary actions 2019-03-15 19:07:08 +00:00
opac.pref Bug 22584: Add YAML support for Codemirror 2019-04-19 14:26:02 +00:00
patrons.pref Bug 21336: (follow-up) Fix last line after PatronRemovalDelay in pref file 2019-04-17 12:25:24 +00:00
searching.pref Bug 14457: (QA follow-up) Fix QA script complaints and amend system preference text 2019-04-16 13:17:33 +00:00
serials.pref
staff_client.pref Bug 22695: Remove non-XSLT search results view from the staff client 2019-04-16 13:17:32 +00:00
tools.pref Bug 19722: Add MaxItemsToDisplayForBatchMod systempreference 2019-03-28 18:06:22 +00:00
web_services.pref Bug 22196: Clean up Mana KB administration template 2019-02-04 14:53:59 +00:00