mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat(UnrealizedGainorLoss): add Unrealized gain or loss.
This commit is contained in:
@@ -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(() =>
|
||||
|
||||
Reference in New Issue
Block a user