Socket
Socket
Sign inDemoInstall

gadael

Package Overview
Dependencies
41
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gadael

Vacations management application for smart teams, nodejs server, angularjs frontend


Version published
Weekly downloads
19
decreased by-38.71%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Gadael

CircleCI

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 requests

Approval by managers is following hierarchical departments structure.

Video preview:

Video

Admin view screenshoot:

View a right

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.

apt install mongodb nodejs-legacy git g++ gyp gcc make
npm install -g bower

As a user

git clone https://github.com/gadael/gadael
cd gadael
npm install
bower install

A script in provided to initialize the database:

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

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

npm install -g grunt-cli

List of supported commands for development:

grunt --help

Languages

French, english, spanish

License

MIT

FSF approved, OSI approved and GPL compatible...

Keywords

FAQs

Last updated on 18 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc