<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello<br>
We think we have found a bug in Acquisition module, regarding VAT
management, but we want to be sure.<br>
<br>
Let's take a book whose <b>recommended retail price excluding tax </b>is
39 euros.<br>
On the vendor's website, I import the record for this book in iso2709<br>
In the record (UNIMARC), the price is in 010$d after the ISBN. So, I
found : $d39.00 EUR<br>
I stage this record in Koha with Stage Marc Records Tools.<br>
<br>
In Acquisition module, I create a vendor with:<br>
- List item price includes tax: Yes<br>
- Invoice item price includes tax: Yes<br>
- Discount: 9.0000 %<br>
- Tax rate: 5.5%<br>
<br>
I create a new basket for this vendor.<br>
I fill this basket with my stage record.<br>
<br>
I think I should have for the command line in this basket : <br>
- RRP tax included : 39 euros<br>
- Ecost tax included : 39 euros - 3,51 euros = 35,49 euros<br>
- RRP tax excluded : 39*100/105.5 = 36,96 euros<br>
- Ecost tax excluded : 35,49*100/105.5 = 33,63 euros<br>
<br>
<b>BUT instead I see the following values : </b><br>
- RRP tax included : 42.86 euros<br>
- Ecost tax included : 39 euros<br>
- RRP tax excluded : 40,63<br>
- Ecost tax excluded : 36,97<br>
<br>
So, Koha considered the "39 euros" value in my record as a Ecost price.
I dont think it is normal, as as chose "List item price includes tax:
Yes" in vendor record.<br>
Do you agree with me?<br>
<br>
<pre class="moz-signature" cols="72">-- 
Mathieu Saby
Service d'Informatique Documentaire
Service Commun de la Documentation
Université Rennes 2
Téléphone : 02 99 14 12 65
Courriel : <a class="moz-txt-link-abbreviated" href="mailto:mathieu.saby@univ-rennes2.fr">mathieu.saby@univ-rennes2.fr</a>
</pre>
</body>
</html>