mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
Merge branch 'feature/itemCategory' of https://github.com/abouolia/Ratteb
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user