Package org.compiere.model
Class CalloutTimeExpense
java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutTimeExpense
- All Implemented Interfaces:
Callout
Time and Expense Report Callout
- Version:
- $Id: CalloutTimeExpense.java,v 1.3 2006/07/30 00:51:02 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 TypeMethodDescriptionamount
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Expense - Amountproduct
(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value) Expense Report Line - called from M_Product_ID, S_ResourceAssignment_ID - set ExpenseAmtMethods inherited from class org.compiere.model.CalloutEngine
checkPeriodOpen, convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start
-
Constructor Details
-
CalloutTimeExpense
public CalloutTimeExpense()
-
-
Method Details
-
product
Expense Report Line - called from M_Product_ID, S_ResourceAssignment_ID - set ExpenseAmt- Parameters:
ctx
- contextWindowNo
- current Window NomTab
- Grid TabmField
- Grid Fieldvalue
- New Value- Returns:
- null or error message
-
amount
Expense - Amount. - called from ExpenseAmt, C_Currency_ID - calculates ConvertedAmt and Line Net Amount- Parameters:
ctx
- contextWindowNo
- current Window NomTab
- Grid TabmField
- Grid Fieldvalue
- New Value- Returns:
- null or error message
-