Compiere 3.1

org.compiere.acct
Class Matcher

java.lang.Object
  extended by org.compiere.acct.Matcher

public class Matcher
extends Object

Automatic Matching. Inv

Version:
$Id: Matcher.java,v 1.2 2006/07/30 00:53:33 jjanke Exp $
Author:
Jorg Janke

Field Summary
protected  CLogger log
          Logger
 
Constructor Summary
Matcher(int AD_Client_ID, String trxName)
          Constructor
 
Method Summary
 int match()
          Matching Derive Invoice-Receipt Match from PO-Invoice and PO-Receipt Purchase Order (20) - Invoice1 (10) - Invoice2 (10) - Receipt1 (5) - Receipt2 (15) (a) Creates Directs - Invoice1 - Receipt1 (5) - Invoice2 - Receipt2 (10) (b) Creates Indirects - Invoice1 - Receipt2 (5) (Not imlemented)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected CLogger log
Logger

Constructor Detail

Matcher

public Matcher(int AD_Client_ID,
               String trxName)
Constructor

Parameters:
AD_Client_ID - Client
trxName - transaction
Method Detail

match

public int match()
Matching
  Derive Invoice-Receipt Match from PO-Invoice and PO-Receipt
        Purchase Order (20)
  - Invoice1 (10)
  - Invoice2 (10)
  - Receipt1 (5)
  - Receipt2 (15)

        (a) Creates Directs
                - Invoice1 - Receipt1 (5)
                - Invoice2 - Receipt2 (10)

  (b) Creates Indirects
                - Invoice1 - Receipt2 (5)
  (Not imlemented)


  

Returns:
number of records created

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.