orangehrm

Orange Hrm 3.1- adding new menu title to tab

僤鯓⒐⒋嵵緔 提交于 2020-01-02 07:09:17
问题 i m new to symfony framework , i m using orangehrm-3.1.1 i have added a new menu title in the second level tab , but i dont know how to navigate to the particualar href link. Please help me out with the steps. 回答1: Here is how I add menu item via database. To add a menu in orangehrm there are 3 tables you should check: ohrm_screen ohrm_menu_item (the menu hierarchy) ohrm_user_role_screen (the user role permissions to specific screen) First, add your link into ohrm_screen , specify your module

Csrf token validation failed in OrangeHrm after Apache update to 2.4.27

本秂侑毒 提交于 2019-12-24 23:01:26
问题 Getting following error while trying to login. I have been tested with most of the browser , yet same error. Running with php 5.6. Is there any idea , what aspect should i look into to resolve the issue. I have been looked through error logs , but unable to find any hints of this error. Does it something to do with apache or OrangeHrm. 回答1: Thanks guys, whoever tried to help, I have been resolved the issue and i think it may helpful for others if have similar issue: In apache2 the cookie was

How to add custom input field in orangehrm (add vacancy section)

天涯浪子 提交于 2019-12-23 02:32:17
问题 I need to add custom filed textbox(skill) in add vacancy section in orangehrm. I am trying following code.It show text filed in the form but not add in the database. orangehrm-3.1\symfony\plugins\orangehrmRecruitmentPlugin\modules\recruitment\templates\addJobVacancySuccess.php Code:- <?php use_stylesheet(plugin_web_path('orangehrmRecruitmentPlugin', 'css/addJobVacancySuccess')); use_javascript(plugin_web_path('orangehrmRecruitmentPlugin', 'js/addJobVacancySuccess')); ?> <div class="box" id=

Orange HRM is not Working for PHP 7

可紊 提交于 2019-12-12 03:55:24
问题 I updated my server from PHP 5.5 to PHP 7. Now Orange HRM is not Working. Production is on hr.oyasys.com . Error happen only after login (http://hr.oyasys.com/index.php/dashboard) stack trace at () in SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 182 ... if ($this->getActionStack()->getSize() >= $this->maxForwards) { // let's kill this party before it turns into cpu cycle hell throw new sfForwardException('Too many forwards have been detected for this request.'); }

Orange HRM 3.1 leave list customization

被刻印的时光 ゝ 提交于 2019-12-11 11:07:51
问题 In orangehrm3.1 I want to customize view leave request page. If leave request day is greater than 3 I need to hide Actions list box for supervisor. How do I do this? Currently editing in LeaveListConfigurationFactory.php $leaveRequestService = new LeaveRequestService(); $header7->populateFromArray(array( 'name' => 'Actions', 'width' => '10%', 'isSortable' => false, 'isExportable' => false, 'elementType' => 'leaveListAction', 'textAlignmentStyle' => 'left', 'elementProperty' => array(

Orange Hrm 3.1- adding new menu title to tab

a 夏天 提交于 2019-12-05 21:51:44
i m new to symfony framework , i m using orangehrm-3.1.1 i have added a new menu title in the second level tab , but i dont know how to navigate to the particualar href link. Please help me out with the steps. Here is how I add menu item via database. To add a menu in orangehrm there are 3 tables you should check: ohrm_screen ohrm_menu_item (the menu hierarchy) ohrm_user_role_screen (the user role permissions to specific screen) First, add your link into ohrm_screen , specify your module_id and action_url (Check the module_id in ohrm_module ). After that add the screen into ohrm_menu_item