refactoring: expenses landing list.

refactoring: customers landing list.
refactoring: vendors landing list.
refactoring: manual journals landing list.
This commit is contained in:
a.bouhuolia
2021-02-10 18:35:19 +02:00
parent 6e10ed0721
commit c68b4ca9ba
170 changed files with 2835 additions and 4430 deletions

View File

@@ -1,6 +1,6 @@
import General from 'containers/Preferences/General/General';
import Users from 'containers/Preferences/Users/Users';
import Accountant from 'containers/Preferences/Accountant/Accountant';
// import Accountant from 'containers/Preferences/Accountant/Accountant';
import Accounts from 'containers/Preferences/Accounts/Accounts';
import Currencies from 'containers/Preferences/Currencies/Currencies'
@@ -22,9 +22,9 @@ export default [
component: Currencies,
exact: true,
},
{
path: `${BASE_URL}/accountant`,
component: Accountant,
exact: true,
},
// {
// path: `${BASE_URL}/accountant`,
// component: Accountant,
// exact: true,
// },
];