https://github.com/fahimanzamdip/triangle-pos
Triangle POS is an open source Inventory Management with POS System. Developed with Laravel 10, Bootstrap 4 & Livewire 3. It's completely free to use.
https://github.com/fahimanzamdip/triangle-pos
bootstrap4 business-solutions easy-to-use free-software inventory-management-system laravel laravel10 livewire3 open-source php8 pos
Last synced: about 1 month ago
JSON representation
Triangle POS is an open source Inventory Management with POS System. Developed with Laravel 10, Bootstrap 4 & Livewire 3. It's completely free to use.
- Host: GitHub
- URL: https://github.com/fahimanzamdip/triangle-pos
- Owner: FahimAnzamDip
- Created: 2021-07-16T14:28:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T17:58:23.000Z (8 months ago)
- Last Synced: 2025-05-15T04:05:51.666Z (about 1 month ago)
- Topics: bootstrap4, business-solutions, easy-to-use, free-software, inventory-management-system, laravel, laravel10, livewire3, open-source, php8, pos
- Language: Blade
- Homepage:
- Size: 3.7 MB
- Stars: 746
- Watchers: 21
- Forks: 239
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> **Important Note:** This Project is ready for Production. But use code from main branch only. If you find any bug or have any suggestion please create an Issue.
# Local Installation
- run `` git clone https://github.com/FahimAnzamDip/triangle-pos.git ``
- run ``composer install ``
- 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 ``.> **Important Note:** "Triangle POS" uses Laravel Snappy Package for PDFs. If you are using Linux then no configuration is needed. But in other Operating Systems please refer to [Laravel Snappy Documentation](https://github.com/barryvdh/laravel-snappy).
# Docker Installation
This will start the application along with the mysql database using docker compose. Note that the `DB_HOST` variable must be the mysql docker container name, in this case `db`.
- run `` docker build -t triangle-pos . ``
- run `` docker compose up ``
- then visit `` http://localhost:8000 or http://127.0.0.1:8000 ``.# Admin Credentials
> Email: [email protected] || Password: 12345678## Demo

**Live Demo:** will update soon## 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**
- **Unit Settings**
- **System Settings**
- **Reports**# License
**[Creative Commons Attribution 4.0 cc-by-4.0](https://creativecommons.org/licenses/by/4.0/)**