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:
@ -7,7 +7,7 @@ import {UserListComponent} from './user-list/user-list.component';
|
||||
import {UserDetailComponent} from './user-detail/user-detail.component';
|
||||
import {AuthGuard} from '../auth/auth-guard.service';
|
||||
|
||||
const userRoutes: Routes = [
|
||||
const usersRoutes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: UserListComponent,
|
||||
@ -43,7 +43,7 @@ const userRoutes: Routes = [
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
RouterModule.forChild(userRoutes)
|
||||
RouterModule.forChild(usersRoutes)
|
||||
|
||||
],
|
||||
exports: [
|
||||
|
||||
Reference in New Issue
Block a user