Uses of Class
org.compiere.model.MInOut
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MInOut in org.compiere.model
Modifier and TypeMethodDescriptionstatic MInOut
MInOut.copyFrom
(MInOut from, Timestamp dateDoc, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder) Deprecated.static MInOut
MInOut.copyFrom
(MInOut from, Timestamp dateDoc, Timestamp dateAcct, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder) Create new Shipment by copyingprotected MInOut
MInOut.createCounterDoc()
Create Counter Documentprotected MInOut
MInOut.createDropShipment()
Automatically creates a customer shipment for any drop shipment material receipt.static MInOut
MInOut.createFrom
(MOrder order, Timestamp movementDate, boolean forceDelivery, boolean allAttributeInstances, Timestamp minGuaranteeDate, boolean complete, String trxName) Create Shipment From Orderprotected MInOut
MOrder.createShipment
(MDocType dt, Timestamp movementDate) Create ShipmentMInOutLine.getParent()
Get ParentMRMA.getShipment()
Get ShipmentMInOut[]
MOrder.getShipments()
Get Shipments of Orderprotected MInOut
MInOut.reverse
(boolean accrual) Reverse this documentModifier and TypeMethodDescriptionstatic MInOut
MInOut.copyFrom
(MInOut from, Timestamp dateDoc, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder) Deprecated.static MInOut
MInOut.copyFrom
(MInOut from, Timestamp dateDoc, Timestamp dateAcct, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder) Create new Shipment by copyingint
MInOut.copyLinesFrom
(MInOut otherShipment, boolean counter, boolean setOrder) Copy Lines From other Shipmentstatic MInOutConfirm
Create Confirmation or return existing onestatic MPackage
Create Package with one MPackageMPS for Shipmentprotected MInvoice
MOrder.createInvoice
(MDocType dt, MInOut shipment, Timestamp invoiceDate) Create Invoicestatic MPackage
MPackage.createPackage
(MInOut shipment, MShipper shipper, Timestamp shipDate) Create shipment packagevoid
MInvoice.setShipment
(MInOut ship) Set Shipment ReferenceModifierConstructorDescriptionMAsset
(MInOut mInOut, MInOutLine sLine, int deliveryCount) Create asset from material receipt lineCopy Constructor - create header onlyMInOutConfirm
(MInOut ship, String confirmType) Parent ConstructorMInOutLine
(MInOut inout) Parent ConstructorCreate Invoice from Shipment/ReceiptShipment Constructor