Uses of Class
org.compiere.model.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
Modifier 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.Modifier 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 posting