feat: Auto re-calculate the items rate once changing the invoice exchange rate.

This commit is contained in:
Ahmed Bouhuolia
2023-10-16 19:14:27 +02:00
parent 1ed1c9ea1d
commit 9531730d7a
32 changed files with 473 additions and 1010 deletions

View File

@@ -473,16 +473,6 @@ export const getDashboardRoutes = () => [
pageTitle: intl.get('all_financial_reports'),
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
},
// Exchange Rates
// {
// path: `/exchange-rates`,
// component: lazy(
// () => import('@/containers/ExchangeRates/ExchangeRatesList'),
// ),
// breadcrumb: intl.get('exchange_rates_list'),
// pageTitle: intl.get('exchange_rates_list'),
// subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
// },
// Expenses.
{
path: `/expenses/new`,