WIP item categories.

This commit is contained in:
elforjani3
2020-04-04 19:32:05 +02:00
parent cf5f56ae32
commit cff8945889
15 changed files with 697 additions and 111 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`,