[Koha-bugs] [Bug 7180] Order from staged file improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 16 12:44:47 CEST 2013


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

--- Comment #97 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to mathieu saby from comment #93)
> Hello Jonathan
> At first it seemed to work, but with further tests I found some issues : 
> 
> --
> issues : 
> When I click on "Card" in front of each line, I have a software error : 
> Empty String at /home/msaby/kohamaster/src/catalogue/showmarc.pl line 64.

I don't reproduce. It is the same 'Card' link as everywhere in Koha.

> I also tried to set "rrp: 010$d", without a "price..." line in syspref.
> I was surprise to see a blank field for "price". Because some price was
> imported, from $010$d. So the librarian must see it is ok. Otherwise, he
> will be confused and fill himself manually a price.

> In fact, the price was imported, but wrongly calculated
> My vendor had these settings : 
> List item price includes tax: Yes
> Invoice item price includes tax: Yes
> Discount: 10.0 %
> Tax rate: 5.5 %
> 
> My record had "20.00 EUR" in 010$d. So RRP = 20.00
> So the listprice would have been "20 EUR", and the ecost "20 - 2 = 18"
> Instead, I had in my basket a line with
> - RRP tax inc = 22.22
> - ecost tax inc = 20
> - ecost tax ecl = 18.96
> 
> So something went wrong. RRP should have been taken from the record. Of
> course, my main currency is EUR.

In fact, the rrp value is never used.
The price value is retrieve from the record and the rrp and ecost values are
calculated from the price, quantity, discount and gstrate values.

> Regarding prices : currently, "unitprice" is set to 0 when we fill an order.
> The unitprice (aka unit cost) is filled when we receive the document. It
> must be equal to the price actually printed on the invoice joined with the
> parcel. We have always been said it was not used before in Koha.
> But with your patch, unitprice is filled when we create the basket.
> Is it normal or not? Could it be a source of mistake in Koha price
> calculation?

I think listprice is never used, it is only used for display.

> (I am always a bit lost with price management in Koha...)

Everybody is completely lost with price managament in Koha...

> Some remarks : 
> 
> There are 2 buttons "Save" on the 1st and the 3rd tab. I suppose they do the
> same action (not a problem for me) ?

It is the same button (outside of tabs).

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


More information about the Koha-bugs mailing list