This commit is contained in:
Phuoc Nguyen
2025-10-27 09:33:00 +07:00
parent 380ad60ee5
commit 830ef7e2a2
7 changed files with 1408 additions and 1 deletions

View File

@@ -188,7 +188,7 @@ class HomePage extends ConsumerWidget {
QuickAction(
icon: Icons.inventory_2,
label: 'Đơn hàng',
onTap: () => _showComingSoon(context, 'Đơn hàng', l10n),
onTap: () => context.push(RouteNames.orders),
),
QuickAction(
icon: Icons.receipt_long,