Uses of Class
org.compiere.model.MInOut
-
Packages that use MInOut Package Description org.compiere.model Provides for.... -
-
Uses of MInOut in org.compiere.model
Fields in org.compiere.model declared as MInOut Modifier and Type Field Description protected MInOut
MRMA. m_inout
The ShipmentMethods in org.compiere.model that return MInOut Modifier and Type Method Description static MInOut
MInOut. copyFrom(MInOut from, Timestamp dateDoc, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder)
Deprecated.Create new Shipment by copyingstatic 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 Based on createCounterDoc() by JJstatic 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 ShipmentMInOut
MInOutLine. getParent()
Get ParentMInOut
MRMA. getShipment()
Get ShipmentMInOut[]
MOrder. getShipments()
Get Shipments of Orderprotected MInOut
MInOut. reverse(boolean accrual)
Methods in org.compiere.model with parameters of type MInOut Modifier and Type Method Description static MInOut
MInOut. copyFrom(MInOut from, Timestamp dateDoc, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder)
Deprecated.Create new Shipment by copyingstatic 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
MInOutConfirm. create(MInOut ship, String confirmType, boolean checkExisting)
Create Confirmation or return existing onestatic MPackage
MPackage. create(MInOut shipment, MShipper shipper, Timestamp shipDate)
Create one Package for Shipmentprotected MInvoice
MOrder. createInvoice(MDocType dt, MInOut shipment, Timestamp invoiceDate)
Create Invoicestatic MPackage
MPackage. createPackage(MInOut shipment, MShipper shipper, Timestamp shipDate)
void
MInvoice. setShipment(MInOut ship)
Set Shipment ReferencesConstructors in org.compiere.model with parameters of type MInOut Constructor Description MAsset(MInOut mInOut, MInOutLine sLine, int deliveryCount)
MInOut(MInOut original, int C_DocTypeShipment_ID, Timestamp movementDate)
Copy Constructor - create header onlyMInOutConfirm(MInOut ship, String confirmType)
Parent ConstructorMInOutLine(MInOut inout)
Parent ConstructorMInvoice(MInOut ship, Timestamp invoiceDate)
Create Invoice from ShipmentMPackage(MInOut shipment, MShipper shipper)
Shipment Constructor
-