Solved

Adding on/off shift button on main menu


Userlevel 1
Badge +4

Hi :-)
We want to include an on/off button/functionality for going on and off shifts on the front page/main menu of the mobile app so that our users can easily change their status without having to go through several clicks.

Is there a way to do this?

 

Currently using 

App version 6.13.7928

icon

Best answer by Anjula Priyanath 27 June 2022, 09:43

View original

2 replies

Userlevel 6
Badge +14

Hi @christine.munthe,

Work status tile gives the standard functionality. When tapping on the tile, the user will be asked to select the correct status(on shift, off shift, on break, off break).

But, if you need to have a tile in the home menu that allows you to directly change the work status to On Shift/ Off shift, you can create a custom tile in the Home menu. Then, you need to write a client script and bind it for the tap event of this custom tile. If you need to show the status dynamically on tile, then you can use a Count script as well.

Thanks.

Userlevel 1
Badge +4

Hi @christine.munthe,

Work status tile gives the standard functionality. When tap on the tile, user will be asked to select the correct status(on shift, off shift, on break, off break).

But, if you need to have a tile in the home menu which allow directly change the work status to On Shift/ Off shift, you can create a custom tile in Home menu. Then, you need to write a client script and bind it for tap event of this custom tile. If you need to show the status dynamically on tile, then you can use Count script as well.

Thanks.

This is exactly what I was looking for.

Thank you so much :-)

Reply