[Koha-bugs] [Bug 11887] Add script for collections agency reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 2 16:50:55 CEST 2014


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #6 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 31323
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31323&action=edit
Bug 11887 - Add script for collections agency reports

Some libraries use collections agencies such as Unique Management
Services to collection large unpaid balances owed to the library. It
would be helpful if Koha had a standard script to generate these
reports, rather than forcing each library to create their own solution.

This script is written following the guidelines for Unique Management
Systems. However, the reports it outputs should be useable by any
collections agency.

Test Plan:
1) Create the four required patron attributes
2) Create a patron who owes more then 5.00 in fees
3) Run the submission report
   account_collections.pl -r submission
   \ -mb 3 -bd $yesterday_iso -ed $tomorrow_iso -f 10
   \ -ft $fee_type -fd $fee_desc -c $can-collect-attribute-code
   \ -i $in-collections-attribute-code -l $last-updated-attribute-code
   \ -p previous-balance-attribute-code
4) Note the patron is now marked as in collections and has had the
   collections fee of 10.00 applied
5) Add a new fee to the patron's account
6) Run the update report with the same additional parameters
7) Verify the csv file generated contains that patron
8) Run the sync report with the same additional parameters
9) Note the csv file generated contains that patron

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


More information about the Koha-bugs mailing list