Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<Hi
please help me I have orangehrm but I want add new menu such as (read me)menu and contain submenu who?.also if I want delete the menu with its submenu how can I do?please help me

or

[EDIT : Edited the OPs question for clarity ]

Help me regarding OrangeHRM.

1. How to add new menus to the pages
2. How to attach sub menus to these menus
3. How to delete menus (having sub menus)
Posted
Updated 2-May-16 20:40pm
v2
Comments
Sergey Alexandrovich Kryukov 31-Jan-12 12:26pm    
Wow! There are so many questions without question marks, non-questions without question marks, and here we have more rare case: non-questions with question marks. They are in the form of statements: "I want...".

If trying to interpret them as questions, the answer would be: "We don't know, maybe you want, maybe not". :-)

--SA

C#
Step 1: Check in which module do you want to add your menu module list is in ohrm_module table.

Step 2: Check under what user roll you want to add menu user roll is in ohrm_user_role.

Step 3: Add Screen on bases of module (step 1) insert data into ohrm_screen

step 4: Add Menu Item on bases of Screen (step 3) insert into ohrm_menu_item

Step 5: Assign screen to user on bases of user roll (step 2) and screen (step 3) insert into ohrm_user_role_screen

Step 6: Logout and login again. New menu will be there.

That's all
 
Share this answer
 
Comments
George Jonsson 3-May-16 2:42am    
I'm not 100% sure, but I think the OP might have moved on from this question since Feb 2012. :-)
 
Share this answer
 
Comments
George Jonsson 3-May-16 2:43am    
I'm not 100% sure, but I think the OP might have moved on from this question since Feb 2012. :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900