Bug 34523 - Add smart logic to branches for holds
Summary: Add smart logic to branches for holds
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-12 18:01 UTC by Christopher Brannon
Modified: 2023-08-15 12:58 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon 2023-08-12 18:01:35 UTC
The transport cost matrix does a good job at equalizing hold requests, but can be overwhelming when it comes to implementing or updating.

What if, under each library in branches.pl, there were a "Smart holds" section, that asked for certain criteria, in which Koha could determine the best selection for holds.  This smart setting could be turned on or off for the entire system, but if turned on, it would utilize information from this section under each branch.

Information that could be entered and evaluated could be things like:

Which days are you open.
Which days do you have courier pickup?
How often does courier pickup on each of those days?
How far are you from each of the other branches.
How many courier exchanges are made between you and each branch?

Koha could then evaluate this information and determine which location would be the best (fastest) branch to request from.