Dine-in table management system
Package: avisaas/ti-ext-dinein
Compatibility/Notes: Will not work without the Require POS (Core). Can be added alongside Takeaway, Delivery Management, Dine‑in and/or Waiter.

Public versions are available at: https://github.com/avisaas/extension-screenshots/tree/main/dinein
Raw images: https://raw.githubusercontent.com/avisaas/extension-screenshots/main/dinein/
Change note: Linked to public screenshots repo (2026-04-20).
composer.json if it is not on Packagist:"repositories": [
{ "type": "vcs", "url": "https://github.com/your-org/your-repo.git" }
]
composer require avisaas/ti-ext-dinein
php artisan migrate --path=extensions/avisaas/dinein/database/migrations
php artisan cache:clear
php artisan config:clear
php artisan view:clear
extensions/avisaas/dinein in your TastyIgniter installation.composer install --no-dev --prefer-dist
if [ -f package.json ]; then
npm install
npm run build || npm run prod || true
fi