Giter Site home page Giter Site logo

roengrit / eflinventory-v2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chrisidakwo/eflinventory-v2

0.0 2.0 0.0 9.86 MB

:department_store: Point-of-sale and inventory tracking for small-scale retail stores. Easily manage inventory, purchases, sales, and damaged and/or expired products.

PHP 72.50% Vue 0.06% HTML 27.44%

eflinventory-v2's Introduction

About EFLInventory-V2

EFLInventory V2 is a simple-to-use, web-based inventory and point-of-sale application written in PHP using Laravel framework. It uses MySQL as the data backend and has a Bootstrap 4 material-like user interface. It is designed to assist small-scale retail stores with keeping track of items and inventory, and generate reports based on inventory, purchases and sales.

Well, What Can I Do With It?

  • Manage products and product variations
  • Manage product categories and sub-categories
  • Stock products by batch. Enables proper handling of product expiry date, product price change, e.t.c.
  • Record damaged products.
  • Generate a range of purchase and sales reports
  • Easily migrate from existing records (using a predefined Excel template)
  • Track and record major user actions such as create, update and delete. When you have more than 1 staff selling and/or managing products, you might one day want to know who did what.
  • Assign roles to users. Default available roles are "Manager" and "Employee". No much option for now. Future updates will allow custom roles and defining actions for such roles. You can also make a request if you really do need one and can't fix it on your own
  • Stock and sell products using a barcode scanner
  • Sell products from point-of-sale (POS) with good-looking UI and great options
  • Print sales receipt for every POS sale

Screenshots

Home Screen

POS Screen

Migrate Screen (Migrate from previous records using a predefined MS Excel template)

SEE MORE

Setup

Easiest way to get started with this:

git clone https://github.com/chrisidakwo/eflinventory-v2.git
cd eflinventory-v2

Next, run from command prompt

composer install

Rename .env.example to .env. Update details to suit your server & DB setup.

To create database tables either run these two commands:

php artisan migrate

php artisan migrate:seed

or run the database.sql script.

If you're gonna be running the SQL script, please ensure to look through it before running. It's not a harmful script, but just be sure. The database.sql file is located within the bootstrap directory. In there you'll also find a config.app.php file. Rename it to app.php, update the necessary details and move it to the config directory

Manager login details:
Username: admin
Password: admin

User Interface

Material Pro Admin Template is the UI theme used for this application.

Known Issues (as of 31st Dec 2017)

  • js.printArea plugin duplicates the receipt for printing.
  • Unhandled exceptions for migration using Excel spreadsheets.
  • JS click function is not triggered on filtered products in POS (making it difficult to use search bar or barcode scanner).

TODO

  • Code refactoring, tests, and bug fixing.
  • Enhance sales receipt customisation. Businesses should be able to add logo, specify how the date and timestamp should appear, choose font, decide to display sales clerk's name, e.t.c.
  • An option for frequent database backup (most likely as a cron job).
  • Restructure app to allow for custom RBAC.
  • Card online payment (Paystack, Stripe and/or any other).
  • Provide better report generation options (with charts and graphs)

License

EFLInventory-V2 is an open-source software licensed under the GPU v3 License.

eflinventory-v2's People

Contributors

chrisidakwo avatar

Watchers

 avatar  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.