Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laudeco/bbc-dolibarr-flightlog
Dolibarr module to manage pilot flight log
https://github.com/laudeco/bbc-dolibarr-flightlog
dolibarr flight-log hacktoberfest hot-air-balloon
Last synced: 9 days ago
JSON representation
Dolibarr module to manage pilot flight log
- Host: GitHub
- URL: https://github.com/laudeco/bbc-dolibarr-flightlog
- Owner: laudeco
- Created: 2017-01-31T09:20:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T20:31:21.000Z (2 months ago)
- Last Synced: 2024-09-10T01:18:38.454Z (2 months ago)
- Topics: dolibarr, flight-log, hacktoberfest, hot-air-balloon
- Language: PHP
- Homepage:
- Size: 559 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/laudeco/bbc-dolibarr-flightlog/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/laudeco/bbc-dolibarr-flightlog/?branch=master)
[![wercker status](https://app.wercker.com/status/06514c2e434e17789f8ac5840bef3d5a/s/master "wercker status")](https://app.wercker.com/project/byKey/06514c2e434e17789f8ac5840bef3d5a)
This is a module for [Dolibarr](http://dolibarr.org), it cannot leave outside of Dolibarr.
# What Dolibarr is ?
Dolibarr ERP & CRM is a modern and easy to use software package to manage your business.# Flight log - The module
In the world of the air navigation, each pilots need to keep a log of each flights they do.
This modules manages the log of each pilot in the association.
Since we do not pilot a plane but a hot air balloon, some flight information may not be the same (eg. the take off location and the landing one are not necessarily an airport).but every information required are present in the current module. We have :
* The flight type
* Take off time & location
* Landing time & location
* Date
* Hot air balloon
* The pilot information
* Passengers information
* Some billing information## Highly coupled
This module is highly coupled to our company. Sorry about that, if someone else want to use it, I can work on the fact to extract the 2 modules. That being said, it doesn't mean you cannot use this for your own business. Everything is configurable through the administration of Dolibarr.## Why didn't you develop this as a side project?
Since we are using Dolibarr for our accountacy and our management, we didn't want to develop a side project to manage our flights. By adding the flight log as a module we can ...
* Create bills
* Use the power of Dolibarr about the user management..
* Extract data with the already present tools
* Using the e-mail structure
* ...## What's next ?
* Adding an API to be able to develop a mobile application.
* Adding some statistics over the years.
* Improving the e-mail automatically sent on incident, ...
* Fixing here and there some small issues
# InstallationAt the moment the tested way is :
1. Download the module
2. Extract or move it to _htdocs/flightlog_
3. Go in your configuration and enable the module.