Package org.compiere.model
Class CalloutInvoiceBatch
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutInvoiceBatch
- All Implemented Interfaces:
Callout
Callouts for Invoice Batch
- Version:
- $Id: CalloutInvoiceBatch.java,v 1.3 2006/07/30 00:51:03 jjanke Exp $
- Author:
- Jorg Janke
-
Field Summary
Fields inherited from class org.compiere.model.CalloutEngine
additionalArgs, ARG_SEPARATOR, log, NO_ERROR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionamt
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Invoice - AmountbPartner
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Invoice Batch Line - BPartnercharge
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Invoice Batch Line - Chargedate
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Invoice Batch Line - DateInvoiceddocType
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Document Typetax
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Invoice Line - TaxMethods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
Constructor Details
-
CalloutInvoiceBatch
public CalloutInvoiceBatch()
-
-
Method Details
-
date
Invoice Batch Line - DateInvoiced. - updates DateAcct- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-
bPartner
Invoice Batch Line - BPartner. - C_BPartner_Location_ID - AD_User_ID - PaymentRule - C_PaymentTerm_ID- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-
docType
Document Type. - called from DocType- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-
charge
Invoice Batch Line - Charge. - updates PriceEntered from Charge Calles tax- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-
tax
Invoice Line - Tax. - basis: Charge, BPartner Location - sets C_Tax_ID Calles Amount- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-
amt
Invoice - Amount. - called from QtyEntered, PriceEntered - calculates LineNetAmt- Parameters:
ctx
- contextWindowNo
- window nomTab
- tabmField
- fieldvalue
- value- Returns:
- null or error message
-