Uses of Class
org.compiere.model.MRMA
-
Packages that use MRMA Package Description org.adempiere.model org.compiere.grid org.compiere.model Provides for.... -
-
Uses of MRMA in org.adempiere.model
Methods in org.adempiere.model with parameters of type MRMA Modifier and Type Method Description boolean
ITaxProvider. calculateRMATaxTotal(MTaxProvider provider, MRMA rma)
-
Uses of MRMA in org.compiere.grid
Fields in org.compiere.grid declared as MRMA Modifier and Type Field Description protected MRMA
CreateFrom. m_rma
Loaded RMAprotected MRMA
CreateFromShipment. m_rma
Loaded RMA -
Uses of MRMA in org.compiere.model
Fields in org.compiere.model declared as MRMA Modifier and Type Field Description protected MRMA
MRMALine. m_parent
ParentMethods in org.compiere.model that return MRMA Modifier and Type Method Description static MRMA
MRMA. copyFrom(MRMA from, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName)
Create new RMA by copyingprotected MRMA
MRMA. createCounterDoc()
Create Counter DocumentMRMA
MRMALine. getParent()
Get ParentMethods in org.compiere.model with parameters of type MRMA Modifier and Type Method Description boolean
StandardTaxProvider. calculateRMATaxTotal(MTaxProvider provider, MRMA rma)
static MRMA
MRMA. copyFrom(MRMA from, int C_DocType_ID, boolean isSOTrx, boolean counter, String trxName)
Create new RMA by copyingint
MRMA. copyLinesFrom(MRMA otherRMA, boolean counter)
Copy Lines From other RMAvoid
MInvoice. setRMA(MRMA rma)
-