From 9d837bb29afb3a14646ac3f0bcc93a6e90e92110 Mon Sep 17 00:00:00 2001 From: adelia <148947851+adeliaala@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:20:24 +0700 Subject: [PATCH 1/3] Delete .gitignore --- .gitignore | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index eb003b01..00000000 --- a/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/node_modules -/public/hot -/public/storage -/storage/*.key -/vendor -.env -.env.backup -.phpunit.result.cache -docker-compose.override.yml -Homestead.json -Homestead.yaml -npm-debug.log -yarn-error.log -/.idea -/.vscode From 883362bee6c571a4b99fdab31d702e4774c5e90c Mon Sep 17 00:00:00 2001 From: adelia <148947851+adeliaala@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:20:43 +0700 Subject: [PATCH 2/3] Delete .gitattributes --- .gitattributes | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 967315dd..00000000 --- a/.gitattributes +++ /dev/null @@ -1,5 +0,0 @@ -* text=auto -*.css linguist-vendored -*.scss linguist-vendored -*.js linguist-vendored -CHANGELOG.md export-ignore From 81e6a09905fdb71b595a471dd2d427777ce9b625 Mon Sep 17 00:00:00 2001 From: adelia <148947851+adeliaala@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:21:42 +0700 Subject: [PATCH 3/3] Delete README.md --- README.md | 63 ------------------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index abb29a3a..00000000 --- a/README.md +++ /dev/null @@ -1,63 +0,0 @@ -<<<<<<< HEAD - - - 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](https://github.com/barryvdh/laravel-snappy). - -# 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](public/images/screenshot.jpg) -**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](https://creativecommons.org/licenses/by/4.0/)** -======= -# TA-D-cashier -Lancarkan TA saya YA ALLAH ->>>>>>> be7733c9b9e5a12dd914f261422bc706268d0c28