Page tree
Skip to end of metadata
Go to start of metadata

This program manages service and maintenance jobs needed in the hotel.
This can be in a room, restaurant, shop, spa, venue, but also in the public areas.
Initially, a job is created. The job can be created from different sources:

  • Housekeeping - Maintenance staff using their mobile App
  • The operator if jobs are reported by phone
  • The guest if he reports a job through the Guest App.

When the job is reported the job is not assigned yet. Only if the job is handled by the operator, it might be assigned immediately.
There are 2 duration periods:

  • assignDuration, which is the maximum time it should take to assign a job, at this moment the existing records have a value of 1 minute for testing purposes.
  • jobDuration, which is the maximum time allowed to perform the job.
  • Manual Refresh - The grid can be manually refreshed.
  • Auto Refresh - Set the time for the auto-refresh.


    Pending → The job is recorded in E-Hors, the job must be assigned within the assignDuration, else the status changes to Pending Overdue.
    Assigned → The job is assigned, if the job has not been reported "completed" within the jobDuration the job changes to Assigned Overdue.
    Completed → When the job is completed, the job can be closed. However, if the service involves an item that needs to be returned, the button close is disabled, only when returned is 'y', the button close is enabled. 

How to Add Service Job?

  1. Click the add new record. A new box will pop up.
  2. Select if the service job is for the room, Outlet, Venue, or location.
  3. Select the service type if it's a guest or a repair.
  4. Service name: You can also search the name of the services here.
  5. Enter the Qty.
  6. Select the Service name, you can select multiple service names.
  7. Enter the remarks for this task.
  8. Select the assigned staff that handles the task.
  9. Click Submit when done.


Notify Assignee

This is how it looks like after submit, the status will be "pending". 

Click the "notify Assignee". The assignee will receive a message and the set duration will start counting. 

How to attached a photo?

  1. A picture of the service can also be attached by clicking the button "Pics". 
  2. Click the "Add New Record".
  3. Select the files that you want to upload.
  4. Click submit when done.

Completed

  1. Once the task is done, click the button completed.  The "close" button will be enabled if the item is not a returnable item.
  2. When the job is completed, the job can be closed. However, if the service involves an item that needs to be returned, the button close is disabled, only when returned is 'y', the button close is enabled. 


  • No labels