All Projects → gadael → gadael

gadael / gadael

Licence: MIT license
nodejs leaves management application

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to gadael

next
(Work in progress) The rewritten version of the original PizzaQL 🍕
Stars: ✭ 45 (-13.46%)
Mutual labels:  web-app
rust-web-app
An example Rust web application with a focus on module structure
Stars: ✭ 150 (+188.46%)
Mutual labels:  web-app
ruby-tr
Ruby Türkiye Topluluk Sitesi
Stars: ✭ 50 (-3.85%)
Mutual labels:  web-app
cloudref
CloudRef - collaboratively managing references in the cloud
Stars: ✭ 53 (+1.92%)
Mutual labels:  web-app
CometVisu
Repository for the CometVisu building automation visualisation.
Stars: ✭ 60 (+15.38%)
Mutual labels:  web-app
np8080
A web based text editor written with AngularDart.
Stars: ✭ 17 (-67.31%)
Mutual labels:  web-app
mif
MIF is a C++11 web-application framework designed for the backend micro-service development
Stars: ✭ 42 (-19.23%)
Mutual labels:  web-app
learn-web-development
Learn Web Development from Top Articles of 2017
Stars: ✭ 64 (+23.08%)
Mutual labels:  web-app
reader
tReader,又一个 txt 文本阅读器,Web App; Yet another txt reader
Stars: ✭ 49 (-5.77%)
Mutual labels:  web-app
keep-desktop
Google Keep Dark: Desktop application for Windows, Mac and Linux with Dark Theme.
Stars: ✭ 42 (-19.23%)
Mutual labels:  web-app
open-hours
⏰ Hours of operation
Stars: ✭ 20 (-61.54%)
Mutual labels:  business
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (-57.69%)
Mutual labels:  web-app
RevBusinessCardGen
Easily Generate And Save Revolut Business Cards
Stars: ✭ 32 (-38.46%)
Mutual labels:  business
card matching game by ercan
A card-matching game made with Flutter.
Stars: ✭ 16 (-69.23%)
Mutual labels:  web-app
Raspberry-Pi-Dashboard
Web-based dashboard interface to inspect Raspberry Pi hardware and software with no extra software required.
Stars: ✭ 131 (+151.92%)
Mutual labels:  web-app
vtiger
🐯 Vtiger is the #1 business automation software. Try it with Docker!
Stars: ✭ 59 (+13.46%)
Mutual labels:  business
OpenShapes
A data-driven approach for interactively synthesizing diverse images from semantic label maps.
Stars: ✭ 39 (-25%)
Mutual labels:  web-app
drive
Fission Drive 🗄
Stars: ✭ 21 (-59.62%)
Mutual labels:  web-app
go-echo-server-sandbox
A scaffold of golang web server using labstack/echo
Stars: ✭ 12 (-76.92%)
Mutual labels:  web-app
Tablet-desk-clock
Software for displaying a clock on a tablet.
Stars: ✭ 24 (-53.85%)
Mutual labels:  web-app

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...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].