Package org.compiere.model
Class MatchPOAutoMatch
- java.lang.Object
-
- org.compiere.model.MatchPOAutoMatch
-
public class MatchPOAutoMatch extends Object
- Author:
- hengsin
-
-
Constructor Summary
Constructors Constructor Description MatchPOAutoMatch()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<MMatchPO>
getNotMatchedMatchPOList(Properties ctx, int C_OrderLine_ID, String trxName)
static void
match(Properties ctx, int C_OrderLine_ID, MMatchPO currentPO, String trxName)
auto match matchpostatic void
unmatch(Properties ctx, int C_Invoice_ID, String trxName)
remove match between vendor invoice and vendor cm
-
-
-
Method Detail
-
getNotMatchedMatchPOList
public static List<MMatchPO> getNotMatchedMatchPOList(Properties ctx, int C_OrderLine_ID, String trxName)
- Parameters:
ctx
-C_OrderLine_ID
-trxName
-- Returns:
- not fully matched matchpo records
-
match
public static void match(Properties ctx, int C_OrderLine_ID, MMatchPO currentPO, String trxName)
auto match matchpo- Parameters:
ctx
-C_OrderLine_ID
-currentPO
-trxName
-
-
unmatch
public static void unmatch(Properties ctx, int C_Invoice_ID, String trxName)
remove match between vendor invoice and vendor cm- Parameters:
ctx
-C_Invoice_ID
-trxName
-
-
-