Tugas Akhir D-Cashier
Go to file
Fahim Anzam Dip c7fc643845 Update pacakages (Supports PHP ^8.0) 2023-07-01 14:24:14 +06:00
Modules Update pacakages (Supports PHP ^8.0) 2023-07-01 14:22:39 +06:00
app Update pacakages (Supports PHP ^8.0) 2023-07-01 14:22:39 +06:00
bootstrap Added: Product Category Module 2021-07-16 00:13:26 +06:00
config Some Changes & Tweaks 2021-08-14 02:59:48 +06:00
database Update pacakages (Supports PHP ^8.0) 2023-07-01 14:24:14 +06:00
public Tweaks 2021-09-09 21:13:18 +06:00
resources Fix #5 2021-10-04 00:24:00 +06:00
routes Added: POS System 2021-08-13 01:04:25 +06:00
storage Tweaks 2021-08-14 00:14:38 +06:00
tests Added: Product Category Module 2021-07-16 00:13:26 +06:00
.editorconfig Added: Product Category Module 2021-07-16 00:13:26 +06:00
.env.example Added: Sales Report 2021-09-08 14:39:22 +06:00
.gitattributes Added: Product Category Module 2021-07-16 00:13:26 +06:00
.gitignore Added: Product Category Module 2021-07-16 00:13:26 +06:00
.styleci.yml Added: Product Category Module 2021-07-16 00:13:26 +06:00
Procfile Tweaks 2021-09-09 21:13:18 +06:00
README.md Update pacakages (Supports PHP ^8.0) 2023-07-01 14:22:39 +06:00
artisan Added: Product Category Module 2021-07-16 00:13:26 +06:00
composer.json Update pacakages (Supports PHP ^8.0) 2023-07-01 14:22:39 +06:00
composer.lock Update pacakages (Supports PHP ^8.0) 2023-07-01 14:22:39 +06:00
modules_statuses.json Added: Sales Report 2021-09-08 14:39:22 +06:00
package-lock.json Barcode Printing Complete Using Livewire 2021-07-21 19:29:44 +06:00
package.json Barcode Printing Complete Using Livewire 2021-07-21 19:29:44 +06:00
phpunit.xml Added: Product Category Module 2021-07-16 00:13:26 +06:00
server.php Added: Product Category Module 2021-07-16 00:13:26 +06:00
webpack.mix.js Updated: Charts & Helpers 2021-08-10 19:50:04 +06:00

README.md

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 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.

Admin Credentials

Email: super.admin@test.com || 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