Git Product home page Git Product logo

work-mgmt's Introduction

Angular Laravel App

Simple Dashboard Admin App built using Angular CLI 8, Bootstrap 4.1.1 and Laravel 5.8.

Main motive to build this project is to handle 'arubaito' (part time) work and payment in Japan. While living and working as depentend in Japan, it was difficult for me to track my work and payment as working hour differs daily.

Components

1. Haken

Haken is the Japanese term for temporary employees dispatched to companies by staffing agencies.

2. Company

Company is a place where people works. Companies can be salad, meat processing, restaurant, bread, soy souce etc.

3. Job

Company make a contract with haken to offer a job spicifying payment per hour and over time payment.

4. Employee

Employees are the arubaito (part time) workers.

5. Recruit

Under this employee is tied with a job and there every work log and payments are logged. Under this component there are two sub-components.

1) Work Log

Every work's entry time and out in the particular recruitment are logged here. So we can track how much work hours have been worked including basic and overtime hours.

2) Payment

This gives us the total days worked in the particular date and hours worked. Total amount earned in the particular month.

Installation

Note that this seed project requires node >=v8.9.0 and npm >=4.

In order to start the project use:

$ git clone https://github.com/jaygaha/work-mgmt.git

For frontend

$ cd frontend
# install the project's dependencies
$ npm install
# watches your files and uses livereload by default run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
$ ng serve

For backend

$ cd backend
#install the project's dependencies
$ composer install
$ php artisan key:generate
$ php artisan migrate --seed
$ php artisan passport:install
$ php artisan serve

TODO

  • Delete feature
  • Night work hours and payment calculation
  • Admin information edit

Security Vulnerabilities

If you discover a security vulnerability within this system, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

work-mgmt's People

Contributors

jaygaha avatar

Forkers

kenlock

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.