http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3481 Summary: In Processing/Shelving Cart locations Product: Koha Version: rel_3_0 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: enhancement Priority: P5 Component: Cataloging AssignedTo: gmcharlt@gmail.com ReportedBy: jwagner@ptfs.com Estimated Hours: 0.0 Change sponsored?: Sponsored Created an attachment (id=987) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=987) In Processing/Shelving Cart display screenshot Sponsored by Middletown Township Public Library, Middletown, NJ, USA and East Brunswick Public Library, East Brunswick, NJ, USA. 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. Create authorized values under LOC for PROC and CART; description can vary according to site (In Processing, Shelving Cart would be standard). NewItemsDefaultLocation. If system pref NewItemsDefaultLocation is set to a location code (PROC), all newly catalogued items will be set to the location set in this preference. Location code must be a valid LOC authorized value type. Enter permanent location when creating items; it will be retained and set when item is shelved. When the item is finished being processed, check it in. InProcessingToShelvingCart. if the system pref InProcessingToShelvingCart is turned on, any items run through returns.pl with a location code for 'PROC' sill be modified to have a new location code of 'CART'. The permanent location is saved and will be reset when the item comes off the 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; amount of time the item should be in shelving cart can be specified as a parameter in hours. 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'. Patch sent July 26, 2009. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.