feat: download report page

This commit is contained in:
efrilm
2025-08-19 13:01:29 +07:00
parent 811ac4b202
commit 60f43f6df7
4 changed files with 753 additions and 133 deletions
@@ -63,6 +63,14 @@ class ProfileBusinessSetting extends StatelessWidget {
subtitle: 'Manage your products',
onTap: () => context.router.push(ProductRoute()),
),
ProfileDivider(),
ProfileTile(
icon: Icons.download_outlined,
title: 'Download Report',
subtitle: 'Download your sales or inventory report',
onTap: () => context.router.push(DownloadReportRoute()),
),
],
),
);