Koha/installer/data/mysql/en/mandatory
Colin Campbell e40e11ab0c bug 3481: Allow Item Temporary Locations for Processing and Shelving.
Allows temporary locations corresponding to 'in processing' and 'shelving'
so that newly-created items, and newly-returned items do not show
immediately as a available. Three new system preferences govern the usage
of these features.

NewItemsDefaultLocation. If system pref NewItemsDefaultLocation is set to a location code,
 all newly catalogued items will be set to the location set in this preference.
 Location code must be a valid LOC authorized value type.

InProcessingToShelvingCart. if the system pref InProcessingToShelvingCart is turned on,
any items run through returns.pl with a location code for 'PROC', will be modified to
have a new location code of 'CART'.

ReturnToShelvingCart.  If the syspref ReturnToShelvingCart is turned on,
all items returned other than confirmed holds will have a new location code of 'CART'.
Any item issued is automatically taken of the shelving cart.

Adds a cron script shelf_to_cart.pl which should be run hourly.
Updates all items with a location of CART to the item's permanent location.

The original location code is stored in the new items column 'permanent_location'.

Original Author: PTFS Contractor <dbavousett@ptfs.com>

This work co-sponsored by
  Middletown Township Public Library, Middletown, NJ USA  and
  East Brunswick Public Library, East Brunswick, NJ USA

Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2009-08-23 11:54:46 -04:00
..
class_sources.sql Add ANSCR to default cn_source list. 2008-05-27 07:33:23 -05:00
class_sources.txt Moved language dirs one level down under dbms dir (mysql) 2007-11-13 12:38:29 -06:00
message_transport_types.sql Revised Schema 2009-02-04 13:57:20 -06:00
message_transport_types.txt bug 2347 [1/2]: removing RSS from optional and mandatory sql scripts 2008-07-14 14:10:34 -05:00
sample_notices.sql bug 2897: fix English sample notices 2009-05-21 15:09:52 -05:00
sample_notices.txt [Checkout Slips Part 3 14/16] SQL 2009-02-04 13:58:43 -06:00
stopwords.sql Moved language dirs one level down under dbms dir (mysql) 2007-11-13 12:38:29 -06:00
stopwords.txt Moved language dirs one level down under dbms dir (mysql) 2007-11-13 12:38:29 -06:00
subtag_registry.sql Correct iso639_2_code for Spanish is "spa" not "rus". 2009-04-27 07:21:31 -05:00
subtag_registry.txt WARNING: BIG I18N PATCH, you must import the subtag_registry.sql after this upgrade to benefit from the new features ... if you don't everything will work as before. 2008-01-05 02:59:51 -06:00
sysprefs.sql bug 3481: Allow Item Temporary Locations for Processing and Shelving. 2009-08-23 11:54:46 -04:00
sysprefs.txt Moved language dirs one level down under dbms dir (mysql) 2007-11-13 12:38:29 -06:00
userflags.sql 2425: Spelling Error - Permissions 2008-08-09 07:45:35 -05:00
userflags.txt Moved language dirs one level down under dbms dir (mysql) 2007-11-13 12:38:29 -06:00
userpermissions.sql bug 2874 [1/3]: schema changes for overriding blocked renewals 2008-12-23 17:01:58 -06:00
userpermissions.txt granular permissions - created DB tables 2008-04-10 15:53:08 -05:00