Adempiere 3.5.2a

org.compiere.model
Class CalloutBankStatement

java.lang.Object
  extended by org.compiere.model.CalloutEngine
      extended by org.compiere.model.CalloutBankStatement
All Implemented Interfaces:
Callout

public class CalloutBankStatement
extends CalloutEngine

Bank Statement Callout

Version:
$Id: CalloutBankStatement.java,v 1.3 2006/07/30 00:51:05 jjanke Exp $
Author:
Jorg Janke

Field Summary
 
Fields inherited from class org.compiere.model.CalloutEngine
log, NO_ERROR
 
Constructor Summary
CalloutBankStatement()
           
 
Method Summary
 String amount(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          BankStmt - Amount.
 String bankAccount(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Bank Account Changed.
 String payment(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          BankStmt - Payment.
 
Methods inherited from class org.compiere.model.CalloutEngine
convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalloutBankStatement

public CalloutBankStatement()
Method Detail

bankAccount

public String bankAccount(Properties ctx,
                          int WindowNo,
                          GridTab mTab,
                          GridField mField,
                          Object value)
Bank Account Changed. Update Beginning Balance

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

amount

public String amount(Properties ctx,
                     int WindowNo,
                     GridTab mTab,
                     GridField mField,
                     Object value)
BankStmt - Amount. Calculate ChargeAmt = StmtAmt - TrxAmt - InterestAmt or id Charge is entered - InterestAmt = StmtAmt - TrxAmt - ChargeAmt

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

payment

public String payment(Properties ctx,
                      int WindowNo,
                      GridTab mTab,
                      GridField mField,
                      Object value)
BankStmt - Payment. Update Transaction Amount when payment is selected

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.