feat(FinancialReports): add alert cost compute transactions is running.

This commit is contained in:
a.bouhuolia
2021-03-14 19:59:31 +02:00
parent e130441088
commit b30af0a255
17 changed files with 162 additions and 18 deletions

View File

@@ -162,11 +162,11 @@ export default [
href: '/financial-reports/profit-loss-sheet',
},
{
text: <T id={'receivable_a_r'} />,
text: <T id={'AR_Aging_Summary'} />,
href: '/financial-reports/receivable-aging-summary',
},
{
text: <T id={'payable_a_p'} />,
text: <T id={'AP_Aging_Summary'} />,
href: '/financial-reports/payable-aging-summary',
},
],