[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 15:30:58 CET 2012


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

--- Comment #5 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
I applied the 2 patches. Bug partially corrected : 

1st vendor : 
List item price includes tax: Yes
Invoice item price includes tax: Yes
Discount: 10.0000 %
Tax rate: 5.0%
=> OK :

=> Stage record with 27 euros in 010$d
=> line in a basket :
- RRP tax exc.  : 25,71
- ecost tax exc. : 23,14
- RRP tax inc. : 27
- ecost tax inc. : 24,30
- Total tax exc. (EURO) : 23,14
- Total tax inc. (EURO) : 24,30
- GST % : 5%
- GST :  1,16

Prices are correct : 
- (25,71 * 5 / 100) + 25,71 = 27
- 27 * 0.9 = 24,30
- 23,14 * 5 / 100 = 24,30


2d vendor :
1st vendor : 
List item price includes tax: No
Invoice item price includes tax: Yes
Discount: 10.0000 %
Tax rate: 5.0%
=> KO 

I have exactly the same values for 2d vendor, while I was waiting for 
RRP tax exc. = 27 euros

M. Saby

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


More information about the Koha-bugs mailing list