Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axeldavid45/point-of-sales

POS - Point of sales created with laravel
https://github.com/axeldavid45/point-of-sales

adminlte3 laravel-framework php7 point-of-sales

Last synced: about 1 month ago
JSON representation

POS - Point of sales created with laravel

Awesome Lists containing this project

README

        

# ๐Ÿ’ฐ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.***

```bash
# 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

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