Hi Jayaraj, The fines are generated by a utility that is run periodically using Linux's cron service. An crontab example is provided with the Evergreen source code. Here is the version that comes with 2.0.9:
http://git.evergreen-ils.org/?p=Evergreen.git;a=blob;f=Open-ILS/examples/crontab.example;h=1cd1db3d7d0658ce53757beafd23694103d37500;hb=refs/heads/tags/rel_2_0_9 The important line for fine generation is: # Generate fines 30 0 * * * . ~/.bashrc && $EG_BIN_DIR/fine_generator.pl $SRF_CORE which would run the fine generator nightly at 12:30 a.m. Hope that's helpful! Chris ----- Original Message ----- > From: "Jayaraj JR" <[email protected]> > To: [email protected] > Sent: Monday, November 5, 2012 1:04:07 AM > Subject: [OPEN-ILS-GENERAL] Need Help Billing type: Circulation > > Dear Sir, > > Circulation bills is not active in the bill patron wizard. the > Evergreen system is not generating fine for the overdue books. > Kindly tell me how to activate circulation billing. > > -- > With Best Regards, > Jayaraj J R > Library Information Assistant > IISER Thiruvananthapuram > -- Chris Sharp PINES Program Manager Georgia Public Library Service 1800 Century Place, Suite 150 Atlanta, Georgia 30345 (404) 235-7147 [email protected] http://pines.georgialibraries.org/
