Class 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 Detail

      • CalloutTimeExpense

        public CalloutTimeExpense()
    • Method Detail

      • 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
        Parameters:
        ctx - context
        WindowNo - current Window No
        mTab - Grid Tab
        mField - Grid Field
        value - New Value
        Returns:
        null or error message