@hmcts/ccpay-web-component 5.0.7-beta40 → 5.0.7-beta41

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/services/notification/notification.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/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/interfaces/NotificationPreviewRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/notification-preview/notification-preview.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\n [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\"\n [API_ROOT]=\"API_ROOT\"\n *ngIf=\"viewName === 'refundstatuslist'\"> </ccpay-refund-status >\n <ccpay-payment-view [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'payment-view'\"\n [isTurnOff]=\"ISTURNOFF\" [isTakePayment]=\"TAKEPAYMENT\" [caseType]=\"CASETYPE\"\n [ISPAYMENTSTATUSENABLED] = \"ISPAYMENTSTATUSENABLED\"\n ></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 ></ccpay-fee-summary>\n <ccpay-reports *ngIf=\"viewName === 'reports'\"\n [ISPAYMENTSTATUSENABLED] = \"ISPAYMENTSTATUSENABLED\"\n ></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('ISPAYMENTSTATUSENABLED') ISPAYMENTSTATUSENABLED: 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 isFromPayBubble: boolean = false;\n refundlistsource: any;\n viewName: string;\n isTurnOff: boolean;\n caseType: string;\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, isDataNotExist = false, error='') {\n const bodyContent = isDataNotExist ? error : 'Try again later';\n return {\n title: \"There is a problem with the service\",\n body: bodyContent,\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\n\n this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n if(paymentMethod == undefined || paymentMethod == null){\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }else{\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 }\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 downloadFailureReport(startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/payment-failures/failure-report?date_from=${startDate}&date_to=${endDate}`;\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 getPaymentFailure(paymentReference: string): Observable<any> {\n return this.https.get(`${this.paymentLibService.API_ROOT}/payment-failures/${paymentReference}`, {\n withCredentials: true\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 { IRefundsNotifications } from '../../interfaces/IRefundsNotifications';\nimport { NotificationPreviewRequest } from '../../interfaces/NotificationPreviewRequest';\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 getNotificationPreview(body: NotificationPreviewRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.NOTIFICATION_API_ROOT}/doc-preview`, body).pipe(\n catchError(this.errorHandlerService.handleError));\n }\n\n getNotificationInstructionType(paymentChannel: string, paymentMethod: string): any {\n if (paymentChannel === 'bulk scan' && paymentMethod === 'postal order') {\n return 'RefundWhenContacted';\n } else if (paymentChannel === 'bulk scan' && paymentMethod === 'cash') {\n return 'RefundWhenContacted';\n } else if (paymentChannel === 'online' && paymentMethod === 'card') {\n return 'SendRefund';\n } else if (paymentChannel === 'telephony' && paymentMethod === 'card') {\n return 'SendRefund';\n } else if (paymentChannel === 'online' && paymentMethod === 'payment by account') {\n return 'SendRefund';\n } else if (paymentChannel === 'bulk scan' && paymentMethod === 'cheque') {\n return 'SendRefund';\n }else {\n return 'Template'\n }\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 is_over_payment: boolean;\n contact_details: IRefundContactDetails\n \n constructor(contact_details:any,fees: any[], payment_reference : string,refund_reason:string, total_refund_amount : any, is_over_payment: string ) {\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 this.is_over_payment = is_over_payment === 'op';\n } \n}","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { NotificationService } from '../../services/notification/notification.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 { IPaymentFailure } from '../../interfaces/IPaymentFailure';\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})\n\nexport class PaymentViewComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() isTakePayment: boolean;\n @Input() caseType: boolean;\n @Input() orderRef: string;\n @Input() orderStatus: string;\n @Input() orderTotalPayments: number;\n @Input() payment: IPayment;\n @Input() LOGGEDINUSERROLES: string[];\n @Input() ISPAYMENTSTATUSENABLED: 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 errorMsg: string;\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 allPaymentsFailure: IPaymentFailure[] = [];\n selectedPaymentsStatus: IPaymentFailure;\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 notificationPreview: boolean;\n constructor(private paymentViewService: PaymentViewService,\n private notificationService: NotificationService,\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 this.paymentViewService.getPaymentFailure(this.paymentLibComponent.paymentReference).subscribe({\n next: (res) => {\n JSON.parse(res).payment_failure_list.reverse().forEach(payments => {\n\n this.allPaymentsFailure.push(payments.payment_failure_initiated);\n if(payments.payment_failure_closed) {\n this.allPaymentsFailure.push(payments.payment_failure_closed);\n }\n });\n this.allPaymentsFailure = this.allPaymentsFailure.reverse();\n },\n error: (e) => {\n this.allPaymentsFailure = [];\n this.errorMsg = \"Server 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 getOverPaymentValue() {\n let feesOverPayment = 0;\n this.paymentGroup.fees.forEach(fee => {\n feesOverPayment += fee.over_payment;\n });\n return feesOverPayment > 0 ? feesOverPayment : this.paymentGroup.payments[0].over_payment;\n\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: this.getOverPaymentValue() }];\n const requestBody = new PostRefundRetroRemission(this.contactDetailsObj,this.fees, this.paymentGroup.payments[0].reference, 'RR037', \n this.getOverPaymentValue(), 'op');\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.paymentViewService.getApportionPaymentDetails(payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(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 goToPaymentViewComponent() {\n this.viewCompStatus = '';\n this.viewStatus = 'paymentview';\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 return payment.issue_refund && payment.refund_enable\n } else {\n return false;\n }\n }\n\n chkIsAddRefundBtnEnable(remission: IRemission): boolean {\n if (remission !== null && remission !== undefined) {\n return remission.add_refund;\n } else {\n return false;\n }\n }\n\n chkIsAddRemissionBtnEnable(fee: IFee): boolean {\n if (fee !== null && fee !== undefined) {\n return fee.add_remission && fee.remission_enable;\n } else {\n return false\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 this.notificationPreview = false;\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 goToPaymentFailuePage(payment: any) {\n this.viewStatus = 'payment-failure';\n this.selectedPaymentsStatus = payment;\n }\n goBackToPaymentView(event: any) {\n event.preventDefault();\n this.viewStatus = 'paymentview';\n }\n\n getTemplateInstructionType(payment: IPayment) {\n\n if (payment == undefined || payment == null) {\n return 'Template';\n }\n return this.notificationService.getNotificationInstructionType(payment.channel, payment.method);\n }\n\n showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = false;\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 { IPayment } from '../../interfaces/IPayment';\nimport { IRefundRejectReason } from '../../interfaces/IRefundRejectReason';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { NotificationService } from '../../services/notification/notification.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { ActivatedRoute,Router } from '@angular/router';\nimport { INotificationPreview } from '../../interfaces/INotificationPreview';\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 paymentObj: IPayment;\n notificationPreview: boolean = false;\n notificationPreviewObj: INotificationPreview;\n constructor(private RefundsService: RefundsService,\n private paymentViewService: PaymentViewService,\n private formBuilder: FormBuilder,\n private OrderslistService: OrderslistService,\n private notificationService: NotificationService,\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\n getNotificationPreviewObj(notificationPreviewObj : INotificationPreview){\n this.notificationPreviewObj = notificationPreviewObj;\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 if (this.notificationPreviewObj) {\n processRefundRequest = {\n code: '',\n reason: '',\n template_preview: {\n body: this.notificationPreviewObj.body,\n from: {\n from_email_address: this.notificationPreviewObj.from.from_email_address,\n from_mail_address: {\n address_line: this.notificationPreviewObj.from.from_mail_address.address_line,\n city: this.notificationPreviewObj.from.from_mail_address.city,\n country: this.notificationPreviewObj.from.from_mail_address.country,\n county: this.notificationPreviewObj.from.from_mail_address.county,\n postal_code: this.notificationPreviewObj.from.from_mail_address.postal_code\n }\n },\n html: this.notificationPreviewObj.html,\n id: this.notificationPreviewObj.template_id,\n subject: this.notificationPreviewObj.subject,\n template_type: this.notificationPreviewObj.template_type,\n version: 0\n }\n };\n\n } else {\n processRefundRequest = {\n code: '',\n reason: ''\n };\n }\n } else if (controls.refundActionField.value === 'Reject') {\n status = 'REJECT';\n\n if (this.notificationPreviewObj) {\n processRefundRequest = {\n code: controls.refundRejectReasonField.value ? controls.refundRejectReasonField.value : '',\n reason: controls.refundRejectReasonField.value == 'RE005' ? controls.enterReasonField.value : '',\n template_preview: {\n body: this.notificationPreviewObj.body,\n from: {\n from_email_address: this.notificationPreviewObj.from.from_email_address,\n from_mail_address: {\n address_line: this.notificationPreviewObj.from.from_mail_address.address_line,\n city: this.notificationPreviewObj.from.from_mail_address.city,\n country: this.notificationPreviewObj.from.from_mail_address.country,\n county: this.notificationPreviewObj.from.from_mail_address.county,\n postal_code: this.notificationPreviewObj.from.from_mail_address.postal_code\n }\n },\n html: this.notificationPreviewObj.html,\n id: this.notificationPreviewObj.template_id,\n subject: this.notificationPreviewObj.subject,\n template_type: this.notificationPreviewObj.template_type,\n version: 0\n }\n };\n } else {\n processRefundRequest = {\n code: controls.refundRejectReasonField.value ? controls.refundRejectReasonField.value : '',\n reason: controls.refundRejectReasonField.value == 'RE005' ? controls.enterReasonField.value : ''\n };\n }\n\n \n } else if (controls.refundActionField.value === 'Return to caseworker') {\n status = 'SENDBACK';\n\n if (this.notificationPreviewObj) {\n processRefundRequest = {\n code: '',\n reason: controls.sendMeBackField.value,\n template_preview: {\n body: this.notificationPreviewObj.body,\n from: {\n from_email_address: this.notificationPreviewObj.from.from_email_address,\n from_mail_address: {\n address_line: this.notificationPreviewObj.from.from_mail_address.address_line,\n city: this.notificationPreviewObj.from.from_mail_address.city,\n country: this.notificationPreviewObj.from.from_mail_address.country,\n county: this.notificationPreviewObj.from.from_mail_address.county,\n postal_code: this.notificationPreviewObj.from.from_mail_address.postal_code\n }\n },\n html: this.notificationPreviewObj.html,\n id: this.notificationPreviewObj.template_id,\n subject: this.notificationPreviewObj.subject,\n template_type: this.notificationPreviewObj.template_type,\n version: 0\n }\n };\n } else {\n processRefundRequest = {\n code: '',\n reason: controls.sendMeBackField.value\n };\n\n }\n\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.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 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 const isPayBubble = this.paymentLibComponent.isFromPayBubble;\n if(isPayBubble) {\n this.loadCaseTransactionPage();\n } else {\n this.router.navigate([`/cases/case-details/${this.ccdCaseNumber}`], {relativeTo: this.activeRoute});\n }\n }\n\n getTemplateInstructionType(payment: IPayment, paymentReference: string) {\n\n if (payment == undefined || payment == null || payment.reference != paymentReference) {\n this.paymentViewService.getPaymentDetails(paymentReference).subscribe(\n payment => {\n this.paymentObj = payment;\n return this.notificationService.getNotificationInstructionType(this.paymentObj.channel, this.paymentObj.method);\n },\n (error: any) => {\n return 'Template';\n })\n } else {\n return this.notificationService.getNotificationInstructionType(payment.channel, payment.method);\n }\n \n }\n\n showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = false;\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 { 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-Za-z]{1,2}[0-9]{1,2}[A-Za-z]{0,1} ?[0-9][A-Za-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-Za-z]{1,2}[0-9]{1,2}[A-Za-z]{0,1} ?[0-9][A-Za-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 this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,false,false,false], 'all');\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 = refundsNotification['data']['header'].totalresults > 0;\n if(!this.isShowPickAddress) {\n this.resetForm([false,false,false,true,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n }\n ),\n (error: any) => {\n this.isShowPickAddress = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n } else if (str === 'FS') {\n if(this.postcodeAddress !== undefined && this.postcodeAddress) {\n this.isAddressBoxEmpty = false;\n let addressLine=\"\";\n let addressArray = this.postcodeAddress.ADDRESS.split(\",\");\n for( let i=0; i<addressArray.length-2; i++ ) {\n addressLine +=addressArray[i]; \n }\n const addressObject = {\n address_line: addressLine,\n city: this.postcodeAddress.POST_TOWN,\n county: this.postcodeAddress.LOCAL_CUSTODIAN_CODE_DESCRIPTION,\n postal_code: this.postcodeAddress.POSTCODE,\n country: 'United Kingdom',\n notification_type: 'LETTER'\n };\n if(!this.isEditOperationInRefundList) {\n this.assignContactDetails.emit(addressObject);\n } else {\n this.assignContactDetailsInFefundsList.emit(addressObject);\n }\n } else {\n this.isAddressBoxEmpty = true;\n }\n }\n } else {\n if( postcodeField.value == '' ) {\n this.resetForm([false,false,true,false,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n if(postcodeField.value != '' && postcodeField.invalid ) {\n this.resetForm([false,false,false,true,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n }\n }\n redirection(event:any) {\n this.redirectToIssueRefund.emit(event);\n }\n resetForm(val, field) {\n if(field==='email' || field==='all') {\n this.isEmailEmpty = val[0];\n this.emailHasError = val[1];\n }\n if(field==='postcode' || field==='all') {\n this.isPostcodeEmpty = val[2];\n this.postcodeHasError = val[3];\n }\n if(field==='address1' || field==='all') {\n this.isaddressLine1Empty = val[4];\n this.addressLine1HasError = val[5];\n }\n if(field==='address2' || field==='all') {\n this.addressLine2HasError = val[6];\n }\n if(field==='town' || field==='all') {\n this.isTownOrCityEmpty = val[7];\n this.townOrCityHasError = val[8];\n }\n if(field==='county' || field==='all') {\n this.isCountyEmpty = val[9];\n this.countyHasError = val[10];\n }\n if(field==='mpostcode' || field==='all') {\n this.isMPostcodeEmpty = val[11];\n this.mpostcodeHasError = val[12];\n }\n if(field==='country' || field==='all') {\n this.isCountryEmpty = val[13];\n }\n \n }\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-pba-details',\n templateUrl: './pba-details.component.html',\n styleUrls: ['./pba-details.component.css']\n})\nexport class PbaDetailsComponent implements OnInit {\n @Input() payment: IPayment;\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { Logger } from './logger.service';\n\nexport let isDebugMode = false;\n\nconst noop = (): any => undefined;\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConsoleLoggerService implements Logger {\n\n get info() {\n if (isDebugMode) {\n return console.info.bind(console);\n } else {\n return noop;\n }\n }\n\n get warn() {\n if (isDebugMode) {\n return console.warn.bind(console);\n } else {\n return noop;\n }\n }\n\n get error() {\n if (isDebugMode) {\n return console.error.bind(console);\n } else {\n return noop;\n }\n }\n\n invokeConsoleMethod(type: string, args?: any): void {\n const logFn: Function = (console)[type] || console.log || noop;\n logFn.apply(console, [args]);\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {LoggerService} from '../shared/logger/logger.service';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {catchError} from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CaseTransactionsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getPaymentGroups(ccdCaseNumber: string): Observable<IPaymentGroup[]> {\n this.logger.info('Case-transactions-service getPaymentGroups for: ', ccdCaseNumber);\n\n return this.http.get<IPaymentGroup[]>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/paymentgroups`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BulkScaningPaymentService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getBSPaymentsByCCD(ccdCaseNumber: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases/${ccdCaseNumber}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getBSPaymentsByDCN(dcn: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases?document_control_number=${dcn}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocatePayment(body: AllocatePaymentRequest, paymentRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentRef}/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPaymentStrategic(body: AllocatePaymentRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSWoPGStrategic(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n patchBSChangeStatus(dcnNumber: string, status: string): Observable<any> {\n return this.https.patch(`${this.paymentLibService.API_ROOT}/bulk-scan-payments/${dcnNumber}/status/${status}`, status).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n calculateOutStandingAmount(paymentGroup: IPaymentGroup): number {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n } \n return (feesTotal - remissionsTotal) - paymentsTotal;\n }\n\n removeUnwantedString(input: string, replaceText: string) {\n const pattern = /[\\_]/gi;\n return input.replace(pattern, replaceText);\n }\n\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n return this.https.get(`${this.paymentLibService.BULKSCAN_API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { Router } from '@angular/router';\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 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 isRefundRemission: boolean = true;\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 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 const serviceRequest = this.paymentLibComponent.SERVICEREQUEST;\n if ( serviceRequest !== undefined && serviceRequest.toString() === 'true' ) {\n this.serviceRequestValue = 'true';\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.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 const isFeeOverPaymentExist = this.overPaymentAmount === 0;\n paymentGroup.payments.forEach(payment => {\n if(isFeeOverPaymentExist) {\n this.overPaymentAmount = this.overPaymentAmount + payment.over_payment\n }\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 += `&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.paymentViewService.getApportionPaymentDetails(payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.paymentGroup.payments = paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj.reference === 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 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 (payment !== null && payment !== undefined) {\n return payment.issue_refund && payment.refund_enable\n } else {\n return false;\n }\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}\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\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\n this.platForm = 'Antenna';\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 if(paymentGroup.remissions) {\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 } else {\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\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\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 === '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('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 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.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\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.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, 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, false, '');\n this.paymentGroup = paymentGroup;\n this.saveAndContinue();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n );\n }else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, 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, false, '');\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, 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, false, '');\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, 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, 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, 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, false, '');\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, false, '');\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\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, 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, false, '');\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';\n\nimport { IPayment } from '../../interfaces/IPayment';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { NotificationService } from '../../services/notification/notification.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() 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 paymentObj: IPayment;\n notificationPreview: boolean;\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 notificationService : NotificationService,\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 !== undefined) ? 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.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe(\n paymentGroup => {\n this.fees = paymentGroup.fees;\n this.paymentReference = paymentGroup.payments[0].reference;\n },\n (error: any) => this.errorMessage = error\n );\n }\n\n }\n goToPaymentViewComponent() {\n this.paymentLibComponent.paymentMethod = this.payment.method;\n this.paymentLibComponent.paymentGroupReference = this.paymentGroupRef;\n this.paymentLibComponent.paymentReference = this.paymentReference;\n //this.PaymentViewComponent.viewCompStatus = 'overpayment';\n this.paymentLibComponent.viewName = 'payment-view';\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 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 this.notificationPreview = false;\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 this.notificationPreview = false;\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(isFullyRefund: any){\nif(isFullyRefund) {\n this.viewCompStatus = 'issuerefundpage1';\n this.getRefundReasons();\n} else {\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 this.notificationPreview = false;\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\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 ? obj.updated_volume : obj.volume,\n refund_amount:obj.refund_amount ? obj.refund_amount : this.totalRefundAmount }));\n \n \n const requestBody = new PostRefundRetroRemission(this.contactDetailsObj, this.fees,this.payment.reference, this.refundReason, \n this.totalRefundAmount, 'op');\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 this.notificationPreview = false;\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.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 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 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.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 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 showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = false;\n }\n\n getTemplateInstructionType(payment: IPayment, paymentReference?: string) {\n\n if (payment == undefined || payment == null || (paymentReference != undefined && paymentReference != null && payment.reference != paymentReference)) {\n this.paymentViewService.getPaymentDetails(paymentReference).subscribe(\n payment => {\n this.paymentObj = payment;\n return this.notificationService.getNotificationInstructionType(this.paymentObj.channel, this.paymentObj.method);\n },\n (error: any) => {\n return 'Template ABC';\n })\n } else {\n return this.notificationService.getNotificationInstructionType(payment.channel, payment.method);\n }\n }\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 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 if(excelFileName.match('Payment failure')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['payment_reference','ccd_reference','org_id','service_name','failure_reference','failure_reason','disputed_amount','event_name','event_date','representment_status','representment_date','refund_reference','refund_amount','refund_date']});\n worksheet = this.setPaymentFailureReportHeaders(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 setPaymentFailureReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Payment reference\";\n worksheet.B1.v = \"CCD reference\";\n worksheet.C1.v = \"OrgID\";\n worksheet.D1.v = \"Service name\";\n worksheet.E1.v = \"Failure reference\";\n worksheet.F1.v = \"Failure reason\";\n worksheet.G1.v = \"Disputed amount\";\n worksheet.H1.v = \"Event name\";\n worksheet.I1.v = \"Event date\";\n worksheet.J1.v = \"Representment status\";\n worksheet.K1.v = \"Representment date\";\n worksheet.L1.v = \"Refund reference\";\n worksheet.M1.v = \"Refund amount\";\n worksheet.N1.v = \"Refund date\";\n return worksheet;\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, Input, 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';\nimport { FindValueSubscriber } from 'rxjs/internal/operators/find';\n\n@Component({\n selector: 'ccpay-reports',\n templateUrl: './reports.component.html',\n styleUrls: ['./reports.component.scss']\n})\nexport class ReportsComponent implements OnInit {\n @Input() ISPAYMENTSTATUSENABLED: string;\n fmt = 'dd/MM/yyyy';\n loc = 'en-US';\n reportsForm: FormGroup;\n startDate: string;\n endDate: string;\n errorMeaagse: string;\n ccdCaseNumber: string;\n isDownLoadButtondisabled:Boolean = false;\n isStartDateLesthanEndDate: Boolean = false;\n isDateBetwnMonth: Boolean = false;\n isDateRangeBetnWeek: Boolean = false;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false, 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 const isDateRangeMoreThanMonth = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 30;\n if(new Date(selectedStartDate) > new Date(selectedEndDate) && selectedEndDate !== ''){\n this.reportsForm.get('startDate').setValue('');\n this.isDateRangeBetnWeek = false;\n this.isDateBetwnMonth = false;\n this.isStartDateLesthanEndDate = true;\n } else if(reportName && reportName ==='SURPLUS_AND_SHORTFALL' && isDateRangeMoreThanWeek ) {\n this.isDateRangeBetnWeek = true;\n this.isDateBetwnMonth = false;\n this.isStartDateLesthanEndDate = false;\n } else if(reportName && reportName ==='PAYMENT_FAILURE_EVENT' && isDateRangeMoreThanMonth ) {\n this.isDateRangeBetnWeek = false;\n this.isDateBetwnMonth = true;\n this.isStartDateLesthanEndDate = false;\n } else {\n this.isDateBetwnMonth = false;\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, 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, false, '');\n })\n\n } else if(selectedReportName === 'PAYMENT_FAILURE_EVENT') {\n\n this.paymentViewService.downloadFailureReport(selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n const result = {data: JSON.parse(response)['payment_failure_report_list']};\n let res = {data: this.applyDateFormat(result)};\n if (result['data'].length > 0) {\n for ( var i=0; i< res['data'].length; i++) {\n if (res['data'][i][\"disputed_amount\"] !== undefined) {\n res['data'][i]['disputed_amount'] = this.convertToFloatValue(res['data'][i][\"disputed_amount\"]);\n }\n if (res['data'][i][\"representment_status\"] !== undefined) {\n res['data'][i]['representment_status'] = res['data'][i][\"representment_status\"].toLowerCase() === 'yes' ? 'Success' : 'Failure';\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n const errorContent = error.replace(/[^a-zA-Z ]/g, '').trim();\n const statusCode = error.replace(/[^a-zA-Z0-9 ]/g, '').trim().split(' ')[0];\n if(statusCode === '404') {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, true, errorContent);\n }else {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n })\n\n } else {\n this.bulkScaningPaymentService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, 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, false, '');\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 case 'PAYMENT_FAILURE_EVENT': { \n result = 'Payment failure event';\n break; \n }\n default: { \n result = selectedOption;\n break; \n } \n } \n return result;\n }\n applyDateFormat(res) {\n return res['data'].map(value => {\n if (value['date_banked']) {\n value['date_banked'] = formatDate(value['date_banked'], this.fmt, this.loc);\n }\n if (value['event_date'] && value['event_date'].indexOf(',') === -1) {\n value['event_date'] = formatDate(value['event_date'], this.fmt, this.loc);\n } else if (value['event_date'] && value['event_date'].indexOf(',') !== -1) {\n value['event_date'] = this.multiDateFormater(value['event_date'])\n }\n\n if (value['representment_date'] && value['representment_date'].indexOf(',') === -1) {\n value['representment_date'] = formatDate(value['representment_date'], this.fmt, this.loc);\n } else if (value['representment_date'] && value['representment_date'].indexOf(',') !== -1) {\n value['representment_date'] = this.multiDateFormater(value['representment_date'])\n }\n\n if (value['refund_date'] && value['refund_date'].indexOf(',') === -1) {\n value['refund_date'] = formatDate(value['refund_date'], this.fmt, this.loc);\n } else if (value['refund_date'] && value['refund_date'].indexOf(',') !== -1) {\n value['refund_date'] = this.multiDateFormater(value['refund_date'])\n }\n return value;\n });\n }\n multiDateFormater(dateStr) {\n return dateStr.split(',').map((date) => formatDate(date, this.fmt, this.loc)).join(',');\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 } 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('API_ROOT') API_ROOT: string;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: boolean;\n @Input() orderParty: string;\n @Input() isEliginbleToAccess: boolean;\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 paymentObj: IPayment;\n notificationSentViewIndex: number = -1;\n notificationPreview: boolean = false;\n notificationSentView: boolean = false;\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 if(this.isEliginbleToAccess) {\n this.refundService.getRefundStatusList(this.ccdCaseNumber).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n } else {\n this.rejectedRefundList = [];\n }\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 isFromPayBubble = (): boolean => { \n return this.API_ROOT === 'api/payment-history';\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.notificationPreview = false;\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.notificationPreview = false;\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 this.notificationPreview = false;\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 event.preventDefault();\n this.viewName = 'refundstatuslist';\n }\n\n goToRefundProcessComponent(refundReference: string, refundList: IRefundList) {\n this.paymentLibComponent.refundlistsource = refundList;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.isFromPayBubble = true;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n\n getTemplateInstructionType(payment: IPayment, paymentReference: string) {\n\n if (payment == undefined || payment == null || payment.reference != paymentReference) {\n\n this.paymentViewService.getPaymentDetails(paymentReference).subscribe(\n payment => {\n this.paymentObj = payment;\n return this.notificationService.getNotificationInstructionType(this.paymentObj.channel, this.paymentObj.method);\n },\n (error: any) => {\n return 'Template';\n })\n } else {\n return this.notificationService.getNotificationInstructionType(payment.channel, payment.method);\n }\n }\n\n showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = false;\n }\n\n showNotificationSentView(index: number): void {\n this.notificationSentViewIndex = index;\n this.notificationSentView = true;\n }\n\n hideNotificationSentView(): void {\n this.notificationSentViewIndex = -1;\n this.notificationSentView = false;\n }\n\n}\n","import { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { Component, Input, OnInit, Output, EventEmitter, ChangeDetectorRef } 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 { NotificationService } from '../../services/notification/notification.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\n\n@Component({\n selector: 'ccpay-service-request',\n templateUrl: './service-request.component.html',\n styleUrls: ['./service-request.component.scss']\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('paymentGroupList') paymentGroupList: IPaymentGroup;\n @Input('takePayment') takePayment: boolean;\n @Input('ccdCaseNumber') ccdCaseNumber: boolean;\n @Input(\"isServiceRequest\") isServiceRequest: string;\n @Output() goToServiceRquestComponent: EventEmitter<any> = new EventEmitter();\n\n viewCompStatus;\n servicerequest: string;\n paymentType: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n paymentFees: IFee[];\n fees: any;\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 isRefundRemission: boolean = true;\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 isConfirmationBtnDisabled: boolean;\n refundReference: string;\n refundAmount: string;\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n cpoDetails: any = null;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n isFromPaymentDetailPage: boolean;\n contactDetailsObj: IRefundContactDetails\n notification: any;\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 isContinueBtnDisabled: boolean = true;\n isFullyRefund: boolean;\n notificationPreview: boolean;\n\n constructor(\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService,\n private notificationService: NotificationService,\n private cd: ChangeDetectorRef,\n private router: Router) { }\n\n ngOnInit() {\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\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\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 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.paymentLibComponent.isFromServiceRequestPage = true;\n this.paymentViewService.getApportionPaymentDetails(payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj.reference === 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 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.paymentViewService.getApportionPaymentDetails(payment.reference).subscribe(\n paymentGroup => {\n paymentGroup.payments = paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(payment.reference));\n if(payment.over_payment > 0) {\n this.viewStatus = '';\n this.payment = payment;\n this.paymentGroupList = paymentGroup;\n this.viewCompStatus = 'overpayment';\n } else {\n this.viewStatus = 'issuerefund';\n this.viewCompStatus = '';\n this.paymentFees = paymentGroup.fees;\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n },\n (error: any) => this.errorMessage = error\n );\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 return payment.issue_refund && payment.refund_enable\n } else {\n return false;\n }\n }\n\n chkIsAddRefundBtnEnable(remission: IRemission): boolean {\n if (remission !== null && remission !== undefined) {\n return remission.add_refund;\n } else {\n return false;\n }\n }\n\n chkIsAddRemissionBtnEnable(fee: IFee): boolean {\n if (fee !== null && fee !== undefined) {\n return fee.add_remission && fee.remission_enable;\n } else {\n return false\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 selectPymentOption(paymentType: string) {\n this.paymentType = paymentType;\n this.isContinueBtnDisabled = false;\n }\n goToPaymentViewComp() {\n this.viewCompStatus = '';\n this.viewStatus = 'paymentview';\n }\n continuePayment(paymentgrp: IPaymentGroup) {\n \n if (this.paymentType === 'op') {\n this.isFullyRefund = false\n this.viewStatus = '';\n this.viewCompStatus = 'overPaymentAddressCapture';\n } else if(this.paymentType === 'fp') {\n this.isFullyRefund = true\n this.paymentGroupList = 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 getContactDetails(obj:IRefundContactDetails) {\n this.contactDetailsObj = obj;\n this.viewStatus = '';\n this.viewCompStatus = 'overpaymentcheckandanswer';\n this.notificationPreview = false;\n }\n gotoPaymentSelectPage(event: Event) {\n event.preventDefault();\n this.viewStatus = '';\n this.viewCompStatus = 'overpayment';\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.viewStatus = '';\n this.viewCompStatus = 'overPaymentAddressCapture';\n }\n processRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n const obj = this.paymentGroupList.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: this.getOverPaymentValue() }];\n const requestBody = new PostRefundRetroRemission(this.contactDetailsObj,this.fees, this.paymentGroupList.payments[0].reference, 'RR037', \n this.getOverPaymentValue(), 'op');\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\n getOverPaymentValue() {\n let feesOverPayment = 0;\n this.paymentGroupList.fees.forEach(fee => {\n feesOverPayment += fee.over_payment;\n });\n return feesOverPayment > 0 ? feesOverPayment : this.paymentGroupList.payments[0].over_payment;\n\n }\n\n getTemplateInstructionType(payment: IPayment) {\n\n if (payment == undefined || payment == null) {\n return 'Template';\n }\n return this.notificationService.getNotificationInstructionType(payment.channel, payment.method);\n }\n\n showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = false;\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 { IPayment } from './IPayment';\nimport { IRefundContactDetails } from './IRefundContactDetails';\n\nexport class NotificationPreviewRequest {\n notification_type?: string;\n payment_channel?: string;\n payment_method?: string;\n payment_reference?: string;\n personalisation?: {\n ccd_case_number?: string;\n refund_amount?: number;\n refund_reason?: string;\n refund_reference?: string;\n }\n recipient_email_address?: string;\n recipient_postal_address?: {\n address_line?: string;\n city?: string;\n county?: string;\n country?: string;\n postal_code?: string;\n }\n service_name?: string;\n\n constructor(payment: IPayment, contactDetails: IRefundContactDetails, refund_reason: string, refund_amount: number, refund_reference: string, payment_reference: string) {\n \n if (contactDetails !== undefined && contactDetails !== null) {\n this.notification_type = contactDetails.notification_type.toUpperCase();\n }\n\n if (payment !== undefined && payment !== null) {\n this.payment_reference = payment.reference;\n this.payment_method = payment.method;\n this.payment_channel = payment.channel;\n this.service_name = payment.service_name;\n } else {\n this.payment_reference = payment_reference;\n }\n\n this.personalisation = {\n ccd_case_number: (payment !== undefined && payment !== null) ? payment.ccd_case_number : '',\n refund_reason: refund_reason,\n refund_amount: refund_amount,\n refund_reference: refund_reference\n };\n\n if (this.notification_type === \"EMAIL\") {\n this.recipient_email_address = contactDetails.email;\n this.recipient_postal_address = null;\n } else if (this.notification_type === \"LETTER\") {\n this.recipient_postal_address = {\n address_line: contactDetails.address_line,\n city: contactDetails.city,\n county: contactDetails.county,\n country: contactDetails.country,\n postal_code: contactDetails.postal_code\n };\n this.recipient_email_address = null;\n }\n\n }\n}","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { INotificationPreview } from '../../interfaces/INotificationPreview';\nimport { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';\nimport { NotificationPreviewRequest } from '../../interfaces/NotificationPreviewRequest';\nimport { NotificationService } from '../../services/notification/notification.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport { Output, EventEmitter } from '@angular/core';\n\n@Component({\n selector: 'app-notification-preview',\n templateUrl: './notification-preview.component.html',\n styleUrls: ['./notification-preview.component.scss']\n})\nexport class NotificationPreviewComponent implements OnInit {\n @Input() payment: IPayment;\n @Input() contactDetails: IRefundContactDetails;\n @Input() refundReason: string;\n @Input() refundAmount: number;\n @Input() paymentReference: string;\n @Input() refundReference: string;\n @Input() previewJourney: string;\n @Input() notificationSent: INotificationPreview;\n\n @Output() notificationPreviewEvent = new EventEmitter<INotificationPreview>();\n\n notification: INotificationPreview;\n notificationPreviewRequest: NotificationPreviewRequest;\n today: number = Date.now();\n errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n\n constructor(private errorHandlerService: ErrorHandlerService,\n private notificationService: NotificationService) { }\n\n ngOnInit() {\n\n console.log('Notification app started');\n\n console.log('preivew Journey: ' + this.previewJourney);\n\n if (this.previewJourney != undefined && this.previewJourney != null && this.previewJourney === 'Notifications sent') {\n\n console.log('notification sent' + JSON.stringify(this.notificationSent));\n this.notification = this.notificationSent;\n\n if (this.notification.template_type === 'letter') {\n this.notification.body = this.notification.body.replace(/\\r\\n/g, '<br/>');\n }\n } else {\n\n const notficationPreviewRequestBody = new NotificationPreviewRequest(this.payment, this.contactDetails,\n this.refundReason, this.refundAmount, this.refundReference, this.paymentReference);\n\n this.notificationService.getNotificationPreview(notficationPreviewRequestBody).subscribe(\n res => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n\n const JsonResponse = JSON.parse(res);\n this.notification = JsonResponse['data'];\n\n if (this.notification.template_type === 'letter') {\n this.notification.body = this.notification.body.replace(/\\r\\n/g, '<br/>');\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n console.log(this.errorMessage);\n }\n );\n\n this.notificationPreviewEvent.emit(this.notification);\n\n }\n\n console.log('Notification app loaded');\n }\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';\nimport { NotificationPreviewComponent } from './components/notification-preview/notification-preview.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 NotificationPreviewComponent\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","isFromPayBubble","unProcessedPayment","orderPendingPayments","ErrorHandlerService","handleError","err","errorMessage","error","Error","message","status","undefined","JSON","parse","statusCode","messsage","stringify","_throw","getServerErrorMessage","isErrorExist","isDataNotExist","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","downloadFailureReport","getBSfeature","getSiteID","getPartyDetails","caseNumber","postRefundsReason","postPaymentGroupWithRetroRemissions","postRefundRetroRemission","getPaymentFailure","NotificationService","getRefundNotification","reference","getAddressByPostcode","postcode","getNotificationPreview","getNotificationInstructionType","paymentChannel","PostRefundRetroRemission","contact_details","fees","payment_reference","refund_reason","total_refund_amount","is_over_payment","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","serviceReference","viewStatus","paymentViewService","paymentGroup","paymentAllocation","fee","isRemissionsMatch","remissions","rem","fee_code","code","push","paymentFees","filter","paymentGroupObj","includes","payment_allocation","isStatusAllocated","allocation_status","res","payment_failure_list","reverse","allPaymentsFailure","payment_failure_initiated","payment_failure_closed","e","errorMsg","defineProperty","method","channel","goToPaymentList","getOverPaymentValue","feesOverPayment","over_payment","goToServiceRequestPage","SERVICEREQUEST","window","location","reload","goToCaseTransationPage","event","preventDefault","data","ISBSENABLE","resetOrderData","addRemission","chkIsAddRemissionBtnEnable","payment","isFromPaymentDetailPage","isRefundRemission","checkForFees","processRefund","obj","isConfirmationBtnDisabled","requestBody","id","version","apportion_amount","calculated_amount","updated_volume","volume","refund_amount","contactDetailsObj","response","viewCompStatus","refundReference","refund_reference","refundAmount","gotoAddressPage","note","notification","notification_type","addRefundForRemission","remission","remissionFeeAmt","net_amount","goToPaymentViewComponent","issueRefund","paymentgrp","chkIsIssueRefundBtnEnable","getRemissionByFeeCode","feeCode","remissions_1","tslib_1.__values","remissions_1_1","issue_refund","refund_enable","chkIsAddRefundBtnEnable","add_refund","add_remission","remission_enable","selectPymentOption","paymentType","isContinueBtnDisabled","continuePayment","isFullyRefund","gotoPaymentSelectPage","getContactDetails","notificationPreview","goToPaymentFailuePage","selectedPaymentsStatus","goBackToPaymentView","getTemplateInstructionType","notificationService","showNotificationPreview","hideNotificationPreview","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","getNotificationPreviewObj","notificationPreviewObj","processRefundSubmit","processRefundRequest","controls","resetForm","processFormError","errors","dirty","valid","reason","template_preview","from","from_email_address","from_mail_address","address_line","city","country","county","postal_code","html","template_id","subject","template_type","isSuccesspageEnable","successMsg","invalid","minlength","actualLength","maxlength","bodyTxt","loadRefundListPage","navigationpage","isRefundStatusView","loadRefundsHomePage","redirecttoRefundListPage","loadCaseTransactionPage","vals","field","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","goToCaseReview","router","navigate","relativeTo","activeRoute","paymentObj","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","ContactDetailsComponent","emailAddressForm","email","postCodeForm","manualAddressForm","addressl1","addressl2","townorcity","mpostcode","addressObj","setEditDetails","isEditOperationInRefundList","isEmailSAddressClicked","isPostcodeClicked","isManualAddressClicked","setValue","patchValue","selectContactOption","isLinkedClied","finalFormSubmit","fieldCtrls","emailField","assignContactDetailsInFefundsList","assignContactDetails","emit","postcodeValidation","str","postcodeField","refundsNotification","addressPostcodeList","isShowPickAddress","totalresults","postcodeAddress","isAddressBoxEmpty","addressLine","addressArray","ADDRESS","addressObject","POST_TOWN","LOCAL_CUSTODIAN_CODE_DESCRIPTION","POSTCODE","redirection","redirectToIssueRefund","val","isEmailEmpty","emailHasError","isPostcodeEmpty","postcodeHasError","isaddressLine1Empty","addressLine1HasError","addressLine2HasError","isTownOrCityEmpty","townOrCityHasError","isCountyEmpty","countyHasError","isMPostcodeEmpty","mpostcodeHasError","isCountryEmpty","Output","EventEmitter","PbaDetailsComponent","noop","ConsoleLoggerService","console","log","apply","CaseTransactionsService","getPaymentGroups","BulkScaningPaymentService","getBSPaymentsByCCD","getBSPaymentsByDCN","dcn","postBSAllocatePayment","paymentRef","postBSPaymentStrategic","postBSWoPGStrategic","patchBSChangeStatus","calculateOutStandingAmount","feesTotal","paymentsTotal","remissionsTotal","toUpperCase","amount","hwf_amount","removeUnwantedString","input","replaceText","CaseTransactionsComponent","serviceRequest","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","serviceRequestValue","isBulkScanEnable","toLocaleLowerCase","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","isFeeOverPaymentExist_1","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","isNewPaymentGroup_1","isFeeRecordsExist","grpOutstandingAmount","index","isHistoricGroupAvailable","getGroupOutstandingAmount","redirectToFeeSearchPage","navigateByUrl","chkForAddRemission","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","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","partUrl","cancelRemission","page","antennaReqBody","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","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","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","isEmptyCondtion","paymentReason","paymentExplanation","isOtherOptionSelected","isRemainingAmountGtZero","isRemainingAmountLtZero","userNameField","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","setPaymentFailureReportHeaders","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","isDateRangeMoreThanMonth","isDateRangeBetnWeek","isDateBetwnMonth","isStartDateLesthanEndDate","selectedreport","downloadReport","dataLossRptDefault","isDownLoadButtondisabled","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","toLowerCase","errorContent","loc","stDt","formatDate","enDt","now","timestamp","getTwodigit","getHours","getMinutes","getSeconds","getCamelCaseString","strDate","parts","fmt","multiDateFormater","dateStr","date","amt","Number","parseFloat","TableComponent","STATUS","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","isEliginbleToAccess","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","showNotificationSentView","notificationSentViewIndex","notificationSentView","hideNotificationSentView","isEditAddressDeatilsClicked","ServiceRequestComponent","isServiceRequest","goToServiceRquestComponent","paymentGroupList","goToPaymentViewComp","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","isPBAAccountHold","isCardPaymentSelected","cardPayment","isCardPaymentSuccess","paymentUrl","next_url","selectPaymentMethod","NotificationPreviewRequest","service_name","personalisation","NotificationPreviewComponent","notficationPreviewRequestBody","previewJourney","notificationSent","JsonResponse","notificationPreviewEvent","today","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/services/notification/notification.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/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/interfaces/NotificationPreviewRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/notification-preview/notification-preview.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\n [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\"\n [API_ROOT]=\"API_ROOT\"\n *ngIf=\"viewName === 'refundstatuslist'\"> </ccpay-refund-status >\n <ccpay-payment-view [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'payment-view'\"\n [isTurnOff]=\"ISTURNOFF\" [isTakePayment]=\"TAKEPAYMENT\" [caseType]=\"CASETYPE\"\n [ISPAYMENTSTATUSENABLED] = \"ISPAYMENTSTATUSENABLED\"\n ></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 ></ccpay-fee-summary>\n <ccpay-reports *ngIf=\"viewName === 'reports'\"\n [ISPAYMENTSTATUSENABLED] = \"ISPAYMENTSTATUSENABLED\"\n ></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('ISPAYMENTSTATUSENABLED') ISPAYMENTSTATUSENABLED: 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 isFromPayBubble: boolean = false;\n refundlistsource: any;\n viewName: string;\n isTurnOff: boolean;\n caseType: string;\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, isDataNotExist = false, error='') {\n const bodyContent = isDataNotExist ? error : 'Try again later';\n return {\n title: \"There is a problem with the service\",\n body: bodyContent,\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\n\n this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n if(paymentMethod == undefined || paymentMethod == null){\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }else{\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 }\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 downloadFailureReport(startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/payment-failures/failure-report?date_from=${startDate}&date_to=${endDate}`;\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 getPaymentFailure(paymentReference: string): Observable<any> {\n return this.https.get(`${this.paymentLibService.API_ROOT}/payment-failures/${paymentReference}`, {\n withCredentials: true\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 { IRefundsNotifications } from '../../interfaces/IRefundsNotifications';\nimport { NotificationPreviewRequest } from '../../interfaces/NotificationPreviewRequest';\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 getNotificationPreview(body: NotificationPreviewRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.NOTIFICATION_API_ROOT}/doc-preview`, body).pipe(\n catchError(this.errorHandlerService.handleError));\n }\n\n getNotificationInstructionType(paymentChannel: string, paymentMethod: string): any {\n if (paymentChannel === 'bulk scan' && paymentMethod === 'postal order') {\n return 'RefundWhenContacted';\n } else if (paymentChannel === 'bulk scan' && paymentMethod === 'cash') {\n return 'RefundWhenContacted';\n } else if (paymentChannel === 'online' && paymentMethod === 'card') {\n return 'SendRefund';\n } else if (paymentChannel === 'telephony' && paymentMethod === 'card') {\n return 'SendRefund';\n } else if (paymentChannel === 'online' && paymentMethod === 'payment by account') {\n return 'SendRefund';\n } else if (paymentChannel === 'bulk scan' && paymentMethod === 'cheque') {\n return 'SendRefund';\n }else {\n return 'Template'\n }\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 is_over_payment: boolean;\n contact_details: IRefundContactDetails\n \n constructor(contact_details:any,fees: any[], payment_reference : string,refund_reason:string, total_refund_amount : any, is_over_payment: string ) {\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 this.is_over_payment = is_over_payment === 'op';\n } \n}","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { NotificationService } from '../../services/notification/notification.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 { IPaymentFailure } from '../../interfaces/IPaymentFailure';\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})\n\nexport class PaymentViewComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() isTakePayment: boolean;\n @Input() caseType: boolean;\n @Input() orderRef: string;\n @Input() orderStatus: string;\n @Input() orderTotalPayments: number;\n @Input() payment: IPayment;\n @Input() LOGGEDINUSERROLES: string[];\n @Input() ISPAYMENTSTATUSENABLED: 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 errorMsg: string;\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 allPaymentsFailure: IPaymentFailure[] = [];\n selectedPaymentsStatus: IPaymentFailure;\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 notificationPreview: boolean;\n constructor(private paymentViewService: PaymentViewService,\n private notificationService: NotificationService,\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 this.paymentViewService.getPaymentFailure(this.paymentLibComponent.paymentReference).subscribe({\n next: (res) => {\n JSON.parse(res).payment_failure_list.reverse().forEach(payments => {\n\n this.allPaymentsFailure.push(payments.payment_failure_initiated);\n if(payments.payment_failure_closed) {\n this.allPaymentsFailure.push(payments.payment_failure_closed);\n }\n });\n this.allPaymentsFailure = this.allPaymentsFailure.reverse();\n },\n error: (e) => {\n this.allPaymentsFailure = [];\n this.errorMsg = \"Server 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 getOverPaymentValue() {\n let feesOverPayment = 0;\n this.paymentGroup.fees.forEach(fee => {\n feesOverPayment += fee.over_payment;\n });\n return feesOverPayment > 0 ? feesOverPayment : this.paymentGroup.payments[0].over_payment;\n\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: this.getOverPaymentValue() }];\n const requestBody = new PostRefundRetroRemission(this.contactDetailsObj,this.fees, this.paymentGroup.payments[0].reference, 'RR037', \n this.getOverPaymentValue(), 'op');\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.paymentViewService.getApportionPaymentDetails(payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(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 goToPaymentViewComponent() {\n this.viewCompStatus = '';\n this.viewStatus = 'paymentview';\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 return payment.issue_refund && payment.refund_enable\n } else {\n return false;\n }\n }\n\n chkIsAddRefundBtnEnable(remission: IRemission): boolean {\n if (remission !== null && remission !== undefined) {\n return remission.add_refund;\n } else {\n return false;\n }\n }\n\n chkIsAddRemissionBtnEnable(fee: IFee): boolean {\n if (fee !== null && fee !== undefined) {\n return fee.add_remission && fee.remission_enable;\n } else {\n return false\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 this.notificationPreview = false;\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 goToPaymentFailuePage(payment: any) {\n this.viewStatus = 'payment-failure';\n this.selectedPaymentsStatus = payment;\n }\n goBackToPaymentView(event: any) {\n event.preventDefault();\n this.viewStatus = 'paymentview';\n }\n\n getTemplateInstructionType(payment: IPayment) {\n\n if (payment == undefined || payment == null) {\n return 'Template';\n }\n return this.notificationService.getNotificationInstructionType(payment.channel, payment.method);\n }\n\n showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = false;\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 { IPayment } from '../../interfaces/IPayment';\nimport { IRefundRejectReason } from '../../interfaces/IRefundRejectReason';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { NotificationService } from '../../services/notification/notification.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { ActivatedRoute,Router } from '@angular/router';\nimport { INotificationPreview } from '../../interfaces/INotificationPreview';\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 paymentObj: IPayment;\n notificationPreview: boolean = false;\n notificationPreviewObj: INotificationPreview;\n constructor(private RefundsService: RefundsService,\n private paymentViewService: PaymentViewService,\n private formBuilder: FormBuilder,\n private OrderslistService: OrderslistService,\n private notificationService: NotificationService,\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\n getNotificationPreviewObj(notificationPreviewObj : INotificationPreview){\n this.notificationPreviewObj = notificationPreviewObj;\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 if (this.notificationPreviewObj) {\n processRefundRequest = {\n code: '',\n reason: '',\n template_preview: {\n body: this.notificationPreviewObj.body,\n from: {\n from_email_address: this.notificationPreviewObj.from.from_email_address,\n from_mail_address: {\n address_line: this.notificationPreviewObj.from.from_mail_address.address_line,\n city: this.notificationPreviewObj.from.from_mail_address.city,\n country: this.notificationPreviewObj.from.from_mail_address.country,\n county: this.notificationPreviewObj.from.from_mail_address.county,\n postal_code: this.notificationPreviewObj.from.from_mail_address.postal_code\n }\n },\n html: this.notificationPreviewObj.html,\n id: this.notificationPreviewObj.template_id,\n subject: this.notificationPreviewObj.subject,\n template_type: this.notificationPreviewObj.template_type,\n version: 0\n }\n };\n\n } else {\n processRefundRequest = {\n code: '',\n reason: ''\n };\n }\n } else if (controls.refundActionField.value === 'Reject') {\n status = 'REJECT';\n\n if (this.notificationPreviewObj) {\n processRefundRequest = {\n code: controls.refundRejectReasonField.value ? controls.refundRejectReasonField.value : '',\n reason: controls.refundRejectReasonField.value == 'RE005' ? controls.enterReasonField.value : '',\n template_preview: {\n body: this.notificationPreviewObj.body,\n from: {\n from_email_address: this.notificationPreviewObj.from.from_email_address,\n from_mail_address: {\n address_line: this.notificationPreviewObj.from.from_mail_address.address_line,\n city: this.notificationPreviewObj.from.from_mail_address.city,\n country: this.notificationPreviewObj.from.from_mail_address.country,\n county: this.notificationPreviewObj.from.from_mail_address.county,\n postal_code: this.notificationPreviewObj.from.from_mail_address.postal_code\n }\n },\n html: this.notificationPreviewObj.html,\n id: this.notificationPreviewObj.template_id,\n subject: this.notificationPreviewObj.subject,\n template_type: this.notificationPreviewObj.template_type,\n version: 0\n }\n };\n } else {\n processRefundRequest = {\n code: controls.refundRejectReasonField.value ? controls.refundRejectReasonField.value : '',\n reason: controls.refundRejectReasonField.value == 'RE005' ? controls.enterReasonField.value : ''\n };\n }\n\n \n } else if (controls.refundActionField.value === 'Return to caseworker') {\n status = 'SENDBACK';\n\n if (this.notificationPreviewObj) {\n processRefundRequest = {\n code: '',\n reason: controls.sendMeBackField.value,\n template_preview: {\n body: this.notificationPreviewObj.body,\n from: {\n from_email_address: this.notificationPreviewObj.from.from_email_address,\n from_mail_address: {\n address_line: this.notificationPreviewObj.from.from_mail_address.address_line,\n city: this.notificationPreviewObj.from.from_mail_address.city,\n country: this.notificationPreviewObj.from.from_mail_address.country,\n county: this.notificationPreviewObj.from.from_mail_address.county,\n postal_code: this.notificationPreviewObj.from.from_mail_address.postal_code\n }\n },\n html: this.notificationPreviewObj.html,\n id: this.notificationPreviewObj.template_id,\n subject: this.notificationPreviewObj.subject,\n template_type: this.notificationPreviewObj.template_type,\n version: 0\n }\n };\n } else {\n processRefundRequest = {\n code: '',\n reason: controls.sendMeBackField.value\n };\n\n }\n\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.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 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 const isPayBubble = this.paymentLibComponent.isFromPayBubble;\n if(isPayBubble) {\n this.loadCaseTransactionPage();\n } else {\n this.router.navigate([`/cases/case-details/${this.ccdCaseNumber}`], {relativeTo: this.activeRoute});\n }\n }\n\n getTemplateInstructionType(paymentReference: string) {\n\n if (paymentReference != undefined && paymentReference != null) {\n\n this.paymentViewService.getPaymentDetails(paymentReference).subscribe(\n payment => {\n console.log('Payment Object received: ' + JSON.stringify(payment));\n this.paymentObj = payment;\n return this.notificationService.getNotificationInstructionType(this.paymentObj.channel, this.paymentObj.method);\n },\n (error: any) => {\n return 'Template';\n })\n } else {\n return 'Template';\n }\n \n }\n\n showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = false;\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 { 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-Za-z]{1,2}[0-9]{1,2}[A-Za-z]{0,1} ?[0-9][A-Za-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-Za-z]{1,2}[0-9]{1,2}[A-Za-z]{0,1} ?[0-9][A-Za-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 this.resetForm([false,false,false,false,false,false,false,false,false,false,false,false,false,false,false], 'all');\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 = refundsNotification['data']['header'].totalresults > 0;\n if(!this.isShowPickAddress) {\n this.resetForm([false,false,false,true,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n }\n ),\n (error: any) => {\n this.isShowPickAddress = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n } else if (str === 'FS') {\n if(this.postcodeAddress !== undefined && this.postcodeAddress) {\n this.isAddressBoxEmpty = false;\n let addressLine=\"\";\n let addressArray = this.postcodeAddress.ADDRESS.split(\",\");\n for( let i=0; i<addressArray.length-2; i++ ) {\n addressLine +=addressArray[i]; \n }\n const addressObject = {\n address_line: addressLine,\n city: this.postcodeAddress.POST_TOWN,\n county: this.postcodeAddress.LOCAL_CUSTODIAN_CODE_DESCRIPTION,\n postal_code: this.postcodeAddress.POSTCODE,\n country: 'United Kingdom',\n notification_type: 'LETTER'\n };\n if(!this.isEditOperationInRefundList) {\n this.assignContactDetails.emit(addressObject);\n } else {\n this.assignContactDetailsInFefundsList.emit(addressObject);\n }\n } else {\n this.isAddressBoxEmpty = true;\n }\n }\n } else {\n if( postcodeField.value == '' ) {\n this.resetForm([false,false,true,false,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n if(postcodeField.value != '' && postcodeField.invalid ) {\n this.resetForm([false,false,false,true,false,false,false,false,false,false,false,false,false], 'postcode');\n }\n }\n }\n redirection(event:any) {\n this.redirectToIssueRefund.emit(event);\n }\n resetForm(val, field) {\n if(field==='email' || field==='all') {\n this.isEmailEmpty = val[0];\n this.emailHasError = val[1];\n }\n if(field==='postcode' || field==='all') {\n this.isPostcodeEmpty = val[2];\n this.postcodeHasError = val[3];\n }\n if(field==='address1' || field==='all') {\n this.isaddressLine1Empty = val[4];\n this.addressLine1HasError = val[5];\n }\n if(field==='address2' || field==='all') {\n this.addressLine2HasError = val[6];\n }\n if(field==='town' || field==='all') {\n this.isTownOrCityEmpty = val[7];\n this.townOrCityHasError = val[8];\n }\n if(field==='county' || field==='all') {\n this.isCountyEmpty = val[9];\n this.countyHasError = val[10];\n }\n if(field==='mpostcode' || field==='all') {\n this.isMPostcodeEmpty = val[11];\n this.mpostcodeHasError = val[12];\n }\n if(field==='country' || field==='all') {\n this.isCountryEmpty = val[13];\n }\n \n }\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-pba-details',\n templateUrl: './pba-details.component.html',\n styleUrls: ['./pba-details.component.css']\n})\nexport class PbaDetailsComponent implements OnInit {\n @Input() payment: IPayment;\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { Logger } from './logger.service';\n\nexport let isDebugMode = false;\n\nconst noop = (): any => undefined;\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConsoleLoggerService implements Logger {\n\n get info() {\n if (isDebugMode) {\n return console.info.bind(console);\n } else {\n return noop;\n }\n }\n\n get warn() {\n if (isDebugMode) {\n return console.warn.bind(console);\n } else {\n return noop;\n }\n }\n\n get error() {\n if (isDebugMode) {\n return console.error.bind(console);\n } else {\n return noop;\n }\n }\n\n invokeConsoleMethod(type: string, args?: any): void {\n const logFn: Function = (console)[type] || console.log || noop;\n logFn.apply(console, [args]);\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {LoggerService} from '../shared/logger/logger.service';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {catchError} from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CaseTransactionsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getPaymentGroups(ccdCaseNumber: string): Observable<IPaymentGroup[]> {\n this.logger.info('Case-transactions-service getPaymentGroups for: ', ccdCaseNumber);\n\n return this.http.get<IPaymentGroup[]>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/paymentgroups`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BulkScaningPaymentService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getBSPaymentsByCCD(ccdCaseNumber: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases/${ccdCaseNumber}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getBSPaymentsByDCN(dcn: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases?document_control_number=${dcn}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocatePayment(body: AllocatePaymentRequest, paymentRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentRef}/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPaymentStrategic(body: AllocatePaymentRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSWoPGStrategic(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n patchBSChangeStatus(dcnNumber: string, status: string): Observable<any> {\n return this.https.patch(`${this.paymentLibService.API_ROOT}/bulk-scan-payments/${dcnNumber}/status/${status}`, status).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n calculateOutStandingAmount(paymentGroup: IPaymentGroup): number {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n } \n return (feesTotal - remissionsTotal) - paymentsTotal;\n }\n\n removeUnwantedString(input: string, replaceText: string) {\n const pattern = /[\\_]/gi;\n return input.replace(pattern, replaceText);\n }\n\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n return this.https.get(`${this.paymentLibService.BULKSCAN_API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { Router } from '@angular/router';\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 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 isRefundRemission: boolean = true;\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 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 const serviceRequest = this.paymentLibComponent.SERVICEREQUEST;\n if ( serviceRequest !== undefined && serviceRequest.toString() === 'true' ) {\n this.serviceRequestValue = 'true';\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.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 const isFeeOverPaymentExist = this.overPaymentAmount === 0;\n paymentGroup.payments.forEach(payment => {\n if(isFeeOverPaymentExist) {\n this.overPaymentAmount = this.overPaymentAmount + payment.over_payment\n }\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 += `&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.paymentViewService.getApportionPaymentDetails(payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.paymentGroup.payments = paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj.reference === 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 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 (payment !== null && payment !== undefined) {\n return payment.issue_refund && payment.refund_enable\n } else {\n return false;\n }\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}\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\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\n this.platForm = 'Antenna';\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 if(paymentGroup.remissions) {\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 } else {\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\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\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 === '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('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 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.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\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.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, 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, false, '');\n this.paymentGroup = paymentGroup;\n this.saveAndContinue();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n );\n }else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, 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, false, '');\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, 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, false, '');\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, 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, 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, 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, false, '');\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, false, '');\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\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, 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, false, '');\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';\n\nimport { IPayment } from '../../interfaces/IPayment';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { NotificationService } from '../../services/notification/notification.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() 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 paymentObj: IPayment;\n notificationPreview: boolean;\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 notificationService : NotificationService,\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 !== undefined) ? 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.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe(\n paymentGroup => {\n this.fees = paymentGroup.fees;\n this.paymentReference = paymentGroup.payments[0].reference;\n },\n (error: any) => this.errorMessage = error\n );\n }\n\n }\n goToPaymentViewComponent() {\n this.paymentLibComponent.paymentMethod = this.payment.method;\n this.paymentLibComponent.paymentGroupReference = this.paymentGroupRef;\n this.paymentLibComponent.paymentReference = this.paymentReference;\n //this.PaymentViewComponent.viewCompStatus = 'overpayment';\n this.paymentLibComponent.viewName = 'payment-view';\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 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 this.notificationPreview = false;\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 this.notificationPreview = false;\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(isFullyRefund: any){\nif(isFullyRefund) {\n this.viewCompStatus = 'issuerefundpage1';\n this.getRefundReasons();\n} else {\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 this.notificationPreview = false;\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\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 ? obj.updated_volume : obj.volume,\n refund_amount:obj.refund_amount ? obj.refund_amount : this.totalRefundAmount }));\n \n \n const requestBody = new PostRefundRetroRemission(this.contactDetailsObj, this.fees,this.payment.reference, this.refundReason, \n this.totalRefundAmount, 'op');\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 this.notificationPreview = false;\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.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 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 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.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 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 showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = false;\n }\n\n getTemplateInstructionType(paymentReference: string, payment?: IPayment) {\n\n if (payment == undefined || payment == null || (paymentReference != undefined && paymentReference != null && payment.reference != paymentReference)) {\n this.paymentViewService.getPaymentDetails(paymentReference).subscribe(\n payment => {\n console.log('Payment Object received: ' + JSON.stringify(payment));\n this.paymentObj = payment;\n return this.notificationService.getNotificationInstructionType(this.paymentObj.channel, this.paymentObj.method);\n },\n (error: any) => {\n return 'Template ABC';\n })\n } else {\n return this.notificationService.getNotificationInstructionType(payment.channel, payment.method);\n }\n }\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 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 if(excelFileName.match('Payment failure')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['payment_reference','ccd_reference','org_id','service_name','failure_reference','failure_reason','disputed_amount','event_name','event_date','representment_status','representment_date','refund_reference','refund_amount','refund_date']});\n worksheet = this.setPaymentFailureReportHeaders(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 setPaymentFailureReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Payment reference\";\n worksheet.B1.v = \"CCD reference\";\n worksheet.C1.v = \"OrgID\";\n worksheet.D1.v = \"Service name\";\n worksheet.E1.v = \"Failure reference\";\n worksheet.F1.v = \"Failure reason\";\n worksheet.G1.v = \"Disputed amount\";\n worksheet.H1.v = \"Event name\";\n worksheet.I1.v = \"Event date\";\n worksheet.J1.v = \"Representment status\";\n worksheet.K1.v = \"Representment date\";\n worksheet.L1.v = \"Refund reference\";\n worksheet.M1.v = \"Refund amount\";\n worksheet.N1.v = \"Refund date\";\n return worksheet;\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, Input, 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';\nimport { FindValueSubscriber } from 'rxjs/internal/operators/find';\n\n@Component({\n selector: 'ccpay-reports',\n templateUrl: './reports.component.html',\n styleUrls: ['./reports.component.scss']\n})\nexport class ReportsComponent implements OnInit {\n @Input() ISPAYMENTSTATUSENABLED: string;\n fmt = 'dd/MM/yyyy';\n loc = 'en-US';\n reportsForm: FormGroup;\n startDate: string;\n endDate: string;\n errorMeaagse: string;\n ccdCaseNumber: string;\n isDownLoadButtondisabled:Boolean = false;\n isStartDateLesthanEndDate: Boolean = false;\n isDateBetwnMonth: Boolean = false;\n isDateRangeBetnWeek: Boolean = false;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false, 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 const isDateRangeMoreThanMonth = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 30;\n if(new Date(selectedStartDate) > new Date(selectedEndDate) && selectedEndDate !== ''){\n this.reportsForm.get('startDate').setValue('');\n this.isDateRangeBetnWeek = false;\n this.isDateBetwnMonth = false;\n this.isStartDateLesthanEndDate = true;\n } else if(reportName && reportName ==='SURPLUS_AND_SHORTFALL' && isDateRangeMoreThanWeek ) {\n this.isDateRangeBetnWeek = true;\n this.isDateBetwnMonth = false;\n this.isStartDateLesthanEndDate = false;\n } else if(reportName && reportName ==='PAYMENT_FAILURE_EVENT' && isDateRangeMoreThanMonth ) {\n this.isDateRangeBetnWeek = false;\n this.isDateBetwnMonth = true;\n this.isStartDateLesthanEndDate = false;\n } else {\n this.isDateBetwnMonth = false;\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, 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, false, '');\n })\n\n } else if(selectedReportName === 'PAYMENT_FAILURE_EVENT') {\n\n this.paymentViewService.downloadFailureReport(selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n const result = {data: JSON.parse(response)['payment_failure_report_list']};\n let res = {data: this.applyDateFormat(result)};\n if (result['data'].length > 0) {\n for ( var i=0; i< res['data'].length; i++) {\n if (res['data'][i][\"disputed_amount\"] !== undefined) {\n res['data'][i]['disputed_amount'] = this.convertToFloatValue(res['data'][i][\"disputed_amount\"]);\n }\n if (res['data'][i][\"representment_status\"] !== undefined) {\n res['data'][i]['representment_status'] = res['data'][i][\"representment_status\"].toLowerCase() === 'yes' ? 'Success' : 'Failure';\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n const errorContent = error.replace(/[^a-zA-Z ]/g, '').trim();\n const statusCode = error.replace(/[^a-zA-Z0-9 ]/g, '').trim().split(' ')[0];\n if(statusCode === '404') {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, true, errorContent);\n }else {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n })\n\n } else {\n this.bulkScaningPaymentService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, 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, false, '');\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 case 'PAYMENT_FAILURE_EVENT': { \n result = 'Payment failure event';\n break; \n }\n default: { \n result = selectedOption;\n break; \n } \n } \n return result;\n }\n applyDateFormat(res) {\n return res['data'].map(value => {\n if (value['date_banked']) {\n value['date_banked'] = formatDate(value['date_banked'], this.fmt, this.loc);\n }\n if (value['event_date'] && value['event_date'].indexOf(',') === -1) {\n value['event_date'] = formatDate(value['event_date'], this.fmt, this.loc);\n } else if (value['event_date'] && value['event_date'].indexOf(',') !== -1) {\n value['event_date'] = this.multiDateFormater(value['event_date'])\n }\n\n if (value['representment_date'] && value['representment_date'].indexOf(',') === -1) {\n value['representment_date'] = formatDate(value['representment_date'], this.fmt, this.loc);\n } else if (value['representment_date'] && value['representment_date'].indexOf(',') !== -1) {\n value['representment_date'] = this.multiDateFormater(value['representment_date'])\n }\n\n if (value['refund_date'] && value['refund_date'].indexOf(',') === -1) {\n value['refund_date'] = formatDate(value['refund_date'], this.fmt, this.loc);\n } else if (value['refund_date'] && value['refund_date'].indexOf(',') !== -1) {\n value['refund_date'] = this.multiDateFormater(value['refund_date'])\n }\n return value;\n });\n }\n multiDateFormater(dateStr) {\n return dateStr.split(',').map((date) => formatDate(date, this.fmt, this.loc)).join(',');\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 } 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('API_ROOT') API_ROOT: string;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: boolean;\n @Input() orderParty: string;\n @Input() isEliginbleToAccess: boolean;\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 paymentObj: IPayment;\n notificationSentViewIndex: number = -1;\n notificationPreview: boolean = false;\n notificationSentView: boolean = false;\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 if(this.isEliginbleToAccess) {\n this.refundService.getRefundStatusList(this.ccdCaseNumber).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n } else {\n this.rejectedRefundList = [];\n }\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 isFromPayBubble = (): boolean => { \n return this.API_ROOT === 'api/payment-history';\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.notificationPreview = false;\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.notificationPreview = false;\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 this.notificationPreview = false;\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 event.preventDefault();\n this.viewName = 'refundstatuslist';\n }\n\n goToRefundProcessComponent(refundReference: string, refundList: IRefundList) {\n this.paymentLibComponent.refundlistsource = refundList;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.isFromPayBubble = true;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n\n getTemplateInstructionType(paymentReference: string) {\n\n if (paymentReference != undefined && paymentReference != null) {\n\n this.paymentViewService.getPaymentDetails(paymentReference).subscribe(\n payment => {\n console.log('Payment Object received: ' + JSON.stringify(payment));\n this.paymentObj = payment;\n return this.notificationService.getNotificationInstructionType(this.paymentObj.channel, this.paymentObj.method);\n },\n (error: any) => {\n return 'Template';\n })\n } else {\n return 'Template';\n }\n }\n\n showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = false;\n }\n\n showNotificationSentView(index: number): void {\n this.notificationSentViewIndex = index;\n this.notificationSentView = true;\n }\n\n hideNotificationSentView(): void {\n this.notificationSentViewIndex = -1;\n this.notificationSentView = false;\n }\n\n}\n","import { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { Component, Input, OnInit, Output, EventEmitter, ChangeDetectorRef } 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 { NotificationService } from '../../services/notification/notification.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\n\n@Component({\n selector: 'ccpay-service-request',\n templateUrl: './service-request.component.html',\n styleUrls: ['./service-request.component.scss']\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('paymentGroupList') paymentGroupList: IPaymentGroup;\n @Input('takePayment') takePayment: boolean;\n @Input('ccdCaseNumber') ccdCaseNumber: boolean;\n @Input(\"isServiceRequest\") isServiceRequest: string;\n @Output() goToServiceRquestComponent: EventEmitter<any> = new EventEmitter();\n\n viewCompStatus;\n servicerequest: string;\n paymentType: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n paymentFees: IFee[];\n fees: any;\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 isRefundRemission: boolean = true;\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 isConfirmationBtnDisabled: boolean;\n refundReference: string;\n refundAmount: string;\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n cpoDetails: any = null;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n isFromPaymentDetailPage: boolean;\n contactDetailsObj: IRefundContactDetails\n notification: any;\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 isContinueBtnDisabled: boolean = true;\n isFullyRefund: boolean;\n notificationPreview: boolean;\n\n constructor(\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService,\n private notificationService: NotificationService,\n private cd: ChangeDetectorRef,\n private router: Router) { }\n\n ngOnInit() {\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\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\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 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.paymentLibComponent.isFromServiceRequestPage = true;\n this.paymentViewService.getApportionPaymentDetails(payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj.reference === 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 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.paymentViewService.getApportionPaymentDetails(payment.reference).subscribe(\n paymentGroup => {\n paymentGroup.payments = paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(payment.reference));\n if(payment.over_payment > 0) {\n this.viewStatus = '';\n this.payment = payment;\n this.paymentGroupList = paymentGroup;\n this.viewCompStatus = 'overpayment';\n } else {\n this.viewStatus = 'issuerefund';\n this.viewCompStatus = '';\n this.paymentFees = paymentGroup.fees;\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n },\n (error: any) => this.errorMessage = error\n );\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 return payment.issue_refund && payment.refund_enable\n } else {\n return false;\n }\n }\n\n chkIsAddRefundBtnEnable(remission: IRemission): boolean {\n if (remission !== null && remission !== undefined) {\n return remission.add_refund;\n } else {\n return false;\n }\n }\n\n chkIsAddRemissionBtnEnable(fee: IFee): boolean {\n if (fee !== null && fee !== undefined) {\n return fee.add_remission && fee.remission_enable;\n } else {\n return false\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 selectPymentOption(paymentType: string) {\n this.paymentType = paymentType;\n this.isContinueBtnDisabled = false;\n }\n goToPaymentViewComp() {\n this.viewCompStatus = '';\n this.viewStatus = 'paymentview';\n }\n continuePayment(paymentgrp: IPaymentGroup) {\n \n if (this.paymentType === 'op') {\n this.isFullyRefund = false\n this.viewStatus = '';\n this.viewCompStatus = 'overPaymentAddressCapture';\n } else if(this.paymentType === 'fp') {\n this.isFullyRefund = true\n this.paymentGroupList = 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 getContactDetails(obj:IRefundContactDetails) {\n this.contactDetailsObj = obj;\n this.viewStatus = '';\n this.viewCompStatus = 'overpaymentcheckandanswer';\n this.notificationPreview = false;\n }\n gotoPaymentSelectPage(event: Event) {\n event.preventDefault();\n this.viewStatus = '';\n this.viewCompStatus = 'overpayment';\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.viewStatus = '';\n this.viewCompStatus = 'overPaymentAddressCapture';\n }\n processRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n const obj = this.paymentGroupList.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: this.getOverPaymentValue() }];\n const requestBody = new PostRefundRetroRemission(this.contactDetailsObj,this.fees, this.paymentGroupList.payments[0].reference, 'RR037', \n this.getOverPaymentValue(), 'op');\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\n getOverPaymentValue() {\n let feesOverPayment = 0;\n this.paymentGroupList.fees.forEach(fee => {\n feesOverPayment += fee.over_payment;\n });\n return feesOverPayment > 0 ? feesOverPayment : this.paymentGroupList.payments[0].over_payment;\n\n }\n\n getTemplateInstructionType(payment: IPayment) {\n\n if (payment == undefined || payment == null) {\n return 'Template';\n }\n return this.notificationService.getNotificationInstructionType(payment.channel, payment.method);\n }\n\n showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = false;\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 { IPayment } from './IPayment';\nimport { IRefundContactDetails } from './IRefundContactDetails';\n\nexport class NotificationPreviewRequest {\n notification_type?: string;\n payment_channel?: string;\n payment_method?: string;\n payment_reference?: string;\n personalisation?: {\n ccd_case_number?: string;\n refund_amount?: number;\n refund_reason?: string;\n refund_reference?: string;\n }\n recipient_email_address?: string;\n recipient_postal_address?: {\n address_line?: string;\n city?: string;\n county?: string;\n country?: string;\n postal_code?: string;\n }\n service_name?: string;\n\n constructor(payment: IPayment, contactDetails: IRefundContactDetails, refund_reason: string, refund_amount: number, refund_reference: string, payment_reference: string) {\n \n if (contactDetails !== undefined && contactDetails !== null) {\n this.notification_type = contactDetails.notification_type.toUpperCase();\n }\n\n if (payment !== undefined && payment !== null) {\n this.payment_reference = payment.reference;\n this.payment_method = payment.method;\n this.payment_channel = payment.channel;\n this.service_name = payment.service_name;\n } else {\n this.payment_reference = payment_reference;\n }\n\n this.personalisation = {\n ccd_case_number: (payment !== undefined && payment !== null) ? payment.ccd_case_number : '',\n refund_reason: refund_reason,\n refund_amount: refund_amount,\n refund_reference: refund_reference\n };\n\n if (this.notification_type === \"EMAIL\") {\n this.recipient_email_address = contactDetails.email;\n this.recipient_postal_address = null;\n } else if (this.notification_type === \"LETTER\") {\n this.recipient_postal_address = {\n address_line: contactDetails.address_line,\n city: contactDetails.city,\n county: contactDetails.county,\n country: contactDetails.country,\n postal_code: contactDetails.postal_code\n };\n this.recipient_email_address = null;\n }\n\n }\n}","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { INotificationPreview } from '../../interfaces/INotificationPreview';\nimport { IRefundContactDetails } from '../../interfaces/IRefundContactDetails';\nimport { NotificationPreviewRequest } from '../../interfaces/NotificationPreviewRequest';\nimport { NotificationService } from '../../services/notification/notification.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport { Output, EventEmitter } from '@angular/core';\n\n@Component({\n selector: 'app-notification-preview',\n templateUrl: './notification-preview.component.html',\n styleUrls: ['./notification-preview.component.scss']\n})\nexport class NotificationPreviewComponent implements OnInit {\n @Input() payment: IPayment;\n @Input() contactDetails: IRefundContactDetails;\n @Input() refundReason: string;\n @Input() refundAmount: number;\n @Input() paymentReference: string;\n @Input() refundReference: string;\n @Input() previewJourney: string;\n @Input() notificationSent: INotificationPreview;\n\n @Output() notificationPreviewEvent = new EventEmitter<INotificationPreview>();\n\n notification: INotificationPreview;\n notificationPreviewRequest: NotificationPreviewRequest;\n today: number = Date.now();\n errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n\n constructor(private errorHandlerService: ErrorHandlerService,\n private notificationService: NotificationService) { }\n\n ngOnInit() {\n\n console.log('Notification app started');\n\n console.log('preivew Journey: ' + this.previewJourney);\n\n if (this.previewJourney != undefined && this.previewJourney != null && this.previewJourney === 'Notifications sent') {\n\n console.log('notification sent' + JSON.stringify(this.notificationSent));\n this.notification = this.notificationSent;\n\n if (this.notification.template_type === 'letter') {\n this.notification.body = this.notification.body.replace(/\\r\\n/g, '<br/>');\n }\n } else {\n\n const notficationPreviewRequestBody = new NotificationPreviewRequest(this.payment, this.contactDetails,\n this.refundReason, this.refundAmount, this.refundReference, this.paymentReference);\n\n this.notificationService.getNotificationPreview(notficationPreviewRequestBody).subscribe(\n res => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n\n const JsonResponse = JSON.parse(res);\n this.notification = JsonResponse['data'];\n\n if (this.notification.template_type === 'letter') {\n this.notification.body = this.notification.body.replace(/\\r\\n/g, '<br/>');\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n console.log(this.errorMessage);\n }\n );\n\n this.notificationPreviewEvent.emit(this.notification);\n\n }\n\n console.log('Notification app loaded');\n }\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';\nimport { NotificationPreviewComponent } from './components/notification-preview/notification-preview.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 NotificationPreviewComponent\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","isFromPayBubble","unProcessedPayment","orderPendingPayments","ErrorHandlerService","handleError","err","errorMessage","error","Error","message","status","undefined","JSON","parse","statusCode","messsage","stringify","_throw","getServerErrorMessage","isErrorExist","isDataNotExist","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","downloadFailureReport","getBSfeature","getSiteID","getPartyDetails","caseNumber","postRefundsReason","postPaymentGroupWithRetroRemissions","postRefundRetroRemission","getPaymentFailure","NotificationService","getRefundNotification","reference","getAddressByPostcode","postcode","getNotificationPreview","getNotificationInstructionType","paymentChannel","PostRefundRetroRemission","contact_details","fees","payment_reference","refund_reason","total_refund_amount","is_over_payment","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","serviceReference","viewStatus","paymentViewService","paymentGroup","paymentAllocation","fee","isRemissionsMatch","remissions","rem","fee_code","code","push","paymentFees","filter","paymentGroupObj","includes","payment_allocation","isStatusAllocated","allocation_status","res","payment_failure_list","reverse","allPaymentsFailure","payment_failure_initiated","payment_failure_closed","e","errorMsg","defineProperty","method","channel","goToPaymentList","getOverPaymentValue","feesOverPayment","over_payment","goToServiceRequestPage","SERVICEREQUEST","window","location","reload","goToCaseTransationPage","event","preventDefault","data","ISBSENABLE","resetOrderData","addRemission","chkIsAddRemissionBtnEnable","payment","isFromPaymentDetailPage","isRefundRemission","checkForFees","processRefund","obj","isConfirmationBtnDisabled","requestBody","id","version","apportion_amount","calculated_amount","updated_volume","volume","refund_amount","contactDetailsObj","response","viewCompStatus","refundReference","refund_reference","refundAmount","gotoAddressPage","note","notification","notification_type","addRefundForRemission","remission","remissionFeeAmt","net_amount","goToPaymentViewComponent","issueRefund","paymentgrp","chkIsIssueRefundBtnEnable","getRemissionByFeeCode","feeCode","remissions_1","tslib_1.__values","remissions_1_1","issue_refund","refund_enable","chkIsAddRefundBtnEnable","add_refund","add_remission","remission_enable","selectPymentOption","paymentType","isContinueBtnDisabled","continuePayment","isFullyRefund","gotoPaymentSelectPage","getContactDetails","notificationPreview","goToPaymentFailuePage","selectedPaymentsStatus","goBackToPaymentView","getTemplateInstructionType","notificationService","showNotificationPreview","hideNotificationPreview","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","getNotificationPreviewObj","notificationPreviewObj","processRefundSubmit","processRefundRequest","controls","resetForm","processFormError","errors","dirty","valid","reason","template_preview","from","from_email_address","from_mail_address","address_line","city","country","county","postal_code","html","template_id","subject","template_type","isSuccesspageEnable","successMsg","invalid","minlength","actualLength","maxlength","bodyTxt","loadRefundListPage","navigationpage","isRefundStatusView","loadRefundsHomePage","redirecttoRefundListPage","loadCaseTransactionPage","vals","field","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","goToCaseReview","router","navigate","relativeTo","activeRoute","console","log","paymentObj","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","ContactDetailsComponent","emailAddressForm","email","postCodeForm","manualAddressForm","addressl1","addressl2","townorcity","mpostcode","addressObj","setEditDetails","isEditOperationInRefundList","isEmailSAddressClicked","isPostcodeClicked","isManualAddressClicked","setValue","patchValue","selectContactOption","isLinkedClied","finalFormSubmit","fieldCtrls","emailField","assignContactDetailsInFefundsList","assignContactDetails","emit","postcodeValidation","str","postcodeField","refundsNotification","addressPostcodeList","isShowPickAddress","totalresults","postcodeAddress","isAddressBoxEmpty","addressLine","addressArray","ADDRESS","addressObject","POST_TOWN","LOCAL_CUSTODIAN_CODE_DESCRIPTION","POSTCODE","redirection","redirectToIssueRefund","val","isEmailEmpty","emailHasError","isPostcodeEmpty","postcodeHasError","isaddressLine1Empty","addressLine1HasError","addressLine2HasError","isTownOrCityEmpty","townOrCityHasError","isCountyEmpty","countyHasError","isMPostcodeEmpty","mpostcodeHasError","isCountryEmpty","Output","EventEmitter","PbaDetailsComponent","noop","ConsoleLoggerService","apply","CaseTransactionsService","getPaymentGroups","BulkScaningPaymentService","getBSPaymentsByCCD","getBSPaymentsByDCN","dcn","postBSAllocatePayment","paymentRef","postBSPaymentStrategic","postBSWoPGStrategic","patchBSChangeStatus","calculateOutStandingAmount","feesTotal","paymentsTotal","remissionsTotal","toUpperCase","amount","hwf_amount","removeUnwantedString","input","replaceText","CaseTransactionsComponent","serviceRequest","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","serviceRequestValue","isBulkScanEnable","toLocaleLowerCase","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","isFeeOverPaymentExist_1","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","isNewPaymentGroup_1","isFeeRecordsExist","grpOutstandingAmount","index","isHistoricGroupAvailable","getGroupOutstandingAmount","redirectToFeeSearchPage","navigateByUrl","chkForAddRemission","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","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","partUrl","cancelRemission","page","antennaReqBody","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","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","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","isEmptyCondtion","paymentReason","paymentExplanation","isOtherOptionSelected","isRemainingAmountGtZero","isRemainingAmountLtZero","userNameField","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","setPaymentFailureReportHeaders","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","isDateRangeMoreThanMonth","isDateRangeBetnWeek","isDateBetwnMonth","isStartDateLesthanEndDate","selectedreport","downloadReport","dataLossRptDefault","isDownLoadButtondisabled","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","toLowerCase","errorContent","loc","stDt","formatDate","enDt","now","timestamp","getTwodigit","getHours","getMinutes","getSeconds","getCamelCaseString","strDate","parts","fmt","multiDateFormater","dateStr","date","amt","Number","parseFloat","TableComponent","STATUS","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","isEliginbleToAccess","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","showNotificationSentView","notificationSentViewIndex","notificationSentView","hideNotificationSentView","isEditAddressDeatilsClicked","ServiceRequestComponent","isServiceRequest","goToServiceRquestComponent","paymentGroupList","goToPaymentViewComp","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","isPBAAccountHold","isCardPaymentSelected","cardPayment","isCardPaymentSuccess","paymentUrl","next_url","selectPaymentMethod","NotificationPreviewRequest","service_name","personalisation","NotificationPreviewComponent","notficationPreviewRequestBody","previewJourney","notificationSent","JsonResponse","notificationPreviewEvent","today","NgModule","imports","CommonModule","HttpClientModule","FormsModule","ReactiveFormsModule","MatTableModule","MatPaginatorModule","MatSortModule","MatFormFieldModule","MatInputModule","declarations","exports","providers","provide","useClass","PaymentLibModule"],"mappings":"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"}