@hmcts/ccpay-web-component 5.0.1-beta161 → 5.0.1-beta164

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"sources":["ng://@hmcts/ccpay-web-component/lib/payment-lib.service.ts","ng://@hmcts/ccpay-web-component/lib/services/orderslist.service.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/error-handler.service.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-list/payment-list.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-list/payment-list.component.ts","node_modules/tslib/tslib.es6.js","ng://@hmcts/ccpay-web-component/lib/services/shared/httpclient/webcomponent.http.client.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-view/payment-view.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-view/payment-view.component.ts","ng://@hmcts/ccpay-web-component/lib/services/refunds/refunds.service.ts","ng://@hmcts/ccpay-web-component/lib/components/process-refund/process-refund.component.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-list/refund-list.component.ts","ng://@hmcts/ccpay-web-component/lib/services/card-details/card-details.service.ts","ng://@hmcts/ccpay-web-component/lib/components/card-details/card-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/page-not-found.component.ts","ng://@hmcts/ccpay-web-component/lib/services/status-history/status-history.service.ts","ng://@hmcts/ccpay-web-component/lib/components/status-history/status-history.component.ts","ng://@hmcts/ccpay-web-component/lib/services/notification/notification.service.ts","ng://@hmcts/ccpay-web-component/lib/components/contact-details/contact-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-details/pba-details.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/console-logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/case-transactions/case-transactions.service.ts","ng://@hmcts/ccpay-web-component/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts","ng://@hmcts/ccpay-web-component/lib/components/case-transactions/case-transactions.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PaymentToPayhubRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PayhubAntennaRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/fee-summary/fee-summary.component.ts","ng://@hmcts/ccpay-web-component/lib/components/error-banner/error-banner.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnidentifiedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AllocatePaymentRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnsolicitedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/components/unprocessed-payments/unprocessed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/components/processed-payments/processed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IAllocationPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/allocate-payments/allocate-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRetroRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostIssueRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/components/add-remission/add-remission.component.ts","ng://@hmcts/ccpay-web-component/lib/pipes/ccd-hyphens.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/capitalize.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/key-value.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/sanitize-html.pipe.ts","ng://@hmcts/ccpay-web-component/lib/services/xl-file/xl-file.service.ts","ng://@hmcts/ccpay-web-component/lib/components/reports/reports.component.ts","ng://@hmcts/ccpay-web-component/lib/components/table/table.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IPutNotificationRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IResubmitRefundRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-status/refund-status.component.ts","ng://@hmcts/ccpay-web-component/lib/components/service-request/service-request.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestCardPayment.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestPbaPayment.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-payment/pba-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.module.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\n\nexport class PaymentLibService {\n API_ROOT: string;\n BULKSCAN_API_ROOT: string;\n REFUNDS_API_ROOT: string;\n NOTIFICATION_API_ROOT: string;\n CARDPAYMENTRETURNURL: string;\n\n constructor() { }\n\n setApiRootUrl(apiRoot: string): void {\n this.API_ROOT = apiRoot;\n }\n\n getApiRootUrl(): string {\n return this.API_ROOT;\n }\n\n setBulkScanApiRootUrl(bulkscanapiRoot: string): void {\n this.BULKSCAN_API_ROOT = bulkscanapiRoot;\n }\n\n getBulkScanApiRootUrl(): string {\n return this.BULKSCAN_API_ROOT;\n }\n\n setRefundndsApiRootUrl(refundsapiRoot: string): void {\n this.REFUNDS_API_ROOT = refundsapiRoot;\n }\n\n getRefundsApiRootUrl(): string {\n return this.REFUNDS_API_ROOT;\n }\n setNoticationApiRootUrl(notificationapiRoot: string): void {\n this.NOTIFICATION_API_ROOT = notificationapiRoot;\n }\n\n getNoticationApiRootUrl(): string {\n return this.NOTIFICATION_API_ROOT;\n }\n \n setCardPaymentReturnUrl(cardPaymentReturnUrl: string):void {\n this.CARDPAYMENTRETURNURL = cardPaymentReturnUrl;\n }\n getCardPaymentReturnUrl(): string {\n return this.CARDPAYMENTRETURNURL;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { Observable, BehaviorSubject } from 'rxjs';\nimport {IOrderReferenceFee} from '../interfaces/IOrderReferenceFee';\nimport { IRefundList } from '../interfaces/IRefundList';\nimport { IPaymentView } from '../interfaces/IPaymentView'; \n\n@Injectable({\n providedIn: 'root'\n})\nexport class OrderslistService {\n private ordersList: BehaviorSubject<IOrderReferenceFee[]> = new BehaviorSubject<IOrderReferenceFee[]>(null);\n private refundView: BehaviorSubject<IRefundList> = new BehaviorSubject<IRefundList>(null);\n private caseType = new BehaviorSubject(\"\");\n getcaseType = this.caseType.asObservable();\n private feeExists = new BehaviorSubject<boolean>(null);\n getFeeExist = this.feeExists.asObservable();\n private ccdCaseNumber = new BehaviorSubject(\"\");\n getCCDCaseNumberforRefund = this.ccdCaseNumber.asObservable();\n private isFromServiceRequestPage = new BehaviorSubject<boolean>(null);\n getisFromServiceRequestPage = this.isFromServiceRequestPage.asObservable();\n private OrderRefId = new BehaviorSubject(\"\");\n getOrderRefId = this.OrderRefId.asObservable();\n private navigationPage = new BehaviorSubject(\"\");\n getnavigationPage = this.navigationPage.asObservable();\n\n private orderRef = new BehaviorSubject(\"\");\n getorderRef = this.orderRef.asObservable();\n private orderCCDEvent = new BehaviorSubject(\"\");\n getorderCCDEvent = this.caseType.asObservable();\n private orderCreated = new BehaviorSubject<Date>(null);\n getorderCreated = this.orderCreated.asObservable();\n private orderParty = new BehaviorSubject(\"\");\n getorderParty = this.orderParty.asObservable();\n private orderRemissionTotal = new BehaviorSubject<number>(null);\n getorderRemissionTotal = this.orderRemissionTotal.asObservable();\n private orderFeesTotal = new BehaviorSubject<number>(null);\n getorderFeesTotal = this.orderFeesTotal.asObservable();\n private orderTotalPayments = new BehaviorSubject<number>(null);\n getorderTotalPayments = this.orderTotalPayments.asObservable();\n private rolesList: BehaviorSubject<any[]> = new BehaviorSubject<any[]>(null);\n\n private orderDetail: BehaviorSubject<any[]> = new BehaviorSubject<any[]>(null);\n\n private paymentPageView: BehaviorSubject<IPaymentView> = new BehaviorSubject<IPaymentView>(null);\n\n constructor() { }\n\n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n }\n getOrdersList() {\n return this.ordersList;\n }\n\n setRefundView(refundList: IRefundList): void {\n this.refundView.next(Object.assign([], refundList));\n }\n getRefundView() {\n return this.refundView;\n }\n\n setCaseType(caseType: string){\n this.caseType.next(caseType);\n }\n getCaseType(){\n return this.caseType;\n }\n\n setCCDCaseNumber(ccdCaseNumber: string){\n this.ccdCaseNumber.next(ccdCaseNumber);\n }\n getCCDCaseNumber(){\n return this.ccdCaseNumber;\n }\n\n setFeeExists(feeExists: boolean){\n this.feeExists.next(feeExists);\n }\n getFeeExists(){\n return this.feeExists;\n } \n\n setisFromServiceRequestPage(isFromServiceRequestPage: boolean){\n this.isFromServiceRequestPage.next(isFromServiceRequestPage);\n }\n getisFromServiceRequestPages(){\n return this.isFromServiceRequestPage;\n }\n\n setOrderRefId(OrderRefId: string){\n this.OrderRefId.next(OrderRefId);\n }\n getSelectedOrderRefId(){\n return this.OrderRefId;\n }\n\n setnavigationPage(navigationPage: string){\n this.navigationPage.next(navigationPage);\n }\n getnavigationPageValue(){\n return this.navigationPage;\n }\n\n setpaymentPageView(paymentpageList: IPaymentView): void {\n this.paymentPageView.next(Object.assign([], paymentpageList));\n }\n getpaymentPageView() {\n return this.paymentPageView;\n }\n\n setUserRolesList(rolesList:any[]): void {\n this.rolesList.next(Object.assign([], rolesList));\n }\n getUserRolesList() {\n return this.rolesList;\n }\n\n setorderDetail(orderDetail:any[]): void {\n this.orderDetail.next(Object.assign([], orderDetail));\n }\n getorderDetail() {\n return this.orderDetail;\n }\n\n setOrderRef(orderRef: string){\n this.orderRef.next(orderRef);\n }\n getorderRefs(){\n return this.orderRef;\n }\n\n setorderCCDEvent(orderCCDEvent: string){\n this.orderCCDEvent.next(orderCCDEvent);\n }\n getorderCCDEvents(){\n return this.orderCCDEvent;\n }\n\n setorderCreated(orderCreated: Date){\n this.orderCreated.next(orderCreated);\n }\n getorderCreateds(){\n return this.orderCreated;\n }\n\n setorderParty(orderParty: string){\n this.orderParty.next(orderParty);\n }\n getorderPartys(){\n return this.orderParty;\n }\n\n setorderRemissionTotal(orderRemissionTotal: number){\n this.orderRemissionTotal.next(orderRemissionTotal);\n }\n getorderRemissionTotals(){\n return this.orderRemissionTotal;\n }\n\n setorderFeesTotal(orderFeesTotal: number){\n this.orderFeesTotal.next(orderFeesTotal);\n }\n getorderFeesTotals(){\n return this.orderFeesTotal;\n }\n\n setorderTotalPayments(orderTotalPayments: number){\n this.orderTotalPayments.next(orderTotalPayments);\n }\n getoorderTotalPaymentss(){\n return this.orderTotalPayments;\n }\n}\n","import { ChangeDetectorRef, Component, Input, OnInit } from '@angular/core';\nimport { PaymentLibService } from './payment-lib.service';\nimport { IBSPayments } from './interfaces/IBSPayments';\nimport { OrderslistService } from './services/orderslist.service';\nimport { IPayment } from './interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-payment-lib',\n template: `\n <ccpay-refund-list [USERID]=\"USERID\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" [LOGGEDINUSEREMAIL]=\"LOGGEDINUSEREMAIL\" *ngIf=\"viewName === 'refund-list'\"></ccpay-refund-list>\n <ccpay-payment-list *ngIf=\"viewName === 'payment-list'\"></ccpay-payment-list>\n <ccpay-refund-status [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'refundstatuslist'\"> </ccpay-refund-status >\n <ccpay-payment-view [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'payment-view'\"\n [isTurnOff]=\"ISTURNOFF\" [isTakePayment]=\"TAKEPAYMENT\" [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"></ccpay-payment-view>\n\n <ccpay-process-refund *ngIf=\"viewName === 'process-refund'\"\n [refundReference]=\"refundReference\"\n [refundlistsource]=\"refundlistsource\"\n ></ccpay-process-refund>\n <ccpay-pba-payment *ngIf=\"viewName === 'pba-payment'\"\n [pbaPayOrderRef]=\"pbaPayOrderRef\"\n ></ccpay-pba-payment>\n <ccpay-case-transactions [isTakePayment]=\"isTakePayment\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'case-transactions'\"></ccpay-case-transactions>\n <app-mark-unidentified-payment *ngIf=\"viewName === 'unidentifiedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unidentified-payment>\n <app-mark-unsolicited-payment *ngIf=\"viewName === 'unsolicitedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unsolicited-payment>\n <app-allocate-payments *ngIf=\"viewName === 'allocate-payments'\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n ></app-allocate-payments>\n <ccpay-fee-summary *ngIf=\"viewName === 'fee-summary'\"\n [ccdCaseNumber]=\"CCD_CASE_NUMBER\" \n [paymentGroupRef]=\"paymentGroupReference\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"\n ></ccpay-fee-summary>\n <ccpay-reports *ngIf=\"viewName === 'reports'\"></ccpay-reports>\n `\n})\n\nexport class PaymentLibComponent implements OnInit {\n @Input('API_ROOT') API_ROOT: string;\n @Input('BULKSCAN_API_ROOT') BULKSCAN_API_ROOT: string;\n @Input('REFUNDS_API_ROOT') REFUNDS_API_ROOT: string;\n @Input('NOTIFICATION_API_ROOT') NOTIFICATION_API_ROOT: string;\n @Input('CARDPAYMENTRETURNURL') CARDPAYMENTRETURNURL: string;\n @Input('CCD_CASE_NUMBER') CCD_CASE_NUMBER: string;\n @Input('EXC_REFERENCE') EXC_REFERENCE: string;\n @Input('PAYMENT_METHOD') PAYMENT_METHOD: string;\n @Input('VIEW') VIEW: string;\n @Input('VIEWSERVICE') VIEWSERVICE: string;\n @Input('PAYMENT_GROUP_REF') PAYMENT_GROUP_REF?: string;\n @Input('TAKEPAYMENT') TAKEPAYMENT: boolean;\n @Input('SERVICEREQUEST') SERVICEREQUEST: string;\n @Input('DCN_NUMBER') DCN_NUMBER: string;\n @Input('SELECTED_OPTION') SELECTED_OPTION: string;\n @Input('ISBSENABLE') ISBSENABLE: Boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('CASETYPE') CASETYPE: string;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('rootUrl') rootUrl: boolean;\n @Input('REFUNDLIST') REFUNDLIST: string;\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL: string;\n @Input('isFromServiceRequestPage') isFromServiceRequestPage: boolean;\n\n paymentMethod: string;\n bspaymentdcn: string;\n unProcessedPaymentServiceId: string = null;\n paymentGroupReference: string;\n paymentReference: string;\n refundReference: string;\n refundlistsource: any;\n viewName: string;\n isTurnOff: boolean;\n caseType: string;\n isOldPcipalOff: boolean;\n isNewPcipalOff: boolean;\n unProcessedPayment: IBSPayments = null;\n isRefundStatusView: boolean;\n isRedirectFromCaseTransactionPage: string;\n isCallFromRefundList: boolean;\n isFromRefundStatusPage: boolean;\n iscancelClicked : boolean;\n isFromPaymentDetailPage: boolean;\n pbaPayOrderRef: IPayment;\n isTakePayment: boolean;\n\n orderDetail: any[];\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n\n constructor(private paymentLibService: PaymentLibService,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) { }\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n } \n\n\n ngOnInit() {\n this.paymentLibService.setApiRootUrl(this.API_ROOT);\n this.paymentLibService.setBulkScanApiRootUrl(this.BULKSCAN_API_ROOT);\n this.paymentLibService.setRefundndsApiRootUrl(this.REFUNDS_API_ROOT);\n this.paymentLibService.setNoticationApiRootUrl(this.NOTIFICATION_API_ROOT);\n this.paymentLibService.setCardPaymentReturnUrl(this.CARDPAYMENTRETURNURL);\n\n if(this.LOGGEDINUSERROLES.length > 0) {\n this.OrderslistService.setUserRolesList(this.LOGGEDINUSERROLES);\n }\n if (this.PAYMENT_GROUP_REF) {\n this.paymentGroupReference = this.PAYMENT_GROUP_REF;\n }\n if (this.DCN_NUMBER) {\n this.bspaymentdcn = this.DCN_NUMBER;\n }\n if (this.REFUNDLIST === \"true\") {\n this.VIEW = 'refund-list';\n this.viewName = this.VIEW;\n }\n if (this.VIEW === 'fee-summary') {\n this.viewName = 'fee-summary';\n } else if (this.VIEW !== 'reports' && this.VIEW !== 'refund-list') {\n this.viewName = 'case-transactions';\n } else {\n this.viewName = this.VIEW;\n }\n\n if (this.isTakePayment) {\n this.TAKEPAYMENT = true;\n }\n }\n}\n","import { Injectable } from '@angular/core';\nimport { _throw } from 'rxjs/observable/throw';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { HttpErrorResponse } from '@angular/common/http';\nimport { stringify } from '@angular/core/src/util';\n\n@Injectable({\n providedIn: 'root'\n})\n\n\nexport class ErrorHandlerService {\n\n constructor() { }\n\n\n handleError(err: HttpErrorResponse): Observable<any> {\n let errorMessage: string;\n if (err.error instanceof Error) {\n // A client-side or network error occurred.\n errorMessage = `An error occurred: ${err.error.message}`;\n } else {\n // The backend returned an unsuccessful response code.\n if (err.status === 404) {\n\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n else if (err.status === 500) {\n errorMessage = 'Internal server error';\n } else if (err.error.messsage === undefined) {\n if( typeof err.error === 'object') {\n errorMessage = JSON.parse(JSON.stringify(err.error)).error;\n } else {\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n \n } else {\n if (err.error.message !== undefined) {\n errorMessage = `${err.error.message}`;\n } else {\n errorMessage = `${err.error}`;\n }\n \n }\n }\n return _throw(errorMessage);\n }\n\n\n getServerErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","import { Injectable } from '@angular/core';\n\nconst noop = (): any => undefined;\n\nexport abstract class Logger {\n\n info: any;\n warn: any;\n error: any;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class LoggerService implements Logger {\n\n info: any;\n warn: any;\n error: any;\n\n invokeConsoleMethod(type: string, args?: any): void {}\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient } from '@angular/common/http';\n\nimport { Observable } from 'rxjs/internal/Observable';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { IPayments } from '../../interfaces/IPayments';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentListService {\n payments: IPayments;\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n\n getPaymentByCcdCaseNumber(ccdCaseNumber: string, paymentMethod: string): Observable<IPayments> {\n this.logger.info('Payment-list-service getPaymentByCcdCaseNumber for: ', ccdCaseNumber);\n\n return this.http.get<IPayments>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/payments`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import {Component, OnInit} from '@angular/core';\n\nimport {PaymentListService} from '../../services/payment-list/payment-list.service';\nimport {IPayments} from '../../interfaces/IPayments';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport {IStatusHistory} from '../../interfaces/IStatusHistory';\n\n@Component({\n selector: 'ccpay-payment-list',\n templateUrl: './payment-list.component.html',\n styleUrls: ['./payment-list.component.css']\n})\nexport class PaymentListComponent implements OnInit {\n payments: IPayments;\n errorMessage: string;\n code: string;\n\n constructor(private paymentListService: PaymentListService,\n private paymentLibComponent: PaymentLibComponent) {\n }\n\n ngOnInit() {\n this.paymentListService.getPaymentByCcdCaseNumber(this.paymentLibComponent.CCD_CASE_NUMBER, this.paymentLibComponent.PAYMENT_METHOD)\n .subscribe(\n payments => this.payments = payments,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.paymentLibComponent.paymentMethod = paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n}\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport { Observable } from 'rxjs';\n\n@Injectable()\nexport class WebComponentHttpClient {\n constructor(\n private http: HttpClient,\n private meta: Meta\n ) { }\n\n post(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.post(url, body, opts);\n }\n\n put(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.put(url, body, opts);\n }\n\n get(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.get(url, opts);\n }\n\n delete(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.delete(url, opts);\n }\n \n patch(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.patch(url, body, opts);\n }\n\n addHeaders(options: any): any {\n const csrfToken = this.meta.getTag('name=csrf-token');\n const headers = {};\n \n if (options.headers) {\n options.headers.forEach(element => {\n headers[element] = options.headers.get(element);\n });\n }\n headers['X-Requested-With'] = 'XMLHttpRequest';\n if (csrfToken === null) {\n if( document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')) !== undefined ) {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')).split('=')[1]; \n } else {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith(' XSRF-TOKEN')).split('=')[1];\n }\n } else {\n headers['CSRF-Token'] = csrfToken.content;\n }\n options.headers = new HttpHeaders(headers);\n options.responseType = 'text';\n return options;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { v4 as uuidv4 } from 'uuid';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { Meta } from '@angular/platform-browser';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IAllocationPaymentsRequest } from '../../interfaces/IAllocationPaymentsRequest';\nimport {IOrderReferenceFee} from '../../interfaces/IOrderReferenceFee';\nimport { BehaviorSubject } from 'rxjs';\nimport { IserviceRequestPbaPayment } from '../../interfaces/IserviceRequestPbaPayment';\nimport { IserviceRequestCardPayment } from '../../interfaces/IserviceRequestCardPayment';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\nimport { error } from '@angular/compiler/src/util';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentViewService {\n private ordersList = <BehaviorSubject<IOrderReferenceFee[]>>new BehaviorSubject([]);\n\n private meta: Meta;\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentDetails(paymentReference: string, paymentMethod: string): Observable<IPayment> {\n this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getPaymentGroupDetails(paymentGroupReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentGroupReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getApportionPaymentDetails(paymentReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/fee-pay-apportion/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getPBAaccountDetails(): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/pba-accounts`;\n return this.http.get(url, { withCredentials: true }).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postWays2PayCardPayment(serviceRef: string, body: IserviceRequestCardPayment): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/card-payments`;\n const rurl = this.paymentLibService.CARDPAYMENTRETURNURL.replace('.prod', '');\n body['return-url'] = `${rurl}/payment`;\n return this.https.post(url, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n \n postPBAaccountPayment(serviceRef: string, body: IserviceRequestPbaPayment): Observable<any> {\n let randomKey = 'idam-key-' + Math.random().toString().split('.').join('-');\n body['idempotency_key'] = randomKey; \n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/pba-payments`;\n return this.https.post(url, body);\n }\n\n postBSPayments(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnidentifiedPayments(body: UnidentifiedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnsolicitedPayments(body: UnsolicitedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocationPayments(body: IAllocationPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentGroupWithRemissions(paymentGroupReference: string, feeId: number, body: AddRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/remissions`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n deleteFeeFromPaymentGroup(feeId: number): Observable<any> {\n this.logger.info('Payment-view-service deleteFeeFromPaymentGroup for: ', feeId);\n return this.https.delete(`${this.paymentLibService.API_ROOT}/fees/${feeId}`).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postPaymentToPayHub(body: PaymentToPayhubRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentAntennaToPayHub(body: PayhubAntennaRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/telephony-card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getBSfeature(): Observable<any> {\n return this.https.get('api/payment-history/bulk-scan-feature', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getSiteID(): Observable<any> {\n return this.https.get('api/payment-history/refdata/legacy-sites', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getPartyDetails(caseNumber: string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/case-payment-orders?case_ids=${caseNumber}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n \n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n}\n getOrdersList() {\n return this.ordersList;\n }\n\n //issue refund\n postRefundsReason(body: PostRefundRetroRemission): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-for-payment`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n // retro remissions\n postPaymentGroupWithRetroRemissions(paymentGroupReference: string, feeId: number, body: AddRetroRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postRefundRetroRemission(body:PostIssueRefundRetroRemission) {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\nimport { ChangeDetectorRef } from '@angular/core';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-payment-view',\n templateUrl: './payment-view.component.html',\n styleUrls: ['./payment-view.component.css']\n})\nexport class PaymentViewComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() isTakePayment: boolean;\n @Input() caseType: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() orderRef: string;\n @Input() orderStatus: string;\n @Input() orderTotalPayments: number;\n @Input() payment: IPayment;\n @Input() LOGGEDINUSERROLES: string[];\n @Input() orderParty: string;\n @Input() orderCreated: Date;\n @Input() orderCCDEvent: string;\n @Input() orderFeesTotal: number;\n @Input() orderRemissionTotal: number;\n @Input() orderDetail: any[];\n @Input(\"isServiceRequest\") isServiceRequest: string;\n\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n ccdCaseNumber: string;\n selectedOption: string;\n dcnNumber: string;\n isStatusAllocated: boolean;\n isRemissionsMatch: boolean;\n feeId: IFee;\n viewStatus: string;\n isRefundRemission: boolean = false;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n remissions: IRemission[] = [];\n remissionFeeAmt: number;\n isRefundRemissionBtnEnable: boolean;\n serviceReference: string;\n isFromServiceRequestPage: boolean;\n isFromPaymentDetailPage: boolean;\n paymentFees: IFee[];\n\n constructor(private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) {\n }\n\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n } \n\n ngOnInit() {\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.serviceReference = this.paymentLibComponent.paymentGroupReference;\n this.viewStatus = 'paymentview';\n this.paymentViewService.getApportionPaymentDetails(this.paymentLibComponent.paymentReference).subscribe(\n paymentGroup => {\n let fees = [];\n paymentGroup.fees.forEach(fee => {\n this.isRemissionsMatch = false;\n\n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees\n this.paymentFees =fees;\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n \n },\n (error: any) => this.errorMessage = error\n );\n\n }\n\n get isCardPayment(): boolean {\n return this.paymentGroup.payments[0].method === 'card';\n }\n\n get isTelephonyPayment(): boolean {\n return this.paymentGroup.payments[0].channel === 'telephony';\n }\n\n public goToPaymentList(): void {\n this.paymentLibComponent.viewName = 'payment-list';\n }\n goToServiceRequestPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.SERVICEREQUEST = 'true';\n this.paymentLibComponent.isFromServiceRequestPage = true;\n window.location.reload();\n }\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n if (!this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.resetOrderData();\n } else {\n this.OrderslistService.getorderRefs().subscribe((data) => this.orderRef = data);\n this.OrderslistService.getorderCCDEvents().subscribe((data) => this.orderCCDEvent = data);\n this.OrderslistService.getorderCreateds().subscribe((data) => this.orderCreated = data);\n this.OrderslistService.getorderDetail().subscribe((data) => this.orderDetail = data);\n this.OrderslistService.getorderPartys().subscribe((data) => this.orderParty = data);\n this.OrderslistService.getorderRemissionTotals().subscribe((data) => this.orderRemissionTotal = data);\n this.OrderslistService.getorderFeesTotals().subscribe((data) => this.orderFeesTotal = data);\n this.OrderslistService.getoorderTotalPaymentss().subscribe((data) => this.orderTotalPayments = data);\n this.viewStatus = 'order-full-view';\n }\n \n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.paymentViewService.getApportionPaymentDetails(this.paymentGroup.payments[0].reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.viewStatus = 'addremission';\n this.isRefundRemission = true;\n this.cd.detectChanges();\n },\n (error: any) => this.errorMessage = error\n );\n }\n }\n\n checkForFees(paymentGroup: any) {\n if(paymentGroup !== null && paymentGroup !== undefined)\n {\n if (paymentGroup.fees !== null && paymentGroup.fees !== undefined) {\n return true;\n }\n \n }\n return false;\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n if(this.chkIsRefundRemissionBtnEnable()) {\n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n this.viewStatus = 'addrefundforremission';\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.paymentGroup !== null && this.paymentGroup !== undefined) {\n this.paymentGroup.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n issueRefund(paymentgrp: IPaymentGroup) {\n if (paymentgrp !== null && paymentgrp !== undefined) {\n if(this.chkIssueRefundBtnEnable(paymentgrp.payments[0])) {\n this.paymentGroup = paymentgrp;\n this.viewStatus = 'issuerefund';\n this.isRefundRemission = true;\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.isFromPaymentDetailPage = true;\n this.isFromServiceRequestPage = this.paymentLibComponent.isFromServiceRequestPage;\n }\n }\n }\n\n getRemissionByFeeCode(feeCode: string, remissions: IRemission[]): IRemission {\n if (remissions && remissions.length > 0) {\n for (const remission of remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkForPBAPayment(): boolean {\n if (this.paymentGroup !== null && this.paymentGroup !== undefined) {\n let payment = this.paymentGroup.payments[0];\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n return true;\n }\n return false;\n }\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(this.paymentGroup.payments[0])) {\n if (this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n return true;\n }\n return true;\n\n } else {\n return false;\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if(payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n}","import { Injectable } from '@angular/core';\nimport {HttpClient, HttpHeaders} from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { IPatchRefundAction } from '../../interfaces/IPatchRefundAction';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { IssueRefundRequest } from '../../interfaces/IssueRefundRequest';\nimport { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';\nimport { IRefundStatusHistory } from '../../interfaces/IRefundStatusHistory';\nimport { IPutNotificationRequest } from '../../interfaces/IPutNotificationRequest';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class RefundsService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService,\n private meta: Meta\n ) { }\n\n getRefundReasons(): Observable<IRefundReasons[]> {\n return this.http.get<IRefundReasons[]>(`${this.paymentLibService.REFUNDS_API_ROOT}/reasons`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getRefundRejectReasons(): Observable<any> {\n return this.http.get<any>(`${this.paymentLibService.REFUNDS_API_ROOT}/rejection-reasons`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getRefundActions(refundReference: string): Observable<any> {\n return this.http.get<any>(`${this.paymentLibService.REFUNDS_API_ROOT}/${refundReference}/actions`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\npatchRefundActions(body:IPatchRefundAction, refundReference: string, reviewerAction: string): Observable<any> {\n // const opts = this.addHeaders({});\n return this.https.patch(`${this.paymentLibService.REFUNDS_API_ROOT}/${refundReference}/action/${reviewerAction}`, body)\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetRefundList(refundstatus?: string, selfexclusive?:boolean): Observable<IRefundList[]> {\n return this.http.get<IRefundList[]>(`${this.paymentLibService.REFUNDS_API_ROOT}?status=${refundstatus}&excludeCurrentUser=${selfexclusive}`, \n {\n withCredentials: true\n})\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetRefundStatusHistory(reference?: string) {\n return this.http.get<IRefundStatusHistory>(`${this.paymentLibService.REFUNDS_API_ROOT}/${reference}/status-history`, \n {\n withCredentials: true\n})\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetRefundStatusList(ccdCaseNumber:string): Observable<IRefundList[]> {\n return this.http.get<IRefundList[]>(`${this.paymentLibService.REFUNDS_API_ROOT}?ccdCaseNumber=${ccdCaseNumber}`, {\n withCredentials: true\n})\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetUserDetails(): Observable<any> {\n return this.http.get<any>(`${this.paymentLibService.REFUNDS_API_ROOT}/get-user-details`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n \npostIssueRefund(body: IssueRefundRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.REFUNDS_API_ROOT}/refund`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\nputResendOrEdit(body: IPutNotificationRequest, refundRef:string, notificationType:string): Observable<any> {\n return this.https.put(`${this.paymentLibService.REFUNDS_API_ROOT}/resend/notification/${refundRef}?notificationType=${notificationType}`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\npatchResubmitRefund(body: IResubmitRefundRequest, refund_reference: string): Observable<any> {\n // const opts = this.addHeaders({});\n return this.https.patch(`${this.paymentLibService.REFUNDS_API_ROOT}/resubmit/${refund_reference}`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\naddHeaders(options: any): any {\n const csrfToken = this.meta.getTag('name=csrf-token');\n const headers = {};\n if (options.headers) {\n options.headers.forEach(element => {\n headers[element] = options.headers.get(element);\n });\n }\n headers['X-Requested-With'] = 'XMLHttpRequest';\n if (csrfToken.content === null) {\n if( document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')) !== undefined ) {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')).split('=')[1]; \n } else {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith(' XSRF-TOKEN')).split('=')[1];\n }\n } else {\n headers['CSRF-Token'] = csrfToken.content;\n }\n options.headers = new HttpHeaders(headers);\n options.responseType = 'text';\n return options;\n}\n}\n","import {Component, OnInit, Input} from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport {RefundsService} from '../../services/refunds/refunds.service';\nimport { IRefundAction } from '../../interfaces/IRefundAction';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { IRefundRejectReason } from '../../interfaces/IRefundRejectReason';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { ActivatedRoute,Router } from '@angular/router';\n\n@Component({\n selector: 'ccpay-process-refund',\n templateUrl: './process-refund.component.html',\n styleUrls: ['./process-refund.component.css']\n})\nexport class ProcessRefundComponent implements OnInit {\n @Input() refundReference: string;\n @Input() refundlistsource: IRefundList;\n\n processRefundForm: FormGroup;\n\n errorMessage = this.getErrorMessage(false, '', '', '');\n sendmeback: string = null;\n viewStatus: string;\n refundActionList: IRefundAction[] = []; \n refundRejectReasonList: IRefundRejectReason[] = []; \n isSendMeBackClicked: boolean = false;\n isRejectClicked: boolean = false;\n isOtherClicked: boolean = false;\n isSuccesspageEnable: boolean = false;\n\n refundActionsHasError: boolean = false;\n refundRejectReasonHasError: boolean = false;\n isReasonFieldEmpty: boolean = false;\n isReasonFieldInvalid: boolean = false;\n reasonFieldMinHasError: boolean = false;\n reasonFieldMaxHasError: boolean = false;\n isReasonEmpty: boolean = false;\n isReasonInvalid: boolean = false;\n successMsg: string = null;\n navigationpage: string;\n ccdCaseNumber: string;\n cpoDetails:any = null;\n isCPODown: boolean;\n isFromRefundListPage: boolean;\n\n isConfirmButtondisabled: boolean = true;\n constructor(private RefundsService: RefundsService,\n private paymentViewService: PaymentViewService,\n private formBuilder: FormBuilder,\n private OrderslistService: OrderslistService,\n private paymentLibComponent: PaymentLibComponent,\n private router: Router,\n private activeRoute: ActivatedRoute) {\n }\n\n ngOnInit() {\n this.viewStatus = 'RefundProcess';\n this.RefundsService.getRefundActions(this.refundReference).subscribe(\n refundActionList => {\n this.refundActionList = <any>refundActionList;\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n this.processRefundForm = this.formBuilder.group({\n refundActionField: new FormControl('', Validators.compose([\n Validators.required\n ])),\n refundRejectReasonField: new FormControl('', Validators.compose([\n Validators.required\n ])),\n sendMeBackField: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$'),\n\n ])),\n enterReasonField: new FormControl('', Validators.compose([\n Validators.required,\n Validators.maxLength(30),\n Validators.pattern('^([a-zA-Z0-9.\\\\s]*)$'),\n ])),\n });\n this.ccdCaseNumber = this.refundlistsource.ccd_case_number;\n\n if((typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') || (typeof this.paymentLibComponent.TAKEPAYMENT === 'boolean' && !this.paymentLibComponent.TAKEPAYMENT) ) {\n this.isFromRefundListPage = true;\n }\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.isCPODown = true;\n }\n );\n }\n \n checkRefundActions(code: string) {\n this.refundActionsHasError = false;\n this.isReasonFieldEmpty = false;\n this.isReasonEmpty = false;\n this.isReasonInvalid = false;\n this.refundRejectReasonHasError = false;\n if(code === 'Return to caseworker') {\n this.isConfirmButtondisabled = true;\n this.isSendMeBackClicked = true;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Approve') {\n this.isSendMeBackClicked = false;\n this.isConfirmButtondisabled = false;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Reject') {\n this.isRejectClicked = true;\n this.isSendMeBackClicked = false;\n this.isOtherClicked = false;\n this.RefundsService.getRefundRejectReasons().subscribe(\n refundRejectReasonList => {\n this.refundRejectReasonList = <any>refundRejectReasonList;\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else if (code === 'RE005') {\n this.isOtherClicked = true;\n } else if (code !== 'RE005') {\n this.isOtherClicked = false;\n }\n }\n processRefundSubmit() {\n let processRefundRequest;\n let status;\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n const controls = this.processRefundForm.controls;\n const processFormError = controls.sendMeBackField.errors;\n\n if (this.processRefundForm.dirty && controls.refundActionField.valid \n && (controls.refundActionField.value == 'Approve'\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.valid && controls.refundRejectReasonField.value != 'RE005')\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005' && controls.enterReasonField.valid)\n || (controls.refundActionField.value == 'Return to caseworker' && controls.sendMeBackField.valid))) {\n if (controls.refundActionField.value === 'Approve'){\n status = 'APPROVE';\n processRefundRequest = {\n code:'',\n reason: ''\n };\n } else if (controls.refundActionField.value === 'Reject') {\n status = 'REJECT';\n\n processRefundRequest = {\n code: controls.refundRejectReasonField.value ? controls.refundRejectReasonField.value : '',\n reason: controls.refundRejectReasonField.value == 'RE005' ? controls.enterReasonField.value : ''\n };\n } else if (controls.refundActionField.value === 'Return to caseworker') {\n status = 'SENDBACK';\n\n processRefundRequest = {\n code: '',\n reason: controls.sendMeBackField.value\n };\n }\n this.RefundsService.patchRefundActions(processRefundRequest, this.refundReference, status).subscribe(\n response => {\n this.isSuccesspageEnable = true;\n // this.successMsg = JSON.parse(response)['data'];\n this.successMsg = response.replace(/['\"]+/g, '');\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else {\n if(controls.refundActionField.value == \"\") {\n this.resetForm([true, false, false, false, false, false, false, false], 'action');\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == \"\") {\n this.resetForm([false, true, false, false, false, false, false, false], 'rejectReason');\n }\n if(controls.refundActionField.value == 'Return to caseworker') {\n if(controls.sendMeBackField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'addAreason');\n }\n if(controls.sendMeBackField.value != '' && controls.sendMeBackField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.minlength && processFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.maxlength && processFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'addAreason');\n }\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005') {\n if(controls.enterReasonField.value === \"\") {\n this.resetForm([false, false, false, false, false, false, true, false], 'enterReason');\n }\n if(controls.enterReasonField.value!== \"\" && controls.enterReasonField.invalid) {\n this.resetForm([false, false, false, false, false, false, false, true], 'enterReason');\n }\n }\n }\n\n }\n getErrorMessage(isErrorExist, status, errorMsg, err) {\n let bodyTxt = 'Please try again later';\n if (status !== 500) {\n if (errorMsg !== undefined) {\n bodyTxt = errorMsg;\n } else {\n bodyTxt = err;\n }\n \n }\n return {\n title: 'Something went wrong',\n body: bodyTxt,\n showError: isErrorExist\n };\n }\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n // // this.OrderslistService.setnavigationPage('casetransactions');\n // // this.OrderslistService.setisFromServiceRequestPage(false);\n // // this.paymentLibComponent.VIEW ='case-transactions';\n // // this.paymentLibComponent.viewName = 'case-transactions';\n // // this.paymentLibComponent.ISBSENABLE = true;\n // // this.paymentLibComponent.isRefundStatusView = false;\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n } else {\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n }\n }\n loadRefundsHomePage() {\n if(typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') {\n //window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.VIEW ='case-transactions';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n }\n }\n redirecttoRefundListPage() {\n if((typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') || (typeof this.paymentLibComponent.TAKEPAYMENT === 'boolean' && !this.paymentLibComponent.TAKEPAYMENT) ) {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.loadRefundListPage();\n }\n }\n // loadCaseTransactionPage() {\n // this.paymentLibComponent.isRefundStatusView = false;\n // this.paymentLibCo}mponent.TAKEPAYMENT = true;\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n\n // let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n // partUrl += this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n // partUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n // this.router.navigateByUrl(url);\n // }\n\n resetForm(vals, field) {\n if(field==='action' || field==='all') {\n this.refundActionsHasError = vals[0];\n }\n if(field==='rejectReason' || field==='all') {\n this.refundRejectReasonHasError = vals[1];\n }\n if(field==='addAreason' || field==='all') {\n this.isReasonFieldEmpty = vals[2];\n this.isReasonFieldInvalid = vals[3];\n this.reasonFieldMinHasError = vals[4];\n this.reasonFieldMaxHasError = vals[5];\n }\n if(field==='enterReason' || field==='all') {\n this.isReasonEmpty = vals[6];\n this.isReasonInvalid = vals[7];\n }\n }\n\n goToCaseReview() {\n this.router.navigate([`/cases/case-details/${this.ccdCaseNumber}`], {relativeTo: this.activeRoute});\n }\n}\n","import {Component, OnInit, Input} from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundList } from '../../interfaces/IRefundList';\n\n@Component({\n selector: 'ccpay-refund-list',\n templateUrl: './refund-list.component.html',\n styleUrls: ['./refund-list.component.css']\n})\nexport class RefundListComponent implements OnInit {\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL:string;\n\n constructor(private refundService: RefundsService) {\n }\n\n tableApprovalHeader: string;\n tableRejectedHeader: string;\n submittedRefundList: IRefundList[] = [];\n rejectedRefundList: IRefundList[] = [];\n // approvalStatus = 'Sent for approval';\n // rejectStatus = 'Update required';\n approvalStatus = 'Sent for approval';\n rejectStatus = 'Update required';\n errorMessage = null;\n isApproveTableVisible:boolean;\n isRejectTableVisible:boolean;\n dropdownvalue: string;\n isAuthorized: boolean = true;\n userLst\n ngOnInit() {\n \n this.userLst = this.LOGGEDINUSERROLES;\n\n \n if(this.LOGGEDINUSERROLES.some(i =>i.includes('payments-refund-approver'))){\n this.isAuthorized = true;\n } else {\n this.isApproveTableVisible = false;\n this.isAuthorized = false;\n }\n\n \n this.tableApprovalHeader = 'Refunds to be approved';\n this.tableRejectedHeader = 'Refunds returned to caseworker';\n\n if(this.isAuthorized) {\n this.refundService.getRefundList(this.approvalStatus,true).subscribe(\n refundList => {\n this.submittedRefundList = refundList['refund_list'];\n this.isApproveTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n this.refundService.getRefundList(this.rejectStatus,false).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n this.isRejectTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n\n }\n \n}","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {Observable} from 'rxjs/internal/Observable';\n\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CardDetailsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getCardDetails(paymentReference: string): Observable<ICardDetails> {\n this.logger.info('Card-detail-service getCardDetails for: ', paymentReference);\n\n return this.http.get<ICardDetails>(`${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/details`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { CardDetailsService } from '../../services/card-details/card-details.service';\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-card-details',\n templateUrl: './card-details.component.html',\n styleUrls: ['./card-details.component.css']\n})\nexport class CardDetailsComponent implements OnInit {\n pageTitle: string = 'Card details';\n cardDetails: ICardDetails;\n paymentReference: string;\n errorMessage: string;\n\n constructor(private cardDetailsService: CardDetailsService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.cardDetailsService.getCardDetails(this.paymentLibComponent.paymentReference).subscribe(\n cardDetails => this.cardDetails = cardDetails,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n get getPaymentReference(): string {\n return this.paymentReference;\n }\n\n}\n","import { Component } from '@angular/core';\n\n@Component({\n template: `\n <h1>This is not the page you were looking for!</h1>\n `\n})\nexport class PageNotFoundComponent { }\n","import { Injectable } from '@angular/core';\nimport { PaymentLibService } from '../../payment-lib.service';\nimport { HttpClient } from '@angular/common/http';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class StatusHistoryService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentStatusesByReference(paymentReference: string, paymentMethod: string): Observable<IStatusHistories> {\n this.logger.info('Status-history-service getPaymentStatusesByReference for: ', paymentReference);\n\n return this.http.get<IStatusHistories>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/statuses` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}/statuses`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { StatusHistoryService } from '../../services/status-history/status-history.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-payment-statuses',\n templateUrl: './status-history.component.html',\n styleUrls: ['./status-history.component.css']\n})\nexport class StatusHistoryComponent implements OnInit {\n @Input() isTakePayment: boolean;\n pageTitle: string = 'Payment status history';\n statuses: IStatusHistories;\n errorMessage: string;\n\n constructor(private statusHistoryService: StatusHistoryService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.statusHistoryService.getPaymentStatusesByReference(this.paymentLibComponent.paymentReference, this.paymentLibComponent.paymentMethod).subscribe(\n statuses => this.statuses = statuses,\n (error: any) => this.errorMessage = <any>error.replace(/\"/g,\"\")\n );\n \n }\n\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IRefundsNotifications } from '../../interfaces/IRefundsNotifications';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NotificationService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getRefundNotification(reference: string): Observable<IRefundsNotifications> {\n return this.http.get<IRefundsNotifications>(`${this.paymentLibService.NOTIFICATION_API_ROOT}/notifications/${reference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getAddressByPostcode(postcode: string): Observable<any> {\n return this.http.get<any>(`${this.paymentLibService.NOTIFICATION_API_ROOT}/search/places/v1/postcode?postcode=${postcode}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Output, EventEmitter, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { NotificationService } from '../../services/notification/notification.service';\n\n@Component({\n selector: 'ccpay-contact-details',\n templateUrl: './contact-details.component.html',\n styleUrls: ['./contact-details.component.css']\n})\nexport class ContactDetailsComponent implements OnInit {\n @Input('isEditOperation') isEditOperation: boolean;\n @Input('isEditOperationInRefundList') isEditOperationInRefundList: boolean;\n @Input('addressObj') addressObj: any;\n @Output() assignContactDetails: EventEmitter<any> = new EventEmitter();\n @Output() assignContactDetailsInFefundsList: EventEmitter<any> = new EventEmitter();\n @Output() redirectToIssueRefund: EventEmitter<any> = new EventEmitter();\n pageTitle: string = 'Payment status history';\n errorMessage: string;\n isEmailSAddressClicked: boolean = true;\n isShowPickAddress: boolean = false;\n isPostcodeClicked: boolean = false;\n isManualAddressClicked: boolean = false;\n emailAddressForm: FormGroup;\n postCodeForm: FormGroup;\n manualAddressForm: FormGroup;\n addressPostcodeList:any[] = [];\n postcodeAddress:any;\n isAddressBoxEmpty: boolean = false;\n\n isEmailEmpty: boolean = false;\n emailHasError: boolean = false;\n isPostcodeEmpty: boolean = false;\n postcodeHasError: boolean = false;\n isaddressLine1Empty: boolean = false;\n addressLine1HasError: boolean = false;\n addressLine2HasError: boolean = false;\n isTownOrCityEmpty: boolean = false;\n townOrCityHasError: boolean = false;\n isCountyEmpty: boolean = false;\n countyHasError: boolean = false;\n isMPostcodeEmpty: boolean = false;\n mpostcodeHasError: boolean = false;\n isCountryEmpty: boolean = false;\n\n constructor(private formBuilder: FormBuilder,\n private notificationService: NotificationService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,false,false], 'all');\n\n this.emailAddressForm = this.formBuilder.group({\n email: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[a-z0-9._%+-]+@[a-z0-9-]+\\\\.[a-z]{2,4}$')\n ]))\n });\n this.postCodeForm = this.formBuilder.group({\n postcode: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([A-Z]{1,2}[0-9]{1,2}[A-Z]{0,1} ?[0-9][A-Z]{2})')\n ]))\n });\n this.manualAddressForm = this.formBuilder.group({\n addressl1: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[a-zA-Z0-9\\\\s,\\'-]*$')\n ])),\n addressl2: new FormControl('', Validators.compose([\n Validators.pattern('^[a-zA-Z0-9\\\\s,\\'-]*$')\n ])),\n townorcity: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[a-zA-Z0-9\\\\s,\\'-]*$')\n ])),\n county: new FormControl('', Validators.compose([\n Validators.pattern('^[a-zA-Z0-9\\\\s,\\'-]*$')\n ])),\n mpostcode: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([A-Z]{1,2}[0-9]{1,2}[A-Z]{0,1} ?[0-9][A-Z]{2})')\n ])),\n country: new FormControl('', Validators.compose([\n Validators.required\n ]))\n });\n if(this.addressObj !== undefined && this.addressObj !== '') {\n this.setEditDetails();\n }\n if(this.isEditOperationInRefundList === undefined) {\n this.isEditOperationInRefundList = false;\n }\n }\n setEditDetails() {\n if(this.addressObj.notification_type === 'EMAIL') {\n this.isEmailSAddressClicked = true;\n this.isPostcodeClicked = false;\n this.isManualAddressClicked = false;\n this.emailAddressForm.setValue({ email: this.addressObj.contact_details.email });\n } else if(this.addressObj.notification_type === 'LETTER') {\n this.isEmailSAddressClicked = false;\n this.isPostcodeClicked = true;\n this.isManualAddressClicked = true;\n this.manualAddressForm.patchValue({ \n addressl1: this.addressObj.contact_details.address_line,\n townorcity: this.addressObj.contact_details.city,\n county: this.addressObj.contact_details.county,\n country: this.addressObj.contact_details.country,\n mpostcode: this.addressObj.contact_details.postal_code\n });\n }\n }\n\n selectContactOption(type, isLinkedClied) {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,false,false,false], 'all');\n if( type === 'Email' && isLinkedClied === 'false'){\n this.isEmailSAddressClicked = true;\n this.isPostcodeClicked = false;\n this.isManualAddressClicked = false;\n } else if(type === 'Postcode' && isLinkedClied === 'false') {\n this.isEmailSAddressClicked = false;\n this.isPostcodeClicked = true;\n this.isManualAddressClicked = false;\n } else if(type === 'Postcode' && isLinkedClied === 'true') {\n this.isEmailSAddressClicked = false;\n this.isPostcodeClicked = true;\n this.isManualAddressClicked = true;\n\n }\n }\n\n finalFormSubmit() {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,false,false,false], 'all');\n if( this.isEmailSAddressClicked ){\n const emailField = this.emailAddressForm.controls.email;\n if (this.emailAddressForm.valid) {\n if(!this.isEditOperationInRefundList) {\n this.assignContactDetails.emit( {\n email: emailField.value,\n notification_type: 'EMAIL'\n } );\n } else {\n this.assignContactDetailsInFefundsList.emit({\n email: emailField.value,\n notification_type: 'EMAIL'\n } );\n }\n } else {\n if( emailField.value == '' ) {\n this.resetForm([true,false,false,false,false,false,false,false,false,false,false,false,false,false], 'email');\n }\n if(emailField.value != '' && emailField.invalid ) {\n this.resetForm([false,true,false,false,false,false,false,false,false,false,false,false,false,false], 'email');\n }\n }\n } else if( this.isPostcodeClicked && !this.isManualAddressClicked ) {\n this.postcodeValidation('FS');\n } else if(this.isPostcodeClicked && this.isManualAddressClicked) {\n const fieldCtrls = this.manualAddressForm.controls;\n if (this.manualAddressForm.valid) {\n if(!this.isEditOperationInRefundList) {\n this.assignContactDetails.emit({\n address_line: fieldCtrls.addressl1.value+' '+fieldCtrls.addressl2.value,\n city: fieldCtrls.townorcity.value,\n county: fieldCtrls.county.value,\n postal_code: fieldCtrls.mpostcode.value,\n country: fieldCtrls.country.value,\n notification_type: 'LETTER'\n });\n } else {\n this.assignContactDetailsInFefundsList.emit({\n address_line: fieldCtrls.addressl1.value+' '+fieldCtrls.addressl2.value,\n city: fieldCtrls.townorcity.value,\n county: fieldCtrls.county.value,\n postal_code: fieldCtrls.mpostcode.value,\n country: fieldCtrls.country.value,\n notification_type: 'LETTER'\n });\n }\n } else {\n if( fieldCtrls.addressl1.value == '' ) {\n this.resetForm([false,false,false,false,true,false,false,false,false,false,false,false,false,false], 'address1');\n }\n if(fieldCtrls.addressl1.value != '' && fieldCtrls.addressl1.invalid ) {\n this.resetForm([false,false,false,false,false,true,false,false,false,false,false,false,false,false], 'address1');\n }\n if(fieldCtrls.addressl2.value != '' && fieldCtrls.addressl2.invalid ) {\n this.resetForm([false,false,false,false,false,false,true,false,false,false,false,false,false,false], 'address2');\n }\n if( fieldCtrls.townorcity.value == '' ) {\n this.resetForm([false,false,false,false,false,false,false,true,false,false,false,false,false,false], 'town');\n }\n if(fieldCtrls.townorcity.value != '' && fieldCtrls.townorcity.invalid ) {\n this.resetForm([false,false,false,false,false,false,false,false,true,false,false,false,false,false], 'town');\n }\n if( fieldCtrls.county.value == '' ) {\n this.resetForm([false,false,false,false,false,false,false,false,false,true,false,false,false,false], 'county');\n }\n if(fieldCtrls.county.value != '' && fieldCtrls.county.invalid ) {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,true,false,false,false], 'county');\n }\n if( fieldCtrls.mpostcode.value == '' ) {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,true,false,false], 'mpostcode');\n }\n if(fieldCtrls.mpostcode.value != '' && fieldCtrls.mpostcode.invalid ) {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,true,false], 'mpostcode');\n }\n if( fieldCtrls.country.value == '' ) {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,false,true], 'country');\n }\n }\n\n }\n\n }\n\n postcodeValidation(str) {\n const postcodeField = this.postCodeForm.controls.postcode;\n if (this.postCodeForm.valid) {\n if(str === 'FA') {\n this.notificationService.getAddressByPostcode(postcodeField.value).subscribe(\n refundsNotification => {\n this.addressPostcodeList = refundsNotification['data']['results'];\n this.isShowPickAddress = true;\n }\n ),\n (error: any) => {\n this.isShowPickAddress = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n } else if (str === 'FS') {\n if(this.postcodeAddress !== undefined && this.postcodeAddress) {\n this.isAddressBoxEmpty = false;\n let addressLine=\"\";\n let addressArray = this.postcodeAddress.ADDRESS.split(\",\");\n for( let i=0; i<addressArray.length-2; i++ ) {\n addressLine +=addressArray[i]; \n }\n\n this.assignContactDetails.emit({\n address_line: addressLine,\n city: this.postcodeAddress.POST_TOWN,\n county: this.postcodeAddress.LOCAL_CUSTODIAN_CODE_DESCRIPTION,\n postal_code: this.postcodeAddress.POSTCODE,\n country: 'United Kingdom',\n notification_type: 'LETTER'\n });\n } else {\n this.isAddressBoxEmpty = true;\n }\n }\n } else {\n if( postcodeField.value == '' ) {\n this.resetForm([false,false,true,false,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n if(postcodeField.value != '' && postcodeField.invalid ) {\n this.resetForm([false,false,false,true,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n }\n }\n redirection(event:any) {\n this.redirectToIssueRefund.emit(event);\n }\n resetForm(val, field) {\n if(field==='email' || field==='all') {\n this.isEmailEmpty = val[0];\n this.emailHasError = val[1];\n }\n if(field==='postcode' || field==='all') {\n this.isPostcodeEmpty = val[2];\n this.postcodeHasError = val[3];\n }\n if(field==='address1' || field==='all') {\n this.isaddressLine1Empty = val[4];\n this.addressLine1HasError = val[5];\n }\n if(field==='address2' || field==='all') {\n this.addressLine2HasError = val[6];\n }\n if(field==='town' || field==='all') {\n this.isTownOrCityEmpty = val[7];\n this.townOrCityHasError = val[8];\n }\n if(field==='county' || field==='all') {\n this.isCountyEmpty = val[9];\n this.countyHasError = val[10];\n }\n if(field==='mpostcode' || field==='all') {\n this.isMPostcodeEmpty = val[11];\n this.mpostcodeHasError = val[12];\n }\n if(field==='country' || field==='all') {\n this.isCountryEmpty = val[13];\n }\n \n }\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-pba-details',\n templateUrl: './pba-details.component.html',\n styleUrls: ['./pba-details.component.css']\n})\nexport class PbaDetailsComponent implements OnInit {\n @Input() payment: IPayment;\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { Logger } from './logger.service';\n\nexport let isDebugMode = false;\n\nconst noop = (): any => undefined;\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConsoleLoggerService implements Logger {\n\n get info() {\n if (isDebugMode) {\n return console.info.bind(console);\n } else {\n return noop;\n }\n }\n\n get warn() {\n if (isDebugMode) {\n return console.warn.bind(console);\n } else {\n return noop;\n }\n }\n\n get error() {\n if (isDebugMode) {\n return console.error.bind(console);\n } else {\n return noop;\n }\n }\n\n invokeConsoleMethod(type: string, args?: any): void {\n const logFn: Function = (console)[type] || console.log || noop;\n logFn.apply(console, [args]);\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {LoggerService} from '../shared/logger/logger.service';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {catchError} from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CaseTransactionsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getPaymentGroups(ccdCaseNumber: string): Observable<IPaymentGroup[]> {\n this.logger.info('Case-transactions-service getPaymentGroups for: ', ccdCaseNumber);\n\n return this.http.get<IPaymentGroup[]>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/paymentgroups`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BulkScaningPaymentService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getBSPaymentsByCCD(ccdCaseNumber: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases/${ccdCaseNumber}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getBSPaymentsByDCN(dcn: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases?document_control_number=${dcn}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocatePayment(body: AllocatePaymentRequest, paymentRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentRef}/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPaymentStrategic(body: AllocatePaymentRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSWoPGStrategic(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n patchBSChangeStatus(dcnNumber: string, status: string): Observable<any> {\n return this.https.patch(`${this.paymentLibService.API_ROOT}/bulk-scan-payments/${dcnNumber}/status/${status}`, status).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n calculateOutStandingAmount(paymentGroup: IPaymentGroup): number {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n } \n return (feesTotal - remissionsTotal) - paymentsTotal;\n }\n\n removeUnwantedString(input: string, replaceText: string) {\n const pattern = /[\\_]/gi;\n return input.replace(pattern, replaceText);\n }\n\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n return this.https.get(`${this.paymentLibService.BULKSCAN_API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { Router } from '@angular/router';\nimport { ServiceRequestComponent } from '../../components/service-request/service-request.component';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-case-transactions',\n templateUrl: './case-transactions.component.html',\n styleUrls: ['./case-transactions.component.css']\n})\nexport class CaseTransactionsComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input() isTakePayment: boolean;\n takePayment: boolean;\n servicerequest: string;\n ccdCaseNumber: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n fees: IFee[] = [];\n errorMessage: string;\n totalFees: number;\n totalPayments: number;\n totalNonOffPayments: number;\n totalRemissions: number;\n selectedOption: string;\n dcnNumber: string;\n paymentRef: string;\n isTurnOff: boolean;\n isNewPcipalOff: boolean;\n isRefundRemission: boolean = true;\n isOldPcipalOff: boolean;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n viewStatus = 'main';\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n //Order changes\n orderDetail: any[] = [];\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n ispaymentGroupApisuccess: boolean = false;\n cpoDetails: any = null;\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isEligible4PBAPayment = ['pui-finance-manager', 'pui-user-manager', 'pui-organisation-manager', 'pui-case-manager'];\n currentDate = new Date();\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n constructor(private router: Router,\n private paymentViewService: PaymentViewService,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private caseTransactionsService: CaseTransactionsService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n this.navigationpage = '';\n if(this.OrderslistService.getpaymentPageView() !== null) {\n this.OrderslistService.getpaymentPageView().subscribe((data) => this.paymentView = data);\n }\n if((this.LOGGEDINUSERROLES === undefined || this.LOGGEDINUSERROLES.length === 0 )&&this.OrderslistService.getUserRolesList() !== null) {\n this.OrderslistService.getUserRolesList().subscribe((data) => this.LOGGEDINUSERROLES = data);\n }\n if(this.OrderslistService.getnavigationPageValue() !== null) {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n }\n \n \n if (this.paymentView !== undefined && this.paymentView !== null && this.paymentView.payment_group_reference !== undefined && this.navigationpage === 'paymentdetailspage') {\n this.goToPayementView(this.paymentView.payment_group_reference, this.paymentView.reference, this.paymentView.method);\n }\n this.isGrpOutstandingAmtPositive = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.caseType = this.paymentLibComponent.CASETYPE;\n if (this.paymentLibComponent.CCD_CASE_NUMBER === '') {\n this.ccdCaseNumber = this.paymentLibComponent.EXC_REFERENCE;\n }\n this.excReference = this.paymentLibComponent.EXC_REFERENCE;\n this.takePayment = this.paymentLibComponent.TAKEPAYMENT;\n\n this.servicerequest = this.paymentLibComponent.SERVICEREQUEST.toString();\n if (this.paymentLibComponent.SERVICEREQUEST.toString() === 'true') {\n this.serviceRequestValue = 'true';\n } else {\n this.serviceRequestValue = 'false';\n }\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewPcipalOff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldPcipalOff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n if (!this.isTurnOff) {\n // if (this.lsCcdNumber !== this.ccdCaseNumber) {\n // this.router.navigateByUrl(`/ccd-search?takePayment=true`);\n // }\n\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.calculateRefundAmount();\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.getSelectedOrderRefId().subscribe((data) => this.orderRef = data);\n this.goToOrderViewDetailSection(this.orderRef);\n } else {\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n \n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isCPODown = true;\n }\n );\n \n }\n\n \n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n } else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.totalRefundAmount = this.calculateRefundAmount();\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.setDefaults();\n this.isCPODown = true;\n }\n );\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n }\n\n if( this.paymentGroups !== undefined) {\n this.checkForExceptionRecord();\n }\n \n if(this.OrderslistService.getisFromServiceRequestPages() !== null) {\n this.OrderslistService.getisFromServiceRequestPages().subscribe((data) => this.isFromServiceRequestPage = data);\n }\n \n }\n\n setDefaults(): void {\n this.totalPayments = 0.00;\n this.totalRemissions = 0.00;\n this.totalNonOffPayments = 0.00;\n this.totalFees = 0.00;\n }\n\n getAllocationStatus(payments: any) {\n\n let paymentAllocation = payments.payment_allocation,\n isAllocationStatusExist = paymentAllocation.length > 0;\n return isAllocationStatusExist ? paymentAllocation[0].allocation_status : '-';\n //return \"-\";\n\n }\n\n checkForExceptionRecord(): void {\n \n if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n recordData => {\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length === undefined && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n });\n }\n\n if (this.paymentGroups.length === 0 && this.selectedOption.toLocaleLowerCase() === 'dcn') {\n if (this.paymentLibComponent.CCD_CASE_NUMBER.length > 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n } else if (this.paymentLibComponent.CCD_CASE_NUMBER.length === 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n }\n if (this.paymentGroups.length > 0)\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.case_reference !== undefined && payment.ccd_case_number === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n });\n }\n });\n }\n\n calculateOrderFeesAmounts(): void {\n let feesTotal = 0.00;\n this.paymentGroups.forEach(paymentGroup => {\n this.resetOrderVariables();\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount\n }\n )\n }\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n\n // this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n if (paymentGroup.service_request_status === 'Paid') {\n this.orderStatus = paymentGroup.service_request_status;\n this.orderAddBtnEnable = false;\n } else if (paymentGroup.service_request_status === 'Partially paid' || paymentGroup.service_request_status === 'Not paid') {\n this.orderStatus = paymentGroup.service_request_status;\n this.orderAddBtnEnable = true;\n } \n\n //this.orderLevelFees.push({orderRefId:paymentGroup['payment_group_reference'],orderTotalFees: this.orderFeesTotal,orderStatus: this.orderStatus,orderParty:'Santosh', orderCCDEvent:'Case Creation',orderCreated: new Date(), orderAddBtnEnable: this.orderAddBtnEnable}); this.cpoDetails['createdTimestamp']\n if (this.cpoDetails !== null) {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: this.cpoDetails['responsibleParty'], orderCCDEvent: this.cpoDetails['action'], orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n\n } else {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: '', orderCCDEvent: '', orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n }\n\n if (this.orderStatus !== 'Paid') {\n this.OrderslistService.setOrdersList(this.orderLevelFees);\n }\n });\n };\n\n resetOrderVariables(): void {\n this.orderFeesTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderPendingPayments = 0.00;\n this.isAddFeeBtnEnabled = true;\n\n };\n\n goToOrderViewDetailSection(orderReferenceObj: any) {\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.setOrderRefId(orderReferenceObj);\n this.orderRef = orderReferenceObj;\n } else {\n this.OrderslistService.setOrderRefId(orderReferenceObj.orderRefId);\n this.orderRef = orderReferenceObj.orderRefId;\n }\n\n this.orderFeesTotal = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderPendingPayments = 0.00;\n\n this.orderDetail = this.paymentGroups.filter(x => x.payment_group_reference === this.orderRef);\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.fees) {\n orderDetail.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount;\n });\n }\n if (orderDetail.remissions) {\n orderDetail.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n if (orderDetail.payments) {\n this.payment = orderDetail.payments[0];\n orderDetail.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n }\n this.orderStatus = orderDetail.service_request_status;\n });\n //this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n // this.orderRef = orderReferenceObj.orderRefId;\n // if (this.orderPendingPayments <= 0.00) {\n // this.orderStatus = 'Paid';\n // } else if (this.orderFeesTotal > 0 && (this.orderTotalPayments > 0 || this.orderRemissionTotal > 0) && (this.orderTotalPayments < this.orderPendingPayments)) {\n // this.orderStatus = 'Partially paid'\n // } else {\n // this.orderStatus = 'Not paid'\n // }\n\n\n if (this.cpoDetails !== null) {\n this.orderParty = this.cpoDetails['responsibleParty'];\n this.orderCreated = this.cpoDetails['createdTimestamp'];\n this.orderCCDEvent = this.cpoDetails['action'];\n } else {\n this.orderParty = '';\n this.orderCCDEvent = '';\n this.orderCreated = orderReferenceObj.orderCreated;\n }\n this.viewStatus = 'order-full-view';\n }\n\n redirectToOrderFeeSearchPage(event: any, orderef: any) {\n if(orderef.orderAddBtnEnable) {\n event.preventDefault();\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = orderef.orderRefId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n }\n\n \n\n\n calculateAmounts(): void {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n nonOffLinePayment = 0.00;\n\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n if (fee.date_created) {\n let a = fee.amount_due === undefined;\n let b = fee.amount_due <= 0;\n this.clAmountDue = a ? this.clAmountDue + fee.net_amount : b ? this.clAmountDue + 0 : this.clAmountDue + fee.amount_due;\n }\n fee['payment_group_reference'] = paymentGroup['payment_group_reference'];\n this.fees.push(fee);\n } else {\n feesTotal = feesTotal + fee.calculated_amount;\n this.fees.push(fee);\n }\n\n });\n }\n if (this.isTurnOff) {\n this.totalFees = feesTotal;\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n let allocationLen = payment.payment_allocation;\n\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n if (allocationLen.length === 0 || allocationLen.length > 0 && allocationLen[0].allocation_status === 'Allocated') {\n nonOffLinePayment = nonOffLinePayment + payment.amount;\n }\n if (allocationLen.length > 0) {\n this.nonPayments.push(payment);\n }\n }\n if (allocationLen.length === 0) {\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n } else {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n }\n });\n }\n this.totalPayments = paymentsTotal;\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n this.totalNonOffPayments = nonOffLinePayment;\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remisison => {\n remissionsTotal = remissionsTotal + remisison.hwf_amount;\n this.remissions.push(remisison);\n });\n }\n this.totalRemissions = remissionsTotal;\n });\n\n }\n\n calculateRefundAmount() {\n if (!this.isTurnOff) {\n let isNewPaymentGroup = false;\n\n this.paymentGroups.forEach((paymentGroup, index) => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n fees = [];\n\n if (paymentGroup.fees) {\n // this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n\n this.isRemissionsMatch = false;\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n // if(!fees.find(k => k.code=fee.code))\n // {\n fees.push(fee);\n //}\n }\n });\n }\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n\n if (fee.date_created) {\n isNewPaymentGroup = true;\n } else {\n this.isHistoricGroupAvailable = true;\n this.paymentGroups[index]['old'] = true;\n }\n });\n this.paymentGroups[index].fees = fees;\n }\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount > 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = true;\n this.isFeeRecordsExist = true;\n this.paymentRef = paymentGroup.payment_group_reference;\n }\n if (paymentGroup.fees && paymentGroup.fees.length > 0 && grpOutstandingAmount <= 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = false;\n }\n });\n if ((!isNewPaymentGroup && this.isHistoricGroupAvailable) || (!isNewPaymentGroup && !this.isHistoricGroupAvailable)) {\n this.isAnyFeeGroupAvilable = false;\n }\n } else {\n let totalRefundAmount = 0,\n isFeeAmountZero = false;\n this.paymentGroups.forEach(paymentGroup => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n if (paymentGroup.fees) {\n this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n if (fee.calculated_amount === 0) {\n isFeeAmountZero = true\n }\n });\n\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount < 0) {\n if (totalRefundAmount === 0) {\n totalRefundAmount = grpOutstandingAmount;\n } else {\n totalRefundAmount = (totalRefundAmount + grpOutstandingAmount);\n }\n }\n else if (grpOutstandingAmount > 0 || (grpOutstandingAmount === 0 && isFeeAmountZero)) {\n this.isGrpOutstandingAmtPositive = true;\n }\n });\n return totalRefundAmount * -1;\n }\n }\n\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n redirectToFeeSearchPage(event: any) {\n event.preventDefault();\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n url += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += `&caseType=${this.caseType}`\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}${url}`);\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.viewStatus = 'addremission';\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error? error.replace(/\"/g,\"\") : \"\"\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n \n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n\n redirectToremissionPage(event: any) {\n event.preventDefault();\n this.paymentLibComponent.viewName = 'remission'\n }\n goToServiceRequestPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.SERVICEREQUEST = 'true';\n this.paymentLibComponent.isFromServiceRequestPage = true;\n window.location.reload();\n }\n redirectToReportsPage(event: any) {\n event.preventDefault();\n this.router.navigateByUrl(`/reports?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}`);\n }\n\n loadFeeSummaryPage(paymentGroup: IPaymentGroup) {\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.payment_group_reference;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n\n goToPaymentViewComponent(paymentGroup: any) {\n this.paymentLibComponent.paymentMethod = paymentGroup.paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentGroup.paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n\n goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent({ paymentGroupReference, paymentReference, paymentMethod });\n }\n\n selectedUnprocessedFeeEvent(unprocessedRecordId: string) {\n if (unprocessedRecordId) {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = false;\n }\n this.isUnprocessedRecordSelected = true;\n } else {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = true;\n }\n this.isUnprocessedRecordSelected = false;\n }\n }\n\n getUnprocessedFeeCount(unProcessedRecordCount: number) {\n this.unprocessedRecordCount = unProcessedRecordCount;\n }\n\n calculateAmountDue(fee: IFee) {\n\n if (fee.date_created) {\n return fee.amount_due !== undefined ? fee.amount_due : fee.net_amount;\n } else {\n return \"0.00\";\n }\n }\n\n confirmRemoveFee(fee: IFee) {\n this.isRemoveBtnDisabled = false;\n this.feeId = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n cancelRemoval() {\n this.viewStatus = 'main';\n }\n\n removeFee(fee: any) {\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n window.location.reload();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n\n issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if(this.chkIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n }\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund()) {\n if (this.orderDetail[0]['remissions'].length > 0) {\n for (const remission of this.orderDetail[0]['remissions']) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n }\n return true;\n } else {\n return false;\n }\n }\n\n chkForPBAPayment(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isPBA = true;\n }\n });\n }\n });\n if (this.isPBA) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n check4AllowedRoles2AccessPBApayment = (): boolean => {\n return this.isEligible4PBAPayment.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if (payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n loadPBAAccountPage(orderRef: IPayment) {\n this.paymentLibComponent.pbaPayOrderRef = orderRef;\n this.paymentLibComponent.viewName = 'pba-payment';\n }\n}","export class PaymentToPayhubRequest {\n currency = 'GBP';\n description = 'PayBubble payment';\n channel = 'telephony';\n provider = 'pci pal';\n case_type: string;\n\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","export class PayhubAntennaRequest {\n currency = 'GBP';\n case_type: string;\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IFee } from '../../interfaces/IFee';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { SafeHtml } from '@angular/platform-browser';\nimport {Router} from '@angular/router';\nimport {Location} from '@angular/common';\nimport { OrderslistService } from '../../services/orderslist.service';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-fee-summary',\n templateUrl: './fee-summary.component.html',\n styleUrls: ['./fee-summary.component.scss']\n})\n\nexport class FeeSummaryComponent implements OnInit {\n @Input() paymentGroupRef: string;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: string;\n @Input() caseType: string;\n @Input() isOldPcipalOff: string;\n @Input() isNewPcipalOff: string;\n\n\n bsPaymentDcnNumber: string;\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n viewStatus = 'main';\n currentFee: IFee;\n totalFee: number;\n payhubHtml: SafeHtml;\n service: string = \"\";\n platForm: string = \"\";\n upPaymentErrorMessage: string;\n selectedOption:string;\n isBackButtonEnable: boolean = true;\n outStandingAmount: number;\n isFeeAmountZero: boolean = false;\n totalAfterRemission: number = 0;\n isConfirmationBtnDisabled: boolean = false;\n isRemoveBtnDisabled: boolean = false;\n isPaymentExist: boolean = false;\n isRemissionsExist: Boolean = false;\n isRemissionsMatch = false;\n isStrategicFixEnable: boolean;\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private location: Location,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) {}\n\n ngOnInit() {\n this.viewStatus = 'main';\n this.caseType = this.paymentLibComponent.CASETYPE;\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.setCaseType(this.paymentLibComponent.CASETYPE);\n if ((!this.isOldPcipalOff && this.isNewPcipalOff)) {\n this.platForm = '8x8';\n } else if ((this.isOldPcipalOff && !this.isNewPcipalOff)) {\n this.platForm = 'Antenna';\n } else if ((this.isOldPcipalOff && this.isNewPcipalOff)){\n this.platForm = '8x8';\n }\n\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n if (this.bsPaymentDcnNumber) {\n this.getUnassignedPaymentlist();\n }\n this.getPaymentGroup();\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.paymentLibComponent.DCN_NUMBER).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error';\n }\n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error'; \n } \n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n }\n\n }\n\n getRemissionByFeeCode(feeCode: string): IRemission {\n if (this.paymentGroup && this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n addRemission(fee: IFee) {\n this.currentFee = fee;\n this.viewStatus = 'add_remission';\n }\n\n getPaymentGroup() {\n let fees = [];\n this.paymentViewService.getPaymentGroupDetails(this.paymentGroupRef).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.isPaymentExist = paymentGroup.payments ? paymentGroup.payments.length > 0 : false;\n this.isRemissionsExist = paymentGroup.remissions ? paymentGroup.remissions.length > 0 : false;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.totalAfterRemission = this.totalAfterRemission + fee.net_amount;\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true;\n }\n this.isRemissionsMatch = false;\n paymentGroup.remissions.forEach(rem => {\n if(rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n \n if(!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees;\n }\n\n this.outStandingAmount = this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n\n confirmRemoveFee(fee: IFee){\n this.isRemoveBtnDisabled = false;\n this.currentFee = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n removeFee(fee: any){\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n if (this.paymentGroup.fees && this.paymentGroup.fees.length > 1){\n this.totalAfterRemission = 0;\n this.getPaymentGroup();\n this.viewStatus = 'main';\n return;\n }\n this.loadCaseTransactionPage();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n loadCaseTransactionPage() {\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n\n let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n partUrl +=this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n this.router.navigateByUrl(url);\n }\n cancelRemission() {\n this.viewStatus = 'main';\n }\n redirectToFeeSearchPage(event: any, page?: string) {\n event.preventDefault();\n let partUrl =this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n if(this.viewStatus === 'feeRemovalConfirmation' || this.viewStatus === 'add_remission') {\n this.viewStatus = 'main';\n return;\n }\n let url = `/fee-search?ccdCaseNumber=${this.ccdCaseNumber}&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}&paymentGroupRef=${this.paymentGroupRef}${partUrl}`;\n this.router.navigateByUrl(url);\n }\n takePayment() {\n this.isConfirmationBtnDisabled = true;\n const requestBody = new PaymentToPayhubRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType),\n antennaReqBody = new PayhubAntennaRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType);\n\n if(this.platForm === '8x8') {\n this.paymentViewService.postPaymentToPayHub(requestBody, this.paymentGroupRef).subscribe(\n response => {\n this.location.go(`payment-history?view=fee-summary`);\n this.payhubHtml = response;\n this.viewStatus = 'payhub_view';\n this.isBackButtonEnable=false;\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n } else if(this.platForm === 'Antenna') {\n\n this.paymentViewService.postPaymentAntennaToPayHub(antennaReqBody, this.paymentGroupRef).subscribe(\n response => {\n this.isBackButtonEnable=false;\n window.location.href = '/makePaymentByTelephoneyProvider';\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n }\n\n }\n\n goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean) {\n if (outStandingAmount > 0 || (outStandingAmount === 0 && isFeeAmountZero)) {\n this.paymentLibComponent.paymentGroupReference = this.paymentGroupRef;\n this.paymentLibComponent.viewName = 'allocate-payments';\n } else {\n this.loadCaseTransactionPage();\n }\n }\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n\n\n@Component({\n selector: 'ccpay-error-banner',\n templateUrl: './error-banner.component.html',\n styleUrls: ['./error-banner.component.scss']\n})\n\nexport class ErrorBannerComponent implements OnInit {\n @Input('errorMessage') errorMessage;\n\n constructor(\n ) {}\n\n ngOnInit() {\n\n }\n}\n","\nexport class UnidentifiedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n unidentified_reason: string;\n\n constructor(payment_group_reference: string, payment_reference : string, unidentified_reason: any) {\n this.payment_allocation_status = {\n description: '',\n name: \"Unidentified\"\n };\n this.payment_group_reference = payment_group_reference ;\n this.payment_reference= payment_reference;\n this.unidentified_reason= unidentified_reason;\n\n }\n\n\n\n}\n","import { IBSPayments } from \"./IBSPayments\";\n\nexport class AllocatePaymentRequest {\n amount: Number;\n banked_date: String;\n ccd_case_number: String;\n exception_record: string;\n currency: String;\n document_control_number: String;\n external_provider: String;\n giro_slip_no: String;\n payer_name: String;\n payment_channel: Object;\n payment_status: Object;\n payment_method: String;\n case_type: String;\n payment_allocation_dto?: {\n allocation_reason: String,\n allocation_status: String,\n explanation: String,\n payment_allocation_status: Object,\n payment_group_reference: String,\n payment_reference: String,\n reason: String,\n receiving_office: String,\n unidentified_reason: String,\n user_id: String,\n user_name: String,\n case_type: String\n }\n\n constructor(ccd_case_number : string, unAllocatedPayment: IBSPayments, caseType: string, exceptionRecord: string, allocatedRequest?: any) {\n this.amount = unAllocatedPayment.amount;\n this.banked_date = unAllocatedPayment.date_banked;\n this.ccd_case_number = ccd_case_number;\n this.exception_record = exceptionRecord;\n this.currency= unAllocatedPayment.currency;\n this.document_control_number = unAllocatedPayment.dcn_reference;\n this.external_provider = 'exela';\n this.giro_slip_no = unAllocatedPayment.bgc_reference;\n this.payer_name = unAllocatedPayment.payer_name;\n this.payment_channel = {\n description: '',\n name: 'bulk scan'\n };\n this.payment_status ={\n description: 'bulk scan payment completed',\n name: 'success'\n }\n this.payment_method = unAllocatedPayment.payment_method;\n this.case_type= caseType;\n if(allocatedRequest) {\n this.payment_allocation_dto = allocatedRequest;\n }\n\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\n\n@Component({\n selector: 'app-mark-unidentified-payment',\n templateUrl: './mark-unidentified-payment.component.html',\n styleUrls: ['./mark-unidentified-payment.component.scss']\n})\nexport class MarkUnidentifiedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnidentifiedForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n isInvesticationDetailEmpty: boolean = false;\n investicationDetailHasError: boolean = false;\n investicationDetailMinHasError: boolean = false;\n investicationDetailMaxHasError: boolean = false;\n errorMessage = this.getErrorMessage(false);\n unassignedRecord:IBSPayments;\n siteID: string = null;\n investigationComment: string;\n isConfirmButtondisabled:Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n isStrategicFixEnable: boolean = true;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.markPaymentUnidentifiedForm = this.formBuilder.group({\n investicationDetail: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ]))\n });\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.getErrorMessage(false);\n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n saveAndContinue() {\n this.resetForm([false, false, false, false]);\n const investicationField = this.markPaymentUnidentifiedForm.controls.investicationDetail;\n const formerror = investicationField.errors;\n if (this.markPaymentUnidentifiedForm.dirty && this.markPaymentUnidentifiedForm.valid) {\n this.investigationComment = this.markPaymentUnidentifiedForm.controls.investicationDetail.value;\n this.viewStatus = 'unidentifiedContinueConfirm';\n }else {\n if(investicationField.value == '' ) {\n this.resetForm([true, false, false, false]);\n }\n if(investicationField.value != '' && investicationField.invalid ) {\n this.resetForm([false, true, false, false]);\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false, false, true, false]);\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, true]);\n }\n }\n }\n resetForm(val) {\n this.isInvesticationDetailEmpty = val[0];\n this.investicationDetailHasError = val[1];\n this.investicationDetailMinHasError = val[2];\n this.investicationDetailMaxHasError = val[3];\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const reason = this.markPaymentUnidentifiedForm.get('investicationDetail').value;\n\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Unidentified',\n payment_allocation_status: {\n description: '',\n name: 'Unidentified'\n },\n unidentified_reason: reason,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnidentifiedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, reason);\n if (response2.success) {\n this.paymentViewService.postBSUnidentifiedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n cancelMarkUnidentifiedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.markPaymentUnidentifiedForm.get('investicationDetail').value!==\"\"){\n this.viewStatus = 'unidentifiedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.viewStatus = 'mainForm';\n }\n }\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","\nexport class UnsolicitedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n receiving_office: string;\n receiving_email_address: string;\n sending_email_address: string;\n unidentified_reason: string;\n constructor(payment_group_reference: string, payment_reference : string, reason: string,responsible_office: string, responsible_person:string,email_id: string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Transferred\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.unidentified_reason= reason;\n this.receiving_office= responsible_office;\n this.receiving_email_address= email_id;\n this.sending_email_address= responsible_person;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\n\n\n@Component({\n selector: 'app-mark-unsolicited-payment',\n templateUrl: './mark-unsolicited-payment.component.html',\n styleUrls: ['./mark-unsolicited-payment.component.scss']\n})\nexport class MarkUnsolicitedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnsolicitedForm: FormGroup;\n viewStatus: string;\n reasonHasError: boolean = false;\n isReasonEmpty: boolean = false;\n reasonMinHasError: boolean = false;\n reasonMaxHasError: boolean = false;\n responsibleOfficeHasError: boolean = false;\n isResponsibleOfficeEmpty: boolean = false;\n errorMessage = this.getErrorMessage(false);\n ccdCaseNumber: string;\n bspaymentdcn: string;\n unassignedRecord: IBSPayments;\n siteID: string = null;\n reason: string;\n responsiblePerson: string;\n responsibleOffice: string;\n emailId: string;\n isConfirmButtondisabled: Boolean = false;\n isContinueButtondisabled: Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n selectedSiteId: string;\n selectedSiteName: string;\n isStrategicFixEnable: boolean = true;\n siteIDList;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.resetForm([false,false,false,false,false,false], 'all');\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.paymentViewService.getSiteID().subscribe(\n siteids => {\n this.isContinueButtondisabled = false;\n this.errorMessage = this.getErrorMessage(false);\n this.siteIDList = JSON.parse(siteids);\n },\n err => {\n window.scrollTo(0, 0);\n this.isContinueButtondisabled = true;\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n \n this.markPaymentUnsolicitedForm = this.formBuilder.group({\n reason: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n responsibleOffice: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s\\\\n,\\\\.-:]*)$')\n ])),\n responsiblePerson: new FormControl(''),\n emailId: new FormControl('')\n });\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const controls = this.markPaymentUnsolicitedForm.controls;\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Transferred',\n payment_allocation_status: {\n description: '',\n name: 'Transferred'\n },\n unidentified_reason: controls.reason.value,\n receiving_office: this.selectedSiteId,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n // controls.responsibleOffice.setValue('P219');\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const response1 = JSON.parse(res1),\n requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnsolicitedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, controls.reason.value, this.selectedSiteId, controls.responsiblePerson.value, controls.emailId.value);\n if (response2.success) {\n this.paymentViewService.postBSUnsolicitedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n saveAndContinue() {\n this.resetForm([false,false,false,false,false,false], 'all');\n const formerror = this.markPaymentUnsolicitedForm.controls.reason.errors;\n const reasonField = this.markPaymentUnsolicitedForm.controls.reason;\n //const officeIdField = this.selectedSiteId;\n const officeIdField = this.markPaymentUnsolicitedForm.controls.responsibleOffice;\n if (this.markPaymentUnsolicitedForm.dirty && this.markPaymentUnsolicitedForm.valid) {\n const controls = this.markPaymentUnsolicitedForm.controls;\n this.emailId = controls.emailId.value;\n this.responsibleOffice = officeIdField.value;\n this.responsiblePerson = controls.responsiblePerson.value;\n this.reason = controls.reason.value;\n this.viewStatus = 'unsolicitedContinueConfirm';\n }else {\n if( reasonField.value == '' ) {\n this.resetForm([true,false,false,false,false,false], 'reason');\n }\n if(reasonField.value != '' && this.markPaymentUnsolicitedForm.controls.reason.invalid ) {\n this.resetForm([false,true,false,false,false,false], 'reason');\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false,false,true,false,false,false], 'reason');\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false,false,false,true,false,false], 'reason');\n }\n if(officeIdField.value == '') {\n this.resetForm([false,false,false,false,true,false], 'responsibleOffice');\n }\n if(officeIdField.value != '' && officeIdField.invalid) {\n this.resetForm([false,false,false,false,false,true],'responsibleOffice');\n }\n }\n }\n resetForm(val, field) {\n if(field==='reason' || field==='all') {\n this.isReasonEmpty = val[0];\n this.reasonHasError = val[1];\n this.reasonMinHasError = val[2];\n this.reasonMaxHasError = val[3];\n }\n if(field==='responsibleOffice' || field==='all') {\n this.isResponsibleOfficeEmpty = val[4];\n this.responsibleOfficeHasError = val[5];\n }\n }\n\ncancelMarkUnsolicitedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.checkingFormValue()){\n this.viewStatus = 'unsolicitedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.markPaymentUnsolicitedForm.controls.responsibleOffice.setValue('');\n this.viewStatus = 'mainForm';\n }\n }\n checkingFormValue(){\n const formFields = this.markPaymentUnsolicitedForm.value;\n let valueExists = false;\n\n for (var field in formFields) {\n if (formFields.hasOwnProperty(field) && formFields[field] !==\"\") {\n valueExists = true;\n break;\n }\n }\n return valueExists;\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n \n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n\n getErrorMessage(isErrorExist) {\n return {\n title: \"Something went wrong.\",\n body: \"Please try again later.\",\n showError: isErrorExist\n };\n }\n\n selectchange(args){ \n this.selectedSiteId = args.target.value; \n this.selectedSiteName = args.target.options[args.target.selectedIndex].text; \n } \n\n}\n","import { Component, OnInit, Output,Input, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport {Router} from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-app-unprocessed-payments',\n templateUrl: './unprocessed-payments.component.html',\n styleUrls: ['./unprocessed-payments.component.scss']\n})\nexport class UnprocessedPaymentsComponent implements OnInit {\n\n @Input('FEE_RECORDS_EXISTS') FEE_RECORDS_EXISTS: boolean;\n @Input('PAYMENTREF') PAYMENTREF: string;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('IS_BUTTON_ENABLE') IS_BUTTON_ENABLE: boolean;\n @Input('IS_OS_AMT_AVAILABLE') IS_OS_AMT_AVAILABLE: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('PAYMENTSLENGTH') PAYMENTSLENGTH:Number;\n @Input('LEVEL')LEVEL:Number;\n\n @Output() selectedUnprocessedFeeEvent: EventEmitter<string> = new EventEmitter();\n @Output() getUnprocessedFeeCount: EventEmitter<string> = new EventEmitter();\n\n viewStatus = 'main';\n unassignedRecordList: IBSPayments;\n upPaymentErrorMessage: string = null;\n ccdCaseNumber: string;\n recordId: string = null;\n isRecordExist: boolean = false;\n dcnNumber: string = null;\n selectedOption: string;\n isUnprocessedRecordSelected: boolean = true;\n isAllocateToExistingFeebtnEnabled: boolean = false;\n isMarkAsUnidentifiedbtnEnabled: boolean = false;\n isAllocatedToNewFeebtnEnabled: boolean = false;\n isExceptionCase: boolean = false;\n serviceId: string = null;\n isBulkScanEnable;\n isNewpcipaloff;\n isOldpcipaloff;\n isTurnOff: boolean = true;\n isStFixEnable;\n unassignedRecordSelectedList: IBSPayments;\n unassignedRecordListLength: number = 0;\n showContent: boolean;\n\n constructor(private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n // Todo ...\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewpcipaloff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldpcipaloff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.getFeeExists().subscribe( (data) => this.FEE_RECORDS_EXISTS = data);\n this.getUnassignedPaymentlist();\n\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.dcnNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n }\n\n }\n\n setValuesForUnassignedRecord(unassignedPayments) {\n \n this.unassignedRecordList = unassignedPayments.payments;\n if(this.unassignedRecordList){\n this.unassignedRecordListLength = unassignedPayments.payments.length\n }\n this.serviceId = unassignedPayments.responsible_service_id;\n if (unassignedPayments['ccd_reference'] === undefined) {\n this.isExceptionCase = true;\n }\n // this.isRecordExist = this.unassignedRecordList.length === 0;\n this.getUnprocessedFeeCount.emit(<any>this.unassignedRecordList.length);\n this.unprocessedPaymentSelectEvent(this.unassignedRecordList);\n }\n\n formatUnassignedRecordId(ID: Number) {\n return `unassignrecord-${ID}`;\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n\n redirectToFeeSearchPage(event: any, dcn_reference:any) {\n event.preventDefault();\n this.recordId = dcn_reference;\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n url += this.isOldpcipaloff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += this.isNewpcipaloff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}&dcn=${this.recordId}${url}`);\n }\n\n loadUnsolicitedPage(viewName: string, dcn_reference:any) {\n this.recordId = dcn_reference;\n this.paymentLibComponent.bspaymentdcn = this.recordId;\n this.paymentLibComponent.viewName = viewName;\n }\n\n unprocessedPaymentSelectEvent(selectedRecordReference: any) {\n this.isUnprocessedRecordSelected = true;\n this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit(selectedRecordReference);\n }\n\n resetButtons() {\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n }\n\n goToAllocatePage(dcn_reference:any) {\n this.paymentLibComponent.bspaymentdcn = dcn_reference;\n this.paymentLibComponent.unProcessedPaymentServiceId = this.serviceId\n this.paymentLibComponent.isTurnOff = this.ISTURNOFF;\n this.paymentLibComponent.isNewPcipalOff = this.ISNEWPCIPALOFF;\n this.paymentLibComponent.isOldPcipalOff = this.ISOLDPCIPALOFF;\n this.paymentLibComponent.ISSFENABLE = this.isStFixEnable;\n\n if(this.ISTURNOFF) {\n this.paymentLibComponent.paymentGroupReference = this.PAYMENTREF;\n this.paymentLibComponent.viewName = 'fee-summary';\n }else {\n this.paymentLibComponent.paymentGroupReference = null;\n this.paymentLibComponent.viewName = 'allocate-payments';\n }\n\n }\n\n validateButtons() {\n if ( this.isUnprocessedRecordSelected && this.isExceptionCase) {\n this.isMarkAsUnidentifiedbtnEnabled = true;\n } else if ( this.isUnprocessedRecordSelected && !this.isExceptionCase && !this.FEE_RECORDS_EXISTS) {\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = true;\n } else if( this.isUnprocessedRecordSelected && !this.isExceptionCase && this.FEE_RECORDS_EXISTS ) {\n if(!this.ISTURNOFF) {\n this.isAllocateToExistingFeebtnEnabled = true;\n this.isAllocatedToNewFeebtnEnabled = false;\n } else {\n this.isAllocateToExistingFeebtnEnabled = this.IS_OS_AMT_AVAILABLE;\n this.isAllocatedToNewFeebtnEnabled = true;\n }\n }\n }\n\n unprocessedPaymentUnSelectEvent(event: any) {\n event.preventDefault();\n this.recordId = null;\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n //this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit('');\n }\n\n showDetailRow(event: any,obj: any, i: any) {\n event.preventDefault();\n \n this.unassignedRecordSelectedList = obj;\n \n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {Router} from '@angular/router';\n\n@Component({\n selector: 'ccpay-app-processed-payments',\n templateUrl: './processed-payments.component.html',\n styleUrls: ['./processed-payments.component.scss']\n})\nexport class ProcessedPaymentsComponent implements OnInit {\n\n @Input('NONPAYMENTS') NONPAYMENTS: IPayment[];\n @Output() goToPaymentViewComponent: EventEmitter<any> = new EventEmitter();\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService\n ) { }\n ngOnInit() {\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n redirectToPaymentViewPage(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent.emit({paymentGroupReference, paymentReference, paymentMethod});\n }\n}\n","\nexport class IAllocationPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n reason: string;\n explanation: string;\n user_name: string;\n constructor(payment_group_reference: string, payment_reference : string, reason? : string, explanation? : string, userName? : string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Allocated\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.reason = reason ? reason : null;\n this.explanation = explanation ? explanation : null;\n this.user_name = userName ? userName : null;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {CaseTransactionsService} from '../../services/case-transactions/case-transactions.service'; \nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {IBSPayments} from '../../interfaces/IBSPayments';\nimport {AllocatePaymentRequest} from '../../interfaces/AllocatePaymentRequest';\nimport {IAllocationPaymentsRequest} from '../../interfaces/IAllocationPaymentsRequest';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n\n\n@Component({\n selector: 'app-allocate-payments',\n templateUrl: './allocate-payments.component.html',\n styleUrls: ['./allocate-payments.component.scss']\n})\nexport class AllocatePaymentsComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() caseType: string;\n\n overUnderPaymentForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n recordId:string;\n feedbackUrlLabel:string;\n unAllocatedPayment: IBSPayments = {\n amount: 0\n };\n siteID: string = null;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroup: IPaymentGroup;\n paymentGroups: IPaymentGroup[] = [];\t\n remainingAmount: number;\n isRemainingAmountGtZero: boolean;\n isMoreDetailsBoxHide: boolean = true;\n isRemainingAmountLtZero: boolean;\n afterFeeAllocateOutstanding: number;\n amountForAllocation: number;\n isConfirmButtondisabled: boolean = false;\n isContinueButtondisabled: boolean = true;\n otherPaymentExplanation: string = null;\n selectedOption: string = null;\n isFeeAmountZero: boolean = false;\t\n\n paymentReasonHasError: boolean = false;\n paymentExplanationHasError: boolean = false;\n isPaymentDetailsEmpty: boolean = false;\n isPaymentDetailsInvalid: boolean = false;\n paymentDetailsMinHasError: boolean = false;\n paymentDetailsMaxHasError: boolean = false;\n isUserNameEmpty: boolean = false;\n isUserNameInvalid: boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n paymentReason: string = null;\n paymentExplanation: string = null;\n userName: string = null;\n paymentSectionLabel: any;\n paymentRef: string = null;\n isStrategicFixEnable: boolean = true;\n orderLevelFees: IOrderReferenceFee[] = [];\n cookieUserName: string[] = [];\n enCookieUserName: any;\n userNameField: string = null;\n\n reasonList: { [key: string]: { [key: string]: string } }= {\n overPayment: {\n hwfReward: 'Help with Fees (HWF) awarded. Please include the HWF reference number in the explanatory note',\n wrongFee: 'Incorrect payment received',\n notIssueCase: 'Unable to issue case',\n otherDeduction: 'Other'\n },\n shortFall: {\n helpWithFee: 'Help with Fees (HWF) application declined',\n wrongFee: 'Incorrect payment received',\n other: 'Other'\n }\n }\n explanationList = {\n overPayment: {\n referRefund: 'Details in case notes. Refund due',\n noRefund: 'Details in case notes. No refund due',\n noCase: 'No case created. Refund due',\n other: 'Other'\n },\n shortFall: {\n holdCase: 'I have put a stop on the case and contacted the applicant requesting the balance of payment',\n heldCase: 'I have put a stop on the case. The applicant needs to be contacted to request the balance of payment',\n other: 'Other'\n }\n }\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\n\n constructor(\n private errorHandlerService: ErrorHandlerService,\n private caseTransactionsService: CaseTransactionsService,\n private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n if (this.paymentLibComponent.paymentGroupReference !== null) {\n this.viewStatus = 'allocatePaymentConfirmation';\n }\n \n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.paymentRef = this.paymentLibComponent.paymentGroupReference;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.isTurnOff = this.paymentLibComponent.isTurnOff;\n this.overUnderPaymentForm = this.formBuilder.group({\n moreDetails: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n userName: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s]*)$')\n ])),\n });\n this.OrderslistService.getOrdersList().subscribe( (data) =>\n this.orderLevelFees = data.filter(data => data.orderStatus !== 'Paid'));\n this.OrderslistService.getCaseType().subscribe( (data) => this.caseType = data);\n this.getUnassignedPayment();\n }\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n getPaymentGroupDetails(){\n\n if(!this.isTurnOff){\n this.paymentViewService.getPaymentGroupDetails(this.paymentRef).subscribe(\n paymentGroup => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroup = paymentGroup;\n this.saveAndContinue();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroups = paymentGroups['payment_groups'].filter(paymentGroup => {\n paymentGroup.fees.forEach(fee => {\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true\n }\n });\n let fstCon = this.getGroupOutstandingAmount(<IPaymentGroup>paymentGroup),\n scndCn = fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero) && paymentGroup.payment_group_reference === this.paymentRef;\n return this.paymentRef ? scndCn : fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero);\n });\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n\n }\n\n selectedPaymentGroup(paymentGroup: IPaymentGroup) {\t\n this.isContinueButtondisabled = false;\t\n this.paymentGroup = paymentGroup;\t\n }\t\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n gotoSummaryPage(event: any) { \n event.preventDefault();\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n cancelAllocatePayment(event: any){\n event.preventDefault();\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if(!this.isTurnOff){\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n } else {\n this.viewStatus = 'mainForm';\t\n }\n }\n confirmAllocatePayement(){\n this.enCookieUserName = document.cookie.split(\";\").find(row => row.includes(\"user-info\")).split(\"=\")[1].split(\";\");\n this.cookieUserName = JSON.parse(decodeURIComponent(this.enCookieUserName));\n \n const fullName = this.cookieUserName['forename'] + ' ' + this.cookieUserName['surname'];\n\n const paymentDetailsField = this.overUnderPaymentForm.controls.moreDetails,\n paymentFormError = this.overUnderPaymentForm.controls.moreDetails.errors,\n userNameField = fullName,\n isEmptyCondtion = this.paymentReason && this.paymentExplanation,\n isOtherOptionSelected = this.paymentExplanation === 'Other';\n\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if ( (!this.isRemainingAmountGtZero && !this.isRemainingAmountLtZero) || isEmptyCondtion && (!isOtherOptionSelected && userNameField.length > 0 || isOtherOptionSelected && userNameField.length > 0 && paymentDetailsField.valid)) {\n this.isConfirmButtondisabled = true;\n this.otherPaymentExplanation = this.paymentExplanation === 'Other' ? paymentDetailsField.value : this.paymentExplanation;\n this.userName = userNameField;\n this.finalServiceCall();\n }else {\n if(!this.paymentReason) {\n this.resetForm([true, false, false, false, false, false, false, false], 'reason');\n }\n if(!this.paymentExplanation) {\n this.resetForm([false, true, false, false, false, false, false, false], 'explanation');\n }\n if(this.paymentExplanation && isOtherOptionSelected) {\n if(paymentDetailsField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'other');\n }\n if(paymentDetailsField.value != '' && paymentDetailsField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.minlength && paymentFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.maxlength && paymentFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'other');\n }\n }\n if(userNameField.length === 0) {\n this.resetForm([false, false, false, false, false, false, true, false], 'username');\n }\n }\n }\n resetForm(vals, field) {\n if(field==='reason' || field==='all') {\n this.paymentReasonHasError = vals[0];\n }\n if(field==='explanation' || field==='all') {\n this.paymentExplanationHasError = vals[1];\n }\n if(field==='other' || field==='all') {\n this.isPaymentDetailsEmpty = vals[2];\n this.isPaymentDetailsInvalid = vals[3];\n this.paymentDetailsMinHasError = vals[4];\n this.paymentDetailsMaxHasError = vals[5];\n }\n if(field==='username' || field==='all') {\n this.isUserNameEmpty = vals[6];\n this.isUserNameInvalid = vals[7];\n }\n }\n finalServiceCall() {\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n reason: this.paymentReason,\n allocation_status:'Allocated',\n explanation: this.otherPaymentExplanation,\n payment_allocation_status: {\n description: '',\n name: 'Allocated'\n },\n payment_group_reference: this.paymentGroup.payment_group_reference,\n case_type: this.caseType,\n user_name: this.userName\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSPaymentStrategic(postStrategicBody , this.paymentGroup.payment_group_reference).subscribe(\n res => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n });\n\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response1 = JSON.parse(res1);\n if (response1.success) {\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.siteID, this.exceptionReference);\n this.bulkScaningPaymentService.postBSAllocatePayment(requestBody, this.paymentGroup.payment_group_reference).subscribe(\n res2 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response2 = JSON.parse(res2);\n const reqBody = new IAllocationPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, this.paymentReason, this.otherPaymentExplanation, this.userName);\n if (response2.success) {\n this.paymentViewService.postBSAllocationPayments(reqBody).subscribe(\n \n res3 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n ); \n }\n }\n\n saveAndContinue(){\n if(this.paymentGroup) {\n this.isMoreDetailsBoxHide = true;\n this.overUnderPaymentForm.get('moreDetails').reset();\n this.overUnderPaymentForm.get('moreDetails').setValue('');\n this.overUnderPaymentForm.get('userName').reset();\n this.overUnderPaymentForm.get('userName').setValue('');\n this.paymentReason = '';\n this.paymentExplanation = '';\n let GroupOutstandingAmount = this.getGroupOutstandingAmount(this.paymentGroup);\n const remainingToBeAssigned = this.unAllocatedPayment.amount - GroupOutstandingAmount;\n this.isRemainingAmountGtZero = remainingToBeAssigned > 0;\n this.isRemainingAmountLtZero = remainingToBeAssigned < 0;\n this.paymentSectionLabel = this.isRemainingAmountGtZero ? { \n title: 'There is an Over payment of',\n reason: 'Provide a reason. This will be used in the Refund process.',\n }: this.isRemainingAmountLtZero ? { \n title: 'There is an Under payment of',\n reason: 'Provide a reason',\n }: { \n title:'Amount left to be allocated',\n reason:'',\n };\n this.feedbackUrlLabel = this.isRemainingAmountGtZero ? 'CONFIRMALLOCATION_SURPLUS' : this.isRemainingAmountLtZero ? 'CONFIRMALLOCATION_SHORTFALL' : 'CONFIRMALLOCATION';\n this.remainingAmount = this.isRemainingAmountGtZero ? remainingToBeAssigned : this.isRemainingAmountLtZero ? remainingToBeAssigned * -1 : 0;\n this.afterFeeAllocateOutstanding = remainingToBeAssigned >= 0 ? 0 : (remainingToBeAssigned * -1);\n this.amountForAllocation = GroupOutstandingAmount >= this.unAllocatedPayment.amount ? this.unAllocatedPayment.amount : GroupOutstandingAmount;\n if(this.isTurnOff){\n this.viewStatus = 'allocatePaymentConfirmation';\t\n }\n }\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.unAllocatedPayment = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n this.getPaymentGroupDetails();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n selectRadioButton(key, type) {\n this.isMoreDetailsBoxHide = true;\n if( type === 'explanation' && key === 'other' ){\n this.isPaymentDetailsEmpty = false;\n this.isPaymentDetailsInvalid = false;\n this.paymentDetailsMinHasError = false;\n this.paymentDetailsMaxHasError = false;\n this.isMoreDetailsBoxHide = false;\n }\n }\n OrderListSelectEvent(orderef: any){\n this.isContinueButtondisabled = false;\n this.recordId= orderef;\n }\n\n redirectToOrderFeeSearchPage() {\n // this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = this.recordId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n}\n}\n","import { IFee } from './IFee';\n\nexport class AddRemissionRequest {\n beneficiary_name: string;\n ccd_case_number: string;\n fee: IFee;\n hwf_amount: number;\n hwf_reference: string;\n payment_group_reference: string;\n case_type: string;\n\n constructor(ccd_case_number: string, fee: IFee, hwf_amount: number, hwf_reference: string, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.fee = fee;\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n this.case_type = caseType;\n }\n}\n","export class AddRetroRemissionRequest {\n hwf_amount: number;\n hwf_reference: string;\n\n constructor(hwf_amount: number, hwf_reference: string) {\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n }\n}\n","import { IFee } from \"./IFee\";\nimport { IRefundContactDetails } from \"./IRefundContactDetails\";\n\nexport class PostRefundRetroRemission {\n payment_reference: string;\n refund_reason: string;\n contact_details: IRefundContactDetails\n \n constructor(payment_reference : string, refund_reason : string, contactDeatils: any) {\n this.payment_reference= payment_reference;\n this.refund_reason = refund_reason;\n this.contact_details = contactDeatils;\n\n } \n}","import { IRefundContactDetails } from './IRefundContactDetails';\n\nexport class PostIssueRefundRetroRemission {\n remissionReference: string;\n contact_details: IRefundContactDetails;\n\n constructor(remissionReference : string, contactDeatils: any) {\n this.remissionReference= remissionReference;\n this.contact_details = contactDeatils;\n } \n}","import { Component, OnInit, Input, Output, EventEmitter} from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator, FormArray } from '@angular/forms';\nimport { IFee } from '../../interfaces/IFee';\nimport {Router} from '@angular/router';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\nimport {ChangeDetectorRef} from '@angular/core';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\nconst resolvedPromise = Promise.resolve(null);\n\n@Component({\n selector: 'ccpay-add-remission',\n templateUrl: './add-remission.component.html',\n styleUrls: ['./add-remission.component.scss']\n})\nexport class AddRemissionComponent implements OnInit {\n @Input() fee: IFee;\n @Input() fees: any [];\n @Input() payment: IPayment;\n @Input() remission: IRemission;\n @Input() ccdCaseNumber: string;\n @Input() caseType: string;\n @Input() viewCompStatus: string;\n @Input() paymentGroupRef: string;\n @Input() isTurnOff: boolean;\n @Input() isRefundRemission: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isStrategicFixEnable: boolean;\n @Input() paidAmount: any;\n @Input() isFromRefundListPage: boolean;\n @Input() isFromPaymentDetailPage: boolean;\n @Input() isFromServiceRequestPage: boolean;\n @Input() feeamount: number;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input('orderDetail') orderDetail: any[];\n @Input('orderRef') orderRef: string;\n @Input('orderStatus') orderStatus: string;\n @Input('orderParty') orderParty: string;\n @Input('orderCreated') orderCreated: Date;\n @Input('orderCCDEvent') orderCCDEvent: string;\n @Input('takepayment') takePayment: boolean;\n @Input('orderFeesTotal') orderFeesTotal: number;\n @Input('orderTotalPayments') orderTotalPayments: number;\n @Input('orderRemissionTotal') orderRemissionTotal: number;\n @Output() cancelRemission: EventEmitter<void> = new EventEmitter();\n //@Output() refundListReason: EventEmitter<any> = new EventEmitter({reason:string, code:string});\n @Output() refundListReason = new EventEmitter<{reason: string, code: string}>();\n @Output() refundListAmount: EventEmitter<string> = new EventEmitter();\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n contactDetailsObj: IRefundContactDetails;\n notification: any;\n remissionForm: FormGroup;\n hasErrors = false;\n viewStatus = 'main';\n errorMessage = null;\n option: string = null;\n isConfirmationBtnDisabled: boolean = false;\n bsPaymentDcnNumber: string;\n selectedValue = 'yes';\n amount: any;\n retroRemission: boolean = false;\n remissionReference: string = '';\n refundReference: string;\n refundAmount: string;\n paymentExplanationHasError: boolean = false;\n refundReason:string;\n selectedRefundReason: string;\n displayRefundReason: string;\n refundCode:string;\n remessionPayment:IPayment;\n isRemissionCodeEmpty: boolean = false;\n remissionCodeHasError: boolean = false;\n isAmountEmpty: boolean = false;\n isReasonEmpty: boolean = false;\n amountHasError: boolean = false;\n isRemissionLessThanFeeError: boolean = false;\n refundHasError:boolean = false;\n isPaymentSuccess: boolean = false;\n isRemissionApplied: boolean = false;\n remissionamt:number;\n elementId:any;\n // refundReasons: any[] = [];\n commonRefundReasons: any[] = [];\n showReasonText: boolean;\n isRefundReasonsSelected: boolean;\n default: string;\n reasonLength: number;\n refundReasons:IRefundReasons[];\n pattern1: string;\n pattern2: string;\n sendOrderDetail: any[];\n sendOrderRef: string;\n paymentReference : string;\n class='';\n errorMsg = new Array();\n totalRefundAmount: number;\n quantityUpdated: number;\n fullRefund: boolean;\n allowedRefundAmount: number;\n isRemissionsMatch: boolean;\n paymentFees: IFee[];\n paymentGroup: IPaymentGroup;\n isStatusAllocated: boolean;\n isFromCheckAnsPage: boolean;\n refundAmtForFeeVolumes: number;\n \n component: { account_number: string; amount: number; case_reference: string; ccd_case_number: string; channel: string; currency: string; customer_reference: string; date_created: string; date_updated: string; description: string; method: string; organisation_name: string; payment_allocation: any[]; reference: string; service_name: string; site_id: string; status: string; };\n\n constructor(private formBuilder: FormBuilder,\n private router: Router,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private refundService: RefundsService,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.errorMessage = '';\n this.errorMsg = [];\n this.default = 'Select a different reason';\n this.pattern1 = '^([a-zA-Z0-9]{3})-([a-zA-Z0-9]{3})-([a-zA-Z0-9]{3})$';\n this.pattern2 = '^([A-Za-z]{2}[0-9]{2})-([0-9]{6})$';\n if(this.viewCompStatus !== '' && this.viewCompStatus !== undefined){\n this.viewStatus = '';\n }\n if(this.remission) {\n }\n if(this.fee) {\n this.amount = (this.fee.volume * this.fee.calculated_amount);\n }\n \n if (this.payment){\n this.paymentReference = this.payment.reference;\n this.remessionPayment = this.payment;\n if(this.payment.status === 'Success') {\n this.isPaymentSuccess = true;\n }\n }\n this.option = this.paymentLibComponent.SELECTED_OPTION;\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.remissionForm = this.formBuilder.group({\n remissionCode: new FormControl('', \n Validators.compose([\n Validators.required,\n Validators.pattern(`(${this.pattern1})|(${this.pattern2})`)\n ]) \n ),\n amount: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[0-9]+(\\.[0-9]{1,2})?$')\n ])),\n refundReason: new FormControl('', Validators.compose([Validators.required])),\n refundDDReason: new FormControl('', Validators.compose([Validators.required])),\n reason: new FormControl(),\n feeAmount: new FormControl(),\n feesList: this.formBuilder.array([])\n });\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundDDReason'].setValue('Select a different reason', {onlySelf: true});\n\n if(this.isFromServiceRequestPage) {\n this.paymentViewService.getApportionPaymentDetails(this.paymentLibComponent.paymentReference).subscribe(\n paymentGroup => {\n let fees = [];\n paymentGroup.fees.forEach(fee => {\n this.isRemissionsMatch = false;\n \n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees\n this.paymentFees =fees;\n this.fees = fees;\n this.paymentGroup = paymentGroup;\n \n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n this.refundFeesList();\n },\n (error: any) => this.errorMessage = error\n );\n }\n\n \n if (this.fees && this.viewCompStatus === 'issuerefund') {\n this.refundFeesList();\n }\n\n if(this.viewCompStatus === ''){\n this.viewStatus = 'main';\n }\n \n if(this.viewCompStatus === 'issuerefundpage1'){\n this.refundService.getRefundReasons().subscribe(\n refundReasons => { \n this.refundReasons = refundReasons.filter((data) => data.recently_used === false);\n this.refundReasons = this.refundReasons.filter((data) => data.name !== 'Retrospective remission');\n this.cd.detectChanges();\n this.commonRefundReasons = refundReasons.filter((data) => data.recently_used === true);\n this.commonRefundReasons.sort((a, b) => a.toString().localeCompare(b));\n this.cd.detectChanges();\n } );\n }\n \n if(this.viewCompStatus === 'processretroremissonpage' && this.isFromRefundListPage){\n this.viewStatus = 'processretroremissonpage';\n }\n if(this.orderDetail !== undefined){\n this.fees = this.orderDetail[0].fees;\n this.paymentReference = this.orderDetail[0].payments[0].reference;\n }\n\n }\n\n refundFeesList() {\n const creds = this.remissionForm.controls.feesList as FormArray;\n for(var i=0;i<this.fees.length;i++) {\n creds.push(this.formBuilder.group({\n id: this.fees[i].id,\n code: this.fees[i].code,\n volume: this.fees[i].volume,\n calculated_amount: this.fees[i].calculated_amount,\n apportion_amount: this.fees[i].apportion_amount,\n ccd_case_number: this.fees[i].ccd_case_number,\n description: this.fees[i].description,\n net_amount: this.fees[i].net_amount,\n version: this.fees[i].version,\n amounttorefund : [''],\n selected:[''] ,\n updatedVolume: ''\n }));\n }\n this.cd.detectChanges();\n }\n\n get feesList()\n {\n const dd =this.remissionForm.get('feesList') as FormArray ;\n return this.remissionForm.get('feesList') as FormArray;\n }\n\n noneSelected(){\n if(!this.feesList.controls.some(item => item.get('selected').value === true)) {\n this.errorMsg = [];\n [].forEach.call(document.querySelectorAll('input'), function (el) {\n el.classList.remove('inline-error-class');\n });\n }\n return !this.feesList.controls.some(item => item.get('selected').value === true);\n }\n \n check_en (i,v1: any, AppAmt,Volume) {\n const ele = document.getElementById(v1) as HTMLInputElement;\n const formArray = this.remissionForm.controls.feesList as FormArray;\n \n if(ele.checked){\n formArray.at(i).get('amounttorefund').setValue(AppAmt);\n formArray.at(i).get('volume').setValue(Volume);\n formArray.at(i).get('selected').setValue(true);\n formArray.at(i).get('updatedVolume').setValue(Volume);\n (<HTMLInputElement>document.getElementById('feeAmount_'+v1)).value = AppAmt;\n document.getElementById('feeAmount_'+v1).removeAttribute(\"disabled\"); \n if(Volume === 1) {\n (<HTMLInputElement>document.getElementById('VolumeUpdated_'+v1)).value = Volume;\n } else {\n (<HTMLInputElement>document.getElementById('feeVolumeUpdated_'+v1)).value = Volume;\n }\n \n if (document.getElementById('feeVolumeUpdated_'+v1) !== null) {\n document.getElementById('feeAmount_'+v1).removeAttribute(\"disabled\"); \n document.getElementById('feeVolumeUpdated_'+v1).removeAttribute(\"disabled\"); \n } \n // this.remissionForm.value.feesList.find(x=>x=v1)['amounttorefund'] = AppAmt;\n this.cd.detectChanges(); \n } else {\n this.errorMsg = []; \n document.getElementById('feeAmount_'+v1).setAttribute(\"disabled\", \"true\"); \n this.remissionForm.value.feesList[i][\"amounttorefund\"] = ''; \n this.remissionForm.value.feesList[i][\"volume\"] = ''; \n this.remissionForm.value.feesList[i][\"selected\"] = false; \n (<HTMLInputElement>document.getElementById('feeAmount_'+v1)).value = '';\n if(Volume>1) {\n this.remissionForm.value.feesList[i][\"volume\"] = ''; \n (<HTMLInputElement>document.getElementById('feeVolumeUpdated_'+v1)).value = '';\n }\n \n if (document.getElementById('feeVolumeUpdated_'+v1) !== null) {\n document.getElementById('feeVolumeUpdated_'+v1).removeAttribute(\"disabled\"); \n }\n this.cd.detectChanges();\n } \n }\n\n\n addRemission() {\n this.resetRemissionForm([false, false, false, false, false, false], 'All');\n const remissionctrls=this.remissionForm.controls,\n isRemissionLessThanFee = this.fee.calculated_amount > remissionctrls.amount.value; \n this.remissionForm.controls['refundReason'].setErrors(null);\n this.remissionForm.controls['refundDDReason'].setErrors(null);\n if (this.remissionForm.dirty && this.remissionForm.valid && isRemissionLessThanFee) {\n this.viewStatus = 'confirmation';\n }else {\n\n if(remissionctrls['remissionCode'].value == '' ) {\n this.resetRemissionForm([true, false, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['remissionCode'].value != '' && remissionctrls['remissionCode'].invalid ) {\n this.resetRemissionForm([false, true, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['amount'].value == '' ) {\n this.resetRemissionForm([false, false, true, false, false, false], 'amount');\n }\n if(remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid ) {\n this.resetRemissionForm([false, true, false, true, false, false], 'amount');\n }\n if(remissionctrls.amount.valid && !isRemissionLessThanFee){\n this.resetRemissionForm([false, false, false, false, true, false], 'amount');\n }\n }\n }\n\n confirmRemission() {\n this.isConfirmationBtnDisabled = true;\n const newNetAmount = this.remissionForm.controls.amount.value,\n remissionAmount = this.fee.net_amount - newNetAmount,\n requestBody = new AddRemissionRequest\n (this.ccdCaseNumber, this.fee, remissionAmount, this.remissionForm.controls.remissionCode.value, this.caseType);\n this.paymentViewService.postPaymentGroupWithRemissions(decodeURIComponent(this.paymentGroupRef).trim(), this.fee.id, requestBody).subscribe(\n response => {\n if (JSON.parse(response).success) {\n let LDUrl = this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable'\n LDUrl += `&caseType=${this.caseType}`\n LDUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable'\n LDUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable'\n if (this.paymentLibComponent.bspaymentdcn) {\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(`/payment-history/${this.ccdCaseNumber}?view=fee-summary&selectedOption=${this.option}&paymentGroupRef=${this.paymentGroupRef}&dcn=${this.paymentLibComponent.bspaymentdcn}${LDUrl}`);\n }else {\n this.gotoCasetransationPage();\n }\n\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n }\n );\n }\n\n resetRemissionForm(val, field){\n if (field==='All'){\n this.isRemissionCodeEmpty = val[0];\n this.remissionCodeHasError = val[1];\n this.isAmountEmpty = val[2];\n this.amountHasError = val[3];\n this.isRemissionLessThanFeeError = val[4];\n this.isReasonEmpty = val[5];\n } else if(field==='remissionCode' || field==='All') {\n this.isRemissionCodeEmpty = val[0];\n this.remissionCodeHasError = val[1];\n } else if (field==='amount' || field==='All'){\n this.isAmountEmpty = val[2];\n this.amountHasError = val[3];\n this.isRemissionLessThanFeeError = val[4];\n } else if (field==='reason' || field==='All'){\n this.isReasonEmpty = val[5];\n }\n }\n\n // Add retro remission changes\n addRemissionCode() {\n this.errorMessage = false;\n this.isFromCheckAnsPage = true;\n this.errorMsg = [];\n this.viewStatus = '';\n this.isRefundRemission = false;\n this.resetRemissionForm([false, false, false, false, false, false], 'All');\n const remissionctrls=this.remissionForm.controls\n // isRemissionLessThanFee = this.fee.calculated_amount >= remissionctrls.amount.value; \n this.remissionForm.controls['refundReason'].setErrors(null);\n this.remissionForm.controls['refundDDReason'].setErrors(null);\n this.remissionForm.controls['amount'].setErrors(null);\n if (this.remissionForm.dirty && this.remissionForm.valid ) {\n this.viewCompStatus = '';\n this.viewStatus = \"processretroremissonpage\";\n }else {\n\n if(remissionctrls['remissionCode'].value == '' ) {\n this.resetRemissionForm([true, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['remissionCode'].value != '' && remissionctrls['remissionCode'].invalid ) {\n this.resetRemissionForm([false, true, false, false, false], 'remissionCode');\n }\n if(remissionctrls['amount'].value == '' ) {\n this.resetRemissionForm([false, false, true, false, false], 'amount');\n }\n if(remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid ) {\n this.resetRemissionForm([false, true, false, true, false], 'amount');\n }\n if(remissionctrls['reason'].value == '') {\n this.resetRemissionForm([false, false, false, true, false, true], 'reason');\n }\n if(remissionctrls.amount.valid){\n this.resetRemissionForm([false, false, false, false, true], 'amount');\n }\n \n }\n }\n\n\n gotoAddRetroRemissionCodePage() {\n this.errorMessage = false;\n this.isFromCheckAnsPage = false;\n this.errorMsg = [];\n if(this.isRefundRemission) {\n this.paymentLibComponent.iscancelClicked = true;\n this.refundListAmount.emit();\n this.paymentLibComponent.isFromRefundStatusPage = true;\n return;\n }\n if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.iscancelClicked = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n this.paymentLibComponent.isFromRefundStatusPage = true;\n return;\n } \n this.viewStatus = '';\n this.selectedValue = 'yes';\n this.viewCompStatus = \"addremission\";\n this.isRefundRemission = true;\n this.errorMessage = '';\n this.errorMsg = [];\n if(this.isFromPaymentDetailPage) {\n this.paymentLibComponent.viewName = 'payment-view';\n }\n }\n\n gotoCheckRetroRemissionPage(payment: IPayment) {\n this.paymentLibComponent.iscancelClicked = false;\n this.errorMessage = '';\n this.resetRemissionForm([false, false, false, false, false], 'All');\n if( !this.isRefundRemission) {\n var remissionctrls=this.remissionForm.controls,\n isRemissionLessThanFee = this.fee.calculated_amount >= remissionctrls.amount.value; \n if (this.remissionForm.dirty ) {\n if(remissionctrls['amount'].value == '' || remissionctrls['amount'].value < 0) {\n this.resetRemissionForm([false, false, true, false, false], 'amount');\n } else if(remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid ) {\n this.resetRemissionForm([false, false, false, true, false], 'amount');\n } else if(remissionctrls.amount.valid && !isRemissionLessThanFee){\n this.resetRemissionForm([false, false, false, false, true], 'amount');\n } else {\n this.viewCompStatus = '';\n this.viewStatus = \"checkretroremissionpage\";\n }\n }\n } else {\n var remissionctrls=this.remissionForm.controls;\n //if (this.remissionForm.dirty ) {\n if(remissionctrls['amount'].value == '' || remissionctrls['amount'].value < 0 ) {\n this.resetRemissionForm([false, false, true, false, false], 'amount');\n } else {\n this.viewCompStatus = '';\n this.viewStatus = \"checkretroremissionpage\";\n this.refundListAmount.emit(remissionctrls['amount'].value);\n }\n //}\n \n }\n }\n gotoAmountRetroRemission() {\n this.isFromCheckAnsPage = false;\n this.viewStatus = 'processretroremissonpage';\n this.viewCompStatus = '';\n // this.isRefundRemission = true;\n this.errorMessage = '';\n }\n gotoProcessRetroRemissionPage() {\n this.isFromCheckAnsPage = true;\n this.viewStatus = '';\n this.viewCompStatus = 'addremission';\n this.isRefundRemission = true;\n this.errorMessage = '';\n this.errorMsg = [];\n }\n\n gotoProcessRetroRemission(note?: IRefundContactDetails) {\n if(note) {\n this.notification = { contact_details: note, notification_type: note.notification_type };\n }\n this.isFromCheckAnsPage = true;\n this.viewStatus = 'remissionAddressPage';\n this.viewCompStatus = '';\n this.isRefundRemission = true;\n this.errorMessage = '';\n }\n\n confirmRetroRemission() {\n if(!this.isConfirmationBtnDisabled) {\n this.retroRemission = true;\n this.remissionamt = this.remissionForm.controls.amount.value;\n const requestBody = new AddRetroRemissionRequest(this.remissionamt,this.remissionForm.controls.remissionCode.value )\n this.paymentViewService.postPaymentGroupWithRetroRemissions(decodeURIComponent(this.paymentGroupRef).trim(), this.fee.id, requestBody).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.isRemissionApplied = true;\n this.viewCompStatus = '';\n this.viewStatus = 'retroremissionconfirmationpage';\n this.remissionReference =JSON.parse(response).remission_reference;\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.cd.detectChanges();\n }\n );\n }\n }\n\n processRefund() {\n this.errorMessage = '';\n this.errorMsg = [];\n this.isConfirmationBtnDisabled = true;\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n if (this.remissionReference === undefined || this.remissionReference === '') {\n this.remissionReference = this.remission.remission_reference;\n }\n const requestBody = new PostIssueRefundRetroRemission(this.remissionReference, this.contactDetailsObj);\n this.paymentViewService.postRefundRetroRemission(requestBody).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.viewCompStatus = '';\n this.viewStatus = 'refundconfirmationpage';\n this.refundReference = JSON.parse(response).refund_reference;\n this.refundAmount = JSON.parse(response).refund_amount;\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n })\n }\n\n // Issue Refund changes\n\n gotoIssueRefundConfirmation(payment: IPayment) {\n \n this.paymentLibComponent.iscancelClicked = false;\n if(this.paymentLibComponent.REFUNDLIST === \"true\") {\n this.isFromRefundListPage = true; \n }\n\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.amounttorefund * c.selected, 0);\n\n\n this.errorMessage = '';\n this.errorMsg = [];\n this.refundReason = this.remissionForm.controls['refundReason'].value === null ? this.remissionForm.controls['refundDDReason'].value : this.remissionForm.controls['refundReason'].value;\n if(!this.refundReason || this.refundReason === 'Select a different reason') {\n this.refundHasError = true;\n } else if(this.selectedRefundReason.includes('Other') && (this.remissionForm.controls['reason'].value == '' || this.remissionForm.controls['reason'].value == null)) {\n this.resetRemissionForm([false, false, false, true, false, true], 'reason');\n } else if (this.selectedRefundReason.includes('Other') && this.remissionForm.controls['reason'].value !== '') {\n this.refundHasError = false;\n this.refundReason += '-' + this.remissionForm.controls['reason'].value;\n this.displayRefundReason = this.selectedRefundReason + '-' + this.remissionForm.controls['reason'].value;\n if ( this.isFromRefundListPage ) {\n this.refundListReason.emit({reason: this.displayRefundReason, code: this.refundReason});\n } else {\n if(this.isFromCheckAnsPage) {\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.amounttorefund * c.selected, 0);\n this.isFromCheckAnsPage = false;\n this.viewStatus = 'checkissuerefundpage';\n this.viewCompStatus = '';\n return;\n }\n this.viewCompStatus = '';\n this.viewStatus = 'contactDetailsPage';\n }\n \n } else {\n this.displayRefundReason = this.selectedRefundReason;\n if(this.isFromCheckAnsPage) {\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.amounttorefund * c.selected, 0);\n this.isFromCheckAnsPage = false;\n this.viewStatus = 'checkissuerefundpage';\n this.viewCompStatus = '';\n return;\n }\n if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n } else {\n this.viewCompStatus = '';\n this.viewStatus = 'contactDetailsPage';\n }\n \n }\n }\n\n gotoIssueRefundPage() {\n this.errorMessage = '';\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n this.isRefundRemission = true;\n this.errorMessage = false;\n this.errorMsg = [];\n this.refundHasError = false;\n this.isReasonEmpty = false;\n }\n\n gotoIssuePage(){\n\n [].forEach.call(document.querySelectorAll('input'), function (el) {\n el.classList.remove('inline-error-class');\n });\n\n\t var checkboxs = document.getElementsByTagName('input');\n\t this.errorMessage = '';\n this.totalRefundAmount = 0;\n this.errorMsg = []; \n\t\t\tfor (var j=0;j<checkboxs.length;j++)\n\t\t\t{\n\t\t\t\tif(checkboxs[j].checked)\n\t\t\t\t{\n\t\t\t\t\tthis.fullRefund = false;\n\t\t\t\t\tlet quantity: number = +(<HTMLInputElement>document.getElementById('feeVolume_'+checkboxs[j].value)).value;\n let amountToRefund: number = +(<HTMLInputElement>document.getElementById('feeAmount_'+checkboxs[j].value)).value;\n\t\t\t\t\tlet apportionAmount: number = +(<HTMLInputElement>document.getElementById('feeApportionAmount_'+checkboxs[j].value)).value;\n\t\t\t\t\tlet calculatedAmount: number = +(<HTMLInputElement>document.getElementById('calculatedAmount_'+checkboxs[j].value)).value; \n \n if( amountToRefund === apportionAmount) {\n this.fullRefund = true;\n }\n\n if(amountToRefund === 0){\n this.elementId = 'feeAmount_'+checkboxs[j].value;\n this.errorMsg.push('You need to enter a refund amount');\n this.getErrorClass(this.elementId);\n\t\t\t\t\t}\n\n \n\n if (quantity === 1)\n {\n if(amountToRefund > 0 && amountToRefund > apportionAmount){\n this.elementId = 'feeAmount_'+checkboxs[j].value;\n this.errorMsg.push('The amount you want to refund is more than the amount paid');\n this.getErrorClass(this.elementId);\n }\n } \n\n\t\t\t\t\tif(quantity > 1) {\n\n\t\t\t\t\t\tthis.quantityUpdated = +(<HTMLInputElement>document.getElementById('feeVolumeUpdated_'+checkboxs[j].value)).value;\n\n if(this.quantityUpdated === 0){\n this.elementId = 'feeVolumeUpdated_'+checkboxs[j].value;\n this.errorMsg.push('You need to enter quantity')\n this.getErrorClass(this.elementId);\n }\n\n if (this.fullRefund && quantity !== this.quantityUpdated) {\n this.elementId = 'feeVolumeUpdated_'+checkboxs[j].value;\n this.errorMsg.push('The quantity you want to refund should be maximun available quantity');\n this.getErrorClass(this.elementId);\n }\n\n if (!this.fullRefund && this.quantityUpdated > 0 && amountToRefund > 0) {\n this.refundAmtForFeeVolumes = +(<HTMLInputElement>document.getElementById('feeVOl_'+checkboxs[j].value)).innerText;\n this.allowedRefundAmount = this.quantityUpdated * this.refundAmtForFeeVolumes;\n if( this.allowedRefundAmount !== amountToRefund) \n {\n this.elementId = 'feeAmount_'+checkboxs[j].value;\n this.errorMsg.push('The Amount to Refund should be equal to the product of Fee Amount and quantity');\n this.getErrorClass(this.elementId);\n }\n }\n\n if(!this.fullRefund && amountToRefund > apportionAmount)\n {\n this.elementId = 'feeAmount_'+checkboxs[j].value;\n this.errorMsg.push('The amount you want to refund is more than the amount paid');\n this.getErrorClass(this.elementId);\n }\n\t\n if( !this.fullRefund && this.quantityUpdated >0 && this.quantityUpdated > quantity){\n this.elementId = 'feeVolumeUpdated_'+checkboxs[j].value;\n this.errorMsg.push('The quantity you want to refund is more than the available quantity');\n this.getErrorClass(this.elementId);\n }\n }\n //this.remissionForm.value.feesList.find(id=>id=checkboxs[j].value)['amounttorefund'] = apportionAmount;\n\t\t\t\t}\n\t\t\t}\n\n if(this.errorMsg.length === 0) {\n if (this.isFromCheckAnsPage) {\n this.isFromCheckAnsPage = false;\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.amounttorefund * c.selected, 0);\n this.viewStatus = 'checkissuerefundpage'\n this.viewCompStatus = '';\n return;\n }\n this.viewCompStatus = 'issuerefundpage1';\n this.getRefundReasons();\n }\n }\n\n calAmtToRefund(value,amount,volume, i: any) {\n const volumeFee = amount/volume;\n const amtToRefund = value * volumeFee;\n const formArray = this.remissionForm.controls.feesList as FormArray;\n formArray.at(i).get('amounttorefund').setValue(amtToRefund);\n // (<HTMLInputElement>document.getElementById('feeAmount_'+i)).value = +amtToRefund;\n // const formControl = this.remissionForm.controls.feesList['amounttorefund'].at(index);\n // formControl.setValue(amtToRefund);\n\n }\n gotoContactDetailsPage(note?: IRefundContactDetails) {\n if (note) {\n this.notification = { contact_details: note, notification_type: note.notification_type };\n }\n this.errorMessage = '';\n this.viewCompStatus = '';\n this.viewStatus = 'contactDetailsPage';\n this.isRefundRemission = true;\n this.errorMessage = false;\n }\n \n getRefundReasons(){\n if(this.viewCompStatus === 'issuerefundpage1'){\n this.refundService.getRefundReasons().subscribe(\n refundReasons => { \n this.refundReasons = refundReasons.filter((data) => data.recently_used === false);\n this.refundReasons = this.refundReasons.filter((data) => data.name !== 'Retrospective remission');\n this.cd.detectChanges();\n this.commonRefundReasons = refundReasons.filter((data) => data.recently_used === true);\n this.commonRefundReasons.sort((a, b) => a.toString().localeCompare(b));\n this.cd.detectChanges();\n } );\n }\n}\n getErrorClass(elementId) {\n if(this.errorMsg.length > 0) {\n const ele = document.getElementById(elementId);\n ele.classList.add('inline-error-class');\n }\n \n }\n\n changeIssueRefundReason() {\n this.isFromCheckAnsPage = true;\n this.errorMessage = '';\n this.errorMsg = [];\n this.refundHasError = false;\n this.isReasonEmpty = false;\n this.viewCompStatus = 'issuerefundpage1';\n this.viewStatus = '';\n this.isRefundRemission = true;\n }\n\n confirmIssueRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n this.errorMsg = [];\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n this.fees = this.remissionForm.value.feesList.filter(value => value.selected===true);\n \n const requestBody = new PostRefundRetroRemission(this.payment.reference,this.refundReason, this.contactDetailsObj);\n this.paymentViewService.postRefundsReason(requestBody).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.viewCompStatus = '';\n this.viewStatus = 'refundconfirmationpage';\n this.refundReference =JSON.parse(response).refund_reference;\n if(JSON.parse(response).refund_amount) {\n this.refundAmount = JSON.parse(response).refund_amount;\n }\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.cd.detectChanges();\n })\n }\n\n gotoRefundReasonPage () {\n this.viewStatus = '';\n this.viewCompStatus = 'issuerefundpage1';\n \n }\n\n// Retro Refund\n\n // confirmRetroRefund() {\n // this.isConfirmationBtnDisabled = true;\n // this.errorMessage = '';\n // this.errorMsg = [];\n // if( this.isRefundRemission) {\n // this.retroRemission = true;\n // }\n\n // const requestBody = new PostRefundRetroRemission(this.payment.reference,'RR004-Retrospective remission', this.contactDetailsObj);\n // this.paymentViewService.postRefundsReason(requestBody).subscribe(\n // response => {\n // if (JSON.parse(response)) {\n // this.viewCompStatus = '';\n // this.viewStatus = 'retrorefundconfirmationpage';\n // this.refundReference =JSON.parse(response).refund_reference;\n // if(JSON.parse(response).refund_amount) {\n // this.refundAmount = JSON.parse(response).refund_amount;\n // }\n // }\n // },\n // (error: any) => {\n // this.errorMessage = error;\n // this.isConfirmationBtnDisabled = false;\n // });\n // }\n\n selectRadioButton(key, value) {\n localStorage.setItem(\"myradio\", key);\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundDDReason'].setValue('Select a different reason', {onlySelf: true});\n remissionctrls['reason'].reset();\n this.isRefundReasonsSelected = true;\n this.errorMessage = false;\n this.errorMsg = [];\n this.isReasonEmpty = false;\n this.showReasonText = false;\n this.refundHasError = false;\n this.selectedRefundReason = key;\n if(this.selectedRefundReason.includes('Other')) {\n this.showReasonText = true;\n this.refundHasError = false;\n this.refundReason = key;\n }\n }\n\n selectchange(args) {\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundReason'].reset();\n remissionctrls['reason'].reset();\n this.isRefundReasonsSelected = false;\n this.showReasonText = false;\n this.refundHasError = false;\n this.selectedRefundReason = args.target.options[args.target.options.selectedIndex].id;\n this.reasonLength = (29-this.selectedRefundReason.split('- ')[1].length);\n\n if(this.selectedRefundReason.includes('Other')) {\n this.showReasonText = true;\n this.refundHasError = false;\n this.refundReason = args.target.options[args.target.options.selectedIndex].id;\n }\n\n\n }\n getContactDetails(obj:IRefundContactDetails, type) {\n this.contactDetailsObj = obj;\n this.viewCompStatus = '';\n this.viewStatus = type;\n }\n\n gotoPartialFeeRefundScreen() {\n this.refundHasError = false;\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n }\n\n \n\n gotoServiceRequestPage(event: any) {\n this.errorMessage ='';\n this.errorMsg = [];\n this.isFromCheckAnsPage = false;\n event.preventDefault();\n if (this.isFromServiceRequestPage && !this.isFromPaymentDetailPage) {\n this.viewStatus = 'order-full-view';\n this.viewCompStatus = '';\n } else if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.iscancelClicked = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n this.paymentLibComponent.isFromRefundStatusPage = true;\n } else {\n this.paymentLibComponent.paymentMethod = this.payment.method;\n this.paymentLibComponent.paymentGroupReference = this.paymentLibComponent.paymentGroupReference\n this.paymentLibComponent.paymentReference = this.payment.reference;\n this.paymentLibComponent.viewName = 'payment-view';\n this.OrderslistService.setOrderRef(this.orderRef);\n this.OrderslistService.setorderCCDEvent(this.orderCCDEvent);\n this.OrderslistService.setorderCreated(this.orderCreated);\n this.OrderslistService.setorderDetail(this.orderDetail);\n this.OrderslistService.setorderParty(this.orderParty);\n this.OrderslistService.setorderTotalPayments(this.orderTotalPayments);\n this.OrderslistService.setorderRemissionTotal(this.orderRemissionTotal);\n this.OrderslistService.setorderFeesTotal(this.orderFeesTotal);\n this.viewStatus = 'payment-view';\n this.sendOrderDetail = this.orderDetail;\n this.sendOrderRef = this.orderRef;\n if(this.LOGGEDINUSERROLES === undefined) {\n this.OrderslistService.getUserRolesList().subscribe((data) => this.LOGGEDINUSERROLES = data);\n }\n this.viewCompStatus = '';\n }\n // if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n // this.paymentLibComponent.SERVICEREQUEST = 'false';\n // this.paymentLibComponent.TAKEPAYMENT = false;\n // }\n // if (this.isFromServiceRequestPage) {\n // //this.paymentLibComponent.TAKEPAYMENT = false;\n // this.paymentLibComponent.isFromRefundStatusPage = false;\n // this.viewStatus = 'main'\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.OrderslistService.setisFromServiceRequestPage(true);\n // this.OrderslistService.setnavigationPage('servicerequestpage');\n // }\n // if ( this.isFromRefundListPage ) {\n // this.paymentLibComponent.iscancelClicked = true;\n // this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n // this.paymentLibComponent.isFromRefundStatusPage = true;\n // } \n // if(!this.paymentLibComponent.isFromRefundStatusPage) {\n // if(this.payment) {\n // this.OrderslistService.setpaymentPageView({method: this.payment.method,payment_group_reference: this.paymentGroupRef, reference:this.payment.reference});\n // }\n // if (this.isFromServiceRequestPage) { \n // this.OrderslistService.setnavigationPage('servicerequestpage');\n // } else {\n // this.OrderslistService.setnavigationPage('paymentdetailspage');\n // }\n // this.errorMessage = '';\n // this.paymentLibComponent.viewName = 'case-transactions';\n // // this.paymentLibComponent.TAKEPAYMENT = true;\n // this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n // this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n // this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n // this.paymentLibComponent.isFromServiceRequestPage = true; \n // this.paymentLibComponent.ISBSENABLE = true;\n // let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.caseType}`;\n // partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // if(this.isFromPaymentDetailPage) {\n // partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n // }\n // if(!this.paymentLibComponent.TAKEPAYMENT) {\n // this.paymentLibComponent.TAKEPAYMENT = undefined;\n // }\n // if ( this.paymentLibComponent.SERVICEREQUEST) {\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n // } else {\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n // }\n \n // } else {\n // this.paymentLibComponent.viewName === 'refundstatuslist';\n // this.paymentLibComponent.isFromRefundStatusPage = true;\n // }\n }\n gotoAddressPage(note?: IRefundContactDetails) {\n if (note) {\n this.notification = { contact_details: note, notification_type: note.notification_type };\n }\n this.errorMessage = '';\n this.viewCompStatus = 'addrefundforremission';\n this.viewStatus = '';\n this.isRefundRemission = true;\n this.errorMessage = false;\n }\n gotoRemissionSuccess(event: Event) {\n event.preventDefault();\n this.errorMessage = '';\n this.viewCompStatus = '';\n this.viewStatus = 'retroremissionconfirmationpage';\n this.isRefundRemission = true;\n this.errorMessage = false;\n }\n\n gotoCasetransationPage() {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.errorMsg = [];\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.VIEW = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n this.resetOrderData();\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n gotoCasetransationPageCancelBtnClicked(event: Event) {\n event.preventDefault();\n this.errorMsg = [];\n if( !this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.VIEW ='case-transactions';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n // this.OrderslistService.setnavigationPage('casetransactions');\n // this.OrderslistService.setisFromServiceRequestPage(false);\n // this.paymentLibComponent.VIEW ='case-transactions';\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentLibComponent.ISBSENABLE = true;\n // this.paymentLibComponent.isRefundStatusView = false;\n // this.resetOrderData(); let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.caseType}`;\n // partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n } else { \n\n if (this.paymentLibComponent.REFUNDLIST) {\n this.paymentLibComponent.viewName = 'refund-list';\n return;\n }\n if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n this.paymentLibComponent.SERVICEREQUEST = 'false';\n }\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.OrderslistService.setpaymentPageView({method: '',payment_group_reference: '', reference:''});\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n this.paymentLibComponent.ISBSENABLE = true;\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n\n if(!this.paymentLibComponent.SERVICEREQUEST) {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n } else {\n const url =`/payment-history/${this.ccdCaseNumber}?selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n }\n \n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n\n changeRefundAmount() { \n this.isFromCheckAnsPage = true;\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n }\n\n getFormattedCurrency(currency:number){\n if(currency.toString().includes(\".\")){\n return currency\n }\n return currency.toString().concat(\".00\");\n }\n \n}","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'ccdHyphens'\n})\nexport class CcdHyphensPipe implements PipeTransform {\n constructor() {}\n transform(value: any, args?: any): any {\n const pattern = /^([0-9]{4})+([0-9]{4})+([0-9]{4})+([0-9]{4})$/;\n if ( value.match(pattern)) {\n return value.replace(pattern,'$1-$2-$3-$4') \n }\n return value;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'capitalize'\n})\nexport class CapitalizePipe implements PipeTransform {\n constructor() { }\n transform(s: any, args?: any): any {\n return s && s[0].toUpperCase() + s.slice(1) || \"\";\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'keyValue'\n})\nexport class keyValuePipe implements PipeTransform {\n constructor() {}\n transform(input: any): any {\n let keys = [];\n for (let key in input) {\n if (input.hasOwnProperty(key)) {\n keys.push({ key: key, value: input[key]});\n }\n }\n return keys;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n\n@Pipe({ name: 'sanitizeHtml' })\nexport class SanitizeHtmlPipe implements PipeTransform {\n constructor(private sanitizer: DomSanitizer) {}\n transform(value: any): SafeHtml {\n return this.sanitizer.bypassSecurityTrustHtml(value);\n }\n}\n","import { Injectable } from '@angular/core';\nimport * as FileSaver from 'file-saver';\nimport * as XLSX from 'xlsx';\nimport * as XLSXStyle from 'xlsx-style';\n\n\nconst EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';\nconst EXCEL_EXTENSION = '.xlsx';\n\n@Injectable()\nexport class XlFileService {\n\n constructor() { }\n\n public exportAsExcelFile(json: any[], excelFileName: string): void {\n let worksheet: XLSX.WorkSheet; \n let workbook: XLSX.WorkBook; \n\n if(excelFileName.match('Data_Loss')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['loss_resp','payment_asset_dcn','env_ref','env_item','resp_service_id','resp_service_name','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setDataLossReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Unprocessed')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','exception_ref','ccd_ref','date_banked','bgc_batch','payment_asset_dcn','env_ref','env_item','payment_method','amount']});\n worksheet = this.setUnprocessedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Processed_Unallocated')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','allocation_status','receiving_office','allocation_reason','ccd_exception_reference','ccd_case_reference','payment_asset_dcn','env_ref','env_item','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setProcessedUnallocatedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else {\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','surplus_shortfall','balance','payment_amount','ccd_case_reference', 'ccd_exception_reference', 'processed_date', 'reason', 'explanation', 'user_name']});\n worksheet = this.setShortFallReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n }\n workbook = { Sheets: { 'data': worksheet }, SheetNames: ['data'] };\n const excelBuffer: any = XLSX.write(workbook, { bookType: 'xlsx', type: 'array' });\n this.saveAsExcelFile(excelBuffer, excelFileName);\n }\n\n\nprivate autoFitColumns (worksheet: XLSX.WorkSheet,json:any) : XLSX.WorkSheet {\n let objectMaxLength = []; \n let ColWidth = [];\n let obj = <any>Object;\n for (let i = 0; i < json.length; i++) {\n let value = obj.values(json[i]);\n let key = obj.keys(json[i]);\n for (let j = 0; j < value.length; j++) {\n if(value[j] === null){\n value[j] = '';\n }\n objectMaxLength[j] =\n key[j].length >= value[j].length\n ? key[j].length+2\n : value[j].length+1;\n if( value[j].length === undefined){\n objectMaxLength[j] = key[j].length+2;\n }\n ColWidth.push({'width': +objectMaxLength[j]});\n }\n }\n worksheet['!cols'] = ColWidth;\n return worksheet;\n}\n\n\nprivate setDataLossReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Loss_Resp\";\n worksheet.B1.v = \"Payment_Asset_DCN\";\n worksheet.C1.v = \"Envelope_Ref\";\n worksheet.D1.v = \"Envelope_Item\";\n worksheet.E1.v = \"Resp_Service ID\";\n worksheet.F1.v = \"Resp_Service Name\";\n worksheet.G1.v = \"Date_Banked\";\n worksheet.H1.v = \"BGC_Batch\";\n worksheet.I1.v = \"Payment_Method\";\n worksheet.J1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setUnprocessedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Exception_Ref\";\n worksheet.D1.v = \"CCD_Ref\";\n worksheet.E1.v = \"Date_Banked\";\n worksheet.F1.v = \"BGC_Batch\";\n worksheet.G1.v = \"Payment_Asset_DCN\";\n worksheet.H1.v = \"Envelope_Ref\";\n worksheet.I1.v = \"Envelope_Item\";\n worksheet.J1.v = \"Payment_Method\";\n worksheet.K1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setProcessedUnallocatedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Allocation_Status\";\n worksheet.D1.v = \"Receiving_Office\";\n worksheet.E1.v = \"Allocation_Reason\";\n worksheet.F1.v = \"CCD_Exception_Ref\";\n worksheet.G1.v = \"CCD_Case_Ref\";\n worksheet.H1.v = \"Payment_Asset_DCN\";\n worksheet.I1.v = \"Envelope_Ref\";\n worksheet.J1.v = \"Envelope_Item\";\n worksheet.K1.v = \"Date_Banked\";\n worksheet.L1.v = \"BGC_Batch\";\n worksheet.M1.v = \"Payment_Method\";\n worksheet.N1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setShortFallReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Over Payment_Under Payment\";\n worksheet.D1.v = \"Balance\";\n worksheet.E1.v = \"Payment_Amount\";\n worksheet.F1.v = \"CCD_Case_Ref\";\n worksheet.G1.v = \"Exception_Ref\";\n worksheet.H1.v = \"Processed_Date\";\n worksheet.I1.v = \"Reason\";\n worksheet.J1.v = \"Explanation\";\n worksheet.K1.v = \"Updated Name\";\n return worksheet;\n}\n\nprivate saveAsExcelFile(buffer: any, fileName: string): void {\n const data: Blob = new Blob([buffer], {\n type: EXCEL_TYPE\n });\n FileSaver.saveAs(data, fileName + EXCEL_EXTENSION);\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, FormControl } from '@angular/forms';\nimport { formatDate } from \"@angular/common\";\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {XlFileService} from '../../services/xl-file/xl-file.service';\n\n@Component({\n selector: 'ccpay-reports',\n templateUrl: './reports.component.html',\n styleUrls: ['./reports.component.scss']\n})\nexport class ReportsComponent implements OnInit {\n reportsForm: FormGroup;\n startDate: string;\n endDate: string;\n ccdCaseNumber: string;\n isDownLoadButtondisabled:Boolean = false;\n isStartDateLesthanEndDate: Boolean = false;\n isDateRangeBetnWeek: Boolean = false;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroups: IPaymentGroup[] = [];\n\n constructor(\n private xlFileService: XlFileService,\n private errorHandlerService: ErrorHandlerService,\n private formBuilder: FormBuilder,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentViewService: PaymentViewService) { }\n \n\n ngOnInit() {\n this.fromValidation();\n\n }\n\n getToday(): string {\n return new Date().toISOString().split('T')[0];\n }\n\n getSelectedFromDate(): void {\n this.validateDates(this.reportsForm.get('selectedreport').value);\n }\n\n validateDates(reportName){\n const selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n const isDateRangeMoreThanWeek = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 7;\n if(new Date(selectedStartDate) > new Date(selectedEndDate) && selectedEndDate !== ''){\n this.reportsForm.get('startDate').setValue('');\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = true;\n } else if(reportName && reportName ==='SURPLUS_AND_SHORTFALL' && isDateRangeMoreThanWeek ) {\n this.isDateRangeBetnWeek = true;\n this.isStartDateLesthanEndDate = false;\n } else {\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = false;\n }\n\n }\n\n fromValidation() {\n this.reportsForm = this.formBuilder.group({\n selectedreport: new FormControl('') ,\n startDate: new FormControl(''),\n endDate: new FormControl('') \n });\n}\n\ndownloadReport(){\n this.isDownLoadButtondisabled = true;\n const dataLossRptDefault = [{loss_resp:'',payment_asset_dcn:'',env_ref:'',env_item:'',resp_service_id:'',resp_service_name:'',date_banked:'',bgc_batch:'',payment_method:'',amount:''}],\n unProcessedRptDefault = [{resp_service_id:'',resp_service_name:'',exception_ref:'',ccd_ref:'',date_banked:'',bgc_batch:'',payment_asset_dcn:'',env_ref:'',env_item:'',payment_method:'',amount:''}],\n processedUnallocated =[{resp_service_id:'',resp_service_name:'',allocation_status:'',receiving_office:'',allocation_reason:'',ccd_exception_ref:'',ccd_case_ref:'',payment_asset_dcn:'',env_ref:'',env_item:'',date_banked:'',bgc_batch:'',payment_method:'',amount:'',updated_by:''}],\n shortFallsRptDefault = [{resp_service_id:'',resp_service_name:'',surplus_shortfall:'',balance:'',payment_amount:'',ccd_case_reference:'',ccd_exception_reference:'',processed_date:'', reason:'', explanation:'', user_name:''}],\n selectedReportName = this.reportsForm.get('selectedreport').value,\n selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n\n if(selectedReportName === 'PROCESSED_UNALLOCATED' || selectedReportName === 'SURPLUS_AND_SHORTFALL' ){\n this.paymentViewService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res= {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'PROCESSED_UNALLOCATED' ){\n res.data= processedUnallocated;\n } else if(res['data'].length === 0 && selectedReportName === 'SURPLUS_AND_SHORTFALL' ) {\n res.data= shortFallsRptDefault;\n } \n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"balance\"] !== undefined) {\n res['data'][i]['balance'] = this.convertToFloatValue(res['data'][i][\"balance\"]);\n }\n let Op = res['data'][i][\"surplus_shortfall\"];\n if(Op !== undefined) {\n res['data'][i]['surplus_shortfall'] = Op ==\"Surplus\" ? \"Over payment\":\"Under payment\";\n }\n if(res['data'][i][\"payment_amount\"] !== undefined) {\n res['data'][i]['payment_amount'] = this.convertToFloatValue(res['data'][i]['payment_amount']);\n }\n }\n } \n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n } else {\n this.bulkScaningPaymentService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res = {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'DATA_LOSS' ){\n res.data= dataLossRptDefault;\n } else if(res['data'].length === 0 && selectedReportName === 'UNPROCESSED'){\n res.data = unProcessedRptDefault;\n }\n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n }\n }\n\n getFileName(selectedOption: string, startDate: string, endDate: string ) {\n const loc = 'en-US',\n stDt = formatDate(startDate, 'ddMMyy', loc),\n enDt = formatDate(endDate, 'ddMMyy', loc),\n now = new Date(),\n currentDate = formatDate(now, 'ddMMyy', loc),\n timestamp = `${currentDate}_${this.getTwodigit(now.getHours())}${this.getTwodigit(now.getMinutes())}${this.getTwodigit(now.getSeconds())}`,\n selectedOptionTxt = this.getCamelCaseString(selectedOption);\n \n return selectedOptionTxt+'_'+stDt+'_To_'+enDt+'_Run_'+ timestamp;\n } \n tranformDate(strDate: string) {\n let result = '';\n if (strDate) {\n let parts = strDate.split('-');\n result = `${parts[1]}/${parts[2]}/${parts[0]}`;\n }\n return result;\n }\n getTwodigit(input: number){\n return (\"0\" + input).slice(-2);\n }\n getCamelCaseString(selectedOption) {\n let result;\n switch(selectedOption) { \n case 'UNPROCESSED': { \n result = 'Unprocessed';\n break; \n } \n case 'DATA_LOSS': { \n result = 'Data_Loss';\n break; \n } \n case 'PROCESSED_UNALLOCATED': { \n result = 'Processed_Unallocated';\n break; \n } \n case 'SURPLUS_AND_SHORTFALL': { \n result = 'Over Payment_Under Payment';\n break; \n } \n default: { \n result = selectedOption;\n break; \n } \n } \n return result;\n }\n applyDateFormat(res) {\n const fmt = 'dd/MM/yyyy',\n loc = 'en-US';\n return res['data'].map(value => {\n if (value['date_banked']) {\n value['date_banked'] = formatDate(value['date_banked'], fmt, loc);\n }\n return value;\n });\n }\n \n convertToFloatValue(amt) {\n return amt ? Number.parseFloat(amt).toFixed(2): '0.00';\n }\n}\n","import {Component, ViewChild, Input, ChangeDetectorRef} from '@angular/core';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport { MatTableDataSource} from '@angular/material/table';\nimport {MatSort } from '@angular/material/sort';\nimport {Sort } from '@angular/material/sort';\nimport {MatPaginator } from '@angular/material/paginator';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { ActivatedRoute,Router } from '@angular/router';\n@Component({\n selector: 'ccpay-table',\n templateUrl: './table.component.html',\n styleUrls: ['./table.component.css']\n})\nexport class TableComponent {\n @Input('DATASOURCE') DATASOURCE: any[];\n @Input('STATUS') STATUS: string;\n @Input('errorMessage') errorMessage: string;\n isApprovalFlow: boolean;\n // displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];\n displayedColumns = ['ccd_case_number', 'refund_reference', 'user_full_name','date_created', 'date_updated', 'Action'];\n \n dataSource: MatTableDataSource<any>;\n userLst;\n serviceLst;\n actualcount: number;\n count: number;\n refundList: IRefundList[];\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n constructor(\n private paymentLibComponent: PaymentLibComponent,\n private cdRef: ChangeDetectorRef,\n private OrderslistService: OrderslistService,\n private router: Router,\n private activeRoute: ActivatedRoute\n ) {}\n ngOnInit() {\n this.errorMessage = this.errorMessage;\n if(this.STATUS.toLowerCase() === 'sent for approval') {\n this.isApprovalFlow = true;\n } else {\n this.isApprovalFlow = false;\n }\n this.refundList = this.DATASOURCE;\n this.dataSource = new MatTableDataSource(this.refundList);\n this.actualcount = this.dataSource.data.length;\n if( this.refundList !== undefined) {\n this.userLst = this.refundList.reduce((r,{user_full_name}) => (r[user_full_name]='', r) , {});\n this.userLst = Object.keys(this.userLst);\n this.userLst.sort((a, b) => a.toString().localeCompare(b));\n this.serviceLst = this.refundList.reduce((r,{service_type}) => (r[service_type]='', r) , {});\n this.serviceLst = Object.keys(this.serviceLst);\n this.serviceLst.sort((a, b) => a.toString().localeCompare(b));\n }\n \n }\n \n /**\n * Set the paginator and sort after the view init since this component will\n * be able to query its view for the initialized paginator and sort.\n */\n ngAfterViewInit() {\n \n this.dataSource.sort = this.sort;\n\n //const sortState: Sort = {active: 'date_updated', direction: 'desc'};\n // this.sort.active = sortState.active;\n // this.sort.direction = sortState.direction;\n // this.sort.sortChange.emit(sortState);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.cdRef.detectChanges();\n }\n applyFilter(filterValue: string) {\n filterValue = filterValue.trim(); // Remove whitespace\n filterValue = filterValue.toLowerCase(); // Datasource defaults to lowercase matches\n this.dataSource.filter = filterValue;\n }\n selectchange(args){\n this.dataSource.filter = args.target.value;\n this.actualcount = this.dataSource.data.length;\n this.dataSource.paginator = this.paginator;\n }\n goToRefundProcessComponent(refundReference: string, refundData: IRefundList ) {\n this.paymentLibComponent.refundlistsource = refundData;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n goToRefundViewComponent(refundReference: string, refundData: IRefundList ) {\n this.OrderslistService.setRefundView(refundData);\n this.paymentLibComponent.viewName='refundstatuslist';\n this.paymentLibComponent.CCD_CASE_NUMBER = refundData.ccd_case_number;\n this.paymentLibComponent.isRefundStatusView = true;\n this.paymentLibComponent.isCallFromRefundList = true;\n }\n goToCaseReview(ccdCaseNumber: string, refundData: IRefundList ) {\n this.router.navigate([`/cases/case-details/${ccdCaseNumber}`], {relativeTo: this.activeRoute});\n }\n}","import { IRefundContactDetails } from './IRefundContactDetails';\n\nexport class IPutNotificationRequest {\n recipient_email_address?: string;\n recipient_postal_address?: IRefundContactDetails\n \n constructor(contactDetails: any, notificationType: string) {\n if(notificationType === 'EMAIL') {\n this.recipient_email_address = contactDetails;\n } else if(notificationType === 'LETTER') {\n this.recipient_postal_address = contactDetails;\n }\n } \n}","export class IResubmitRefundRequest {\n refund_reason: string;\n amount: number;\n \n \n constructor(refund_reason : string, amount: number) {\n this.refund_reason= refund_reason;\n this.amount = amount;\n \n } \n }\n ","import { Component, OnInit, Input } from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { NotificationService } from '../../services/notification/notification.service';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator } from '@angular/forms';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { IRefundsNotifications } from '../../interfaces/IRefundsNotifications';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IPutNotificationRequest } from '../../interfaces/IPutNotificationRequest';\nimport { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';\nimport { IRefundStatus } from '../../interfaces/IRefundStatus';\nimport { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-refund-status',\n templateUrl: './refund-status.component.html',\n styleUrls: ['./refund-status.component.css']\n})\nexport class RefundStatusComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[] = [];\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: boolean;\n @Input() orderParty: string;\n refundStatusForm: FormGroup;\n selectedRefundReason: string;\n rejectedRefundList: IRefundList[] = [];\n notificationList: IRefundsNotifications;\n notification:any;\n approvalStatus = 'Sent for approval';\n rejectStatus = 'Update required';\n errorMessage = null;\n viewName: string;\n refundReason: string;\n refundlist: IRefundList;\n bsPaymentDcnNumber: string;\n isCallFromRefundList: boolean;\n refundButtonState: string = '';\n isAmountEmpty: boolean = false;\n isReasonEmpty: boolean = false;\n amountHasError: boolean = false;\n isRemissionLessThanFeeError: boolean = false;\n refundHasError: boolean = false;\n refundReasons: any[] = [];\n refundStatusHistories: IRefundStatus[];\n refundNotifications: IRefundStatus[];\n isResendOperationSuccess: boolean = false;\n isEditDetailsClicked: boolean = false;\n isEditAddressDeatilsClicked: boolean = false;\n addressDetails: IRefundContactDetails;\n refundReference: string;\n refundAmount: string;\n refundCode: string;\n isRefundBtnDisabled: boolean = true;\n oldRefundReason: string;\n refundreason: string;\n navigationpage: string;\n isLastUpdatedByCurrentUser: boolean = true;\n isProcessRefund: boolean = false;\n changedAmount: number;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n\n constructor(private formBuilder: FormBuilder,\n private refundService: RefundsService,\n private notificationService: NotificationService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n\n this.resetRemissionForm([false, false, false, false], 'All');\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.isCallFromRefundList = this.paymentLibComponent.isCallFromRefundList;\n if (this.paymentLibComponent.isRefundStatusView) {\n this.viewName = 'refundview';\n this.OrderslistService.getRefundView().subscribe((data) => this.refundlist = data);\n this.OrderslistService.getCCDCaseNumberforRefund.subscribe((data) => this.ccdCaseNumber = data);\n } else {\n this.viewName = 'refundstatuslist';\n this.refundService.getRefundStatusList(this.ccdCaseNumber).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n\n this.refundStatusForm = this.formBuilder.group({\n amount: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[0-9]+(\\.[0-9]{1,2})?$')\n ])),\n refundReason: new FormControl('', Validators.compose([Validators.required])),\n reason: new FormControl()\n });\n\n if(this.refundlist !== undefined) {\n this.getRefundsNotification();\n this.getRefundsStatusHistoryList();\n\n if (this.LOGGEDINUSERROLES.some(i => i.includes('payments-refund-approver'))) {\n this.isProcessRefund = true;\n this.refundButtonState = this.refundlist.refund_status.name;\n return;\n }\n \n if (this.LOGGEDINUSERROLES.some(i => i.includes('payments-refund'))) {\n this.isProcessRefund = false;\n this.refundButtonState = this.refundlist.refund_status.name;\n }\n }\n }\n \n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n getRefundsStatusHistoryList() {\n if(this.refundlist !== undefined) {\n this.refundService.getRefundStatusHistory(this.refundlist.refund_reference).subscribe(\n statusHistoryList => {\n this.refundStatusHistories = statusHistoryList.status_history_dto_list;\n this.isLastUpdatedByCurrentUser = statusHistoryList.last_updated_by_current_user;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n }\n }\n\n getRefundsNotification() {\n this.notificationService.getRefundNotification(this.refundlist.refund_reference).subscribe(\n refundsNotification => {\n this.notificationList = refundsNotification['notifications'];\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n }\n\n goToRefundView(refundlist: IRefundList, navigationpage: string) {\n this.OrderslistService.setRefundView(refundlist);\n this.OrderslistService.setCCDCaseNumber(this.ccdCaseNumber);\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n this.refundlist = refundlist;\n this.OrderslistService.setnavigationPage(navigationpage);\n }\n\n loadCaseTransactionPage() {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n }\n\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n this.loadCaseTransactionPage();\n } else {\n this.paymentLibComponent.viewName = 'refund-list';\n }\n }\n\n gotoReviewDetailsPage(event:any) {\n // event.preventDefault();\n this.errorMessage = false;\n this.paymentLibComponent.isRefundStatusView = true;\n this.ngOnInit();\n }\n\n gotoReviewAndReSubmitPage() {\n this.viewName = 'reviewandsubmitview';\n this.oldRefundReason = this.refundlist.reason;\n this.changedAmount = this.refundlist.amount;\n this.refundreason = this.refundStatusHistories.filter(data => data.status.toLowerCase() === 'update required')[0].notes;\n this.refundService.getRefundReasons().subscribe(\n refundReasons => {\n this.refundReasons = refundReasons;\n });\n }\n gotoRefundReasonPage() {\n this.isRefundBtnDisabled = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.errorMessage = false;\n this.viewName = 'issuerefund';\n }\n\n gotoAmountPage() {\n this.errorMessage = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.isRefundBtnDisabled = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.viewName = 'processretroremissonpage';\n }\n\n goToReviewAndSubmitView() {\n const remissionctrls = this.refundStatusForm.controls\n if (this.refundStatusForm.dirty) {\n if (remissionctrls['amount'].value == '') {\n this.resetRemissionForm([true, false, false, false], 'amount');\n }\n else if (remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid) {\n this.resetRemissionForm([false, true, false, false], 'amount');\n }\n else if (remissionctrls['reason'].value == '') {\n this.resetRemissionForm([false, false, false, true], 'reason');\n } else {\n this.refundlist.reason = remissionctrls['reason'].value;\n this.viewName = 'reviewandsubmitview';\n }\n }\n\n }\n\n resetRemissionForm(val, field) {\n if (field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n this.isReasonEmpty = val[3];\n } else if (field === 'amount' || field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n } else if (field === 'reason' || field === 'All') {\n this.isReasonEmpty = val[3];\n }\n }\n\n selectRadioButton(key, value) {\n this.refundHasError = false;\n this.selectedRefundReason = key;\n if (key === 'Other') {\n this.refundHasError = false;\n this.refundReason = key;\n }\n }\n\n getRefundListReason(refundListReason: any) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n this.refundlist.reason = refundListReason.reason;\n this.refundCode = refundListReason.code;\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n getRefundAmount(amount: number) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n if (amount > 0) {\n this.changedAmount = amount;\n // this.refundlist.amount = amount;\n }\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n gotoReviewRefundConfirmationPage() {\n if (this.oldRefundReason === this.refundlist.reason) {\n this.refundCode = '';\n }\n const resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount);\n this.refundService.patchResubmitRefund(resubmitRequest, this.refundlist.refund_reference).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.refundReference = JSON.parse(response).refund_reference;\n this.refundAmount = JSON.parse(response).refund_amount;\n this.viewName = 'reviewrefundconfirmationpage';\n }\n },\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n }\n\n gotoEditAddressDetails(note: IRefundsNotifications) {\n this.notification = note;\n this.isEditDetailsClicked = true;\n this.viewName = 'refundEditView'\n }\n getContactDetails(obj:IRefundContactDetails) {\n this.addressDetails = obj;\n this.viewName = 'revieweditdetailsconfirmationpage';\n }\n getContactDetailsForRefundList(obj:IRefundContactDetails) {\n this.refundlist.contact_details = obj;\n this.isEditDetailsClicked = false;\n this.isRefundBtnDisabled = false;\n this.viewName = 'reviewandsubmitview';\n }\n gotoEditDetailsPage(note?: any) {\n if(note) {\n this.notification = { contact_details: note, notification_type: note.notification_type };\n }\n this.isEditDetailsClicked = true;\n this.viewName = 'refundEditView'\n }\n submitEditDetail() {\n this.isResendOperationSuccess = false;\n const contactDetails = this.addressDetails.notification_type === 'EMAIL' ? this.addressDetails.email :\n {\n address_line: this.addressDetails.address_line,\n city: this.addressDetails.city,\n county: this.addressDetails.county,\n country: this.addressDetails.country,\n postal_code: this.addressDetails.postal_code,\n };\n const resendRequest = new IPutNotificationRequest(contactDetails, this.addressDetails.notification_type);\n\n this.refundService.putResendOrEdit(resendRequest, this.refundlist.refund_reference, this.addressDetails.notification_type).subscribe(\n (response) => {\n this.isResendOperationSuccess = response;\n },\n (error: any) => {\n this.isResendOperationSuccess = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n }\n putResend(notification: IRefundsNotifications) {\n this.isResendOperationSuccess = false;\n const contactDetails = notification.notification_type === 'EMAIL' ? notification.contact_details.email :\n {\n address_line :notification.contact_details.address_line,\n city: notification.contact_details.city,\n county: notification.contact_details.county,\n country: notification.contact_details.country,\n postal_code: notification.contact_details.postal_code,\n };\n const resendRequest = new IPutNotificationRequest(contactDetails, notification.notification_type);\n\n this.refundService.putResendOrEdit(resendRequest, this.refundlist.refund_reference, notification.notification_type).subscribe(\n (response) => {\n this.isResendOperationSuccess = response;\n },\n (error: any) => {\n this.isResendOperationSuccess = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n\n }\n gotoCasetransationPageCancelBtnClicked(Event: Event) {\n\n }\n\n goToRefundProcessComponent(refundReference: string, refundList: IRefundList) {\n this.paymentLibComponent.refundlistsource = refundList;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n\n}\n","import { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { Router } from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-service-request',\n templateUrl: './service-request.component.html',\n styleUrls: ['./service-request.component.css']\n})\nexport class ServiceRequestComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input('viewStatus') viewStatus: string;\n @Input('orderDetail') orderDetail: any[];\n @Input('orderRef') orderRef: string;\n @Input('orderStatus') orderStatus: string;\n @Input('orderParty') orderParty: string;\n @Input('orderCreated') orderCreated: Date;\n @Input('orderCCDEvent') orderCCDEvent: string;\n @Input('orderFeesTotal') orderFeesTotal: number;\n @Input('orderTotalPayments') orderTotalPayments: number;\n @Input('orderRemissionTotal') orderRemissionTotal: number;\n @Input('takePayment') takePayment: boolean;\n @Input('ccdCaseNumber') ccdCaseNumber: boolean;\n @Input(\"isServiceRequest\") isServiceRequest: string;\n @Output() goToServiceRquestComponent: EventEmitter<any> = new EventEmitter();\n\n\n servicerequest: string;\n // ccdCaseNumber: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n fees: IFee[] = [];\n errorMessage: string;\n totalFees: number;\n totalPayments: number;\n totalNonOffPayments: number;\n totalRemissions: number;\n selectedOption: string;\n dcnNumber: string;\n paymentRef: string;\n isTurnOff: boolean;\n isNewPcipalOff: boolean;\n isRefundRemission: boolean = true;\n isOldPcipalOff: boolean;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n cpoDetails: any = null;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n\n constructor(\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService,\n private router: Router) { }\n\n ngOnInit() {\n if (this.viewStatus === undefined) {\n this.viewStatus = this.paymentLibComponent.viewName;\n }\n if(this.paymentLibComponent.isFromServiceRequestPage && this.paymentLibComponent.isFromPaymentDetailPage) {\n if(this.paymentLibComponent.isFromPaymentDetailPage && this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.getorderRefs().subscribe((data) => this.orderRef = data);\n this.OrderslistService.getorderCCDEvents().subscribe((data) => this.orderCCDEvent = data);\n this.OrderslistService.getorderCreateds().subscribe((data) => this.orderCreated = data);\n this.OrderslistService.getorderDetail().subscribe((data) => this.orderDetail = data);\n this.OrderslistService.getorderPartys().subscribe((data) => this.orderParty = data);\n this.OrderslistService.getorderRemissionTotals().subscribe((data) => this.orderRemissionTotal = data);\n this.OrderslistService.getorderFeesTotals().subscribe((data) => this.orderFeesTotal = data);\n this.OrderslistService.getoorderTotalPaymentss().subscribe((data) => this.orderTotalPayments = data);\n }\n }\n // if (this.takePayment) {\n // this.paymentLibComponent.TAKEPAYMENT = this.takePayment;\n // }\n }\n goToServiceRequestPage() {\n this.goToServiceRquestComponent.emit();\n }\n\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n this.OrderslistService.setnavigationPage('servicerequestpage');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isTakePayment = this.paymentLibComponent.TAKEPAYMENT;\n if (this.takePayment) {\n this.paymentLibComponent.isTakePayment = this.takePayment;\n }\n this.paymentLibComponent.SERVICEREQUEST = \"true\";\n this.paymentLibComponent.isFromServiceRequestPage = false;\n if(this.isServiceRequest !== 'false') {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n }\n this.paymentLibComponent.isFromRefundStatusPage = false;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.resetOrderData();\n let partUrl = this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n if(this.isServiceRequest === 'false') {\n partUrl += this.paymentLibComponent.TAKEPAYMENT ? '&takePayment=true' : '&takePayment=false';\n }\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += this.isServiceRequest !== 'false' ? '&servicerequest=true' : '&servicerequest=false';\n partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n const url = `/payment-history/${this.paymentLibComponent.CCD_CASE_NUMBER}?view=case-transactions&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund()) {\n if (this.orderDetail[0]['remissions'].length > 0) {\n for (const remission of this.orderDetail[0]['remissions']) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n }\n return true;\n } else {\n return false;\n }\n }\n\n chkForPBAPayment(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n this.paymentLibComponent.paymentReference = payment.reference;\n this.isPBA = true;\n }\n });\n }\n });\n if (this.isPBA) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.viewStatus = 'addremission';\n this.payment = this.orderDetail[0].payments[0];\n this.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n \n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n cancelRemoval() {\n this.viewStatus = 'main';\n }\n\n removeFee(fee: any) {\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n window.location.reload();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if (payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if(this.chkIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n }\n }\n // goToServiceRequestPage(event: any) {\n // event.preventDefault();\n // this.isFromServiceRequestPage = true;\n // this.viewStatus = 'main'\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // }\n\n goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent({ paymentGroupReference, paymentReference, paymentMethod });\n }\n\n goToPaymentViewComponent(paymentGroup: any) {\n this.paymentLibComponent.paymentMethod = paymentGroup.paymentMethod;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentGroup.paymentReference;\n this.OrderslistService.setOrderRef(this.orderRef);\n this.OrderslistService.setorderCCDEvent(this.orderCCDEvent);\n this.OrderslistService.setorderCreated(this.orderCreated);\n this.OrderslistService.setorderDetail(this.orderDetail);\n this.OrderslistService.setorderParty(this.orderParty);\n this.OrderslistService.setorderTotalPayments(this.orderTotalPayments);\n this.OrderslistService.setorderRemissionTotal(this.orderRemissionTotal);\n this.OrderslistService.setorderFeesTotal(this.orderFeesTotal);\n this.viewStatus = 'payment-view';\n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n}\n","export class IserviceRequestCardPayment {\n amount: string\n currency: string\n language: string\n \n constructor(amount : string) {\n this.amount = amount;\n this.currency = 'GBP';\n this.language = 'string';\n } \n}\n ","export class IserviceRequestPbaPayment {\n account_number: string;\n amount: string\n currency: string\n customer_reference: string\n organisation_name: string\n \n constructor(account_number : string, amount : string, customer_reference: string, orgName: string) {\n this.account_number = account_number;\n this.amount = amount;\n this.currency = 'GBP';\n this.customer_reference = customer_reference;\n this.organisation_name = orgName;\n } \n}\n ","import { Component, OnInit, Input} from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IserviceRequestCardPayment } from '../../interfaces/IserviceRequestCardPayment';\nimport { IserviceRequestPbaPayment } from '../../interfaces/IserviceRequestPbaPayment';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-pba-payment',\n templateUrl: './pba-payment.component.html',\n styleUrls: ['./pba-payment.component.scss']\n})\nexport class PbaPaymentComponent implements OnInit {\n @Input() pbaPayOrderRef: any;\n viewStatus: string;\n pbaAccountList: string[];\n isPBAAccountHold: boolean = false;\n errorMsg: any;\n isCardPaymentSuccess: boolean = true;\n isInSufficiantFund: boolean = false;\n isPBAAccountNotExist: boolean = false;\n isPBAServerError: boolean = false;\n isGetPBAAccountSucceed: boolean = false;\n selectedPbaAccount: string = '';\n pbaAccountRef: string = '';\n isPbaAccountSelected: boolean = false;\n isCardPaymentSelected: boolean = false;\n isPBADropdownSelected: boolean = false;\n isContinueButtondisabled: boolean = true;\n isPBAAccountPaymentSuccess: boolean = false;\n pbaAccountrPaymentResult: any;\n orgName: string = '';\n\n constructor(private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService) {}\n\n ngOnInit() {\n this.pbaPayOrderRef = this.paymentLibComponent.pbaPayOrderRef;\n this.viewStatus = 'pba-payment';\n this.errorMsg = null;\n this.paymentViewService.getPBAaccountDetails()\n .subscribe(\n result => {\n this.isGetPBAAccountSucceed = true;\n this.orgName = result.organisationEntityResponse.name;\n this.pbaAccountList = result.organisationEntityResponse.paymentAccount;\n },\n error => {\n this.errorMsg = error;\n }\n );\n\n }\n selectpbaaccount(args) {\n if(args.currentTarget.id === 'pbaAccountNumber') {\n this.isPBADropdownSelected = true;\n this.selectedPbaAccount = args.target.value; \n }\n if(args.currentTarget.id === 'pbaAccountRef') {\n this.pbaAccountRef = args.target.value; \n }\n if(this.selectedPbaAccount !== '' && this.pbaAccountRef !== \"\") {\n this.isContinueButtondisabled = false;\n } else {\n this.isContinueButtondisabled = true;\n }\n }\n\n saveAndContinue() {\n\n if(this.isPbaAccountSelected) {\n this.isInSufficiantFund = false;\n this.isPBAAccountNotExist = false;\n this.isPBAServerError = false;\n this.isPBAAccountPaymentSuccess = false;\n if ( this.pbaAccountList.indexOf(this.selectedPbaAccount) !== -1 ) {\n const requestBody = new IserviceRequestPbaPayment(\n this.selectedPbaAccount, this.pbaPayOrderRef.orderTotalFees, this.pbaAccountRef, this.orgName);\n this.paymentViewService.postPBAaccountPayment(this.pbaPayOrderRef.orderRefId, requestBody)\n .subscribe(\n r => {\n try {\n this.pbaAccountrPaymentResult = JSON.parse(r);\n } catch(e) {\n this.pbaAccountrPaymentResult = r;\n }\n this.isPBAAccountPaymentSuccess = true;\n },\n e => {\n if(e.status == '402') {\n this.isInSufficiantFund = true; \n } else if(e.status == '410') {\n this.isPBAAccountNotExist = true;\n } else if(e.status == '412') {\n this.isPBAAccountHold = true;\n } else {\n this.isPBAServerError = true;\n }\n }\n );\n } else {\n this.isPBAServerError = true;\n }\n } else if (this.isCardPaymentSelected) {\n this.cardPayment();\n }\n\n }\n cardPayment() {\n this.isCardPaymentSuccess = true;\n const requestBody = new IserviceRequestCardPayment (\n this.pbaPayOrderRef.orderTotalFees);\n this.paymentViewService.postWays2PayCardPayment(this.pbaPayOrderRef.orderRefId, requestBody)\n .subscribe(\n result => {\n const paymentUrl = JSON.parse(result).next_url;\n window.location.href = paymentUrl;\n },\n error => {\n this.isCardPaymentSuccess = false;\n }\n );\n\n }\n selectPaymentMethod(type: string) {\n if(type === 'PBA') {\n this.isPbaAccountSelected = true;\n this.isCardPaymentSelected = false;\n this.isPBADropdownSelected = false\n this.isContinueButtondisabled = true;\n this.selectedPbaAccount = null;\n } else if (type === 'CARD') {\n this.isPbaAccountSelected = false;\n this.isCardPaymentSelected = true;\n this.isPBADropdownSelected = false\n this.isContinueButtondisabled = false;\n }\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\n\nimport { PaymentListComponent } from './components/payment-list/payment-list.component';\nimport { PaymentViewComponent } from './components/payment-view/payment-view.component';\nimport { ProcessRefundComponent } from './components/process-refund/process-refund.component';\nimport { RefundListComponent } from './components/refund-list/refund-list.component';\n\nimport { CardDetailsComponent } from './components/card-details/card-details.component';\nimport { PageNotFoundComponent } from './components/page-not-found.component';\nimport { PaymentLibComponent } from './payment-lib.component';\nimport { StatusHistoryComponent } from './components/status-history/status-history.component';\nimport { ContactDetailsComponent } from './components/contact-details/contact-details.component';\nimport { PbaDetailsComponent } from './components/pba-details/pba-details.component';\nimport { LoggerService } from './services/shared/logger/logger.service';\nimport { ConsoleLoggerService } from './services/shared/logger/console-logger.service';\nimport { WebComponentHttpClient } from './services/shared/httpclient/webcomponent.http.client';\nimport { CaseTransactionsComponent } from './components/case-transactions/case-transactions.component';\nimport { FeeSummaryComponent } from './components/fee-summary/fee-summary.component';\nimport { ErrorBannerComponent } from './components/error-banner/error-banner.component';\nimport { MarkUnidentifiedPaymentComponent } from './components/mark-unidentified-payment/mark-unidentified-payment.component';\nimport { MarkUnsolicitedPaymentComponent } from './components/mark-unsolicited-payment/mark-unsolicited-payment.component';\nimport { UnprocessedPaymentsComponent } from './components/unprocessed-payments/unprocessed-payments.component';\nimport { ProcessedPaymentsComponent } from './components/processed-payments/processed-payments.component';\nimport { AllocatePaymentsComponent } from './components/allocate-payments/allocate-payments.component';\nimport { AddRemissionComponent } from './components/add-remission/add-remission.component';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { CcdHyphensPipe } from './pipes/ccd-hyphens.pipe';\nimport { CapitalizePipe } from './pipes/capitalize.pipe';\nimport { keyValuePipe } from './pipes/key-value.pipe';\nimport { SanitizeHtmlPipe } from './pipes/sanitize-html.pipe';\nimport { ReportsComponent } from './components/reports/reports.component';\nimport { XlFileService } from './services/xl-file/xl-file.service';\nimport { TableComponent } from './components/table/table.component';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\n// import { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n// import { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { RefundStatusComponent } from './components/refund-status/refund-status.component';\nimport { ServiceRequestComponent } from './components/service-request/service-request.component';\nimport { PbaPaymentComponent } from './components/pba-payment/pba-payment.component';\n\n@NgModule({\n imports: [\n CommonModule,\n HttpClientModule,\n FormsModule,\n ReactiveFormsModule,\n MatTableModule,\n MatPaginatorModule,\n MatSortModule,\n MatFormFieldModule,\n MatInputModule,\n // BrowserAnimationsModule,\n // NoopAnimationsModule\n ],\n declarations: [\n PaymentLibComponent,\n PaymentListComponent,\n PaymentViewComponent,\n PbaPaymentComponent,\n ContactDetailsComponent,\n ProcessRefundComponent,\n RefundListComponent,\n CardDetailsComponent,\n PageNotFoundComponent,\n StatusHistoryComponent,\n MarkUnidentifiedPaymentComponent,\n MarkUnsolicitedPaymentComponent,\n UnprocessedPaymentsComponent,\n ProcessedPaymentsComponent,\n AllocatePaymentsComponent,\n PbaDetailsComponent,\n CaseTransactionsComponent,\n FeeSummaryComponent,\n AddRemissionComponent,\n CcdHyphensPipe,\n CapitalizePipe,\n keyValuePipe,\n SanitizeHtmlPipe,\n ReportsComponent,\n ErrorBannerComponent,\n TableComponent,\n RefundStatusComponent,\n ServiceRequestComponent\n ],\n exports: [PaymentLibComponent],\n providers: [\n { provide: LoggerService, useClass: ConsoleLoggerService },\n XlFileService,\n WebComponentHttpClient\n ]\n})\n\nexport class PaymentLibModule { }\n"],"names":["PaymentLibService","prototype","setApiRootUrl","apiRoot","this","API_ROOT","getApiRootUrl","setBulkScanApiRootUrl","bulkscanapiRoot","BULKSCAN_API_ROOT","getBulkScanApiRootUrl","setRefundndsApiRootUrl","refundsapiRoot","REFUNDS_API_ROOT","getRefundsApiRootUrl","setNoticationApiRootUrl","notificationapiRoot","NOTIFICATION_API_ROOT","getNoticationApiRootUrl","setCardPaymentReturnUrl","cardPaymentReturnUrl","CARDPAYMENTRETURNURL","getCardPaymentReturnUrl","Injectable","args","providedIn","OrderslistService","setOrdersList","orderLevelFees","ordersList","next","Object","assign","getOrdersList","setRefundView","refundList","refundView","getRefundView","setCaseType","caseType","getCaseType","setCCDCaseNumber","ccdCaseNumber","getCCDCaseNumber","setFeeExists","feeExists","getFeeExists","setisFromServiceRequestPage","isFromServiceRequestPage","getisFromServiceRequestPages","setOrderRefId","OrderRefId","getSelectedOrderRefId","setnavigationPage","navigationPage","getnavigationPageValue","setpaymentPageView","paymentpageList","paymentPageView","getpaymentPageView","setUserRolesList","rolesList","getUserRolesList","setorderDetail","orderDetail","getorderDetail","setOrderRef","orderRef","getorderRefs","setorderCCDEvent","orderCCDEvent","getorderCCDEvents","setorderCreated","orderCreated","getorderCreateds","setorderParty","orderParty","getorderPartys","setorderRemissionTotal","orderRemissionTotal","getorderRemissionTotals","setorderFeesTotal","orderFeesTotal","getorderFeesTotals","setorderTotalPayments","orderTotalPayments","getoorderTotalPaymentss","BehaviorSubject","getcaseType","asObservable","getFeeExist","getCCDCaseNumberforRefund","getisFromServiceRequestPage","getOrderRefId","getnavigationPage","getorderRef","getorderCCDEvent","getorderCreated","getorderParty","getorderRemissionTotal","getorderFeesTotal","getorderTotalPayments","PaymentLibComponent","ngAfterContentChecked","cd","detectChanges","ngOnInit","paymentLibService","LOGGEDINUSERROLES","length","PAYMENT_GROUP_REF","paymentGroupReference","DCN_NUMBER","bspaymentdcn","REFUNDLIST","VIEW","viewName","isTakePayment","TAKEPAYMENT","Component","selector","template","ChangeDetectorRef","Input","unProcessedPaymentServiceId","unProcessedPayment","orderPendingPayments","ErrorHandlerService","handleError","err","errorMessage","error","Error","message","status","undefined","JSON","parse","statusCode","messsage","stringify","_throw","getServerErrorMessage","isErrorExist","title","body","showError","LoggerService","invokeConsoleMethod","type","PaymentListService","getPaymentByCcdCaseNumber","paymentMethod","logger","info","http","get","withCredentials","pipe","catchError","errorHandlerService","HttpClient","PaymentListComponent","_this","paymentListService","paymentLibComponent","CCD_CASE_NUMBER","PAYMENT_METHOD","subscribe","payments","loadPaymentViewComponent","paymentReference","__values","o","s","Symbol","iterator","m","i","call","value","done","TypeError","WebComponentHttpClient","post","url","options","opts","addHeaders","put","delete","patch","csrfToken","meta","getTag","headers","forEach","element","document","cookie","split","find","row","startsWith","content","HttpHeaders","responseType","Meta","PaymentViewService","getPaymentDetails","getPaymentGroupDetails","getApportionPaymentDetails","getPBAaccountDetails","postWays2PayCardPayment","serviceRef","rurl","replace","https","postPBAaccountPayment","randomKey","Math","random","toString","join","postBSPayments","postBSUnidentifiedPayments","postBSUnsolicitedPayments","postBSAllocationPayments","postPaymentGroupWithRemissions","feeId","deleteFeeFromPaymentGroup","postPaymentToPayHub","paymentGroupRef","postPaymentAntennaToPayHub","downloadSelectedReport","reportName","startDate","endDate","getBSfeature","getSiteID","getPartyDetails","caseNumber","postRefundsReason","postPaymentGroupWithRetroRemissions","postRefundRetroRemission","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","serviceReference","viewStatus","paymentViewService","paymentGroup","fees","fee","isRemissionsMatch","remissions","rem","fee_code","code","push","paymentFees","filter","paymentGroupObj","includes","paymentAllocation","payment_allocation","isStatusAllocated","allocation_status","defineProperty","method","channel","goToPaymentList","goToServiceRequestPage","SERVICEREQUEST","window","location","reload","goToCaseTransationPage","event","preventDefault","data","ISBSENABLE","resetOrderData","addRemission","chkForAddRemission","reference","payment","isFromPaymentDetailPage","isRefundRemission","checkForFees","addRefundForRemission","remission","chkIsRefundRemissionBtnEnable","remissionFeeAmt","net_amount","toLocaleLowerCase","allowFurtherAccessAfter4Days","isRefundRemissionBtnEnable","issueRefund","paymentgrp","chkIssueRefundBtnEnable","getRemissionByFeeCode","feeCode","remissions_1","tslib_1.__values","remissions_1_1","check4AllowedRoles2AccessRefund","isIssueRefunfBtnEnable","chkForPBAPayment","_b","_c","isAddFeeBtnEnabled","allowedRolesToAccessRefund","some","role","indexOf","tmp4DayAgo","Date","setDate","getDate","date_created","RefundsService","getRefundReasons","getRefundRejectReasons","getRefundActions","refundReference","patchRefundActions","reviewerAction","getRefundList","refundstatus","selfexclusive","getRefundStatusHistory","getRefundStatusList","getUserDetails","postIssueRefund","putResendOrEdit","refundRef","notificationType","patchResubmitRefund","refund_reference","ProcessRefundComponent","refundActionList","getErrorMessage","processRefundForm","formBuilder","group","refundActionField","FormControl","Validators","compose","required","refundRejectReasonField","sendMeBackField","minLength","maxLength","pattern","enterReasonField","refundlistsource","ccd_case_number","isFromRefundListPage","response","cpoDetails","isCPODown","checkRefundActions","refundActionsHasError","isReasonFieldEmpty","isReasonEmpty","isReasonInvalid","refundRejectReasonHasError","isConfirmButtondisabled","isSendMeBackClicked","isRejectClicked","isOtherClicked","refundRejectReasonList","processRefundSubmit","processRefundRequest","resetForm","controls","processFormError","errors","dirty","valid","reason","isSuccesspageEnable","successMsg","invalid","minlength","actualLength","maxlength","errorMsg","bodyTxt","loadRefundListPage","navigationpage","isRefundStatusView","loadRefundsHomePage","redirecttoRefundListPage","vals","field","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","goToCaseReview","router","navigate","relativeTo","activeRoute","FormBuilder","Router","ActivatedRoute","sendmeback","RefundListComponent","userLst","isAuthorized","isApproveTableVisible","tableApprovalHeader","tableRejectedHeader","refundService","approvalStatus","submittedRefundList","rejectStatus","rejectedRefundList","isRejectTableVisible","CardDetailsService","getCardDetails","CardDetailsComponent","cardDetailsService","cardDetails","pageTitle","PageNotFoundComponent","StatusHistoryService","getPaymentStatusesByReference","StatusHistoryComponent","statusHistoryService","statuses","NotificationService","getRefundNotification","getAddressByPostcode","postcode","ContactDetailsComponent","emailAddressForm","email","postCodeForm","manualAddressForm","addressl1","addressl2","townorcity","county","mpostcode","country","addressObj","setEditDetails","isEditOperationInRefundList","notification_type","isEmailSAddressClicked","isPostcodeClicked","isManualAddressClicked","setValue","contact_details","patchValue","address_line","city","postal_code","selectContactOption","isLinkedClied","finalFormSubmit","fieldCtrls","emailField","assignContactDetailsInFefundsList","assignContactDetails","emit","postcodeValidation","str","postcodeField","notificationService","refundsNotification","addressPostcodeList","isShowPickAddress","postcodeAddress","isAddressBoxEmpty","addressLine","addressArray","ADDRESS","POST_TOWN","LOCAL_CUSTODIAN_CODE_DESCRIPTION","POSTCODE","redirection","redirectToIssueRefund","val","isEmailEmpty","emailHasError","isPostcodeEmpty","postcodeHasError","isaddressLine1Empty","addressLine1HasError","addressLine2HasError","isTownOrCityEmpty","townOrCityHasError","isCountyEmpty","countyHasError","isMPostcodeEmpty","mpostcodeHasError","isCountryEmpty","Output","EventEmitter","PbaDetailsComponent","noop","ConsoleLoggerService","console","log","apply","CaseTransactionsService","getPaymentGroups","BulkScaningPaymentService","getBSPaymentsByCCD","getBSPaymentsByDCN","dcn","postBSAllocatePayment","paymentRef","postBSPaymentStrategic","postBSWoPGStrategic","patchBSChangeStatus","calculateOutStandingAmount","feesTotal","paymentsTotal","remissionsTotal","calculated_amount","toUpperCase","amount","hwf_amount","removeUnwantedString","input","replaceText","CaseTransactionsComponent","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","servicerequest","serviceRequestValue","isBulkScanEnable","isNewPcipalOff","ISNEWPCIPALOFF","isOldPcipalOff","ISOLDPCIPALOFF","isStrategicFixEnable","ISSFENABLE","caseTransactionsService","paymentGroups","isAnyFeeGroupAvilable","calculateAmounts","calculateOrderFeesAmounts","totalRefundAmount","calculateRefundAmount","setDefaults","goToOrderViewDetailSection","checkForExceptionRecord","totalPayments","totalRemissions","totalNonOffPayments","totalFees","getAllocationStatus","bulkScaningPaymentService","recordData","exception_record_reference","ccd_reference","isExceptionRecord","case_reference","resetOrderVariables","service_request_status","orderStatus","orderAddBtnEnable","orderRefId","orderTotalFees","orderReferenceObj","x","redirectToOrderFeeSearchPage","orderef","nonOffLinePayment","a","b","amount_due","clAmountDue","allocationLen","nonPayments","allPayments","remisison","totalRefundAmount_1","isFeeAmountZero_1","grpOutstandingAmount","isFeeRecordsExist","isNewPaymentGroup_1","index","isHistoricGroupAvailable","getGroupOutstandingAmount","redirectToFeeSearchPage","navigateByUrl","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","goToPaymentViewComponent","selectedUnprocessedFeeEvent","unprocessedRecordId","isUnprocessedRecordSelected","getUnprocessedFeeCount","unProcessedRecordCount","unprocessedRecordCount","calculateAmountDue","confirmRemoveFee","isRemoveBtnDisabled","cancelRemoval","removeFee","success","isCheckAmountdueExist","amountDue","isPBA","loadPBAAccountPage","pbaPayOrderRef","isAddRemissionEnable","orderRemissionDetails","ispaymentGroupApisuccess","isAddRemissionBtnEnabled","isEligible4PBAPayment","currentDate","check4AllowedRoles2AccessPBApayment","PaymentToPayhubRequest","currency","description","provider","toFixed","case_type","PayhubAntennaRequest","BS_ENABLE_FLAG","FeeSummaryComponent","bsPaymentDcnNumber","platForm","features","result","feature","uid","enable","getUnassignedPaymentlist","getPaymentGroup","unassignedPayments","service","responsible_service_id","upPaymentErrorMessage","currentFee","isPaymentExist","isRemissionsExist","totalAfterRemission","isFeeAmountZero","outStandingAmount","loadCaseTransactionPage","partUrl","cancelRemission","page","isConfirmationBtnDisabled","requestBody","antennaReqBody","go","payhubHtml","isBackButtonEnable","href","goToAllocatePage","Location","ErrorBannerComponent","UnidentifiedPaymentsRequest","payment_reference","unidentified_reason","payment_allocation_status","name","AllocatePaymentRequest","unAllocatedPayment","exceptionRecord","allocatedRequest","banked_date","date_banked","exception_record","document_control_number","dcn_reference","external_provider","giro_slip_no","bgc_reference","payer_name","payment_channel","payment_status","payment_method","payment_allocation_dto","MarkUnidentifiedPaymentComponent","getUnassignedPayment","markPaymentUnidentifiedForm","investicationDetail","unassignedRecord","siteID","beCcdNumber","beExceptionNumber","exceptionReference","ccdReference","trimUnderscore","saveAndContinue","investicationField","formerror","investigationComment","isInvesticationDetailEmpty","investicationDetailHasError","investicationDetailMinHasError","investicationDetailMaxHasError","confirmPayments","postStrategicBody","res1","res2","response2","reqBody","res3","gotoCasetransationPage","user_id","res","cancelMarkUnidentifiedPayments","UnsolicitedPaymentsRequest","responsible_office","responsible_person","email_id","receiving_office","receiving_email_address","sending_email_address","MarkUnsolicitedPaymentComponent","siteids","isContinueButtondisabled","siteIDList","scrollTo","markPaymentUnsolicitedForm","responsibleOffice","responsiblePerson","emailId","selectedSiteId","reasonField","officeIdField","reasonHasError","reasonMinHasError","reasonMaxHasError","isResponsibleOfficeEmpty","responsibleOfficeHasError","cancelMarkUnsolicitedPayments","checkingFormValue","formFields","valueExists","hasOwnProperty","selectchange","target","selectedSiteName","selectedIndex","text","UnprocessedPaymentsComponent","isNewpcipaloff","isOldpcipaloff","isStFixEnable","FEE_RECORDS_EXISTS","setValuesForUnassignedRecord","unassignedRecordList","unassignedRecordListLength","serviceId","isExceptionCase","unprocessedPaymentSelectEvent","formatUnassignedRecordId","ID","recordId","loadUnsolicitedPage","selectedRecordReference","validateButtons","resetButtons","isAllocateToExistingFeebtnEnabled","isMarkAsUnidentifiedbtnEnabled","isAllocatedToNewFeebtnEnabled","PAYMENTREF","IS_OS_AMT_AVAILABLE","unprocessedPaymentUnSelectEvent","showDetailRow","obj","unassignedRecordSelectedList","isRecordExist","ProcessedPaymentsComponent","redirectToPaymentViewPage","IAllocationPaymentsRequest","explanation","userName","user_name","AllocatePaymentsComponent","overUnderPaymentForm","moreDetails","fstCon","scndCn","selectedPaymentGroup","gotoSummaryPage","cancelAllocatePayment","confirmAllocatePayement","enCookieUserName","cookieUserName","decodeURIComponent","fullName","paymentDetailsField","paymentFormError","userNameField","isEmptyCondtion","paymentReason","paymentExplanation","isOtherOptionSelected","isRemainingAmountGtZero","isRemainingAmountLtZero","otherPaymentExplanation","finalServiceCall","paymentReasonHasError","paymentExplanationHasError","isPaymentDetailsEmpty","isPaymentDetailsInvalid","paymentDetailsMinHasError","paymentDetailsMaxHasError","isUserNameEmpty","isUserNameInvalid","GroupOutstandingAmount","remainingToBeAssigned","isMoreDetailsBoxHide","reset","paymentSectionLabel","feedbackUrlLabel","remainingAmount","afterFeeAllocateOutstanding","amountForAllocation","selectRadioButton","key","OrderListSelectEvent","reasonList","overPayment","hwfReward","wrongFee","notIssueCase","otherDeduction","shortFall","helpWithFee","other","explanationList","referRefund","noRefund","noCase","holdCase","heldCase","refund","duplicate","humanerror","caseWithdrawn","AddRemissionRequest","hwf_reference","AddRetroRemissionRequest","PostRefundRetroRemission","refund_reason","contactDeatils","PostIssueRefundRetroRemission","remissionReference","AddRemissionComponent","default","pattern1","pattern2","viewCompStatus","volume","remessionPayment","isPaymentSuccess","option","remissionForm","remissionCode","refundReason","refundDDReason","feeAmount","feesList","array","onlySelf","refundFeesList","refundReasons","recently_used","commonRefundReasons","sort","localeCompare","creds","id","apportion_amount","version","amounttorefund","selected","updatedVolume","noneSelected","item","querySelectorAll","el","classList","remove","check_en","v1","AppAmt","Volume","ele","getElementById","formArray","checked","at","removeAttribute","setAttribute","resetRemissionForm","remissionctrls","isRemissionLessThanFee","setErrors","confirmRemission","newNetAmount","remissionAmount","trim","LDUrl","routeReuseStrategy","shouldReuseRoute","onSameUrlNavigation","isRemissionCodeEmpty","remissionCodeHasError","isAmountEmpty","amountHasError","isRemissionLessThanFeeError","addRemissionCode","isFromCheckAnsPage","gotoAddRetroRemissionCodePage","iscancelClicked","refundListAmount","isFromRefundStatusPage","refundListReason","selectedRefundReason","selectedValue","gotoCheckRetroRemissionPage","gotoAmountRetroRemission","gotoProcessRetroRemissionPage","gotoProcessRetroRemission","note","notification","confirmRetroRemission","retroRemission","remissionamt","isRemissionApplied","remission_reference","processRefund","contactDetailsObj","refundAmount","refund_amount","gotoIssueRefundConfirmation","reduce","c","refundHasError","displayRefundReason","gotoIssueRefundPage","gotoIssuePage","checkboxs","getElementsByTagName","quantity","amountToRefund","apportionAmount","j","fullRefund","elementId","getErrorClass","quantityUpdated","refundAmtForFeeVolumes","innerText","allowedRefundAmount","calAmtToRefund","amtToRefund","gotoContactDetailsPage","add","changeIssueRefundReason","confirmIssueRefund","gotoRefundReasonPage","localStorage","setItem","isRefundReasonsSelected","showReasonText","reasonLength","getContactDetails","gotoPartialFeeRefundScreen","gotoServiceRequestPage","sendOrderDetail","sendOrderRef","gotoAddressPage","gotoRemissionSuccess","gotoCasetransationPageCancelBtnClicked","changeRefundAmount","getFormattedCurrency","concat","hasErrors","class","Array","CcdHyphensPipe","transform","match","Pipe","CapitalizePipe","slice","keyValuePipe","keys","SanitizeHtmlPipe","sanitizer","bypassSecurityTrustHtml","DomSanitizer","XlFileService","exportAsExcelFile","json","excelFileName","worksheet","XLSX.utils","json_to_sheet","header","setDataLossReportHeaders","setUnprocessedReportHeaders","setProcessedUnallocatedReportHeaders","setShortFallReportHeaders","autoFitColumns","excelBuffer","XLSX.write","Sheets","SheetNames","bookType","saveAsExcelFile","objectMaxLength","ColWidth","values","width","A1","v","B1","C1","D1","E1","F1","G1","H1","I1","J1","K1","L1","M1","N1","buffer","fileName","Blob","FileSaver.saveAs","ReportsComponent","fromValidation","getToday","toISOString","getSelectedFromDate","validateDates","reportsForm","selectedStartDate","tranformDate","selectedEndDate","isDateRangeMoreThanWeek","isDateRangeBetnWeek","isStartDateLesthanEndDate","selectedreport","downloadReport","isDownLoadButtondisabled","dataLossRptDefault","loss_resp","payment_asset_dcn","env_ref","env_item","resp_service_id","resp_service_name","bgc_batch","unProcessedRptDefault","exception_ref","ccd_ref","processedUnallocated","allocation_reason","ccd_exception_ref","ccd_case_ref","updated_by","shortFallsRptDefault","surplus_shortfall","balance","payment_amount","ccd_case_reference","ccd_exception_reference","processed_date","selectedReportName","applyDateFormat","substr","convertToFloatValue","Op","xlFileService","getFileName","loc","stDt","formatDate","enDt","now","timestamp","getTwodigit","getHours","getMinutes","getSeconds","getCamelCaseString","strDate","parts","map","amt","Number","parseFloat","TableComponent","STATUS","toLowerCase","isApprovalFlow","DATASOURCE","dataSource","MatTableDataSource","actualcount","r","_a","user_full_name","serviceLst","service_type","ngAfterViewInit","paginator","cdRef","applyFilter","filterValue","goToRefundProcessComponent","refundData","goToRefundViewComponent","isCallFromRefundList","ViewChild","MatPaginator","MatSort","displayedColumns","IPutNotificationRequest","contactDetails","recipient_email_address","recipient_postal_address","IResubmitRefundRequest","RefundStatusComponent","refundlist","refundStatusForm","getRefundsNotification","getRefundsStatusHistoryList","isProcessRefund","refundButtonState","refund_status","statusHistoryList","refundStatusHistories","status_history_dto_list","isLastUpdatedByCurrentUser","last_updated_by_current_user","notificationList","goToRefundView","gotoReviewDetailsPage","gotoReviewAndReSubmitPage","oldRefundReason","changedAmount","refundreason","notes","isRefundBtnDisabled","gotoAmountPage","goToReviewAndSubmitView","getRefundListReason","refundCode","getRefundAmount","gotoReviewRefundConfirmationPage","resubmitRequest","gotoEditAddressDetails","isEditDetailsClicked","addressDetails","getContactDetailsForRefundList","gotoEditDetailsPage","submitEditDetail","isResendOperationSuccess","resendRequest","putResend","Event","isEditAddressDeatilsClicked","ServiceRequestComponent","goToServiceRquestComponent","isServiceRequest","IserviceRequestCardPayment","language","IserviceRequestPbaPayment","account_number","customer_reference","orgName","organisation_name","PbaPaymentComponent","isGetPBAAccountSucceed","organisationEntityResponse","pbaAccountList","paymentAccount","selectpbaaccount","currentTarget","isPBADropdownSelected","selectedPbaAccount","pbaAccountRef","isPbaAccountSelected","isInSufficiantFund","isPBAAccountNotExist","isPBAServerError","isPBAAccountPaymentSuccess","pbaAccountrPaymentResult","e","isPBAAccountHold","isCardPaymentSelected","cardPayment","isCardPaymentSuccess","paymentUrl","next_url","selectPaymentMethod","NgModule","imports","CommonModule","HttpClientModule","FormsModule","ReactiveFormsModule","MatTableModule","MatPaginatorModule","MatSortModule","MatFormFieldModule","MatInputModule","declarations","exports","providers","provide","useClass","PaymentLibModule"],"mappings":"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"}
1
+ {"version":3,"sources":["ng://@hmcts/ccpay-web-component/lib/payment-lib.service.ts","ng://@hmcts/ccpay-web-component/lib/services/orderslist.service.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/error-handler.service.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-list/payment-list.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-list/payment-list.component.ts","node_modules/tslib/tslib.es6.js","ng://@hmcts/ccpay-web-component/lib/services/shared/httpclient/webcomponent.http.client.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-view/payment-view.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-view/payment-view.component.ts","ng://@hmcts/ccpay-web-component/lib/services/refunds/refunds.service.ts","ng://@hmcts/ccpay-web-component/lib/components/process-refund/process-refund.component.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-list/refund-list.component.ts","ng://@hmcts/ccpay-web-component/lib/services/card-details/card-details.service.ts","ng://@hmcts/ccpay-web-component/lib/components/card-details/card-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/page-not-found.component.ts","ng://@hmcts/ccpay-web-component/lib/services/status-history/status-history.service.ts","ng://@hmcts/ccpay-web-component/lib/components/status-history/status-history.component.ts","ng://@hmcts/ccpay-web-component/lib/services/notification/notification.service.ts","ng://@hmcts/ccpay-web-component/lib/components/contact-details/contact-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-details/pba-details.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/console-logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/case-transactions/case-transactions.service.ts","ng://@hmcts/ccpay-web-component/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts","ng://@hmcts/ccpay-web-component/lib/components/case-transactions/case-transactions.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PaymentToPayhubRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PayhubAntennaRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/fee-summary/fee-summary.component.ts","ng://@hmcts/ccpay-web-component/lib/components/error-banner/error-banner.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnidentifiedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AllocatePaymentRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnsolicitedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/components/unprocessed-payments/unprocessed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/components/processed-payments/processed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IAllocationPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/allocate-payments/allocate-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRetroRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostIssueRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/components/add-remission/add-remission.component.ts","ng://@hmcts/ccpay-web-component/lib/pipes/ccd-hyphens.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/capitalize.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/key-value.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/sanitize-html.pipe.ts","ng://@hmcts/ccpay-web-component/lib/services/xl-file/xl-file.service.ts","ng://@hmcts/ccpay-web-component/lib/components/reports/reports.component.ts","ng://@hmcts/ccpay-web-component/lib/components/table/table.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IPutNotificationRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IResubmitRefundRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-status/refund-status.component.ts","ng://@hmcts/ccpay-web-component/lib/components/service-request/service-request.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestCardPayment.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestPbaPayment.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-payment/pba-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.module.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\n\nexport class PaymentLibService {\n API_ROOT: string;\n BULKSCAN_API_ROOT: string;\n REFUNDS_API_ROOT: string;\n NOTIFICATION_API_ROOT: string;\n CARDPAYMENTRETURNURL: string;\n\n constructor() { }\n\n setApiRootUrl(apiRoot: string): void {\n this.API_ROOT = apiRoot;\n }\n\n getApiRootUrl(): string {\n return this.API_ROOT;\n }\n\n setBulkScanApiRootUrl(bulkscanapiRoot: string): void {\n this.BULKSCAN_API_ROOT = bulkscanapiRoot;\n }\n\n getBulkScanApiRootUrl(): string {\n return this.BULKSCAN_API_ROOT;\n }\n\n setRefundndsApiRootUrl(refundsapiRoot: string): void {\n this.REFUNDS_API_ROOT = refundsapiRoot;\n }\n\n getRefundsApiRootUrl(): string {\n return this.REFUNDS_API_ROOT;\n }\n setNoticationApiRootUrl(notificationapiRoot: string): void {\n this.NOTIFICATION_API_ROOT = notificationapiRoot;\n }\n\n getNoticationApiRootUrl(): string {\n return this.NOTIFICATION_API_ROOT;\n }\n \n setCardPaymentReturnUrl(cardPaymentReturnUrl: string):void {\n this.CARDPAYMENTRETURNURL = cardPaymentReturnUrl;\n }\n getCardPaymentReturnUrl(): string {\n return this.CARDPAYMENTRETURNURL;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { Observable, BehaviorSubject } from 'rxjs';\nimport {IOrderReferenceFee} from '../interfaces/IOrderReferenceFee';\nimport { IRefundList } from '../interfaces/IRefundList';\nimport { IPaymentView } from '../interfaces/IPaymentView'; \n\n@Injectable({\n providedIn: 'root'\n})\nexport class OrderslistService {\n private ordersList: BehaviorSubject<IOrderReferenceFee[]> = new BehaviorSubject<IOrderReferenceFee[]>(null);\n private refundView: BehaviorSubject<IRefundList> = new BehaviorSubject<IRefundList>(null);\n private caseType = new BehaviorSubject(\"\");\n getcaseType = this.caseType.asObservable();\n private feeExists = new BehaviorSubject<boolean>(null);\n getFeeExist = this.feeExists.asObservable();\n private ccdCaseNumber = new BehaviorSubject(\"\");\n getCCDCaseNumberforRefund = this.ccdCaseNumber.asObservable();\n private isFromServiceRequestPage = new BehaviorSubject<boolean>(null);\n getisFromServiceRequestPage = this.isFromServiceRequestPage.asObservable();\n private OrderRefId = new BehaviorSubject(\"\");\n getOrderRefId = this.OrderRefId.asObservable();\n private navigationPage = new BehaviorSubject(\"\");\n getnavigationPage = this.navigationPage.asObservable();\n\n private orderRef = new BehaviorSubject(\"\");\n getorderRef = this.orderRef.asObservable();\n private orderCCDEvent = new BehaviorSubject(\"\");\n getorderCCDEvent = this.caseType.asObservable();\n private orderCreated = new BehaviorSubject<Date>(null);\n getorderCreated = this.orderCreated.asObservable();\n private orderParty = new BehaviorSubject(\"\");\n getorderParty = this.orderParty.asObservable();\n private orderRemissionTotal = new BehaviorSubject<number>(null);\n getorderRemissionTotal = this.orderRemissionTotal.asObservable();\n private orderFeesTotal = new BehaviorSubject<number>(null);\n getorderFeesTotal = this.orderFeesTotal.asObservable();\n private orderTotalPayments = new BehaviorSubject<number>(null);\n getorderTotalPayments = this.orderTotalPayments.asObservable();\n private rolesList: BehaviorSubject<any[]> = new BehaviorSubject<any[]>(null);\n\n private orderDetail: BehaviorSubject<any[]> = new BehaviorSubject<any[]>(null);\n\n private paymentPageView: BehaviorSubject<IPaymentView> = new BehaviorSubject<IPaymentView>(null);\n\n constructor() { }\n\n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n }\n getOrdersList() {\n return this.ordersList;\n }\n\n setRefundView(refundList: IRefundList): void {\n this.refundView.next(Object.assign([], refundList));\n }\n getRefundView() {\n return this.refundView;\n }\n\n setCaseType(caseType: string){\n this.caseType.next(caseType);\n }\n getCaseType(){\n return this.caseType;\n }\n\n setCCDCaseNumber(ccdCaseNumber: string){\n this.ccdCaseNumber.next(ccdCaseNumber);\n }\n getCCDCaseNumber(){\n return this.ccdCaseNumber;\n }\n\n setFeeExists(feeExists: boolean){\n this.feeExists.next(feeExists);\n }\n getFeeExists(){\n return this.feeExists;\n } \n\n setisFromServiceRequestPage(isFromServiceRequestPage: boolean){\n this.isFromServiceRequestPage.next(isFromServiceRequestPage);\n }\n getisFromServiceRequestPages(){\n return this.isFromServiceRequestPage;\n }\n\n setOrderRefId(OrderRefId: string){\n this.OrderRefId.next(OrderRefId);\n }\n getSelectedOrderRefId(){\n return this.OrderRefId;\n }\n\n setnavigationPage(navigationPage: string){\n this.navigationPage.next(navigationPage);\n }\n getnavigationPageValue(){\n return this.navigationPage;\n }\n\n setpaymentPageView(paymentpageList: IPaymentView): void {\n this.paymentPageView.next(Object.assign([], paymentpageList));\n }\n getpaymentPageView() {\n return this.paymentPageView;\n }\n\n setUserRolesList(rolesList:any[]): void {\n this.rolesList.next(Object.assign([], rolesList));\n }\n getUserRolesList() {\n return this.rolesList;\n }\n\n setorderDetail(orderDetail:any[]): void {\n this.orderDetail.next(Object.assign([], orderDetail));\n }\n getorderDetail() {\n return this.orderDetail;\n }\n\n setOrderRef(orderRef: string){\n this.orderRef.next(orderRef);\n }\n getorderRefs(){\n return this.orderRef;\n }\n\n setorderCCDEvent(orderCCDEvent: string){\n this.orderCCDEvent.next(orderCCDEvent);\n }\n getorderCCDEvents(){\n return this.orderCCDEvent;\n }\n\n setorderCreated(orderCreated: Date){\n this.orderCreated.next(orderCreated);\n }\n getorderCreateds(){\n return this.orderCreated;\n }\n\n setorderParty(orderParty: string){\n this.orderParty.next(orderParty);\n }\n getorderPartys(){\n return this.orderParty;\n }\n\n setorderRemissionTotal(orderRemissionTotal: number){\n this.orderRemissionTotal.next(orderRemissionTotal);\n }\n getorderRemissionTotals(){\n return this.orderRemissionTotal;\n }\n\n setorderFeesTotal(orderFeesTotal: number){\n this.orderFeesTotal.next(orderFeesTotal);\n }\n getorderFeesTotals(){\n return this.orderFeesTotal;\n }\n\n setorderTotalPayments(orderTotalPayments: number){\n this.orderTotalPayments.next(orderTotalPayments);\n }\n getoorderTotalPaymentss(){\n return this.orderTotalPayments;\n }\n}\n","import { ChangeDetectorRef, Component, Input, OnInit } from '@angular/core';\nimport { PaymentLibService } from './payment-lib.service';\nimport { IBSPayments } from './interfaces/IBSPayments';\nimport { OrderslistService } from './services/orderslist.service';\nimport { IPayment } from './interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-payment-lib',\n template: `\n <ccpay-refund-list [USERID]=\"USERID\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" [LOGGEDINUSEREMAIL]=\"LOGGEDINUSEREMAIL\" *ngIf=\"viewName === 'refund-list'\"></ccpay-refund-list>\n <ccpay-payment-list *ngIf=\"viewName === 'payment-list'\"></ccpay-payment-list>\n <ccpay-refund-status [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'refundstatuslist'\"> </ccpay-refund-status >\n <ccpay-payment-view [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'payment-view'\"\n [isTurnOff]=\"ISTURNOFF\" [isTakePayment]=\"TAKEPAYMENT\" [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"></ccpay-payment-view>\n\n <ccpay-process-refund *ngIf=\"viewName === 'process-refund'\"\n [refundReference]=\"refundReference\"\n [refundlistsource]=\"refundlistsource\"\n ></ccpay-process-refund>\n <ccpay-pba-payment *ngIf=\"viewName === 'pba-payment'\"\n [pbaPayOrderRef]=\"pbaPayOrderRef\"\n ></ccpay-pba-payment>\n <ccpay-case-transactions [isTakePayment]=\"isTakePayment\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'case-transactions'\"></ccpay-case-transactions>\n <app-mark-unidentified-payment *ngIf=\"viewName === 'unidentifiedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unidentified-payment>\n <app-mark-unsolicited-payment *ngIf=\"viewName === 'unsolicitedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unsolicited-payment>\n <app-allocate-payments *ngIf=\"viewName === 'allocate-payments'\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n ></app-allocate-payments>\n <ccpay-fee-summary *ngIf=\"viewName === 'fee-summary'\"\n [ccdCaseNumber]=\"CCD_CASE_NUMBER\" \n [paymentGroupRef]=\"paymentGroupReference\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"\n ></ccpay-fee-summary>\n <ccpay-reports *ngIf=\"viewName === 'reports'\"></ccpay-reports>\n `\n})\n\nexport class PaymentLibComponent implements OnInit {\n @Input('API_ROOT') API_ROOT: string;\n @Input('BULKSCAN_API_ROOT') BULKSCAN_API_ROOT: string;\n @Input('REFUNDS_API_ROOT') REFUNDS_API_ROOT: string;\n @Input('NOTIFICATION_API_ROOT') NOTIFICATION_API_ROOT: string;\n @Input('CARDPAYMENTRETURNURL') CARDPAYMENTRETURNURL: string;\n @Input('CCD_CASE_NUMBER') CCD_CASE_NUMBER: string;\n @Input('EXC_REFERENCE') EXC_REFERENCE: string;\n @Input('PAYMENT_METHOD') PAYMENT_METHOD: string;\n @Input('VIEW') VIEW: string;\n @Input('VIEWSERVICE') VIEWSERVICE: string;\n @Input('PAYMENT_GROUP_REF') PAYMENT_GROUP_REF?: string;\n @Input('TAKEPAYMENT') TAKEPAYMENT: boolean;\n @Input('SERVICEREQUEST') SERVICEREQUEST: string;\n @Input('DCN_NUMBER') DCN_NUMBER: string;\n @Input('SELECTED_OPTION') SELECTED_OPTION: string;\n @Input('ISBSENABLE') ISBSENABLE: Boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('CASETYPE') CASETYPE: string;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('rootUrl') rootUrl: boolean;\n @Input('REFUNDLIST') REFUNDLIST: string;\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL: string;\n @Input('isFromServiceRequestPage') isFromServiceRequestPage: boolean;\n\n paymentMethod: string;\n bspaymentdcn: string;\n unProcessedPaymentServiceId: string = null;\n paymentGroupReference: string;\n paymentReference: string;\n refundReference: string;\n refundlistsource: any;\n viewName: string;\n isTurnOff: boolean;\n caseType: string;\n isOldPcipalOff: boolean;\n isNewPcipalOff: boolean;\n unProcessedPayment: IBSPayments = null;\n isRefundStatusView: boolean;\n isRedirectFromCaseTransactionPage: string;\n isCallFromRefundList: boolean;\n isFromRefundStatusPage: boolean;\n iscancelClicked : boolean;\n isFromPaymentDetailPage: boolean;\n pbaPayOrderRef: IPayment;\n isTakePayment: boolean;\n\n orderDetail: any[];\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n\n constructor(private paymentLibService: PaymentLibService,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) { }\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n } \n\n\n ngOnInit() {\n this.paymentLibService.setApiRootUrl(this.API_ROOT);\n this.paymentLibService.setBulkScanApiRootUrl(this.BULKSCAN_API_ROOT);\n this.paymentLibService.setRefundndsApiRootUrl(this.REFUNDS_API_ROOT);\n this.paymentLibService.setNoticationApiRootUrl(this.NOTIFICATION_API_ROOT);\n this.paymentLibService.setCardPaymentReturnUrl(this.CARDPAYMENTRETURNURL);\n\n if(this.LOGGEDINUSERROLES.length > 0) {\n this.OrderslistService.setUserRolesList(this.LOGGEDINUSERROLES);\n }\n if (this.PAYMENT_GROUP_REF) {\n this.paymentGroupReference = this.PAYMENT_GROUP_REF;\n }\n if (this.DCN_NUMBER) {\n this.bspaymentdcn = this.DCN_NUMBER;\n }\n if (this.REFUNDLIST === \"true\") {\n this.VIEW = 'refund-list';\n this.viewName = this.VIEW;\n }\n if (this.VIEW === 'fee-summary') {\n this.viewName = 'fee-summary';\n } else if (this.VIEW !== 'reports' && this.VIEW !== 'refund-list') {\n this.viewName = 'case-transactions';\n } else {\n this.viewName = this.VIEW;\n }\n\n if (this.isTakePayment) {\n this.TAKEPAYMENT = true;\n }\n }\n}\n","import { Injectable } from '@angular/core';\nimport { _throw } from 'rxjs/observable/throw';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { HttpErrorResponse } from '@angular/common/http';\nimport { stringify } from '@angular/core/src/util';\n\n@Injectable({\n providedIn: 'root'\n})\n\n\nexport class ErrorHandlerService {\n\n constructor() { }\n\n\n handleError(err: HttpErrorResponse): Observable<any> {\n let errorMessage: string;\n if (err.error instanceof Error) {\n // A client-side or network error occurred.\n errorMessage = `An error occurred: ${err.error.message}`;\n } else {\n // The backend returned an unsuccessful response code.\n if (err.status === 404) {\n\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n else if (err.status === 500) {\n errorMessage = 'Internal server error';\n } else if (err.error.messsage === undefined) {\n if( typeof err.error === 'object') {\n errorMessage = JSON.parse(JSON.stringify(err.error)).error;\n } else {\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n \n } else {\n if (err.error.message !== undefined) {\n errorMessage = `${err.error.message}`;\n } else {\n errorMessage = `${err.error}`;\n }\n \n }\n }\n return _throw(errorMessage);\n }\n\n\n getServerErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","import { Injectable } from '@angular/core';\n\nconst noop = (): any => undefined;\n\nexport abstract class Logger {\n\n info: any;\n warn: any;\n error: any;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class LoggerService implements Logger {\n\n info: any;\n warn: any;\n error: any;\n\n invokeConsoleMethod(type: string, args?: any): void {}\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient } from '@angular/common/http';\n\nimport { Observable } from 'rxjs/internal/Observable';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { IPayments } from '../../interfaces/IPayments';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentListService {\n payments: IPayments;\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n\n getPaymentByCcdCaseNumber(ccdCaseNumber: string, paymentMethod: string): Observable<IPayments> {\n this.logger.info('Payment-list-service getPaymentByCcdCaseNumber for: ', ccdCaseNumber);\n\n return this.http.get<IPayments>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/payments`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import {Component, OnInit} from '@angular/core';\n\nimport {PaymentListService} from '../../services/payment-list/payment-list.service';\nimport {IPayments} from '../../interfaces/IPayments';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport {IStatusHistory} from '../../interfaces/IStatusHistory';\n\n@Component({\n selector: 'ccpay-payment-list',\n templateUrl: './payment-list.component.html',\n styleUrls: ['./payment-list.component.css']\n})\nexport class PaymentListComponent implements OnInit {\n payments: IPayments;\n errorMessage: string;\n code: string;\n\n constructor(private paymentListService: PaymentListService,\n private paymentLibComponent: PaymentLibComponent) {\n }\n\n ngOnInit() {\n this.paymentListService.getPaymentByCcdCaseNumber(this.paymentLibComponent.CCD_CASE_NUMBER, this.paymentLibComponent.PAYMENT_METHOD)\n .subscribe(\n payments => this.payments = payments,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.paymentLibComponent.paymentMethod = paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n}\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport { Observable } from 'rxjs';\n\n@Injectable()\nexport class WebComponentHttpClient {\n constructor(\n private http: HttpClient,\n private meta: Meta\n ) { }\n\n post(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.post(url, body, opts);\n }\n\n put(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.put(url, body, opts);\n }\n\n get(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.get(url, opts);\n }\n\n delete(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.delete(url, opts);\n }\n \n patch(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.patch(url, body, opts);\n }\n\n addHeaders(options: any): any {\n const csrfToken = this.meta.getTag('name=csrf-token');\n const headers = {};\n \n if (options.headers) {\n options.headers.forEach(element => {\n headers[element] = options.headers.get(element);\n });\n }\n headers['X-Requested-With'] = 'XMLHttpRequest';\n if (csrfToken === null) {\n if( document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')) !== undefined ) {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')).split('=')[1]; \n } else {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith(' XSRF-TOKEN')).split('=')[1];\n }\n } else {\n headers['CSRF-Token'] = csrfToken.content;\n }\n options.headers = new HttpHeaders(headers);\n options.responseType = 'text';\n return options;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { v4 as uuidv4 } from 'uuid';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { Meta } from '@angular/platform-browser';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IAllocationPaymentsRequest } from '../../interfaces/IAllocationPaymentsRequest';\nimport {IOrderReferenceFee} from '../../interfaces/IOrderReferenceFee';\nimport { BehaviorSubject } from 'rxjs';\nimport { IserviceRequestPbaPayment } from '../../interfaces/IserviceRequestPbaPayment';\nimport { IserviceRequestCardPayment } from '../../interfaces/IserviceRequestCardPayment';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\nimport { error } from '@angular/compiler/src/util';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentViewService {\n private ordersList = <BehaviorSubject<IOrderReferenceFee[]>>new BehaviorSubject([]);\n\n private meta: Meta;\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentDetails(paymentReference: string, paymentMethod: string): Observable<IPayment> {\n this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getPaymentGroupDetails(paymentGroupReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentGroupReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getApportionPaymentDetails(paymentReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/fee-pay-apportion/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getPBAaccountDetails(): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/pba-accounts`;\n return this.http.get(url, { withCredentials: true }).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postWays2PayCardPayment(serviceRef: string, body: IserviceRequestCardPayment): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/card-payments`;\n const rurl = this.paymentLibService.CARDPAYMENTRETURNURL.replace('.prod', '');\n body['return-url'] = `${rurl}/payment`;\n return this.https.post(url, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n \n postPBAaccountPayment(serviceRef: string, body: IserviceRequestPbaPayment): Observable<any> {\n let randomKey = 'idam-key-' + Math.random().toString().split('.').join('-');\n body['idempotency_key'] = randomKey; \n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/pba-payments`;\n return this.https.post(url, body);\n }\n\n postBSPayments(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnidentifiedPayments(body: UnidentifiedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnsolicitedPayments(body: UnsolicitedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocationPayments(body: IAllocationPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentGroupWithRemissions(paymentGroupReference: string, feeId: number, body: AddRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/remissions`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n deleteFeeFromPaymentGroup(feeId: number): Observable<any> {\n this.logger.info('Payment-view-service deleteFeeFromPaymentGroup for: ', feeId);\n return this.https.delete(`${this.paymentLibService.API_ROOT}/fees/${feeId}`).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postPaymentToPayHub(body: PaymentToPayhubRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentAntennaToPayHub(body: PayhubAntennaRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/telephony-card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getBSfeature(): Observable<any> {\n return this.https.get('api/payment-history/bulk-scan-feature', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getSiteID(): Observable<any> {\n return this.https.get('api/payment-history/refdata/legacy-sites', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getPartyDetails(caseNumber: string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/case-payment-orders?case_ids=${caseNumber}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n \n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n}\n getOrdersList() {\n return this.ordersList;\n }\n\n //issue refund\n postRefundsReason(body: PostRefundRetroRemission): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-for-payment`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n // retro remissions\n postPaymentGroupWithRetroRemissions(paymentGroupReference: string, feeId: number, body: AddRetroRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postRefundRetroRemission(body:PostIssueRefundRetroRemission) {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\nimport { ChangeDetectorRef } from '@angular/core';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-payment-view',\n templateUrl: './payment-view.component.html',\n styleUrls: ['./payment-view.component.css']\n})\nexport class PaymentViewComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() isTakePayment: boolean;\n @Input() caseType: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() orderRef: string;\n @Input() orderStatus: string;\n @Input() orderTotalPayments: number;\n @Input() payment: IPayment;\n @Input() LOGGEDINUSERROLES: string[];\n @Input() orderParty: string;\n @Input() orderCreated: Date;\n @Input() orderCCDEvent: string;\n @Input() orderFeesTotal: number;\n @Input() orderRemissionTotal: number;\n @Input() orderDetail: any[];\n @Input(\"isServiceRequest\") isServiceRequest: string;\n\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n ccdCaseNumber: string;\n selectedOption: string;\n dcnNumber: string;\n isStatusAllocated: boolean;\n isRemissionsMatch: boolean;\n feeId: IFee;\n viewStatus: string;\n isRefundRemission: boolean = false;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n remissions: IRemission[] = [];\n remissionFeeAmt: number;\n isRefundRemissionBtnEnable: boolean;\n serviceReference: string;\n isFromServiceRequestPage: boolean;\n isFromPaymentDetailPage: boolean;\n paymentFees: IFee[];\n\n constructor(private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) {\n }\n\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n } \n\n ngOnInit() {\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.serviceReference = this.paymentLibComponent.paymentGroupReference;\n this.viewStatus = 'paymentview';\n this.paymentViewService.getApportionPaymentDetails(this.paymentLibComponent.paymentReference).subscribe(\n paymentGroup => {\n let fees = [];\n paymentGroup.fees.forEach(fee => {\n this.isRemissionsMatch = false;\n\n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees\n this.paymentFees =fees;\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n \n },\n (error: any) => this.errorMessage = error\n );\n\n }\n\n get isCardPayment(): boolean {\n return this.paymentGroup.payments[0].method === 'card';\n }\n\n get isTelephonyPayment(): boolean {\n return this.paymentGroup.payments[0].channel === 'telephony';\n }\n\n public goToPaymentList(): void {\n this.paymentLibComponent.viewName = 'payment-list';\n }\n goToServiceRequestPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.SERVICEREQUEST = 'true';\n this.paymentLibComponent.isFromServiceRequestPage = true;\n window.location.reload();\n }\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n if (!this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.resetOrderData();\n } else {\n this.OrderslistService.getorderRefs().subscribe((data) => this.orderRef = data);\n this.OrderslistService.getorderCCDEvents().subscribe((data) => this.orderCCDEvent = data);\n this.OrderslistService.getorderCreateds().subscribe((data) => this.orderCreated = data);\n this.OrderslistService.getorderDetail().subscribe((data) => this.orderDetail = data);\n this.OrderslistService.getorderPartys().subscribe((data) => this.orderParty = data);\n this.OrderslistService.getorderRemissionTotals().subscribe((data) => this.orderRemissionTotal = data);\n this.OrderslistService.getorderFeesTotals().subscribe((data) => this.orderFeesTotal = data);\n this.OrderslistService.getoorderTotalPaymentss().subscribe((data) => this.orderTotalPayments = data);\n this.viewStatus = 'order-full-view';\n }\n \n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.paymentViewService.getApportionPaymentDetails(this.paymentGroup.payments[0].reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.viewStatus = 'addremission';\n this.isRefundRemission = true;\n this.cd.detectChanges();\n },\n (error: any) => this.errorMessage = error\n );\n }\n }\n\n checkForFees(paymentGroup: any) {\n if(paymentGroup !== null && paymentGroup !== undefined)\n {\n if (paymentGroup.fees !== null && paymentGroup.fees !== undefined) {\n return true;\n }\n \n }\n return false;\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n if(this.chkIsRefundRemissionBtnEnable()) {\n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n this.viewStatus = 'addrefundforremission';\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.paymentGroup !== null && this.paymentGroup !== undefined) {\n this.paymentGroup.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n issueRefund(paymentgrp: IPaymentGroup) {\n if (paymentgrp !== null && paymentgrp !== undefined) {\n if(this.chkIssueRefundBtnEnable(paymentgrp.payments[0])) {\n this.paymentGroup = paymentgrp;\n this.viewStatus = 'issuerefund';\n this.isRefundRemission = true;\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.isFromPaymentDetailPage = true;\n this.isFromServiceRequestPage = this.paymentLibComponent.isFromServiceRequestPage;\n }\n }\n }\n\n getRemissionByFeeCode(feeCode: string, remissions: IRemission[]): IRemission {\n if (remissions && remissions.length > 0) {\n for (const remission of remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkForPBAPayment(): boolean {\n if (this.paymentGroup !== null && this.paymentGroup !== undefined) {\n let payment = this.paymentGroup.payments[0];\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n return true;\n }\n return false;\n }\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(this.paymentGroup.payments[0])) {\n if (this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n return true;\n }\n return true;\n\n } else {\n return false;\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if(payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n}","import { Injectable } from '@angular/core';\nimport {HttpClient, HttpHeaders} from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { IPatchRefundAction } from '../../interfaces/IPatchRefundAction';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { IssueRefundRequest } from '../../interfaces/IssueRefundRequest';\nimport { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';\nimport { IRefundStatusHistory } from '../../interfaces/IRefundStatusHistory';\nimport { IPutNotificationRequest } from '../../interfaces/IPutNotificationRequest';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class RefundsService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService,\n private meta: Meta\n ) { }\n\n getRefundReasons(): Observable<IRefundReasons[]> {\n return this.http.get<IRefundReasons[]>(`${this.paymentLibService.REFUNDS_API_ROOT}/reasons`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getRefundRejectReasons(): Observable<any> {\n return this.http.get<any>(`${this.paymentLibService.REFUNDS_API_ROOT}/rejection-reasons`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getRefundActions(refundReference: string): Observable<any> {\n return this.http.get<any>(`${this.paymentLibService.REFUNDS_API_ROOT}/${refundReference}/actions`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\npatchRefundActions(body:IPatchRefundAction, refundReference: string, reviewerAction: string): Observable<any> {\n // const opts = this.addHeaders({});\n return this.https.patch(`${this.paymentLibService.REFUNDS_API_ROOT}/${refundReference}/action/${reviewerAction}`, body)\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetRefundList(refundstatus?: string, selfexclusive?:boolean): Observable<IRefundList[]> {\n return this.http.get<IRefundList[]>(`${this.paymentLibService.REFUNDS_API_ROOT}?status=${refundstatus}&excludeCurrentUser=${selfexclusive}`, \n {\n withCredentials: true\n})\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetRefundStatusHistory(reference?: string) {\n return this.http.get<IRefundStatusHistory>(`${this.paymentLibService.REFUNDS_API_ROOT}/${reference}/status-history`, \n {\n withCredentials: true\n})\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetRefundStatusList(ccdCaseNumber:string): Observable<IRefundList[]> {\n return this.http.get<IRefundList[]>(`${this.paymentLibService.REFUNDS_API_ROOT}?ccdCaseNumber=${ccdCaseNumber}`, {\n withCredentials: true\n})\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetUserDetails(): Observable<any> {\n return this.http.get<any>(`${this.paymentLibService.REFUNDS_API_ROOT}/get-user-details`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n \npostIssueRefund(body: IssueRefundRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.REFUNDS_API_ROOT}/refund`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\nputResendOrEdit(body: IPutNotificationRequest, refundRef:string, notificationType:string): Observable<any> {\n return this.https.put(`${this.paymentLibService.REFUNDS_API_ROOT}/resend/notification/${refundRef}?notificationType=${notificationType}`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\npatchResubmitRefund(body: IResubmitRefundRequest, refund_reference: string): Observable<any> {\n // const opts = this.addHeaders({});\n return this.https.patch(`${this.paymentLibService.REFUNDS_API_ROOT}/resubmit/${refund_reference}`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\naddHeaders(options: any): any {\n const csrfToken = this.meta.getTag('name=csrf-token');\n const headers = {};\n if (options.headers) {\n options.headers.forEach(element => {\n headers[element] = options.headers.get(element);\n });\n }\n headers['X-Requested-With'] = 'XMLHttpRequest';\n if (csrfToken.content === null) {\n if( document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')) !== undefined ) {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')).split('=')[1]; \n } else {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith(' XSRF-TOKEN')).split('=')[1];\n }\n } else {\n headers['CSRF-Token'] = csrfToken.content;\n }\n options.headers = new HttpHeaders(headers);\n options.responseType = 'text';\n return options;\n}\n}\n","import {Component, OnInit, Input} from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport {RefundsService} from '../../services/refunds/refunds.service';\nimport { IRefundAction } from '../../interfaces/IRefundAction';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { IRefundRejectReason } from '../../interfaces/IRefundRejectReason';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { ActivatedRoute,Router } from '@angular/router';\n\n@Component({\n selector: 'ccpay-process-refund',\n templateUrl: './process-refund.component.html',\n styleUrls: ['./process-refund.component.css']\n})\nexport class ProcessRefundComponent implements OnInit {\n @Input() refundReference: string;\n @Input() refundlistsource: IRefundList;\n\n processRefundForm: FormGroup;\n\n errorMessage = this.getErrorMessage(false, '', '', '');\n sendmeback: string = null;\n viewStatus: string;\n refundActionList: IRefundAction[] = []; \n refundRejectReasonList: IRefundRejectReason[] = []; \n isSendMeBackClicked: boolean = false;\n isRejectClicked: boolean = false;\n isOtherClicked: boolean = false;\n isSuccesspageEnable: boolean = false;\n\n refundActionsHasError: boolean = false;\n refundRejectReasonHasError: boolean = false;\n isReasonFieldEmpty: boolean = false;\n isReasonFieldInvalid: boolean = false;\n reasonFieldMinHasError: boolean = false;\n reasonFieldMaxHasError: boolean = false;\n isReasonEmpty: boolean = false;\n isReasonInvalid: boolean = false;\n successMsg: string = null;\n navigationpage: string;\n ccdCaseNumber: string;\n cpoDetails:any = null;\n isCPODown: boolean;\n isFromRefundListPage: boolean;\n\n isConfirmButtondisabled: boolean = true;\n constructor(private RefundsService: RefundsService,\n private paymentViewService: PaymentViewService,\n private formBuilder: FormBuilder,\n private OrderslistService: OrderslistService,\n private paymentLibComponent: PaymentLibComponent,\n private router: Router,\n private activeRoute: ActivatedRoute) {\n }\n\n ngOnInit() {\n this.viewStatus = 'RefundProcess';\n this.RefundsService.getRefundActions(this.refundReference).subscribe(\n refundActionList => {\n this.refundActionList = <any>refundActionList;\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n this.processRefundForm = this.formBuilder.group({\n refundActionField: new FormControl('', Validators.compose([\n Validators.required\n ])),\n refundRejectReasonField: new FormControl('', Validators.compose([\n Validators.required\n ])),\n sendMeBackField: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$'),\n\n ])),\n enterReasonField: new FormControl('', Validators.compose([\n Validators.required,\n Validators.maxLength(30),\n Validators.pattern('^([a-zA-Z0-9.\\\\s]*)$'),\n ])),\n });\n this.ccdCaseNumber = this.refundlistsource.ccd_case_number;\n\n if((typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') || (typeof this.paymentLibComponent.TAKEPAYMENT === 'boolean' && !this.paymentLibComponent.TAKEPAYMENT) ) {\n this.isFromRefundListPage = true;\n }\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.isCPODown = true;\n }\n );\n }\n \n checkRefundActions(code: string) {\n this.refundActionsHasError = false;\n this.isReasonFieldEmpty = false;\n this.isReasonEmpty = false;\n this.isReasonInvalid = false;\n this.refundRejectReasonHasError = false;\n if(code === 'Return to caseworker') {\n this.isConfirmButtondisabled = true;\n this.isSendMeBackClicked = true;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Approve') {\n this.isSendMeBackClicked = false;\n this.isConfirmButtondisabled = false;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Reject') {\n this.isRejectClicked = true;\n this.isSendMeBackClicked = false;\n this.isOtherClicked = false;\n this.RefundsService.getRefundRejectReasons().subscribe(\n refundRejectReasonList => {\n this.refundRejectReasonList = <any>refundRejectReasonList;\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else if (code === 'RE005') {\n this.isOtherClicked = true;\n } else if (code !== 'RE005') {\n this.isOtherClicked = false;\n }\n }\n processRefundSubmit() {\n let processRefundRequest;\n let status;\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n const controls = this.processRefundForm.controls;\n const processFormError = controls.sendMeBackField.errors;\n\n if (this.processRefundForm.dirty && controls.refundActionField.valid \n && (controls.refundActionField.value == 'Approve'\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.valid && controls.refundRejectReasonField.value != 'RE005')\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005' && controls.enterReasonField.valid)\n || (controls.refundActionField.value == 'Return to caseworker' && controls.sendMeBackField.valid))) {\n if (controls.refundActionField.value === 'Approve'){\n status = 'APPROVE';\n processRefundRequest = {\n code:'',\n reason: ''\n };\n } else if (controls.refundActionField.value === 'Reject') {\n status = 'REJECT';\n\n processRefundRequest = {\n code: controls.refundRejectReasonField.value ? controls.refundRejectReasonField.value : '',\n reason: controls.refundRejectReasonField.value == 'RE005' ? controls.enterReasonField.value : ''\n };\n } else if (controls.refundActionField.value === 'Return to caseworker') {\n status = 'SENDBACK';\n\n processRefundRequest = {\n code: '',\n reason: controls.sendMeBackField.value\n };\n }\n this.RefundsService.patchRefundActions(processRefundRequest, this.refundReference, status).subscribe(\n response => {\n this.isSuccesspageEnable = true;\n // this.successMsg = JSON.parse(response)['data'];\n this.successMsg = response.replace(/['\"]+/g, '');\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else {\n if(controls.refundActionField.value == \"\") {\n this.resetForm([true, false, false, false, false, false, false, false], 'action');\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == \"\") {\n this.resetForm([false, true, false, false, false, false, false, false], 'rejectReason');\n }\n if(controls.refundActionField.value == 'Return to caseworker') {\n if(controls.sendMeBackField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'addAreason');\n }\n if(controls.sendMeBackField.value != '' && controls.sendMeBackField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.minlength && processFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.maxlength && processFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'addAreason');\n }\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005') {\n if(controls.enterReasonField.value === \"\") {\n this.resetForm([false, false, false, false, false, false, true, false], 'enterReason');\n }\n if(controls.enterReasonField.value!== \"\" && controls.enterReasonField.invalid) {\n this.resetForm([false, false, false, false, false, false, false, true], 'enterReason');\n }\n }\n }\n\n }\n getErrorMessage(isErrorExist, status, errorMsg, err) {\n let bodyTxt = 'Please try again later';\n if (status !== 500) {\n if (errorMsg !== undefined) {\n bodyTxt = errorMsg;\n } else {\n bodyTxt = err;\n }\n \n }\n return {\n title: 'Something went wrong',\n body: bodyTxt,\n showError: isErrorExist\n };\n }\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n // // this.OrderslistService.setnavigationPage('casetransactions');\n // // this.OrderslistService.setisFromServiceRequestPage(false);\n // // this.paymentLibComponent.VIEW ='case-transactions';\n // // this.paymentLibComponent.viewName = 'case-transactions';\n // // this.paymentLibComponent.ISBSENABLE = true;\n // // this.paymentLibComponent.isRefundStatusView = false;\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n } else {\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n }\n }\n loadRefundsHomePage() {\n if(typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') {\n //window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.VIEW ='case-transactions';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n }\n }\n redirecttoRefundListPage() {\n if((typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') || (typeof this.paymentLibComponent.TAKEPAYMENT === 'boolean' && !this.paymentLibComponent.TAKEPAYMENT) ) {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.loadRefundListPage();\n }\n }\n // loadCaseTransactionPage() {\n // this.paymentLibComponent.isRefundStatusView = false;\n // this.paymentLibCo}mponent.TAKEPAYMENT = true;\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n\n // let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n // partUrl += this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n // partUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n // this.router.navigateByUrl(url);\n // }\n\n resetForm(vals, field) {\n if(field==='action' || field==='all') {\n this.refundActionsHasError = vals[0];\n }\n if(field==='rejectReason' || field==='all') {\n this.refundRejectReasonHasError = vals[1];\n }\n if(field==='addAreason' || field==='all') {\n this.isReasonFieldEmpty = vals[2];\n this.isReasonFieldInvalid = vals[3];\n this.reasonFieldMinHasError = vals[4];\n this.reasonFieldMaxHasError = vals[5];\n }\n if(field==='enterReason' || field==='all') {\n this.isReasonEmpty = vals[6];\n this.isReasonInvalid = vals[7];\n }\n }\n\n goToCaseReview() {\n this.router.navigate([`/cases/case-details/${this.ccdCaseNumber}`], {relativeTo: this.activeRoute});\n }\n}\n","import {Component, OnInit, Input} from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundList } from '../../interfaces/IRefundList';\n\n@Component({\n selector: 'ccpay-refund-list',\n templateUrl: './refund-list.component.html',\n styleUrls: ['./refund-list.component.css']\n})\nexport class RefundListComponent implements OnInit {\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL:string;\n\n constructor(private refundService: RefundsService) {\n }\n\n tableApprovalHeader: string;\n tableRejectedHeader: string;\n submittedRefundList: IRefundList[] = [];\n rejectedRefundList: IRefundList[] = [];\n // approvalStatus = 'Sent for approval';\n // rejectStatus = 'Update required';\n approvalStatus = 'Sent for approval';\n rejectStatus = 'Update required';\n errorMessage = null;\n isApproveTableVisible:boolean;\n isRejectTableVisible:boolean;\n dropdownvalue: string;\n isAuthorized: boolean = true;\n userLst\n ngOnInit() {\n \n this.userLst = this.LOGGEDINUSERROLES;\n\n \n if(this.LOGGEDINUSERROLES.some(i =>i.includes('payments-refund-approver'))){\n this.isAuthorized = true;\n } else {\n this.isApproveTableVisible = false;\n this.isAuthorized = false;\n }\n\n \n this.tableApprovalHeader = 'Refunds to be approved';\n this.tableRejectedHeader = 'Refunds returned to caseworker';\n\n if(this.isAuthorized) {\n this.refundService.getRefundList(this.approvalStatus,true).subscribe(\n refundList => {\n this.submittedRefundList = refundList['refund_list'];\n this.isApproveTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n this.refundService.getRefundList(this.rejectStatus,false).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n this.isRejectTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n\n }\n \n}","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {Observable} from 'rxjs/internal/Observable';\n\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CardDetailsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getCardDetails(paymentReference: string): Observable<ICardDetails> {\n this.logger.info('Card-detail-service getCardDetails for: ', paymentReference);\n\n return this.http.get<ICardDetails>(`${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/details`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { CardDetailsService } from '../../services/card-details/card-details.service';\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-card-details',\n templateUrl: './card-details.component.html',\n styleUrls: ['./card-details.component.css']\n})\nexport class CardDetailsComponent implements OnInit {\n pageTitle: string = 'Card details';\n cardDetails: ICardDetails;\n paymentReference: string;\n errorMessage: string;\n\n constructor(private cardDetailsService: CardDetailsService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.cardDetailsService.getCardDetails(this.paymentLibComponent.paymentReference).subscribe(\n cardDetails => this.cardDetails = cardDetails,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n get getPaymentReference(): string {\n return this.paymentReference;\n }\n\n}\n","import { Component } from '@angular/core';\n\n@Component({\n template: `\n <h1>This is not the page you were looking for!</h1>\n `\n})\nexport class PageNotFoundComponent { }\n","import { Injectable } from '@angular/core';\nimport { PaymentLibService } from '../../payment-lib.service';\nimport { HttpClient } from '@angular/common/http';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class StatusHistoryService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentStatusesByReference(paymentReference: string, paymentMethod: string): Observable<IStatusHistories> {\n this.logger.info('Status-history-service getPaymentStatusesByReference for: ', paymentReference);\n\n return this.http.get<IStatusHistories>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/statuses` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}/statuses`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { StatusHistoryService } from '../../services/status-history/status-history.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-payment-statuses',\n templateUrl: './status-history.component.html',\n styleUrls: ['./status-history.component.css']\n})\nexport class StatusHistoryComponent implements OnInit {\n @Input() isTakePayment: boolean;\n pageTitle: string = 'Payment status history';\n statuses: IStatusHistories;\n errorMessage: string;\n\n constructor(private statusHistoryService: StatusHistoryService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.statusHistoryService.getPaymentStatusesByReference(this.paymentLibComponent.paymentReference, this.paymentLibComponent.paymentMethod).subscribe(\n statuses => this.statuses = statuses,\n (error: any) => this.errorMessage = <any>error.replace(/\"/g,\"\")\n );\n \n }\n\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IRefundsNotifications } from '../../interfaces/IRefundsNotifications';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NotificationService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getRefundNotification(reference: string): Observable<IRefundsNotifications> {\n return this.http.get<IRefundsNotifications>(`${this.paymentLibService.NOTIFICATION_API_ROOT}/notifications/${reference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getAddressByPostcode(postcode: string): Observable<any> {\n return this.http.get<any>(`${this.paymentLibService.NOTIFICATION_API_ROOT}/search/places/v1/postcode?postcode=${postcode}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Output, EventEmitter, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { NotificationService } from '../../services/notification/notification.service';\n\n@Component({\n selector: 'ccpay-contact-details',\n templateUrl: './contact-details.component.html',\n styleUrls: ['./contact-details.component.css']\n})\nexport class ContactDetailsComponent implements OnInit {\n @Input('isEditOperation') isEditOperation: boolean;\n @Input('isEditOperationInRefundList') isEditOperationInRefundList: boolean;\n @Input('addressObj') addressObj: any;\n @Output() assignContactDetails: EventEmitter<any> = new EventEmitter();\n @Output() assignContactDetailsInFefundsList: EventEmitter<any> = new EventEmitter();\n @Output() redirectToIssueRefund: EventEmitter<any> = new EventEmitter();\n pageTitle: string = 'Payment status history';\n errorMessage: string;\n isEmailSAddressClicked: boolean = true;\n isShowPickAddress: boolean = false;\n isPostcodeClicked: boolean = false;\n isManualAddressClicked: boolean = false;\n emailAddressForm: FormGroup;\n postCodeForm: FormGroup;\n manualAddressForm: FormGroup;\n addressPostcodeList:any[] = [];\n postcodeAddress:any;\n isAddressBoxEmpty: boolean = false;\n\n isEmailEmpty: boolean = false;\n emailHasError: boolean = false;\n isPostcodeEmpty: boolean = false;\n postcodeHasError: boolean = false;\n isaddressLine1Empty: boolean = false;\n addressLine1HasError: boolean = false;\n addressLine2HasError: boolean = false;\n isTownOrCityEmpty: boolean = false;\n townOrCityHasError: boolean = false;\n isCountyEmpty: boolean = false;\n countyHasError: boolean = false;\n isMPostcodeEmpty: boolean = false;\n mpostcodeHasError: boolean = false;\n isCountryEmpty: boolean = false;\n\n constructor(private formBuilder: FormBuilder,\n private notificationService: NotificationService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,false,false], 'all');\n\n this.emailAddressForm = this.formBuilder.group({\n email: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[a-z0-9._%+-]+@[a-z0-9-]+\\\\.[a-z]{2,4}$')\n ]))\n });\n this.postCodeForm = this.formBuilder.group({\n postcode: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([A-Z]{1,2}[0-9]{1,2}[A-Z]{0,1} ?[0-9][A-Z]{2})')\n ]))\n });\n this.manualAddressForm = this.formBuilder.group({\n addressl1: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[a-zA-Z0-9\\\\s,\\'-]*$')\n ])),\n addressl2: new FormControl('', Validators.compose([\n Validators.pattern('^[a-zA-Z0-9\\\\s,\\'-]*$')\n ])),\n townorcity: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[a-zA-Z0-9\\\\s,\\'-]*$')\n ])),\n county: new FormControl('', Validators.compose([\n Validators.pattern('^[a-zA-Z0-9\\\\s,\\'-]*$')\n ])),\n mpostcode: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([A-Z]{1,2}[0-9]{1,2}[A-Z]{0,1} ?[0-9][A-Z]{2})')\n ])),\n country: new FormControl('', Validators.compose([\n Validators.required\n ]))\n });\n if(this.addressObj !== undefined && this.addressObj !== '') {\n this.setEditDetails();\n }\n if(this.isEditOperationInRefundList === undefined) {\n this.isEditOperationInRefundList = false;\n }\n }\n setEditDetails() {\n if(this.addressObj.notification_type === 'EMAIL') {\n this.isEmailSAddressClicked = true;\n this.isPostcodeClicked = false;\n this.isManualAddressClicked = false;\n this.emailAddressForm.setValue({ email: this.addressObj.contact_details.email });\n } else if(this.addressObj.notification_type === 'LETTER') {\n this.isEmailSAddressClicked = false;\n this.isPostcodeClicked = true;\n this.isManualAddressClicked = true;\n this.manualAddressForm.patchValue({ \n addressl1: this.addressObj.contact_details.address_line,\n townorcity: this.addressObj.contact_details.city,\n county: this.addressObj.contact_details.county,\n country: this.addressObj.contact_details.country,\n mpostcode: this.addressObj.contact_details.postal_code\n });\n }\n }\n\n selectContactOption(type, isLinkedClied) {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,false,false,false], 'all');\n if( type === 'Email' && isLinkedClied === 'false'){\n this.isEmailSAddressClicked = true;\n this.isPostcodeClicked = false;\n this.isManualAddressClicked = false;\n } else if(type === 'Postcode' && isLinkedClied === 'false') {\n this.isEmailSAddressClicked = false;\n this.isPostcodeClicked = true;\n this.isManualAddressClicked = false;\n } else if(type === 'Postcode' && isLinkedClied === 'true') {\n this.isEmailSAddressClicked = false;\n this.isPostcodeClicked = true;\n this.isManualAddressClicked = true;\n\n }\n }\n\n finalFormSubmit() {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,false,false,false], 'all');\n if( this.isEmailSAddressClicked ){\n const emailField = this.emailAddressForm.controls.email;\n if (this.emailAddressForm.valid) {\n if(!this.isEditOperationInRefundList) {\n this.assignContactDetails.emit( {\n email: emailField.value,\n notification_type: 'EMAIL'\n } );\n } else {\n this.assignContactDetailsInFefundsList.emit({\n email: emailField.value,\n notification_type: 'EMAIL'\n } );\n }\n } else {\n if( emailField.value == '' ) {\n this.resetForm([true,false,false,false,false,false,false,false,false,false,false,false,false,false], 'email');\n }\n if(emailField.value != '' && emailField.invalid ) {\n this.resetForm([false,true,false,false,false,false,false,false,false,false,false,false,false,false], 'email');\n }\n }\n } else if( this.isPostcodeClicked && !this.isManualAddressClicked ) {\n this.postcodeValidation('FS');\n } else if(this.isPostcodeClicked && this.isManualAddressClicked) {\n const fieldCtrls = this.manualAddressForm.controls;\n if (this.manualAddressForm.valid) {\n if(!this.isEditOperationInRefundList) {\n this.assignContactDetails.emit({\n address_line: fieldCtrls.addressl1.value+' '+fieldCtrls.addressl2.value,\n city: fieldCtrls.townorcity.value,\n county: fieldCtrls.county.value,\n postal_code: fieldCtrls.mpostcode.value,\n country: fieldCtrls.country.value,\n notification_type: 'LETTER'\n });\n } else {\n this.assignContactDetailsInFefundsList.emit({\n address_line: fieldCtrls.addressl1.value+' '+fieldCtrls.addressl2.value,\n city: fieldCtrls.townorcity.value,\n county: fieldCtrls.county.value,\n postal_code: fieldCtrls.mpostcode.value,\n country: fieldCtrls.country.value,\n notification_type: 'LETTER'\n });\n }\n } else {\n if( fieldCtrls.addressl1.value == '' ) {\n this.resetForm([false,false,false,false,true,false,false,false,false,false,false,false,false,false], 'address1');\n }\n if(fieldCtrls.addressl1.value != '' && fieldCtrls.addressl1.invalid ) {\n this.resetForm([false,false,false,false,false,true,false,false,false,false,false,false,false,false], 'address1');\n }\n if(fieldCtrls.addressl2.value != '' && fieldCtrls.addressl2.invalid ) {\n this.resetForm([false,false,false,false,false,false,true,false,false,false,false,false,false,false], 'address2');\n }\n if( fieldCtrls.townorcity.value == '' ) {\n this.resetForm([false,false,false,false,false,false,false,true,false,false,false,false,false,false], 'town');\n }\n if(fieldCtrls.townorcity.value != '' && fieldCtrls.townorcity.invalid ) {\n this.resetForm([false,false,false,false,false,false,false,false,true,false,false,false,false,false], 'town');\n }\n if( fieldCtrls.county.value == '' ) {\n this.resetForm([false,false,false,false,false,false,false,false,false,true,false,false,false,false], 'county');\n }\n if(fieldCtrls.county.value != '' && fieldCtrls.county.invalid ) {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,true,false,false,false], 'county');\n }\n if( fieldCtrls.mpostcode.value == '' ) {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,true,false,false], 'mpostcode');\n }\n if(fieldCtrls.mpostcode.value != '' && fieldCtrls.mpostcode.invalid ) {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,true,false], 'mpostcode');\n }\n if( fieldCtrls.country.value == '' ) {\n this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,false,true], 'country');\n }\n }\n\n }\n\n }\n\n postcodeValidation(str) {\n const postcodeField = this.postCodeForm.controls.postcode;\n if (this.postCodeForm.valid) {\n if(str === 'FA') {\n this.notificationService.getAddressByPostcode(postcodeField.value).subscribe(\n refundsNotification => {\n this.addressPostcodeList = refundsNotification['data']['results'];\n this.isShowPickAddress = true;\n }\n ),\n (error: any) => {\n this.isShowPickAddress = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n } else if (str === 'FS') {\n if(this.postcodeAddress !== undefined && this.postcodeAddress) {\n this.isAddressBoxEmpty = false;\n let addressLine=\"\";\n let addressArray = this.postcodeAddress.ADDRESS.split(\",\");\n for( let i=0; i<addressArray.length-2; i++ ) {\n addressLine +=addressArray[i]; \n }\n\n this.assignContactDetails.emit({\n address_line: addressLine,\n city: this.postcodeAddress.POST_TOWN,\n county: this.postcodeAddress.LOCAL_CUSTODIAN_CODE_DESCRIPTION,\n postal_code: this.postcodeAddress.POSTCODE,\n country: 'United Kingdom',\n notification_type: 'LETTER'\n });\n } else {\n this.isAddressBoxEmpty = true;\n }\n }\n } else {\n if( postcodeField.value == '' ) {\n this.resetForm([false,false,true,false,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n if(postcodeField.value != '' && postcodeField.invalid ) {\n this.resetForm([false,false,false,true,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n }\n }\n redirection(event:any) {\n this.redirectToIssueRefund.emit(event);\n }\n resetForm(val, field) {\n if(field==='email' || field==='all') {\n this.isEmailEmpty = val[0];\n this.emailHasError = val[1];\n }\n if(field==='postcode' || field==='all') {\n this.isPostcodeEmpty = val[2];\n this.postcodeHasError = val[3];\n }\n if(field==='address1' || field==='all') {\n this.isaddressLine1Empty = val[4];\n this.addressLine1HasError = val[5];\n }\n if(field==='address2' || field==='all') {\n this.addressLine2HasError = val[6];\n }\n if(field==='town' || field==='all') {\n this.isTownOrCityEmpty = val[7];\n this.townOrCityHasError = val[8];\n }\n if(field==='county' || field==='all') {\n this.isCountyEmpty = val[9];\n this.countyHasError = val[10];\n }\n if(field==='mpostcode' || field==='all') {\n this.isMPostcodeEmpty = val[11];\n this.mpostcodeHasError = val[12];\n }\n if(field==='country' || field==='all') {\n this.isCountryEmpty = val[13];\n }\n \n }\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-pba-details',\n templateUrl: './pba-details.component.html',\n styleUrls: ['./pba-details.component.css']\n})\nexport class PbaDetailsComponent implements OnInit {\n @Input() payment: IPayment;\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { Logger } from './logger.service';\n\nexport let isDebugMode = false;\n\nconst noop = (): any => undefined;\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConsoleLoggerService implements Logger {\n\n get info() {\n if (isDebugMode) {\n return console.info.bind(console);\n } else {\n return noop;\n }\n }\n\n get warn() {\n if (isDebugMode) {\n return console.warn.bind(console);\n } else {\n return noop;\n }\n }\n\n get error() {\n if (isDebugMode) {\n return console.error.bind(console);\n } else {\n return noop;\n }\n }\n\n invokeConsoleMethod(type: string, args?: any): void {\n const logFn: Function = (console)[type] || console.log || noop;\n logFn.apply(console, [args]);\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {LoggerService} from '../shared/logger/logger.service';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {catchError} from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CaseTransactionsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getPaymentGroups(ccdCaseNumber: string): Observable<IPaymentGroup[]> {\n this.logger.info('Case-transactions-service getPaymentGroups for: ', ccdCaseNumber);\n\n return this.http.get<IPaymentGroup[]>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/paymentgroups`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BulkScaningPaymentService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getBSPaymentsByCCD(ccdCaseNumber: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases/${ccdCaseNumber}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getBSPaymentsByDCN(dcn: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases?document_control_number=${dcn}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocatePayment(body: AllocatePaymentRequest, paymentRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentRef}/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPaymentStrategic(body: AllocatePaymentRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSWoPGStrategic(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n patchBSChangeStatus(dcnNumber: string, status: string): Observable<any> {\n return this.https.patch(`${this.paymentLibService.API_ROOT}/bulk-scan-payments/${dcnNumber}/status/${status}`, status).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n calculateOutStandingAmount(paymentGroup: IPaymentGroup): number {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n } \n return (feesTotal - remissionsTotal) - paymentsTotal;\n }\n\n removeUnwantedString(input: string, replaceText: string) {\n const pattern = /[\\_]/gi;\n return input.replace(pattern, replaceText);\n }\n\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n return this.https.get(`${this.paymentLibService.BULKSCAN_API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { Router } from '@angular/router';\nimport { ServiceRequestComponent } from '../../components/service-request/service-request.component';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-case-transactions',\n templateUrl: './case-transactions.component.html',\n styleUrls: ['./case-transactions.component.css']\n})\nexport class CaseTransactionsComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input() isTakePayment: boolean;\n takePayment: boolean;\n servicerequest: string;\n ccdCaseNumber: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n fees: IFee[] = [];\n errorMessage: string;\n totalFees: number;\n totalPayments: number;\n totalNonOffPayments: number;\n totalRemissions: number;\n selectedOption: string;\n dcnNumber: string;\n paymentRef: string;\n isTurnOff: boolean;\n isNewPcipalOff: boolean;\n isRefundRemission: boolean = true;\n isOldPcipalOff: boolean;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n viewStatus = 'main';\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n //Order changes\n orderDetail: any[] = [];\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n ispaymentGroupApisuccess: boolean = false;\n cpoDetails: any = null;\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isEligible4PBAPayment = ['pui-finance-manager', 'pui-user-manager', 'pui-organisation-manager', 'pui-case-manager'];\n currentDate = new Date();\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n constructor(private router: Router,\n private paymentViewService: PaymentViewService,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private caseTransactionsService: CaseTransactionsService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n this.navigationpage = '';\n if(this.OrderslistService.getpaymentPageView() !== null) {\n this.OrderslistService.getpaymentPageView().subscribe((data) => this.paymentView = data);\n }\n if((this.LOGGEDINUSERROLES === undefined || this.LOGGEDINUSERROLES.length === 0 )&&this.OrderslistService.getUserRolesList() !== null) {\n this.OrderslistService.getUserRolesList().subscribe((data) => this.LOGGEDINUSERROLES = data);\n }\n if(this.OrderslistService.getnavigationPageValue() !== null) {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n }\n \n \n if (this.paymentView !== undefined && this.paymentView !== null && this.paymentView.payment_group_reference !== undefined && this.navigationpage === 'paymentdetailspage') {\n this.goToPayementView(this.paymentView.payment_group_reference, this.paymentView.reference, this.paymentView.method);\n }\n this.isGrpOutstandingAmtPositive = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.caseType = this.paymentLibComponent.CASETYPE;\n if (this.paymentLibComponent.CCD_CASE_NUMBER === '') {\n this.ccdCaseNumber = this.paymentLibComponent.EXC_REFERENCE;\n }\n this.excReference = this.paymentLibComponent.EXC_REFERENCE;\n this.takePayment = this.paymentLibComponent.TAKEPAYMENT;\n\n \n if(this.paymentLibComponent.SERVICEREQUEST !== undefined) {\n this.servicerequest = this.paymentLibComponent.SERVICEREQUEST.toString();\n if (this.paymentLibComponent.SERVICEREQUEST.toString() === 'true') {\n this.serviceRequestValue = 'true';\n } else {\n this.serviceRequestValue = 'false';\n }\n } else {\n this.serviceRequestValue = 'false';\n }\n \n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewPcipalOff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldPcipalOff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n if (!this.isTurnOff) {\n // if (this.lsCcdNumber !== this.ccdCaseNumber) {\n // this.router.navigateByUrl(`/ccd-search?takePayment=true`);\n // }\n\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.calculateRefundAmount();\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.getSelectedOrderRefId().subscribe((data) => this.orderRef = data);\n this.goToOrderViewDetailSection(this.orderRef);\n } else {\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n \n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isCPODown = true;\n }\n );\n \n }\n\n \n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n } else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.totalRefundAmount = this.calculateRefundAmount();\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.setDefaults();\n this.isCPODown = true;\n }\n );\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n }\n\n if( this.paymentGroups !== undefined) {\n this.checkForExceptionRecord();\n }\n \n if(this.OrderslistService.getisFromServiceRequestPages() !== null) {\n this.OrderslistService.getisFromServiceRequestPages().subscribe((data) => this.isFromServiceRequestPage = data);\n }\n \n }\n\n setDefaults(): void {\n this.totalPayments = 0.00;\n this.totalRemissions = 0.00;\n this.totalNonOffPayments = 0.00;\n this.totalFees = 0.00;\n }\n\n getAllocationStatus(payments: any) {\n\n let paymentAllocation = payments.payment_allocation,\n isAllocationStatusExist = paymentAllocation.length > 0;\n return isAllocationStatusExist ? paymentAllocation[0].allocation_status : '-';\n //return \"-\";\n\n }\n\n checkForExceptionRecord(): void {\n \n if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n recordData => {\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length === undefined && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n });\n }\n\n if (this.paymentGroups.length === 0 && this.selectedOption.toLocaleLowerCase() === 'dcn') {\n if (this.paymentLibComponent.CCD_CASE_NUMBER.length > 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n } else if (this.paymentLibComponent.CCD_CASE_NUMBER.length === 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n }\n if (this.paymentGroups.length > 0)\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.case_reference !== undefined && payment.ccd_case_number === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n });\n }\n });\n }\n\n calculateOrderFeesAmounts(): void {\n let feesTotal = 0.00;\n this.paymentGroups.forEach(paymentGroup => {\n this.resetOrderVariables();\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount\n }\n )\n }\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n\n // this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n if (paymentGroup.service_request_status === 'Paid') {\n this.orderStatus = paymentGroup.service_request_status;\n this.orderAddBtnEnable = false;\n } else if (paymentGroup.service_request_status === 'Partially paid' || paymentGroup.service_request_status === 'Not paid') {\n this.orderStatus = paymentGroup.service_request_status;\n this.orderAddBtnEnable = true;\n } \n\n //this.orderLevelFees.push({orderRefId:paymentGroup['payment_group_reference'],orderTotalFees: this.orderFeesTotal,orderStatus: this.orderStatus,orderParty:'Santosh', orderCCDEvent:'Case Creation',orderCreated: new Date(), orderAddBtnEnable: this.orderAddBtnEnable}); this.cpoDetails['createdTimestamp']\n if (this.cpoDetails !== null) {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: this.cpoDetails['responsibleParty'], orderCCDEvent: this.cpoDetails['action'], orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n\n } else {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: '', orderCCDEvent: '', orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n }\n\n if (this.orderStatus !== 'Paid') {\n this.OrderslistService.setOrdersList(this.orderLevelFees);\n }\n });\n };\n\n resetOrderVariables(): void {\n this.orderFeesTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderPendingPayments = 0.00;\n this.isAddFeeBtnEnabled = true;\n\n };\n\n goToOrderViewDetailSection(orderReferenceObj: any) {\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.setOrderRefId(orderReferenceObj);\n this.orderRef = orderReferenceObj;\n } else {\n this.OrderslistService.setOrderRefId(orderReferenceObj.orderRefId);\n this.orderRef = orderReferenceObj.orderRefId;\n }\n\n this.orderFeesTotal = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderPendingPayments = 0.00;\n\n this.orderDetail = this.paymentGroups.filter(x => x.payment_group_reference === this.orderRef);\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.fees) {\n orderDetail.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount;\n });\n }\n if (orderDetail.remissions) {\n orderDetail.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n if (orderDetail.payments) {\n this.payment = orderDetail.payments[0];\n orderDetail.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n }\n this.orderStatus = orderDetail.service_request_status;\n });\n //this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n // this.orderRef = orderReferenceObj.orderRefId;\n // if (this.orderPendingPayments <= 0.00) {\n // this.orderStatus = 'Paid';\n // } else if (this.orderFeesTotal > 0 && (this.orderTotalPayments > 0 || this.orderRemissionTotal > 0) && (this.orderTotalPayments < this.orderPendingPayments)) {\n // this.orderStatus = 'Partially paid'\n // } else {\n // this.orderStatus = 'Not paid'\n // }\n\n\n if (this.cpoDetails !== null) {\n this.orderParty = this.cpoDetails['responsibleParty'];\n this.orderCreated = this.cpoDetails['createdTimestamp'];\n this.orderCCDEvent = this.cpoDetails['action'];\n } else {\n this.orderParty = '';\n this.orderCCDEvent = '';\n this.orderCreated = orderReferenceObj.orderCreated;\n }\n this.viewStatus = 'order-full-view';\n }\n\n redirectToOrderFeeSearchPage(event: any, orderef: any) {\n if(orderef.orderAddBtnEnable) {\n event.preventDefault();\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = orderef.orderRefId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n }\n\n \n\n\n calculateAmounts(): void {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n nonOffLinePayment = 0.00;\n\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n if (fee.date_created) {\n let a = fee.amount_due === undefined;\n let b = fee.amount_due <= 0;\n this.clAmountDue = a ? this.clAmountDue + fee.net_amount : b ? this.clAmountDue + 0 : this.clAmountDue + fee.amount_due;\n }\n fee['payment_group_reference'] = paymentGroup['payment_group_reference'];\n this.fees.push(fee);\n } else {\n feesTotal = feesTotal + fee.calculated_amount;\n this.fees.push(fee);\n }\n\n });\n }\n if (this.isTurnOff) {\n this.totalFees = feesTotal;\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n let allocationLen = payment.payment_allocation;\n\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n if (allocationLen.length === 0 || allocationLen.length > 0 && allocationLen[0].allocation_status === 'Allocated') {\n nonOffLinePayment = nonOffLinePayment + payment.amount;\n }\n if (allocationLen.length > 0) {\n this.nonPayments.push(payment);\n }\n }\n if (allocationLen.length === 0) {\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n } else {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n }\n });\n }\n this.totalPayments = paymentsTotal;\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n this.totalNonOffPayments = nonOffLinePayment;\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remisison => {\n remissionsTotal = remissionsTotal + remisison.hwf_amount;\n this.remissions.push(remisison);\n });\n }\n this.totalRemissions = remissionsTotal;\n });\n\n }\n\n calculateRefundAmount() {\n if (!this.isTurnOff) {\n let isNewPaymentGroup = false;\n\n this.paymentGroups.forEach((paymentGroup, index) => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n fees = [];\n\n if (paymentGroup.fees) {\n // this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n\n this.isRemissionsMatch = false;\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n // if(!fees.find(k => k.code=fee.code))\n // {\n fees.push(fee);\n //}\n }\n });\n }\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n\n if (fee.date_created) {\n isNewPaymentGroup = true;\n } else {\n this.isHistoricGroupAvailable = true;\n this.paymentGroups[index]['old'] = true;\n }\n });\n this.paymentGroups[index].fees = fees;\n }\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount > 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = true;\n this.isFeeRecordsExist = true;\n this.paymentRef = paymentGroup.payment_group_reference;\n }\n if (paymentGroup.fees && paymentGroup.fees.length > 0 && grpOutstandingAmount <= 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = false;\n }\n });\n if ((!isNewPaymentGroup && this.isHistoricGroupAvailable) || (!isNewPaymentGroup && !this.isHistoricGroupAvailable)) {\n this.isAnyFeeGroupAvilable = false;\n }\n } else {\n let totalRefundAmount = 0,\n isFeeAmountZero = false;\n this.paymentGroups.forEach(paymentGroup => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n if (paymentGroup.fees) {\n this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n if (fee.calculated_amount === 0) {\n isFeeAmountZero = true\n }\n });\n\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount < 0) {\n if (totalRefundAmount === 0) {\n totalRefundAmount = grpOutstandingAmount;\n } else {\n totalRefundAmount = (totalRefundAmount + grpOutstandingAmount);\n }\n }\n else if (grpOutstandingAmount > 0 || (grpOutstandingAmount === 0 && isFeeAmountZero)) {\n this.isGrpOutstandingAmtPositive = true;\n }\n });\n return totalRefundAmount * -1;\n }\n }\n\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n redirectToFeeSearchPage(event: any) {\n event.preventDefault();\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n url += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += `&caseType=${this.caseType}`\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}${url}`);\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.viewStatus = 'addremission';\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error? error.replace(/\"/g,\"\") : \"\"\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n \n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n\n redirectToremissionPage(event: any) {\n event.preventDefault();\n this.paymentLibComponent.viewName = 'remission'\n }\n goToServiceRequestPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.SERVICEREQUEST = 'true';\n this.paymentLibComponent.isFromServiceRequestPage = true;\n window.location.reload();\n }\n redirectToReportsPage(event: any) {\n event.preventDefault();\n this.router.navigateByUrl(`/reports?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}`);\n }\n\n loadFeeSummaryPage(paymentGroup: IPaymentGroup) {\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.payment_group_reference;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n\n goToPaymentViewComponent(paymentGroup: any) {\n this.paymentLibComponent.paymentMethod = paymentGroup.paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentGroup.paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n\n goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent({ paymentGroupReference, paymentReference, paymentMethod });\n }\n\n selectedUnprocessedFeeEvent(unprocessedRecordId: string) {\n if (unprocessedRecordId) {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = false;\n }\n this.isUnprocessedRecordSelected = true;\n } else {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = true;\n }\n this.isUnprocessedRecordSelected = false;\n }\n }\n\n getUnprocessedFeeCount(unProcessedRecordCount: number) {\n this.unprocessedRecordCount = unProcessedRecordCount;\n }\n\n calculateAmountDue(fee: IFee) {\n\n if (fee.date_created) {\n return fee.amount_due !== undefined ? fee.amount_due : fee.net_amount;\n } else {\n return \"0.00\";\n }\n }\n\n confirmRemoveFee(fee: IFee) {\n this.isRemoveBtnDisabled = false;\n this.feeId = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n cancelRemoval() {\n this.viewStatus = 'main';\n }\n\n removeFee(fee: any) {\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n window.location.reload();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n\n issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if(this.chkIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n }\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund()) {\n if (this.orderDetail[0]['remissions'].length > 0) {\n for (const remission of this.orderDetail[0]['remissions']) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n }\n return true;\n } else {\n return false;\n }\n }\n\n chkForPBAPayment(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isPBA = true;\n }\n });\n }\n });\n if (this.isPBA) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n check4AllowedRoles2AccessPBApayment = (): boolean => {\n return this.isEligible4PBAPayment.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if (payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n loadPBAAccountPage(orderRef: IPayment) {\n this.paymentLibComponent.pbaPayOrderRef = orderRef;\n this.paymentLibComponent.viewName = 'pba-payment';\n }\n}","export class PaymentToPayhubRequest {\n currency = 'GBP';\n description = 'PayBubble payment';\n channel = 'telephony';\n provider = 'pci pal';\n case_type: string;\n\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","export class PayhubAntennaRequest {\n currency = 'GBP';\n case_type: string;\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IFee } from '../../interfaces/IFee';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { SafeHtml } from '@angular/platform-browser';\nimport {Router} from '@angular/router';\nimport {Location} from '@angular/common';\nimport { OrderslistService } from '../../services/orderslist.service';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-fee-summary',\n templateUrl: './fee-summary.component.html',\n styleUrls: ['./fee-summary.component.scss']\n})\n\nexport class FeeSummaryComponent implements OnInit {\n @Input() paymentGroupRef: string;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: string;\n @Input() caseType: string;\n @Input() isOldPcipalOff: string;\n @Input() isNewPcipalOff: string;\n\n\n bsPaymentDcnNumber: string;\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n viewStatus = 'main';\n currentFee: IFee;\n totalFee: number;\n payhubHtml: SafeHtml;\n service: string = \"\";\n platForm: string = \"\";\n upPaymentErrorMessage: string;\n selectedOption:string;\n isBackButtonEnable: boolean = true;\n outStandingAmount: number;\n isFeeAmountZero: boolean = false;\n totalAfterRemission: number = 0;\n isConfirmationBtnDisabled: boolean = false;\n isRemoveBtnDisabled: boolean = false;\n isPaymentExist: boolean = false;\n isRemissionsExist: Boolean = false;\n isRemissionsMatch = false;\n isStrategicFixEnable: boolean;\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private location: Location,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) {}\n\n ngOnInit() {\n this.viewStatus = 'main';\n this.caseType = this.paymentLibComponent.CASETYPE;\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.setCaseType(this.paymentLibComponent.CASETYPE);\n if ((!this.isOldPcipalOff && this.isNewPcipalOff)) {\n this.platForm = '8x8';\n } else if ((this.isOldPcipalOff && !this.isNewPcipalOff)) {\n this.platForm = 'Antenna';\n } else if ((this.isOldPcipalOff && this.isNewPcipalOff)){\n this.platForm = '8x8';\n }\n\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n if (this.bsPaymentDcnNumber) {\n this.getUnassignedPaymentlist();\n }\n this.getPaymentGroup();\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.paymentLibComponent.DCN_NUMBER).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error';\n }\n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error'; \n } \n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n }\n\n }\n\n getRemissionByFeeCode(feeCode: string): IRemission {\n if (this.paymentGroup && this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n addRemission(fee: IFee) {\n this.currentFee = fee;\n this.viewStatus = 'add_remission';\n }\n\n getPaymentGroup() {\n let fees = [];\n this.paymentViewService.getPaymentGroupDetails(this.paymentGroupRef).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.isPaymentExist = paymentGroup.payments ? paymentGroup.payments.length > 0 : false;\n this.isRemissionsExist = paymentGroup.remissions ? paymentGroup.remissions.length > 0 : false;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.totalAfterRemission = this.totalAfterRemission + fee.net_amount;\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true;\n }\n this.isRemissionsMatch = false;\n paymentGroup.remissions.forEach(rem => {\n if(rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n \n if(!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees;\n }\n\n this.outStandingAmount = this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n\n confirmRemoveFee(fee: IFee){\n this.isRemoveBtnDisabled = false;\n this.currentFee = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n removeFee(fee: any){\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n if (this.paymentGroup.fees && this.paymentGroup.fees.length > 1){\n this.totalAfterRemission = 0;\n this.getPaymentGroup();\n this.viewStatus = 'main';\n return;\n }\n this.loadCaseTransactionPage();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n loadCaseTransactionPage() {\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n\n let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n partUrl +=this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n this.router.navigateByUrl(url);\n }\n cancelRemission() {\n this.viewStatus = 'main';\n }\n redirectToFeeSearchPage(event: any, page?: string) {\n event.preventDefault();\n let partUrl =this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n if(this.viewStatus === 'feeRemovalConfirmation' || this.viewStatus === 'add_remission') {\n this.viewStatus = 'main';\n return;\n }\n let url = `/fee-search?ccdCaseNumber=${this.ccdCaseNumber}&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}&paymentGroupRef=${this.paymentGroupRef}${partUrl}`;\n this.router.navigateByUrl(url);\n }\n takePayment() {\n this.isConfirmationBtnDisabled = true;\n const requestBody = new PaymentToPayhubRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType),\n antennaReqBody = new PayhubAntennaRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType);\n\n if(this.platForm === '8x8') {\n this.paymentViewService.postPaymentToPayHub(requestBody, this.paymentGroupRef).subscribe(\n response => {\n this.location.go(`payment-history?view=fee-summary`);\n this.payhubHtml = response;\n this.viewStatus = 'payhub_view';\n this.isBackButtonEnable=false;\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n } else if(this.platForm === 'Antenna') {\n\n this.paymentViewService.postPaymentAntennaToPayHub(antennaReqBody, this.paymentGroupRef).subscribe(\n response => {\n this.isBackButtonEnable=false;\n window.location.href = '/makePaymentByTelephoneyProvider';\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n }\n\n }\n\n goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean) {\n if (outStandingAmount > 0 || (outStandingAmount === 0 && isFeeAmountZero)) {\n this.paymentLibComponent.paymentGroupReference = this.paymentGroupRef;\n this.paymentLibComponent.viewName = 'allocate-payments';\n } else {\n this.loadCaseTransactionPage();\n }\n }\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n\n\n@Component({\n selector: 'ccpay-error-banner',\n templateUrl: './error-banner.component.html',\n styleUrls: ['./error-banner.component.scss']\n})\n\nexport class ErrorBannerComponent implements OnInit {\n @Input('errorMessage') errorMessage;\n\n constructor(\n ) {}\n\n ngOnInit() {\n\n }\n}\n","\nexport class UnidentifiedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n unidentified_reason: string;\n\n constructor(payment_group_reference: string, payment_reference : string, unidentified_reason: any) {\n this.payment_allocation_status = {\n description: '',\n name: \"Unidentified\"\n };\n this.payment_group_reference = payment_group_reference ;\n this.payment_reference= payment_reference;\n this.unidentified_reason= unidentified_reason;\n\n }\n\n\n\n}\n","import { IBSPayments } from \"./IBSPayments\";\n\nexport class AllocatePaymentRequest {\n amount: Number;\n banked_date: String;\n ccd_case_number: String;\n exception_record: string;\n currency: String;\n document_control_number: String;\n external_provider: String;\n giro_slip_no: String;\n payer_name: String;\n payment_channel: Object;\n payment_status: Object;\n payment_method: String;\n case_type: String;\n payment_allocation_dto?: {\n allocation_reason: String,\n allocation_status: String,\n explanation: String,\n payment_allocation_status: Object,\n payment_group_reference: String,\n payment_reference: String,\n reason: String,\n receiving_office: String,\n unidentified_reason: String,\n user_id: String,\n user_name: String,\n case_type: String\n }\n\n constructor(ccd_case_number : string, unAllocatedPayment: IBSPayments, caseType: string, exceptionRecord: string, allocatedRequest?: any) {\n this.amount = unAllocatedPayment.amount;\n this.banked_date = unAllocatedPayment.date_banked;\n this.ccd_case_number = ccd_case_number;\n this.exception_record = exceptionRecord;\n this.currency= unAllocatedPayment.currency;\n this.document_control_number = unAllocatedPayment.dcn_reference;\n this.external_provider = 'exela';\n this.giro_slip_no = unAllocatedPayment.bgc_reference;\n this.payer_name = unAllocatedPayment.payer_name;\n this.payment_channel = {\n description: '',\n name: 'bulk scan'\n };\n this.payment_status ={\n description: 'bulk scan payment completed',\n name: 'success'\n }\n this.payment_method = unAllocatedPayment.payment_method;\n this.case_type= caseType;\n if(allocatedRequest) {\n this.payment_allocation_dto = allocatedRequest;\n }\n\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\n\n@Component({\n selector: 'app-mark-unidentified-payment',\n templateUrl: './mark-unidentified-payment.component.html',\n styleUrls: ['./mark-unidentified-payment.component.scss']\n})\nexport class MarkUnidentifiedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnidentifiedForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n isInvesticationDetailEmpty: boolean = false;\n investicationDetailHasError: boolean = false;\n investicationDetailMinHasError: boolean = false;\n investicationDetailMaxHasError: boolean = false;\n errorMessage = this.getErrorMessage(false);\n unassignedRecord:IBSPayments;\n siteID: string = null;\n investigationComment: string;\n isConfirmButtondisabled:Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n isStrategicFixEnable: boolean = true;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.markPaymentUnidentifiedForm = this.formBuilder.group({\n investicationDetail: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ]))\n });\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.getErrorMessage(false);\n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n saveAndContinue() {\n this.resetForm([false, false, false, false]);\n const investicationField = this.markPaymentUnidentifiedForm.controls.investicationDetail;\n const formerror = investicationField.errors;\n if (this.markPaymentUnidentifiedForm.dirty && this.markPaymentUnidentifiedForm.valid) {\n this.investigationComment = this.markPaymentUnidentifiedForm.controls.investicationDetail.value;\n this.viewStatus = 'unidentifiedContinueConfirm';\n }else {\n if(investicationField.value == '' ) {\n this.resetForm([true, false, false, false]);\n }\n if(investicationField.value != '' && investicationField.invalid ) {\n this.resetForm([false, true, false, false]);\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false, false, true, false]);\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, true]);\n }\n }\n }\n resetForm(val) {\n this.isInvesticationDetailEmpty = val[0];\n this.investicationDetailHasError = val[1];\n this.investicationDetailMinHasError = val[2];\n this.investicationDetailMaxHasError = val[3];\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const reason = this.markPaymentUnidentifiedForm.get('investicationDetail').value;\n\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Unidentified',\n payment_allocation_status: {\n description: '',\n name: 'Unidentified'\n },\n unidentified_reason: reason,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnidentifiedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, reason);\n if (response2.success) {\n this.paymentViewService.postBSUnidentifiedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n cancelMarkUnidentifiedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.markPaymentUnidentifiedForm.get('investicationDetail').value!==\"\"){\n this.viewStatus = 'unidentifiedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.viewStatus = 'mainForm';\n }\n }\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","\nexport class UnsolicitedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n receiving_office: string;\n receiving_email_address: string;\n sending_email_address: string;\n unidentified_reason: string;\n constructor(payment_group_reference: string, payment_reference : string, reason: string,responsible_office: string, responsible_person:string,email_id: string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Transferred\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.unidentified_reason= reason;\n this.receiving_office= responsible_office;\n this.receiving_email_address= email_id;\n this.sending_email_address= responsible_person;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\n\n\n@Component({\n selector: 'app-mark-unsolicited-payment',\n templateUrl: './mark-unsolicited-payment.component.html',\n styleUrls: ['./mark-unsolicited-payment.component.scss']\n})\nexport class MarkUnsolicitedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnsolicitedForm: FormGroup;\n viewStatus: string;\n reasonHasError: boolean = false;\n isReasonEmpty: boolean = false;\n reasonMinHasError: boolean = false;\n reasonMaxHasError: boolean = false;\n responsibleOfficeHasError: boolean = false;\n isResponsibleOfficeEmpty: boolean = false;\n errorMessage = this.getErrorMessage(false);\n ccdCaseNumber: string;\n bspaymentdcn: string;\n unassignedRecord: IBSPayments;\n siteID: string = null;\n reason: string;\n responsiblePerson: string;\n responsibleOffice: string;\n emailId: string;\n isConfirmButtondisabled: Boolean = false;\n isContinueButtondisabled: Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n selectedSiteId: string;\n selectedSiteName: string;\n isStrategicFixEnable: boolean = true;\n siteIDList;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.resetForm([false,false,false,false,false,false], 'all');\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.paymentViewService.getSiteID().subscribe(\n siteids => {\n this.isContinueButtondisabled = false;\n this.errorMessage = this.getErrorMessage(false);\n this.siteIDList = JSON.parse(siteids);\n },\n err => {\n window.scrollTo(0, 0);\n this.isContinueButtondisabled = true;\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n \n this.markPaymentUnsolicitedForm = this.formBuilder.group({\n reason: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n responsibleOffice: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s\\\\n,\\\\.-:]*)$')\n ])),\n responsiblePerson: new FormControl(''),\n emailId: new FormControl('')\n });\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const controls = this.markPaymentUnsolicitedForm.controls;\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Transferred',\n payment_allocation_status: {\n description: '',\n name: 'Transferred'\n },\n unidentified_reason: controls.reason.value,\n receiving_office: this.selectedSiteId,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n // controls.responsibleOffice.setValue('P219');\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const response1 = JSON.parse(res1),\n requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnsolicitedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, controls.reason.value, this.selectedSiteId, controls.responsiblePerson.value, controls.emailId.value);\n if (response2.success) {\n this.paymentViewService.postBSUnsolicitedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n saveAndContinue() {\n this.resetForm([false,false,false,false,false,false], 'all');\n const formerror = this.markPaymentUnsolicitedForm.controls.reason.errors;\n const reasonField = this.markPaymentUnsolicitedForm.controls.reason;\n //const officeIdField = this.selectedSiteId;\n const officeIdField = this.markPaymentUnsolicitedForm.controls.responsibleOffice;\n if (this.markPaymentUnsolicitedForm.dirty && this.markPaymentUnsolicitedForm.valid) {\n const controls = this.markPaymentUnsolicitedForm.controls;\n this.emailId = controls.emailId.value;\n this.responsibleOffice = officeIdField.value;\n this.responsiblePerson = controls.responsiblePerson.value;\n this.reason = controls.reason.value;\n this.viewStatus = 'unsolicitedContinueConfirm';\n }else {\n if( reasonField.value == '' ) {\n this.resetForm([true,false,false,false,false,false], 'reason');\n }\n if(reasonField.value != '' && this.markPaymentUnsolicitedForm.controls.reason.invalid ) {\n this.resetForm([false,true,false,false,false,false], 'reason');\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false,false,true,false,false,false], 'reason');\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false,false,false,true,false,false], 'reason');\n }\n if(officeIdField.value == '') {\n this.resetForm([false,false,false,false,true,false], 'responsibleOffice');\n }\n if(officeIdField.value != '' && officeIdField.invalid) {\n this.resetForm([false,false,false,false,false,true],'responsibleOffice');\n }\n }\n }\n resetForm(val, field) {\n if(field==='reason' || field==='all') {\n this.isReasonEmpty = val[0];\n this.reasonHasError = val[1];\n this.reasonMinHasError = val[2];\n this.reasonMaxHasError = val[3];\n }\n if(field==='responsibleOffice' || field==='all') {\n this.isResponsibleOfficeEmpty = val[4];\n this.responsibleOfficeHasError = val[5];\n }\n }\n\ncancelMarkUnsolicitedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.checkingFormValue()){\n this.viewStatus = 'unsolicitedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.markPaymentUnsolicitedForm.controls.responsibleOffice.setValue('');\n this.viewStatus = 'mainForm';\n }\n }\n checkingFormValue(){\n const formFields = this.markPaymentUnsolicitedForm.value;\n let valueExists = false;\n\n for (var field in formFields) {\n if (formFields.hasOwnProperty(field) && formFields[field] !==\"\") {\n valueExists = true;\n break;\n }\n }\n return valueExists;\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n \n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n\n getErrorMessage(isErrorExist) {\n return {\n title: \"Something went wrong.\",\n body: \"Please try again later.\",\n showError: isErrorExist\n };\n }\n\n selectchange(args){ \n this.selectedSiteId = args.target.value; \n this.selectedSiteName = args.target.options[args.target.selectedIndex].text; \n } \n\n}\n","import { Component, OnInit, Output,Input, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport {Router} from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-app-unprocessed-payments',\n templateUrl: './unprocessed-payments.component.html',\n styleUrls: ['./unprocessed-payments.component.scss']\n})\nexport class UnprocessedPaymentsComponent implements OnInit {\n\n @Input('FEE_RECORDS_EXISTS') FEE_RECORDS_EXISTS: boolean;\n @Input('PAYMENTREF') PAYMENTREF: string;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('IS_BUTTON_ENABLE') IS_BUTTON_ENABLE: boolean;\n @Input('IS_OS_AMT_AVAILABLE') IS_OS_AMT_AVAILABLE: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('PAYMENTSLENGTH') PAYMENTSLENGTH:Number;\n @Input('LEVEL')LEVEL:Number;\n\n @Output() selectedUnprocessedFeeEvent: EventEmitter<string> = new EventEmitter();\n @Output() getUnprocessedFeeCount: EventEmitter<string> = new EventEmitter();\n\n viewStatus = 'main';\n unassignedRecordList: IBSPayments;\n upPaymentErrorMessage: string = null;\n ccdCaseNumber: string;\n recordId: string = null;\n isRecordExist: boolean = false;\n dcnNumber: string = null;\n selectedOption: string;\n isUnprocessedRecordSelected: boolean = true;\n isAllocateToExistingFeebtnEnabled: boolean = false;\n isMarkAsUnidentifiedbtnEnabled: boolean = false;\n isAllocatedToNewFeebtnEnabled: boolean = false;\n isExceptionCase: boolean = false;\n serviceId: string = null;\n isBulkScanEnable;\n isNewpcipaloff;\n isOldpcipaloff;\n isTurnOff: boolean = true;\n isStFixEnable;\n unassignedRecordSelectedList: IBSPayments;\n unassignedRecordListLength: number = 0;\n showContent: boolean;\n\n constructor(private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n // Todo ...\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewpcipaloff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldpcipaloff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.getFeeExists().subscribe( (data) => this.FEE_RECORDS_EXISTS = data);\n this.getUnassignedPaymentlist();\n\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.dcnNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n }\n\n }\n\n setValuesForUnassignedRecord(unassignedPayments) {\n \n this.unassignedRecordList = unassignedPayments.payments;\n if(this.unassignedRecordList){\n this.unassignedRecordListLength = unassignedPayments.payments.length\n }\n this.serviceId = unassignedPayments.responsible_service_id;\n if (unassignedPayments['ccd_reference'] === undefined) {\n this.isExceptionCase = true;\n }\n // this.isRecordExist = this.unassignedRecordList.length === 0;\n this.getUnprocessedFeeCount.emit(<any>this.unassignedRecordList.length);\n this.unprocessedPaymentSelectEvent(this.unassignedRecordList);\n }\n\n formatUnassignedRecordId(ID: Number) {\n return `unassignrecord-${ID}`;\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n\n redirectToFeeSearchPage(event: any, dcn_reference:any) {\n event.preventDefault();\n this.recordId = dcn_reference;\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n url += this.isOldpcipaloff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += this.isNewpcipaloff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}&dcn=${this.recordId}${url}`);\n }\n\n loadUnsolicitedPage(viewName: string, dcn_reference:any) {\n this.recordId = dcn_reference;\n this.paymentLibComponent.bspaymentdcn = this.recordId;\n this.paymentLibComponent.viewName = viewName;\n }\n\n unprocessedPaymentSelectEvent(selectedRecordReference: any) {\n this.isUnprocessedRecordSelected = true;\n this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit(selectedRecordReference);\n }\n\n resetButtons() {\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n }\n\n goToAllocatePage(dcn_reference:any) {\n this.paymentLibComponent.bspaymentdcn = dcn_reference;\n this.paymentLibComponent.unProcessedPaymentServiceId = this.serviceId\n this.paymentLibComponent.isTurnOff = this.ISTURNOFF;\n this.paymentLibComponent.isNewPcipalOff = this.ISNEWPCIPALOFF;\n this.paymentLibComponent.isOldPcipalOff = this.ISOLDPCIPALOFF;\n this.paymentLibComponent.ISSFENABLE = this.isStFixEnable;\n\n if(this.ISTURNOFF) {\n this.paymentLibComponent.paymentGroupReference = this.PAYMENTREF;\n this.paymentLibComponent.viewName = 'fee-summary';\n }else {\n this.paymentLibComponent.paymentGroupReference = null;\n this.paymentLibComponent.viewName = 'allocate-payments';\n }\n\n }\n\n validateButtons() {\n if ( this.isUnprocessedRecordSelected && this.isExceptionCase) {\n this.isMarkAsUnidentifiedbtnEnabled = true;\n } else if ( this.isUnprocessedRecordSelected && !this.isExceptionCase && !this.FEE_RECORDS_EXISTS) {\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = true;\n } else if( this.isUnprocessedRecordSelected && !this.isExceptionCase && this.FEE_RECORDS_EXISTS ) {\n if(!this.ISTURNOFF) {\n this.isAllocateToExistingFeebtnEnabled = true;\n this.isAllocatedToNewFeebtnEnabled = false;\n } else {\n this.isAllocateToExistingFeebtnEnabled = this.IS_OS_AMT_AVAILABLE;\n this.isAllocatedToNewFeebtnEnabled = true;\n }\n }\n }\n\n unprocessedPaymentUnSelectEvent(event: any) {\n event.preventDefault();\n this.recordId = null;\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n //this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit('');\n }\n\n showDetailRow(event: any,obj: any, i: any) {\n event.preventDefault();\n \n this.unassignedRecordSelectedList = obj;\n \n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {Router} from '@angular/router';\n\n@Component({\n selector: 'ccpay-app-processed-payments',\n templateUrl: './processed-payments.component.html',\n styleUrls: ['./processed-payments.component.scss']\n})\nexport class ProcessedPaymentsComponent implements OnInit {\n\n @Input('NONPAYMENTS') NONPAYMENTS: IPayment[];\n @Output() goToPaymentViewComponent: EventEmitter<any> = new EventEmitter();\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService\n ) { }\n ngOnInit() {\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n redirectToPaymentViewPage(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent.emit({paymentGroupReference, paymentReference, paymentMethod});\n }\n}\n","\nexport class IAllocationPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n reason: string;\n explanation: string;\n user_name: string;\n constructor(payment_group_reference: string, payment_reference : string, reason? : string, explanation? : string, userName? : string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Allocated\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.reason = reason ? reason : null;\n this.explanation = explanation ? explanation : null;\n this.user_name = userName ? userName : null;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {CaseTransactionsService} from '../../services/case-transactions/case-transactions.service'; \nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {IBSPayments} from '../../interfaces/IBSPayments';\nimport {AllocatePaymentRequest} from '../../interfaces/AllocatePaymentRequest';\nimport {IAllocationPaymentsRequest} from '../../interfaces/IAllocationPaymentsRequest';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n\n\n@Component({\n selector: 'app-allocate-payments',\n templateUrl: './allocate-payments.component.html',\n styleUrls: ['./allocate-payments.component.scss']\n})\nexport class AllocatePaymentsComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() caseType: string;\n\n overUnderPaymentForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n recordId:string;\n feedbackUrlLabel:string;\n unAllocatedPayment: IBSPayments = {\n amount: 0\n };\n siteID: string = null;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroup: IPaymentGroup;\n paymentGroups: IPaymentGroup[] = [];\t\n remainingAmount: number;\n isRemainingAmountGtZero: boolean;\n isMoreDetailsBoxHide: boolean = true;\n isRemainingAmountLtZero: boolean;\n afterFeeAllocateOutstanding: number;\n amountForAllocation: number;\n isConfirmButtondisabled: boolean = false;\n isContinueButtondisabled: boolean = true;\n otherPaymentExplanation: string = null;\n selectedOption: string = null;\n isFeeAmountZero: boolean = false;\t\n\n paymentReasonHasError: boolean = false;\n paymentExplanationHasError: boolean = false;\n isPaymentDetailsEmpty: boolean = false;\n isPaymentDetailsInvalid: boolean = false;\n paymentDetailsMinHasError: boolean = false;\n paymentDetailsMaxHasError: boolean = false;\n isUserNameEmpty: boolean = false;\n isUserNameInvalid: boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n paymentReason: string = null;\n paymentExplanation: string = null;\n userName: string = null;\n paymentSectionLabel: any;\n paymentRef: string = null;\n isStrategicFixEnable: boolean = true;\n orderLevelFees: IOrderReferenceFee[] = [];\n cookieUserName: string[] = [];\n enCookieUserName: any;\n userNameField: string = null;\n\n reasonList: { [key: string]: { [key: string]: string } }= {\n overPayment: {\n hwfReward: 'Help with Fees (HWF) awarded. Please include the HWF reference number in the explanatory note',\n wrongFee: 'Incorrect payment received',\n notIssueCase: 'Unable to issue case',\n otherDeduction: 'Other'\n },\n shortFall: {\n helpWithFee: 'Help with Fees (HWF) application declined',\n wrongFee: 'Incorrect payment received',\n other: 'Other'\n }\n }\n explanationList = {\n overPayment: {\n referRefund: 'Details in case notes. Refund due',\n noRefund: 'Details in case notes. No refund due',\n noCase: 'No case created. Refund due',\n other: 'Other'\n },\n shortFall: {\n holdCase: 'I have put a stop on the case and contacted the applicant requesting the balance of payment',\n heldCase: 'I have put a stop on the case. The applicant needs to be contacted to request the balance of payment',\n other: 'Other'\n }\n }\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\n\n constructor(\n private errorHandlerService: ErrorHandlerService,\n private caseTransactionsService: CaseTransactionsService,\n private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n if (this.paymentLibComponent.paymentGroupReference !== null) {\n this.viewStatus = 'allocatePaymentConfirmation';\n }\n \n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.paymentRef = this.paymentLibComponent.paymentGroupReference;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.isTurnOff = this.paymentLibComponent.isTurnOff;\n this.overUnderPaymentForm = this.formBuilder.group({\n moreDetails: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n userName: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s]*)$')\n ])),\n });\n this.OrderslistService.getOrdersList().subscribe( (data) =>\n this.orderLevelFees = data.filter(data => data.orderStatus !== 'Paid'));\n this.OrderslistService.getCaseType().subscribe( (data) => this.caseType = data);\n this.getUnassignedPayment();\n }\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n getPaymentGroupDetails(){\n\n if(!this.isTurnOff){\n this.paymentViewService.getPaymentGroupDetails(this.paymentRef).subscribe(\n paymentGroup => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroup = paymentGroup;\n this.saveAndContinue();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroups = paymentGroups['payment_groups'].filter(paymentGroup => {\n paymentGroup.fees.forEach(fee => {\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true\n }\n });\n let fstCon = this.getGroupOutstandingAmount(<IPaymentGroup>paymentGroup),\n scndCn = fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero) && paymentGroup.payment_group_reference === this.paymentRef;\n return this.paymentRef ? scndCn : fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero);\n });\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n\n }\n\n selectedPaymentGroup(paymentGroup: IPaymentGroup) {\t\n this.isContinueButtondisabled = false;\t\n this.paymentGroup = paymentGroup;\t\n }\t\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n gotoSummaryPage(event: any) { \n event.preventDefault();\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n cancelAllocatePayment(event: any){\n event.preventDefault();\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if(!this.isTurnOff){\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n } else {\n this.viewStatus = 'mainForm';\t\n }\n }\n confirmAllocatePayement(){\n this.enCookieUserName = document.cookie.split(\";\").find(row => row.includes(\"user-info\")).split(\"=\")[1].split(\";\");\n this.cookieUserName = JSON.parse(decodeURIComponent(this.enCookieUserName));\n \n const fullName = this.cookieUserName['forename'] + ' ' + this.cookieUserName['surname'];\n\n const paymentDetailsField = this.overUnderPaymentForm.controls.moreDetails,\n paymentFormError = this.overUnderPaymentForm.controls.moreDetails.errors,\n userNameField = fullName,\n isEmptyCondtion = this.paymentReason && this.paymentExplanation,\n isOtherOptionSelected = this.paymentExplanation === 'Other';\n\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if ( (!this.isRemainingAmountGtZero && !this.isRemainingAmountLtZero) || isEmptyCondtion && (!isOtherOptionSelected && userNameField.length > 0 || isOtherOptionSelected && userNameField.length > 0 && paymentDetailsField.valid)) {\n this.isConfirmButtondisabled = true;\n this.otherPaymentExplanation = this.paymentExplanation === 'Other' ? paymentDetailsField.value : this.paymentExplanation;\n this.userName = userNameField;\n this.finalServiceCall();\n }else {\n if(!this.paymentReason) {\n this.resetForm([true, false, false, false, false, false, false, false], 'reason');\n }\n if(!this.paymentExplanation) {\n this.resetForm([false, true, false, false, false, false, false, false], 'explanation');\n }\n if(this.paymentExplanation && isOtherOptionSelected) {\n if(paymentDetailsField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'other');\n }\n if(paymentDetailsField.value != '' && paymentDetailsField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.minlength && paymentFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.maxlength && paymentFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'other');\n }\n }\n if(userNameField.length === 0) {\n this.resetForm([false, false, false, false, false, false, true, false], 'username');\n }\n }\n }\n resetForm(vals, field) {\n if(field==='reason' || field==='all') {\n this.paymentReasonHasError = vals[0];\n }\n if(field==='explanation' || field==='all') {\n this.paymentExplanationHasError = vals[1];\n }\n if(field==='other' || field==='all') {\n this.isPaymentDetailsEmpty = vals[2];\n this.isPaymentDetailsInvalid = vals[3];\n this.paymentDetailsMinHasError = vals[4];\n this.paymentDetailsMaxHasError = vals[5];\n }\n if(field==='username' || field==='all') {\n this.isUserNameEmpty = vals[6];\n this.isUserNameInvalid = vals[7];\n }\n }\n finalServiceCall() {\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n reason: this.paymentReason,\n allocation_status:'Allocated',\n explanation: this.otherPaymentExplanation,\n payment_allocation_status: {\n description: '',\n name: 'Allocated'\n },\n payment_group_reference: this.paymentGroup.payment_group_reference,\n case_type: this.caseType,\n user_name: this.userName\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSPaymentStrategic(postStrategicBody , this.paymentGroup.payment_group_reference).subscribe(\n res => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n });\n\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response1 = JSON.parse(res1);\n if (response1.success) {\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.siteID, this.exceptionReference);\n this.bulkScaningPaymentService.postBSAllocatePayment(requestBody, this.paymentGroup.payment_group_reference).subscribe(\n res2 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response2 = JSON.parse(res2);\n const reqBody = new IAllocationPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, this.paymentReason, this.otherPaymentExplanation, this.userName);\n if (response2.success) {\n this.paymentViewService.postBSAllocationPayments(reqBody).subscribe(\n \n res3 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n ); \n }\n }\n\n saveAndContinue(){\n if(this.paymentGroup) {\n this.isMoreDetailsBoxHide = true;\n this.overUnderPaymentForm.get('moreDetails').reset();\n this.overUnderPaymentForm.get('moreDetails').setValue('');\n this.overUnderPaymentForm.get('userName').reset();\n this.overUnderPaymentForm.get('userName').setValue('');\n this.paymentReason = '';\n this.paymentExplanation = '';\n let GroupOutstandingAmount = this.getGroupOutstandingAmount(this.paymentGroup);\n const remainingToBeAssigned = this.unAllocatedPayment.amount - GroupOutstandingAmount;\n this.isRemainingAmountGtZero = remainingToBeAssigned > 0;\n this.isRemainingAmountLtZero = remainingToBeAssigned < 0;\n this.paymentSectionLabel = this.isRemainingAmountGtZero ? { \n title: 'There is an Over payment of',\n reason: 'Provide a reason. This will be used in the Refund process.',\n }: this.isRemainingAmountLtZero ? { \n title: 'There is an Under payment of',\n reason: 'Provide a reason',\n }: { \n title:'Amount left to be allocated',\n reason:'',\n };\n this.feedbackUrlLabel = this.isRemainingAmountGtZero ? 'CONFIRMALLOCATION_SURPLUS' : this.isRemainingAmountLtZero ? 'CONFIRMALLOCATION_SHORTFALL' : 'CONFIRMALLOCATION';\n this.remainingAmount = this.isRemainingAmountGtZero ? remainingToBeAssigned : this.isRemainingAmountLtZero ? remainingToBeAssigned * -1 : 0;\n this.afterFeeAllocateOutstanding = remainingToBeAssigned >= 0 ? 0 : (remainingToBeAssigned * -1);\n this.amountForAllocation = GroupOutstandingAmount >= this.unAllocatedPayment.amount ? this.unAllocatedPayment.amount : GroupOutstandingAmount;\n if(this.isTurnOff){\n this.viewStatus = 'allocatePaymentConfirmation';\t\n }\n }\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.unAllocatedPayment = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n this.getPaymentGroupDetails();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n selectRadioButton(key, type) {\n this.isMoreDetailsBoxHide = true;\n if( type === 'explanation' && key === 'other' ){\n this.isPaymentDetailsEmpty = false;\n this.isPaymentDetailsInvalid = false;\n this.paymentDetailsMinHasError = false;\n this.paymentDetailsMaxHasError = false;\n this.isMoreDetailsBoxHide = false;\n }\n }\n OrderListSelectEvent(orderef: any){\n this.isContinueButtondisabled = false;\n this.recordId= orderef;\n }\n\n redirectToOrderFeeSearchPage() {\n // this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = this.recordId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n}\n}\n","import { IFee } from './IFee';\n\nexport class AddRemissionRequest {\n beneficiary_name: string;\n ccd_case_number: string;\n fee: IFee;\n hwf_amount: number;\n hwf_reference: string;\n payment_group_reference: string;\n case_type: string;\n\n constructor(ccd_case_number: string, fee: IFee, hwf_amount: number, hwf_reference: string, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.fee = fee;\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n this.case_type = caseType;\n }\n}\n","export class AddRetroRemissionRequest {\n hwf_amount: number;\n hwf_reference: string;\n\n constructor(hwf_amount: number, hwf_reference: string) {\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n }\n}\n","import { IFee } from \"./IFee\";\nimport { IRefundContactDetails } from \"./IRefundContactDetails\";\n\nexport class PostRefundRetroRemission {\n ccd_case_number: string;\n payment_reference: string;\n refund_reason: string;\n refund_amount: any;\n fees: any[];\n contact_details: IRefundContactDetails\n \n constructor(ccd_case_number: string, payment_reference : string, refund_reason : string, refund_amount: any, fees: any[],contact_details:any) {\n\t this.ccd_case_number = ccd_case_number;\n this.payment_reference= payment_reference;\n this.refund_reason = refund_reason;\n\t this.refund_amount = refund_amount;\n\t this.fees = fees;\n this.contact_details = contact_details;\n } \n}","import { IRefundContactDetails } from './IRefundContactDetails';\n\nexport class PostIssueRefundRetroRemission {\n remissionReference: string;\n contact_details: IRefundContactDetails;\n\n constructor(remissionReference : string, contactDeatils: any) {\n this.remissionReference= remissionReference;\n this.contact_details = contactDeatils;\n } \n}","import { Component, OnInit, Input, Output, EventEmitter} from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator, FormArray } from '@angular/forms';\nimport { IFee } from '../../interfaces/IFee';\nimport {Router} from '@angular/router';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\nimport {ChangeDetectorRef} from '@angular/core';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\nconst resolvedPromise = Promise.resolve(null);\n\n@Component({\n selector: 'ccpay-add-remission',\n templateUrl: './add-remission.component.html',\n styleUrls: ['./add-remission.component.scss']\n})\nexport class AddRemissionComponent implements OnInit {\n @Input() fee: IFee;\n @Input() fees: any [];\n @Input() payment: IPayment;\n @Input() remission: IRemission;\n @Input() ccdCaseNumber: string;\n @Input() caseType: string;\n @Input() viewCompStatus: string;\n @Input() paymentGroupRef: string;\n @Input() isTurnOff: boolean;\n @Input() isRefundRemission: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isStrategicFixEnable: boolean;\n @Input() paidAmount: any;\n @Input() isFromRefundListPage: boolean;\n @Input() isFromPaymentDetailPage: boolean;\n @Input() isFromServiceRequestPage: boolean;\n @Input() feeamount: number;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input('orderDetail') orderDetail: any[];\n @Input('orderRef') orderRef: string;\n @Input('orderStatus') orderStatus: string;\n @Input('orderParty') orderParty: string;\n @Input('orderCreated') orderCreated: Date;\n @Input('orderCCDEvent') orderCCDEvent: string;\n @Input('takepayment') takePayment: boolean;\n @Input('orderFeesTotal') orderFeesTotal: number;\n @Input('orderTotalPayments') orderTotalPayments: number;\n @Input('orderRemissionTotal') orderRemissionTotal: number;\n @Output() cancelRemission: EventEmitter<void> = new EventEmitter();\n //@Output() refundListReason: EventEmitter<any> = new EventEmitter({reason:string, code:string});\n @Output() refundListReason = new EventEmitter<{reason: string, code: string}>();\n @Output() refundListAmount: EventEmitter<string> = new EventEmitter();\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n contactDetailsObj: IRefundContactDetails;\n notification: any;\n remissionForm: FormGroup;\n hasErrors = false;\n viewStatus = 'main';\n errorMessage = null;\n option: string = null;\n isConfirmationBtnDisabled: boolean = false;\n bsPaymentDcnNumber: string;\n selectedValue = 'yes';\n amount: any;\n retroRemission: boolean = false;\n remissionReference: string = '';\n refundReference: string;\n refundAmount: string;\n paymentExplanationHasError: boolean = false;\n refundReason:string;\n selectedRefundReason: string;\n displayRefundReason: string;\n refundCode:string;\n remessionPayment:IPayment;\n isRemissionCodeEmpty: boolean = false;\n remissionCodeHasError: boolean = false;\n isAmountEmpty: boolean = false;\n isReasonEmpty: boolean = false;\n amountHasError: boolean = false;\n isRemissionLessThanFeeError: boolean = false;\n refundHasError:boolean = false;\n isPaymentSuccess: boolean = false;\n isRemissionApplied: boolean = false;\n remissionamt:number;\n elementId:any;\n // refundReasons: any[] = [];\n commonRefundReasons: any[] = [];\n showReasonText: boolean;\n isRefundReasonsSelected: boolean;\n default: string;\n reasonLength: number;\n refundReasons:IRefundReasons[];\n pattern1: string;\n pattern2: string;\n sendOrderDetail: any[];\n sendOrderRef: string;\n paymentReference : string;\n class='';\n errorMsg = new Array();\n totalRefundAmount: number;\n quantityUpdated: number;\n fullRefund: boolean;\n allowedRefundAmount: number;\n isRemissionsMatch: boolean;\n paymentFees: IFee[];\n paymentGroup: IPaymentGroup;\n isStatusAllocated: boolean;\n isFromCheckAnsPage: boolean;\n refundAmtForFeeVolumes: number;\n \n component: { account_number: string; amount: number; case_reference: string; ccd_case_number: string; channel: string; currency: string; customer_reference: string; date_created: string; date_updated: string; description: string; method: string; organisation_name: string; payment_allocation: any[]; reference: string; service_name: string; site_id: string; status: string; };\n\n constructor(private formBuilder: FormBuilder,\n private router: Router,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private refundService: RefundsService,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.errorMessage = '';\n this.errorMsg = [];\n this.default = 'Select a different reason';\n this.pattern1 = '^([a-zA-Z0-9]{3})-([a-zA-Z0-9]{3})-([a-zA-Z0-9]{3})$';\n this.pattern2 = '^([A-Za-z]{2}[0-9]{2})-([0-9]{6})$';\n if(this.viewCompStatus !== '' && this.viewCompStatus !== undefined){\n this.viewStatus = '';\n }\n if(this.remission) {\n }\n if(this.fee) {\n this.amount = (this.fee.volume * this.fee.calculated_amount);\n }\n \n if (this.payment){\n this.paymentReference = this.payment.reference;\n this.remessionPayment = this.payment;\n if(this.payment.status === 'Success') {\n this.isPaymentSuccess = true;\n }\n }\n this.option = this.paymentLibComponent.SELECTED_OPTION;\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.remissionForm = this.formBuilder.group({\n remissionCode: new FormControl('', \n Validators.compose([\n Validators.required,\n Validators.pattern(`(${this.pattern1})|(${this.pattern2})`)\n ]) \n ),\n amount: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[0-9]+(\\.[0-9]{1,2})?$')\n ])),\n refundReason: new FormControl('', Validators.compose([Validators.required])),\n refundDDReason: new FormControl('', Validators.compose([Validators.required])),\n reason: new FormControl(),\n feeAmount: new FormControl(),\n feesList: this.formBuilder.array([])\n });\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundDDReason'].setValue('Select a different reason', {onlySelf: true});\n\n if(this.isFromServiceRequestPage) {\n this.paymentViewService.getApportionPaymentDetails(this.paymentLibComponent.paymentReference).subscribe(\n paymentGroup => {\n let fees = [];\n paymentGroup.fees.forEach(fee => {\n this.isRemissionsMatch = false;\n \n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees\n this.paymentFees =fees;\n this.fees = fees;\n this.paymentGroup = paymentGroup;\n \n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n this.refundFeesList();\n },\n (error: any) => this.errorMessage = error\n );\n }\n\n \n if (this.fees && this.viewCompStatus === 'issuerefund') {\n this.refundFeesList();\n }\n\n if(this.viewCompStatus === ''){\n this.viewStatus = 'main';\n }\n \n if(this.viewCompStatus === 'issuerefundpage1'){\n this.refundService.getRefundReasons().subscribe(\n refundReasons => { \n this.refundReasons = refundReasons.filter((data) => data.recently_used === false);\n this.refundReasons = this.refundReasons.filter((data) => data.name !== 'Retrospective remission');\n this.cd.detectChanges();\n this.commonRefundReasons = refundReasons.filter((data) => data.recently_used === true);\n this.commonRefundReasons.sort((a, b) => a.toString().localeCompare(b));\n this.cd.detectChanges();\n } );\n }\n \n if(this.viewCompStatus === 'processretroremissonpage' && this.isFromRefundListPage){\n this.viewStatus = 'processretroremissonpage';\n }\n if(this.orderDetail !== undefined){\n this.fees = this.orderDetail[0].fees;\n this.paymentReference = this.orderDetail[0].payments[0].reference;\n }\n\n }\n\n refundFeesList() {\n const creds = this.remissionForm.controls.feesList as FormArray;\n for(var i=0;i<this.fees.length;i++) {\n creds.push(this.formBuilder.group({\n id: this.fees[i].id,\n code: this.fees[i].code,\n volume: this.fees[i].volume,\n calculated_amount: this.fees[i].calculated_amount,\n apportion_amount: this.fees[i].apportion_amount,\n ccd_case_number: this.fees[i].ccd_case_number,\n description: this.fees[i].description,\n net_amount: this.fees[i].net_amount,\n version: this.fees[i].version,\n amounttorefund : [''],\n selected:[''] ,\n updatedVolume: ''\n }));\n }\n this.cd.detectChanges();\n }\n\n get feesList()\n {\n const dd =this.remissionForm.get('feesList') as FormArray ;\n return this.remissionForm.get('feesList') as FormArray;\n }\n\n noneSelected(){\n if(!this.feesList.controls.some(item => item.get('selected').value === true)) {\n this.errorMsg = [];\n [].forEach.call(document.querySelectorAll('input'), function (el) {\n el.classList.remove('inline-error-class');\n });\n }\n return !this.feesList.controls.some(item => item.get('selected').value === true);\n }\n \n check_en (i,v1: any, AppAmt,Volume) {\n const ele = document.getElementById(v1) as HTMLInputElement;\n const formArray = this.remissionForm.controls.feesList as FormArray;\n \n if(ele.checked){\n formArray.at(i).get('amounttorefund').setValue(AppAmt);\n formArray.at(i).get('volume').setValue(Volume);\n formArray.at(i).get('selected').setValue(true);\n formArray.at(i).get('updatedVolume').setValue(Volume);\n (<HTMLInputElement>document.getElementById('feeAmount_'+v1)).value = AppAmt;\n document.getElementById('feeAmount_'+v1).removeAttribute(\"disabled\"); \n if(Volume === 1) {\n (<HTMLInputElement>document.getElementById('VolumeUpdated_'+v1)).value = Volume;\n } else {\n (<HTMLInputElement>document.getElementById('feeVolumeUpdated_'+v1)).value = Volume;\n }\n \n if (document.getElementById('feeVolumeUpdated_'+v1) !== null) {\n document.getElementById('feeAmount_'+v1).removeAttribute(\"disabled\"); \n document.getElementById('feeVolumeUpdated_'+v1).removeAttribute(\"disabled\"); \n } \n // this.remissionForm.value.feesList.find(x=>x=v1)['amounttorefund'] = AppAmt;\n this.cd.detectChanges(); \n } else {\n this.errorMsg = []; \n document.getElementById('feeAmount_'+v1).setAttribute(\"disabled\", \"true\"); \n this.remissionForm.value.feesList[i][\"amounttorefund\"] = ''; \n this.remissionForm.value.feesList[i][\"volume\"] = ''; \n this.remissionForm.value.feesList[i][\"selected\"] = false; \n (<HTMLInputElement>document.getElementById('feeAmount_'+v1)).value = '';\n if(Volume>1) {\n this.remissionForm.value.feesList[i][\"volume\"] = ''; \n (<HTMLInputElement>document.getElementById('feeVolumeUpdated_'+v1)).value = '';\n }\n \n if (document.getElementById('feeVolumeUpdated_'+v1) !== null) {\n document.getElementById('feeVolumeUpdated_'+v1).removeAttribute(\"disabled\"); \n }\n this.cd.detectChanges();\n } \n }\n\n\n addRemission() {\n this.resetRemissionForm([false, false, false, false, false, false], 'All');\n const remissionctrls=this.remissionForm.controls,\n isRemissionLessThanFee = this.fee.calculated_amount > remissionctrls.amount.value; \n this.remissionForm.controls['refundReason'].setErrors(null);\n this.remissionForm.controls['refundDDReason'].setErrors(null);\n if (this.remissionForm.dirty && this.remissionForm.valid && isRemissionLessThanFee) {\n this.viewStatus = 'confirmation';\n }else {\n\n if(remissionctrls['remissionCode'].value == '' ) {\n this.resetRemissionForm([true, false, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['remissionCode'].value != '' && remissionctrls['remissionCode'].invalid ) {\n this.resetRemissionForm([false, true, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['amount'].value == '' ) {\n this.resetRemissionForm([false, false, true, false, false, false], 'amount');\n }\n if(remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid ) {\n this.resetRemissionForm([false, true, false, true, false, false], 'amount');\n }\n if(remissionctrls.amount.valid && !isRemissionLessThanFee){\n this.resetRemissionForm([false, false, false, false, true, false], 'amount');\n }\n }\n }\n\n confirmRemission() {\n this.isConfirmationBtnDisabled = true;\n const newNetAmount = this.remissionForm.controls.amount.value,\n remissionAmount = this.fee.net_amount - newNetAmount,\n requestBody = new AddRemissionRequest\n (this.ccdCaseNumber, this.fee, remissionAmount, this.remissionForm.controls.remissionCode.value, this.caseType);\n this.paymentViewService.postPaymentGroupWithRemissions(decodeURIComponent(this.paymentGroupRef).trim(), this.fee.id, requestBody).subscribe(\n response => {\n if (JSON.parse(response).success) {\n let LDUrl = this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable'\n LDUrl += `&caseType=${this.caseType}`\n LDUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable'\n LDUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable'\n if (this.paymentLibComponent.bspaymentdcn) {\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(`/payment-history/${this.ccdCaseNumber}?view=fee-summary&selectedOption=${this.option}&paymentGroupRef=${this.paymentGroupRef}&dcn=${this.paymentLibComponent.bspaymentdcn}${LDUrl}`);\n }else {\n this.gotoCasetransationPage();\n }\n\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n }\n );\n }\n\n resetRemissionForm(val, field){\n if (field==='All'){\n this.isRemissionCodeEmpty = val[0];\n this.remissionCodeHasError = val[1];\n this.isAmountEmpty = val[2];\n this.amountHasError = val[3];\n this.isRemissionLessThanFeeError = val[4];\n this.isReasonEmpty = val[5];\n } else if(field==='remissionCode' || field==='All') {\n this.isRemissionCodeEmpty = val[0];\n this.remissionCodeHasError = val[1];\n } else if (field==='amount' || field==='All'){\n this.isAmountEmpty = val[2];\n this.amountHasError = val[3];\n this.isRemissionLessThanFeeError = val[4];\n } else if (field==='reason' || field==='All'){\n this.isReasonEmpty = val[5];\n }\n }\n\n // Add retro remission changes\n addRemissionCode() {\n this.errorMessage = false;\n this.isFromCheckAnsPage = true;\n this.errorMsg = [];\n this.viewStatus = '';\n this.isRefundRemission = false;\n this.resetRemissionForm([false, false, false, false, false, false], 'All');\n const remissionctrls=this.remissionForm.controls\n // isRemissionLessThanFee = this.fee.calculated_amount >= remissionctrls.amount.value; \n this.remissionForm.controls['refundReason'].setErrors(null);\n this.remissionForm.controls['refundDDReason'].setErrors(null);\n this.remissionForm.controls['amount'].setErrors(null);\n if (this.remissionForm.dirty && this.remissionForm.valid ) {\n this.viewCompStatus = '';\n this.viewStatus = \"processretroremissonpage\";\n }else {\n\n if(remissionctrls['remissionCode'].value == '' ) {\n this.resetRemissionForm([true, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['remissionCode'].value != '' && remissionctrls['remissionCode'].invalid ) {\n this.resetRemissionForm([false, true, false, false, false], 'remissionCode');\n }\n if(remissionctrls['amount'].value == '' ) {\n this.resetRemissionForm([false, false, true, false, false], 'amount');\n }\n if(remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid ) {\n this.resetRemissionForm([false, true, false, true, false], 'amount');\n }\n if(remissionctrls['reason'].value == '') {\n this.resetRemissionForm([false, false, false, true, false, true], 'reason');\n }\n if(remissionctrls.amount.valid){\n this.resetRemissionForm([false, false, false, false, true], 'amount');\n }\n \n }\n }\n\n\n gotoAddRetroRemissionCodePage() {\n this.errorMessage = false;\n this.isFromCheckAnsPage = false;\n this.errorMsg = [];\n if(this.isRefundRemission) {\n this.paymentLibComponent.iscancelClicked = true;\n this.refundListAmount.emit();\n this.paymentLibComponent.isFromRefundStatusPage = true;\n return;\n }\n if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.iscancelClicked = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n this.paymentLibComponent.isFromRefundStatusPage = true;\n return;\n } \n this.viewStatus = '';\n this.selectedValue = 'yes';\n this.viewCompStatus = \"addremission\";\n this.isRefundRemission = true;\n this.errorMessage = '';\n this.errorMsg = [];\n if(this.isFromPaymentDetailPage) {\n this.paymentLibComponent.viewName = 'payment-view';\n }\n }\n\n gotoCheckRetroRemissionPage(payment: IPayment) {\n this.paymentLibComponent.iscancelClicked = false;\n this.errorMessage = '';\n this.resetRemissionForm([false, false, false, false, false], 'All');\n if( !this.isRefundRemission) {\n var remissionctrls=this.remissionForm.controls,\n isRemissionLessThanFee = this.fee.calculated_amount >= remissionctrls.amount.value; \n if (this.remissionForm.dirty ) {\n if(remissionctrls['amount'].value == '' || remissionctrls['amount'].value < 0) {\n this.resetRemissionForm([false, false, true, false, false], 'amount');\n } else if(remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid ) {\n this.resetRemissionForm([false, false, false, true, false], 'amount');\n } else if(remissionctrls.amount.valid && !isRemissionLessThanFee){\n this.resetRemissionForm([false, false, false, false, true], 'amount');\n } else {\n this.viewCompStatus = '';\n this.viewStatus = \"checkretroremissionpage\";\n }\n }\n } else {\n var remissionctrls=this.remissionForm.controls;\n //if (this.remissionForm.dirty ) {\n if(remissionctrls['amount'].value == '' || remissionctrls['amount'].value < 0 ) {\n this.resetRemissionForm([false, false, true, false, false], 'amount');\n } else {\n this.viewCompStatus = '';\n this.viewStatus = \"checkretroremissionpage\";\n this.refundListAmount.emit(remissionctrls['amount'].value);\n }\n //}\n \n }\n }\n gotoAmountRetroRemission() {\n this.isFromCheckAnsPage = false;\n this.viewStatus = 'processretroremissonpage';\n this.viewCompStatus = '';\n // this.isRefundRemission = true;\n this.errorMessage = '';\n }\n gotoProcessRetroRemissionPage() {\n this.isFromCheckAnsPage = true;\n this.viewStatus = '';\n this.viewCompStatus = 'addremission';\n this.isRefundRemission = true;\n this.errorMessage = '';\n this.errorMsg = [];\n }\n\n gotoProcessRetroRemission(note?: IRefundContactDetails) {\n if(note) {\n this.notification = { contact_details: note, notification_type: note.notification_type };\n }\n this.isFromCheckAnsPage = true;\n this.viewStatus = 'remissionAddressPage';\n this.viewCompStatus = '';\n this.isRefundRemission = true;\n this.errorMessage = '';\n }\n\n confirmRetroRemission() {\n if(!this.isConfirmationBtnDisabled) {\n this.retroRemission = true;\n this.remissionamt = this.remissionForm.controls.amount.value;\n const requestBody = new AddRetroRemissionRequest(this.remissionamt,this.remissionForm.controls.remissionCode.value )\n this.paymentViewService.postPaymentGroupWithRetroRemissions(decodeURIComponent(this.paymentGroupRef).trim(), this.fee.id, requestBody).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.isRemissionApplied = true;\n this.viewCompStatus = '';\n this.viewStatus = 'retroremissionconfirmationpage';\n this.remissionReference =JSON.parse(response).remission_reference;\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.cd.detectChanges();\n }\n );\n }\n }\n\n processRefund() {\n this.errorMessage = '';\n this.errorMsg = [];\n this.isConfirmationBtnDisabled = true;\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n if (this.remissionReference === undefined || this.remissionReference === '') {\n this.remissionReference = this.remission.remission_reference;\n }\n const requestBody = new PostIssueRefundRetroRemission(this.remissionReference, this.contactDetailsObj);\n this.paymentViewService.postRefundRetroRemission(requestBody).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.viewCompStatus = '';\n this.viewStatus = 'refundconfirmationpage';\n this.refundReference = JSON.parse(response).refund_reference;\n this.refundAmount = JSON.parse(response).refund_amount;\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n })\n }\n\n // Issue Refund changes\n\n gotoIssueRefundConfirmation(payment: IPayment) {\n \n this.paymentLibComponent.iscancelClicked = false;\n if(this.paymentLibComponent.REFUNDLIST === \"true\") {\n this.isFromRefundListPage = true; \n }\n\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.amounttorefund * c.selected, 0);\n\n\n this.errorMessage = '';\n this.errorMsg = [];\n this.refundReason = this.remissionForm.controls['refundReason'].value === null ? this.remissionForm.controls['refundDDReason'].value : this.remissionForm.controls['refundReason'].value;\n if(!this.refundReason || this.refundReason === 'Select a different reason') {\n this.refundHasError = true;\n } else if(this.selectedRefundReason.includes('Other') && (this.remissionForm.controls['reason'].value == '' || this.remissionForm.controls['reason'].value == null)) {\n this.resetRemissionForm([false, false, false, true, false, true], 'reason');\n } else if (this.selectedRefundReason.includes('Other') && this.remissionForm.controls['reason'].value !== '') {\n this.refundHasError = false;\n this.refundReason += '-' + this.remissionForm.controls['reason'].value;\n this.displayRefundReason = this.selectedRefundReason + '-' + this.remissionForm.controls['reason'].value;\n if ( this.isFromRefundListPage ) {\n this.refundListReason.emit({reason: this.displayRefundReason, code: this.refundReason});\n } else {\n if(this.isFromCheckAnsPage) {\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.amounttorefund * c.selected, 0);\n this.isFromCheckAnsPage = false;\n this.viewStatus = 'checkissuerefundpage';\n this.viewCompStatus = '';\n return;\n }\n this.viewCompStatus = '';\n this.viewStatus = 'contactDetailsPage';\n }\n \n } else {\n this.displayRefundReason = this.selectedRefundReason;\n if(this.isFromCheckAnsPage) {\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.amounttorefund * c.selected, 0);\n this.isFromCheckAnsPage = false;\n this.viewStatus = 'checkissuerefundpage';\n this.viewCompStatus = '';\n return;\n }\n if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n } else {\n this.viewCompStatus = '';\n this.viewStatus = 'contactDetailsPage';\n }\n \n }\n }\n\n gotoIssueRefundPage() {\n this.errorMessage = '';\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n this.isRefundRemission = true;\n this.errorMessage = false;\n this.errorMsg = [];\n this.refundHasError = false;\n this.isReasonEmpty = false;\n }\n\n gotoIssuePage(){\n\n [].forEach.call(document.querySelectorAll('input'), function (el) {\n el.classList.remove('inline-error-class');\n });\n\n\t var checkboxs = document.getElementsByTagName('input');\n\t this.errorMessage = '';\n this.totalRefundAmount = 0;\n this.errorMsg = []; \n\t\t\tfor (var j=0;j<checkboxs.length;j++)\n\t\t\t{\n\t\t\t\tif(checkboxs[j].checked)\n\t\t\t\t{\n\t\t\t\t\tthis.fullRefund = false;\n\t\t\t\t\tlet quantity: number = +(<HTMLInputElement>document.getElementById('feeVolume_'+checkboxs[j].value)).value;\n let amountToRefund: number = +(<HTMLInputElement>document.getElementById('feeAmount_'+checkboxs[j].value)).value;\n\t\t\t\t\tlet apportionAmount: number = +(<HTMLInputElement>document.getElementById('feeApportionAmount_'+checkboxs[j].value)).value;\n\t\t\t\t\tlet calculatedAmount: number = +(<HTMLInputElement>document.getElementById('calculatedAmount_'+checkboxs[j].value)).value; \n \n if( amountToRefund === apportionAmount) {\n this.fullRefund = true;\n }\n\n if(amountToRefund === 0){\n this.elementId = 'feeAmount_'+checkboxs[j].value;\n this.errorMsg.push('You need to enter a refund amount');\n this.getErrorClass(this.elementId);\n\t\t\t\t\t}\n\n \n\n if (quantity === 1)\n {\n if(amountToRefund > 0 && amountToRefund > apportionAmount){\n this.elementId = 'feeAmount_'+checkboxs[j].value;\n this.errorMsg.push('The amount you want to refund is more than the amount paid');\n this.getErrorClass(this.elementId);\n }\n } \n\n\t\t\t\t\tif(quantity > 1) {\n\n\t\t\t\t\t\tthis.quantityUpdated = +(<HTMLInputElement>document.getElementById('feeVolumeUpdated_'+checkboxs[j].value)).value;\n\n if(this.quantityUpdated === 0){\n this.elementId = 'feeVolumeUpdated_'+checkboxs[j].value;\n this.errorMsg.push('You need to enter quantity')\n this.getErrorClass(this.elementId);\n }\n\n if (this.fullRefund && quantity !== this.quantityUpdated) {\n this.elementId = 'feeVolumeUpdated_'+checkboxs[j].value;\n this.errorMsg.push('The quantity you want to refund should be maximun available quantity');\n this.getErrorClass(this.elementId);\n }\n\n if (!this.fullRefund && this.quantityUpdated > 0 && amountToRefund > 0) {\n this.refundAmtForFeeVolumes = +(<HTMLInputElement>document.getElementById('feeVOl_'+checkboxs[j].value)).innerText;\n this.allowedRefundAmount = this.quantityUpdated * this.refundAmtForFeeVolumes;\n if( this.allowedRefundAmount !== amountToRefund) \n {\n this.elementId = 'feeAmount_'+checkboxs[j].value;\n this.errorMsg.push('The Amount to Refund should be equal to the product of Fee Amount and quantity');\n this.getErrorClass(this.elementId);\n }\n }\n\n if(!this.fullRefund && amountToRefund > apportionAmount)\n {\n this.elementId = 'feeAmount_'+checkboxs[j].value;\n this.errorMsg.push('The amount you want to refund is more than the amount paid');\n this.getErrorClass(this.elementId);\n }\n\t\n if( !this.fullRefund && this.quantityUpdated >0 && this.quantityUpdated > quantity){\n this.elementId = 'feeVolumeUpdated_'+checkboxs[j].value;\n this.errorMsg.push('The quantity you want to refund is more than the available quantity');\n this.getErrorClass(this.elementId);\n }\n }\n //this.remissionForm.value.feesList.find(id=>id=checkboxs[j].value)['amounttorefund'] = apportionAmount;\n\t\t\t\t}\n\t\t\t}\n\n if(this.errorMsg.length === 0) {\n if (this.isFromCheckAnsPage) {\n this.isFromCheckAnsPage = false;\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.amounttorefund * c.selected, 0);\n this.viewStatus = 'checkissuerefundpage'\n this.viewCompStatus = '';\n return;\n }\n this.viewCompStatus = 'issuerefundpage1';\n this.getRefundReasons();\n }\n }\n\n calAmtToRefund(value,amount,volume, i: any) {\n const volumeFee = amount/volume;\n const amtToRefund = value * volumeFee;\n const formArray = this.remissionForm.controls.feesList as FormArray;\n formArray.at(i).get('amounttorefund').setValue(amtToRefund);\n // (<HTMLInputElement>document.getElementById('feeAmount_'+i)).value = +amtToRefund;\n // const formControl = this.remissionForm.controls.feesList['amounttorefund'].at(index);\n // formControl.setValue(amtToRefund);\n\n }\n gotoContactDetailsPage(note?: IRefundContactDetails) {\n if (note) {\n this.notification = { contact_details: note, notification_type: note.notification_type };\n }\n this.errorMessage = '';\n this.viewCompStatus = '';\n this.viewStatus = 'contactDetailsPage';\n this.isRefundRemission = true;\n this.errorMessage = false;\n }\n \n getRefundReasons(){\n if(this.viewCompStatus === 'issuerefundpage1'){\n this.refundService.getRefundReasons().subscribe(\n refundReasons => { \n this.refundReasons = refundReasons.filter((data) => data.recently_used === false);\n this.refundReasons = this.refundReasons.filter((data) => data.name !== 'Retrospective remission');\n this.cd.detectChanges();\n this.commonRefundReasons = refundReasons.filter((data) => data.recently_used === true);\n this.commonRefundReasons.sort((a, b) => a.toString().localeCompare(b));\n this.cd.detectChanges();\n } );\n }\n}\n getErrorClass(elementId) {\n if(this.errorMsg.length > 0) {\n const ele = document.getElementById(elementId);\n ele.classList.add('inline-error-class');\n }\n \n }\n\n changeIssueRefundReason() {\n this.isFromCheckAnsPage = true;\n this.errorMessage = '';\n this.errorMsg = [];\n this.refundHasError = false;\n this.isReasonEmpty = false;\n this.viewCompStatus = 'issuerefundpage1';\n this.viewStatus = '';\n this.isRefundRemission = true;\n }\n\n confirmIssueRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n this.errorMsg = [];\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n this.fees = this.remissionForm.value.feesList.filter(value => value.selected===true);\n \n const requestBody = new PostRefundRetroRemission(this.ccdCaseNumber, this.payment.reference, this.refundReason, \n this.totalRefundAmount, this.fees, this.contactDetailsObj);\n this.paymentViewService.postRefundsReason(requestBody).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.viewCompStatus = '';\n this.viewStatus = 'refundconfirmationpage';\n this.refundReference =JSON.parse(response).refund_reference;\n if(JSON.parse(response).refund_amount) {\n this.refundAmount = JSON.parse(response).refund_amount;\n }\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.cd.detectChanges();\n })\n }\n\n gotoRefundReasonPage () {\n this.viewStatus = '';\n this.viewCompStatus = 'issuerefundpage1';\n \n }\n\n// Retro Refund\n\n // confirmRetroRefund() {\n // this.isConfirmationBtnDisabled = true;\n // this.errorMessage = '';\n // this.errorMsg = [];\n // if( this.isRefundRemission) {\n // this.retroRemission = true;\n // }\n\n // const requestBody = new PostRefundRetroRemission(this.payment.reference,'RR004-Retrospective remission', this.contactDetailsObj);\n // this.paymentViewService.postRefundsReason(requestBody).subscribe(\n // response => {\n // if (JSON.parse(response)) {\n // this.viewCompStatus = '';\n // this.viewStatus = 'retrorefundconfirmationpage';\n // this.refundReference =JSON.parse(response).refund_reference;\n // if(JSON.parse(response).refund_amount) {\n // this.refundAmount = JSON.parse(response).refund_amount;\n // }\n // }\n // },\n // (error: any) => {\n // this.errorMessage = error;\n // this.isConfirmationBtnDisabled = false;\n // });\n // }\n\n selectRadioButton(key, value) {\n localStorage.setItem(\"myradio\", key);\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundDDReason'].setValue('Select a different reason', {onlySelf: true});\n remissionctrls['reason'].reset();\n this.isRefundReasonsSelected = true;\n this.errorMessage = false;\n this.errorMsg = [];\n this.isReasonEmpty = false;\n this.showReasonText = false;\n this.refundHasError = false;\n this.selectedRefundReason = key;\n if(this.selectedRefundReason.includes('Other')) {\n this.showReasonText = true;\n this.refundHasError = false;\n this.refundReason = key;\n }\n }\n\n selectchange(args) {\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundReason'].reset();\n remissionctrls['reason'].reset();\n this.isRefundReasonsSelected = false;\n this.showReasonText = false;\n this.refundHasError = false;\n this.selectedRefundReason = args.target.options[args.target.options.selectedIndex].id;\n this.reasonLength = (29-this.selectedRefundReason.split('- ')[1].length);\n\n if(this.selectedRefundReason.includes('Other')) {\n this.showReasonText = true;\n this.refundHasError = false;\n this.refundReason = args.target.options[args.target.options.selectedIndex].id;\n }\n\n\n }\n getContactDetails(obj:IRefundContactDetails, type) {\n this.contactDetailsObj = obj;\n this.viewCompStatus = '';\n this.viewStatus = type;\n }\n\n gotoPartialFeeRefundScreen() {\n this.refundHasError = false;\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n }\n\n \n\n gotoServiceRequestPage(event: any) {\n this.errorMessage ='';\n this.errorMsg = [];\n this.isFromCheckAnsPage = false;\n event.preventDefault();\n if (this.isFromServiceRequestPage && !this.isFromPaymentDetailPage) {\n this.viewStatus = 'order-full-view';\n this.viewCompStatus = '';\n } else if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.iscancelClicked = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n this.paymentLibComponent.isFromRefundStatusPage = true;\n } else {\n this.paymentLibComponent.paymentMethod = this.payment.method;\n this.paymentLibComponent.paymentGroupReference = this.paymentLibComponent.paymentGroupReference\n this.paymentLibComponent.paymentReference = this.payment.reference;\n this.paymentLibComponent.viewName = 'payment-view';\n this.OrderslistService.setOrderRef(this.orderRef);\n this.OrderslistService.setorderCCDEvent(this.orderCCDEvent);\n this.OrderslistService.setorderCreated(this.orderCreated);\n this.OrderslistService.setorderDetail(this.orderDetail);\n this.OrderslistService.setorderParty(this.orderParty);\n this.OrderslistService.setorderTotalPayments(this.orderTotalPayments);\n this.OrderslistService.setorderRemissionTotal(this.orderRemissionTotal);\n this.OrderslistService.setorderFeesTotal(this.orderFeesTotal);\n this.viewStatus = 'payment-view';\n this.sendOrderDetail = this.orderDetail;\n this.sendOrderRef = this.orderRef;\n if(this.LOGGEDINUSERROLES === undefined) {\n this.OrderslistService.getUserRolesList().subscribe((data) => this.LOGGEDINUSERROLES = data);\n }\n this.viewCompStatus = '';\n }\n // if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n // this.paymentLibComponent.SERVICEREQUEST = 'false';\n // this.paymentLibComponent.TAKEPAYMENT = false;\n // }\n // if (this.isFromServiceRequestPage) {\n // //this.paymentLibComponent.TAKEPAYMENT = false;\n // this.paymentLibComponent.isFromRefundStatusPage = false;\n // this.viewStatus = 'main'\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.OrderslistService.setisFromServiceRequestPage(true);\n // this.OrderslistService.setnavigationPage('servicerequestpage');\n // }\n // if ( this.isFromRefundListPage ) {\n // this.paymentLibComponent.iscancelClicked = true;\n // this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n // this.paymentLibComponent.isFromRefundStatusPage = true;\n // } \n // if(!this.paymentLibComponent.isFromRefundStatusPage) {\n // if(this.payment) {\n // this.OrderslistService.setpaymentPageView({method: this.payment.method,payment_group_reference: this.paymentGroupRef, reference:this.payment.reference});\n // }\n // if (this.isFromServiceRequestPage) { \n // this.OrderslistService.setnavigationPage('servicerequestpage');\n // } else {\n // this.OrderslistService.setnavigationPage('paymentdetailspage');\n // }\n // this.errorMessage = '';\n // this.paymentLibComponent.viewName = 'case-transactions';\n // // this.paymentLibComponent.TAKEPAYMENT = true;\n // this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n // this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n // this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n // this.paymentLibComponent.isFromServiceRequestPage = true; \n // this.paymentLibComponent.ISBSENABLE = true;\n // let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.caseType}`;\n // partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // if(this.isFromPaymentDetailPage) {\n // partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n // }\n // if(!this.paymentLibComponent.TAKEPAYMENT) {\n // this.paymentLibComponent.TAKEPAYMENT = undefined;\n // }\n // if ( this.paymentLibComponent.SERVICEREQUEST) {\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n // } else {\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n // }\n \n // } else {\n // this.paymentLibComponent.viewName === 'refundstatuslist';\n // this.paymentLibComponent.isFromRefundStatusPage = true;\n // }\n }\n gotoAddressPage(note?: IRefundContactDetails) {\n if (note) {\n this.notification = { contact_details: note, notification_type: note.notification_type };\n }\n this.errorMessage = '';\n this.viewCompStatus = 'addrefundforremission';\n this.viewStatus = '';\n this.isRefundRemission = true;\n this.errorMessage = false;\n }\n gotoRemissionSuccess(event: Event) {\n event.preventDefault();\n this.errorMessage = '';\n this.viewCompStatus = '';\n this.viewStatus = 'retroremissionconfirmationpage';\n this.isRefundRemission = true;\n this.errorMessage = false;\n }\n\n gotoCasetransationPage() {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.errorMsg = [];\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.VIEW = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n this.resetOrderData();\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n gotoCasetransationPageCancelBtnClicked(event: Event) {\n event.preventDefault();\n this.errorMsg = [];\n if( !this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.VIEW ='case-transactions';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n // this.OrderslistService.setnavigationPage('casetransactions');\n // this.OrderslistService.setisFromServiceRequestPage(false);\n // this.paymentLibComponent.VIEW ='case-transactions';\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentLibComponent.ISBSENABLE = true;\n // this.paymentLibComponent.isRefundStatusView = false;\n // this.resetOrderData(); let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.caseType}`;\n // partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n } else { \n\n if (this.paymentLibComponent.REFUNDLIST) {\n this.paymentLibComponent.viewName = 'refund-list';\n return;\n }\n if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n this.paymentLibComponent.SERVICEREQUEST = 'false';\n }\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.OrderslistService.setpaymentPageView({method: '',payment_group_reference: '', reference:''});\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n this.paymentLibComponent.ISBSENABLE = true;\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n\n if(!this.paymentLibComponent.SERVICEREQUEST) {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n } else {\n const url =`/payment-history/${this.ccdCaseNumber}?selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n }\n \n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n\n changeRefundAmount() { \n this.isFromCheckAnsPage = true;\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n }\n\n getFormattedCurrency(currency:number){\n if(currency.toString().includes(\".\")){\n return currency\n }\n return currency.toString().concat(\".00\");\n }\n \n}","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'ccdHyphens'\n})\nexport class CcdHyphensPipe implements PipeTransform {\n constructor() {}\n transform(value: any, args?: any): any {\n const pattern = /^([0-9]{4})+([0-9]{4})+([0-9]{4})+([0-9]{4})$/;\n if ( value.match(pattern)) {\n return value.replace(pattern,'$1-$2-$3-$4') \n }\n return value;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'capitalize'\n})\nexport class CapitalizePipe implements PipeTransform {\n constructor() { }\n transform(s: any, args?: any): any {\n return s && s[0].toUpperCase() + s.slice(1) || \"\";\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'keyValue'\n})\nexport class keyValuePipe implements PipeTransform {\n constructor() {}\n transform(input: any): any {\n let keys = [];\n for (let key in input) {\n if (input.hasOwnProperty(key)) {\n keys.push({ key: key, value: input[key]});\n }\n }\n return keys;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n\n@Pipe({ name: 'sanitizeHtml' })\nexport class SanitizeHtmlPipe implements PipeTransform {\n constructor(private sanitizer: DomSanitizer) {}\n transform(value: any): SafeHtml {\n return this.sanitizer.bypassSecurityTrustHtml(value);\n }\n}\n","import { Injectable } from '@angular/core';\nimport * as FileSaver from 'file-saver';\nimport * as XLSX from 'xlsx';\nimport * as XLSXStyle from 'xlsx-style';\n\n\nconst EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';\nconst EXCEL_EXTENSION = '.xlsx';\n\n@Injectable()\nexport class XlFileService {\n\n constructor() { }\n\n public exportAsExcelFile(json: any[], excelFileName: string): void {\n let worksheet: XLSX.WorkSheet; \n let workbook: XLSX.WorkBook; \n\n if(excelFileName.match('Data_Loss')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['loss_resp','payment_asset_dcn','env_ref','env_item','resp_service_id','resp_service_name','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setDataLossReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Unprocessed')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','exception_ref','ccd_ref','date_banked','bgc_batch','payment_asset_dcn','env_ref','env_item','payment_method','amount']});\n worksheet = this.setUnprocessedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Processed_Unallocated')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','allocation_status','receiving_office','allocation_reason','ccd_exception_reference','ccd_case_reference','payment_asset_dcn','env_ref','env_item','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setProcessedUnallocatedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else {\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','surplus_shortfall','balance','payment_amount','ccd_case_reference', 'ccd_exception_reference', 'processed_date', 'reason', 'explanation', 'user_name']});\n worksheet = this.setShortFallReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n }\n workbook = { Sheets: { 'data': worksheet }, SheetNames: ['data'] };\n const excelBuffer: any = XLSX.write(workbook, { bookType: 'xlsx', type: 'array' });\n this.saveAsExcelFile(excelBuffer, excelFileName);\n }\n\n\nprivate autoFitColumns (worksheet: XLSX.WorkSheet,json:any) : XLSX.WorkSheet {\n let objectMaxLength = []; \n let ColWidth = [];\n let obj = <any>Object;\n for (let i = 0; i < json.length; i++) {\n let value = obj.values(json[i]);\n let key = obj.keys(json[i]);\n for (let j = 0; j < value.length; j++) {\n if(value[j] === null){\n value[j] = '';\n }\n objectMaxLength[j] =\n key[j].length >= value[j].length\n ? key[j].length+2\n : value[j].length+1;\n if( value[j].length === undefined){\n objectMaxLength[j] = key[j].length+2;\n }\n ColWidth.push({'width': +objectMaxLength[j]});\n }\n }\n worksheet['!cols'] = ColWidth;\n return worksheet;\n}\n\n\nprivate setDataLossReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Loss_Resp\";\n worksheet.B1.v = \"Payment_Asset_DCN\";\n worksheet.C1.v = \"Envelope_Ref\";\n worksheet.D1.v = \"Envelope_Item\";\n worksheet.E1.v = \"Resp_Service ID\";\n worksheet.F1.v = \"Resp_Service Name\";\n worksheet.G1.v = \"Date_Banked\";\n worksheet.H1.v = \"BGC_Batch\";\n worksheet.I1.v = \"Payment_Method\";\n worksheet.J1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setUnprocessedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Exception_Ref\";\n worksheet.D1.v = \"CCD_Ref\";\n worksheet.E1.v = \"Date_Banked\";\n worksheet.F1.v = \"BGC_Batch\";\n worksheet.G1.v = \"Payment_Asset_DCN\";\n worksheet.H1.v = \"Envelope_Ref\";\n worksheet.I1.v = \"Envelope_Item\";\n worksheet.J1.v = \"Payment_Method\";\n worksheet.K1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setProcessedUnallocatedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Allocation_Status\";\n worksheet.D1.v = \"Receiving_Office\";\n worksheet.E1.v = \"Allocation_Reason\";\n worksheet.F1.v = \"CCD_Exception_Ref\";\n worksheet.G1.v = \"CCD_Case_Ref\";\n worksheet.H1.v = \"Payment_Asset_DCN\";\n worksheet.I1.v = \"Envelope_Ref\";\n worksheet.J1.v = \"Envelope_Item\";\n worksheet.K1.v = \"Date_Banked\";\n worksheet.L1.v = \"BGC_Batch\";\n worksheet.M1.v = \"Payment_Method\";\n worksheet.N1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setShortFallReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Over Payment_Under Payment\";\n worksheet.D1.v = \"Balance\";\n worksheet.E1.v = \"Payment_Amount\";\n worksheet.F1.v = \"CCD_Case_Ref\";\n worksheet.G1.v = \"Exception_Ref\";\n worksheet.H1.v = \"Processed_Date\";\n worksheet.I1.v = \"Reason\";\n worksheet.J1.v = \"Explanation\";\n worksheet.K1.v = \"Updated Name\";\n return worksheet;\n}\n\nprivate saveAsExcelFile(buffer: any, fileName: string): void {\n const data: Blob = new Blob([buffer], {\n type: EXCEL_TYPE\n });\n FileSaver.saveAs(data, fileName + EXCEL_EXTENSION);\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, FormControl } from '@angular/forms';\nimport { formatDate } from \"@angular/common\";\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {XlFileService} from '../../services/xl-file/xl-file.service';\n\n@Component({\n selector: 'ccpay-reports',\n templateUrl: './reports.component.html',\n styleUrls: ['./reports.component.scss']\n})\nexport class ReportsComponent implements OnInit {\n reportsForm: FormGroup;\n startDate: string;\n endDate: string;\n ccdCaseNumber: string;\n isDownLoadButtondisabled:Boolean = false;\n isStartDateLesthanEndDate: Boolean = false;\n isDateRangeBetnWeek: Boolean = false;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroups: IPaymentGroup[] = [];\n\n constructor(\n private xlFileService: XlFileService,\n private errorHandlerService: ErrorHandlerService,\n private formBuilder: FormBuilder,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentViewService: PaymentViewService) { }\n \n\n ngOnInit() {\n this.fromValidation();\n\n }\n\n getToday(): string {\n return new Date().toISOString().split('T')[0];\n }\n\n getSelectedFromDate(): void {\n this.validateDates(this.reportsForm.get('selectedreport').value);\n }\n\n validateDates(reportName){\n const selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n const isDateRangeMoreThanWeek = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 7;\n if(new Date(selectedStartDate) > new Date(selectedEndDate) && selectedEndDate !== ''){\n this.reportsForm.get('startDate').setValue('');\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = true;\n } else if(reportName && reportName ==='SURPLUS_AND_SHORTFALL' && isDateRangeMoreThanWeek ) {\n this.isDateRangeBetnWeek = true;\n this.isStartDateLesthanEndDate = false;\n } else {\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = false;\n }\n\n }\n\n fromValidation() {\n this.reportsForm = this.formBuilder.group({\n selectedreport: new FormControl('') ,\n startDate: new FormControl(''),\n endDate: new FormControl('') \n });\n}\n\ndownloadReport(){\n this.isDownLoadButtondisabled = true;\n const dataLossRptDefault = [{loss_resp:'',payment_asset_dcn:'',env_ref:'',env_item:'',resp_service_id:'',resp_service_name:'',date_banked:'',bgc_batch:'',payment_method:'',amount:''}],\n unProcessedRptDefault = [{resp_service_id:'',resp_service_name:'',exception_ref:'',ccd_ref:'',date_banked:'',bgc_batch:'',payment_asset_dcn:'',env_ref:'',env_item:'',payment_method:'',amount:''}],\n processedUnallocated =[{resp_service_id:'',resp_service_name:'',allocation_status:'',receiving_office:'',allocation_reason:'',ccd_exception_ref:'',ccd_case_ref:'',payment_asset_dcn:'',env_ref:'',env_item:'',date_banked:'',bgc_batch:'',payment_method:'',amount:'',updated_by:''}],\n shortFallsRptDefault = [{resp_service_id:'',resp_service_name:'',surplus_shortfall:'',balance:'',payment_amount:'',ccd_case_reference:'',ccd_exception_reference:'',processed_date:'', reason:'', explanation:'', user_name:''}],\n selectedReportName = this.reportsForm.get('selectedreport').value,\n selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n\n if(selectedReportName === 'PROCESSED_UNALLOCATED' || selectedReportName === 'SURPLUS_AND_SHORTFALL' ){\n this.paymentViewService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res= {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'PROCESSED_UNALLOCATED' ){\n res.data= processedUnallocated;\n } else if(res['data'].length === 0 && selectedReportName === 'SURPLUS_AND_SHORTFALL' ) {\n res.data= shortFallsRptDefault;\n } \n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"balance\"] !== undefined) {\n res['data'][i]['balance'] = this.convertToFloatValue(res['data'][i][\"balance\"]);\n }\n let Op = res['data'][i][\"surplus_shortfall\"];\n if(Op !== undefined) {\n res['data'][i]['surplus_shortfall'] = Op ==\"Surplus\" ? \"Over payment\":\"Under payment\";\n }\n if(res['data'][i][\"payment_amount\"] !== undefined) {\n res['data'][i]['payment_amount'] = this.convertToFloatValue(res['data'][i]['payment_amount']);\n }\n }\n } \n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n } else {\n this.bulkScaningPaymentService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res = {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'DATA_LOSS' ){\n res.data= dataLossRptDefault;\n } else if(res['data'].length === 0 && selectedReportName === 'UNPROCESSED'){\n res.data = unProcessedRptDefault;\n }\n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n }\n }\n\n getFileName(selectedOption: string, startDate: string, endDate: string ) {\n const loc = 'en-US',\n stDt = formatDate(startDate, 'ddMMyy', loc),\n enDt = formatDate(endDate, 'ddMMyy', loc),\n now = new Date(),\n currentDate = formatDate(now, 'ddMMyy', loc),\n timestamp = `${currentDate}_${this.getTwodigit(now.getHours())}${this.getTwodigit(now.getMinutes())}${this.getTwodigit(now.getSeconds())}`,\n selectedOptionTxt = this.getCamelCaseString(selectedOption);\n \n return selectedOptionTxt+'_'+stDt+'_To_'+enDt+'_Run_'+ timestamp;\n } \n tranformDate(strDate: string) {\n let result = '';\n if (strDate) {\n let parts = strDate.split('-');\n result = `${parts[1]}/${parts[2]}/${parts[0]}`;\n }\n return result;\n }\n getTwodigit(input: number){\n return (\"0\" + input).slice(-2);\n }\n getCamelCaseString(selectedOption) {\n let result;\n switch(selectedOption) { \n case 'UNPROCESSED': { \n result = 'Unprocessed';\n break; \n } \n case 'DATA_LOSS': { \n result = 'Data_Loss';\n break; \n } \n case 'PROCESSED_UNALLOCATED': { \n result = 'Processed_Unallocated';\n break; \n } \n case 'SURPLUS_AND_SHORTFALL': { \n result = 'Over Payment_Under Payment';\n break; \n } \n default: { \n result = selectedOption;\n break; \n } \n } \n return result;\n }\n applyDateFormat(res) {\n const fmt = 'dd/MM/yyyy',\n loc = 'en-US';\n return res['data'].map(value => {\n if (value['date_banked']) {\n value['date_banked'] = formatDate(value['date_banked'], fmt, loc);\n }\n return value;\n });\n }\n \n convertToFloatValue(amt) {\n return amt ? Number.parseFloat(amt).toFixed(2): '0.00';\n }\n}\n","import {Component, ViewChild, Input, ChangeDetectorRef} from '@angular/core';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport { MatTableDataSource} from '@angular/material/table';\nimport {MatSort } from '@angular/material/sort';\nimport {Sort } from '@angular/material/sort';\nimport {MatPaginator } from '@angular/material/paginator';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { ActivatedRoute,Router } from '@angular/router';\n@Component({\n selector: 'ccpay-table',\n templateUrl: './table.component.html',\n styleUrls: ['./table.component.css']\n})\nexport class TableComponent {\n @Input('DATASOURCE') DATASOURCE: any[];\n @Input('STATUS') STATUS: string;\n @Input('errorMessage') errorMessage: string;\n isApprovalFlow: boolean;\n // displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];\n displayedColumns = ['ccd_case_number', 'refund_reference', 'user_full_name','date_created', 'date_updated', 'Action'];\n \n dataSource: MatTableDataSource<any>;\n userLst;\n serviceLst;\n actualcount: number;\n count: number;\n refundList: IRefundList[];\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n constructor(\n private paymentLibComponent: PaymentLibComponent,\n private cdRef: ChangeDetectorRef,\n private OrderslistService: OrderslistService,\n private router: Router,\n private activeRoute: ActivatedRoute\n ) {}\n ngOnInit() {\n this.errorMessage = this.errorMessage;\n if(this.STATUS.toLowerCase() === 'sent for approval') {\n this.isApprovalFlow = true;\n } else {\n this.isApprovalFlow = false;\n }\n this.refundList = this.DATASOURCE;\n this.dataSource = new MatTableDataSource(this.refundList);\n this.actualcount = this.dataSource.data.length;\n if( this.refundList !== undefined) {\n this.userLst = this.refundList.reduce((r,{user_full_name}) => (r[user_full_name]='', r) , {});\n this.userLst = Object.keys(this.userLst);\n this.userLst.sort((a, b) => a.toString().localeCompare(b));\n this.serviceLst = this.refundList.reduce((r,{service_type}) => (r[service_type]='', r) , {});\n this.serviceLst = Object.keys(this.serviceLst);\n this.serviceLst.sort((a, b) => a.toString().localeCompare(b));\n }\n \n }\n \n /**\n * Set the paginator and sort after the view init since this component will\n * be able to query its view for the initialized paginator and sort.\n */\n ngAfterViewInit() {\n \n this.dataSource.sort = this.sort;\n\n //const sortState: Sort = {active: 'date_updated', direction: 'desc'};\n // this.sort.active = sortState.active;\n // this.sort.direction = sortState.direction;\n // this.sort.sortChange.emit(sortState);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.cdRef.detectChanges();\n }\n applyFilter(filterValue: string) {\n filterValue = filterValue.trim(); // Remove whitespace\n filterValue = filterValue.toLowerCase(); // Datasource defaults to lowercase matches\n this.dataSource.filter = filterValue;\n }\n selectchange(args){\n this.dataSource.filter = args.target.value;\n this.actualcount = this.dataSource.data.length;\n this.dataSource.paginator = this.paginator;\n }\n goToRefundProcessComponent(refundReference: string, refundData: IRefundList ) {\n this.paymentLibComponent.refundlistsource = refundData;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n goToRefundViewComponent(refundReference: string, refundData: IRefundList ) {\n this.OrderslistService.setRefundView(refundData);\n this.paymentLibComponent.viewName='refundstatuslist';\n this.paymentLibComponent.CCD_CASE_NUMBER = refundData.ccd_case_number;\n this.paymentLibComponent.isRefundStatusView = true;\n this.paymentLibComponent.isCallFromRefundList = true;\n }\n goToCaseReview(ccdCaseNumber: string, refundData: IRefundList ) {\n this.router.navigate([`/cases/case-details/${ccdCaseNumber}`], {relativeTo: this.activeRoute});\n }\n}","import { IRefundContactDetails } from './IRefundContactDetails';\n\nexport class IPutNotificationRequest {\n recipient_email_address?: string;\n recipient_postal_address?: IRefundContactDetails\n \n constructor(contactDetails: any, notificationType: string) {\n if(notificationType === 'EMAIL') {\n this.recipient_email_address = contactDetails;\n } else if(notificationType === 'LETTER') {\n this.recipient_postal_address = contactDetails;\n }\n } \n}","import { IRefundContactDetails } from \"./IRefundContactDetails\";\nexport class IResubmitRefundRequest {\n refund_reason: string;\n amount: number;\n contact_details: IRefundContactDetails\n \n constructor(refund_reason : string, amount: number,contact_details:any) {\n this.refund_reason= refund_reason;\n this.amount = amount;\n this.contact_details = contact_details;\n } \n }\n ","import { Component, OnInit, Input } from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { NotificationService } from '../../services/notification/notification.service';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator } from '@angular/forms';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { IRefundsNotifications } from '../../interfaces/IRefundsNotifications';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IPutNotificationRequest } from '../../interfaces/IPutNotificationRequest';\nimport { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';\nimport { IRefundStatus } from '../../interfaces/IRefundStatus';\nimport { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-refund-status',\n templateUrl: './refund-status.component.html',\n styleUrls: ['./refund-status.component.css']\n})\nexport class RefundStatusComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[] = [];\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: boolean;\n @Input() orderParty: string;\n refundStatusForm: FormGroup;\n selectedRefundReason: string;\n rejectedRefundList: IRefundList[] = [];\n notificationList: IRefundsNotifications;\n notification:any;\n approvalStatus = 'Sent for approval';\n rejectStatus = 'Update required';\n errorMessage = null;\n viewName: string;\n refundReason: string;\n refundlist: IRefundList;\n bsPaymentDcnNumber: string;\n isCallFromRefundList: boolean;\n refundButtonState: string = '';\n isAmountEmpty: boolean = false;\n isReasonEmpty: boolean = false;\n amountHasError: boolean = false;\n isRemissionLessThanFeeError: boolean = false;\n refundHasError: boolean = false;\n refundReasons: any[] = [];\n refundStatusHistories: IRefundStatus[];\n refundNotifications: IRefundStatus[];\n isResendOperationSuccess: boolean = false;\n isEditDetailsClicked: boolean = false;\n isEditAddressDeatilsClicked: boolean = false;\n addressDetails: IRefundContactDetails;\n refundReference: string;\n refundAmount: string;\n refundCode: string;\n isRefundBtnDisabled: boolean = true;\n oldRefundReason: string;\n refundreason: string;\n navigationpage: string;\n isLastUpdatedByCurrentUser: boolean = true;\n isProcessRefund: boolean = false;\n changedAmount: number;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n\n constructor(private formBuilder: FormBuilder,\n private refundService: RefundsService,\n private notificationService: NotificationService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n\n this.resetRemissionForm([false, false, false, false], 'All');\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.isCallFromRefundList = this.paymentLibComponent.isCallFromRefundList;\n if (this.paymentLibComponent.isRefundStatusView) {\n this.viewName = 'refundview';\n this.OrderslistService.getRefundView().subscribe((data) => this.refundlist = data);\n this.OrderslistService.getCCDCaseNumberforRefund.subscribe((data) => this.ccdCaseNumber = data);\n } else {\n this.viewName = 'refundstatuslist';\n this.refundService.getRefundStatusList(this.ccdCaseNumber).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n\n this.refundStatusForm = this.formBuilder.group({\n amount: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[0-9]+(\\.[0-9]{1,2})?$')\n ])),\n refundReason: new FormControl('', Validators.compose([Validators.required])),\n reason: new FormControl()\n });\n\n if(this.refundlist !== undefined) {\n this.getRefundsNotification();\n this.getRefundsStatusHistoryList();\n\n if (this.LOGGEDINUSERROLES.some(i => i.includes('payments-refund-approver'))) {\n this.isProcessRefund = true;\n this.refundButtonState = this.refundlist.refund_status.name;\n return;\n }\n \n if (this.LOGGEDINUSERROLES.some(i => i.includes('payments-refund'))) {\n this.isProcessRefund = false;\n this.refundButtonState = this.refundlist.refund_status.name;\n }\n }\n }\n \n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n getRefundsStatusHistoryList() {\n if(this.refundlist !== undefined) {\n this.refundService.getRefundStatusHistory(this.refundlist.refund_reference).subscribe(\n statusHistoryList => {\n this.refundStatusHistories = statusHistoryList.status_history_dto_list;\n this.isLastUpdatedByCurrentUser = statusHistoryList.last_updated_by_current_user;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n }\n }\n\n getRefundsNotification() {\n this.notificationService.getRefundNotification(this.refundlist.refund_reference).subscribe(\n refundsNotification => {\n this.notificationList = refundsNotification['notifications'];\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n }\n\n goToRefundView(refundlist: IRefundList, navigationpage: string) {\n this.OrderslistService.setRefundView(refundlist);\n this.OrderslistService.setCCDCaseNumber(this.ccdCaseNumber);\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n this.refundlist = refundlist;\n this.OrderslistService.setnavigationPage(navigationpage);\n }\n\n loadCaseTransactionPage() {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n }\n\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n this.loadCaseTransactionPage();\n } else {\n this.paymentLibComponent.viewName = 'refund-list';\n }\n }\n\n gotoReviewDetailsPage(event:any) {\n // event.preventDefault();\n this.errorMessage = false;\n this.paymentLibComponent.isRefundStatusView = true;\n this.ngOnInit();\n }\n\n gotoReviewAndReSubmitPage() {\n this.viewName = 'reviewandsubmitview';\n this.oldRefundReason = this.refundlist.reason;\n this.changedAmount = this.refundlist.amount;\n this.refundreason = this.refundStatusHistories.filter(data => data.status.toLowerCase() === 'update required')[0].notes;\n this.refundService.getRefundReasons().subscribe(\n refundReasons => {\n this.refundReasons = refundReasons;\n });\n }\n gotoRefundReasonPage() {\n this.isRefundBtnDisabled = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.errorMessage = false;\n this.viewName = 'issuerefund';\n }\n\n gotoAmountPage() {\n this.errorMessage = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.isRefundBtnDisabled = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.viewName = 'processretroremissonpage';\n }\n\n goToReviewAndSubmitView() {\n const remissionctrls = this.refundStatusForm.controls\n if (this.refundStatusForm.dirty) {\n if (remissionctrls['amount'].value == '') {\n this.resetRemissionForm([true, false, false, false], 'amount');\n }\n else if (remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid) {\n this.resetRemissionForm([false, true, false, false], 'amount');\n }\n else if (remissionctrls['reason'].value == '') {\n this.resetRemissionForm([false, false, false, true], 'reason');\n } else {\n this.refundlist.reason = remissionctrls['reason'].value;\n this.viewName = 'reviewandsubmitview';\n }\n }\n\n }\n\n resetRemissionForm(val, field) {\n if (field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n this.isReasonEmpty = val[3];\n } else if (field === 'amount' || field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n } else if (field === 'reason' || field === 'All') {\n this.isReasonEmpty = val[3];\n }\n }\n\n selectRadioButton(key, value) {\n this.refundHasError = false;\n this.selectedRefundReason = key;\n if (key === 'Other') {\n this.refundHasError = false;\n this.refundReason = key;\n }\n }\n\n getRefundListReason(refundListReason: any) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n this.refundlist.reason = refundListReason.reason;\n this.refundCode = refundListReason.code;\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n getRefundAmount(amount: number) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n if (amount > 0) {\n this.changedAmount = amount;\n // this.refundlist.amount = amount;\n }\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n gotoReviewRefundConfirmationPage() {\n // if (this.oldRefundReason === this.refundlist.reason) {\n // this.refundCode = '';\n // }\n this.refundCode = this.refundlist.reason;\n const resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount, this.refundlist.contact_details);\n this.refundService.patchResubmitRefund(resubmitRequest, this.refundlist.refund_reference).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.refundReference = JSON.parse(response).refund_reference;\n this.refundAmount = JSON.parse(response).refund_amount;\n this.viewName = 'reviewrefundconfirmationpage';\n }\n },\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n }\n\n gotoEditAddressDetails(note: IRefundsNotifications) {\n this.notification = note;\n this.isEditDetailsClicked = true;\n this.viewName = 'refundEditView'\n }\n getContactDetails(obj:IRefundContactDetails) {\n this.addressDetails = obj;\n this.viewName = 'revieweditdetailsconfirmationpage';\n }\n getContactDetailsForRefundList(obj:IRefundContactDetails) {\n this.refundlist.contact_details = obj;\n this.isEditDetailsClicked = false;\n this.isRefundBtnDisabled = false;\n this.viewName = 'reviewandsubmitview';\n }\n gotoEditDetailsPage(note?: any) {\n if(note) {\n this.notification = { contact_details: note, notification_type: note.notification_type };\n }\n this.isEditDetailsClicked = true;\n this.viewName = 'refundEditView'\n }\n submitEditDetail() {\n this.isResendOperationSuccess = false;\n const contactDetails = this.addressDetails.notification_type === 'EMAIL' ? this.addressDetails.email :\n {\n address_line: this.addressDetails.address_line,\n city: this.addressDetails.city,\n county: this.addressDetails.county,\n country: this.addressDetails.country,\n postal_code: this.addressDetails.postal_code,\n };\n const resendRequest = new IPutNotificationRequest(contactDetails, this.addressDetails.notification_type);\n\n this.refundService.putResendOrEdit(resendRequest, this.refundlist.refund_reference, this.addressDetails.notification_type).subscribe(\n (response) => {\n this.isResendOperationSuccess = response;\n },\n (error: any) => {\n this.isResendOperationSuccess = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n }\n putResend(notification: IRefundsNotifications) {\n this.isResendOperationSuccess = false;\n const contactDetails = notification.notification_type === 'EMAIL' ? notification.contact_details.email :\n {\n address_line :notification.contact_details.address_line,\n city: notification.contact_details.city,\n county: notification.contact_details.county,\n country: notification.contact_details.country,\n postal_code: notification.contact_details.postal_code,\n };\n const resendRequest = new IPutNotificationRequest(contactDetails, notification.notification_type);\n\n this.refundService.putResendOrEdit(resendRequest, this.refundlist.refund_reference, notification.notification_type).subscribe(\n (response) => {\n this.isResendOperationSuccess = response;\n },\n (error: any) => {\n this.isResendOperationSuccess = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n\n }\n gotoCasetransationPageCancelBtnClicked(Event: Event) {\n\n }\n\n goToRefundProcessComponent(refundReference: string, refundList: IRefundList) {\n this.paymentLibComponent.refundlistsource = refundList;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n\n}\n","import { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { Router } from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-service-request',\n templateUrl: './service-request.component.html',\n styleUrls: ['./service-request.component.css']\n})\nexport class ServiceRequestComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input('viewStatus') viewStatus: string;\n @Input('orderDetail') orderDetail: any[];\n @Input('orderRef') orderRef: string;\n @Input('orderStatus') orderStatus: string;\n @Input('orderParty') orderParty: string;\n @Input('orderCreated') orderCreated: Date;\n @Input('orderCCDEvent') orderCCDEvent: string;\n @Input('orderFeesTotal') orderFeesTotal: number;\n @Input('orderTotalPayments') orderTotalPayments: number;\n @Input('orderRemissionTotal') orderRemissionTotal: number;\n @Input('takePayment') takePayment: boolean;\n @Input('ccdCaseNumber') ccdCaseNumber: boolean;\n @Input(\"isServiceRequest\") isServiceRequest: string;\n @Output() goToServiceRquestComponent: EventEmitter<any> = new EventEmitter();\n\n\n servicerequest: string;\n // ccdCaseNumber: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n fees: IFee[] = [];\n errorMessage: string;\n totalFees: number;\n totalPayments: number;\n totalNonOffPayments: number;\n totalRemissions: number;\n selectedOption: string;\n dcnNumber: string;\n paymentRef: string;\n isTurnOff: boolean;\n isNewPcipalOff: boolean;\n isRefundRemission: boolean = true;\n isOldPcipalOff: boolean;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n cpoDetails: any = null;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n\n constructor(\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService,\n private router: Router) { }\n\n ngOnInit() {\n if (this.viewStatus === undefined) {\n this.viewStatus = this.paymentLibComponent.viewName;\n }\n if(this.paymentLibComponent.isFromServiceRequestPage && this.paymentLibComponent.isFromPaymentDetailPage) {\n if(this.paymentLibComponent.isFromPaymentDetailPage && this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.getorderRefs().subscribe((data) => this.orderRef = data);\n this.OrderslistService.getorderCCDEvents().subscribe((data) => this.orderCCDEvent = data);\n this.OrderslistService.getorderCreateds().subscribe((data) => this.orderCreated = data);\n this.OrderslistService.getorderDetail().subscribe((data) => this.orderDetail = data);\n this.OrderslistService.getorderPartys().subscribe((data) => this.orderParty = data);\n this.OrderslistService.getorderRemissionTotals().subscribe((data) => this.orderRemissionTotal = data);\n this.OrderslistService.getorderFeesTotals().subscribe((data) => this.orderFeesTotal = data);\n this.OrderslistService.getoorderTotalPaymentss().subscribe((data) => this.orderTotalPayments = data);\n }\n }\n // if (this.takePayment) {\n // this.paymentLibComponent.TAKEPAYMENT = this.takePayment;\n // }\n }\n goToServiceRequestPage() {\n this.goToServiceRquestComponent.emit();\n }\n\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n this.OrderslistService.setnavigationPage('servicerequestpage');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isTakePayment = this.paymentLibComponent.TAKEPAYMENT;\n if (this.takePayment) {\n this.paymentLibComponent.isTakePayment = this.takePayment;\n }\n this.paymentLibComponent.SERVICEREQUEST = \"true\";\n this.paymentLibComponent.isFromServiceRequestPage = false;\n if(this.isServiceRequest !== 'false') {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n }\n this.paymentLibComponent.isFromRefundStatusPage = false;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.resetOrderData();\n let partUrl = this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n if(this.isServiceRequest === 'false') {\n partUrl += this.paymentLibComponent.TAKEPAYMENT ? '&takePayment=true' : '&takePayment=false';\n }\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += this.isServiceRequest !== 'false' ? '&servicerequest=true' : '&servicerequest=false';\n partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n const url = `/payment-history/${this.paymentLibComponent.CCD_CASE_NUMBER}?view=case-transactions&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund()) {\n if (this.orderDetail[0]['remissions'].length > 0) {\n for (const remission of this.orderDetail[0]['remissions']) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n }\n return true;\n } else {\n return false;\n }\n }\n\n chkForPBAPayment(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n this.paymentLibComponent.paymentReference = payment.reference;\n this.isPBA = true;\n }\n });\n }\n });\n if (this.isPBA) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.viewStatus = 'addremission';\n this.payment = this.orderDetail[0].payments[0];\n this.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n \n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n cancelRemoval() {\n this.viewStatus = 'main';\n }\n\n removeFee(fee: any) {\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n window.location.reload();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if (payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if(this.chkIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n }\n }\n // goToServiceRequestPage(event: any) {\n // event.preventDefault();\n // this.isFromServiceRequestPage = true;\n // this.viewStatus = 'main'\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // }\n\n goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent({ paymentGroupReference, paymentReference, paymentMethod });\n }\n\n goToPaymentViewComponent(paymentGroup: any) {\n this.paymentLibComponent.paymentMethod = paymentGroup.paymentMethod;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentGroup.paymentReference;\n this.OrderslistService.setOrderRef(this.orderRef);\n this.OrderslistService.setorderCCDEvent(this.orderCCDEvent);\n this.OrderslistService.setorderCreated(this.orderCreated);\n this.OrderslistService.setorderDetail(this.orderDetail);\n this.OrderslistService.setorderParty(this.orderParty);\n this.OrderslistService.setorderTotalPayments(this.orderTotalPayments);\n this.OrderslistService.setorderRemissionTotal(this.orderRemissionTotal);\n this.OrderslistService.setorderFeesTotal(this.orderFeesTotal);\n this.viewStatus = 'payment-view';\n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n}\n","export class IserviceRequestCardPayment {\n amount: string\n currency: string\n language: string\n \n constructor(amount : string) {\n this.amount = amount;\n this.currency = 'GBP';\n this.language = 'string';\n } \n}\n ","export class IserviceRequestPbaPayment {\n account_number: string;\n amount: string\n currency: string\n customer_reference: string\n organisation_name: string\n \n constructor(account_number : string, amount : string, customer_reference: string, orgName: string) {\n this.account_number = account_number;\n this.amount = amount;\n this.currency = 'GBP';\n this.customer_reference = customer_reference;\n this.organisation_name = orgName;\n } \n}\n ","import { Component, OnInit, Input} from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IserviceRequestCardPayment } from '../../interfaces/IserviceRequestCardPayment';\nimport { IserviceRequestPbaPayment } from '../../interfaces/IserviceRequestPbaPayment';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-pba-payment',\n templateUrl: './pba-payment.component.html',\n styleUrls: ['./pba-payment.component.scss']\n})\nexport class PbaPaymentComponent implements OnInit {\n @Input() pbaPayOrderRef: any;\n viewStatus: string;\n pbaAccountList: string[];\n isPBAAccountHold: boolean = false;\n errorMsg: any;\n isCardPaymentSuccess: boolean = true;\n isInSufficiantFund: boolean = false;\n isPBAAccountNotExist: boolean = false;\n isPBAServerError: boolean = false;\n isGetPBAAccountSucceed: boolean = false;\n selectedPbaAccount: string = '';\n pbaAccountRef: string = '';\n isPbaAccountSelected: boolean = false;\n isCardPaymentSelected: boolean = false;\n isPBADropdownSelected: boolean = false;\n isContinueButtondisabled: boolean = true;\n isPBAAccountPaymentSuccess: boolean = false;\n pbaAccountrPaymentResult: any;\n orgName: string = '';\n\n constructor(private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService) {}\n\n ngOnInit() {\n this.pbaPayOrderRef = this.paymentLibComponent.pbaPayOrderRef;\n this.viewStatus = 'pba-payment';\n this.errorMsg = null;\n this.paymentViewService.getPBAaccountDetails()\n .subscribe(\n result => {\n this.isGetPBAAccountSucceed = true;\n this.orgName = result.organisationEntityResponse.name;\n this.pbaAccountList = result.organisationEntityResponse.paymentAccount;\n },\n error => {\n this.errorMsg = error;\n }\n );\n\n }\n selectpbaaccount(args) {\n if(args.currentTarget.id === 'pbaAccountNumber') {\n this.isPBADropdownSelected = true;\n this.selectedPbaAccount = args.target.value; \n }\n if(args.currentTarget.id === 'pbaAccountRef') {\n this.pbaAccountRef = args.target.value; \n }\n if(this.selectedPbaAccount !== '' && this.pbaAccountRef !== \"\") {\n this.isContinueButtondisabled = false;\n } else {\n this.isContinueButtondisabled = true;\n }\n }\n\n saveAndContinue() {\n\n if(this.isPbaAccountSelected) {\n this.isInSufficiantFund = false;\n this.isPBAAccountNotExist = false;\n this.isPBAServerError = false;\n this.isPBAAccountPaymentSuccess = false;\n if ( this.pbaAccountList.indexOf(this.selectedPbaAccount) !== -1 ) {\n const requestBody = new IserviceRequestPbaPayment(\n this.selectedPbaAccount, this.pbaPayOrderRef.orderTotalFees, this.pbaAccountRef, this.orgName);\n this.paymentViewService.postPBAaccountPayment(this.pbaPayOrderRef.orderRefId, requestBody)\n .subscribe(\n r => {\n try {\n this.pbaAccountrPaymentResult = JSON.parse(r);\n } catch(e) {\n this.pbaAccountrPaymentResult = r;\n }\n this.isPBAAccountPaymentSuccess = true;\n },\n e => {\n if(e.status == '402') {\n this.isInSufficiantFund = true; \n } else if(e.status == '410') {\n this.isPBAAccountNotExist = true;\n } else if(e.status == '412') {\n this.isPBAAccountHold = true;\n } else {\n this.isPBAServerError = true;\n }\n }\n );\n } else {\n this.isPBAServerError = true;\n }\n } else if (this.isCardPaymentSelected) {\n this.cardPayment();\n }\n\n }\n cardPayment() {\n this.isCardPaymentSuccess = true;\n const requestBody = new IserviceRequestCardPayment (\n this.pbaPayOrderRef.orderTotalFees);\n this.paymentViewService.postWays2PayCardPayment(this.pbaPayOrderRef.orderRefId, requestBody)\n .subscribe(\n result => {\n const paymentUrl = JSON.parse(result).next_url;\n window.location.href = paymentUrl;\n },\n error => {\n this.isCardPaymentSuccess = false;\n }\n );\n\n }\n selectPaymentMethod(type: string) {\n if(type === 'PBA') {\n this.isPbaAccountSelected = true;\n this.isCardPaymentSelected = false;\n this.isPBADropdownSelected = false\n this.isContinueButtondisabled = true;\n this.selectedPbaAccount = null;\n } else if (type === 'CARD') {\n this.isPbaAccountSelected = false;\n this.isCardPaymentSelected = true;\n this.isPBADropdownSelected = false\n this.isContinueButtondisabled = false;\n }\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\n\nimport { PaymentListComponent } from './components/payment-list/payment-list.component';\nimport { PaymentViewComponent } from './components/payment-view/payment-view.component';\nimport { ProcessRefundComponent } from './components/process-refund/process-refund.component';\nimport { RefundListComponent } from './components/refund-list/refund-list.component';\n\nimport { CardDetailsComponent } from './components/card-details/card-details.component';\nimport { PageNotFoundComponent } from './components/page-not-found.component';\nimport { PaymentLibComponent } from './payment-lib.component';\nimport { StatusHistoryComponent } from './components/status-history/status-history.component';\nimport { ContactDetailsComponent } from './components/contact-details/contact-details.component';\nimport { PbaDetailsComponent } from './components/pba-details/pba-details.component';\nimport { LoggerService } from './services/shared/logger/logger.service';\nimport { ConsoleLoggerService } from './services/shared/logger/console-logger.service';\nimport { WebComponentHttpClient } from './services/shared/httpclient/webcomponent.http.client';\nimport { CaseTransactionsComponent } from './components/case-transactions/case-transactions.component';\nimport { FeeSummaryComponent } from './components/fee-summary/fee-summary.component';\nimport { ErrorBannerComponent } from './components/error-banner/error-banner.component';\nimport { MarkUnidentifiedPaymentComponent } from './components/mark-unidentified-payment/mark-unidentified-payment.component';\nimport { MarkUnsolicitedPaymentComponent } from './components/mark-unsolicited-payment/mark-unsolicited-payment.component';\nimport { UnprocessedPaymentsComponent } from './components/unprocessed-payments/unprocessed-payments.component';\nimport { ProcessedPaymentsComponent } from './components/processed-payments/processed-payments.component';\nimport { AllocatePaymentsComponent } from './components/allocate-payments/allocate-payments.component';\nimport { AddRemissionComponent } from './components/add-remission/add-remission.component';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { CcdHyphensPipe } from './pipes/ccd-hyphens.pipe';\nimport { CapitalizePipe } from './pipes/capitalize.pipe';\nimport { keyValuePipe } from './pipes/key-value.pipe';\nimport { SanitizeHtmlPipe } from './pipes/sanitize-html.pipe';\nimport { ReportsComponent } from './components/reports/reports.component';\nimport { XlFileService } from './services/xl-file/xl-file.service';\nimport { TableComponent } from './components/table/table.component';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\n// import { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n// import { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { RefundStatusComponent } from './components/refund-status/refund-status.component';\nimport { ServiceRequestComponent } from './components/service-request/service-request.component';\nimport { PbaPaymentComponent } from './components/pba-payment/pba-payment.component';\n\n@NgModule({\n imports: [\n CommonModule,\n HttpClientModule,\n FormsModule,\n ReactiveFormsModule,\n MatTableModule,\n MatPaginatorModule,\n MatSortModule,\n MatFormFieldModule,\n MatInputModule,\n // BrowserAnimationsModule,\n // NoopAnimationsModule\n ],\n declarations: [\n PaymentLibComponent,\n PaymentListComponent,\n PaymentViewComponent,\n PbaPaymentComponent,\n ContactDetailsComponent,\n ProcessRefundComponent,\n RefundListComponent,\n CardDetailsComponent,\n PageNotFoundComponent,\n StatusHistoryComponent,\n MarkUnidentifiedPaymentComponent,\n MarkUnsolicitedPaymentComponent,\n UnprocessedPaymentsComponent,\n ProcessedPaymentsComponent,\n AllocatePaymentsComponent,\n PbaDetailsComponent,\n CaseTransactionsComponent,\n FeeSummaryComponent,\n AddRemissionComponent,\n CcdHyphensPipe,\n CapitalizePipe,\n keyValuePipe,\n SanitizeHtmlPipe,\n ReportsComponent,\n ErrorBannerComponent,\n TableComponent,\n RefundStatusComponent,\n ServiceRequestComponent\n ],\n exports: [PaymentLibComponent],\n providers: [\n { provide: LoggerService, useClass: ConsoleLoggerService },\n XlFileService,\n WebComponentHttpClient\n ]\n})\n\nexport class PaymentLibModule { }\n"],"names":["PaymentLibService","prototype","setApiRootUrl","apiRoot","this","API_ROOT","getApiRootUrl","setBulkScanApiRootUrl","bulkscanapiRoot","BULKSCAN_API_ROOT","getBulkScanApiRootUrl","setRefundndsApiRootUrl","refundsapiRoot","REFUNDS_API_ROOT","getRefundsApiRootUrl","setNoticationApiRootUrl","notificationapiRoot","NOTIFICATION_API_ROOT","getNoticationApiRootUrl","setCardPaymentReturnUrl","cardPaymentReturnUrl","CARDPAYMENTRETURNURL","getCardPaymentReturnUrl","Injectable","args","providedIn","OrderslistService","setOrdersList","orderLevelFees","ordersList","next","Object","assign","getOrdersList","setRefundView","refundList","refundView","getRefundView","setCaseType","caseType","getCaseType","setCCDCaseNumber","ccdCaseNumber","getCCDCaseNumber","setFeeExists","feeExists","getFeeExists","setisFromServiceRequestPage","isFromServiceRequestPage","getisFromServiceRequestPages","setOrderRefId","OrderRefId","getSelectedOrderRefId","setnavigationPage","navigationPage","getnavigationPageValue","setpaymentPageView","paymentpageList","paymentPageView","getpaymentPageView","setUserRolesList","rolesList","getUserRolesList","setorderDetail","orderDetail","getorderDetail","setOrderRef","orderRef","getorderRefs","setorderCCDEvent","orderCCDEvent","getorderCCDEvents","setorderCreated","orderCreated","getorderCreateds","setorderParty","orderParty","getorderPartys","setorderRemissionTotal","orderRemissionTotal","getorderRemissionTotals","setorderFeesTotal","orderFeesTotal","getorderFeesTotals","setorderTotalPayments","orderTotalPayments","getoorderTotalPaymentss","BehaviorSubject","getcaseType","asObservable","getFeeExist","getCCDCaseNumberforRefund","getisFromServiceRequestPage","getOrderRefId","getnavigationPage","getorderRef","getorderCCDEvent","getorderCreated","getorderParty","getorderRemissionTotal","getorderFeesTotal","getorderTotalPayments","PaymentLibComponent","ngAfterContentChecked","cd","detectChanges","ngOnInit","paymentLibService","LOGGEDINUSERROLES","length","PAYMENT_GROUP_REF","paymentGroupReference","DCN_NUMBER","bspaymentdcn","REFUNDLIST","VIEW","viewName","isTakePayment","TAKEPAYMENT","Component","selector","template","ChangeDetectorRef","Input","unProcessedPaymentServiceId","unProcessedPayment","orderPendingPayments","ErrorHandlerService","handleError","err","errorMessage","error","Error","message","status","undefined","JSON","parse","statusCode","messsage","stringify","_throw","getServerErrorMessage","isErrorExist","title","body","showError","LoggerService","invokeConsoleMethod","type","PaymentListService","getPaymentByCcdCaseNumber","paymentMethod","logger","info","http","get","withCredentials","pipe","catchError","errorHandlerService","HttpClient","PaymentListComponent","_this","paymentListService","paymentLibComponent","CCD_CASE_NUMBER","PAYMENT_METHOD","subscribe","payments","loadPaymentViewComponent","paymentReference","__values","o","s","Symbol","iterator","m","i","call","value","done","TypeError","WebComponentHttpClient","post","url","options","opts","addHeaders","put","delete","patch","csrfToken","meta","getTag","headers","forEach","element","document","cookie","split","find","row","startsWith","content","HttpHeaders","responseType","Meta","PaymentViewService","getPaymentDetails","getPaymentGroupDetails","getApportionPaymentDetails","getPBAaccountDetails","postWays2PayCardPayment","serviceRef","rurl","replace","https","postPBAaccountPayment","randomKey","Math","random","toString","join","postBSPayments","postBSUnidentifiedPayments","postBSUnsolicitedPayments","postBSAllocationPayments","postPaymentGroupWithRemissions","feeId","deleteFeeFromPaymentGroup","postPaymentToPayHub","paymentGroupRef","postPaymentAntennaToPayHub","downloadSelectedReport","reportName","startDate","endDate","getBSfeature","getSiteID","getPartyDetails","caseNumber","postRefundsReason","postPaymentGroupWithRetroRemissions","postRefundRetroRemission","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","serviceReference","viewStatus","paymentViewService","paymentGroup","fees","fee","isRemissionsMatch","remissions","rem","fee_code","code","push","paymentFees","filter","paymentGroupObj","includes","paymentAllocation","payment_allocation","isStatusAllocated","allocation_status","defineProperty","method","channel","goToPaymentList","goToServiceRequestPage","SERVICEREQUEST","window","location","reload","goToCaseTransationPage","event","preventDefault","data","ISBSENABLE","resetOrderData","addRemission","chkForAddRemission","reference","payment","isFromPaymentDetailPage","isRefundRemission","checkForFees","addRefundForRemission","remission","chkIsRefundRemissionBtnEnable","remissionFeeAmt","net_amount","toLocaleLowerCase","allowFurtherAccessAfter4Days","isRefundRemissionBtnEnable","issueRefund","paymentgrp","chkIssueRefundBtnEnable","getRemissionByFeeCode","feeCode","remissions_1","tslib_1.__values","remissions_1_1","check4AllowedRoles2AccessRefund","isIssueRefunfBtnEnable","chkForPBAPayment","_b","_c","isAddFeeBtnEnabled","allowedRolesToAccessRefund","some","role","indexOf","tmp4DayAgo","Date","setDate","getDate","date_created","RefundsService","getRefundReasons","getRefundRejectReasons","getRefundActions","refundReference","patchRefundActions","reviewerAction","getRefundList","refundstatus","selfexclusive","getRefundStatusHistory","getRefundStatusList","getUserDetails","postIssueRefund","putResendOrEdit","refundRef","notificationType","patchResubmitRefund","refund_reference","ProcessRefundComponent","refundActionList","getErrorMessage","processRefundForm","formBuilder","group","refundActionField","FormControl","Validators","compose","required","refundRejectReasonField","sendMeBackField","minLength","maxLength","pattern","enterReasonField","refundlistsource","ccd_case_number","isFromRefundListPage","response","cpoDetails","isCPODown","checkRefundActions","refundActionsHasError","isReasonFieldEmpty","isReasonEmpty","isReasonInvalid","refundRejectReasonHasError","isConfirmButtondisabled","isSendMeBackClicked","isRejectClicked","isOtherClicked","refundRejectReasonList","processRefundSubmit","processRefundRequest","resetForm","controls","processFormError","errors","dirty","valid","reason","isSuccesspageEnable","successMsg","invalid","minlength","actualLength","maxlength","errorMsg","bodyTxt","loadRefundListPage","navigationpage","isRefundStatusView","loadRefundsHomePage","redirecttoRefundListPage","vals","field","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","goToCaseReview","router","navigate","relativeTo","activeRoute","FormBuilder","Router","ActivatedRoute","sendmeback","RefundListComponent","userLst","isAuthorized","isApproveTableVisible","tableApprovalHeader","tableRejectedHeader","refundService","approvalStatus","submittedRefundList","rejectStatus","rejectedRefundList","isRejectTableVisible","CardDetailsService","getCardDetails","CardDetailsComponent","cardDetailsService","cardDetails","pageTitle","PageNotFoundComponent","StatusHistoryService","getPaymentStatusesByReference","StatusHistoryComponent","statusHistoryService","statuses","NotificationService","getRefundNotification","getAddressByPostcode","postcode","ContactDetailsComponent","emailAddressForm","email","postCodeForm","manualAddressForm","addressl1","addressl2","townorcity","county","mpostcode","country","addressObj","setEditDetails","isEditOperationInRefundList","notification_type","isEmailSAddressClicked","isPostcodeClicked","isManualAddressClicked","setValue","contact_details","patchValue","address_line","city","postal_code","selectContactOption","isLinkedClied","finalFormSubmit","fieldCtrls","emailField","assignContactDetailsInFefundsList","assignContactDetails","emit","postcodeValidation","str","postcodeField","notificationService","refundsNotification","addressPostcodeList","isShowPickAddress","postcodeAddress","isAddressBoxEmpty","addressLine","addressArray","ADDRESS","POST_TOWN","LOCAL_CUSTODIAN_CODE_DESCRIPTION","POSTCODE","redirection","redirectToIssueRefund","val","isEmailEmpty","emailHasError","isPostcodeEmpty","postcodeHasError","isaddressLine1Empty","addressLine1HasError","addressLine2HasError","isTownOrCityEmpty","townOrCityHasError","isCountyEmpty","countyHasError","isMPostcodeEmpty","mpostcodeHasError","isCountryEmpty","Output","EventEmitter","PbaDetailsComponent","noop","ConsoleLoggerService","console","log","apply","CaseTransactionsService","getPaymentGroups","BulkScaningPaymentService","getBSPaymentsByCCD","getBSPaymentsByDCN","dcn","postBSAllocatePayment","paymentRef","postBSPaymentStrategic","postBSWoPGStrategic","patchBSChangeStatus","calculateOutStandingAmount","feesTotal","paymentsTotal","remissionsTotal","calculated_amount","toUpperCase","amount","hwf_amount","removeUnwantedString","input","replaceText","CaseTransactionsComponent","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","servicerequest","serviceRequestValue","isBulkScanEnable","isNewPcipalOff","ISNEWPCIPALOFF","isOldPcipalOff","ISOLDPCIPALOFF","isStrategicFixEnable","ISSFENABLE","caseTransactionsService","paymentGroups","isAnyFeeGroupAvilable","calculateAmounts","calculateOrderFeesAmounts","totalRefundAmount","calculateRefundAmount","setDefaults","goToOrderViewDetailSection","checkForExceptionRecord","totalPayments","totalRemissions","totalNonOffPayments","totalFees","getAllocationStatus","bulkScaningPaymentService","recordData","exception_record_reference","ccd_reference","isExceptionRecord","case_reference","resetOrderVariables","service_request_status","orderStatus","orderAddBtnEnable","orderRefId","orderTotalFees","orderReferenceObj","x","redirectToOrderFeeSearchPage","orderef","nonOffLinePayment","a","b","amount_due","clAmountDue","allocationLen","nonPayments","allPayments","remisison","totalRefundAmount_1","isFeeAmountZero_1","grpOutstandingAmount","isFeeRecordsExist","isNewPaymentGroup_1","index","isHistoricGroupAvailable","getGroupOutstandingAmount","redirectToFeeSearchPage","navigateByUrl","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","goToPaymentViewComponent","selectedUnprocessedFeeEvent","unprocessedRecordId","isUnprocessedRecordSelected","getUnprocessedFeeCount","unProcessedRecordCount","unprocessedRecordCount","calculateAmountDue","confirmRemoveFee","isRemoveBtnDisabled","cancelRemoval","removeFee","success","isCheckAmountdueExist","amountDue","isPBA","loadPBAAccountPage","pbaPayOrderRef","isAddRemissionEnable","orderRemissionDetails","ispaymentGroupApisuccess","isAddRemissionBtnEnabled","isEligible4PBAPayment","currentDate","check4AllowedRoles2AccessPBApayment","PaymentToPayhubRequest","currency","description","provider","toFixed","case_type","PayhubAntennaRequest","BS_ENABLE_FLAG","FeeSummaryComponent","bsPaymentDcnNumber","platForm","features","result","feature","uid","enable","getUnassignedPaymentlist","getPaymentGroup","unassignedPayments","service","responsible_service_id","upPaymentErrorMessage","currentFee","isPaymentExist","isRemissionsExist","totalAfterRemission","isFeeAmountZero","outStandingAmount","loadCaseTransactionPage","partUrl","cancelRemission","page","isConfirmationBtnDisabled","requestBody","antennaReqBody","go","payhubHtml","isBackButtonEnable","href","goToAllocatePage","Location","ErrorBannerComponent","UnidentifiedPaymentsRequest","payment_reference","unidentified_reason","payment_allocation_status","name","AllocatePaymentRequest","unAllocatedPayment","exceptionRecord","allocatedRequest","banked_date","date_banked","exception_record","document_control_number","dcn_reference","external_provider","giro_slip_no","bgc_reference","payer_name","payment_channel","payment_status","payment_method","payment_allocation_dto","MarkUnidentifiedPaymentComponent","getUnassignedPayment","markPaymentUnidentifiedForm","investicationDetail","unassignedRecord","siteID","beCcdNumber","beExceptionNumber","exceptionReference","ccdReference","trimUnderscore","saveAndContinue","investicationField","formerror","investigationComment","isInvesticationDetailEmpty","investicationDetailHasError","investicationDetailMinHasError","investicationDetailMaxHasError","confirmPayments","postStrategicBody","res1","res2","response2","reqBody","res3","gotoCasetransationPage","user_id","res","cancelMarkUnidentifiedPayments","UnsolicitedPaymentsRequest","responsible_office","responsible_person","email_id","receiving_office","receiving_email_address","sending_email_address","MarkUnsolicitedPaymentComponent","siteids","isContinueButtondisabled","siteIDList","scrollTo","markPaymentUnsolicitedForm","responsibleOffice","responsiblePerson","emailId","selectedSiteId","reasonField","officeIdField","reasonHasError","reasonMinHasError","reasonMaxHasError","isResponsibleOfficeEmpty","responsibleOfficeHasError","cancelMarkUnsolicitedPayments","checkingFormValue","formFields","valueExists","hasOwnProperty","selectchange","target","selectedSiteName","selectedIndex","text","UnprocessedPaymentsComponent","isNewpcipaloff","isOldpcipaloff","isStFixEnable","FEE_RECORDS_EXISTS","setValuesForUnassignedRecord","unassignedRecordList","unassignedRecordListLength","serviceId","isExceptionCase","unprocessedPaymentSelectEvent","formatUnassignedRecordId","ID","recordId","loadUnsolicitedPage","selectedRecordReference","validateButtons","resetButtons","isAllocateToExistingFeebtnEnabled","isMarkAsUnidentifiedbtnEnabled","isAllocatedToNewFeebtnEnabled","PAYMENTREF","IS_OS_AMT_AVAILABLE","unprocessedPaymentUnSelectEvent","showDetailRow","obj","unassignedRecordSelectedList","isRecordExist","ProcessedPaymentsComponent","redirectToPaymentViewPage","IAllocationPaymentsRequest","explanation","userName","user_name","AllocatePaymentsComponent","overUnderPaymentForm","moreDetails","fstCon","scndCn","selectedPaymentGroup","gotoSummaryPage","cancelAllocatePayment","confirmAllocatePayement","enCookieUserName","cookieUserName","decodeURIComponent","fullName","paymentDetailsField","paymentFormError","userNameField","isEmptyCondtion","paymentReason","paymentExplanation","isOtherOptionSelected","isRemainingAmountGtZero","isRemainingAmountLtZero","otherPaymentExplanation","finalServiceCall","paymentReasonHasError","paymentExplanationHasError","isPaymentDetailsEmpty","isPaymentDetailsInvalid","paymentDetailsMinHasError","paymentDetailsMaxHasError","isUserNameEmpty","isUserNameInvalid","GroupOutstandingAmount","remainingToBeAssigned","isMoreDetailsBoxHide","reset","paymentSectionLabel","feedbackUrlLabel","remainingAmount","afterFeeAllocateOutstanding","amountForAllocation","selectRadioButton","key","OrderListSelectEvent","reasonList","overPayment","hwfReward","wrongFee","notIssueCase","otherDeduction","shortFall","helpWithFee","other","explanationList","referRefund","noRefund","noCase","holdCase","heldCase","refund","duplicate","humanerror","caseWithdrawn","AddRemissionRequest","hwf_reference","AddRetroRemissionRequest","PostRefundRetroRemission","refund_reason","refund_amount","PostIssueRefundRetroRemission","remissionReference","contactDeatils","AddRemissionComponent","default","pattern1","pattern2","viewCompStatus","volume","remessionPayment","isPaymentSuccess","option","remissionForm","remissionCode","refundReason","refundDDReason","feeAmount","feesList","array","onlySelf","refundFeesList","refundReasons","recently_used","commonRefundReasons","sort","localeCompare","creds","id","apportion_amount","version","amounttorefund","selected","updatedVolume","noneSelected","item","querySelectorAll","el","classList","remove","check_en","v1","AppAmt","Volume","ele","getElementById","formArray","checked","at","removeAttribute","setAttribute","resetRemissionForm","remissionctrls","isRemissionLessThanFee","setErrors","confirmRemission","newNetAmount","remissionAmount","trim","LDUrl","routeReuseStrategy","shouldReuseRoute","onSameUrlNavigation","isRemissionCodeEmpty","remissionCodeHasError","isAmountEmpty","amountHasError","isRemissionLessThanFeeError","addRemissionCode","isFromCheckAnsPage","gotoAddRetroRemissionCodePage","iscancelClicked","refundListAmount","isFromRefundStatusPage","refundListReason","selectedRefundReason","selectedValue","gotoCheckRetroRemissionPage","gotoAmountRetroRemission","gotoProcessRetroRemissionPage","gotoProcessRetroRemission","note","notification","confirmRetroRemission","retroRemission","remissionamt","isRemissionApplied","remission_reference","processRefund","contactDetailsObj","refundAmount","gotoIssueRefundConfirmation","reduce","c","refundHasError","displayRefundReason","gotoIssueRefundPage","gotoIssuePage","checkboxs","getElementsByTagName","quantity","amountToRefund","apportionAmount","j","fullRefund","elementId","getErrorClass","quantityUpdated","refundAmtForFeeVolumes","innerText","allowedRefundAmount","calAmtToRefund","amtToRefund","gotoContactDetailsPage","add","changeIssueRefundReason","confirmIssueRefund","gotoRefundReasonPage","localStorage","setItem","isRefundReasonsSelected","showReasonText","reasonLength","getContactDetails","gotoPartialFeeRefundScreen","gotoServiceRequestPage","sendOrderDetail","sendOrderRef","gotoAddressPage","gotoRemissionSuccess","gotoCasetransationPageCancelBtnClicked","changeRefundAmount","getFormattedCurrency","concat","hasErrors","class","Array","CcdHyphensPipe","transform","match","Pipe","CapitalizePipe","slice","keyValuePipe","keys","SanitizeHtmlPipe","sanitizer","bypassSecurityTrustHtml","DomSanitizer","XlFileService","exportAsExcelFile","json","excelFileName","worksheet","XLSX.utils","json_to_sheet","header","setDataLossReportHeaders","setUnprocessedReportHeaders","setProcessedUnallocatedReportHeaders","setShortFallReportHeaders","autoFitColumns","excelBuffer","XLSX.write","Sheets","SheetNames","bookType","saveAsExcelFile","objectMaxLength","ColWidth","values","width","A1","v","B1","C1","D1","E1","F1","G1","H1","I1","J1","K1","L1","M1","N1","buffer","fileName","Blob","FileSaver.saveAs","ReportsComponent","fromValidation","getToday","toISOString","getSelectedFromDate","validateDates","reportsForm","selectedStartDate","tranformDate","selectedEndDate","isDateRangeMoreThanWeek","isDateRangeBetnWeek","isStartDateLesthanEndDate","selectedreport","downloadReport","isDownLoadButtondisabled","dataLossRptDefault","loss_resp","payment_asset_dcn","env_ref","env_item","resp_service_id","resp_service_name","bgc_batch","unProcessedRptDefault","exception_ref","ccd_ref","processedUnallocated","allocation_reason","ccd_exception_ref","ccd_case_ref","updated_by","shortFallsRptDefault","surplus_shortfall","balance","payment_amount","ccd_case_reference","ccd_exception_reference","processed_date","selectedReportName","applyDateFormat","substr","convertToFloatValue","Op","xlFileService","getFileName","loc","stDt","formatDate","enDt","now","timestamp","getTwodigit","getHours","getMinutes","getSeconds","getCamelCaseString","strDate","parts","map","amt","Number","parseFloat","TableComponent","STATUS","toLowerCase","isApprovalFlow","DATASOURCE","dataSource","MatTableDataSource","actualcount","r","_a","user_full_name","serviceLst","service_type","ngAfterViewInit","paginator","cdRef","applyFilter","filterValue","goToRefundProcessComponent","refundData","goToRefundViewComponent","isCallFromRefundList","ViewChild","MatPaginator","MatSort","displayedColumns","IPutNotificationRequest","contactDetails","recipient_email_address","recipient_postal_address","IResubmitRefundRequest","RefundStatusComponent","refundlist","refundStatusForm","getRefundsNotification","getRefundsStatusHistoryList","isProcessRefund","refundButtonState","refund_status","statusHistoryList","refundStatusHistories","status_history_dto_list","isLastUpdatedByCurrentUser","last_updated_by_current_user","notificationList","goToRefundView","gotoReviewDetailsPage","gotoReviewAndReSubmitPage","oldRefundReason","changedAmount","refundreason","notes","isRefundBtnDisabled","gotoAmountPage","goToReviewAndSubmitView","getRefundListReason","refundCode","getRefundAmount","gotoReviewRefundConfirmationPage","resubmitRequest","gotoEditAddressDetails","isEditDetailsClicked","addressDetails","getContactDetailsForRefundList","gotoEditDetailsPage","submitEditDetail","isResendOperationSuccess","resendRequest","putResend","Event","isEditAddressDeatilsClicked","ServiceRequestComponent","goToServiceRquestComponent","isServiceRequest","IserviceRequestCardPayment","language","IserviceRequestPbaPayment","account_number","customer_reference","orgName","organisation_name","PbaPaymentComponent","isGetPBAAccountSucceed","organisationEntityResponse","pbaAccountList","paymentAccount","selectpbaaccount","currentTarget","isPBADropdownSelected","selectedPbaAccount","pbaAccountRef","isPbaAccountSelected","isInSufficiantFund","isPBAAccountNotExist","isPBAServerError","isPBAAccountPaymentSuccess","pbaAccountrPaymentResult","e","isPBAAccountHold","isCardPaymentSelected","cardPayment","isCardPaymentSuccess","paymentUrl","next_url","selectPaymentMethod","NgModule","imports","CommonModule","HttpClientModule","FormsModule","ReactiveFormsModule","MatTableModule","MatPaginatorModule","MatSortModule","MatFormFieldModule","MatInputModule","declarations","exports","providers","provide","useClass","PaymentLibModule"],"mappings":"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"}