feat: download report page
This commit is contained in:
@@ -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()),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user