Code Monkey home page Code Monkey logo

invpos's Introduction

Inventory Management System

Features

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

Instalation

  1. Clone Repository or Download

  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.

invpos's People

Contributors

arryand7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.