All Projects → comquas → Lue

comquas / Lue

Licence: other
Time Off System that use internal in COMQUAS

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
coffeescript
4710 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Lue

web
Application web de gestion des congés en ligne
Stars: ✭ 69 (+305.88%)
Mutual labels:  leave
hiring-system
CodeCareer is seeking core contributors to take the lead on this project.
Stars: ✭ 16 (-5.88%)
Mutual labels:  hr
State-TalentMAP
A comprehensive research, bidding, and matching system to match Foreign Service employees with the right skills to available posts and positions. API Layer - https://github.com/USStateDept/State-TalentMAP-API
Stars: ✭ 25 (+47.06%)
Mutual labels:  hr
github-user-rank-extension
Your Github fame is getting closer with every open-source project you've built and promoted, with every new follower starring, using and forking your solution. This extension supplements every Github developer profile with language bars that show how far they've advanced on their road to the glory among %that_programming_language% community memb…
Stars: ✭ 38 (+123.53%)
Mutual labels:  hr
v13-Discord-Bot
This is my V13 Discord Bot, it has around 95 commands, 17 events, and stores all kinds of data in an SQL database for ease of access. Not to mention a unique style and friendly help menu interface. Used by over 25 people in popular company based servers, this will bring you a professional look that tops your competition.
Stars: ✭ 38 (+123.53%)
Mutual labels:  leave
996.leave
逃离996
Stars: ✭ 4,626 (+27111.76%)
Mutual labels:  leave

Lue

Internal Time Off Management System. In COMQUAS , employee need to apply leave from Lue.

When apply time off , it will send email , slack to supervisor.

Screenshots

Environment Setup

Copy .env.example to .evn.

Edit .env file.

  • DB_DATABASE , DB_USERNAME , DB_PASSWORD for database.
  • ADMIN_LEVEL for minimum position level for admin.
  • SLACK_HOOK for Slack Incoming Hook URL.
  • MAILGUN_DOMAIN and MAILGUN_SECRET for mailgun email service.

Setup

Change the admin user and email in database/seeds/UsersTableSeeder.php

# composer install
# php artisan migrate
# php artisan db:seed

Using

Todo

  • send email when time-off is apply, approve, reject
  • send to slack of supervisor when time-off is apply, approve, reject
  • iCal support for time-off
  • REST API
  • Android App
  • iOS App
  • Send Payslip (PDF File)
  • Filter Time-Off by date range
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].