http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7180 --- Comment #120 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to mathieu saby from comment #118)
Discount are not taken into account. Is it normal or not (I suppose not)? No, there is a bug, the discount value was divided by 100 twice. A followup coming.
(In reply to mathieu saby from comment #119)
2 other issues (the same as when I tested some days ago)
- Koha is still adding VAT to price taken in the order, even if the vendor is defined with "list price include tax"
with the following: - syspref: price: 947$c - a biblio with 947$c=100 - a supplier with "list price include tax = 0", I got a rrp (include tax) = 94.79 (gst is 5.5%). - a supplier with "list price include tax = 1", I got a rrp (include tax) = 100 It is what is expected. See the test plan, step 6.
- a unitcost is still calculated. It must not be. Everywhere in Koha unitcost is the real cost define at receipt, never when ordering.
The unitcosts can be filled when ordering, so I don't considered that as an issue. -- You are receiving this mail because: You are watching all bug changes.