[Koha-bugs] [Bug 9280] Bad price calculation when filling a basket with staged records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 13 17:29:04 CET 2012


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

--- Comment #11 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
It is OK with patch 14079, I have :

-1d vendor :
List item price includes tax: Yes
Invoice item price includes tax: Yes
Discount: 10.0000 %
Tax rate: 5.0%

stage record with 010$d = 27 euros
RRP tax exc. = 25.71 euros
RRP tax incl. = 27 euros (wich is 25.71+ (25,71 * 5/100))
discount calculated correctly

-2d vendor :
List item price includes tax: No
Invoice item price includes tax: Yes
Discount: 10.0000 %
Tax rate: 5.0%

stage record with 010$d = 27 euros
RRP tax exc. = 27 euros
RRP tax incl. = 28.35 (which is 27 + (27*5/100))
discount calculated correctly

I sign off.

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


More information about the Koha-bugs mailing list