- The admin can set an owner of a job, so the payments comes from that job's owner and not from the system
- The admin can set which balance account to use to reward the user (and deduct from job owner)
- If the job owner does not have sufficient balance, his balance will go to negative
- The admin can set maximum clockin duration, which means the user will be considered clocked out after that duration and will not be rewarded after that duration.
/job has be redesigned to allow user to select from a menu, the jobs that he can use.
Setting Job's owner
The admin can set a job owner by following these steps:
- use
/admin-create job or /admin-edit job (for existing job) - specify the
owner optional input
Setting Job's maximum clockin duration
The same steps as Settings Job's owner, but fill in the max-duration input instead, setting it to 0, will be considered no limit.
Setting Job's Payment Balance Account
The same steps as Settings Job's owner, but fill in the account input instead. By default it will be set to the primary account (CASH)