import React from 'react';
import { FormattedMessage as T } from 'components';
export const accountsReceivable = [
{
sectionTitle: ,
shortcuts: [
{
title: ,
description: ,
link: '/invoices',
},
{
title: ,
description: ,
link: '/estimates',
},
{
title: ,
description: ,
link: '/receipts',
},
{
title: ,
description: ,
link: '/customers',
},
{
title: ,
description: (
),
link: '/payment-receives',
},
],
},
];
export const accountsPayable = [
{
sectionTitle: ,
shortcuts: [
{
title: ,
description: (
),
link: '/bills',
},
{
title: ,
description: (
),
link: '/vendors',
},
{
title: ,
description: ,
link: '/payment-mades',
},
],
},
];
export const financialAccounting = [
{
sectionTitle: ,
shortcuts: [
{
title: ,
description: (
),
link: '/accounts',
},
{
title: ,
description:,
link: '/manual-journals',
},
{
title: ,
description:,
link: '/expenses',
},
{
title: ,
description:,
link: '/financial-reports',
},
],
},
];
export const productsServices = [
{
sectionTitle: ,
shortcuts: [
{
title: ,
description:,
link: '/items',
},
{
title: ,
description:,
link: 'items/categories',
},
{
title: ,
description: ,
link: '/inventory-adjustments',
},
],
},
];