Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

logicent/frontdesk-legacy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
db
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
oil
 
 

Note: This project has been archived in favor of logicent/propoint

FrontDesk (PMS)

  • Version: 3.x
  • Website
  • Demo Username: admin Password: safdesk1
  • Support Forum for comments, discussion and community support

FrontDesk Dashboard

Description

FrontDesk is a property management system (PMS) for facilities and establishments offering accommodation, rental and hiring services.

FrontDesk is built using PHP (FuelPHP 1.8.2) and JavaScript (jQuery 3.4.1) with customized SBAdmin2 (Bootstrap 3) admin template.

Requirements

  • PHP 7.3 and php7.3-mbstring (PHP 7.2 should also work)
  • MySQL 5.7
  • Nginx (sample nginx.conf included in project root)

Installation

Setup via CLI

git clone https://github.com/logicent/frontdesk.git <path/to/project>

cd <path/to/project>

Note: Ensure composer is installed for this install task

php oil refine install

create/modify db.php settings as needed under fuel/app/config/

run tasks to create database tables

php oil refine migrate --packages=auth

php oil refine migrate:current

php oil refine migrate

TODO: create task to set/update default login

TODO: create task to load default reports

Setup (post-install) via UI

Go to sidebar navigation menu to:

  • add business detail

  • add facility property, unit types, units, rate types and rates

  • add facility services

  • add users

Development Team

  • Ken Mwai - Creator and Lead Developer/Maintainer (@mwaigichuhi)

Want to contribute?

Thank you for considering contributing to FrontDesk. New contributors to improve the solution further or help provide support to issues are most welcome.

License

FrontDesk is released under the MIT license.