Tugas Akhir D-Cashier
Go to file
Fahim Anzam Dip 58c8ae636f Upgraded to Laravel 9 2023-07-28 14:17:57 +06:00
Modules Upgraded to Laravel 9 2023-07-28 14:17:57 +06:00
app Upgraded to Laravel 9 2023-07-28 14:17:57 +06:00
bootstrap Added: Product Category Module 2021-07-16 00:13:26 +06:00
config Upgraded to Laravel 9 2023-07-28 14:17:57 +06:00
database Fixed #24, #25, #27, #30, #31, #34 : Resolved Multiple Issues 2023-07-01 19:30:07 +06:00
public Fixed #24, #25, #27, #30, #31, #34 : Resolved Multiple Issues 2023-07-01 19:30:07 +06:00
resources Upgraded to Laravel 9 2023-07-28 14:17:57 +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
.htaccess Upgraded to Laravel 9 2023-07-28 14:17:57 +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 Fixed #24, #25, #27, #30, #31, #34 : Resolved Multiple Issues 2023-07-01 19:30:07 +06:00
artisan Added: Product Category Module 2021-07-16 00:13:26 +06:00
composer.json Upgraded to Laravel 9 2023-07-28 14:17:57 +06:00
composer.lock Upgraded to Laravel 9 2023-07-28 14:17:57 +06:00
modules_statuses.json Added: Sales Report 2021-09-08 14:39:22 +06:00
package-lock.json Fixed #24, #25, #27, #30, #31, #34 : Resolved Multiple Issues 2023-07-01 19:30:07 +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: 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