Uses of Class
org.compiere.model.MInvoiceLine
-
Packages that use MInvoiceLine Package Description org.adempiere.model org.compiere.model Provides for.... -
-
Uses of MInvoiceLine in org.adempiere.model
Methods in org.adempiere.model with parameters of type MInvoiceLine Modifier and Type Method Description booleanITaxProvider. recalculateTax(MTaxProvider provider, MInvoiceLine line, boolean newRecord)booleanITaxProvider. updateHeaderTax(MTaxProvider provider, MInvoiceLine line)booleanITaxProvider. updateInvoiceTax(MTaxProvider provider, MInvoiceLine line) -
Uses of MInvoiceLine in org.compiere.model
Fields in org.compiere.model declared as MInvoiceLine Modifier and Type Field Description protected MInvoiceLineMMatchPO. m_iLineInvoice LineMethods in org.compiere.model that return MInvoiceLine Modifier and Type Method Description MInvoiceLineMMatchPO. getInvoiceLine()Get Invoice LineMInvoiceLine[]MInvoice. getLines()Get Lines of InvoiceMInvoiceLine[]MInvoice. getLines(boolean requery)Get Invoice LinesMInvoiceLineMAssetDisposed. 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 MInvoiceLine Modifier and Type Method Description intMInvoiceLine. 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)static MMatchPOMMatchPO. create(MInvoiceLine iLine, MInOutLine sLine, Timestamp dateTrx, BigDecimal qty)Find/Create PO(Inv) Matchstatic MAssetDisposedMAssetDisposed. createAssetDisposed(MInvoiceLine invLine)static MInvoiceTaxMInvoiceTax. get(MInvoiceLine line, int precision, boolean oldTax, String trxName)Get Tax Line for Invoice Linestatic MLandedCost[]MLandedCost. getLandedCosts(MInvoiceLine il)Get 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 MInvoiceLine Constructor Description MInvoiceLine(Properties ctx, MInvoiceLine copy)MInvoiceLine(Properties ctx, MInvoiceLine copy, String trxName)MInvoiceLine(MInvoiceLine copy)MLandedCostAllocation(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
-