[Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 17 13:27:07 CET 2021


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

--- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
The more I work on this the more I feel we can distil the offset types down to
just the following list:

'CREATE' - For the creation of the accountline
'APPLY'  - For when the accountlines are applied against each other
'OVERDUE_INCREASE' - For the fine increase adjustments calculated by the corn
'OVERDUE_DECREASE' - For the fine decrease adjustment that may happen at
checkin/renewal time

With said list.. I think we could drop the offset_types table entirely and put
them into an enum on the field instead.

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


More information about the Koha-bugs mailing list