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 MInOutMRMA. m_inoutThe ShipmentMethods in org.compiere.model that return MInOut Modifier and Type Method Description static MInOutMInOut. copyFrom(MInOut from, Timestamp dateDoc, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder)Deprecated.Create new Shipment by copyingstatic MInOutMInOut. copyFrom(MInOut from, Timestamp dateDoc, Timestamp dateAcct, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder)Create new Shipment by copyingprotected MInOutMInOut. createCounterDoc()Create Counter Documentprotected MInOutMInOut. createDropShipment()Automatically creates a customer shipment for any drop shipment material receipt Based on createCounterDoc() by JJstatic MInOutMInOut. createFrom(MOrder order, Timestamp movementDate, boolean forceDelivery, boolean allAttributeInstances, Timestamp minGuaranteeDate, boolean complete, String trxName)Create Shipment From Orderprotected MInOutMOrder. createShipment(MDocType dt, Timestamp movementDate)Create ShipmentMInOutMInOutLine. getParent()Get ParentMInOutMRMA. getShipment()Get ShipmentMInOut[]MOrder. getShipments()Get Shipments of Orderprotected MInOutMInOut. reverse(boolean accrual)Methods in org.compiere.model with parameters of type MInOut Modifier and Type Method Description static MInOutMInOut. copyFrom(MInOut from, Timestamp dateDoc, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder)Deprecated.Create new Shipment by copyingstatic MInOutMInOut. copyFrom(MInOut from, Timestamp dateDoc, Timestamp dateAcct, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder)Create new Shipment by copyingintMInOut. copyLinesFrom(MInOut otherShipment, boolean counter, boolean setOrder)Copy Lines From other Shipmentstatic MInOutConfirmMInOutConfirm. create(MInOut ship, String confirmType, boolean checkExisting)Create Confirmation or return existing onestatic MPackageMPackage. create(MInOut shipment, MShipper shipper, Timestamp shipDate)Create one Package for Shipmentprotected MInvoiceMOrder. createInvoice(MDocType dt, MInOut shipment, Timestamp invoiceDate)Create Invoicestatic MPackageMPackage. createPackage(MInOut shipment, MShipper shipper, Timestamp shipDate)voidMInvoice. 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
-