mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: Financial statements enhancement.
This commit is contained in:
45
client/src/config/financialReportsMenu.js
Normal file
45
client/src/config/financialReportsMenu.js
Normal file
@@ -0,0 +1,45 @@
|
||||
import React from 'react';
|
||||
import { FormattedMessage as T } from 'react-intl';
|
||||
|
||||
export default [
|
||||
{
|
||||
sectionTitle: 'Financial Accounting',
|
||||
reports: [
|
||||
{
|
||||
title: 'Balance Sheet Report',
|
||||
desc: 'Shows the average age of unresolved issues for a project or filter. This helps you see whether your backlog is being kept up to date.',
|
||||
link: '/financial-reports/balance-sheet',
|
||||
},
|
||||
{
|
||||
title: 'Trial Balance Sheet',
|
||||
desc: 'Shows the average age of unresolved issues for a project or filter. This helps you see whether your backlog is being kept up to date.',
|
||||
link: '/financial-reports/trial-balance-sheet',
|
||||
},
|
||||
{
|
||||
title: 'Journal Report',
|
||||
desc: 'Shows the average age of unresolved issues for a project or filter. This helps you see whether your backlog is being kept up to date.',
|
||||
link: '/financial-reports/journal-sheet',
|
||||
},
|
||||
{
|
||||
title: 'Profit/Loss Report',
|
||||
desc: 'Shows the average age of unresolved issues for a project or filter. This helps you see whether your backlog is being kept up to date.',
|
||||
link: '/financial-reports/profit-loss-sheet',
|
||||
},
|
||||
{
|
||||
title: 'General Ledger Report',
|
||||
desc: 'Shows the average age of unresolved issues for a project or filter. This helps you see whether your backlog is being kept up to date.',
|
||||
link: '/financial-reports/general-ledger',
|
||||
},
|
||||
{
|
||||
title: 'Receivable Aging Summary',
|
||||
desc: 'Shows the average age of unresolved issues for a project or filter. This helps you see whether your backlog is being kept up to date.',
|
||||
link: '/financial-reports/receivable-aging-summary',
|
||||
},
|
||||
{
|
||||
title: 'Payable Aging Summary',
|
||||
desc: 'Shows the average age of unresolved issues for a project or filter. This helps you see whether your backlog is being kept up to date.',
|
||||
link: '/financial-reports/payable-aging-summary',
|
||||
},
|
||||
]
|
||||
},
|
||||
];
|
||||
@@ -6,8 +6,6 @@ export default [
|
||||
divider: true,
|
||||
},
|
||||
{
|
||||
icon: 'homepage',
|
||||
iconSize: 20,
|
||||
text: <T id={'homepage'} />,
|
||||
disabled: false,
|
||||
href: '/homepage',
|
||||
@@ -15,9 +13,12 @@ export default [
|
||||
{
|
||||
divider: true,
|
||||
},
|
||||
|
||||
{
|
||||
text: 'Sales & inventory',
|
||||
label: true,
|
||||
},
|
||||
{
|
||||
icon: 'homepage',
|
||||
iconSize: 20,
|
||||
text: <T id={'items'} />,
|
||||
children: [
|
||||
{
|
||||
@@ -35,11 +36,41 @@ export default [
|
||||
],
|
||||
},
|
||||
{
|
||||
spacer: true,
|
||||
text: <T id={'sales'} />,
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
text: <T id={'purchases'} />,
|
||||
children: [
|
||||
{
|
||||
icon: 'cut',
|
||||
text: 'cut',
|
||||
label: '⌘C',
|
||||
disabled: false,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: <T id={'contacts'} />,
|
||||
children: [
|
||||
{
|
||||
text: <T id={'customers'} />,
|
||||
// href: '/',
|
||||
},
|
||||
{
|
||||
text: <T id={'new_customers'} />,
|
||||
href: '/customers/new',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
divider: true,
|
||||
},
|
||||
{
|
||||
text: 'Financial accounting',
|
||||
label: true,
|
||||
},
|
||||
{
|
||||
icon: 'balance-scale',
|
||||
iconSize: 20,
|
||||
text: <T id={'financial'} />,
|
||||
children: [
|
||||
{
|
||||
@@ -61,92 +92,60 @@ export default [
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: 'university',
|
||||
iconSize: 20,
|
||||
text: <T id={'banking'} />,
|
||||
children: [],
|
||||
},
|
||||
|
||||
{
|
||||
icon: 'shopping-cart',
|
||||
iconSize: 20,
|
||||
text: <T id={'sales'} />,
|
||||
children: [],
|
||||
},
|
||||
{
|
||||
icon: 'balance-scale',
|
||||
iconSize: 20,
|
||||
text: <T id={'purchases'} />,
|
||||
children: [
|
||||
{
|
||||
icon: 'cut',
|
||||
text: 'cut',
|
||||
label: '⌘C',
|
||||
disabled: false,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: 'analytics',
|
||||
iconSize: 18,
|
||||
text: <T id={'financial_reports'} />,
|
||||
children: [
|
||||
{
|
||||
text: <T id={'all_reports'} />,
|
||||
href: '/financial-reports',
|
||||
},
|
||||
{
|
||||
divider: true,
|
||||
},
|
||||
{
|
||||
text: <T id={'balance_sheet'} />,
|
||||
href: '/balance-sheet',
|
||||
href: '/financial-reports/balance-sheet',
|
||||
},
|
||||
{
|
||||
text: <T id={'trial_balance_sheet'} />,
|
||||
href: '/trial-balance-sheet',
|
||||
href: '/financial-reports/trial-balance-sheet',
|
||||
},
|
||||
{
|
||||
text: <T id={'journal'} />,
|
||||
href: '/journal-sheet',
|
||||
href: '/financial-reports/journal-sheet',
|
||||
},
|
||||
{
|
||||
text: <T id={'general_ledger'} />,
|
||||
href: '/general-ledger',
|
||||
href: '/financial-reports/general-ledger',
|
||||
},
|
||||
{
|
||||
text: <T id={'profit_loss_sheet'} />,
|
||||
href: '/profit-loss-sheet',
|
||||
href: '/financial-reports/profit-loss-sheet',
|
||||
},
|
||||
{
|
||||
text: 'Receivable Aging Summary',
|
||||
href: '/receivable-aging-summary'
|
||||
href: '/financial-reports/receivable-aging-summary'
|
||||
},
|
||||
{
|
||||
text: 'Payable Aging Summary',
|
||||
href: '/payable-aging-summary'
|
||||
href: '/financial-reports/payable-aging-summary'
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
text: <T id={'expenses'} />,
|
||||
icon: 'receipt',
|
||||
iconSize: 18,
|
||||
children: [
|
||||
{
|
||||
text: <T id={'expenses'}/>,
|
||||
href: '/expenses/new',
|
||||
},
|
||||
{
|
||||
text: <T id={'expenses_list'}/>,
|
||||
href: '/expenses-list',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: <T id={'customers'} />,
|
||||
icon: 'receipt',
|
||||
iconSize: 18,
|
||||
children: [
|
||||
{
|
||||
text: <T id={'customers'} />,
|
||||
// href: '/',
|
||||
},
|
||||
{
|
||||
text: <T id={'new_customers'} />,
|
||||
href: '/customers/new',
|
||||
text: <T id={'new_expense'}/>,
|
||||
href: '/expenses/new',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user