Transactions (Loan, Return, Renewal)
With the core databases and loan policy configured, the library staff can perform the daily circulation tasks. All standard transactions are handled from a single, efficient interface within the Circulation module.
The main transaction screen is designed for a quick workflow. The operator typically needs to identify two things: the user (by their ID or name) and the item (by its unique inventory number, usually scanned from a barcode).
Loaning an Item (Check-out)
The loan process is the most common transaction at the circulation desk.
- From the main circulation menu, select the Loan transaction type.
- Identify the user: Enter the user's ID card number or search for them by name. The system will display the user's profile and current status, including any existing loans or outstanding fines.
- Identify the item: Scan the barcode on the item to be borrowed.
- The system automatically consults the Loan Policy in the background to:
- Verify that the user is allowed to borrow this type of item.
- Check if the user has reached their borrowing limit.
- Calculate the correct due date.
- If the transaction is approved by the policy, the loan is recorded, and the screen is ready for the next item for the same user.
Returning an Item (Check-in)
The return process is streamlined for speed.
- Select the Return transaction type.
- Identify the item: Scan the barcode of the item being returned.
- The system finds the active loan record for that item and marks it as returned.
- Simultaneously, it checks the return date against the due date. If the item is overdue, the system calculates any applicable fines based on the Loan Policy and alerts the operator.
Renewing a Loan
Renewals can be processed for users who wish to extend their loan period.
- Select the Renew transaction type.
- Identify the user: Enter the user's ID or name.
- The system displays a list of all items currently on loan to that user.
- The operator selects the item(s) the user wishes to renew.
- Upon confirmation, the system checks the Loan Policy to ensure the item is renewable and that the user has not exceeded their renewal limit.
- If the renewal is permitted, a new due date is calculated and the record is updated.
From this same interface, operators can also view a user's complete borrowing history and current account statement.