fix bugs in items form.

This commit is contained in:
Ahmed Bouhuolia
2020-04-15 01:29:46 +02:00
parent 26faaddfed
commit cac6620ffe
20 changed files with 378 additions and 129 deletions

View File

@@ -83,14 +83,14 @@ export default [
}),
text: 'Manual Journals'
},
// Items
{
path: `${BASE_URL}/items/list`,
path: `${BASE_URL}/items/categories`,
component: LazyLoader({
loader: () => import('containers/Dashboard/Items/ItemsList')
loader: () => import('containers/Dashboard/Items/ItemsCategoryList')
})
},
{
path: `${BASE_URL}/items/new`,
component: LazyLoader({
@@ -98,13 +98,16 @@ export default [
})
},
// Items
{
path: `${BASE_URL}/items/ItemCategoriesList`,
path: `${BASE_URL}/items`,
component: LazyLoader({
loader: () => import('containers/Dashboard/Items/ItemsCategoryList')
loader: () => import('containers/Dashboard/Items/ItemsList')
})
},
// Financial Reports.
{
path: `${BASE_URL}/accounting/general-ledger`,