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 TypeMethodDescriptionbooleanITaxProvider.recalculateTax(MTaxProvider provider, MInvoiceLine line, boolean newRecord) Re-calculate invoice tax for line (if line tax id change)booleanITaxProvider.updateHeaderTax(MTaxProvider provider, MInvoiceLine line) Update invoice tax totalbooleanITaxProvider.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 MInvoiceLineMInvoiceLine.getOfInOutLine(MInOutLine sLine) Get Invoice Line referencing InOut Linestatic MInvoiceLineMInvoiceLine.getOfInOutLineFromMatchInv(MInOutLine sLine) Get Invoice Line referencing InOut Line - from MatchInvMethods in org.compiere.model with parameters of type MInvoiceLineModifier and TypeMethodDescriptionintMInvoiceLine.copyLandedCostFrom(MInvoiceLine otherInvoiceLine) Copy LandedCost From other InvoiceLine.protected static MMatchPOMMatchPO.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 MMatchPOMMatchPO.create(MInvoiceLine iLine, MInOutLine sLine, Timestamp dateTrx, BigDecimal qty) Update or Create Match PO recordstatic MAssetDisposedMAssetDisposed.createAssetDisposed(MInvoiceLine invLine) Create asset disposal from AR invoicestatic MInvoiceTaxMInvoiceTax.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 LinebooleanStandardTaxProvider.recalculateTax(MTaxProvider provider, MInvoiceLine line, boolean newRecord) voidMMatchPO.setC_InvoiceLine_ID(MInvoiceLine line) Set C_InvoiceLine_IDvoidMInOutLine.setInvoiceLine(MInvoiceLine iLine, int M_Locator_ID, BigDecimal Qty) Set Invoice Line.booleanStandardTaxProvider.updateHeaderTax(MTaxProvider provider, MInvoiceLine line) booleanStandardTaxProvider.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