[Koha-bugs] [Bug 26172] Add a cashup summary view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 21 15:20:57 CEST 2020


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

--- Comment #10 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
(In reply to Sally from comment #7)
> 1)  Could a button be added to send the contents of the modal to the
> printer?  Highlighting it and then choosing Print Selection achieves this
> (obviously), but it would be great to make that easier for those librarians
> who are less confident with computers.

I'm still working on this one.

> 
> 2)  From the Total and the Bankable, it's possible to calculate the payments
> which has already been reconciled (Banked?) - but could this total also be
> displayed to save any math errors by the librarians?  
> 
> I know Martin knows our system very well but to explain for others reading
> this, we currently have a custom cash module and all transactions processed
> through the till are listed under 'Total'.  This is then split into payment
> types - e.g. Cash, Card, Cheque.  This is because we submit these
> differently to our accounting department, so the cash up summary looks like
> this:  
> 
> Total:  57.00
> Card:  37.00
> Cash:  11.00
> Cheque:  9.00
> 
> With the current modal, it would be useful if we could see the payment
> breakdown (like above), or an 'Banked' total listed, e.g.  
> 
> Total: 57.00 
> Banked: 37.00
> Bankable: 20.00
> 
> So Total is all takings, Banked is credit/debit card payments that have
> already been reconciled, Bankable is cash/cheque which needs to be taken
> from the till and deposited in the bank.
> 
> But yeah, it works brilliantly.

Thanks for the feedback Sally :)

I can easily implement the former approach, summarising totals by their payment
types, and have attached a followup patch to achieve this. The latter format of
Banked/Bankable is proving more allusive as it would require some additional
handling within the definition of payments types such that we could easily
identify types that are 'automatically banked' vs those that require the
librarian to collect from the till at the end of the day.  It seems obvious on
first look, but I wonder for example in the cases where libraries take foodbank
donations in lue of payments for example if that would be 'automatically
banked' in so much as it immediately gets moved into a shared pile of foodbank
goods vs being kept under the till to be checked at the end of the day.  As
such I think the later approach lends itself to requiring the payment_types
authorized value being merged with credit_types first.

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


More information about the Koha-bugs mailing list