POS & Inventory System Using PHP With Source Code

Project: POS(point of sales) and Inventory System

Features :

  1. Login system.
  2. Admin Panel.
  3. Manage Products.
  4. View Sales & Inventory Report.

The user has to log in and search PC items they want and they can easily purchase it online. The supplier can add products, remove it and edit it any time they want. Admin manages User and Suppliers. Admin can add, edit and remove products anytime. Admin can also view Sales & Inventory reports. This is a simple project done in PHP. It’s easy to operate and understand by users.The design is pretty simple and the user won’t find it difficult to understand, use and navigate.

How To Run?

You’ll need XAMP Server or WAMP Server. Put the file inside “c:/wamp/www/” or “c:/xampp/htdocs/”. Go To “localhost/phpmyadmin” in any browser and create Database (name according to SQL file).In that Database, Import the SQL file and finally go to URL: “http://localhost/file_name/phpfilename
Don’t Forget To create a database and import SQL file to run.

Project Demo

DOWNLOAD POS & INVENTORY SYSTEM USING PHP WITH SOURCE CODE : CLICK THE BUTTON BELOW


0 0 votes
Article Rating
Subscribe
Notify of
guest
22 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Anuj Patil
Anuj Patil
5 years ago

why there is an error in user login

Akansha
Akansha
5 years ago

why there will be an error in user login

Naseeb Bajracharya
5 years ago
Reply to  Akansha

Seems like you have not set Database connection. If the database is not set, it’ll show error!

Siva
Siva
5 years ago

in your code cash mode is working credit payment not working

kola
kola
5 years ago

log in faild. nvalid input 🙁

Davies Otieno
Davies Otieno
5 years ago

hello i love the work and I’m using it for my school project though the login is not workin

Sasya
Sasya
4 years ago

Hello. I would like to ask, why the system not same as the screen shots above? Can I get the source code. Thank you.

Sasya
Sasya
4 years ago
Reply to  Sasya

I cant access to the online shopping page. I only can access to the pos system.

Sasya
Sasya
4 years ago

Hello. I would like to ask, I tried to insert a google place for customer address when they insert address. But it wont appear in the modal. I tried to insert the code in a blank page and it works but it didnt work inside the add_modal.php. It would be a great of help if I can get an idea or solution from you. Thank you.

Address:

google.maps.event.addDomListener(window,’load’,intilize);
function intilize(){
var autocomplete = new google.maps.places.Autocomplete(document.getElementById(‘address’));

google.maps.event.addListener(autocomplete, ‘place_changed’, function(){

var place = autocomplete.getPlace();
var latitude = place.geometry.location.lat();
document.getElementById(“latitude”).value = latitude;
var longitude = place.geometry.location.lng();
document.getElementById(“longitude”).value = longitude;
});
};

Yoyoroni
Yoyoroni
4 years ago

How do i import the databasde? wasnt included on the downloaded files

Nouman
Nouman
3 years ago

sir i need a diagrams of that oint of sale project, if you have all digarams kindly send me on my email id . thanks

imfura
imfura
2 years ago

Hello why importing pos.sql is failing Plz help me.

22
0
Would love your thoughts, please comment.x
()
x