Skip to content

Hotel Booking,Ticket Booking,Car Booking,Logistic Booking Software

Notifications You must be signed in to change notification settings

adilk121/Booking-Management-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booking Software using PHP and MySQL

This is a simple billing software developed using PHP and MySQL that allows you to generate invoices and keep track of your sales.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

PHP 7 or higher MySQL 5 or higher Web server software (such as Apache or Nginx)

Installing

Clone the repository or download the source code and extract it to your web server directory. bash Copy code git clone https://github.com/ady1210/Booking-Management-Software

Create a new database in MySQL and import the booking.sql file located in the database directory of the project. Update the database credentials in the include/config.php file located in the include directory of the project.

sql Copy code define('DB_HOST', ''); define('DB_NAME', ''); define('DB_USER', ''); define('DB_PASS', ''); Start your web server and navigate to the project URL in your web browser.

Usage

To use the billing software, follow these steps:

Login using the default username and password: makefile Copy code Username: admin Password: password Click on the Add Customer button to add a new customer. Click on the Add Invoice button to create a new invoice. Select the customer from the dropdown menu and add the products and quantities to the invoice. Click on the Save button to save the invoice. You can view, edit, and delete invoices from the Invoices section.

Contributing

Feel free to contribute to this project by submitting bug reports or pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Hotel Booking,Ticket Booking,Car Booking,Logistic Booking Software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published