[Koha-bugs] [Bug 8338] fines not cleared with dropbox mode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 3 12:49:27 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338

--- Comment #15 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Martin Renvoize from comment #13)
> I think at this point this comes down to the question I asked in comment 11
> bug 22359
> 
> > Question:  This patch uses the existing UpdateFine (and as such
> > Koha::Account->adjust) functionality. It will result in a fine line
> > with an amount of '0'.  Is this actually what we want?
> > 
> > We have a few alternatives we could consider:
> > 
> > 1) We could leave it as is.
> > 1) We could delete the fine entirely so it's as if it never existed
> > 2) We could record a 'Writeoff' or something line against it to show it was
> > removed by dropbox/backdated returns mode.

My personal preference is to leave the 0 fine as part of the 'paper trail' for
Koha's accounting system. I would not be opposed to option 2. We could add new
'states' for 'Dropboxed', 'Backdated return' and 'Fine forgiven' if we build it
on top of bug 22512.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list