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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalloutBankStatement
public CalloutBankStatement()
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
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.