Giter VIP home page Giter VIP logo

hammock-database's Introduction

Hammock-Database

Hammock Logo

Release

First release of Hammock Database V1 on 16/08/2017, released for Hammock Helicopter Sdn. Bhd. and public users.

Synopsis

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 !

Motivation

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.

PROJECT

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.

STOCK

Access to all the stock of your company to permit you to find the part faster for all your projects.

MANAGEMENT

A simple tool to record all the work hours on your project.

DOCUMENTATION

As an intelligent system, it will retains the previous jobs and keeps these basic information to provide you help in your future projects.

Installation

The installation is very simple. It works on a basic Apache server with PHP 5.6 and a mySQL 5.7 database.

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

Configurate you Server

1

Copy past all the project files into the root directory of your server. The system uses $_SERVER['DOCUMENT_ROOT'] for the includes

2

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

3

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.

Contributors

Code

  • Terag

Design

  • Terag

License

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

hammock-database's People

Contributors

terag avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.