So far we have installed and configured Koha and catalogued the first media. The barcodes are printed and stick in the books. Actually, everything is waiting for us to finally be able to check out the books to our readers. One last step is still missing and that’s what it’s all about today: the circulation and fines rules. This will allow us to determine who can borrow which item and for how long. But we can also determine fines, renewals and much more in Koha before the first books leave the library.

This article is part of a series:

Define Circulation and Fines Rules

Create new rule

We find the settings for the circulation rules under Administration → Circulation and fines rules. Here we can define rules for all libraries or only for one specific library. At the moment we have only one library. Therefore it does not matter whether we define the rules directly for the school library or for all libraries in general.

By default, a rule is already created that applies to All.

First we should adapt this rule for “All” to our requirements. Then we can create additional rules for individual user groups, e.g. for students or parents. So we click on Edit and can then adjust all parameters:

Explanations

After we have set everything to our liking, we also click Save.

Further settings

Further down, we can optionally make aditional settings, e.g. how many items may be loaned per patron category (if this has not already been done in the circulation and fines rules above).

Holidays

For the calculation of the due dates it is important that Koha knows when our library is closed, e.g. because it is holidays or just weekends. To do this, we open the calendar under More → Tools → Calendar and enter all days on which the school library has closed.

If, for example, we want to define weekends as closing days, we click on a Saturday and then select a closing day that repeats itself every week on that day. We also have to do this for Sunday.

For holidays, we can also select a closing period and enter the start and end of the holidays at the top.

Finally, we need to determine whether Koha should consider closing days when calculating due dates or not. This is done via the useDaysMode system parameter. If we want to exclude closing days (which makes a lot of sense in a school library due to the holidays), we select the calendar to push the due date to the next open day.

Conclusion

We have now set up everything to checkout our books and other items to our users. Due dates are calculated correctly taking into account the days our library is closed. All other parts of this series are optional, but make working with Koha a lot easier. For example, we have already defined the fees in the circulation and fines rules, but they are not yet calculated. There are further steps necessary, which I will describe in a later article.

Originally published at openschoolsolutions.org.