Coder Social home page Coder Social logo

marcoah / open-pos-inventory-laravelvue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abi-collab/open-pos-inventory-laravelvue

0.0 0.0 0.0 108.54 MB

A fully functional Point of Sale (POS) & Inventory System made from Laravel and Vue js

License: MIT License

Shell 0.18% PHP 41.78% Vue 51.26% Blade 6.48% Dockerfile 0.30%

open-pos-inventory-laravelvue's Introduction

Laravel+Vue Point of Sale(POS) & Inventory System

A fully functional Open-Source Point of Sale (POS) and Inventory System made from Laravel8 + Vue2 + AdminLTE 3 based for SPA Application.

Alt Alt Alt Alt Alt Alt

Getting Started

Installation (without Docker)

  • git clone https://github.com/abi-collab/pos-inventory-laravelvue.git
  • cd open-pos-inventory-laravelvue/
  • composer install
  • cp .env.example .env
  • Update .env and set your database credentials
  • php artisan key:generate
  • php artisan migrate
  • php artisan db:seed
  • php artisan passport:install
  • npm install
  • npm run dev
  • php artisan serve

Installation (using Docker)

  • git clone https://github.com/abi-collab/pos-inventory-laravelvue.git
  • cd open-pos-inventory-laravelvue/
  • cp .env.example .env
  • vendor/bin/sail up
  • vendor/bin/sail composer install
  • vendor/bin/sail artisan key:generate
  • vendor/bin/sail artisan migrate
  • vendor/bin/sail artisan db:seed
  • vendor/bin/sail artisan passport:install
  • vendor/bin/sail artisan npm install
  • vendor/bin/sail artisan npm run dev

Project Module/Features

  • Modal based Create + Edit, List with Pagination, Delete with Sweetalert
  • Login, Register, Forget + Reset Password as default auth
  • Profile, Update Profile, Change Password, Avatar
  • Frontend and Backend User ACL with Gate Policy (type: admin/user)
  • Developer Options for OAuth Clients and Personal Access Token
  • Build with Docker
  • Simple Dynamic Dashboard:
    • Displays widgets of sales report
    • Stock indicators
    • Table of sales
    • Filtering options
  • Invoice:
    • Manage Customer Purchase(Serial number base)
    • Print Invoice
  • Product Management:
    • Create, display, edit/update & delete an item
  • Product's Serial Number Management:
    • enter a serial number for every piece of product created
  • Customer Management:
    • Create, display, edit/update & delete a customer
  • Return Products:
    • Manage every returned products
  • User Management:
    • Create, display, edit/update & delete a user
  • Category Management
    • Create, display & edit/update a product category

Project Structure

alt text

License

MIT license.

Screen shots (Admin Access)

Dashboard

alt text

Invoice

alt text

Customers

alt text

Items

alt text

Serial Numbers

alt text

Returns

alt text

Category

alt text

Users

alt text

Screen shots (Standard User Access)

alt text

open-pos-inventory-laravelvue's People

Contributors

abi-collab avatar kevin-daus-stationfive avatar justinbalaguer 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.