Uses of Class
org.compiere.model.MMatchPO
-
Packages that use MMatchPO Package Description org.compiere.model Provides for.... -
-
Uses of MMatchPO in org.compiere.model
Methods in org.compiere.model that return MMatchPO Modifier and Type Method Description protected static MMatchPO
MMatchPO. create(Properties ctx, MInvoiceLine iLine, MInOutLine sLine, int C_OrderLine_ID, Timestamp dateTrx, BigDecimal qty, String trxName)
static MMatchPO
MMatchPO. create(MInvoiceLine iLine, MInOutLine sLine, Timestamp dateTrx, BigDecimal qty)
Find/Create PO(Inv) Matchstatic MMatchPO[]
MMatchPO. get(Properties ctx, int C_OrderLine_ID, int C_InvoiceLine_ID, String trxName)
Get PO Match with order/invoicestatic MMatchPO[]
MMatchPO. get(Properties ctx, int M_InOutLine_ID, String trxName)
Get PO Match of Receipt Linestatic MMatchPO[]
MMatchPO. getInOut(Properties ctx, int M_InOut_ID, String trxName)
Get PO Matches of receiptstatic MMatchPO[]
MMatchPO. getInvoice(Properties ctx, int C_Invoice_ID, String trxName)
Get PO Matches of Invoicestatic MMatchPO[]
MMatchPO. getOrderLine(Properties ctx, int C_OrderLine_ID, String trxName)
Get PO Matches for OrderLineMethods in org.compiere.model that return types with arguments of type MMatchPO Modifier and Type Method Description static List<MMatchPO>
MatchPOAutoMatch. getNotMatchedMatchPOList(Properties ctx, int C_OrderLine_ID, String trxName)
Methods in org.compiere.model with parameters of type MMatchPO 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 void
MatchPOAutoMatch. match(Properties ctx, int C_OrderLine_ID, MMatchPO currentPO, String trxName)
auto match matchpo
-