Package org.compiere.model
Class CalloutBankStatement
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutBankStatement
- All Implemented Interfaces:
Callout
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
-
Method Summary
Modifier and TypeMethodDescriptionamount
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) BankStmt - Amount.bankAccount
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Bank Account Changed.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
-
Constructor Details
-
CalloutBankStatement
public CalloutBankStatement()
-
-
Method Details
-
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
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
BankStmt - Payment. Update Transaction Amount when payment is selected- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-