Task Labour Auto Capture on Status Changes

  • 18 March 2022
  • 0 replies
  • 42 views

Userlevel 5
Badge +15

Hi Team,

Below are the steps which I have followed.

Can you please see if aligns to the best practices or if we need to do it any differently.

  1. Confirm the Task Status Flow is defined as required
    1. My Scenario : ACCEPTED --> ENROUTE --> ARRIVED --> IN PROCESS --> READYTOCOMP --> COMP
  2. Confirm the Mobile SYNC RULE for TIME_CLOCK, TIME_CLOCK_EVENT & TIME_EVENT have required conditions
  3. Navigate to ADMIN --> TIME CLOCK
    1. Define as below for Labour Calculation
      1. Description : Task Status Labour
      2. Active : True
      3. Table Name : TASK
      4. Column Name : TASK_STATUS
      5. Line Code : Labour
      6. Time Unit : Minutes
      7. Rounding Direction : Up
      8. Char 1 Col Name : TASK_STATUS
      9. Num 1 Col Name : TASK_ID
      10. Rules as below
  4. Define as below for Travel Calculation
    1. Description : Task Status Travel
    2. Active : True
    3. Table Name : TASK
    4. Column Name : TASK_STATUS
    5. Line Code : Labour
    6. Time Unit : Minutes
    7. Rounding Direction : Up
    8. Char 1 Col Name : TASK_STATUS
    9. Num 1 Col Name : TASK_ID
    10. Rules as below
    11.  

  5. Re-Initialize FSM Mobile to load the settings
  6. Once Statuses are changed from
    1. ACCEPTED --> ENROUTE : the Travel would start
    2. ENROUTE --> ARRIVED : Travel would stop & Labour would start
    3. ARRIVED --> IN PROCESS : No Change
    4. IN PROCESS --> READYTOCOMP : Labour would Stop
  7. Can validate the data in the table "time_clock_event"
    1.  

  8. Also, the Non Part Usage will be captured on the Task Object

    1. FSM
    2. FSM Mobile

    3.  

 

 

 

 

 


This topic has been closed for comments