@hmcts/ccpay-web-component 5.0.2-beta62 → 5.0.2-beta63

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/interfaces/PostRefundRetroRemission.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/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 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\" [isFromServiceRequestPage]=\"isFromServiceRequestPage\" [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 \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 { 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 total_refund_amount: any;\n fees: any[];\n contact_details: IRefundContactDetails\n \n constructor(contact_details:any,fees: any[], payment_reference : string,refund_reason:string, total_refund_amount : any ) {\n this.contact_details = contact_details;\n this.fees = fees;\n this.payment_reference= payment_reference;\n this.refund_reason = refund_reason;\n\t this.total_refund_amount = total_refund_amount;\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';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\nimport { ChangeDetectorRef } from '@angular/core';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';\n\n@Component({\n selector: 'ccpay-payment-view',\n templateUrl: './payment-view.component.html',\n styleUrls: ['./payment-view.component.scss']\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 fees: any;\n isFullyRefund: boolean;\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 paymentType: string;\n isContinueBtnDisabled: boolean = true;\n viewCompStatus: string;\n contactDetailsObj: IRefundContactDetails\n notification: any;\n isConfirmationBtnDisabled: boolean;\n refundReference: string;\n refundAmount: string;\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.chkIsAddRemissionBtnEnable(fee)) {\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 processRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n const obj = this.paymentGroup.fees[0];\n this.fees = [{ id: obj.id, \n code: obj.code,\n version:obj.version, \n apportion_amount: obj.apportion_amount,\n calculated_amount: obj.calculated_amount,\n updated_volume: obj.updated_volume ? obj.updated_volume : obj.volume,\n volume: obj.volume,\n refund_amount:obj.over_payment }];\n const requestBody = new PostRefundRetroRemission(this.contactDetailsObj,this.fees, this.paymentGroup.payments[0].reference, 'RR037', \n this.paymentGroup.fees[0].over_payment);\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 this.refundAmount = JSON.parse(response).refund_amount;\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.cd.detectChanges();\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 = 'overPaymentAddressCapture';\n }\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n if(this.chkIsIssueRefundBtnEnable(payment)) {\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 \n issueRefund(paymentgrp: IPaymentGroup) {\n if (paymentgrp !== null && paymentgrp !== undefined) {\n if(this.chkIsIssueRefundBtnEnable(paymentgrp.payments[0])) {\n if(paymentgrp.payments[0].over_payment > 0) {\n this.viewCompStatus = 'overpayment';\n } else {\n this.paymentGroup = paymentgrp;\n this.viewStatus = 'issuerefund';\n this.isRefundRemission = true;\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.isFromPaymentDetailPage = true;\n this.isFromServiceRequestPage = false;\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 chkIsIssueRefundBtnEnable(payment: IPayment): boolean {\n if (payment !== null && payment !== undefined) {\n if (!payment.issue_refund_add_refund_add_remission){\n return false;\n } else if (payment.issue_refund && payment.refund_enable && payment.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\n }\n }\n }\n\n chkIsAddRefundBtnEnable(remission: IRemission): boolean {\n if (remission !== null && remission !== undefined) {\n if (!remission.issue_refund_add_refund_add_remission){\n return false;\n } else if (remission.add_refund && remission.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\n }\n }\n }\n\n chkIsAddRemissionBtnEnable(fee: IFee): boolean {\n if (fee !== null && fee !== undefined) {\n if (!fee.issue_refund_add_refund_add_remission){\n return false;\n } else if (fee.remission_enable && fee.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\n }\n }\n}\n selectPymentOption(paymentType: string) {\n this.paymentType = paymentType;\n this.isContinueBtnDisabled = false;\n }\n continuePayment(paymentgrp: IPaymentGroup) {\n \n if (this.paymentType === 'op') {\n this.isFullyRefund = false\n this.viewCompStatus = 'overPaymentAddressCapture';\n } else if(this.paymentType === 'fp') {\n this.isFullyRefund = true\n this.paymentGroup = paymentgrp;\n this.viewStatus = 'issuerefund';\n this.viewCompStatus = \"\";\n this.isRefundRemission = true;\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.isFromPaymentDetailPage = true;\n this.isFromServiceRequestPage = this.paymentLibComponent.isFromServiceRequestPage;\n }\n }\n gotoPaymentSelectPage(event: Event) {\n event.preventDefault();\n this.viewCompStatus = 'overpayment';\n }\n getContactDetails(obj:IRefundContactDetails) {\n this.contactDetailsObj = obj;\n this.viewCompStatus = 'overpaymentcheckandanswer';\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 // 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 // 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}","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 isFromRefundListPage: boolean;\n cpoDetails:any = null;\n isCPODown: boolean;\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 const addressObject = {\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 if(!this.isEditOperationInRefundList) {\n this.assignContactDetails.emit(addressObject);\n } else {\n this.assignContactDetailsInFefundsList.emit(addressObject);\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 @Input() isFromServiceRequestPage: 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 overPaymentAmount: 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 this.paymentLibComponent.isFromServiceRequestPage = true;\n } else {\n this.serviceRequestValue = 'false';\n this.paymentLibComponent.isFromServiceRequestPage = false;\n }\n } else {\n this.serviceRequestValue = 'false';\n this.paymentLibComponent.isFromServiceRequestPage = 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 this.overPaymentAmount = this.overPaymentAmount + fee.over_payment\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 { 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('isFullyRefund') isFullyRefund: boolean;\n @Input() feeamount: number;\n @Input() refundPaymentReference: string;\n @Input() isFromRefundStatusPage: boolean;\n @Input() changeRefundReason: string;\n @Input(\"isServiceRequest\") isServiceRequest: string;\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 @Output() refundFees: EventEmitter<IFee[]> = new EventEmitter<IFee[]>();\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 if(this.refundPaymentReference !== undefined && this.refundPaymentReference.length >0) {\n this.paymentReference = this.refundPaymentReference\n } else {\n this.paymentReference = this.payment.reference;\n }\n \n\n if(this.isFromServiceRequestPage) {\n this.paymentViewService.getApportionPaymentDetails(this.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 this.gotoIssuePage()\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' && data.name !== 'Overpayment');\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 this.refundReason = this.changeRefundReason;\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 // if(creds.controls.length > 0) {\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 refund_amount : [''],\n selected:[''] ,\n updated_volume: this.fees[i].volume\n }));\n }\n this.cd.detectChanges();\n //}\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.isFullyRefund) {\n return false;\n } else {\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 \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('refund_amount').setValue(AppAmt);\n formArray.at(i).get('volume').setValue(Volume);\n formArray.at(i).get('selected').setValue(true);\n formArray.at(i).get('updated_volume').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.cd.detectChanges(); \n } else {\n this.errorMsg = []; \n document.getElementById('feeAmount_'+v1).setAttribute(\"disabled\", \"true\"); \n this.remissionForm.value.feesList[i][\"refund_amount\"] = ''; \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 if (!this.isFromCheckAnsPage) {\n this.viewCompStatus = '';\n this.viewStatus = \"processretroremissonpage\";\n } else {\n this.viewCompStatus = '';\n this.viewStatus = 'checkretroremissionpage';\n }\n \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.refund_amount * 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.refund_amount * 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.refund_amount * 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)['refund_amount'] = 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.refund_amount * c.selected, 0);\n this.fees = this.remissionForm.value.feesList.filter(value => value.selected===true);\n this.viewStatus = 'checkissuerefundpage'\n this.viewCompStatus = '';\n return;\n } else if (this.isFromRefundStatusPage){\n var remissionctrls=this.remissionForm.controls;\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.refund_amount * c.selected, 0);\n this.refundListAmount.emit(this.totalRefundAmount.toString());\n this.fees = this.remissionForm.value.feesList.filter(value => value.selected===true);\n this.refundFees.emit(this.fees);\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('refund_amount').setValue(amtToRefund);\n // formArray.at(i).get('volume').setValue(value);\n // (<HTMLInputElement>document.getElementById('feeAmount_'+i)).value = +amtToRefund;\n // const formControl = this.remissionForm.controls.feesList['volume'].at(i);\n // formControl.setValue(value);\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(isFullyRefund: any) {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n this.errorMsg = [];\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n if(isFullyRefund) {\n this.totalRefundAmount = this.payment.amount;\n }\n if(!isFullyRefund) {\n this.fees = this.remissionForm.value.feesList.filter(value => value.selected===true);\n }\n this.fees = this.fees.map(obj => ({ id: obj.id, \n code: obj.code,\n version:obj.version, \n apportion_amount: obj.apportion_amount,\n calculated_amount: obj.calculated_amount,\n updated_volume: obj.updated_volume,\n refund_amount:obj.refund_amount }));\n \n \n const requestBody = new PostRefundRetroRemission(this.contactDetailsObj, this.fees,this.payment.reference, this.refundReason, \n this.totalRefundAmount);\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\n if (this.isFromRefundStatusPage){\n var remissionctrls=this.remissionForm.controls;\n this.refundListReason.emit({reason: this.displayRefundReason, code: this.refundReason});\n return;\n }\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\n if (this.isFromRefundStatusPage){\n var remissionctrls=this.remissionForm.controls;\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.refund_amount * c.selected, 0);\n this.refundListAmount.emit(this.totalRefundAmount.toString());\n return;\n }\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\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 !== undefined && !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 { IFee } from \"./IFee\";\nimport { IRefundContactDetails } from \"./IRefundContactDetails\";\nexport class IResubmitRefundRequest {\n refund_reason: string;\n amount: number;\n contact_details: IRefundContactDetails;\n refund_fees: IFee[];\n \n constructor(refund_reason : string, amount: number,contact_details:any,refund_fees: any[]) {\n this.refund_reason= refund_reason;\n this.amount = amount;\n this.contact_details = contact_details;\n this.refund_fees = refund_fees;\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';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IFee } from '../../interfaces/IFee';\nimport { IRefundFee } from '../../interfaces/IRefundFee';\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: any;\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 isRemissionsMatch: boolean;\n payment: IPayment;\n changeRefundReason: string;\n fees: IFee [];\n refundFees: IRefundFee[];\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 private paymentViewService: PaymentViewService) { }\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 //this.refundFees = this.rejectedRefundList['refund_fees'];\n }\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\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(refundReason:string) {\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.changeRefundReason = refundReason;\n this.viewName = 'issuerefundpage1';\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 if(this.refundlist.reason == 'Retrospective remission') {\n this.viewName = 'processretroremissonpage';\n } else {\n this.viewName = 'issuerefund';\n }\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.refundlist.code = refundListReason.code;\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 getRefundFees(fees: IFee[])\n {\n this.fees = fees;\n this.refundFees = this.fees.map(obj => ({ fee_id: obj.id, code: obj.code, version:obj.version, volume: obj.volume,refund_amount:obj.refund_amount }));\n }\n\n gotoReviewRefundConfirmationPage() {\n // if (this.oldRefundReason === this.refundlist.reason) {\n // this.refundCode = '';\n // }\n if (this.refundFees === undefined) {\n this.refundFees = this.refundlist['refund_fees'];\n }\n this.refundCode = this.refundlist.code;\n const resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount, this.refundlist.contact_details, this.refundFees);\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 this.isServiceRequest = 'false';\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 \n }\n if(this.paymentLibComponent.isFromServiceRequestPage && this.paymentLibComponent.TAKEPAYMENT) {\n this.isServiceRequest = 'false';\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 addRemission(fee: IFee) {\n if(this.chkIsAddRemissionBtnEnable(fee)) {\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 \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.replace(/\"/g,\"\")\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n this.paymentLibComponent.isFromServiceRequestPage = true;\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 issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if( this.chkIsIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n }\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 chkIsIssueRefundBtnEnable(payment: IPayment): boolean {\n if (payment !== null && payment !== undefined) {\n if (!payment.issue_refund_add_refund_add_remission){\n return false;\n } else if (payment.issue_refund && payment.refund_enable && payment.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\n }\n }\n }\n\n chkIsAddRefundBtnEnable(remission: IRemission): boolean {\n if (remission !== null && remission !== undefined) {\n if (!remission.issue_refund_add_refund_add_remission){\n return false;\n } else if (remission.add_refund && remission.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\n }\n }\n }\n\n chkIsAddRemissionBtnEnable(fee: IFee): boolean {\n if (fee !== null && fee !== undefined) {\n if (!fee.issue_refund_add_refund_add_remission){\n return false;\n } else if (fee.remission_enable && fee.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\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 // 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 // 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\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}\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","PostRefundRetroRemission","contact_details","fees","payment_reference","refund_reason","total_refund_amount","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","serviceReference","viewStatus","paymentViewService","paymentGroup","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","chkIsAddRemissionBtnEnable","reference","payment","isFromPaymentDetailPage","isRefundRemission","checkForFees","processRefund","isConfirmationBtnDisabled","obj","id","version","apportion_amount","calculated_amount","updated_volume","volume","refund_amount","over_payment","requestBody","contactDetailsObj","response","viewCompStatus","refundReference","refund_reference","refundAmount","gotoAddressPage","note","notification","notification_type","addRefundForRemission","remission","chkIsIssueRefundBtnEnable","remissionFeeAmt","net_amount","issueRefund","paymentgrp","getRemissionByFeeCode","feeCode","remissions_1","tslib_1.__values","remissions_1_1","issue_refund_add_refund_add_remission","issue_refund","refund_enable","chkIsAddRefundBtnEnable","add_refund","remission_enable","selectPymentOption","paymentType","isContinueBtnDisabled","continuePayment","isFullyRefund","gotoPaymentSelectPage","getContactDetails","isAddFeeBtnEnabled","isIssueRefunfBtnEnable","allowedRolesToAccessRefund","RefundsService","getRefundReasons","getRefundRejectReasons","getRefundActions","patchRefundActions","reviewerAction","getRefundList","refundstatus","selfexclusive","getRefundStatusHistory","getRefundStatusList","getUserDetails","postIssueRefund","putResendOrEdit","refundRef","notificationType","patchResubmitRefund","ProcessRefundComponent","refundActionList","getErrorMessage","processRefundForm","formBuilder","group","refundActionField","FormControl","Validators","compose","required","refundRejectReasonField","sendMeBackField","minLength","maxLength","pattern","enterReasonField","refundlistsource","ccd_case_number","isFromRefundListPage","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","FormBuilder","Router","ActivatedRoute","router","activeRoute","sendmeback","RefundListComponent","userLst","some","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","isEmailSAddressClicked","isPostcodeClicked","isManualAddressClicked","setValue","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","addressObject","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","toUpperCase","amount","hwf_amount","removeUnwantedString","input","replaceText","CaseTransactionsComponent","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","servicerequest","serviceRequestValue","isBulkScanEnable","toLocaleLowerCase","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","overPaymentAmount","service_request_status","orderStatus","orderAddBtnEnable","orderRefId","orderTotalFees","orderReferenceObj","x","redirectToOrderFeeSearchPage","orderef","nonOffLinePayment","a","b","date_created","amount_due","clAmountDue","allocationLen","nonPayments","allPayments","remisison","totalRefundAmount_1","isFeeAmountZero_1","grpOutstandingAmount","isFeeRecordsExist","isNewPaymentGroup_1","index","isHistoricGroupAvailable","getGroupOutstandingAmount","redirectToFeeSearchPage","navigateByUrl","chkForAddRemission","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","goToPaymentViewComponent","selectedUnprocessedFeeEvent","unprocessedRecordId","isUnprocessedRecordSelected","getUnprocessedFeeCount","unProcessedRecordCount","unprocessedRecordCount","calculateAmountDue","confirmRemoveFee","isRemoveBtnDisabled","cancelRemoval","removeFee","success","isCheckAmountdueExist","amountDue","chkIssueRefundBtnEnable","chkForPBAPayment","check4AllowedRoles2AccessRefund","_b","_c","allowFurtherAccessAfter4Days","isPBA","chkIsRefundRemissionBtnEnable","isRefundRemissionBtnEnable","loadPBAAccountPage","pbaPayOrderRef","isAddRemissionEnable","orderRemissionDetails","ispaymentGroupApisuccess","isAddRemissionBtnEnabled","isEligible4PBAPayment","currentDate","Date","role","indexOf","check4AllowedRoles2AccessPBApayment","tmp4DayAgo","setDate","getDate","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","antennaReqBody","go","payhubHtml","isBackButtonEnable","href","goToAllocatePage","Location","ErrorBannerComponent","UnidentifiedPaymentsRequest","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","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","PostIssueRefundRetroRemission","remissionReference","contactDeatils","AddRemissionComponent","default","pattern1","pattern2","remessionPayment","isPaymentSuccess","option","remissionForm","remissionCode","refundReason","refundDDReason","feeAmount","feesList","array","onlySelf","refundPaymentReference","refundFeesList","gotoIssuePage","refundReasons","recently_used","commonRefundReasons","sort","localeCompare","changeRefundReason","creds","selected","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","confirmRetroRemission","retroRemission","remissionamt","isRemissionApplied","remission_reference","gotoIssueRefundConfirmation","reduce","c","refundHasError","displayRefundReason","gotoIssueRefundPage","checkboxs","getElementsByTagName","quantity","amountToRefund","apportionAmount","j","fullRefund","elementId","getErrorClass","quantityUpdated","refundAmtForFeeVolumes","innerText","allowedRefundAmount","refundFees","calAmtToRefund","amtToRefund","gotoContactDetailsPage","add","changeIssueRefundReason","confirmIssueRefund","map","gotoRefundReasonPage","localStorage","setItem","isRefundReasonsSelected","showReasonText","reasonLength","gotoPartialFeeRefundScreen","gotoServiceRequestPage","sendOrderDetail","sendOrderRef","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","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","goToCaseReview","navigate","relativeTo","ViewChild","MatPaginator","MatSort","displayedColumns","IPutNotificationRequest","contactDetails","recipient_email_address","recipient_postal_address","IResubmitRefundRequest","refund_fees","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","getRefundFees","fee_id","gotoReviewRefundConfirmationPage","resubmitRequest","gotoEditAddressDetails","isEditDetailsClicked","addressDetails","getContactDetailsForRefundList","gotoEditDetailsPage","submitEditDetail","isResendOperationSuccess","resendRequest","putResend","Event","isEditAddressDeatilsClicked","ServiceRequestComponent","isServiceRequest","goToServiceRquestComponent","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/interfaces/PostRefundRetroRemission.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/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 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\" [isFromServiceRequestPage]=\"isFromServiceRequestPage\" [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 \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 { 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 total_refund_amount: any;\n fees: any[];\n contact_details: IRefundContactDetails\n \n constructor(contact_details:any,fees: any[], payment_reference : string,refund_reason:string, total_refund_amount : any ) {\n this.contact_details = contact_details;\n this.fees = fees;\n this.payment_reference= payment_reference;\n this.refund_reason = refund_reason;\n\t this.total_refund_amount = total_refund_amount;\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';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\nimport { ChangeDetectorRef } from '@angular/core';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';\n\n@Component({\n selector: 'ccpay-payment-view',\n templateUrl: './payment-view.component.html',\n styleUrls: ['./payment-view.component.scss']\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 fees: any;\n isFullyRefund: boolean;\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 paymentType: string;\n isContinueBtnDisabled: boolean = true;\n viewCompStatus: string;\n contactDetailsObj: IRefundContactDetails\n notification: any;\n isConfirmationBtnDisabled: boolean;\n refundReference: string;\n refundAmount: string;\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.chkIsAddRemissionBtnEnable(fee)) {\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 processRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n const obj = this.paymentGroup.fees[0];\n this.fees = [{ id: obj.id, \n code: obj.code,\n version:obj.version, \n apportion_amount: obj.apportion_amount,\n calculated_amount: obj.calculated_amount,\n updated_volume: obj.updated_volume ? obj.updated_volume : obj.volume,\n volume: obj.volume,\n refund_amount:obj.over_payment }];\n const requestBody = new PostRefundRetroRemission(this.contactDetailsObj,this.fees, this.paymentGroup.payments[0].reference, 'RR037', \n this.paymentGroup.fees[0].over_payment);\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 this.refundAmount = JSON.parse(response).refund_amount;\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.cd.detectChanges();\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 = 'overPaymentAddressCapture';\n }\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n if(this.chkIsIssueRefundBtnEnable(payment)) {\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 \n issueRefund(paymentgrp: IPaymentGroup) {\n if (paymentgrp !== null && paymentgrp !== undefined) {\n if(this.chkIsIssueRefundBtnEnable(paymentgrp.payments[0])) {\n if(paymentgrp.payments[0].over_payment > 0) {\n this.viewCompStatus = 'overpayment';\n } else {\n this.paymentGroup = paymentgrp;\n this.viewStatus = 'issuerefund';\n this.isRefundRemission = true;\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.isFromPaymentDetailPage = true;\n this.isFromServiceRequestPage = false;\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 chkIsIssueRefundBtnEnable(payment: IPayment): boolean {\n if (payment !== null && payment !== undefined) {\n if (!payment.issue_refund_add_refund_add_remission){\n return false;\n } else if (payment.issue_refund && payment.refund_enable && payment.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\n }\n }\n }\n\n chkIsAddRefundBtnEnable(remission: IRemission): boolean {\n if (remission !== null && remission !== undefined) {\n if (!remission.issue_refund_add_refund_add_remission){\n return false;\n } else if (remission.add_refund && remission.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\n }\n }\n }\n\n chkIsAddRemissionBtnEnable(fee: IFee): boolean {\n if (fee !== null && fee !== undefined) {\n if (!fee.issue_refund_add_refund_add_remission){\n return false;\n } else if (fee.remission_enable && fee.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\n }\n }\n}\n selectPymentOption(paymentType: string) {\n this.paymentType = paymentType;\n this.isContinueBtnDisabled = false;\n }\n continuePayment(paymentgrp: IPaymentGroup) {\n \n if (this.paymentType === 'op') {\n this.isFullyRefund = false\n this.viewCompStatus = 'overPaymentAddressCapture';\n } else if(this.paymentType === 'fp') {\n this.isFullyRefund = true\n this.paymentGroup = paymentgrp;\n this.viewStatus = 'issuerefund';\n this.viewCompStatus = \"\";\n this.isRefundRemission = true;\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.isFromPaymentDetailPage = true;\n this.isFromServiceRequestPage = this.paymentLibComponent.isFromServiceRequestPage;\n }\n }\n gotoPaymentSelectPage(event: Event) {\n event.preventDefault();\n this.viewCompStatus = 'overpayment';\n }\n getContactDetails(obj:IRefundContactDetails) {\n this.contactDetailsObj = obj;\n this.viewCompStatus = 'overpaymentcheckandanswer';\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 // 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 // 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}","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 isFromRefundListPage: boolean;\n cpoDetails:any = null;\n isCPODown: boolean;\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 const addressObject = {\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 if(!this.isEditOperationInRefundList) {\n this.assignContactDetails.emit(addressObject);\n } else {\n this.assignContactDetailsInFefundsList.emit(addressObject);\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 @Input() isFromServiceRequestPage: 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 overPaymentAmount: 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 this.paymentLibComponent.isFromServiceRequestPage = true;\n } else {\n this.serviceRequestValue = 'false';\n this.paymentLibComponent.isFromServiceRequestPage = false;\n }\n } else {\n this.serviceRequestValue = 'false';\n this.paymentLibComponent.isFromServiceRequestPage = 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 this.overPaymentAmount = this.overPaymentAmount + fee.over_payment\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 { 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('isFullyRefund') isFullyRefund: boolean;\n @Input() feeamount: number;\n @Input() refundPaymentReference: string;\n @Input() isFromRefundStatusPage: boolean;\n @Input() changeRefundReason: string;\n @Input(\"isServiceRequest\") isServiceRequest: string;\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 @Output() refundFees: EventEmitter<IFee[]> = new EventEmitter<IFee[]>();\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 if(this.refundPaymentReference !== undefined && this.refundPaymentReference.length >0) {\n this.paymentReference = this.refundPaymentReference\n } else {\n this.paymentReference = this.payment.reference;\n }\n \n\n if(this.isFromServiceRequestPage) {\n this.paymentViewService.getApportionPaymentDetails(this.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 this.gotoIssuePage()\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' && data.name !== 'Overpayment');\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 this.refundReason = this.changeRefundReason;\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 // if(creds.controls.length > 0) {\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 refund_amount : [''],\n selected:[''] ,\n updated_volume: this.fees[i].volume\n }));\n }\n this.cd.detectChanges();\n //}\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.isFullyRefund) {\n return false;\n } else {\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 \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('refund_amount').setValue(AppAmt);\n formArray.at(i).get('volume').setValue(Volume);\n formArray.at(i).get('selected').setValue(true);\n formArray.at(i).get('updated_volume').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.cd.detectChanges(); \n } else {\n this.errorMsg = []; \n document.getElementById('feeAmount_'+v1).setAttribute(\"disabled\", \"true\"); \n this.remissionForm.value.feesList[i][\"refund_amount\"] = ''; \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 if (!this.isFromCheckAnsPage) {\n this.viewCompStatus = '';\n this.viewStatus = \"processretroremissonpage\";\n } else {\n this.viewCompStatus = '';\n this.viewStatus = 'checkretroremissionpage';\n }\n \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.refund_amount * 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.refund_amount * 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.refund_amount * 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)['refund_amount'] = 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.refund_amount * c.selected, 0);\n this.fees = this.remissionForm.value.feesList.filter(value => value.selected===true);\n this.viewStatus = 'checkissuerefundpage'\n this.viewCompStatus = '';\n return;\n } else if (this.isFromRefundStatusPage){\n var remissionctrls=this.remissionForm.controls;\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.refund_amount * c.selected, 0);\n this.refundListAmount.emit(this.totalRefundAmount.toString());\n this.fees = this.remissionForm.value.feesList.filter(value => value.selected===true);\n this.refundFees.emit(this.fees);\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('refund_amount').setValue(amtToRefund);\n // formArray.at(i).get('volume').setValue(value);\n // (<HTMLInputElement>document.getElementById('feeAmount_'+i)).value = +amtToRefund;\n // const formControl = this.remissionForm.controls.feesList['volume'].at(i);\n // formControl.setValue(value);\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(isFullyRefund: any) {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n this.errorMsg = [];\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n if(isFullyRefund) {\n this.totalRefundAmount = this.payment.amount;\n }\n if(!isFullyRefund) {\n this.fees = this.remissionForm.value.feesList.filter(value => value.selected===true);\n }\n this.fees = this.fees.map(obj => ({ id: obj.id, \n code: obj.code,\n version:obj.version, \n apportion_amount: obj.apportion_amount,\n calculated_amount: obj.calculated_amount,\n updated_volume: obj.updated_volume,\n refund_amount:obj.refund_amount }));\n \n \n const requestBody = new PostRefundRetroRemission(this.contactDetailsObj, this.fees,this.payment.reference, this.refundReason, \n this.totalRefundAmount);\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\n if (this.isFromRefundStatusPage){\n var remissionctrls=this.remissionForm.controls;\n this.refundListReason.emit({reason: this.displayRefundReason, code: this.refundReason});\n return;\n }\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\n if (this.isFromRefundStatusPage){\n var remissionctrls=this.remissionForm.controls;\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.refund_amount * c.selected, 0);\n this.refundListAmount.emit(this.totalRefundAmount.toString());\n return;\n }\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\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 !== undefined && !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 { IFee } from \"./IFee\";\nimport { IRefundContactDetails } from \"./IRefundContactDetails\";\nexport class IResubmitRefundRequest {\n refund_reason: string;\n amount: number;\n contact_details: IRefundContactDetails;\n refund_fees: IFee[];\n \n constructor(refund_reason : string, amount: number,contact_details:any,refund_fees: any[]) {\n this.refund_reason= refund_reason;\n this.amount = amount;\n this.contact_details = contact_details;\n this.refund_fees = refund_fees;\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';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IFee } from '../../interfaces/IFee';\nimport { IRefundFee } from '../../interfaces/IRefundFee';\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: any;\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 isRemissionsMatch: boolean;\n payment: IPayment;\n changeRefundReason: string;\n fees: IFee [];\n refundFees: IRefundFee[];\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 private paymentViewService: PaymentViewService) { }\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 //this.refundFees = this.rejectedRefundList['refund_fees'];\n }\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\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(refundReason:string) {\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.changeRefundReason = refundReason;\n this.viewName = 'issuerefundpage1';\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 if(this.refundlist.reason == 'Retrospective remission') {\n this.viewName = 'processretroremissonpage';\n } else {\n this.viewName = 'issuerefund';\n }\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.refundlist.code = refundListReason.code;\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 getRefundFees(fees: IFee[])\n {\n this.fees = fees;\n this.refundFees = this.fees.map(obj => ({ fee_id: obj.id, code: obj.code, version:obj.version, volume: obj.volume,refund_amount:obj.refund_amount }));\n }\n\n gotoReviewRefundConfirmationPage() {\n // if (this.oldRefundReason === this.refundlist.reason) {\n // this.refundCode = '';\n // }\n if (this.refundFees === undefined) {\n this.refundFees = this.refundlist['refund_fees'];\n }\n this.refundCode = this.refundlist.code;\n const resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount, this.refundlist.contact_details, this.refundFees);\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 this.isServiceRequest = 'false';\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 \n }\n if(this.paymentLibComponent.isFromServiceRequestPage && this.paymentLibComponent.TAKEPAYMENT) {\n this.isServiceRequest = 'false';\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 addRemission(fee: IFee) {\n if(this.chkIsAddRemissionBtnEnable(fee)) {\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 \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.replace(/\"/g,\"\")\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n this.paymentLibComponent.isFromServiceRequestPage = true;\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 issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if( this.chkIsIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n }\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 chkIsIssueRefundBtnEnable(payment: IPayment): boolean {\n if (payment !== null && payment !== undefined) {\n if (!payment.issue_refund_add_refund_add_remission){\n return false;\n } else if (payment.issue_refund && payment.refund_enable && payment.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\n }\n }\n }\n\n chkIsAddRefundBtnEnable(remission: IRemission): boolean {\n if (remission !== null && remission !== undefined) {\n if (!remission.issue_refund_add_refund_add_remission){\n return false;\n } else if (remission.add_refund && remission.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\n }\n }\n }\n\n chkIsAddRemissionBtnEnable(fee: IFee): boolean {\n if (fee !== null && fee !== undefined) {\n if (!fee.issue_refund_add_refund_add_remission){\n return false;\n } else if (fee.remission_enable && fee.issue_refund_add_refund_add_remission) {\n return true\n } else {\n return false;\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 // 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 // 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\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}\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","PostRefundRetroRemission","contact_details","fees","payment_reference","refund_reason","total_refund_amount","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","serviceReference","viewStatus","paymentViewService","paymentGroup","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","chkIsAddRemissionBtnEnable","reference","payment","isFromPaymentDetailPage","isRefundRemission","checkForFees","processRefund","isConfirmationBtnDisabled","obj","id","version","apportion_amount","calculated_amount","updated_volume","volume","refund_amount","over_payment","requestBody","contactDetailsObj","response","viewCompStatus","refundReference","refund_reference","refundAmount","gotoAddressPage","note","notification","notification_type","addRefundForRemission","remission","chkIsIssueRefundBtnEnable","remissionFeeAmt","net_amount","issueRefund","paymentgrp","getRemissionByFeeCode","feeCode","remissions_1","tslib_1.__values","remissions_1_1","issue_refund_add_refund_add_remission","issue_refund","refund_enable","chkIsAddRefundBtnEnable","add_refund","remission_enable","selectPymentOption","paymentType","isContinueBtnDisabled","continuePayment","isFullyRefund","gotoPaymentSelectPage","getContactDetails","isAddFeeBtnEnabled","isIssueRefunfBtnEnable","allowedRolesToAccessRefund","RefundsService","getRefundReasons","getRefundRejectReasons","getRefundActions","patchRefundActions","reviewerAction","getRefundList","refundstatus","selfexclusive","getRefundStatusHistory","getRefundStatusList","getUserDetails","postIssueRefund","putResendOrEdit","refundRef","notificationType","patchResubmitRefund","ProcessRefundComponent","refundActionList","getErrorMessage","processRefundForm","formBuilder","group","refundActionField","FormControl","Validators","compose","required","refundRejectReasonField","sendMeBackField","minLength","maxLength","pattern","enterReasonField","refundlistsource","ccd_case_number","isFromRefundListPage","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","FormBuilder","Router","ActivatedRoute","router","activeRoute","sendmeback","RefundListComponent","userLst","some","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","isEmailSAddressClicked","isPostcodeClicked","isManualAddressClicked","setValue","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","addressObject","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","toUpperCase","amount","hwf_amount","removeUnwantedString","input","replaceText","CaseTransactionsComponent","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","servicerequest","serviceRequestValue","isBulkScanEnable","toLocaleLowerCase","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","overPaymentAmount","service_request_status","orderStatus","orderAddBtnEnable","orderRefId","orderTotalFees","orderReferenceObj","x","redirectToOrderFeeSearchPage","orderef","nonOffLinePayment","a","b","date_created","amount_due","clAmountDue","allocationLen","nonPayments","allPayments","remisison","totalRefundAmount_1","isFeeAmountZero_1","grpOutstandingAmount","isFeeRecordsExist","isNewPaymentGroup_1","index","isHistoricGroupAvailable","getGroupOutstandingAmount","redirectToFeeSearchPage","navigateByUrl","chkForAddRemission","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","goToPaymentViewComponent","selectedUnprocessedFeeEvent","unprocessedRecordId","isUnprocessedRecordSelected","getUnprocessedFeeCount","unProcessedRecordCount","unprocessedRecordCount","calculateAmountDue","confirmRemoveFee","isRemoveBtnDisabled","cancelRemoval","removeFee","success","isCheckAmountdueExist","amountDue","chkIssueRefundBtnEnable","chkForPBAPayment","check4AllowedRoles2AccessRefund","_b","_c","allowFurtherAccessAfter4Days","isPBA","chkIsRefundRemissionBtnEnable","isRefundRemissionBtnEnable","loadPBAAccountPage","pbaPayOrderRef","isAddRemissionEnable","orderRemissionDetails","ispaymentGroupApisuccess","isAddRemissionBtnEnabled","isEligible4PBAPayment","currentDate","Date","role","indexOf","check4AllowedRoles2AccessPBApayment","tmp4DayAgo","setDate","getDate","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","antennaReqBody","go","payhubHtml","isBackButtonEnable","href","goToAllocatePage","Location","ErrorBannerComponent","UnidentifiedPaymentsRequest","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","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","PostIssueRefundRetroRemission","remissionReference","contactDeatils","AddRemissionComponent","default","pattern1","pattern2","remessionPayment","isPaymentSuccess","option","remissionForm","remissionCode","refundReason","refundDDReason","feeAmount","feesList","array","onlySelf","refundPaymentReference","refundFeesList","gotoIssuePage","refundReasons","recently_used","commonRefundReasons","sort","localeCompare","changeRefundReason","creds","selected","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","confirmRetroRemission","retroRemission","remissionamt","isRemissionApplied","remission_reference","gotoIssueRefundConfirmation","reduce","c","refundHasError","displayRefundReason","gotoIssueRefundPage","checkboxs","getElementsByTagName","quantity","amountToRefund","apportionAmount","j","fullRefund","elementId","getErrorClass","quantityUpdated","refundAmtForFeeVolumes","innerText","allowedRefundAmount","refundFees","calAmtToRefund","amtToRefund","gotoContactDetailsPage","add","changeIssueRefundReason","confirmIssueRefund","map","gotoRefundReasonPage","localStorage","setItem","isRefundReasonsSelected","showReasonText","reasonLength","gotoPartialFeeRefundScreen","gotoServiceRequestPage","sendOrderDetail","sendOrderRef","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","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","goToCaseReview","navigate","relativeTo","ViewChild","MatPaginator","MatSort","displayedColumns","IPutNotificationRequest","contactDetails","recipient_email_address","recipient_postal_address","IResubmitRefundRequest","refund_fees","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","getRefundFees","fee_id","gotoReviewRefundConfirmationPage","resubmitRequest","gotoEditAddressDetails","isEditDetailsClicked","addressDetails","getContactDetailsForRefundList","gotoEditDetailsPage","submitEditDetail","isResendOperationSuccess","resendRequest","putResend","Event","isEditAddressDeatilsClicked","ServiceRequestComponent","isServiceRequest","goToServiceRquestComponent","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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"}