Git Product home page Git Product logo

fleetco's Introduction

#Features

  • Fueling Record Maintenance
  • Repair Record Maintenance
  • Maintenance Record Maintenance
  • Inventory Module
  • Accident Reporting
  • Fuel Efficiency Reports
  • Vehicle Expense Reports

##System requirements:

  • Web Hosting (XAMPP/WAMP can also be used)
  • PHP 4.2
  • MySQL Database
  • GPLv3 license

##How to install

  1. Unzip the file
  2. Upload the file to the hosting root ot folder
  3. Create a MySQL database using phpmyadmin or otherwise
  4. In the unzip folder, locate the SQL dump file called mysql-dump-with dummy-data.sql.
  5. Import this SQL dump to the database created (This database contains some sample data which you can delete later)
  6. Enter the database connectivity details as follows:

Find "ConnectionManager.php" in connections folder and on line 254-258 find below block of code:

	$data["connInfo"][0] = "database_host_name";
	$data["connInfo"][1] = "database_user_name";
	$data["connInfo"][2] = "database_user_password";
	$data["connInfo"][3] = "database_port_number";
	$data["connInfo"][4] = "database_name";

Update your database connectivity details above

  1. Then visit the url and the login screen should appear
  2. Use following admin logins:

Username: Admin Password: AdminF123

Once you log in, go to Admin Area. You can create any no of users with various user rights to different tables.

Originally created by Vishan Fernando.

fleetco's People

Contributors

neuharthr avatar hayesie88 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.