Harvest balance calculator
Calculate how much overtime or time you owe based on the average hours you should work per weeks.
Setup
- create
env.secret
file containing the following information
HARVEST_ACCOUNT_ID=
HARVEST_AUTHORIZATION=
BEGIN_DATE='2016-5-2'
END_DATE='2017-11-24'
HOURS_PER_WORK_DAY=7.5
WORK_DAYS_OF_THE_WEEK=0 1 2 3 4
- get your harvest credentials
Run
- docker
docker pull williamlauze/harvest-balance-calculator:latest docker run --env-file ./env.secret williamlauze/harvest-balance-calculator:latest
- npm
npm run start
Contributors
Thanks goes to these wonderful people (emoji key):
William Lauzé 💻 📖 🚇 ⚠️ |
Boris Fortin Côté 💻 |
Karine Larouche 💻 📖 ⚠️ |
etienne-m 💻 |
---|---|---|---|
This project follows the all-contributors specification. Contributions of any kind welcome!
License
MIT