Inventory Software - Laravel Version

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

1. Install Local Laragon

  1. Install Laragon on your system.
  2. Extract/Unzip the 'inventory-software-v1.0.zip' folder to your web server directory.
  3. Place inventory-software-v1.0/source/inventory-version-1 in Laragon’s www directory.
  4. Create a MySQL database.
  5. Rename .env.example to .env and set DB credentials:
  6. DB_DATABASE=your_db (place created database name)
    DB_USERNAME=your_user (root)
    DB_PASSWORD=your_pass(keep blank)
  7. Run the following commands in your project root:
  8.    composer install
       php artisan key:generate
       php artisan migrate
       php artisan db:seed
  9. Open your project, Example: http://localhost/envato/uploads/inventory-software-v1.0/source/inventory-version-1
  10. Click for Details on Video Watch
Install Local Laragon Video

2. Install Live domain by cPanel

  1. Extract/Unzip the 'inventory-software-v1.0.zip' folder to your web server directory.
  2. Open the 'inventory-software-v1.0/source/inventory-version-1' folder and zip all file of 'inventory-version-1'.
  3. Zip inventory-software-v1.0/source/inventory-version-1/app.zip all file.
  4. Login your cPanel Dashboard go your directory loacation 'public_html/inventory.wwcoders.net'
  5. Upload zip file and Unzip file.
  6. Create a MySQL database name, database user, database password and access all permission.
  7. Import inventory-software-v1.0/source/database/inventory_soft_v1.sql.
  8. Update .env file with your live DB credentials.
  9. Open your project
  10. Example: https://inventory.wwcoders.net
  11. Click for Details on Video Watch
Install via cPanel Video

3. Product Management

How to create product and before need to create warehouse and Category details here

  1. Search Product-> Click -> Warehouse List and Create Warehouse
  2. Search Product-> Click -> Category List and Create Category
  3. Search Product-> Click -> Product Create
  4. Search Product-> Click -> Product List
  5. Search Product-> Click -> Product List -> Edit
  6. Search Product-> Click -> Update Button
  7. Search Product-> Click -> Product List -> View
  8. Search Product-> Click -> Product List -> Delete
  9. Click for Details on Video Watch
Product Management Video

4. Customer Management

How to create Customer and details here

  1. Search Customer-> Click -> Customer Add-> Customer Create
  2. Search Customer-> Click -> Customer List
  3. Search Customer-> Click -> Customer List -> Edit
  4. Search Customer-> Click -> Update Button
  5. Search Customer-> Click -> Customer List -> View
  6. Search Customer-> Click -> Customer List -> Delete
  7. Click for Details on Video Watch
Customer Management Video

5. Supplier Management

How to create Supplier and details here

  1. Search Supplier-> Click -> Supplier Add-> Supplier Create
  2. Search Supplier-> Click -> Supplier List
  3. Search Supplier-> Click -> Supplier List -> Edit
  4. Search Supplier-> Click -> Update Button
  5. Search Supplier-> Click -> Supplier List -> View
  6. Search Supplier-> Click -> Supplier List -> Delete
  7. Click for Details on Video Watch
Supplier Management Video

6. Purchase Management

How to create Purchase and details here

  1. Search Purchase-> Click -> Purchase Add-> Purchase Create
  2. Search Purchase-> Click -> Purchase List
  3. Search Purchase-> Click -> Purchase List -> Edit
  4. Search Purchase-> Click -> Purchase Button
  5. Search Purchase-> Click -> Purchase List -> View
  6. Search Purchase-> Click -> View -> Generate Purchase PDF
  7. Click for Details on Video Watch
Purchase Management Video

7. Sales/Invoice Management

How to create Invoice and details here

  1. Search Invoice-> Click -> Invoice List-> Invoice Create
  2. Search Invoice-> Click -> Invoice List
  3. Search Invoice-> Click -> Invoice List -> Edit
  4. Search Invoice-> Click -> Invoice Button
  5. Search Invoice-> Click -> Invoice List -> View
  6. Search Invoice-> Click -> View -> Generate Invoice PDF
  7. Click for Details on Video Watch
Invoice Management Video

8. Chart and Reports

How to generate report and chart and details here

  1. Go Dashboard-> See Report Summary
  2. Go Logistics-> See Logistics Summary
  3. Go Shipment-> See Shipment Summary
  4. Go Tracking-> See Tracking Summary
  5. Search Sales-> Click -> Sales Report
  6. Search Purchase-> Click -> Purchase Report
  7. Search Current Stock-> Click -> Current Stock Report
  8. Search Low Stock-> Click -> Low Stock Report
  9. Search Customer Ledger-> Click -> Customer Ledger
  10. Search Supplier Ledger-> Click -> Supplier Ledger
  11. Search Profit & Loss-> Click -> Profit & Loss Report
  12. Search Tax & Discount-> Click -> Tax & Discount Report
  13. Search Top-Selling-> Click -> Top-Selling Products
  14. Click for Details on Video Watch
Chart and Reports Video

9. User, Role and Permission Management

How to Manage users, assign roles, and control module-level permissions with ease.

  1. Search Role-> Click -> Role List
  2. Search Role-> Click -> Role Add
  3. Create Role
  4. Clcik Save Button
  5. Search Role-> Click -> Role List
  6. Search Permission-> Click -> Permissions
  7. Add Permission
  8. Select Role and Add permission
  9. Search Users-> Click -> User List
  10. Add User and Select Role
  11. Go User List
  12. Copy Email ID as Login User and Use Password as "12345678" If you keep password as blank
  13. Login by Email and Password
  14. Click for Details on Video Watch
User, Role and Permission Video

10. Theme Management

Change theme colors, layout styles, and logo directly from the settings panel.

  • Search Settings-> General-> Change Style common font and Background Color
  • Settings->General-> Change Icon, font and Background Color
  • Settings->Dashboard Theme-> Change Icon, font and Background Color
  • Settings->Dashboard Cahrt-> Change Chart font and Background Color
  • Settings->Logistics Cahrt-> Change Chart font and Background Color
  • Settings->Table-> Change Chart font and Background Color
  • Settings->Modal-> Change Chart font and Background Color
  • Settings->Menu-> Change Chart font and Background Color
  • Settings->Fields-> Change Chart font and Background Color
  • Settings->Button-> Change Chart font and Background Color
  • Template->Change Deault choose anyone from three templates
  • Click for Details on Video Watch
  • Dynamic Theme Video

    11. Settings

    Change general settings from the settings panel.

  • Search Settings-> General-> Change Company name, address, email, phone and zip code
  • Settings->General->change logo by upload any company Logo
  • Settings->General->change logo size by options size
  • Settings->General->change animation style for page and visit animation.style
  • Settings->General->change font style and choosen by options font family
  • Settings->General->change currency by any currency symbool of country
  • Click for Details on Video Watch
  • Responsive Layouts Video

    12. Responsive Layouts

    Fully responsive design ensures smooth usage on desktops, tablets, and mobile devices.

  • If you check the Responsive layouts on Firfox Browser, click ctrl+shift+m
  • Click->Responsive->Select any device options
  • You can add more device in Click->Responsive->Edit List (Options)
  • Click for Details on Video Watch
  • Responsive Layouts Video
      
    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: 12345678
    Note: Change default admin password after installation.