Skip to content

kvvaradha/Simple-HRM-for-FrontAccounting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Simple HRM

Simple HRM Frontaccounting

I have few HRM Versions. Check it Here.

Introduction:

Simple HRM is a simple module for the users, who needs a simple one to maintain their employee details and their pay details.

you can get the informations about this module Here. And Here .

you can feedback your comments below the article or here in issues page.

IMAGE ALT TEXT HERE

if you want to integrate this module with your current FA. You can integrate this extension inside your FrontAccounting(FA) by doing the following steps

  1. 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[SS_HRM] = _("HRM");

    $security_areas['SA_HRMSETUP'] = array(SS_HRM|1, _("HRM Setup"));
    $security_areas['SA_EMPLOYEE'] = array(SS_HRM|2, _("Employee"));
  1. now, open the frontaccounting.php which is there in the root of FA/frontaccounting.php

here find this code. include_once($path_to_root . '/applications/setup.php'); and add the follwoing line below of it. include_once($path_to_root . '/HumanResourceManagement/HumanResourceManagement.php');

  1. Now, open the FA/HumanResourceManagement/includes/SimpleHRM.sql. just import this table inside your FA. You have to check the table prefix before importing it. its like "0_" . so check whether your database table prefix matches with it or not. and than import it.

  2. Now, login into your front accounting. you can see a new menu in it. and move to Setup->access Setup -> here select your user role, than check all the hrm checkboxes which is there in the bottom of the user roles table.

now, logout and login again, you can get access.

Update 2.4.1:

Read it from my blog Simple HRM for FA - Kvcodes

Update 2.4.1:

Please take a look at my blog for more.

About

A Simple HRM Extension for Frontaccounting. I have few Custom Modules of HRM. Check it here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages