feat(financial report menu): sales & purchases .

This commit is contained in:
elforjani3
2021-03-29 20:04:59 +02:00
parent 78d4b56e92
commit 3f70cfeade
2 changed files with 17 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import { FormattedMessage as T } from 'react-intl';
export default [
export const financialReportMenus = [
{
sectionTitle: 'Financial Accounting',
reports: [
@@ -47,6 +47,14 @@ export default [
'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',
},
],
},
];
export const SalesAndPurchasesReportMenus = [
{
sectionTitle: 'Sales & Purchases',
reports: [
{
title: 'Purchases By Items',
desc: