http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10613
mathieu saby <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from mathieu saby <[email protected]> --- I made 2 tests. I think some points need to be fixed, or maybe I am not well understanding the price management in Koha first test with "yes" (list price) and "yes" (invoiced price) for the 2 prefs of the vendor. 10 euros discount 10% tax rate : 5,5% on receipt page: - ecost : 9 euros - actual price : 9 euros on invoice, before clicking on "finish receiving" : - ecost : 9 euros - actual price : 9 euros - total tax inc : 9 euros => OK on invoice, after clicking on "finish receiving" : - est. : 9 euros - total tax inc : 9.48 euros => KO ================ 2d test with "yes" and "no" for the 2 prefs of the vendor. 10 euros discount 10% tax rate : 5,5% on receipt page: - ecost : 9,48 euros - actual price : 8.53 euros => KO. Ecost should be 9 euros. Probably not linked with your patch. on invoice, before clicking on "finish receiving" : - ecost : 8.53 euros - actual price : 8.53 euros - Total tax inc. : 9.00 euros => KO. Why adding the tax on the "Total tax inc."? We don't pay tax for this vendor. on invoice, after clicking on "finish receiving" : - est. : 9 euros - total tax inc : 9.48 euros => KO => Failed QA : * for "yes" and "no" (2d test) : the "total tax inc." amount should be 8.53, because we don't add tax for this vendor (if I understand well price management) * after the reception is finished, the table for "invoice details" - does not give me the actual price - still add tax even when it is not needed I note an other bug, probably in master : with "yes" / "no" preference (list price includes tax and invoiced does not include tax), the Replacement price on receipt page is bad (9.48 euros, while it should be 9 euros) Mathieu -- 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/
