kvvaradha / Simple-HRM-for-FrontAccounting

A Simple HRM Extension for Frontaccounting. I have few Custom Modules of HRM. Check it here.
http://www.kvcodes.com/module/simple-hrm-frontaccounting/
2 stars 7 forks source link

Instructions unclear #1

Open Grayelefant opened 7 years ago

Grayelefant commented 7 years ago

I cannot, for the love of me, install the thing. Let's help each other out here.

"copy those HumanResourceManagement to root of your FA. and open the hooks.php copy the following code and open the Root of FA/includes/ access_level.inc" and add it there.

$security_sections[SSHRM] = ("HRM");

$security_areas['SA_HRMSETUP'] = array(SSHRM|1, ("HRM Setup")); $security_areas['SA_EMPLOYEE'] = array(SSHRM|2, ("Employee"));"

Okay, so add what where? So presumably "it" is "code". What code? Everything in the hooks.php file or the code segment that you wrote? And where exactly do you add it in access_level.inc?

kvvaradha commented 7 years ago

`$security_sections[SSHRM] = ("HRM");

$security_areas['SA_HRMSETUP'] = array(SSHRM|1, ("HRM Setup")); $security_areas['SA_EMPLOYEE'] = array(SSHRM|2, ("Employee"));`

before the function add_access_extensions(). Add it .

it will work. else try with direct installation from the extensions page on your FA.

Grayelefant commented 7 years ago

Well unfortunately, nothing is working out for me.

On Fri, Mar 10, 2017 at 1:22 PM, kvvaradha notifications@github.com wrote:

`$security_sections[SSHRM] = ("HRM");

$security_areas['SA_HRMSETUP'] = array(SSHRM|1, ("HRM Setup")); $security_areas['SA_EMPLOYEE'] = array(SSHRM|2, ("Employee"));`

before the function add_access_extensions(). Add it .

it will work. else try with direct installation from the extensions page on your FA.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kvvaradha/Simple-HRM-for-FrontAccounting/issues/1#issuecomment-285581314, or mute the thread https://github.com/notifications/unsubscribe-auth/AZAQHURoohUnedfqJj0PxpzrtJEL_X_Eks5rkN4ugaJpZM4MT5ON .

kvvaradha commented 7 years ago

why dont you try it separately on fresh FA

and also try to install from extension manager in FA,

if you are trying FA2.4 RC. Please get latest unstable from sourceforge repo. Because core itself some issues on extension installation..

Grayelefant commented 7 years ago

I tried it in fresh install.

How do you do that? I tried to put it in modules and went to Install Extensions in FA. I installed HRM but still no new tab.

On Mar 10, 2017 5:23 PM, "kvvaradha" notifications@github.com wrote:

why dont you try it separately on fresh FA

and also try to install from extension manager in FA,

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kvvaradha/Simple-HRM-for-FrontAccounting/issues/1#issuecomment-285619372, or mute the thread https://github.com/notifications/unsubscribe-auth/AZAQHYvpW-IVpA72lrM-37davFasgQx5ks5rkRaBgaJpZM4MT5ON .

kvvaradha commented 7 years ago

After installing it.

You have to activate the theme to see new tab.

And after that you have to add access from the user access setup than logout and login back. You can able to work on it.