Scheduling, job, crew, and customer management web application for construction companies.
Scheduling, job, crew, and customer management web application for construction companies.
ClientCal is a PHP+MySQL based project initially released in 2006 to facilitate the management of customer info, job scheduling, job site info, and work crew scheduling for small to medium sized construction operations (SMBs). As a traditional HTML form based application it has proved to be very stable over the years. I have released this project in preparation for improvements to the UI (to make it mobile friendly) and implementing a RESTful API backend.
Consult the Docker page of the ClientCal wiki for more information regarding usage with Docker.
git clone git@github.com:katmore/clientcal.git
$ cd docker/compose/clientcal
$ docker-compose build
$ docker-compose start
$ docker-compose exec php-fpm /var/www/clientcal/bin/web-user.php add
Consult the Installation page of the ClientCal wiki for more detailed instructions.
git clone git@github.com:katmore/clientcal.git
composer update
php bin/config-update.php
php bin/db-update.php
php bin/web-user.php add my_user
See the Screenshots section of the ClientCal homepage.
ClientCal is distributed under the terms and conditions of the MIT license (see LICENSE), or the terms and conditions of the GPLv3 license (see GPLv3).
Copyright (c) 2006-2023, Paul Douglas Bird II.
All rights reserved.