Remove Immigration Field & Adding Rules

Discuss Technical Queries about OrangeHRM
Post Reply
ahba93
Posts:2
Joined:Wed Feb 26, 2020 4:22 am
Remove Immigration Field & Adding Rules

Post by ahba93 » Wed Feb 26, 2020 4:27 am

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.
Attachments
imigration.PNG
imigration.PNG (5.68KiB)Viewed 8717 times

kavitha
Posts:64
Joined:Thu Mar 15, 2018 8:24 am

Re: Remove Immigration Field & Adding Rules

Post by kavitha » Wed Feb 26, 2020 11:04 am

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
Regards
Kavitha G

ahba93
Posts:2
Joined:Wed Feb 26, 2020 4:22 am

Re: Remove Immigration Field & Adding Rules

Post by ahba93 » Fri Feb 28, 2020 8:26 am

What feature? 'Remove field' feature?

polecat
Posts:1
Joined:Fri Feb 12, 2021 8:52 am

Re: Remove Immigration Field & Adding Rules

Post by polecat » Fri Feb 12, 2021 8:56 am

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

Post Reply