org.compiere.model
Class CalloutPaySelection
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutPaySelection
- All Implemented Interfaces:
- Callout
public class CalloutPaySelection
- extends CalloutEngine
Payment Selection Callouts
- Version:
- $Id: CalloutPaySelection.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
globalqss - integrate Teo Sarca bug fix
[ 1623598 ] Payment Selection Line problem when selecting invoice
- Author:
- Jorg Janke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalloutPaySelection
public CalloutPaySelection()
payAmt
public String payAmt(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
- Payment Selection Line - Payment Amount.
- called from C_PaySelectionLine.PayAmt
- update DifferenceAmt
- Parameters:
ctx - contextWindowNo - current Window NomTab - Grid TabmField - Grid Fieldvalue - New Value
- Returns:
- null or error message
invoice
public String invoice(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
- Payment Selection Line - Invoice.
- called from C_PaySelectionLine.C_Invoice_ID
- update PayAmt & DifferenceAmt
- Parameters:
ctx - contextWindowNo - current Window NomTab - Grid TabmField - Grid Fieldvalue - New Value
- Returns:
- null or error message
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.