https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement serves to |This enhancement serves to release notes|clarify how the account |clarify how the account |offsets table functions. |offsets table functions. |We record all account |We record all account |actions in this table, |actions in this table, |including accountline |including accountline |creations, modifications |creations, modifications |and offsets. |and offsets. | | |Prior to this |Prior to this |patch we had a large number |patch we had a large number |of different offset types, |of different offset types, |one for each accountline. |one for each accountline |But we didn't clearly |type. But we didn't clearly |define what the offset was |define what the offset was |actually "doing". This |actually "doing". This |patch replaces the existing |patch replaces the existing |offset types with a refined |offset types with a refined |list; `CREATE`, `APPLY`, |list; `CREATE`, `APPLY`, |`OVERDUE_INCREASE` and |`OVERDUE_INCREASE`, |`OVERDUE_DECREASE`. |`OVERDUE_DECREASE` and | |`VOID`. |The | |accountline details page, |The accountline |accessible from the |details page, accessible |borrower account |from the borrower account |transactions table is |transactions table is |updated to display the |updated to display the |whole history of the |whole history of the |selected accountline. |selected accountline, | |including creation | |(CREATE), increments | |(OVERDUE_INCREASE/DECREASE) | |and offsets (Application of | |payments, cancellations, | |voids, writeoffs and | |refunds). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
