Pickup locations

Where should this be defined for libraries that have multiple pickup locations? User profile?

Sean

The current version does not support multiple pickup locations. Requests for holds will always fail under this condition. I am close to having a patch which implements this feature.

I have solved this problem by using the profile module. Enable this module, then define your pickup locations.

Here is a nice little video that show you how to do this.
http://www.youtube.com/watch?v=Vd6Qklh13Ss

Thanks to funding by The Palos Verdes Library District, CraftySpace CMS has updated SOPAC so it handles multiple branches in the following ways:

1) When a user is placing a hold, they will be presented with a pulldown to select at which branch they wish to pick up the item. (In a single branch situation, this step is skipped.)
2) As part of a user's profile, a user may choose a branch as their home branch.
3) If a user has selected a home branch, that will be the selected default in the pulldown mentioned in #1 above. (Currently, that is all that home branch is used for.)
4) The site admin can enable or disable having a home branch as part of the user profile.

These changes have been committed to the svn development branch, and will be part of the next release.