[OPEN-ILS-DOCUMENTATION] Chapter 97. Holds Management

Steve Callender stevecallender at esilibrary.com
Fri Jul 17 17:14:08 EDT 2015


I just want to clarify that it was not an action trigger process as it
seemed to be what you were describing. Everything else was pretty accurate.

The process itself is in, OpenILS/Application/Circ/Holds.pm

__PACKAGE__->register_method(
    method    => 'clear_shelf_process',
    stream    => 1,
    api_name  => 'open-ils.circ.hold.clear_shelf.process',
    signature => {
        desc => q/
            1. Find all holds that have expired on the holds shelf
            2. Cancel the holds
            3. If a clear-shelf status is configured, put targeted copies
into this status
            4. Divide copies into 3 groups: items to transit, items to
reshelve, and items
                that are needed for holds.  No subsequent action is taken
on the holds
                or items after grouping.
        /
    }
);

It uses the workstation of the person running the event to determine which
holds shelf to clear, but it's all done by the above API.

Steve

On Fri, Jul 17, 2015 at 4:10 PM, Durrence, April <april.durrence at ncdcr.gov>
wrote:

>  Hi Kathy,
>
>
>
> I would be glad to write this up for the group. I would like to run it by
> Steve to see where I may have misinterpreted some of the information from
> Equinox, to be sure that I have a correct understanding of the process, and
> thus submit correct information. Would you be okay with that, Steve?
>
>
>
> Regards,
>
>
>
> April
>
>
>
> April Durrence - NC Cardinal Support Specialist
> State Library of North Carolina
> 4640 Mail Service Center
> Raleigh, NC 27699-4640
> Email: april.durrence at ncdcr.gov
> Office: 919.807.7420; Fax: 919.733.8748
>
> [image: dcr-200px-logo][image: slnc-logo-100-wide][image:
> cid:image004.png at 01CFD195.D3581090]
>
> Opinions expressed in this message may not represent the policy of my
> agency.  Email correspondence to and from this address may be subject to
> the North Carolina Public Records law “NCGS.Ch. 132” and may be disclosed
> to third parties by an authorized state official.
>
>
>
>
>
> _______________________________________________
> OPEN-ILS-DOCUMENTATION mailing list
> OPEN-ILS-DOCUMENTATION at list.georgialibraries.org
> http://list.georgialibraries.org/mailman/listinfo/open-ils-documentation
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.georgialibraries.org/pipermail/open-ils-documentation/attachments/20150717/149b5a76/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 3597 bytes
Desc: not available
URL: <http://list.georgialibraries.org/pipermail/open-ils-documentation/attachments/20150717/149b5a76/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 3560 bytes
Desc: not available
URL: <http://list.georgialibraries.org/pipermail/open-ils-documentation/attachments/20150717/149b5a76/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 2288 bytes
Desc: not available
URL: <http://list.georgialibraries.org/pipermail/open-ils-documentation/attachments/20150717/149b5a76/attachment-0001.jpg>


More information about the OPEN-ILS-DOCUMENTATION mailing list