Uses of Class
org.compiere.model.MMatchInv
Packages that use MMatchInv
Package
Description
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 MMatchInv in org.compiere.model
Fields in org.compiere.model declared as MMatchInvMethods in org.compiere.model that return MMatchInvModifier and TypeMethodDescriptionprotected static MMatchInv
MMatchPO.createMatchInv
(MMatchPO mpo, int C_InvoiceLine_ID, int M_InOutLine_ID, BigDecimal qty, Timestamp dateTrx, String trxName) Create MatchInv recordstatic MMatchInv[]
MMatchInv.get
(Properties ctx, int M_InOutLine_ID, int C_InvoiceLine_ID, String trxName) Get InOut-Invoice Matchesstatic MMatchInv[]
MMatchInv.getInOut
(Properties ctx, int M_InOut_ID, String trxName) Get Invoice Matches for InOutstatic MMatchInv[]
MMatchInv.getInOutLine
(Properties ctx, int M_InOutLine_ID, String trxName) Get Invoice Matches for InOutLinestatic MMatchInv[]
MMatchInv.getInvoice
(Properties ctx, int C_Invoice_ID, String trxName) Get InOut Matches for Invoicestatic MMatchInv[]
MMatchInv.getInvoiceLine
(Properties ctx, int C_InvoiceLine_ID, String trxName) Get InOut Matches for InvoiceLineMMatchPO.getMatchInvCreated()
Get the match inv created for immediate accounting posting.Methods in org.compiere.model with parameters of type MMatchInvModifier and TypeMethodDescriptionstatic MAssetAddition
MAssetAddition.createAsset
(MMatchInv match) Create Asset and asset Addition from MMatchInv.protected void
MMatchPO.setMatchInvCreated
(MMatchInv matchInv) Register the match inv created for immediate accounting postingConstructors in org.compiere.model with parameters of type MMatchInv