WIP item categories.

This commit is contained in:
elforjani3
2020-03-30 14:28:54 +02:00
parent 6c4f86431c
commit f7b8c57532
12 changed files with 355 additions and 26 deletions

View File

@@ -71,13 +71,19 @@ export default [
path: `${BASE_URL}/items/list`,
component: LazyLoader({
loader: () => import('containers/Dashboard/Items/ItemsList')
}),
})
},
{
path: `${BASE_URL}/items/new`,
component: LazyLoader({
loader: () => import('containers/Dashboard/Items/ItemForm')
}),
})
},
{
path: `${BASE_URL}/items/category`,
component: LazyLoader({
loader: () => import('containers/Dashboard/Items/ItemCategoryList')
})
},
// Financial Reports.