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

--- Comment #4 from Andrew Fuerste-Henry <[email protected]> ---
The sticking point here seems to be whether "Items expected" should be the
total number of items ordered (aqorders.quantity) or the number of items order
but not yet received (aqorders.quantity - aqorders.quantityreceived). For
either interpretation we're looking only at one specific row from the aqorders
table, not following the parent/child order structure Koha uses for partial
receipt.

For any order that is attached to an invoice, we expect aqorders.quantity to
equal aqorders.quantityreceived. The "Item count" column displays
aqorders.quantityreceived. So our choice here is between showing a value that
always matches another value on the screen or showing a value that is always
zero. Neither seems incorrect, but neither seems useful.

We could make this page calculate "Item expected" using both the order that's
on the invoice and its parent order. But that would be an enhancement. With the
acquisitions rewrite already well underway, such an enhancement does not seem
worthwhile.

So all that said, I'm happy to pull this out of In Discussion, sign it off, and
then immediately QA it as a trivial change.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to