Skip to content

MimisK13/inventory-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 30, 2024
969974a Β· Nov 30, 2024

History

10 Commits
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Nov 30, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024
Nov 30, 2024
Aug 21, 2024
Nov 30, 2024
Aug 21, 2024
Aug 21, 2024
Aug 21, 2024

Repository files navigation

✨ Inventory Management System

Inventory Management System with Laravel 10 and MySql.

img.png

πŸš€ Features

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

πŸ”¨ Setup & How to Use

  1. Clone Repository git clone https://github.com/fajarghifar/inventory-management-system
  2. Go into the repository cd inventory-management-system
  3. Install Packages composer install
  4. Copy .env file cp .env.example .env
  5. Generate app key php artisan key:generate
  6. Setting up your database credentials in your .env file.
  7. Migrate database php artisan migrate
  8. Seed Database: php artisan migrate:fresh ---seed
  9. Create Storage Link php artisan storage:link
  10. Install NPM dependencies npm install && npm run dev
  11. Run php artisan serve
  12. Try login with email: admin@admin.com 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published