Tugas Akhir D-Cashier
Go to file
Fahim Anzam Dip 9942077415
Updated: README.md
2021-08-17 00:35:31 +06:00
Modules Added: Quotation Module 2021-08-16 23:03:51 +06:00
app Added: Quotation Module 2021-08-16 23:03:51 +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 Added: POS System 2021-08-13 01:04:25 +06:00
resources Added: Quotation Module 2021-08-16 23:03:51 +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 Some Changes & Tweaks 2021-08-14 02:59:48 +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
README.md Updated: README.md 2021-08-17 00:35:31 +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 Some Changes & Tweaks 2021-08-14 02:59:48 +06:00
modules_statuses.json Added: Quotation Module 2021-08-16 23:03:51 +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 Testing. (Only Reports are not available right now, But I am working on it).

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 localhost:8000 or 127.0.0.1:8000.

#Admin Credentials

Email: admin@test.com || Password: 12345678

Demo

[Coming Soon] (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
  • Various Reports (Upcoming)

License

Creative Commons Attribution 4.0 cc-by-4.0