Skip to content

A fork of triangle pos customized for the needs of @bakesbyish

Notifications You must be signed in to change notification settings

bakesbyish/pos

 
 

Repository files navigation

Triangle POS

This Project is ready for Production. 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 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 https://localhost:8000 or https://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.

Admin Credentials

Email: [email protected] || Password: 12345678

Demo

Triangle POS Live Demo: Work In Progress

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
  • Reports

License

Creative Commons Attribution 4.0 cc-by-4.0

About

A fork of triangle pos customized for the needs of @bakesbyish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Blade 56.1%
  • PHP 43.9%