Giter Site home page Giter Site logo

humanresources's Introduction

Human Resources

An HR web app built in React+Redux with Django on the backend.

Jobs CRUD

  • Title
  • Hourly rate
  • Tax rate

Time CRUD

  • Time spent in minutes
  • Date of entry
  • Summary of work completed
  • Associated job

Invoices parameterized on job and date range

  • Job
  • Date range
  • Time entries in range
  • $ subtotal (hourly_rate * total_minutes/60)
  • $ tax (subtotal * tax_rate)
  • $ total

Session Changes

Don't forget to save your changes to the server with the Save Session button!

Undo Changes

If you haven't saved your changes, you can reload your stored data from the server.

Installation

Note: Python 2.7.12

Clone the git repo and navigate to the directory:

git clone https://github.com/reeddunkle/HumanResources.git
cd HumanResources

Set up virtual environment and activate it:

virtualenv venv
source venv/bin/activate

Or if you're using virtualenvwrapper instead:

mkvirtualenv hr

Install Python dependencies:

pip install -r requirements.txt

Install npm dependencies:

npm install

Once everything is done downloading, build the webpack bundle:

npm run build

Running

Now you can start the server:

python manage.py runserver

And point your browser to:

http://127.0.0.1:8000/

humanresources's People

Contributors

reeddunkle avatar

Stargazers

Hareem Adderley avatar Priya Dhoundiyal avatar Amit Jindal avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

deanouk23

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.