Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    How to create separate Hold Shelf Reports for different sublibraries

    • Article Type: General
    • Product: Aleph
    • Product Version: 20

    Desired Outcome Goal:
    The circulation staff would like the 'Hold Shelf Report' to include the sub-library, such as, 'Main Hold Shelf Report', 'Arts Hold Shelf Report', Curriculum Hold Shelf Report'. Adding code to look at the subfield addresses has not worked.

    A different suffix (hold-shelf-report-02.xsl, hold-shelf-report-03.xsl, hold-shelf-report-04.xsl) could be used, but it's unclear how to be able to make these be selected.

    Procedure:
    The new codes need to be added as F11 P-LETTER-FORMAT values in p-cir-06.xml.

    The existing p-cir-06.xml has:

    <argname>F11</argname>
    <label>Letter Format</label>
    <default>00</default>
    <cbitem>
    <value>00</value>
    <display>Standard Letter</display>
    </cbitem>
    <cbitem>
    <value>01</value>
    <display>Alternative Letter</display>
    </cbitem>

    Add the following:

    </cbitem>
    <cbitem>
    <value>02</value>
    <display>Main Report</display>
    </cbitem>

    </cbitem>
    <cbitem>
    <value>03</value>
    <display>Arts Report</display>
    </cbitem>

    etc.

    Then the submission will look for ./form_eng/hold-shelf-report-02.xsl, ./form_eng/hold-shelf-report-03.xsl, etc.

    In "/hold-shelf-report-02.xsl" the following line would be changed from:

    <xsl:with-param name="title" select="'Hold Shelf Report'"/>

    to: <xsl:with-param name="title" select="'Main Hold Shelf Report'"/>

    Etc.

    Category: Circulation (500)

    Subject: Hold requests (500)


    • Article last edited: 10/8/2013