Looking for a custom TastyIgniter theme or extension development? Learn more

POS - Point of Sale

Required base for AVi‑SaaS extensions. MUST combine with Delivery/Takeaway/Dine‑in/Waiter for full feature sets.

View support forum
$49.00 
billed yearly
  Includes updates and support
  30 day money-back guarantee

POS - Point of Sale

Package: avisaas/ti-ext-pos

This extension provides POS functionality for TastyIgniter.

Screenshots

POS screen 1 POS screen 2 POS screen 3 POS screen 4 POS screen 5 POS screen 6

Installation

  1. Add the repository to your application's composer.json if it is not on Packagist:
"repositories": [
  { "type": "vcs", "url": "https://github.com/your-org/your-repo.git" }
]
  1. From your TastyIgniter root:
composer require avisaas/ti-ext-pos
  1. In the Admin panel, go to System > Extensions and install/enable "POS - Point of Sale".
  2. Run migrations from your app root:
php artisan migrate --path=extensions/avisaas/pos/database/migrations
  1. Clear caches:
php artisan cache:clear
php artisan config:clear
php artisan view:clear

Option B: Manual install

  1. Copy this folder to extensions/avisaas/pos in your TastyIgniter installation.
  2. From the extension folder, install PHP dependencies:
composer install --no-dev --prefer-dist
  1. If the extension ships frontend assets, build them:
if [ -f package.json ]; then
  npm install
  npm run build || npm run prod || true
fi
  1. From your app root, run migrations and clear caches using the same commands above.
View support forum
$49.00 
billed yearly
  Includes updates and support
  30 day money-back guarantee

Build and sell all things TastyIgniter

Become an Author
Continue