Version 1.0.0 - Documentation
Requirements: ------------- - Laravel 10.x - Bootstrap v5.3.0 - PHP 8.1 or higher - MySQL 8 or higher / MariaDB - Composer 2.x
'inventory-software-v1.0.zip' folder to your web server directory.inventory-software-v1.0/source/inventory-version-1 in Laragon’s www directory..env.example to .env and set DB credentials:DB_DATABASE=your_db (place created database name) DB_USERNAME=your_user (root) DB_PASSWORD=your_pass(keep blank)
composer install php artisan key:generate php artisan migrate php artisan db:seed
'inventory-software-v1.0.zip' folder to your web server directory.'inventory-software-v1.0/source/inventory-version-1' folder and zip all file of 'inventory-version-1'.inventory-software-v1.0/source/inventory-version-1/app.zip all file.inventory-software-v1.0/source/database/inventory_soft_v1.sql..env file with your live DB credentials.Example: https://inventory.wwcoders.net
How to create product and before need to create warehouse and Category details here
How to create Customer and details here
How to create Supplier and details here
How to create Purchase and details here
How to create Invoice and details here
How to generate report and chart and details here
How to Manage users, assign roles, and control module-level permissions with ease.
Change theme colors, layout styles, and logo directly from the settings panel.
Change general settings from the settings panel.
Fully responsive design ensures smooth usage on desktops, tablets, and mobile devices.
Demo URL : https://inventory.wwcoders.net Demo Admin Login: -------------------- Email: admin@example.com Password: 12345678 Demo Manager Login: -------------------- Email: manager@example.com Password: 12345678 Demo Staff Login: -------------------- Email: staff@example.com Password: 12345678Note: Change default admin password after installation.