[Koha-bugs] [Bug 5620] Capture Mode of payment

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 1 18:05:55 CEST 2017


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de
             Status|Needs Signoff               |In Discussion

--- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi all, 

some thoughts while looking at this. 

At the moment we already have a way to display the mode of payment when the
fine is paid via SIP. In this case different accounttype values are used:

>From pay.tt:
[% SWITCH line.accounttype %]
 [% CASE 'Pay' %]Payment, thanks
 [% CASE 'Pay00' %]Payment, thanks (cash via SIP2)
 [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2)
 [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2)
...

I think we should try and not have 2 separate ways of doing this depending on
payment at the desk or at the self check as this will lead to more confusion
and also make it harder to wrote reports etc.

We could also discuss if this should be an authorised value or not. The
advantage is, that the library can change it. The disadvantage is that the
disadvantage is, that we can only display the values in one langauge at the
moment. With the accounttype approach, we'd have to agree on a set of payment
methods, but those would be translatable.

I am changing this to 'in Discussion'. Please note that this does also
currently not apply.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list