04-17-2012, 02:52 AM
looking at the mrp reschedules,
I get that my top WO (=BOM) needs to be canceled. The child suggested wo are correct in this aspect.
Looking at the mrp_supplies table, I see that MRP calulation determined an mrpdate in 2050 for all top level wo that went into a mrp calculation.
Can anybody help with an idea why?
The lead times are ok (1 day), as well as the suggested wo, which was converted.
who is using mrp_calculations in which weberp version? Anybody successfully uses 4.07.6?
any help is appreciated,
Klaus
edit: the date is ok until ca. line 434, where it is taken in a sql request from the dates entered into the wo. Somewhere after that line the date is changed into 2050.
also, I see that there are many lines without item name in the mrpsuppkies table, is that correct?
this is done by levelnetting because it thinks that the items of the top level wo are unnecessary (no requirement entered into the table), so it sets the due date to 2050.:
from code: // If there are any supplies not used and updateflag is zero, those supplies are not
// necessary, so change date
I get that my top WO (=BOM) needs to be canceled. The child suggested wo are correct in this aspect.
Looking at the mrp_supplies table, I see that MRP calulation determined an mrpdate in 2050 for all top level wo that went into a mrp calculation.
Can anybody help with an idea why?
The lead times are ok (1 day), as well as the suggested wo, which was converted.
who is using mrp_calculations in which weberp version? Anybody successfully uses 4.07.6?
any help is appreciated,
Klaus
edit: the date is ok until ca. line 434, where it is taken in a sql request from the dates entered into the wo. Somewhere after that line the date is changed into 2050.
also, I see that there are many lines without item name in the mrpsuppkies table, is that correct?
this is done by levelnetting because it thinks that the items of the top level wo are unnecessary (no requirement entered into the table), so it sets the due date to 2050.:
from code: // If there are any supplies not used and updateflag is zero, those supplies are not
// necessary, so change date