feat: sales page

This commit is contained in:
efrilm
2025-08-15 18:28:13 +07:00
parent 1fd76b9741
commit 71ebb26227
6 changed files with 920 additions and 50 deletions
@@ -39,7 +39,7 @@ class HomeFeature extends StatelessWidget {
title: 'Penjualan',
color: const Color(0xFF4CAF50),
icon: LineIcons.receipt,
onTap: () {},
onTap: () => context.router.push(SalesRoute()),
),
HomeFeatureTile(
title: 'Pembelian',