Libero Human Resource & Payroll Official Extension

From ADempiere
Revision as of 04:23, 12 June 2010 by Red1 (Talk) (Payroll Events)

Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

This is to introduce Libero's HR Payroll and HR Management modules for integrating into ADempiere ERP Business Suite. The code is preliminarily in version 354 and has its own branch in SVN. The modules reuses the Application Dictionary and Data Models.

For commercial support and consultancy please email its creator: victor.perez@e-evolution.com

Introduction

The Libero Human Resource & Payroll is developed and maintained for [e-Evolution]. Configuring HR module in ADempiere is an easy task. First you have to setup basic data such as HR Contract, HR Employee Job type, and HR Employee. Based on these data, you can start entering the HR Employee information one by one. The screen shots in the following section will explain more about how to configure the ADempiere HR module.


SourceCode

You may access the code from LiberoHR Branch. It is licensed under GPLv2.0 copyright of e-Evolution, Mexico.

Procedure to test using Eclipse

  • 1.- Checkout the source code from SVN
  • 2.- Modify the adempiereLiberoHR.launch and change your -DPropertyFile= and -DADEMPIERE_HOME= parameters
  • 3.- Start ADempiere using the adempiereLiberoHR.launch file (you need the adempiereTrunk source code as dependency)

Install the extension into ADempiere Setup

  • 1.- Copy the build.properties.template to build.properties
  • 2.- Setting the adempiere.trunk variable
  • 3.- Execute build.xml ant script
  • 4.- Copy the dist/lib/liberoHR.jar file to $ADEMPIERE_HOME/packages
  • 5.- redeploy Adempiere using RUN_silentsetup.sh or RUN_silentsetup.bat
  • 6.- Ready

Roadmap Document

Functionality / Feature Status Developer Priority Milestone Release Date Summary
Human Resource & Payroll -> Payroll
Payment Selection Under development Victor Perez High 2.0 no defined ...
Payment Print/Export Under development Victor Perez High 2.0 no defined ...
Concept to generate AR/AP Invoice Under development Victor Perez High 2.0 no defined ...
Payroll Engine Based on JSR 223 Scripting APIs Under development Victor Perez High 2.0 no defined ...
Concept Recurrence Under development Victor Perez High 2.0 no defined ...
Payroll Movement Report Under development Victor Perez High 2.0 no defined ...
Import Payroll Under development Contribution from GlobalQSS High 3.0 no defined ...

Project Lead

Coordinator

[1]


Functional Specs

Key Functionality

  • Payroll Contacts
  • Department
  • Job Position
  • Employes
    • General Data
    • Employe Attribute (Numeric,String,Quantity,Date, Logic)
    • Employe Account Bank
    • Employe Contact
    • Employe Location
    • Employe Interest Area
  • Payroll
    • Concept Category
    • Concept &
    • List Category
    • List and Tables
    • Period Control
    • Payroll Events
    • Payroll Rule Engine (Based in JSR 223 Scripting APIs)
    • Payroll Document Process

Technical Specs

  • Totally integrate with Adempiere

Reference

Developers

Testers

Sponsors

e-Evolution, Mexico

Requirements

A good HR & Payroll Management to Adempiere

Successful Installed Sites

  • Implemented by Consulting firm e-Evolution
    • 1 Customer in Venezuela with 750 employees
    • 1 Customer in Ecuador with 600 employees
    • 1 Customer in Ecuador with 100 employees

Libero Human Resources & Payroll FAQs

Q: How do you calculate tax from a table like this one?

From Michael Judd of Akuna Ltd Screenshot-Payroll Table PAYE1 Michael Judd@Elefire.Elefire Ltd -adempiere.lan-adempiere.lan-adempiere-adempiere--.png

I want to have a monthly gross pay, and then calculate tax using the bands on this table like this:

Gross Pay = 2000

  • 0 - 435 * col_1 (0%) = 0
  • 436.00 - 620.83 * col_1 (10%) = 18.48
  • 620.84 - 2000.00 * col_1 (22%) = 303.42
  • Total 321.90

I expect I need to create a Rule as BeanShell (for example) in the System client and allocate this to Payroll Concept Catalog.

How would I define the rule? Use getConcept to retrieve the values from the table lines?

Employee Staturary Deductions

  • This example is also suitable for employee's contribution similar to Singapore's CPF and Malaysia's Employee Provident Fund (EPF)

Screenshot-Payroll Concept CatalogPAYE Tax.png

Hi Michael!

Here the answer your question and screen shot:

EE02HRPayrollConcept.png

EE02HRPayrollAttribure.png

EE02HRPayrollRule.png


In the class model HRProcess we have some static methods that you can use in Rule Engine:

1.- 2.- 3.-

Screenshots

Payroll Menu

Libero Payroll

Contract

Libero Payroll

Employee Job

Libero Payroll

Department

Libero Payroll

Employee Setup

Libero Payroll

Employee Data

Libero Payroll

Employee Account

Libero Payroll

Employee Attribute

Libero Payroll

Employee Bank Account

Libero Payroll

Employee Location

Libero Payroll

Employee Contact

Libero Payroll

Payroll Setup

Libero Payroll

Payroll: Sequence Calculation Concepts

Libero Payroll

Payroll Year

Libero Payroll

Payroll Periods

Libero Payroll

Concept Category

Libero Payroll

Concept Setup

Libero Payroll

Types of concept

Libero Payroll

Content type of concept

Libero Payroll

Concept Attribute

Libero Payroll

Concept Type Rule Engine

Libero Payroll

Attribute Type Rule Engine

Libero Payroll

Rule Engine: Calculating total income

Libero Payroll

Rule Engine: Calculating Days

Libero Payroll

Rule Engine: Calculating withholding tax

Libero Payroll

List Category

Libero Payroll

List

Libero Payroll

List Version

Libero Payroll

List: Line Detail

Libero Payroll

Payroll Events

Libero Payroll

Process Document Payroll

Libero Payroll

Process

Libero Payroll

Movement

Libero Payroll