Tugas Akhir D-Cashier
Go to file
Mismaah d8c23e09f4 fix: add sleep to startup script to allow the mysql container to finish initalization 2024-09-25 05:50:25 +00:00
Modules Merge pull request #44 from FahimAnzamDip/dev 2023-09-21 02:17:37 +06:00
app Made the Price Customizable for Sales, Purchase 2023-09-22 20:01:47 +06:00
bootstrap Added: Product Category Module 2021-07-16 00:13:26 +06:00
config Discount Modal Fix 2023-09-21 03:13:18 +06:00
database Fixed #24, #25, #27, #30, #31, #34 : Resolved Multiple Issues 2023-07-01 19:30:07 +06:00
public Changed Mix to Vite for build process 2023-07-28 19:14:54 +06:00
resources Made the Price Customizable for Sales, Purchase 2023-09-22 20:01:47 +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
.dockerignore fix: line endings 2024-09-21 10:16:05 +00: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
Dockerfile fix: line endings 2024-09-21 10:16:05 +00:00
Procfile Tweaks 2021-09-09 21:13:18 +06:00
README.md feat: dockerize 2024-09-21 10:06:40 +00:00
artisan Added: Product Category Module 2021-07-16 00:13:26 +06:00
composer.json Updated to Livewire v3 2023-09-21 02:17:03 +06:00
composer.lock Updated to Livewire v3 2023-09-21 02:17:03 +06:00
docker-compose.yaml fix: line endings 2024-09-21 10:16:05 +00:00
docker-startup.sh fix: add sleep to startup script to allow the mysql container to finish initalization 2024-09-25 05:50:25 +00:00
modules_statuses.json Added: Sales Report 2021-09-08 14:39:22 +06:00
package-lock.json Changed Mix to Vite for build process 2023-07-28 19:14:54 +06:00
package.json Changed Mix to Vite for build process 2023-07-28 19:14:54 +06:00
phpunit.xml Upgraded to Laravel 10 2023-07-28 17:25:59 +06:00
server.php Added: Product Category Module 2021-07-16 00:13:26 +06:00
vite.config.js Changed Mix to Vite for build process 2023-07-28 19:14:54 +06:00

README.md

App Logo

Important Note: This Project is ready for Production. But use code from main branch only. 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.

Docker Installation

This will start the application along with the mysql database using docker compose. Note that the DB_HOST variable must be the mysql docker container name, in this case db.

  • run docker build -t triangle-pos .
  • run docker compose up
  • then visit http://localhost:8000 or http://127.0.0.1:8000.

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