Questions tagged [orangehrm]

OrangeHRM is an open-source human resource management system.

OrangeHRM is an open-source human resources management system, targeted towards small- and medium-sized enterprises.

80 questions
21
votes
1 answer

OrangeHRM: Google oauth redirects to login page after successful authorization instead of Dashboard

I am using opensource OrangeHRM and after logging in through admin, I went to: 1. Admin -> Configuration -> Social Media Authentication 2. Select Google+ from dropdown. 3. Add Client id, secret, redirect url and saved. In login page, if…
Abhishek
  • 1,999
  • 5
  • 26
  • 52
3
votes
1 answer

Orangehrm: User defined class not found

I wrote a list cell filter class and put it in component directory of the core plugin orangehrm: ...\orangehrm-3.3.3\symfony\plugins\orangehrmCorePlugin\lib\component\MyCellFilter.php but when referencing the filter in lists it dose not work I…
3
votes
4 answers

Orange Hrm 3.1- adding new menu title to tab

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.
user3367831
  • 235
  • 2
  • 5
  • 9
3
votes
1 answer

How to Create an api for OrangeHRM

I want to create an api for orangehrm to punch in & punch out but i am unable to find any documentation to create an api. Anybody knows the standards or reference to create API for Orange HRM using XMLRPC,JSON etc..
Senthilnathan
  • 790
  • 9
  • 27
3
votes
1 answer

Orangehrm:Create new menu function

I am new to symfony framework. Now I am customizing orangehrm to suit certain new requirements. For example: Similar to Admin>Qualifications>skills menu, I need to create Admin>Qualifications>Category.I have made the menu modifications by editing…
Misty
  • 291
  • 1
  • 2
  • 9
3
votes
0 answers

How to add module in OrangeHRM?

I have been working very hard to understand the flow of OrangeHRM and I have made a module also but I need to integrate that module into orange hrm. so now here the problem comes for because I can't understand where to start in orangehrm to…
user1654571
  • 43
  • 1
  • 7
2
votes
1 answer

setup cron in orangeHRM

I am trying to set up a cron in orangeHRM and I can't seem to figure out where to start. I've done it in some other frameworks, it was simple, as there was a separate module named as command and we set everything inside this command. Now, inside…
the.salman.a
  • 945
  • 8
  • 29
2
votes
4 answers

Orange HRMS gives 'Internal Error Occurred'

I have upgraded PHP from version 5.6 to 7.0. In PHP 5.6 OrangeHRM is working fine. But, after the upgrading to version 7.0 it gives me Internal Error Occurred. I will appreciate is someone help me in this error.
PHP Dev
  • 483
  • 3
  • 16
2
votes
0 answers

orangehrm test email not send

I have installed OrangeHrm 3.3.3 on Ubuntu 14.04 Server and now trying to configure SMTP Email. The credentials and settings are correct. I am using same in SuiteCRM installed on CentOS 7. The message I get Settings Saved. Test email not sent. I…
2
votes
4 answers

Error when installing Orangehrm: Can't find any matching row in the user table

I'm trying to install Orangehrm on my laptop. I have Windows 7 OS on my machine and have installed XAMPP successfully. When I try to install OrangeHRM, it gives me the error: Can't find any matching row in the user table. Can anyone tell me what is…
Pallavi Prasad
  • 577
  • 2
  • 9
  • 28
2
votes
1 answer

PhpExcel export data from a website to CSV file

I want to export data from orangehrm attendance report to csv file by using phpexcel but I don't know how to do it: $records = array(); foreach ($empRecords as $employee) { $hasRecords = false; …
Jacky14
  • 25
  • 1
  • 1
  • 6
2
votes
2 answers

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

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…
user2725587
  • 115
  • 1
  • 2
  • 8
2
votes
1 answer

Add authentication roles orangeHRM

I have added a new authentication roles for orangeHRM , it must access all menu and sub menu except Salary, i have added same roles which admin has to following tables. ohrm_user_role_data_group ohrm_user_role_screen ohrm_data_group_screen but it…
Nimatullah Razmjo
  • 1,831
  • 4
  • 22
  • 39
2
votes
1 answer

Orange HRM is not getting Logged

I have installed OrangeHRM 3.1.2 in live server and accessing through a domain name. Issue I am facing is - When I am trying to loggin to the following link "http://example.com/hrm/symfony/web/index.php/auth/login" - With valid credentials. I was…
2
votes
1 answer

How to add new menu in orange HRM

I have added a new menu title in the second level tab , but i don't know how to navigate to the particular href link. Please help me out with the steps.
1
2 3 4 5 6