feat(UnrealizedGainorLoss): add Unrealized gain or loss.

This commit is contained in:
elforjani13
2022-02-03 22:47:56 +02:00
committed by a.bouhuolia
parent 3036b232b5
commit e1fe28736e
17 changed files with 447 additions and 3 deletions

View File

@@ -383,13 +383,25 @@ export const getDashboardRoutes = () => [
'../containers/FinancialStatements/RealizedGainOrLoss/RealizedGainOrLoss'
),
),
breadcrumb: intl.get('realized_gain_or_loss.label'),
pageTitle: intl.get('realized_gain_or_loss.label'),
backLink: true,
sidebarExpand: false,
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
},
{
path: `/financial-reports/unrealized-gain-loss`,
component: lazy(() =>
import(
'../containers/FinancialStatements/UnrealizedGainOrLoss/UnrealizedGainOrLoss'
),
),
breadcrumb: intl.get('unrealized_gain_or_loss.label'),
pageTitle: intl.get('unrealized_gain_or_loss.label'),
backLink: true,
sidebarExpand: false,
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
},
{
path: '/financial-reports',
component: lazy(() =>