Redesign POS order flow with order type picker and counter/takeaway support
- Add OrderTypePicker screen: Table / Counter / Takeaway cards shown when no active session, replacing the old always-visible table board - Move PosTableBoard into a modal overlay (opens on Table selection or "Assign Table" for counter orders) - Add orderType field + setOrderType action to cart store - Counter and Takeaway orders no longer require a table to submit - Add "Assign Table →" button in cart for counter orders with active session - Rewrite category tabs as horizontal scrollable row (no wrapping) - Larger product cards with 4:3 thumbnail + quantity badge overlay - Bigger quantity controls (h-8 w-8) and "New order" back button in header - Add i18n keys for order types in en/fa/ar Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -231,7 +231,18 @@
|
||||
"customerSaveError": "خطا در ذخیره مشتری",
|
||||
"customerPhoneExists": "این موبایل قبلاً ثبت شده — از جستجو انتخاب کنید",
|
||||
"newCustomerHint": "میتوانید فقط برای این سفارش نام بزنید یا با «افزودن مشتری» در CRM ذخیره کنید",
|
||||
"offlineQueueNotice": "آفلاین ‐ سفارش در صف ذخیره شد و پس از اتصال ارسال میشود"
|
||||
"offlineQueueNotice": "آفلاین ‐ سفارش در صف ذخیره شد و پس از اتصال ارسال میشود",
|
||||
"orderTypePicker": "سفارش چطور ثبت میشود؟",
|
||||
"orderTypeTable": "میز",
|
||||
"orderTypeTableDesc": "مهمان روی میز مینشیند",
|
||||
"orderTypeCounter": "پیشخوان",
|
||||
"orderTypeCounterDesc": "بدون تخصیص میز",
|
||||
"orderTypeTakeaway": "بیرونبر",
|
||||
"orderTypeTakeawayDesc": "سفارش برای بیرون",
|
||||
"counterBadge": "پیشخوان",
|
||||
"takeawayBadge": "بیرونبر",
|
||||
"assignTable": "تخصیص میز",
|
||||
"newOrder": "سفارش جدید"
|
||||
},
|
||||
"print": {
|
||||
"printReceipt": "چاپ رسید",
|
||||
|
||||
Reference in New Issue
Block a user