Skip to content

fajarghifar/laravel-point-of-sale

Repository files navigation

✨ Laravel Point of Sale

Point of Sale Management and Invoice build with Laravel 10 and MySql.

Dashboard

😎 Features

  • POS
  • Orders
    • Pending Orders
    • Complete Orders
    • Pending Due
  • Stock Management
  • Products
    • Products
    • Categories
  • Employees
  • Customers
  • Suppliers
  • Salary
    • Advance Salary
    • Pay Salary
    • History Pay Salary
  • Attendance
  • Role and Permission
  • Users Management
  • Backup Database

🚀 How to Use

  1. Clone Repository or Download

    $ git clone https://github.com/fajarghifar/laravel-point-of-sale
  2. Setup

    # Go into the repository
    $ cd laravel-point-of-sale
    
    # 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.

  2. Create Storage Link

    $ php artisan storage:link
  3. Run Server

    $ php artisan serve
  4. Login

    Try login with username: admin and password: password

    or username: user and password: password

📝 Contributing

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

🤝 License

Github @fajarghifar  ·  Instagram @fajarghifar

About

✍️Building a Point of Sale system with Laravel 10.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published