44 lines
1.3 KiB
Markdown
44 lines
1.3 KiB
Markdown

|
|
>This Project is ready for Testing & also for Production. (Only Reports are not available right now).
|
|
|
|
# Installation
|
|
|
|
- run `` git clone https://github.com/FahimAnzamDip/triangle-pos.git ``
|
|
- run ``composer update ``
|
|
- run `` npm install ``
|
|
- run ``npm run dev``
|
|
- copy .env.example to .env
|
|
- run `` php artisan key:generate ``
|
|
- set up your database in the .env
|
|
- run `` php artisan migrate --seed ``
|
|
- run `` php artisan storage:link ``
|
|
- run `` php artisan serve ``
|
|
- then visit `` http://localhost:8000 or http://127.0.0.1:8000 ``.
|
|
|
|
|
|
# Admin Credentials
|
|
> Email: admin@test.com || Password: 12345678
|
|
|
|
## Demo
|
|

|
|
[Live Link] (https://soon.will.be.available)
|
|
|
|
## Triangle POS Features
|
|
|
|
- **Products Management & Barcode Printing**
|
|
- **Stock Management**
|
|
- **Make Quotation & Send Via Email**
|
|
- **Purchase Management**
|
|
- **Sale Management**
|
|
- **Purchase & Sale Return Management**
|
|
- **Expense Management**
|
|
- **Customer & Supplier Management**
|
|
- **User Management (Roles & Permissions)**
|
|
- **Product Multiple Images**
|
|
- **Multiple Currency Settings**
|
|
- **System Settings**
|
|
- **Various Reports (Upcoming)**
|
|
|
|
# License
|
|
**[Creative Commons Attribution 4.0 cc-by-4.0](https://creativecommons.org/licenses/by/4.0/)**
|