@hmcts/ccpay-web-component 5.0.2-beta53 → 5.0.2-beta54

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,\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\n this.assignContactDetails.emit({\n address_line: addressLine,\n city: this.postcodeAddress.POST_TOWN,\n county: this.postcodeAddress.LOCAL_CUSTODIAN_CODE_DESCRIPTION,\n postal_code: this.postcodeAddress.POSTCODE,\n country: 'United Kingdom',\n notification_type: 'LETTER'\n });\n } else {\n this.isAddressBoxEmpty = true;\n }\n }\n } else {\n if( postcodeField.value == '' ) {\n this.resetForm([false,false,true,false,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n if(postcodeField.value != '' && postcodeField.invalid ) {\n this.resetForm([false,false,false,true,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n }\n }\n redirection(event:any) {\n this.redirectToIssueRefund.emit(event);\n }\n resetForm(val, field) {\n if(field==='email' || field==='all') {\n this.isEmailEmpty = val[0];\n this.emailHasError = val[1];\n }\n if(field==='postcode' || field==='all') {\n this.isPostcodeEmpty = val[2];\n this.postcodeHasError = val[3];\n }\n if(field==='address1' || field==='all') {\n this.isaddressLine1Empty = val[4];\n this.addressLine1HasError = val[5];\n }\n if(field==='address2' || field==='all') {\n this.addressLine2HasError = val[6];\n }\n if(field==='town' || field==='all') {\n this.isTownOrCityEmpty = val[7];\n this.townOrCityHasError = val[8];\n }\n if(field==='county' || field==='all') {\n this.isCountyEmpty = val[9];\n this.countyHasError = val[10];\n }\n if(field==='mpostcode' || field==='all') {\n this.isMPostcodeEmpty = val[11];\n this.mpostcodeHasError = val[12];\n }\n if(field==='country' || field==='all') {\n this.isCountryEmpty = val[13];\n }\n \n }\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-pba-details',\n templateUrl: './pba-details.component.html',\n styleUrls: ['./pba-details.component.css']\n})\nexport class PbaDetailsComponent implements OnInit {\n @Input() payment: IPayment;\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { Logger } from './logger.service';\n\nexport let isDebugMode = false;\n\nconst noop = (): any => undefined;\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConsoleLoggerService implements Logger {\n\n get info() {\n if (isDebugMode) {\n return console.info.bind(console);\n } else {\n return noop;\n }\n }\n\n get warn() {\n if (isDebugMode) {\n return console.warn.bind(console);\n } else {\n return noop;\n }\n }\n\n get error() {\n if (isDebugMode) {\n return console.error.bind(console);\n } else {\n return noop;\n }\n }\n\n invokeConsoleMethod(type: string, args?: any): void {\n const logFn: Function = (console)[type] || console.log || noop;\n logFn.apply(console, [args]);\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {LoggerService} from '../shared/logger/logger.service';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {catchError} from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CaseTransactionsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getPaymentGroups(ccdCaseNumber: string): Observable<IPaymentGroup[]> {\n this.logger.info('Case-transactions-service getPaymentGroups for: ', ccdCaseNumber);\n\n return this.http.get<IPaymentGroup[]>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/paymentgroups`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BulkScaningPaymentService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getBSPaymentsByCCD(ccdCaseNumber: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases/${ccdCaseNumber}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getBSPaymentsByDCN(dcn: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases?document_control_number=${dcn}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocatePayment(body: AllocatePaymentRequest, paymentRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentRef}/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPaymentStrategic(body: AllocatePaymentRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSWoPGStrategic(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n patchBSChangeStatus(dcnNumber: string, status: string): Observable<any> {\n return this.https.patch(`${this.paymentLibService.API_ROOT}/bulk-scan-payments/${dcnNumber}/status/${status}`, status).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n calculateOutStandingAmount(paymentGroup: IPaymentGroup): number {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n } \n return (feesTotal - remissionsTotal) - paymentsTotal;\n }\n\n removeUnwantedString(input: string, replaceText: string) {\n const pattern = /[\\_]/gi;\n return input.replace(pattern, replaceText);\n }\n\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n return this.https.get(`${this.paymentLibService.BULKSCAN_API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { Router } from '@angular/router';\nimport { ServiceRequestComponent } from '../../components/service-request/service-request.component';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-case-transactions',\n templateUrl: './case-transactions.component.html',\n styleUrls: ['./case-transactions.component.css']\n})\nexport class CaseTransactionsComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input() isTakePayment: boolean;\n @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 }\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 volume: obj.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","goToCaseReview","router","navigate","relativeTo","activeRoute","FormBuilder","Router","ActivatedRoute","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","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","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","gotoIssuePage","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","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\n this.assignContactDetails.emit({\n address_line: addressLine,\n city: this.postcodeAddress.POST_TOWN,\n county: this.postcodeAddress.LOCAL_CUSTODIAN_CODE_DESCRIPTION,\n postal_code: this.postcodeAddress.POSTCODE,\n country: 'United Kingdom',\n notification_type: 'LETTER'\n });\n } else {\n this.isAddressBoxEmpty = true;\n }\n }\n } else {\n if( postcodeField.value == '' ) {\n this.resetForm([false,false,true,false,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n if(postcodeField.value != '' && postcodeField.invalid ) {\n this.resetForm([false,false,false,true,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n }\n }\n redirection(event:any) {\n this.redirectToIssueRefund.emit(event);\n }\n resetForm(val, field) {\n if(field==='email' || field==='all') {\n this.isEmailEmpty = val[0];\n this.emailHasError = val[1];\n }\n if(field==='postcode' || field==='all') {\n this.isPostcodeEmpty = val[2];\n this.postcodeHasError = val[3];\n }\n if(field==='address1' || field==='all') {\n this.isaddressLine1Empty = val[4];\n this.addressLine1HasError = val[5];\n }\n if(field==='address2' || field==='all') {\n this.addressLine2HasError = val[6];\n }\n if(field==='town' || field==='all') {\n this.isTownOrCityEmpty = val[7];\n this.townOrCityHasError = val[8];\n }\n if(field==='county' || field==='all') {\n this.isCountyEmpty = val[9];\n this.countyHasError = val[10];\n }\n if(field==='mpostcode' || field==='all') {\n this.isMPostcodeEmpty = val[11];\n this.mpostcodeHasError = val[12];\n }\n if(field==='country' || field==='all') {\n this.isCountryEmpty = val[13];\n }\n \n }\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-pba-details',\n templateUrl: './pba-details.component.html',\n styleUrls: ['./pba-details.component.css']\n})\nexport class PbaDetailsComponent implements OnInit {\n @Input() payment: IPayment;\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { Logger } from './logger.service';\n\nexport let isDebugMode = false;\n\nconst noop = (): any => undefined;\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConsoleLoggerService implements Logger {\n\n get info() {\n if (isDebugMode) {\n return console.info.bind(console);\n } else {\n return noop;\n }\n }\n\n get warn() {\n if (isDebugMode) {\n return console.warn.bind(console);\n } else {\n return noop;\n }\n }\n\n get error() {\n if (isDebugMode) {\n return console.error.bind(console);\n } else {\n return noop;\n }\n }\n\n invokeConsoleMethod(type: string, args?: any): void {\n const logFn: Function = (console)[type] || console.log || noop;\n logFn.apply(console, [args]);\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {LoggerService} from '../shared/logger/logger.service';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {catchError} from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CaseTransactionsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getPaymentGroups(ccdCaseNumber: string): Observable<IPaymentGroup[]> {\n this.logger.info('Case-transactions-service getPaymentGroups for: ', ccdCaseNumber);\n\n return this.http.get<IPaymentGroup[]>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/paymentgroups`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BulkScaningPaymentService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getBSPaymentsByCCD(ccdCaseNumber: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases/${ccdCaseNumber}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getBSPaymentsByDCN(dcn: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases?document_control_number=${dcn}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocatePayment(body: AllocatePaymentRequest, paymentRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentRef}/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPaymentStrategic(body: AllocatePaymentRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSWoPGStrategic(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n patchBSChangeStatus(dcnNumber: string, status: string): Observable<any> {\n return this.https.patch(`${this.paymentLibService.API_ROOT}/bulk-scan-payments/${dcnNumber}/status/${status}`, status).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n calculateOutStandingAmount(paymentGroup: IPaymentGroup): number {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n } \n return (feesTotal - remissionsTotal) - paymentsTotal;\n }\n\n removeUnwantedString(input: string, replaceText: string) {\n const pattern = /[\\_]/gi;\n return input.replace(pattern, replaceText);\n }\n\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n return this.https.get(`${this.paymentLibService.BULKSCAN_API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { Router } from '@angular/router';\nimport { ServiceRequestComponent } from '../../components/service-request/service-request.component';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-case-transactions',\n templateUrl: './case-transactions.component.html',\n styleUrls: ['./case-transactions.component.css']\n})\nexport class CaseTransactionsComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input() isTakePayment: boolean;\n @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 }\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 volume: obj.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","goToCaseReview","router","navigate","relativeTo","activeRoute","FormBuilder","Router","ActivatedRoute","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","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","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","gotoIssuePage","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","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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"}