feat: exclusive summary
Build & Deploy iOS to TestFlight / build-and-deploy (push) Has been cancelled

This commit is contained in:
efrilm
2026-06-22 14:44:03 +07:00
parent 0b70194d8e
commit e236d811ce
26 changed files with 6510 additions and 161 deletions
@@ -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,