Field:supervisor acceptance@WorkSchedules

From MintHCM Wiki

Revision as of 11:53, 28 November 2019 by Mileckae (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Work Schedule - Supervisor Acceptance

Name supervisor_acceptance
Module Work Schedule
Type enum
Label Supervisor Acceptance
VName LBL_SUPERVISOR_ACCEPTANCE
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
* Waiting for acceptance,
* Not applicable,
* Accepted
Options List Name supervisor_acceptance_dom
Needs Validation No

Notes


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dashlet Work Schedule Manager Miscellaneous Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. Worked Task Time, Status
Feature:Work Schedule - Supervisor Acceptance Automation Automation The Supervisor Acceptance field is shown for a specific Work Schedule and is automatically changed when the user clicks specific buttons Supervisor Acceptance

Initiating

Related Integrations

Mentioned in other articles


Dev Notes

Location and Code definition

modules/WorkSchedules/vardefs.php

'supervisor_acceptance' => array( 'required' => false, 'name' => 'supervisor_acceptance', 'vname' => 'LBL_SUPERVISOR_ACCEPTANCE', 'type' => 'enum', 'massupdate' => 1, 'default' => 'wait', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => 100, 'size' => '20', 'options' => 'supervisor_acceptance_dom', 'studio' => 'visible', 'dependency' => false, 'vt_dependency' => "inArray(\$type,'holiday','overtime','home')", ),



To do


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dashlet Work Schedule Manager Miscellaneous Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. Worked Task Time, Status
Feature:Work Schedule - Supervisor Acceptance Automation Automation The Supervisor Acceptance field is shown for a specific Work Schedule and is automatically changed when the user clicks specific buttons Supervisor Acceptance

Initiating

Related Integrations

Mentioned in other articles


Dev Notes