Fines and Going Fine Free
This is an outline of how overdue fines are managed in Koha and instructions for making your library fine free.
Fines
- Hold fees will be charged based on the rules you set in the Patron types and categories administration area
- Rental fees will be charged based on the settings in your Item iypes administration area
- Marking an item ‘Lost’ via the cataloging module will automatically charge the patron the replacement cost for that item
- Creating a patron in a category with an enrollment fee
- Renewing a patron account in a category with an enrollment fee
- Article request fees will be charged based on the article request fees section of the circulation rules page
There are a few system preferences that drive how/when a library charges fines.
- finesMode - if charging fines, this should be set to "Calculate and Charge"
- ChargeFinesOnClosedDays - charge/don't charge on closed days. Koha will follow the calendar if this is set to don't charge.
- CalculateFinesOnReturn - calculate and update overdue charges when an item is returned. If this system preference is enabled, final fines will be calculated when an item is returned. NOTE: If you are doing hourly loans then you should have this on.
Fines With Daily or Hourly Accrual
If a library wants fines to accrue on patrons' accounts while items are overdue, use these settings:
- CalculateFinesOnReturn: set to Do
- finesMode: set to Calculate and charge
- fines.pl cron: running (Systems/Support can modify)
In this case, fines will accrue each time the cron runs and will be finalized when patrons return the overdue item (or when it goes lost).
Fines Without Accrual
If a library does not want overdue fines to show on patrons' accounts until overdue items are returned, use these settings:
- CalculateFinesOnReturn: set to Do
- finesMode: set to Calculate and charge
- fines.pl cron: not running (Systems/Support can modify)
With these settings, the final fine will show in patrons' accounts only once they return their overdue item.
Going Fine Free
If your library has decided to go Fine Free, here is a good outline to follow:
- In Administration > System preferences, set the system preference finesMode to "Don't calculate.”
- Set the system preference CalculateFinesOnReturn and CalculateFinesOnBackdate to “Don’t,” but neither of these system preferences will function when finesMode is set to “Don’t calculate.”
- In Tools > Notices and Slips, your library may need to edit notices if they mention fines within the text. Check any of your overdue notices (typically ODUE, ODUE2, and ODUE3).
- Contact the ByWater Support team to disable the fines.pl cron job.
Bywater Solutions recommends that you remove fine amounts set in your circulation rules.
During this process, also consider whether you want patrons with overdue items to be restricted from checking out new materials until they return the overdue items. See the Koha Manual for using
overdue notices to add restrictions and this Knowledge Base article about
patron restrictions.
Related Articles
Circulation and Fine Rule Matrix
Koha reads the circulation matrix from the top to the bottom. The bottom rule is usually (and recommended) to have what is called an ALL/ALL rule. This rule will capture any combination of patron category/item type that does not have its own specific ...
Koha Offline Circulation Tool
The Koha Offline Circulation Tool that was created by Kyle Hall for Windows. The offline circulation tool for Windows will generate a KOC (koha offline circulation) file that you can upload into Koha once your system comes back up. This tool works ...
Changing Circulation Rules
Let's take a look at what happens when you change your circulation and fine rules and discuss how Koha receives the data and processes a circulation transaction. At checkout When you scan a barcode into the checkout box, Koha zips through a lot of ...
Grouping Item Types in Circulation Rules
Parent and Child item types allow you to create combined rules to incorporate several item type rules together. In the circulation and fine rule matrix, there is the ability to limit the number of checkouts by item type. However, a further option ...
Circulation Rules Default Policies
In addition to the circulation and fine matrix, the Default Policies control other aspects of circulation. Koha reads the Default Policies from the bottom of the page to the top. Default checkout, hold, and return policy You can set a default maximum ...