Product Group renamed to Menu Category
Extracted Product Group -> Group_type to a a new object called Sale Category. Moved tax from product to Sale Category for uniform taxes on types of sales.
This commit is contained in:
@ -22,8 +22,8 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./product/products.module').then(mod => mod.ProductsModule)
|
||||
},
|
||||
{
|
||||
path: 'product-groups',
|
||||
loadChildren: () => import('./product-group/product-groups.module').then(mod => mod.ProductGroupsModule)
|
||||
path: 'menu-categories',
|
||||
loadChildren: () => import('./menu-category/menu-categories.module').then(mod => mod.MenuCategoriesModule)
|
||||
},
|
||||
{
|
||||
path: 'roles',
|
||||
@ -33,6 +33,10 @@ const routes: Routes = [
|
||||
path: 'running-tables',
|
||||
loadChildren: () => import('./running-tables/running-tables.module').then(mod => mod.RunningTablesModule)
|
||||
},
|
||||
{
|
||||
path: 'sale-categories',
|
||||
loadChildren: () => import('./sale-category/sale-categories.module').then(mod => mod.SaleCategoriesModule)
|
||||
},
|
||||
{
|
||||
path: 'tables',
|
||||
loadChildren: () => import('./tables/tables.module').then(mod => mod.TableModule)
|
||||
|
||||
Reference in New Issue
Block a user