\r\n","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\n import {MatButtonModule} from '@angular/material/button';\r\n import {MatCardModule} from '@angular/material/card';\r\n import {MatIconModule} from '@angular/material/icon';\r\n\r\nimport { PageNotFoundComponent } from './page-not-found.component';\r\n\r\n\r\n@NgModule({\r\n imports: [\r\n CommonModule,\r\n MatButtonModule,\r\n MatCardModule,\r\n MatIconModule\r\n ],\r\n declarations: [PageNotFoundComponent]\r\n})\r\nexport class PageNotFoundModule { }\r\n","import { Injectable } from '@angular/core';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class PageNotFoundService {\r\n\r\n headerTitle: string = \"Page not found\";\r\n errorCode: string = \"404\";\r\n errorMessage: string = \"Requested record could not be found.\";\r\n\r\n constructor() {\r\n }\r\n}\r\n","export * from './home.module';\r\nexport * from './home.component';\r\n","import { Component, OnInit } from '@angular/core';\r\nimport { Router } from '@angular/router';\r\nimport { UtilsService } from '../../shared/services/utils.service';\r\nimport { Title } from '@angular/platform-browser';\r\n\r\n\r\n@Component({\r\n selector: 'app-home',\r\n templateUrl: './home.component.html',\r\n styleUrls: ['./home.component.scss']\r\n})\r\nexport class HomeComponent implements OnInit {\r\n isAuthenticated: boolean;\r\n\r\n constructor(\r\n public router: Router,\r\n public utilsService: UtilsService,\r\n private title: Title,\r\n ) {\r\n // Subscribe to authentication state changes\r\n // this.oktaAuth.$authenticationState.subscribe(\r\n // (isAuthenticated: boolean) => this.isAuthenticated = isAuthenticated\r\n // );\r\n }\r\n\r\n async ngOnInit() {\r\n this.title.setTitle('Home');\r\n // Get the authentication state for immediate use\r\n // this.isAuthenticated = await this.utilsService.isSessionExists();\r\n }\r\n\r\n\r\n\r\n}\r\n","\r\n
\r\n
\r\n
Accelerator Data Capture
\r\n
\r\n \r\n
\r\n\r\n\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
Deferrals
\r\n
An adjustment to postpone revenue that has been processed and earned to future period(s)
\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
Accruals
\r\n
An adjustment for revenues that have been earned but not yet processed on the system
\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
Business Unit Adjustments
\r\n
The only other adjustment that has been put forward as a requirement from the business is the ability to change the\r\n business unit that revenue has been allocated to
\r\n
\r\n
\r\n
\r\n
\r\n \r\n
\r\n
\r\n
Adjustment Status Screens
\r\n
View the requests you need to take action on and also track the requests in progress