https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 --- Comment #103 from Francois Charbonnier <francois.charbonnier@inlibro.com> --- (In reply to Katrin Fischer from comment #102)
(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?
Hey Katrin, But you do get that "active transaction" groups all transactions where patrons give money to the library, right ? The logic should be different. What do you think of grouping the relevant account types, "Pay" and "C" (are there other?) instead of excluding this list? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.