[Koha-bugs] [Bug 12770] New: Notice template tool enhancement

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 15 15:08:11 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12770

            Bug ID: 12770
           Summary: Notice template tool enhancement
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Notices
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: francois.charbonnier at inlibro.com
        QA Contact: testopia at bugs.koha-community.org

Sponsored by Halland County Library

RFC (with mockup) :
http://wiki.koha-community.org/wiki/Overdue_Notice_Enhancement#Notice_template_tool_enhancement_.28to_display_fees.2C_fines.2C_total.2C_etc._and_create_invoices.29

Description :

The invoice will be set up as a notice in the « Notices & slips » tool. Three
new tags will display the amounts charged to the patron for a specific item :

    <itemaccountlines>
    <noticefee>
    <total> 

<itemaccountlines> will display the note and the outstanding amount for a
specific item. The values will come from the accountlines table (the values
available in the « fines » tab from the patron account page). Before being
inserted in the invoice, the information will be sorted by date. Only the daily
fees will be displayed. The old fees will be put aside.

<itemaccountlines> will be used along with the <item> tag.

<itemaccountlines> is different from <fines> because it works with <item> tag.
Set up together, they will build a table which will display for each item: the
bibliographic information, the note from the accountlines table and the
outstanding amount. See mock-up below.

Example : <item>biblio.title, biblio.author, items.barcode <itemaccountlines>
</item>

<noticefee> will add the notice fee to the invoice. To avoid having multiple «
notice fee » lines if several invoices are sent the same day, the system will
take the first found in the accountlines table.

<total> will calcute the total amount.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list