Extended HRM Features :

Demo Video

@Janusz - I have tried it by making the `_init` folder and `config` file and put the following things. but its not even working.

   

 Package: Payroll
Version: 2.4
Name: Payroll And HRM 
Description: Payroll system for generating paychecks
 and tax forms, and administrating employees.
Author: Varadha <admin@kvcodes.com>
Maintenance: Varadha <admin@kvcodes.com>
Homepage: kvcodes.com
Type: extension
InstallPath: modules/Payroll  

.

it creates an entry here in `installed_extensions.php` It will be like this.  Version is not getting here.

  array (
    'package' => 'Payroll',
    'name' => 'Payroll',
    'version' => '-',     // if i change here 2.4, it works fine. 
    'available' => '',
    'type' => 'extension',
    'path' => 'modules/Payroll',
    'active' => false,
  ),

EDIT:

It doesn't check _init/config folder i think. Do something to fix it.

Every time i have to change it manually to take effect of it.

Thank you
Janusz  and Apmuthu. I thought to change it in my _init/config  file.

I  have recently developed a new module and tried to install it on 2.4 RC1. It's not working here.  but its working fine with earlier version of  Frontaccounting. 

here is the warning message, when i try to actvate it.

 Package 'Payroll' is incompatible with current application version and cannot be activated. Check Install/Activate page for newer package version.

.

Help me to fix it.

955

(11 replies, posted in FA Modifications)

3gp volume of data is too heavy for your server. You better increase your RAM speed and cache size to get the your FA work faster like before.  It's not in code issue,  I feel you have to increase your system speed.

Yes.  I have got your email and replied you.

I have not updated the extension.  And i am working on it to extended further with reports and day basis attendance and loan module.

@ Apmuthu.  My table names are here

0_kv_empl_info
0_kv_empl_payslip

I feel it comes under company prefix and I have my own prefix for easy identification.

Simple HRM has two tables. Both has kv_ prefix.  So you can find my module tables easily.  And for the employees informations it stored on the empl_info table.

If you try it from native browser.  Other than chrome and Firefox it works fine.  You can check it.

961

(2 replies, posted in Reporting)

Frontaccounting  is a lite weight framework.  Which doesnot require more advanced version of the tcpdf.  It mainly works on php 5. Above version.  So people likes to run a faster one.  You can use it without updating the pdf version.

Oh sad.  Than I have to create extended functionality from the reports to make one.

When you upgrade the core please consider the custom module development and enhancing the features for it.

I am creating custom module for frontaccounting. And i want to create pdf report's for some data display.

Is there any extended functionality for creating reports from my module?.

964

(5 replies, posted in Report Bugs here)

This might be your host requires smtp authentication to send e-mails

965

(7 replies, posted in Banking and General Ledger)

That's nice one.  Just make it  wiki for further reference to forth coming users.

966

(7 replies, posted in Banking and General Ledger)

@Apmuthu,  if you list some examples that would be more helpful to all.

967

(4 replies, posted in Setup)

Definitely it will be a simple and good software for the mid and small range companies.

@Cambell,  your theme an core customization is looking great.  Definitely many users will use this theme and things.

969

(1 replies, posted in Accounts Receivable)

Customer Reference is an automated number.  It will input automatically.  Also you can edit and change the reference number.

There is no built in feature for frontaccounting to edit email content while sending your invoice through mail. Just follow the steps.
You can take a pdf separately and get the email address and sending it to the desired user and you can add extra attachments and extra contents with it.

That's fine and glad you have find things.

Just goto the root folder where you installed and find the config.php. than find

$go_debug =0; 

  change  0 to 1 there and check is there any error on the page of add new customer and supplier.

Also change

$show_sql=0; 

0 to 1.

973

(7 replies, posted in Banking and General Ledger)

This is not related to the closing of fiscal year.  It actually deals with insurance for the stocks.    Here you can get some explanations.

Revenue/Cost accruals are the accounting transactions to account for expenses in the same accounting period in which revenue is generated. Cost accruals are also referred to as Cost of Goods Sold or Cost of Sales.

Which means the FA.perm file may be missing.

Or your version information or repository  file might be corrupted.

You might login as "admin" and change the user access level to other users and try login using them.  If it's not working means.  Something wrong in login file.