Koha/members
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
..
boraccount.pl fines management (bugfixes & minor improvement) 2007-10-18 16:25:00 -05:00
borrowers_details.pl fixing permissions on scripts 2007-08-13 12:22:30 -05:00
deletemem.pl syspref already writed in Auth.pm 2007-07-10 15:18:27 +00:00
guarantor_search.pl Still Code Cleaning. 2007-04-24 15:41:27 +00:00
mancredit.pl some (minor, functionnaly speaking) bugfixes 2007-06-05 08:54:17 +00:00
maninvoice.pl fixes to fine management 2007-08-14 21:32:45 -05:00
member-flags.pl Continuing integration of breadcrumbs and resident search form, now on member pages. The search form tabs need to be handled in a more sane manner given that they might have multiple options. Either a custom handling script for the different includes or a js-library-based system that will handle all of them. 2007-09-10 15:58:44 -05:00
member-password.pl Some changes to members pages: - refining members-menu.inc - cleaning up memberentrygen.tmpl - some tweaks to moremember.tmpl - adding borrowernumber variable output to member-password.pl 2007-09-18 15:06:52 -05:00
member-picupload.pl fixing permissions on scripts 2007-08-13 12:22:30 -05:00
member.pl Still Code Cleaning. 2007-04-24 15:41:27 +00:00
memberentry.pl Bug Fix : 1484 2007-10-18 16:23:55 -05:00
members-home.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
moremember.pl fixing sloppy coding in moremember.pl: 500 error when paton missing branchcode 2007-09-30 03:05:33 -05:00
pay.pl fines management (bugfixes & minor improvement) 2007-10-18 16:25:00 -05:00
readingrec.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
setdebar.pl fixing permissions on scripts 2007-08-13 12:22:30 -05:00