← Back to team overview

openerp-expert-production team mailing list archive

[Bug 554194] Re: purchse order - invoiced - wrong value used to compare

 

Ok, so it means that case SO - not confirmed prices also exists.

After further consideration I vote that:
- picked performance bar should show data as now,
- invoiced performance bar should show data of invoiced quantity (not amount as now)
- it should be some indicator for price differences (no values just indicate that this order should be checked in detail)

And when picked is 100% and all picked quantity is invoiced the bar
"invoiced" should show 100% and order should change to done (as
Ferdinand expects).

But we still should have possibility to close order waiting for goods
when less than 100% is picked and it is exceptional human decision to
stop order at this stage. System should only check if all picked
quantity is invoiced (wizard?)

Another consideration we should make for case that picking is
exceptionally increased comparing to order (another wizard?)

I think such functionality will better cover real business. Do we agree?

-- 
purchse order - invoiced - wrong value used to compare
https://bugs.launchpad.net/bugs/554194
You received this bug notification because you are a member of OpenERP's
Manufacturing Experts, which is a direct subscriber.

Status in OpenObject Addons Modules: New

Bug description:
invoiced  shows only 86% - 
Example
Order
* qty = 100
* price = 10
* subtotal = 1000

Picking = 100% received
* qty = 100
* price = 10
* subtotal = 1000

Invoice = 95% invoiced 
* qty = 100
* price = 9,5
* subtotal = 950

IMHO also for "invoiced" the qty has to be used - not the final subtotal.

95% would be interpreted as 5% will still be invoiced - which is obviously not the case.