feat: exclusive summary
Build & Deploy iOS to TestFlight / build-and-deploy (push) Has been cancelled
Build & Deploy iOS to TestFlight / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -52,9 +52,9 @@ class HomeFeature extends StatelessWidget {
|
||||
onTap: () => context.router.push(FinanceRoute()),
|
||||
),
|
||||
HomeFeatureTile(
|
||||
title: context.lang.product,
|
||||
iconPath: Assets.icons.icReportProduct.path,
|
||||
onTap: () => context.router.push(ProductAnalyticRoute()),
|
||||
title: context.lang.exclusive_summary,
|
||||
iconPath: Assets.icons.icReportExclusiveSummary.path,
|
||||
onTap: () => context.router.push(ExclusiveSummaryRoute()),
|
||||
),
|
||||
// HomeFeatureTile(
|
||||
// title: context.lang.inventory,
|
||||
|
||||
Reference in New Issue
Block a user