Koha/koha-tmpl/intranet-tmpl/prog/en/modules
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
..
acqui Bug 22664: More making acquisitions links more easily clickable 2019-04-25 11:36:23 +00:00
admin Bug 14576: Allow arbitrary automatic update of location on checkin 2019-04-25 11:36:23 +00:00
authorities Bug 22023: Further improve responsive layout handling of staff client menu bar 2019-03-13 05:31:28 +00:00
basket Bug 22023: Further improve responsive layout handling of staff client menu bar 2019-03-13 05:31:28 +00:00
batch
catalogue Bug 22764: More YUI grid cleanup 2019-04-25 11:36:23 +00:00
cataloguing Bug 21307: (follow-up) QA fixes 2019-04-19 14:27:57 +00:00
circ Bug 14576: Allow arbitrary automatic update of location on checkin 2019-04-25 11:36:23 +00:00
clubs Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
common
course_reserves Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
errors
ill Bug 21460: (follow-up) Fix bugs found in QA 2019-04-25 10:46:56 +00:00
installer Bug 20658: Move template JavaScript to the footer: Installer and onboarding 2019-03-15 19:44:45 +00:00
labels Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
mana Bug 22250: Clean up Mana KB integration with serials and reports 2019-04-11 11:34:14 +00:00
members Bug 22751: Switch two-column templates to Bootstrap grid: Patron details 2019-04-24 11:09:37 +00:00
offline_circ
onboarding Bug 22451: Use Asset everywhere 2019-04-16 13:17:32 +00:00
patron_lists Bug 22505: Add column configuration to patron list table 2019-03-28 18:03:48 +00:00
patroncards Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
plugins Bug 22023: Further improve responsive layout handling of staff client menu bar 2019-03-13 05:31:28 +00:00
reports Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
reserve Bug 22650: Prevent multiple holds on individual items 2019-04-25 10:24:19 +00:00
reviews
rotating_collections
serials Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
services
suggestion Bug 22023: Further improve responsive layout handling of staff client menu bar 2019-03-13 05:31:28 +00:00
tags Bug 22698: Fix incorrect button classes 2019-04-16 13:17:33 +00:00
test
tools Bug 22175: (follow-up) Identify columns to exclude from export 2019-04-18 10:53:05 +00:00
virtualshelves Bug 20891: Escape html then JSON 2019-04-25 10:27:27 +00:00
about.tt
auth.tt Bug 21890: Allow restricting password resets by patron category 2019-04-12 02:32:03 +00:00
intranet-main.tt