Product updates report.

This commit is contained in:
2020-11-11 12:18:10 +05:30
parent 6f9394dc8d
commit d5b2da4388
19 changed files with 500 additions and 0 deletions

View File

@ -68,6 +68,13 @@ const routes: Routes = [
(mod) => mod.ProductSaleReportModule,
),
},
{
path: 'product-updates-report',
loadChildren: () =>
import('./product-updates-report/product-updates-report.module').then(
(mod) => mod.ProductUpdatesReportModule,
),
},
{
path: 'menu-categories',
loadChildren: () =>