https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 --- Comment #102 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Francois Charbonnier from comment #96)
(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).
Sorry, I still don't get it :( The list of excluded fine types looks a bit arbitrary to me - what about custom MANUAL_INV values? And what is left by excluding those? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.