Created attachment 5454 [details] basket summary page I found this testing the bug for 4831. When you enter an actual price receiving items this it the price, that should be accounted as spent in the system. It should also be shown on order line. It isn't. To test: - create new fund - order item, price 8.74 - receive item, enter actual price 10.00 - search for the title in acq - check attached screenshots - basket summary page should show actual price somewhere - modifying the order line shows the wrong(!) value as actual price
Created attachment 5455 [details] order line - actual price should be 10.00, as was entered on receive
Created attachment 5516 [details] [review] Use unitprice as the actual cost in neworder This fixes the problem you describe in your second point and in bug 6414 by renaming the field unitprice and using that value from the db. This way the actual cost in neworder is the same field as when you receive a shipment and what is shown on the receipt summary page (parcel.pl).
Katrin, What's the URL for the second image you're showing? Maxime, After applying I see the value in the database properly, but I don't see the value on the basket summary page, only on the receipt page. Nicole
The second screenshot is the bottom of the page when you open a po line from the basket summary page for editing.
Created attachment 5688 [details] actual price on 'received' The actual price is showing right when I receive an order (and in the unitprice field in the database)
Created attachment 5689 [details] actual price wrong on order line The actual price after receiving is still wrong on the edit orderline page (cgi-bin/koha/acqui/neworderempty.pl?ordernumber=16&booksellerid=1)
Created attachment 5691 [details] [review] [SIGNED-OFF] Use unitprice in neworder so that the value is saved in the database and so it will be the same field used as to receive shipments http://bugs.koha-community.org/show_bug.cgi?id=6879 Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed off with a note: this doesn't fix everything mentioned in the bug. It also might clash with bug 4831 and should be tested with that patch.
Ignore my note, this was signed off after 4831 was pushed so it should be okay
QA comment: Maxime, I feel your patch is in fact for 6414 and is not related to this 6879. Am I wrong ? If not, please resubmit at the proper place.
(In reply to comment #9) > QA comment: > > Maxime, I feel your patch is in fact for 6414 and is not related to this 6879. > > Am I wrong ? If not, please resubmit at the proper place. I submitted it here because it's half the problem kf reported and I was talking about it on irc. I could submit it for 6414 and this one could be modified to only be an enhancement request to add a column actual price in the basket summary page.
Comment on attachment 5691 [details] [review] [SIGNED-OFF] Use unitprice in neworder so that the value is saved in the database and so it will be the same field used as to receive shipments moved to 6414
removed the patch status, as there are no more patches attached
Is this bug still valid?
In Koha 17.11 the actual price added on receival of items is displayed in the order line. However the actual price is still not displayed in the basket summary page. Another bug with the ordering pricing system is as follows: 1. You accidentally input the incorrect actual value into the receival of the order 2. You modify this actual value by clicking on the order line and writing in a new value 3. Checking the invoices you notice that the old (incorrect) actual value inputted in step 1 is still displayed in the invoice rather than the new actual value inputted in step 2. I will be creating a new bug report for this shortly.
Ressetting assignee as Mathieu Saby is no longer working on Koha. Needs retesting, last checked 2017.
Duplicate of 23522?