Inventory.php is a straightforward inventory management application designed to help you organize and track your inventory. This simple PHP-based system allows you to manage products and users efficiently. Follow the instructions below to set up and start using the app.
-
Download:
- Download the application from here.
-
Database Setup:
- Upload the provided SQL file to your database.
-
Database Connection:
-
Create a database connection file named
conn.php
. -
Edit
conn.php
and set your database connection details:<?php $dbHost = ""; $dbUser = ""; $dbPass = ""; $dbName = ""; ?>
-
Save the file.
-
-
User Creation:
- In your database, create user accounts using the INSERT statement.
-
SuperUser Configuration:
-
Edit the
superuser.php
file. -
Set your SuperUser ID:
<?php $superuser = ""; ?>
-
Save the file.
-
-
Host Upload:
- Upload all PHP files to your hosting server.
- Your application is now ready to use.
- If you need to update the database:
- Make a backup of your current database.
- Delete the old database.
- Upload the new database.
- Insert the backup to restore your data.
For any assistance or queries, contact me at ramiro.alvarez@rahcode.com.
Thank you for choosing Inventory.php for your inventory management needs!