Uses of Class
org.compiere.model.MInvoice
Packages that use MInvoice
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 MInvoice in org.adempiere.model
Methods in org.adempiere.model with parameters of type MInvoiceModifier and TypeMethodDescriptionboolean
ITaxProvider.calculateInvoiceTaxTotal
(MTaxProvider provider, MInvoice invoice) Calculate invoice tax total -
Uses of MInvoice in org.brerp.bancosbrasileiros.model
Methods in org.brerp.bancosbrasileiros.model with parameters of type MInvoiceModifier and TypeMethodDescriptionstatic MCOFTitulo
MCOFTitulo.genTitulo
(MInvoice invoice, MInvoicePaySchedule ips, int COF_C_BankIntegration_ID, int AD_Org_ID, String trxName) Generate Titulostatic MCOFCCheckAllocate[]
MCOFCCheckAllocate.getAllocations
(MInvoice invoice, MInvoicePaySchedule ips) Retorna Todas as Alocações para uma determinada Faturastatic MCOFTitulo[]
MCOFTitulo.getTitulo
(MLBRDocFiscal docFiscal, MInvoice invoice, String trxName) Retorna os Titulos Bancários válidos de um documento fiscalstatic List<MCOFTitulo>
MCOFTitulo.getTitulos
(MInvoice invoice) Retorna todos os titulos validos de uma fatura e que ja tenha sido impressos (gerado boleto)static List<MCOFCCheckAllocate>
MCOFCCheckAllocate.getValorCheque
(MInvoice invoice, MInvoicePaySchedule ips) ticekt 6991 Retorna uma lista com todas as alocações para uma Fatura -
Uses of MInvoice in org.brerp.base.component
Methods in org.brerp.base.component that return MInvoiceModifier and TypeMethodDescriptionstatic MInvoice
Base_Validator.createInvoice
(MOrder order, MDocType dt, MInOut shipment, Timestamp invoiceDate) Create InvoiceBase_Validator.criaFaturaItemSubs
(int sequenciaDocumento, MOrder order, MInvoice inv, Integer docType, Integer user2_ID, Integer paymentTermID, Integer COF_FaturaCF_ID, boolean linkOrder) MInvoice[]
Base_Validator.getRetentionsInvoice
(String whereClause, String trxName) Methods in org.brerp.base.component with parameters of type MInvoiceModifier and TypeMethodDescriptionboolean
BrERPTaxProvider.calculateInvoiceTaxTotal
(MTaxProvider provider, MInvoice invoice) void
Base_Validator.corrigeImpostos
(Properties ctx, MInvoiceLine linha, Integer docTypeID, MInvoice faturaOriginal, String trxName) Base_Validator.criaFaturaItemSubs
(int sequenciaDocumento, MOrder order, MInvoice inv, Integer docType, Integer user2_ID, Integer paymentTermID, Integer COF_FaturaCF_ID, boolean linkOrder) Base_Validator.criaLinhaItemSubs
(Properties ctx, MInvoice faturaOriginal, MInvoice fatura, MCOFItemSubstituto is, Integer M_InOutLine_ID, BigDecimal qty, boolean limpaDespesas, String trxName) Object[]
-
Uses of MInvoice in org.brerp.sped.nfe.model
Methods in org.brerp.sped.nfe.model with parameters of type MInvoiceModifier and TypeMethodDescriptionvoid
MCOFRPS.detalhesDescricao
(MInvoice invoice) void
MCOFRPS.setInvoice
(MInvoice inv, boolean force) Set Invoicevoid
MLBRDocFiscal.setInvoice
(MInvoice inv, boolean force) Set InvoiceConstructors in org.brerp.sped.nfe.model with parameters of type MInvoice -
Uses of MInvoice in org.brerp.tms.base.util
Methods in org.brerp.tms.base.util with parameters of type MInvoiceModifier and TypeMethodDescriptionIImpressaoConsolidada.obterPdfsAdicionais
(ProcessInfo pi, MInvoice fatura) Este método é excutado caso o Tipo e Documento Base da impressão consolidada seja Ordem de Venda. -
Uses of MInvoice in org.compiere.grid
Fields in org.compiere.grid declared as MInvoice -
Uses of MInvoice in org.compiere.model
Fields in org.compiere.model declared as MInvoiceModifier and TypeFieldDescriptionprotected MInvoice
MCashLine.m_invoice
Invoiceprotected MInvoice
MInvoiceLine.m_parent
ParentMethods in org.compiere.model that return MInvoiceModifier and TypeMethodDescriptionstatic MInvoice
MInvoice.copyFrom
(MInvoice from, Timestamp dateDoc, int C_DocTypeTarget_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder, boolean isReversal) Deprecated.Create new Invoice by copyingstatic MInvoice
MInvoice.copyFrom
(MInvoice from, Timestamp dateDoc, Timestamp dateAcct, int C_DocTypeTarget_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder, boolean isReversal) Create new Invoice by copyingstatic MInvoice
MInvoice.copyFrom
(MInvoice from, Timestamp dateDoc, Timestamp dateAcct, int C_DocTypeTarget_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder, String documentNo, boolean isReversal) Create new Invoice by copyingprotected MInvoice
MOrder.createInvoice
(MDocType dt, MInOut shipment, Timestamp invoiceDate) Create Invoicestatic MInvoice
MInvoice.get
(int C_Invoice_ID) Get MInvoice from DBstatic MInvoice
MInvoice.get
(Properties ctx, int C_Invoice_ID) Get MInvoice from DBMAllocationLine.getInvoice()
Get InvoiceMCashLine.getInvoice()
Get InvoiceMDunningRunLine.getInvoice()
Get InvoiceMPaymentAllocate.getInvoice()
Get InvoiceMPaySelectionLine.getInvoice()
Get InvoiceMInvoice[]
MOrder.getInvoices()
Get Invoices of OrderMInvoice[]
MProject.getMInvoices()
Get Invoices Generated for this Projectstatic MInvoice[]
MInvoice.getOfBPartner
(Properties ctx, int C_BPartner_ID, String trxName) Get invoices Of BPartnerMRMA.getOriginalInvoice()
Get the original invoice on which the shipment/receipt defined is based upon.MInvoiceLine.getParent()
Get ParentMInvoicePaySchedule.getParent()
Methods in org.compiere.model with parameters of type MInvoiceModifier and TypeMethodDescriptionboolean
Apply Payment Term to Invoiceboolean
StandardTaxProvider.calculateInvoiceTaxTotal
(MTaxProvider provider, MInvoice invoice) static MInvoice
MInvoice.copyFrom
(MInvoice from, Timestamp dateDoc, int C_DocTypeTarget_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder, boolean isReversal) Deprecated.Create new Invoice by copyingstatic MInvoice
MInvoice.copyFrom
(MInvoice from, Timestamp dateDoc, Timestamp dateAcct, int C_DocTypeTarget_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder, boolean isReversal) Create new Invoice by copyingstatic MInvoice
MInvoice.copyFrom
(MInvoice from, Timestamp dateDoc, Timestamp dateAcct, int C_DocTypeTarget_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder, String documentNo, boolean isReversal) Create new Invoice by copyingint
MInvoice.copyLinesFrom
(MInvoice otherInvoice, boolean counter, boolean setOrder) Copy Lines From other Invoice.int
MInvoice.copyLinesFrom
(MInvoice otherInvoice, boolean counter, boolean setOrder, boolean copyClientOrg) Copy Lines From other Invoice.void
MCashLine.setInvoice
(MInvoice invoice) Set Invoice - no discountvoid
MDunningRunLine.setInvoice
(MInvoice invoice) Set Invoicevoid
MInvoiceLine.setInvoice
(MInvoice invoice) Set Defaults from Order.void
void
MInOut.updateFrom
(MOrder order, MInvoice invoice, MRMA rma) Update from order/invoice/rma if linked to another order/invoice/rma - remove link if no link set itConstructors in org.compiere.model with parameters of type MInvoiceModifierConstructorDescriptionInvoice Constructor - create header onlyMInvoice
(Properties ctx, MInvoice copy) Copy constructorMInvoice
(Properties ctx, MInvoice copy, String trxName) Copy constructorCopy constructorMInvoiceLine
(MInvoice invoice) Parent ConstructorMInvoicePaySchedule
(MInvoice invoice, MPaySchedule paySchedule) Parent ConstructorMTaxDeclarationLine
(MTaxDeclaration parent, MInvoice invoice, MInvoiceLine iLine) Parent ConstructorMTaxDeclarationLine
(MTaxDeclaration parent, MInvoice invoice, MInvoiceTax tLine) Parent Constructor -
Uses of MInvoice in org.idempiere.apps.form
Methods in org.idempiere.apps.form that return MInvoiceModifier and TypeMethodDescriptionBOMDrop.saveInvoiceLines
(int C_Invoice_ID, List<BOMDrop.SelectedItem> selectedItems, String trxName)