kell_creations/kell_creations_apps/apps/kell_mobile/lib/pages
Mike Kell 47b13b1ed1 feat(stage-10c): Square Mobile POS / Checkout
- Add PaymentMethod enum (cash, card) with label/iconHint extensions
- Add PaymentResult value object (transactionId, amountCents, method, completedAt, receiptUrl, amountFormatted)
- Add PaymentService abstract contract + PaymentException
- Add CheckoutController (ChangeNotifier) with CartEntry and sealed CheckoutState hierarchy
- Add FakePaymentService (always succeeds, counter-based IDs)
- Update feature_orders barrel exports
- Add MobileCheckoutPage (product selection -> cart -> payment -> receipt flow)
- Add Sales tab (index 4) to MobileShell; 6 tabs total
- Wire paymentService + checkoutCatalogue into all MobileAppServices factories
- Add 36 new feature_orders tests (234 total)
- Add 18 new kell_mobile tests (72 total); 1373 total across all packages
- Update widget_test.dart: destination count 5 -> 6
- Update build_execution_tracker.md and master_development_brief.md

All tests passing. dart analyze clean.
2026-07-25 17:37:36 -04:00
..
dashboard_page.dart feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
finance_placeholder_page.dart feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
integrations_placeholder_page.dart feat(mobile): Stage 5A — Android app shell and bootstrap 2026-05-28 19:10:14 -04:00
mobile_checkout_page.dart feat(stage-10c): Square Mobile POS / Checkout 2026-07-25 17:37:36 -04:00
mobile_create_product_page.dart feat(stage-9d): product creation UI, category management page, mobile create-product page 2026-07-11 10:50:32 -04:00
mobile_integrations_page.dart feat(stage-10F): SquareSyncStatusPanel + IntegrationsPage + MobileIntegrationsPage + squareSyncController wired into both shells 2026-07-25 16:55:46 -04:00
mobile_inventory_detail_page.dart feat(mobile): Stage 6C — mobile inventory surface 2026-07-10 20:13:27 -04:00
mobile_inventory_page.dart feat(mobile): Stage 6C — mobile inventory surface 2026-07-10 20:13:27 -04:00
mobile_order_detail_page.dart feat(orders): Stage 9A - WooCommerce Orders API integration 2026-07-11 09:45:36 -04:00
mobile_orders_page.dart feat(mobile): Stage 6B — mobile orders surface 2026-07-10 20:03:22 -04:00
mobile_product_detail_page.dart feat(Stage 6B): Android mobile workflow hardening 2026-05-30 09:45:10 -04:00
mobile_publishing_page.dart feat(stage-9d): product creation UI, category management page, mobile create-product page 2026-07-11 10:50:32 -04:00