Summary: | Add fine notification during check-in | ||
---|---|---|---|
Product: | Koha | Reporter: | Chris Cormack <chris> |
Component: | Circulation | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | julian.maurice, nengard |
Version: | 3.4 | ||
Hardware: | PC | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Patch for returns.pl and returns.tmpl
proposed patch Follow up 3.2.x patch Patch adding new syspref FineNotifyAtCheckin |
Description
Chris Cormack
2010-05-21 00:36:37 UTC
This is still a problem. You can see if the item was overdue, because the date is shown in red. But you don't see if the patron has to pay a fine for it. (borrower category does not have to pay fines, item is overdue but in grace period) So you have to check the account separately. This adds additional steps, is time consuming and easy to forget. Created attachment 3196 [details] [review] proposed patch Reformatted patch, applies to current master branch. Pushed please test This bug is mentioned in: Bug 1962: Add fine notification during check-in http://lists.koha-community.org/pipermail/koha-patches/2011-February/013915.html Bug 1962: Add fine notification during check-in http://lists.koha-community.org/pipermail/koha-patches/2011-February/013914.html The yellow message box also shows up when there is no fine on the patron's account. Created attachment 3254 [details] [review] Follow up Follow up - fixing condition. Works for me, plz test. Pushed, please test and mark resolved Tested in master. Created attachment 3285 [details] [review] 3.2.x patch I'd like to see a preference to choose whether this message appears or not. Some people are complaining because it's making the checkin process take longer and they don't want the warning. Hi Nicole, can you suggest a wording for the system preference? Will make it a little easier :) How about: FineNotifyAtCheckin - Notify/Don't notify librarians of overdue fines on the items they are checking in. Thx! Created attachment 3438 [details] [review] Patch adding new syspref FineNotifyAtCheckin This patch adds a new syspref FineNotifyAtCheckin. With syspref ON there will be a message when checking in books from a patron with outstanding fines. With syspref OFF (default) no message will be shown. Pushed, please test This bug is mentioned in: Bug 1962: Follow-up: Add fine notification during check-in http://lists.koha-community.org/pipermail/koha-patches/2011-March/013996.html Bug 1962: Follow-up: Add fine notification during check-in http://lists.koha-community.org/pipermail/koha-patches/2011-March/014032.html Bug 1962: Follow-up: Add fine notification during check-in http://lists.koha-community.org/pipermail/koha-patches/2011-March/014005.html Bug 1962: Follow-up: Add fine notification during check-in http://lists.koha-community.org/pipermail/koha-patches/2011-March/014006.html Bug 1962: Add fine notification during check-in http://lists.koha-community.org/pipermail/koha-patches/2011-March/014033.html Bug 1962: Add fine notification during check-in http://lists.koha-community.org/pipermail/koha-patches/2011-March/014051.html Bug 1962: Add new syspref FineNotifyAtCheckin http://lists.koha-community.org/pipermail/koha-patches/2011-March/014234.html Bug 1962: Add new syspref FineNotifyAtCheckin http://lists.koha-community.org/pipermail/koha-patches/2011-March/014233.html |