Skip to main content
ExLibris

Knowledge Assistant

BETA
  • Subscribe by RSS
  • Back
    Aleph

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Aleph
    3. Knowledge Articles
    4. Additional IDs in the Patron List (cir-05) report

    Additional IDs in the Patron List (cir-05) report

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Question
    2. Answer
    3. Additional Information
    • Article Type: Q&A
    • Product: Aleph

    Question

    Is it possible to display the additional IDs in the Patron List (cir-05) report?

    Answer

    Yes

    Additional Information

    The borrower-list-report.xls reports that are used for this service are located in the ./xxx50/form_lng (or xxx01/form_lng) directory or whatever location is the default. (This form_lng location can be checked in the ./xxx50/tab/path_convert.)
    The z302-key-0x should correspond to the 0x type of ID used at at the library.
    The label can be edited to describe the type of ID (LDAP, Campus, etc.).
    Below is a sample report (borrower-List-report-03.xsl) with additional IDs:



    <xsl:stylesheet
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output method="xml" indent="yes"/>

    <xsl:include href="funcs.xsl"/>


    <xsl:template match="/">
    <xsl:call-template name="header"/>



    <!--section-02 (GRID)-->
    <xsl:for-each select="//section-02">
    <xsl:if test="position() = 1">
    <xsl:call-template name="section-02">
    <xsl:with-param name="header" select="'header'"/>
    </xsl:call-template>
    </xsl:if>
    <xsl:call-template name="section-02"/>
    </xsl:for-each>



    </xsl:template>


    <!-- START DATA -->
    <xsl:template name="header">
    <xsl:call-template name="header-gen">
    <xsl:with-param name="title" select="'Patron List Report'"/>
    </xsl:call-template>
    </xsl:template>


    <!--SECTION-02 (GRID)-->

    <xsl:template name="section-02">
    <xsl:param name="header"/>
    <xsl:if test="$header!=''">
    <xsl:call-template name="start-grid"/>
    </xsl:if>
    <xsl:call-template name="table-start-row"/>
    <xsl:call-template name="display-grid-gen">
    <xsl:with-param name="label" select="'Patron Barcode'"/>
    <xsl:with-param name="value" select="./z308-key-data"/>
    <xsl:with-param name="type" select="'barcode'"/>
    <xsl:with-param name="header" select="$header"/>
    </xsl:call-template>
    <xsl:call-template name="display-grid-gen">
    <xsl:with-param name="label" select="'Patron Name'"/>
    <xsl:with-param name="value" select="./z303-name"/>
    <xsl:with-param name="header" select="$header"/>
    </xsl:call-template>
    <xsl:call-template name="display-grid-gen">
    <xsl:with-param name="label" select="'Patron Status'"/>
    <xsl:with-param name="value" select="./z305-bor-status"/>
    <xsl:with-param name="header" select="$header"/>
    </xsl:call-template>
    <xsl:call-template name="display-grid-gen">
    <xsl:with-param name="label" select="'Phone No.'"/>
    <xsl:with-param name="value" select="./z304-telephone"/>
    <xsl:with-param name="header" select="$header"/>
    </xsl:call-template>
    <xsl:call-template name="display-grid-gen">
    <xsl:with-param name="label" select="'Patron ID'"/>
    <xsl:with-param name="value" select="./z303-id"/>
    <xsl:with-param name="header" select="$header"/>
    </xsl:call-template>
    <xsl:call-template name="display-grid-gen">
    <xsl:with-param name="label" select="'LDAP ID'"/>
    <xsl:with-param name="value" select="./z302-key-07"/>
    <xsl:with-param name="header" select="$header"/>
    </xsl:call-template>
    <xsl:call-template name="display-grid-gen">
    <xsl:with-param name="label" select="'Campus ID'"/>
    <xsl:with-param name="value" select="./z302-key-04"/>
    <xsl:with-param name="header" select="$header"/>
    </xsl:call-template>
    <xsl:call-template name="table-end-row"/>
    </xsl:template>
    </xsl:stylesheet>

    Category: Circulation (500)

    Subject: Patrons


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Additional copyright-notice for ADAM object
      • Additional items" Are Not Shown and Cannot be Moved to Another BIB Record
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. Circulation (500)
      2. contype:kba
      3. Patrons
      4. Prod:Aleph
      5. Type:Q&A
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved