Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobvanluijt/tipping-point
Tipping Point - Aircraft Weight & Balance
https://github.com/bobvanluijt/tipping-point
Last synced: 24 days ago
JSON representation
Tipping Point - Aircraft Weight & Balance
- Host: GitHub
- URL: https://github.com/bobvanluijt/tipping-point
- Owner: bobvanluijt
- License: mit
- Created: 2017-10-13T08:11:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T09:24:52.000Z (about 7 years ago)
- Last Synced: 2024-12-15T11:57:12.937Z (26 days ago)
- Language: PHP
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# TippingPoint - Aircraft Weight & Balance
_NOTE: This is a clone of the open source version of tipping point on [source force](https://sourceforge.net/projects/tippingpoint). Project isn't updated since 2012. This code base contains some minor bug fixes._
- OLD: http://sourceforge.net/p/tippingpoint
- NEW: https://github.com/bobvanluijt/tipping-pointTipping point is a web-based aircraft weight and balance calculator with
graphing. It has support for multiple aircraft and administrators. The software
requires PHP and MySQL, and utilizes the pChart graphing library.### Info
This is a final pre-production release.
Things we would like to add in the future:
* Multiple organizations (with aircraft) from a single install
* Automated installer
- Genericize database
* Code cleanup
* Multiple weight envelopes on the graph (ie: normal category, utility category)
* "e-file" weight and balance (no printing and signing)### Install
_Note optimized for php7.1_
To Install:
0) Make sure to install php7.0-xml.
1) Download the code and SQL file
2) Use the SQL file to create to create the blank database
3) Manually add a user account to the "users" table in the database,
leave the password field blank
4) Extract the code
5) Edit "func.inc", fill in your MySQL server information