Giter Site home page Giter Site logo

point-of-sales's Introduction

💰Point of sales system💰

This is the first release of this POS containing some useful features.

Installation

First you need to download docker on your machine in order to run the local environment.

# move to the repository
cd point-of-sales

# start the services with docker-compose
docker-compose up -d 

# To run any command like 'php artisan' 'npm install' run it inside the container
docker-compose exec app <your-command>

# Example to lift up the migrations
docker-compose exec app php artisan migrate --seed

Features 👌

  • Manage your clients.
  • Manage your products.
  • Manage your sales.
  • Create categories and group your products.
  • Create a report of your whole sales per day in Excel.
  • Manage users in your system (this feature will be improved, we can't assign roles yet).

Future Changes ⚠

I will improve the system little by little, adding new features. Now we use vanilla Javascript in the sales section for speed up the creation of new sales, the next steps will create an API using authentification and try to consume it with Javascript in the frontend. For this reason, I have to learn about APIs, javascript frameworks, and other technologies.

Features

Coming soon.

point-of-sales's People

Contributors

axeldavid45 avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

gonzalez16

point-of-sales's Issues

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.