Page 1 of 1

Remove Immigration Field & Adding Rules

Posted: Wed Feb 26, 2020 4:27 am
by ahba93
Hello, few question.

1. How to remove this Immigration section on staff profile? (refer to an attachment)
2. How to set some duration before apply for leave. Let say, staff require to apply leave 5 days early before the date they choose to take a leave or else system will not allowed it or some notification will popup.

Re: Remove Immigration Field & Adding Rules

Posted: Wed Feb 26, 2020 11:04 am
by kavitha
Hi

This features are not available in OrangeHRM opensource version.

You need to customise the OrangeHRM open source code to get these features available. Please contact sales@orangehrm.com


Regards
Kavitha

Re: Remove Immigration Field & Adding Rules

Posted: Fri Feb 28, 2020 8:26 am
by ahba93
What feature? 'Remove field' feature?

Re: Remove Immigration Field & Adding Rules

Posted: Fri Feb 12, 2021 8:56 am
by polecat
Hi I removed the Immigration Field from Left menu simply comment the rows
'viewImmigration' => array(
'module' => 'pim',
'data_groups' => array('immigration', 'immigration_attachment', 'immigration_custom_fields'),
'label' => 'Immigration'),

On PIMLeftMenuService.php file