mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat(RealizedGainorLoss): add realized gain or loss.
This commit is contained in:
@@ -376,6 +376,20 @@ export const getDashboardRoutes = () => [
|
||||
sidebarExpand: false,
|
||||
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||
},
|
||||
{
|
||||
path: `/financial-reports/realized-gain-loss`,
|
||||
component: lazy(() =>
|
||||
import(
|
||||
'../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',
|
||||
component: lazy(() =>
|
||||
|
||||
Reference in New Issue
Block a user