Tugas Akhir D-Cashier
Go to file
Fahim df0391efdf Tweaks 2021-09-09 21:13:18 +06:00
Modules Updated: Default Error Pages 2021-09-09 20:31:38 +06:00
app Added: Profit / Loss Report 2021-09-09 18:41:37 +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 Added: Quotation Module 2021-08-16 23:03:51 +06:00
public Tweaks 2021-09-09 21:13:18 +06:00
resources Tweaks 2021-09-09 21:13:18 +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 Updated: README.md & Permissions Seeder 2021-09-09 19:49:49 +06:00
artisan Added: Product Category Module 2021-07-16 00:13:26 +06:00
composer.json Some Changes & Tweaks 2021-08-14 02:59:48 +06:00
composer.lock Added: Sales Report 2021-09-08 14:39:22 +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 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

Demo

Triangle POS Live Demo: https://soon.will.be.available

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