feat: Items data table.

This commit is contained in:
Ahmed Bouhuolia
2020-03-25 18:05:15 +02:00
parent 1894ad3b18
commit edd8693450
22 changed files with 567 additions and 20 deletions

View File

@@ -66,6 +66,13 @@ export default [
text: 'Make Journal Entry',
},
// Items
{
path: `${BASE_URL}/items/list`,
component: LazyLoader({
loader: () => import('containers/Dashboard/Items/ItemsList')
}),
},
// Financial Reports.
{