← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 658141] Re: [trunk] done picking wizard doesn't ask for cost

 

Hello Oliver.
Yep i used the last revno.
I'm in revno 4336
2 points.
1.- I'm agree in the point of have consistency in all tree views, for this reason have 2 wizards partial and full is right.
2.- For reasons exhaustivaly explained before, i _must_ to recalculate costs every single time, this is the reason of the bug, the costs is not being recalculated with "Process Now".

If we are going to give this option for useability reasons (and i'm not in disagree) we need to put "inteligence" behind this important function, not allow _huge mistakes_ to end users (this is what windows(r) does claiming for useability too, we know the technical effects. ;-)).
In this case i propose, a several things.

A.- Try to recalculate costs, (if quantity to ship < quantity available _only_).
B.- Not recalculate Costs, (if quantity to ship > quantity available _only_).
C.- Record how many Items there were on inventory exactly in the moment i made a "Process Now" or "Process Later" and "partial picking", it can be a calculated field, not shown, i saw in V5 a method that do that. 
D.- Record costs on product exactly _in_ this moment. (yep one more time the blessed field), Remember that return should be used for the historical one.!

With this 4 considerations I think is possible make a module called
"correcting_stock_costs", that run a wizard with the internal logical to
automate this values.

BTW, I think should be better don't have the option for mistakes, but i
know it is really difficult sometimes. In tis case to avoid mistakes the
correct behavious should be.

What errors can be shown up?
The future cost move_lines generated with invoices of sales will be wrong!, but if we give this recorded values as i am telling you a manual procedure i relativaly easiest, to correct this values.


Conlcusion:
2 option i can see
1.- ask for cost with "Process Now" if (if quantity to ship <= quantity available _only_) and recalculate costs as partial does.
2.- make available this considerations.

-- 
[trunk] done picking wizard doesn't ask for cost
https://bugs.launchpad.net/bugs/658141
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.

Status in OpenObject Addons Modules: Confirmed

Bug description:
Configure a product as the image is shown.

If you receive a picking all, it should ask for the cost without ask for quantity, exactly as partial does.... and the cost is not recalculated.