[Koha-bugs] [Bug 23981] Inconsistencies with the different prices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 28 16:14:36 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23981

--- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> ---
I tested this again and it's still valid. 

The most annoying part is the ecost_tax_* is based on rrp rather than ecost.
This means that the "budgeted cost" changes in various pages.

Just from observations in the interface (i.e. without looking in the code),
this is what is used where:

When placing a new order (empty) (neworderempty.pl)
- Vendor price = listprice (10.99)
- Actual cost = uniprice (18.99)
- Retail price = rrp (12.99)
- Replacement cost = replacementprice (15.99)
- Budgeted cost = ecost (10.99) **

When viewing the basket (basket.pl)
- Actual cost tax exc. = unit_price_tax_excluded (18.99)
- Replacement price = replacementprice (15.99)
- RRP tax exc. = rrp_tax_excluded (12.99)
- Budgeted cost tax exc. = ecost_tax_excluded (12.99) **
- Budgeted cost tax inc. = ecost_tax_included (12.99) **

When viewing ordered funds (ordered.pl)
- Estimated cost per unit = rrp (12.99) **

When receiving the order (parcel.pl)
- Unit cost = listprice (10.99)
- Replacement price = replacementprice (15.99)
- Order cost = ecost (10.99) **

When receiving the order (orderreceive.pl)
- Actual cost = uniprice (18.99)
- Retail price = rrp (12.99)
- Replacement price = replacementprice (15.99)
- Budgeted cost = ecost_tex_excluded (12.99) **

When viewing the invoice (invoice.pl)
- Actual cost tax exc. = unitprice_tax_excluded (18.99)
- Replacement price = replacementprice (15.99)

When viewing spent funds (spent.pl)
- Unit price = unitprice (18.99)

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


More information about the Koha-bugs mailing list