Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gadael/gadael
nodejs leaves management application
https://github.com/gadael/gadael
business javascript leave-management mongodb web-app
Last synced: 8 days ago
JSON representation
nodejs leaves management application
- Host: GitHub
- URL: https://github.com/gadael/gadael
- Owner: gadael
- License: mit
- Created: 2014-05-15T07:27:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:51:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T20:10:36.005Z (17 days ago)
- Topics: business, javascript, leave-management, mongodb, web-app
- Language: JavaScript
- Homepage: https://www.gadael.com
- Size: 58.1 MB
- Stars: 63
- Watchers: 7
- Forks: 24
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodejs-projects - Gadael
- -awesome-nodejs-projects - Gadael
- awesome-nodejs-projects - Gadael
- awesome-nodejs-projects - Gadael
- awesome-starred - gadael/gadael - nodejs leaves management application (mongodb)
README
# ![Gadael](public/images/logoText256.png)
[![CircleCI](https://circleci.com/gh/gadael/gadael.svg?style=svg)](https://circleci.com/gh/gadael/gadael)
nodejs leaves management application
This application help you manage presence of your employees in your company. The staff can do requests, access to their planning, the department planning, the remaining vacation rights...
* Leave requests
* Time saving deposits requests
* Work period recovery requestsApproval by managers is following hierarchical departments structure.
Video preview:
[![Video](https://img.youtube.com/vi/UFmf0DnBlDw/0.jpg)](https://www.youtube.com/watch?v=UFmf0DnBlDw)
Admin view screenshoot:
![View a right](https://www.gadael.com/fr/docs/version-master/images/right-view-annual-leave.png)
For technical details to install Gadael on your own server for production, see http://www.gadael.org
There is also a dockerfile here https://hub.docker.com/r/webinage/gadael
## Install on a debian system for development
As root, this commands install all required packages to use AND build gadael.
```bash
apt install mongodb nodejs-legacy git g++ gyp gcc make
npm install -g bower
```As a user
```bash
git clone https://github.com/gadael/gadael
cd gadael
npm install
bower install
```A script in provided to initialize the database:
```bash
node install.js gadael "Your company name" FR
```
First argument is the database name, default is gadael.
Second argument is your company name, default is "Gadael".
Third argument is the country code used to initialize the database, if not provided the leave rights list will be empty.Run server
```bash
node app.js
```open http://localhost:3000 in your browser, you will be required to create an admin account on the first page.
Application listen on localhost only, an https reverse proxy will be necessary to open access to users.
The file config.example.js can be copied to config.js for further modifications.
## Development
Install grunt as root
```bash
npm install -g grunt-cli
```List of supported commands for development:
```bash
grunt --help
```### Languages
French, english, spanish
## License
MIT
FSF approved, OSI approved and GPL compatible...