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

    Report Format configuration in Courtesy Notices (cir-10)

    • Product: Aleph
    • Product Version: 22, 23
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

    Question

    Is it possible to have different forms for service Courtesy Notices (cir-10)?

     

    Answer

    cir-10 service has a Report Formats option. Here you can choose of predetermined report formats.

    Additional Information 

    The configuration is in $alephe_root/pc_b_lng/p-cir-10.xsl :

    <control>
            <drop_down>
                    <argname>F07</argname>
                    <label>Report Format</label>
                    <default>00</default>
                    <cbitem>
                            <value>00</value>
                            <display>Student</display>
                    </cbitem>
                    <cbitem>
                            <value>01</value>
                            <display>Lecturer</display>
                    </cbitem>
                    <cbitem>
                            <value>02</value>
                            <display>Professor</display>
                    </cbitem>
            </drop_down>
    </control>

    The value (00,01,02 and etc.) mean in the file name:

    loan-notice-letter.xsl
    loan-notice-letter-01.xsl
    loan-notice-letter-02.xsl
    loan-notice-letter-03.xsl

    etc.


    • Article last edited: 03-July-2017
    • Was this article helpful?