Class MatchPOAutoMatch


  • public class MatchPOAutoMatch
    extends Object
    Author:
    hengsin
    • Constructor Detail

      • MatchPOAutoMatch

        public MatchPOAutoMatch()
    • 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 -