Uses of Class
org.compiere.model.MProduction
-
Packages that use MProduction Package Description org.compiere.model Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level. -
-
Uses of MProduction in org.compiere.model
Fields in org.compiere.model declared as MProduction Modifier and Type Field Description protected MProduction
MProductionLine. productionParent
Methods in org.compiere.model that return MProduction Modifier and Type Method Description protected MProduction
MProduction. copyFrom(Timestamp reversalDate)
protected MProduction
MProduction. reverse(boolean accrual)
Constructors in org.compiere.model with parameters of type MProduction Constructor Description MProductionLine(MProduction header)
Parent Constructor -
Uses of MProduction in org.compiere.process
Methods in org.compiere.process with parameters of type MProduction Modifier and Type Method Description static int
ProductionProcess. procesProduction(MProduction production, Timestamp movementDate, boolean mustBeStocked)
-