mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: Items data table.
This commit is contained in:
@@ -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.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user