Uses of Class
org.compiere.model.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
Modifier 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.brerp.base.component
Modifier and TypeMethodDescriptionBase_Validator.criaLinhaItemSubs
(Properties ctx, MInvoice faturaOriginal, MInvoice fatura, MCOFItemSubstituto is, Integer M_InOutLine_ID, BigDecimal qty, boolean limpaDespesas, String trxName) Modifier and TypeMethodDescriptionvoid
Base_Validator.corrigeImpostos
(Properties ctx, MInvoiceLine linha, Integer docTypeID, MInvoice faturaOriginal, String trxName) void
Base_Validator.getCorrigeValorComDespesaAbaixo
(MInvoiceLine[] lines, BigDecimal despesasTotais, BigDecimal qtdTotalItens, String trxName) Base_Validator.getDespesasFatura
(MInvoiceLine[] lines, BigDecimal despesasTotais, BigDecimal qtdTotalItens) Base_Validator.getDespesasRateada
(MInvoiceLine l) Base_Validator.getQuantidadeTotalLinhas
(MInvoiceLine[] lines) boolean
BrERPTaxProvider.recalculateTax
(MTaxProvider provider, MInvoiceLine line, boolean newRecord) void
Base_Validator.setRetunedRate
(MInvoiceLine il) Define o percentual da devolução do itemboolean
BrERPTaxProvider.updateHeaderTax
(MTaxProvider provider, MInvoiceLine line) boolean
BrERPTaxProvider.updateInvoiceTax
(MTaxProvider provider, MInvoiceLine line) -
Uses of MInvoiceLine in org.brerp.base.model
Modifier and TypeMethodDescriptionstatic List<MCOFCComexInfo>
MCOFCComexInfo.getFromInvoiceLine
(MInvoiceLine il) getLines from MInvoiceLine return q.first -
Uses of MInvoiceLine in org.brerp.sped.nfe.model
Modifier and TypeMethodDescriptionvoid
MLBRDocFiscalLine.setC_InvoiceLine
(MInvoiceLine iLine) Define as informações de uma Linha de Documento Fiscal com base em um documento de fatura Usado em casos comuns de venda, simples faturamento, devolução, etc ATENÇÃO: quando alterar este método, considerar também modificar os métodos: -- {@link MLBRDocFiscalLine#setC_InvoiceLine(MInvoiceLine)
ModifierConstructorDescriptionMLBRDocFiscalLine
(MLBRDocFiscal doc, MInvoiceLine line) Cria uma linha de documento fiscal com base em uma linha de Fatura -
Uses of MInvoiceLine in org.compiere.model
Modifier 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 MatchInvModifier 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 MAssetChange
MAssetChange.createInvoiceTrade
(MInvoiceLine invLine, boolean arcDoc) static 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) ModifierConstructorDescriptionMInvoiceLine
(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