[Koha-bugs] [Bug 9410] Formatting of the discount field when doing a new order from new empty record is not correct

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 14 15:46:38 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9410

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hm, there is some inconsistency in how we format tax and discount in various
places in Koha:

Tax: Available tax values are controlled by system preference gist. It's
possible to enter values <1% there but the display shows max 2dp%. 
Example: gist: 0.066, display when selecting: 0.7%, display in order summary
page: 2dp.

tax
any    gist (input field, no validation)
1dp


discount
1dp    Vendor - summary
1dp    Vendor - edit (display of saved value)
any    Vendor - edit (input field, no validation)

2dp    Order - order line edit/add (with patch)
-      Order - summary, doesn't show discount
-      Receive, doesn't show discount

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


More information about the Koha-bugs mailing list