4f97b6ff70aa76519da31d329fc9932dbfc9a8bb
Deploy Ladill POS / deploy (push) Successful in 37s
Standardize customer-facing Ladill Pay checkout shells across products, open them on all viewports, and escape iframe callbacks back to the product flow.
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
Languages
PHP
57.4%
Blade
37.2%
JavaScript
3.2%
Shell
1.6%
CSS
0.6%