[Koha-bugs] [Bug 8687] Improvements in overdue_notices.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 4 20:41:30 CEST 2014


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

simith.doliveira at inlibro.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30530|0                           |1
        is obsolete|                            |

--- Comment #28 from simith.doliveira at inlibro.com ---
Created attachment 30538
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30538&action=edit
Bug 8687 - Improvements in overdue_notices.pl

This patch contains small improvements made in the overdue_notices.pl script.

- UTF-8 support in the HTML output
- Add the phone, cardnumber, branchname and letternumber columns to the csv
output

Testing:

I) Create an issue overdue (intranet):
0) Enter in a patron account, add some characters like ユーザー別サイト in his address  
1) Check if in Patron category administration the overdue column is YES for his
code
2) In Tools -> Notice triggers define first delay = 7, letter Overdue notice.
Nothing for second ni third
3) Check if Tools -> Notices and slips, code overdue is available 
4) checkout a book with a retard more than 7 days. 
5) Check if Adminstration -> Defining circulation and fine rules for all
libraries has fine rules for his patron category, item type book.   

II) Before applying the patch
0) Run misc/cronjobs/overdue_notices.pl -n -html .
1) Open the file notices_"date".html in a brower
2) Validate the characters are not correct

III) After applying the patch
0) Run misc/cronjobs/overdue_notices.pl -n -html .
1) Open the file notices_"date".html in a brower
2) Validate the characters are correct
3) Run misc/cronjobs/overdue_notices.pl -n -csv temp.csv
4) Validate phone, cardnumber, branchname and letternumber columns and values

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


More information about the Koha-bugs mailing list