Files
ladill-pos/README.md
T
isaacclad c01518b0ee
Deploy Ladill POS / deploy (push) Successful in 42s
Add Frontdesk-style Devices registry for POS hardware.
Register tills, customer displays, kitchen screens, printers, scanners,
and tablets per branch. Customer displays share the branch display token
and mark online when the public screen polls; stale devices go offline
on a schedule.
2026-07-15 21:49:21 +00:00

817 B

Ladill POS

In-store register at pos.ladill.com — product grid, cart, cash or Ladill Pay checkout.

Features

  • Register — catalog + quick-amount sales
  • Products — local catalog CRUD
  • Sales — history and receipt view
  • Devices — tills, customer displays, kitchen screens, printers (tokenized where needed)
  • Payment gateway — merchant Paystack / Flutterwave / Hubtel (Pro+)

Local dev

cp .env.example .env
composer install
php artisan key:generate
touch database/database.sqlite
# set DB_CONNECTION=sqlite in .env
php artisan migrate
npm install && npm run build
php artisan serve

Tests

php artisan test

Deploy

See DEPLOY.md.

Roadmap

  • CRM timeline + product import
  • Invoice receipt prefill
  • Merchant catalog import