---- Reported by jwagner@ptfs.com 2009-08-03 11:50:09 ---- Created an attachment Fee breakdown screenshot Sponsored by Middletown Township Public Library, Middletown, NJ, USA. Enhancement to break down outstanding fees by type in display on checkout tab. Use of display to be controlled by a syspref. ---- Additional Comments From jwagner@ptfs.com 2010-05-12 12:39:31 ---- The fix for this bug (in ptfs-harley) can be pulled from the public git repository at http://github.com/Koha-PTFS, branch http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3484 --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:11 UTC --- This bug was previously known as _bug_ 3484 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3484 Imported an attachment (id=1347) Unknown operating system Windows 2000. Setting to default OS "All". Actual time not defined. Setting to 0.0 The original reporter of this bug does not have an account here. Reassigning to the person who moved it here: chris@bigballofwax.co.nz. Previous reporter was jwagner@ptfs.com. The original assignee of this bug does not have an account here. Reassigning to the default assignee for the component, gmcharlt@gmail.com. Previous assignee was kohaprogrammers@ptfs.com. The original submitter of attachment 1347 [details] is unknown. Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
I've cherry-picked these changes into a branch, ip-bug-3484-fee-breakdown-2010-12-31, in my development repo at http://gitorious.org/koha-dev/koha-dev. The only problem I see with it is that it doesn't include an update to the database to properly handle the addition of a new preference, CircFinesBreakdown
I've pushed an update to my repo which includes updates to the database for the new system preference. This is now ready for some real testing.
Pushed for testing to new/awaiting_qa/enh/bug_3484 please test and sign off
This bug is mentioned in: Pull request for Bug 3484 http://lists.koha-community.org/pipermail/koha-patches/2011-January/013552.html Pull request for Bug 3484 http://lists.koha-community.org/pipermail/koha-patches/2011-January/013559.html
Created attachment 3358 [details] screenshot I18N problem: Patches are hardcoding $ into the templates. + <!-- TMPL_IF NAME="lost_fines_total" --><li><span class="circ-hlt">Replacement fees:</span> $<!-- T... + <!-- TMPL_IF NAME="overdue_fines_total" --><li><span class="circ-hlt">Overdue fines:</span> $<!-- T... + <!-- TMPL_IF NAME="reserve_fees_total" --><li><span class="circ-hlt">Hold fees:</span> $<!-- TMPL_V... + <!-- TMPL_IF NAME="other_fees_total" --><li><span class="circ-hlt">Other fees:</span> $<!-- TMPL_VA...
New patches using Template::Toolkit are needed. Resetting to ASSIGNED.
Still valid?
It might be nice to have this as an option - we only list the totals currently.
I still like the idea of this.