|






|
PHP Business Management System
Status: Completed
Current Version: 1.0.0
The PHP Business
Management System will be like normal store transactions. It will allow
the staff to be able to make transactions for a purchase, eg customer
buys something from the store and they find the products using the
product ID and then print out a invoice. We only know so much, so we
will assume that all purchases are made using cash. Features of this
system are below.
-
Staff can use the system
to update their details
-
Staff can change their
password
-
Staff can log in to use
the system and log out
-
Staff make transactions
for the customer, when the customer is buying a product from the
business, by typing in the
Product ID
-
Staff can check if stock
is low, medium or high and if stock has run out on a page
-
System checks if stock has run out
before the transaction is processed
-
System adds added tax costs
to final amount.
-
Can be printed using the
normal File -> Print Menu
-
Staff can see their
sales figures, by typing a from and to date
-
Staff can check there sales, including
a from and to date
-
Admin can check different staff's
sales
-
Admin can check the
staffs details, modify staff details, add staff and
delete staff
-
Are able to add, modify
and remove items in the system by using a global username and
password, eg itemsmanager
-
Able to delete all temporary tables
created
Freeware
View Screenshots
Download
Here
You will need to have
MySQL with PHP and a webserver.
Extract the files and modify the connect.php file and change the
connection to the database information that is found in this file.
eg. $link = mysql_connect('<IP Address of MySQL>', "<username>",
"<password>");
The first part of the bracket <IP Address of MySQL> is the IP Address of
the MySQL Server, the second part <username> is the username for the
server and third part <password> is the password for the username.
You will need to upload the image directory into the same directory as
the files to get the pictures to work.
Now you need to upload these files to your web server and then run the
install.php script which will then create a new database and two tables
in your MySQL Server. It is required to run this script or else this
project will not work.
You can now run the file index.htm to login.
| |
2004-05-15 - Version 1.0.0 |
|
| |
|
- Initial Release |
|
|