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 MProductionMProductionLine. productionParentMethods in org.compiere.model that return MProduction Modifier and Type Method Description protected MProductionMProduction. copyFrom(Timestamp reversalDate)protected MProductionMProduction. 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 intProductionProcess. procesProduction(MProduction production, Timestamp movementDate, boolean mustBeStocked)
-