[Koha-bugs] [Bug 11373] Add a "cash register" feature to the fine payment form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 8 17:56:52 CEST 2018


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

--- Comment #66 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 79951
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79951
Bug 11373: Show the difference between the amount collected and the amount paid
of a fine payment.

Review of attachment 79951:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11373&attachment=79951)
-----------------------------------------------------------------

Can one still overpay when using this system?

What if the librarian finds they don't have the appropriate change in the
drawer, can they continue with the transaction inputting the full amount and as
such creating a credit?

::: koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt
@@ +108,5 @@
> +        <input id="collected" value="[% amountoutstanding | $Price %]"/>
> +    </li>
> +    <li>
> +        <label>Change to give: </label>
> +        <input id="change" value="0.00" disabled/>

This shouldn't be an 'input' in my opinion, rather it should be more clearly
distinguished as information.. perhaps a span with a class highlighting in
'red' if the patron is owed change?

@@ +220,5 @@
> +        <input id="collected" value="[% total | $Price %]"/>
> +    </li>
> +    <li>
> +        <label>Change to give: </label>
> +        <input id="change" value="0.00" disabled/>

As above

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


More information about the Koha-bugs mailing list