Package org.compiere.model
Class CalloutBankStatement
- java.lang.Object
-
- org.compiere.model.CalloutEngine
-
- 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
additionalArgs, ARG_SEPARATOR, log, NO_ERROR
-
-
Constructor Summary
Constructors Constructor Description CalloutBankStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
-
-
-
Method Detail
-
bankAccount
public String bankAccount(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
Bank Account Changed. Update Beginning Balance- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- 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
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- 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
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-
-