This commit is contained in:
a.bouhuolia
2021-02-21 19:36:06 +02:00
41 changed files with 2112 additions and 226 deletions

View File

@@ -1,4 +1,4 @@
import React from 'react';
import React from 'react';
import { FormattedMessage as T } from 'react-intl';
export default [
@@ -161,11 +161,11 @@ export default [
href: '/financial-reports/profit-loss-sheet',
},
{
text: 'A/R Aging Summary',
text: <T id={'receivable_aging_summary'} />,
href: '/financial-reports/receivable-aging-summary',
},
{
text: 'A/P Aging Summary',
text: <T id={'payable_aging_summary'} />,
href: '/financial-reports/payable-aging-summary',
},
],