Renamed Report permissions to make more sense
Removed the void and reprints report and added it to the bill settlement report updated the import to add a new sql to be executed later to update the settlements and report permission names Export works on all reports
This commit is contained in:
@ -14,8 +14,8 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./bill-settlement-report/bill-settlement-report.module').then(mod => mod.BillSettlementReportModule)
|
||||
},
|
||||
{
|
||||
path: 'checkout',
|
||||
loadChildren: () => import('./cashier-checkout/cashier-checkout.module').then(mod => mod.CashierCheckoutModule)
|
||||
path: 'cashier-report',
|
||||
loadChildren: () => import('./cashier-report/cashier-report.module').then(mod => mod.CashierReportModule)
|
||||
},
|
||||
{
|
||||
path: 'devices',
|
||||
@ -62,8 +62,8 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./sales/sales.module').then(mod => mod.SalesModule)
|
||||
},
|
||||
{
|
||||
path: 'sale-analysis',
|
||||
loadChildren: () => import('./sale-analysis/sale-analysis.module').then(mod => mod.SaleAnalysisModule)
|
||||
path: 'sale-report',
|
||||
loadChildren: () => import('./sale-report/sale-report.module').then(mod => mod.SaleReportModule)
|
||||
},
|
||||
{
|
||||
path: 'sale-categories',
|
||||
@ -86,17 +86,13 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./taxes/taxes.module').then(mod => mod.TaxesModule)
|
||||
},
|
||||
{
|
||||
path: 'tax-analysis',
|
||||
loadChildren: () => import('./tax-analysis/tax-analysis.module').then(mod => mod.TaxAnalysisModule)
|
||||
path: 'tax-report',
|
||||
loadChildren: () => import('./tax-report/tax-report.module').then(mod => mod.TaxReportModule)
|
||||
},
|
||||
{
|
||||
path: 'users',
|
||||
loadChildren: () => import('./users/users.module').then(mod => mod.UsersModule)
|
||||
},
|
||||
{
|
||||
path: 'voids-reprints-report',
|
||||
loadChildren: () => import('./voids-reprints-report/voids-reprints-report.module').then(mod => mod.VoidsReprintsReportModule)
|
||||
},
|
||||
{path: 'login', component: LoginComponent},
|
||||
{path: 'logout', component: LogoutComponent},
|
||||
{path: '', component: HomeComponent},
|
||||
|
||||
Reference in New Issue
Block a user