Uses of Class
org.compiere.model.MInvoiceLine
Packages that use MInvoiceLine
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 MInvoiceLine in org.adempiere.model
Methods in org.adempiere.model with parameters of type MInvoiceLineModifier and TypeMethodDescriptionboolean
ITaxProvider.recalculateTax
(MTaxProvider provider, MInvoiceLine line, boolean newRecord) Re-calculate invoice tax for line (if line tax id change)boolean
ITaxProvider.updateHeaderTax
(MTaxProvider provider, MInvoiceLine line) Update invoice tax totalboolean
ITaxProvider.updateInvoiceTax
(MTaxProvider provider, MInvoiceLine line) Update invoice tax for line -
Uses of MInvoiceLine in org.compiere.model
Fields in org.compiere.model declared as MInvoiceLineMethods in org.compiere.model that return MInvoiceLineModifier and TypeMethodDescriptionMMatchPO.getInvoiceLine()
Get Invoice LineMInvoice.getLines()
Get Lines of InvoiceMInvoice.getLines
(boolean requery) Get Invoice LinesMAssetDisposed.getM_InvoiceLine
(boolean requery) static MInvoiceLine
MInvoiceLine.getOfInOutLine
(MInOutLine sLine) Get Invoice Line referencing InOut Linestatic MInvoiceLine
MInvoiceLine.getOfInOutLineFromMatchInv
(MInOutLine sLine) Get Invoice Line referencing InOut Line - from MatchInvMethods in org.compiere.model with parameters of type MInvoiceLineModifier and TypeMethodDescriptionint
MInvoiceLine.copyLandedCostFrom
(MInvoiceLine otherInvoiceLine) Copy LandedCost From other InvoiceLine.protected static MMatchPO
MMatchPO.create
(Properties ctx, MInvoiceLine iLine, MInOutLine sLine, int C_OrderLine_ID, Timestamp dateTrx, BigDecimal qty, String trxName) Update or create MatchPO record (if needed, create MatchInv too).static MMatchPO
MMatchPO.create
(MInvoiceLine iLine, MInOutLine sLine, Timestamp dateTrx, BigDecimal qty) Update or Create Match PO recordstatic MAssetDisposed
MAssetDisposed.createAssetDisposed
(MInvoiceLine invLine) Create asset disposal from AR invoicestatic MInvoiceTax
MInvoiceTax.get
(MInvoiceLine line, int precision, boolean oldTax, String trxName) Get Tax Line for Invoice Linestatic MInvoiceTax[]
MInvoiceTax.getChildTaxes
(MInvoiceLine line, int precision, boolean oldTax, String trxName) Get Child Tax Lines for Invoice Linestatic MLandedCost[]
MLandedCost.getLandedCosts
(MInvoiceLine il) Get Landed Costs of Invoice Lineboolean
StandardTaxProvider.recalculateTax
(MTaxProvider provider, MInvoiceLine line, boolean newRecord) void
MMatchPO.setC_InvoiceLine_ID
(MInvoiceLine line) Set C_InvoiceLine_IDvoid
MInOutLine.setInvoiceLine
(MInvoiceLine iLine, int M_Locator_ID, BigDecimal Qty) Set Invoice Line.boolean
StandardTaxProvider.updateHeaderTax
(MTaxProvider provider, MInvoiceLine line) boolean
StandardTaxProvider.updateInvoiceTax
(MTaxProvider provider, MInvoiceLine line) Constructors in org.compiere.model with parameters of type MInvoiceLineModifierConstructorDescriptionMInvoiceLine
(Properties ctx, MInvoiceLine copy) Copy constructorMInvoiceLine
(Properties ctx, MInvoiceLine copy, String trxName) Copy constructorMInvoiceLine
(MInvoiceLine copy) Copy constructorMLandedCostAllocation
(MInvoiceLine parent, int M_CostElement_ID) Parent ConstructorMMatchInv
(MInvoiceLine iLine, Timestamp dateTrx, BigDecimal qty) Invoice Line ConstructorMMatchPO
(MInvoiceLine iLine, Timestamp dateTrx, BigDecimal qty) Invoice Line ConstructorMTaxDeclarationLine
(MTaxDeclaration parent, MInvoice invoice, MInvoiceLine iLine) Parent Constructor