https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934
--- Comment #96 from Francois Charbonnier <[email protected]> --- (In reply to Katrin Fischer from comment #59) > - What is the definition of an "Active transaction"? (was not clear to me, > so asking :) ) The idea behind "Active transactions" is to help balance cash register transactions. In other words, how much goes in or how much goes out the cash register. The active transactions group what patrons paid or gave as credit to the library, which means what went IN the register. The code works this way : it takes all transactions where account types are NOT "F" (Fine), "FU" (Fine unpaid), "FOR" (Forgiven), "M" (Sundry), "L" (Lost). -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
