First release of Hammock Database V1 on 16/08/2017, released for Hammock Helicopter Sdn. Bhd. and public users.
Is it too difficult for you to manage all your projects of maintenance around aircraft ? You have too much information on paper and are afraid to lose it ?
You could like to centralize your information, and simplify you process with a simple tool.
So .. this tool could be helpful for you and your team !
This tool had been developed in Hammoch Helicopter Sdn. Bhd. in Malaysia to provide then a simple tool to get their work faster and easier.
This software is developed to simply centralize and improve you work time with 4 important linked parts.
Gives you access to all the steps of a maintenance process, from the scope of work to the PIF. Here you can manage your work flow and follow the status of your project.
Access to all the stock of your company to permit you to find the part faster for all your projects.
A simple tool to record all the work hours on your project.
As an intelligent system, it will retains the previous jobs and keeps these basic information to provide you help in your future projects.
The installation is very simple. It works on a basic Apache server with PHP 5.6 and a mySQL 5.7 database.
You just need to execute in your database the scripts contain in files :
- sql.sql
- query_insert.sql
- query_update.sql
- query_delete.sql
- function.sql
You can fin these files in SQL_MANAGEMENT folder.
Copy past all the project files into the root directory of your server. The system uses $_SERVER['DOCUMENT_ROOT'] for the includes
Connect you database in /SQL_MANAGEMENT/connection.php file.
$db_host_name = <database_host>;
$db_database = <database_name>;
$db_user_name = <database_user>;
$db_password = <database_password>;
edit htaccess. You should check every htaccess of the project to check if the contained information are true or false. Some problems could come from these files.
- Terag
- Terag
Copyright (c) 2017, Hammock Database - [email protected]
- Hammock Database is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
- Hammock Database is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
- You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.