Compiere 3.1

org.compiere.model
Class CalloutInvoiceBatch

java.lang.Object
  extended by org.compiere.model.CalloutEngine
      extended by org.compiere.model.CalloutInvoiceBatch
All Implemented Interfaces:
Callout

Deprecated.

@Deprecated
public class CalloutInvoiceBatch
extends CalloutEngine

Callouts for Invoice Batch

Version:
$Id: CalloutInvoiceBatch.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
Author:
Jorg Janke

Constructor Summary
CalloutInvoiceBatch()
          Deprecated.  
 
Method Summary
 String amt(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Invoice - Amount
 String bPartner(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Invoice Batch Line - BPartner
 String charge(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Invoice Batch Line - Charge
 String date(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Invoice Batch Line - DateInvoiced
 String docType(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Document Type
 String tax(Ctx ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
          Deprecated. Invoice Line - Tax
 
Methods inherited from class org.compiere.model.CalloutEngine
convert, dateAcct, isCalloutActive, rate, setCalloutActive, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalloutInvoiceBatch

public CalloutInvoiceBatch()
Deprecated. 
Method Detail

date

public String date(Ctx ctx,
                   int WindowNo,
                   GridTab mTab,
                   GridField mField,
                   Object value)
Deprecated. 
Invoice Batch Line - DateInvoiced. - updates DateAcct

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

bPartner

public String bPartner(Ctx ctx,
                       int WindowNo,
                       GridTab mTab,
                       GridField mField,
                       Object value)
Deprecated. 
Invoice Batch Line - BPartner. - C_BPartner_Location_ID - AD_User_ID - PaymentRule - C_PaymentTerm_ID

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

docType

public String docType(Ctx ctx,
                      int WindowNo,
                      GridTab mTab,
                      GridField mField,
                      Object value)
Deprecated. 
Document Type. - called from DocType

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

charge

public String charge(Ctx ctx,
                     int WindowNo,
                     GridTab mTab,
                     GridField mField,
                     Object value)
Deprecated. 
Invoice Batch Line - Charge. - updates PriceEntered from Charge Calles tax

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

tax

public String tax(Ctx ctx,
                  int WindowNo,
                  GridTab mTab,
                  GridField mField,
                  Object value)
Deprecated. 
Invoice Line - Tax. - basis: Charge, BPartner Location - sets C_Tax_ID Calles Amount

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

amt

public String amt(Ctx ctx,
                  int WindowNo,
                  GridTab mTab,
                  GridField mField,
                  Object value)
Deprecated. 
Invoice - Amount. - called from QtyEntered, PriceEntered - calculates LineNetAmt

Parameters:
ctx - context
WindowNo - window no
mTab - tab
mField - field
value - value
Returns:
null or error message

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.