Registration Page HTML Code:: About Party Rental Management System
Registration Page HTML Code:: About Party Rental Management System
Registration Page HTML Code:: About Party Rental Management System
Party Rental Management System is a simple web application developed in PHP MySQL database using
JavaScript, Bootstrap, HTML. The main purpose of the system is to manage the payment of the rental
items and costumer registrations. The system contains of admin and staff, the admin can manage all
information like edit, update, delete, and check payments and accept, and the staff can manage like
admin but different access.
<head>
<title>
Registration Page
</title>
</head>
<body bgcolor="Lightskyblue">
<br>
<br>
<form>
<label>
Course :
</label>
<select>
<option value="Course">Course</option>
<option value="BCA">BCA</option>
<option value="BBA">BBA</option>
<option value="B.Tech">B.Tech</option>
<option value="MBA">MBA</option>
<option value="MCA">MCA</option>
<option value="M.Tech">M.Tech</option>
</select>
<br>
<br>
<label>
Gender :
</label><br>
<br>
<br>
<label>
Phone :
</label>
Address
<br>
<label>
Phone :
</label>
Address
<br>
</textarea>
<br> <br>
Email:
<br> <br>
Password:
<br> <br>
Re-type password:
</form>
</body>
</html>
Item type
Tools
The CPC codes are mapped to the Item Code using the Bar Codes section which can be accessed directly
on the Item Master Data or from the menu Inventory > Bar Codes.
3. Billing MYSQL
-- phpMyAdmin SQL Dump
-- version 4.6.5.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Database: `billinginvoice`
--
-- --------------------------------------------------------
--
--
--
--
INSERT INTO `inv_order` (`order_id`, `order_no`, `order_date`, `order_receiver_name`,
`order_receiver_address`, `order_total_before_gst`, `order_total_tax1`, `order_total_tax2`,
`order_total_tax3`, `order_total_tax`, `order_total_after_tax`, `order_datetime`) VALUES
(14, '169690', '2021-12-16', 'Jennifer L', 'venue', '945', '12', '12', '1', '25', 970, 1625592940),
(13, '104780', '2021-12-19', 'Mary ', 'Laamu, '937', '17', '17', '15', '49', 986, 1625592747),
(12, '102566', '2021-12-02', 'john', 'Elliott Street', '112', '1', '1', '1', '3', 112, 1625590918),
(10, '101255', '2021-12-01', 'James ', 'Ralph Street', '48', '1', '1', '0', '2', 50, 1625579598),
-- --------------------------------------------------------
--
--
--
-- Dumping data for table `inv_order_item`
--
(17, 13, 'Product Four', '9', '28', '252', '2', '5', '3', '8', '3', '8', '272'),
(16, 13, 'Product Three', '20', '10', '200', '1', '2', '1', '2', '1', '2', '206'),
(14, 13, 'Product One', '16', '14', '224', '2', '4', '1', '2', '0', '0', '231'),
(15, 13, 'Product Two', '29', '9', '261', '2', '5', '2', '5', '2', '5', '277'),
(13, 12, 'RUNMUS Gaming Headset', '7', '16', '112', '0', '1', '0', '1', '0', '1', '112'),
(9, 10, 'Demo Item', '6', '8', '48', '2', '1', '2', '1', '0', '0', '50'),
(10, 11, 'Demo One', '5', '11', '55', '1', '1', '1', '1', '0', '0', '56'),
(11, 11, 'Demo Two', '9', '5', '45', '1', '0', '1', '0', '0', '0', '46'),
(12, 11, 'Demo Three', '2', '25', '50', '2', '1', '2', '1', '2', '1', '53'),
(18, 14, 'P one', '29', '10', '290', '0', '0', '0', '0', '0', '0', '290'),
(19, 14, 'P two', '37', '15', '555', '2', '11', '2', '11', '0', '0', '577'),
(20, 14, 'P three', '10', '10', '100', '1', '1', '1', '1', '1', '1', '103');
-- --------------------------------------------------------
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
The query
FROM orders
GROUP BY date
Outgoing orders
shipments
Barcode scanner
Inventory
Suppliers
How to run the project after compiling everything
To run this project, we must have XAMPP.
After Starting Apache and MySQL in XAMPP follow the steps below
Firstly, Copy the main project folder in our case “Partyrental”, After that Paste in xampp/htdocs/
Connecting Database
After that, Click on the databases tab and create a database naming “Party_rental_db” and then click on
the import tab, now click on browse file and select “Party_rental_db.sql” file which is inside the “db”
folder
After Creating Database, open a browser tab and go to “http://localhost/party_rental” and you are
presented with the finished website with Customer registration, dedicated item master, billing tab and
sales report generator.