GithubHelp home page GithubHelp logo

fincenciushastimahardhika / diamond-industry-payroll-system-laravel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rkdharecha/diamond-industry-payroll-system-laravel

0.0 0.0 0.0 10.92 MB

A Diamond Industry Employee Payroll Management Laravel App.

Shell 0.13% JavaScript 7.86% PHP 23.27% CSS 53.48% HTML 0.57% Blade 14.65% SCSS 0.04% Procfile 0.01%

diamond-industry-payroll-system-laravel's Introduction

Laravel Diamond Industry Employee Payroll Management System

  • This is a diamond industry Employee payroll management application which is coded in laravel.suppose if you need a solution for managing the high amount of employees in your diamond industry then this will be time saver for you.

  • With the help of this application you can assign daily timesheet to an employee by attaching date and diamond qty.through out the current month and future month too.

  • Each employee's data can greatly be manage according to month/date/year range.

  • You can easily find the total payable amount to your workers.

  • You can add the worktypes (type of diamonds).

  • Note : you will get the role called SuperAdmin added pre default. you need to create two roles named Employee & Managar at your own which will be provided in installation steps.

  • Note : Only one superadmin can be register via seeding there is not option for register only login option is given sothat anyone from outside cannot be register as superadmin.

  • The advance cash service has been added sothat if any employee need to take advance cash at future month they can take. there is a manage area for that also.

  • If you reached here by reading , keep calm and simply follow the installation steps. you will get your application setup completely on your local machine.

Screenshots

SuperAdmin Dashboard


Manager Dashboard


Employee Dashboard


Installation (Local)

You Can Install it on your local pc by following below steps:

Download or clone the repository in your system.

git clone https://github.com/rkdharecha/diamond-industry-payroll-system-laravel.git

Go to diamond-industry-payroll-system-laravel-master folder and open terminal then follow below steps.

Install Composer:

composer Install

Make a copy of .env.example file to .env:

cp .env.example .env

Set the database credentials:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=yourdb
DB_USERNAME=root
DB_PASSWORD=

Then Generate Application Key:

php artisan key:generate

Then Migrate the database:

php artisan migrate

Now We Need to create Permissions that assign to Role (make sure to first run this command before superadmin seeding):

php artisan db:seed --class=PermissionTableSeeder

Create SuperAdmin:

php artisan db:seed --class=CreateSuperAdminUserSeeder

Run php artisan serve. Open http://localhost:8000, you should see the login page.

SuperAdmin Login

email = [email protected] 
password = 12345678

Note : After Login as Superadmin , goto Roles from sidebar and create two more roles named Employee & Manager & assign permissions to them which you want to. for example add 2 users with role manager from superadmin and login with that two managers and create employees from them.

diamond-industry-payroll-system-laravel's People

Contributors

github-actions[bot] avatar rkdharecha 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.