org.compiere.sqlj
Class Account
java.lang.Object
org.compiere.sqlj.Account
public class Account
- extends Object
SQLJ Account related Functions
- Version:
- $Id: Account.java,v 1.3 2006/07/30 00:59:07 jjanke Exp $
- Author:
- Jorg Janke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Account
public Account()
balance
public static BigDecimal balance(int p_Account_ID,
BigDecimal p_AmtDr,
BigDecimal p_AmtCr)
throws SQLException
- Get Balance based on Account Sign and Type.
Acct_Balance - acctBalance
If an account is specified and found
- If the account sign is Natural it sets it based on Account Type
- Parameters:
p_Account_ID - accountp_AmtDr - debitp_AmtCr - credit
- Returns:
- cr or dr balance
- Throws:
SQLException
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.