Class CalloutTimeExpense

java.lang.Object
org.compiere.model.CalloutEngine
org.compiere.model.CalloutTimeExpense
All Implemented Interfaces:
Callout

public class CalloutTimeExpense extends CalloutEngine
Time and Expense Report Callout
Version:
$Id: CalloutTimeExpense.java,v 1.3 2006/07/30 00:51:02 jjanke Exp $
Author:
Jorg Janke
  • Constructor Details

    • CalloutTimeExpense

      public CalloutTimeExpense()
  • Method Details

    • product

      public String product(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
      Expense Report Line - called from M_Product_ID, S_ResourceAssignment_ID - set ExpenseAmt
      Parameters:
      ctx - context
      WindowNo - current Window No
      mTab - Grid Tab
      mField - Grid Field
      value - New Value
      Returns:
      null or error message
    • amount

      public String amount(Properties ctx, int WindowNo, GridTab mTab, GridField mField, Object value)
      Expense - Amount. - called from ExpenseAmt, C_Currency_ID - calculates ConvertedAmt and Line Net Amount
      Parameters:
      ctx - context
      WindowNo - current Window No
      mTab - Grid Tab
      mField - Grid Field
      value - New Value
      Returns:
      null or error message