isaacclad 2c763cf46a
Deploy Ladill POS / deploy (push) Successful in 1m4s
Fix Paystack Fullscreen permission policy for Inline iframes.
Pre-set allow=fullscreen on Paystack iframes before navigation (createElement
hook + MutationObserver on allow/src/id), re-apply if Paystack overwrites
allow, and send Permissions-Policy HTTP headers so checkout.paystack.com can
use fullscreen inside the in-app sheet.
2026-07-21 22:17:20 +00:00
2026-07-08 00:00:42 +00:00

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
S
Description
No description provided
Readme
2.3 MiB
Languages
PHP 57.7%
Blade 36.9%
JavaScript 3.2%
Shell 1.6%
CSS 0.6%