GithubHelp home page GithubHelp logo

yhnavein / delegation-wizard Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 568 KB

Application for preparing delegation document for Polish employees

Home Page: http://delegations.puredev.eu

JavaScript 86.38% CSS 11.99% HTML 1.63%

delegation-wizard's Introduction

Delegation Wizard

Build Status

It's an application which helps prepare a document with Delegation Summary, which is quite useful if you are having many abroad business trips over year and you are a employee registered in Poland.

Calculations made by this application are based on polish law, but please always double check amounts and proper law regulations, as law may change in future.

Live version can be found here: Delegations

Features

  • Automatically choosing proper daily diem amount basing on destination country
  • Calculating amount of whole diem basing on time spent abroad, meals provided by employer, etc
  • Determining exchange rate from NBP (Narodowy Bank Polski)

Requirements

What you need to run this app succesfully

  • node.js - as it's an Express application
  • python-2.* - is needed by one of dependent libraries
  • bower - for managing front-end packages
  • pm2 - not necessary for development, but essential if you want to use this site on Live server
  • PostgreSQL or MySQL - relational database used for storing Exchange Rates

Starting and initial configuration

I am assuming Linux as a standard environment, but with proper modifications, application is working also on Windows without bigger problems

git clone https://github.com/yhnavein/delegation-wizard.git delegations
cd delegations
npm install -d # -msvs_version=2013 if you have only VS2013 installed
bower install -d
cp config/config-sample.js config/config.js
node app

After that open http://localhost:3001/ using your favourite browser (not IE).

Licence

Released under the MIT License

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.