Product Sale Module done (Sales Detail) -- need to rename the permission
This commit is contained in:
@ -33,6 +33,10 @@ const routes: Routes = [
|
||||
path: 'products',
|
||||
loadChildren: () => import('./product/products.module').then(mod => mod.ProductsModule)
|
||||
},
|
||||
{
|
||||
path: 'product-sale-report',
|
||||
loadChildren: () => import('./product-sale-report/product-sale-report.module').then(mod => mod.ProductSaleReportModule)
|
||||
},
|
||||
{
|
||||
path: 'menu-categories',
|
||||
loadChildren: () => import('./menu-category/menu-categories.module').then(mod => mod.MenuCategoriesModule)
|
||||
|
||||
Reference in New Issue
Block a user