How To Handel Locations Like Processing Center And Book Carts | Best Book Buddies
  1. Koha ManualKoha Manual
  2. Circulation
  3. How to handle location like processing center and book cart?

Circulation

How to handle location like processing center and book cart?

Koha allows for handling temporary locations like the processing center and/or book carts throughout the library. For this feature to work you must first make sure you have authorized values set in the LOC category for PROC (Processing Center) and CART (Book Cart).

handle location like processing center and book cart

Next you need to set the NewItemsDefaultLocation system preference to PROC. This will set the new items to the Processing Center as their default location.

When creating items you enter in their desired final shelving location and Koha will temporarily change that to PROC. If InProcessingToShelvingCart is set to "Don't move" then when an item with a location of PROC is checked in it will either automatically update the item to use the permanent location. If InProcessingToShelvingCart is set to "Move" then when an item is checked in the location is changed from PROC to CART.

A cron job is then set to run at specified intervals to age items from CART to the permanent shelving location. (For example, an hourly cron entry of cart_to_shelf.pl --hours 3 where --hours is the amount of time an item should spend on the cart before aging to its permanent location.)

    Note

    If the ReturnToShelvingCart system preference is set to "Move", any newly checked-in item is also automatically put into the shelving cart, to be covered by the same script run.

Important

Checkins with confirmed holds will not go into the shelving cart. If items on the shelving cart are checked out, the cart location will be cleared.

"You are seeing this manual, thanks to Koha Community"