Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axeldavid45/point-of-sales
- Owner: AxelDavid45
- Created: 2020-04-13T15:56:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T03:20:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T11:34:31.123Z (almost 2 years ago)
- Topics: adminlte3, laravel-framework, php7, point-of-sales
- Language: PHP
- Homepage:
- Size: 3.06 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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.