isaacclad 1359b49c97
Deploy Ladill POS / deploy (push) Successful in 1m2s
Sync mobile notification badge and dashboard icon-link partials.
Align mobile unread badge with desktop and add plus icon support for panel actions.
2026-07-03 22:41:01 +00:00
2026-07-01 17:05:01 +00:00
2026-07-01 17:05:01 +00:00

Ladill POS

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

Features (v1)

  • Register — catalog + quick-amount sales
  • Products — local catalog CRUD
  • Sales — history and receipt view
  • Ladill Pay — MoMo/card via source_service: pos, fee_tier: sales

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.4 MiB
Languages
PHP 57.4%
Blade 37.2%
JavaScript 3.2%
Shell 1.6%
CSS 0.6%