Merge branch 'feature/itemCategory' of https://github.com/abouolia/Ratteb

This commit is contained in:
Ahmed Bouhuolia
2020-04-05 19:26:52 +02:00
13 changed files with 613 additions and 69 deletions

View File

@@ -79,13 +79,14 @@ export default [
loader: () => import('containers/Dashboard/Items/ItemForm')
})
},
{
path: `${BASE_URL}/items/category`,
path: `${BASE_URL}/items/ItemCategoriesList`,
component: LazyLoader({
loader: () => import('containers/Dashboard/Items/ItemCategoryList')
loader: () => import('containers/Dashboard/Items/ItemsCategoryList')
})
},
,
// Financial Reports.
{
path: `${BASE_URL}/accounting/general-ledger`,