Koha/installer
Paul POULAIN 917c1ab46c fines management (bugfixes & minor improvement)
- pay.pl fixed, the librarian can see patron fines & mark them paid
- fines2.pl fixed, the script now calculate the fines correctly from the finerules :
  * itemtype / patron category if it exist
  * itemtype / default if needed
- renamed misc/fines.pl as fines-sanop.pl
- added 2 systempreferences:
  * MaxFine: the max amount a patron can be charged for an item
  * NoReturnSetLost: how many days of late before a non returned item is marked lost & the patron charged for the full cost of replacement
(those values where hardcoded in fines2.pl
- C4/Circulation/Fines.pm has been removed (unused duplicate of C4/Overdues)

Note that SANOP feature about notify levels have NOT been ported here. I think they are too specific now, and the code is poorly written
I've renammed fines.pl to fines-sanop.pl to point that it is specific.
Thus, all notify_id related features are not used by anything (and always 0)
Can be interesting to reintroduce them, but that will probably be a large work...

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-18 16:25:00 -05:00
..
data fines management (bugfixes & minor improvement) 2007-10-18 16:25:00 -05:00
externalmodules.pl fixing permissions on scripts 2007-08-13 12:22:30 -05:00
install.pl Revert "Minor overhaul of installer WITHOUT thorough testing. Steps broken out into" 2007-10-17 06:58:48 -05:00
InstallAuth.pm moved images to img fixed installer path for templates 2007-08-23 21:21:58 -05:00
kohastructure.sql #1485 (issuing rules improvement) continued 2007-10-12 22:22:12 -05:00