Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Joonas Kylmälä 0e1d291b14 Bug 12556: Add new "in processing" state to holds
This adds new syspref, HoldsNeedProcessingSIP, which controls whether
a hold that is related to item will be filled automatically or not. If
the user has enabled the syspref then instead of fulfilling the hold
automatically the hold will go to "in processing" state.

To test:
 1. Checkout a book to patron A
 2. Place a bib level hold to the book for B
 3. Patron A returns the book via SIP, to simulate this use:
        ./misc/sip_cli_emulator.pl -su koha -sp koha -l CPL -a 127.0.0.1 -p 6001 --item <ItemBarcode> -m checkin
 4. Notice that no notification is generated for Patron B about hold
    and that the hold status in intranet and opac is "In Processing".
 5. Notice that patron A (or other patrons) cannot checkout a book
    that is in processing, because it is considered to be attached to
    the holdee (similarly to the waiting state):
        ./misc/sip_cli_emulator.pl -su koha -sp koha -l CPL -a 127.0.0.1 -p 6001 --patron <PatronABarcode> --item <ItemBarcode> -m checkout

Signed-off-by: Timothy Alexis Vass <timothy_alexis.vass@ub.lu.se>
Rebased-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-10-14 14:50:07 +02:00
..
accounting.pref Bug 25630: Fix capitalization and terminology for Accounting, Administration and Serials system preferences 2020-09-02 12:05:33 +02:00
acquisitions.pref Bug 23682: (QA follow-up) Fix typo in syspref description 2020-09-03 15:00:48 +02:00
admin.pref Bug 24197: (QA follow-up) Shorten syspref name to AddressForFailedEmailNotices 2020-09-03 14:18:23 +02:00
authorities.pref Bug 25630: (follow-up) Fix capitalization and terminology for system preferences 2020-09-02 12:05:33 +02:00
borrowers.json Bug 26283: Add dateexpiry and dateenrolled to new borrower fields modal 2020-09-18 11:49:29 +02:00
cataloguing.pref Bug 25744: Replace <i> with <em> in staff interface 2020-09-18 11:08:35 +02:00
circulation.pref Bug 12556: Add new "in processing" state to holds 2020-10-14 14:50:07 +02:00
enhanced_content.pref Bug 26145: Allow multi covers per item 2020-10-12 11:28:41 +02:00
i18n_l10n.pref Bug 25630: (follow-up) Fix capitalization and terminology for system preferences 2020-09-02 12:05:33 +02:00
items.json Bug 26268: Remove final references to paidfor db field 2020-10-01 10:32:15 +02:00
local_use.pref
logs.pref Bug 25630: (follow-up) Fix capitalization and terminology for system preferences 2020-09-02 12:05:33 +02:00
opac.pref Bug 23420: (QA follow-up) Remove AllowPurchaseSuggestionBranchChoice syspref 2020-10-09 12:22:01 +02:00
patrons.pref Bug 25630: (follow-up) Fix capitalization and terminology for system preferences 2020-09-02 12:05:33 +02:00
searching.pref Bug 25744: Replace <i> with <em> in staff interface 2020-09-18 11:08:35 +02:00
serials.pref Bug 25630: (follow-up) Fix capitalization and terminology for system preferences 2020-09-02 12:05:33 +02:00
staff_interface.pref Bug 25630: (follow-up) Fix capitalization and terminology for system preferences 2020-09-02 12:05:33 +02:00
tools.pref Bug 26431: Update NewsToolEditor system preference description 2020-09-29 14:28:19 +02:00
web_services.pref Bug 25630: (follow-up) Fix capitalization and terminology for system preferences 2020-09-02 12:05:33 +02:00