Uses of Class
org.compiere.model.MMatchInv
-
Packages that use MMatchInv Package Description org.compiere.model Provides for.... -
-
Uses of MMatchInv in org.compiere.model
Fields in org.compiere.model declared as MMatchInv Modifier and Type Field Description protected MMatchInv
MMatchPO. m_matchInv
Methods in org.compiere.model that return MMatchInv Modifier and Type Method Description protected static MMatchInv
MMatchPO. createMatchInv(MMatchPO mpo, int C_InvoiceLine_ID, int M_InOutLine_ID, BigDecimal qty, Timestamp dateTrx, String trxName)
static 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 Inv Matches for InOutstatic MMatchInv[]
MMatchInv. getInOutLine(Properties ctx, int M_InOutLine_ID, String trxName)
Get Inv Matches for InOutLinestatic MMatchInv[]
MMatchInv. getInvoice(Properties ctx, int C_Invoice_ID, String trxName)
Get Inv Matches for Invoicestatic MMatchInv[]
MMatchInv. getInvoiceLine(Properties ctx, int C_InvoiceLine_ID, String trxName)
Get Inv Matches for InvoiceLineMMatchInv
MMatchPO. getMatchInvCreated()
Get the match inv created for immediate accounting purposes Is cleared after read, so if you read twice second time it returns nullMethods in org.compiere.model with parameters of type MMatchInv Modifier and Type Method Description static 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 purposesConstructors in org.compiere.model with parameters of type MMatchInv Constructor Description MAsset(MMatchInv match)
Construct from MMatchInv
-