parmonov98 / inventory-management-system

✍Building an Inventory Management System with Laravel 10.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ Inventory Management System

Inventory Management System with Laravel 10 and MySql.

Dashboard

💀 Design Database

Diagram Class

😎 Features

  • POS
  • Orders
    • Pending Orders
    • Complete Orders
    • Pending Due
  • Purchases
    • All Purchases
    • Approval Purchases
    • Purchase Report
  • Products
  • Customers
  • Suppliers

🚀 How to Use

  1. Clone Repository or Download

    $ git clone https://github.com/fajarghifar/inventory-management-system
  2. Setup

    # Go into the repository
    $ cd inventory-management-system
    
    # Install dependencies
    $ composer install
    
    # Open with your text editor
    $ code .
  3. .ENV

    Rename or copy the .env.example file to .env

    # Generate app key
    $ php artisan key:generate
  4. Custom Faker Locale

    To set Faker Locale, add this line of code to the end .env file.

    # In this case, the locale is set to Indonesian
    
    FAKER_LOCALE="id_ID"
  5. Setup Database

    Setup your database credentials in your .env file.

  6. Seed Database

    $ php artisan migrate:fresh --seed
    
    # Note: If showing an error, please try to rerun this command.
  7. Create Storage Link

    $ php artisan storage:link
  8. Run Server

    $ php artisan serve
  9. Login

    Try login with username: admin and password: password

🚀 Config

  1. Config Chart

    Open file ./config/cart.php. You can set a tax, format number, etc.

    For More details, visit this link hardevine/shoppingcart.

📝 Contributing

If you have any ideas to make it more interesting, please send a PR or create an issue for a feature request.

🤝 License

MIT

Github @fajarghifar  ·  Instagram @fajarghifar

About

✍Building an Inventory Management System with Laravel 10.

License:MIT License


Languages

Language:JavaScript 38.0%Language:CSS 31.4%Language:Blade 19.6%Language:PHP 11.0%