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 boolean
ITaxProvider. recalculateTax(MTaxProvider provider, MInvoiceLine line, boolean newRecord)
boolean
ITaxProvider. updateHeaderTax(MTaxProvider provider, MInvoiceLine line)
boolean
ITaxProvider. 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 MInvoiceLine
MMatchPO. m_iLine
Invoice LineMethods in org.compiere.model that return MInvoiceLine Modifier and Type Method Description MInvoiceLine
MMatchPO. getInvoiceLine()
Get Invoice LineMInvoiceLine[]
MInvoice. getLines()
Get Lines of InvoiceMInvoiceLine[]
MInvoice. getLines(boolean requery)
Get Invoice LinesMInvoiceLine
MAssetDisposed. 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 MInvoiceLine Modifier and Type Method Description int
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)
static MMatchPO
MMatchPO. create(MInvoiceLine iLine, MInOutLine sLine, Timestamp dateTrx, BigDecimal qty)
Find/Create PO(Inv) Matchstatic MAssetDisposed
MAssetDisposed. createAssetDisposed(MInvoiceLine invLine)
static MInvoiceTax
MInvoiceTax. get(MInvoiceLine line, int precision, boolean oldTax, String trxName)
Get Tax Line for Invoice Linestatic MLandedCost[]
MLandedCost. getLandedCosts(MInvoiceLine il)
Get 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 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
-