http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13321
--- Comment #21 from Francois Charbonnier <[email protected]> --- I tested on BibLibre's sandbox 17 all the configurations from the RFC (http://wiki.koha-community.org/wiki/GST_Rewrite_RFC) and compared every displayed numbers. All calculations are good except for one. It's a very small glitch on the invoice page. The tax valule is not correct. It doesn't take the quantity into consideration. To reproduce the problem : 1. Create a vendor (ordre price includes tax, invoice price includes tax) 2. Add an order : - 2 items - vendor price : 10 euros - tax rate : 5% tax 3. Close the basket and receive the 2 ordered items 4. Check the "Already received" table : the tax is 0,95 euros 5. Click finish receiving (invoice.pl) 6. Check the "Invoice details" table : the tax is 0.48 euros (the value for 1 item). It should be multiply by the quantity. Jonathan, do you want to fix this here OR do you want to open another issue specific to the invoice page? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
