Giter Site home page Giter Site logo

brianwakhutu / openpayroll Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhouhu/openpayroll

0.0 1.0 0.0 3.63 MB

OpenPayroll is a FREE and powerful Human Resource Payroll System that can be easily configured to meet your organizational needs.

License: GNU General Public License v3.0

CSS 65.01% PHP 13.22% HTML 1.81% JavaScript 17.80% Hack 0.34% CoffeeScript 1.82% Shell 0.01%

openpayroll's Introduction

openpayroll

Openpayroll is a free, online and open source payroll software designed for small businesses. It is currently designed for and conforms to the Kenyan tax standards but can easily be adapted to any tax regime.

Requirements

PHP 7

Database (eg: MySQL, PostgreSQL)

Web Server (eg: Apache, Nginx, IIS)

Pre-requisites

The system requirements for installing OpenPayroll are described below. Make sure your system meets these requirements.

a. Built for PHP 7.0 and above. It can work with PHP 5.3 or later but no guarantees can be given. To install PHP 7.x on Linux, please follow the below links:

For Ubuntu: https://www.digitalocean.com/community/questions/how-to-install-php7-0-fpm-on-ubuntu-18-04-server For Redhat and CentOS: http://www.thetechnicalstuff.com/install-php7.0-in-centos-and-redhat/ b. PDO MySQL (for MySQL connection) To install OpenPayroll on Linux, you can compile php with --with-pdo-mysql in your php.ini, and add the following lines:

  1. extension=pdo.so

  2. extension=pdo_mysql.so c. Rewrite module (for working of MVC architecture) activate mod_rewrite in linux, open the terminal and add the below line:

  3. sudo a2enmod rewrite

You also need to make sure that in your httpd.conf, AllowOverride is enabled: 2. AllowOverride All d. GD library (for images) To install GD library in Linux, open the terminal and add the below lines:

  1. #apt-get install php7-gd e. Open SSL (For SSL and TSL Protocols) Download the OpenSSL 1.0.1c tarball archive from the OpenSSL web site at http://www.openssl.org/source/

Copying files

Move OpenPayroll zip file into the document root of Apache HTTP server. If you used XAMPP for windows, document root is \htdocs
For example: C:\xampp\htdocs\

Extracting

Extract the OpenPayroll zip file in the document root of Apache HTTP server

Once xtracted, edit the file /assets/classes/class.db.php with your respective details

The database dump file is located in teh /database directory

User details are: [email protected] 123456

Contributing

Fork the repository, make the code changes then submit a pull request.

Please, be very clear on your commit messages and pull requests, empty pull request messages may be rejected without reason.

When contributing code, you must follow the PSR coding standards. The golden rule is: Imitate the existing code.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

openpayroll's People

Contributors

fgesora avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.