Uses of Class
org.compiere.model.MInvoice
-
Packages that use MInvoice Package Description org.adempiere.model org.compiere.grid org.compiere.model Provides for.... -
-
Uses of MInvoice in org.adempiere.model
Methods in org.adempiere.model with parameters of type MInvoice Modifier and Type Method Description boolean
ITaxProvider. calculateInvoiceTaxTotal(MTaxProvider provider, MInvoice invoice)
-
Uses of MInvoice in org.compiere.grid
Fields in org.compiere.grid declared as MInvoice Modifier and Type Field Description protected MInvoice
CreateFromShipment. m_invoice
Loaded Invoice -
Uses of MInvoice in org.compiere.model
Fields in org.compiere.model declared as MInvoice Modifier and Type Field Description protected MInvoice
MCashLine. m_invoice
Invoiceprotected MInvoice
MInvoiceLine. m_parent
ParentMethods in org.compiere.model that return MInvoice Modifier and Type Method Description static MInvoice
MInvoice. copyFrom(MInvoice from, Timestamp dateDoc, int C_DocTypeTarget_ID, boolean isSOTrx, boolean counter, String trxName, boolean setOrder)
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)
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)
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 dbMInvoice
MAllocationLine. getInvoice()
Get InvoiceMInvoice
MCashLine. getInvoice()
Get InvoiceMInvoice
MDunningRunLine. getInvoice()
Get InvoiceMInvoice
MPaymentAllocate. getInvoice()
Get InvoiceMInvoice
MPaySelectionLine. getInvoice()
Get InvoiceMInvoice[]
MOrder. getInvoices()
Get Invoices of OrderMInvoice[]
MProject. getMInvoices()
Return the Invoices Generated for this Projectstatic MInvoice[]
MInvoice. getOfBPartner(Properties ctx, int C_BPartner_ID, String trxName)
Get Payments Of BPartnerMInvoice
MRMA. getOriginalInvoice()
Get the original invoice on which the shipment/receipt defined is based upon.MInvoice
MInvoiceLine. getParent()
Get ParentMInvoice
MInvoicePaySchedule. getParent()
Methods in org.compiere.model with parameters of type MInvoice Modifier and Type Method Description boolean
MPaymentTerm. apply(MInvoice invoice)
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)
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)
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)
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
MInvoicePaySchedule. setParent(MInvoice parent)
Constructors in org.compiere.model with parameters of type MInvoice Constructor Description MInOut(MInvoice invoice, int C_DocTypeShipment_ID, Timestamp movementDate, int M_Warehouse_ID)
Invoice Constructor - create header onlyMInvoice(Properties ctx, MInvoice copy)
MInvoice(Properties ctx, MInvoice copy, String trxName)
MInvoice(MInvoice copy)
MInvoiceLine(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
-