Uses of Class
org.compiere.model.MRMALine
Packages that use MRMALine
Package
Description
One of the package that provide extended model class for iDempiere core tables.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
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 MRMALine in org.adempiere.model
Methods in org.adempiere.model with parameters of type MRMALineModifier and TypeMethodDescriptionboolean
ITaxProvider.recalculateTax
(MTaxProvider provider, MRMALine line, boolean newRecord) Re-calculate rma tax for ram line (if line tax id change)boolean
ITaxProvider.updateHeaderTax
(MTaxProvider provider, MRMALine line) Update rma header totalboolean
ITaxProvider.updateRMATax
(MTaxProvider provider, MRMALine line) Update rma tax for rma line -
Uses of MRMALine in org.compiere.model
Fields in org.compiere.model declared as MRMALineMethods in org.compiere.model that return MRMALineModifier and TypeMethodDescriptionMRMALine[]
MRMA.getChargeLines()
Retrieves all the charge lines that is present on the documentMRMALine[]
MRMA.getLines
(boolean requery) Get RMA LinesMethods in org.compiere.model with parameters of type MRMALineModifier and TypeMethodDescriptionstatic MRMATax
Get Tax Line for RMA Linestatic MRMATax[]
MRMATax.getChildTaxes
(MRMALine line, int precision, boolean oldTax, String trxName) Get Child Tax Lines for RMA Lineboolean
StandardTaxProvider.recalculateTax
(MTaxProvider provider, MRMALine line, boolean newRecord) void
MInvoiceLine.setRMALine
(MRMALine rmaLine) boolean
StandardTaxProvider.updateHeaderTax
(MTaxProvider provider, MRMALine line) boolean
StandardTaxProvider.updateRMATax
(MTaxProvider provider, MRMALine line)