Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.25 KB

Local Installation

  • run git clone https://github.com/ngoijr3107/Point-of-Sale.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.

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: admin@test.com || Password: 12345678

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