org.compiere.model
Class CalloutCashJournal
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutCashJournal
- All Implemented Interfaces:
- Callout
public class CalloutCashJournal
- extends CalloutEngine
Cash Book Journal Callouts
- Version:
- $Id: CalloutCashJournal.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
- Author:
- Jorg Janke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalloutCashJournal
public CalloutCashJournal()
invoice
public String invoice(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
- Cash Journal Line Invoice.
when Invoice selected
- set C_Currency, DiscountAnt, Amount, WriteOffAmt
- Parameters:
ctx - contextWindowNo - window nomTab - tabmField - fieldvalue - value
- Returns:
- null or error message
amounts
public String amounts(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
- Cash Journal Line Invoice Amounts.
when DiscountAnt, Amount, WriteOffAmt change
making sure that add up to InvTotalAmt (created by CashJournal_Invoice)
- 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.