@hmcts/ccpay-web-component 5.0.7-beta32 → 5.0.7-beta34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"sources":["ng://@hmcts/ccpay-web-component/lib/payment-lib.service.ts","ng://@hmcts/ccpay-web-component/lib/services/orderslist.service.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/error-handler.service.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-list/payment-list.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-list/payment-list.component.ts","node_modules/tslib/tslib.es6.js","ng://@hmcts/ccpay-web-component/lib/services/shared/httpclient/webcomponent.http.client.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-view/payment-view.service.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-view/payment-view.component.ts","ng://@hmcts/ccpay-web-component/lib/services/refunds/refunds.service.ts","ng://@hmcts/ccpay-web-component/lib/components/process-refund/process-refund.component.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-list/refund-list.component.ts","ng://@hmcts/ccpay-web-component/lib/services/card-details/card-details.service.ts","ng://@hmcts/ccpay-web-component/lib/components/card-details/card-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/page-not-found.component.ts","ng://@hmcts/ccpay-web-component/lib/services/status-history/status-history.service.ts","ng://@hmcts/ccpay-web-component/lib/components/status-history/status-history.component.ts","ng://@hmcts/ccpay-web-component/lib/services/notification/notification.service.ts","ng://@hmcts/ccpay-web-component/lib/components/contact-details/contact-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-details/pba-details.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/console-logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/case-transactions/case-transactions.service.ts","ng://@hmcts/ccpay-web-component/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts","ng://@hmcts/ccpay-web-component/lib/components/case-transactions/case-transactions.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PaymentToPayhubRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PayhubAntennaRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/fee-summary/fee-summary.component.ts","ng://@hmcts/ccpay-web-component/lib/components/error-banner/error-banner.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnidentifiedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AllocatePaymentRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnsolicitedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/components/unprocessed-payments/unprocessed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/components/processed-payments/processed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IAllocationPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/allocate-payments/allocate-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRetroRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostIssueRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/components/add-remission/add-remission.component.ts","ng://@hmcts/ccpay-web-component/lib/pipes/ccd-hyphens.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/capitalize.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/key-value.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/sanitize-html.pipe.ts","ng://@hmcts/ccpay-web-component/lib/services/xl-file/xl-file.service.ts","ng://@hmcts/ccpay-web-component/lib/components/reports/reports.component.ts","ng://@hmcts/ccpay-web-component/lib/components/table/table.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IPutNotificationRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IResubmitRefundRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-status/refund-status.component.ts","ng://@hmcts/ccpay-web-component/lib/components/service-request/service-request.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestCardPayment.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestPbaPayment.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-payment/pba-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/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 this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getPaymentGroupDetails(paymentGroupReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentGroupReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getApportionPaymentDetails(paymentReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/fee-pay-apportion/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getPBAaccountDetails(): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/pba-accounts`;\n return this.http.get(url, { withCredentials: true }).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postWays2PayCardPayment(serviceRef: string, body: IserviceRequestCardPayment): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/card-payments`;\n const rurl = this.paymentLibService.CARDPAYMENTRETURNURL.replace('.prod', '');\n body['return-url'] = `${rurl}/payment`;\n return this.https.post(url, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n \n postPBAaccountPayment(serviceRef: string, body: IserviceRequestPbaPayment): Observable<any> {\n let randomKey = 'idam-key-' + Math.random().toString().split('.').join('-');\n body['idempotency_key'] = randomKey; \n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/pba-payments`;\n return this.https.post(url, body);\n }\n\n postBSPayments(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnidentifiedPayments(body: UnidentifiedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnsolicitedPayments(body: UnsolicitedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocationPayments(body: IAllocationPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentGroupWithRemissions(paymentGroupReference: string, feeId: number, body: AddRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/remissions`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n deleteFeeFromPaymentGroup(feeId: number): Observable<any> {\n this.logger.info('Payment-view-service deleteFeeFromPaymentGroup for: ', feeId);\n return this.https.delete(`${this.paymentLibService.API_ROOT}/fees/${feeId}`).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postPaymentToPayHub(body: PaymentToPayhubRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentAntennaToPayHub(body: PayhubAntennaRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/telephony-card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n 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 { 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 { 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 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 }\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 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 { IRefundRejectReason } from '../../interfaces/IRefundRejectReason';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { ActivatedRoute,Router } from '@angular/router';\n\n@Component({\n selector: 'ccpay-process-refund',\n templateUrl: './process-refund.component.html',\n styleUrls: ['./process-refund.component.css']\n})\nexport class ProcessRefundComponent implements OnInit {\n @Input() refundReference: string;\n @Input() refundlistsource: IRefundList;\n\n processRefundForm: FormGroup;\n\n errorMessage = this.getErrorMessage(false, '', '', '');\n sendmeback: string = null;\n viewStatus: string;\n refundActionList: IRefundAction[] = []; \n refundRejectReasonList: IRefundRejectReason[] = []; \n isSendMeBackClicked: boolean = false;\n isRejectClicked: boolean = false;\n isOtherClicked: boolean = false;\n isSuccesspageEnable: boolean = false;\n\n refundActionsHasError: boolean = false;\n refundRejectReasonHasError: boolean = false;\n isReasonFieldEmpty: boolean = false;\n isReasonFieldInvalid: boolean = false;\n reasonFieldMinHasError: boolean = false;\n reasonFieldMaxHasError: boolean = false;\n isReasonEmpty: boolean = false;\n isReasonInvalid: boolean = false;\n successMsg: string = null;\n navigationpage: string;\n ccdCaseNumber: string;\n isFromRefundListPage: boolean;\n cpoDetails:any = null;\n isCPODown: boolean;\n isConfirmButtondisabled: boolean = true;\n constructor(private RefundsService: RefundsService,\n private paymentViewService: PaymentViewService,\n private formBuilder: FormBuilder,\n private OrderslistService: OrderslistService,\n private paymentLibComponent: PaymentLibComponent,\n private router: Router,\n private activeRoute: ActivatedRoute) {\n }\n\n ngOnInit() {\n this.viewStatus = 'RefundProcess';\n this.RefundsService.getRefundActions(this.refundReference).subscribe(\n refundActionList => {\n this.refundActionList = <any>refundActionList;\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n this.processRefundForm = this.formBuilder.group({\n refundActionField: new FormControl('', Validators.compose([\n Validators.required\n ])),\n refundRejectReasonField: new FormControl('', Validators.compose([\n Validators.required\n ])),\n sendMeBackField: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$'),\n\n ])),\n enterReasonField: new FormControl('', Validators.compose([\n Validators.required,\n Validators.maxLength(30),\n Validators.pattern('^([a-zA-Z0-9.\\\\s]*)$'),\n ])),\n });\n this.ccdCaseNumber = this.refundlistsource.ccd_case_number;\n\n if((typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') || (typeof this.paymentLibComponent.TAKEPAYMENT === 'boolean' && !this.paymentLibComponent.TAKEPAYMENT) ) {\n this.isFromRefundListPage = true;\n }\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.isCPODown = true;\n }\n );\n }\n \n checkRefundActions(code: string) {\n this.refundActionsHasError = false;\n this.isReasonFieldEmpty = false;\n this.isReasonEmpty = false;\n this.isReasonInvalid = false;\n this.refundRejectReasonHasError = false;\n if(code === 'Return to caseworker') {\n this.isConfirmButtondisabled = true;\n this.isSendMeBackClicked = true;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Approve') {\n this.isSendMeBackClicked = false;\n this.isConfirmButtondisabled = false;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Reject') {\n this.isRejectClicked = true;\n this.isSendMeBackClicked = false;\n this.isOtherClicked = false;\n this.RefundsService.getRefundRejectReasons().subscribe(\n refundRejectReasonList => {\n this.refundRejectReasonList = <any>refundRejectReasonList;\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else if (code === 'RE005') {\n this.isOtherClicked = true;\n } else if (code !== 'RE005') {\n this.isOtherClicked = false;\n }\n }\n processRefundSubmit() {\n let processRefundRequest;\n let status;\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n const controls = this.processRefundForm.controls;\n const processFormError = controls.sendMeBackField.errors;\n\n if (this.processRefundForm.dirty && controls.refundActionField.valid \n && (controls.refundActionField.value == 'Approve'\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.valid && controls.refundRejectReasonField.value != 'RE005')\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005' && controls.enterReasonField.valid)\n || (controls.refundActionField.value == 'Return to caseworker' && controls.sendMeBackField.valid))) {\n if (controls.refundActionField.value === 'Approve'){\n status = 'APPROVE';\n processRefundRequest = {\n code:'',\n reason: ''\n };\n } else if (controls.refundActionField.value === 'Reject') {\n status = 'REJECT';\n\n processRefundRequest = {\n code: controls.refundRejectReasonField.value ? controls.refundRejectReasonField.value : '',\n reason: controls.refundRejectReasonField.value == 'RE005' ? controls.enterReasonField.value : ''\n };\n } else if (controls.refundActionField.value === 'Return to caseworker') {\n status = 'SENDBACK';\n\n processRefundRequest = {\n code: '',\n reason: controls.sendMeBackField.value\n };\n }\n this.RefundsService.patchRefundActions(processRefundRequest, this.refundReference, status).subscribe(\n response => {\n this.isSuccesspageEnable = true;\n // this.successMsg = JSON.parse(response)['data'];\n this.successMsg = response.replace(/['\"]+/g, '');\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else {\n if(controls.refundActionField.value == \"\") {\n this.resetForm([true, false, false, false, false, false, false, false], 'action');\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == \"\") {\n this.resetForm([false, true, false, false, false, false, false, false], 'rejectReason');\n }\n if(controls.refundActionField.value == 'Return to caseworker') {\n if(controls.sendMeBackField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'addAreason');\n }\n if(controls.sendMeBackField.value != '' && controls.sendMeBackField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.minlength && processFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.maxlength && processFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'addAreason');\n }\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005') {\n if(controls.enterReasonField.value === \"\") {\n this.resetForm([false, false, false, false, false, false, true, false], 'enterReason');\n }\n if(controls.enterReasonField.value!== \"\" && controls.enterReasonField.invalid) {\n this.resetForm([false, false, false, false, false, false, false, true], 'enterReason');\n }\n }\n }\n\n }\n getErrorMessage(isErrorExist, status, errorMsg, err) {\n let bodyTxt = 'Please try again later';\n if (status !== 500) {\n if (errorMsg !== undefined) {\n bodyTxt = errorMsg;\n } else {\n bodyTxt = err;\n }\n \n }\n return {\n title: 'Something went wrong',\n body: bodyTxt,\n showError: isErrorExist\n };\n }\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n // // this.OrderslistService.setnavigationPage('casetransactions');\n // // this.OrderslistService.setisFromServiceRequestPage(false);\n // // this.paymentLibComponent.VIEW ='case-transactions';\n // // this.paymentLibComponent.viewName = 'case-transactions';\n // // this.paymentLibComponent.ISBSENABLE = true;\n // // this.paymentLibComponent.isRefundStatusView = false;\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n } else {\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n }\n }\n loadRefundsHomePage() {\n if(typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') {\n //window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.VIEW ='case-transactions';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n }\n }\n redirecttoRefundListPage() {\n if((typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') || (typeof this.paymentLibComponent.TAKEPAYMENT === 'boolean' && !this.paymentLibComponent.TAKEPAYMENT) ) {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.loadRefundListPage();\n }\n }\n loadCaseTransactionPage() {\n this.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","import {Component, OnInit, Input} from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundList } from '../../interfaces/IRefundList';\n\n@Component({\n selector: 'ccpay-refund-list',\n templateUrl: './refund-list.component.html',\n styleUrls: ['./refund-list.component.css']\n})\nexport class RefundListComponent implements OnInit {\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL:string;\n\n constructor(private refundService: RefundsService) {\n }\n\n tableApprovalHeader: string;\n tableRejectedHeader: string;\n submittedRefundList: IRefundList[] = [];\n rejectedRefundList: IRefundList[] = [];\n // approvalStatus = 'Sent for approval';\n // rejectStatus = 'Update required';\n approvalStatus = 'Sent for approval';\n rejectStatus = 'Update required';\n errorMessage = null;\n isApproveTableVisible:boolean;\n isRejectTableVisible:boolean;\n dropdownvalue: string;\n isAuthorized: boolean = true;\n userLst\n ngOnInit() {\n \n this.userLst = this.LOGGEDINUSERROLES;\n\n \n if(this.LOGGEDINUSERROLES.some(i =>i.includes('payments-refund-approver'))){\n this.isAuthorized = true;\n } else {\n this.isApproveTableVisible = false;\n this.isAuthorized = false;\n }\n\n \n this.tableApprovalHeader = 'Refunds to be approved';\n this.tableRejectedHeader = 'Refunds returned to caseworker';\n\n if(this.isAuthorized) {\n this.refundService.getRefundList(this.approvalStatus,true).subscribe(\n refundList => {\n this.submittedRefundList = refundList['refund_list'];\n this.isApproveTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n this.refundService.getRefundList(this.rejectStatus,false).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n this.isRejectTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n\n }\n \n}","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {Observable} from 'rxjs/internal/Observable';\n\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CardDetailsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getCardDetails(paymentReference: string): Observable<ICardDetails> {\n this.logger.info('Card-detail-service getCardDetails for: ', paymentReference);\n\n return this.http.get<ICardDetails>(`${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/details`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { CardDetailsService } from '../../services/card-details/card-details.service';\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-card-details',\n templateUrl: './card-details.component.html',\n styleUrls: ['./card-details.component.css']\n})\nexport class CardDetailsComponent implements OnInit {\n pageTitle: string = 'Card details';\n cardDetails: ICardDetails;\n paymentReference: string;\n errorMessage: string;\n\n constructor(private cardDetailsService: CardDetailsService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.cardDetailsService.getCardDetails(this.paymentLibComponent.paymentReference).subscribe(\n cardDetails => this.cardDetails = cardDetails,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n get getPaymentReference(): string {\n return this.paymentReference;\n }\n\n}\n","import { Component } from '@angular/core';\n\n@Component({\n template: `\n <h1>This is not the page you were looking for!</h1>\n `\n})\nexport class PageNotFoundComponent { }\n","import { Injectable } from '@angular/core';\nimport { PaymentLibService } from '../../payment-lib.service';\nimport { HttpClient } from '@angular/common/http';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class StatusHistoryService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentStatusesByReference(paymentReference: string, paymentMethod: string): Observable<IStatusHistories> {\n this.logger.info('Status-history-service getPaymentStatusesByReference for: ', paymentReference);\n\n return this.http.get<IStatusHistories>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/statuses` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}/statuses`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { StatusHistoryService } from '../../services/status-history/status-history.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-payment-statuses',\n templateUrl: './status-history.component.html',\n styleUrls: ['./status-history.component.css']\n})\nexport class StatusHistoryComponent implements OnInit {\n @Input() isTakePayment: boolean;\n pageTitle: string = 'Payment status history';\n statuses: IStatusHistories;\n errorMessage: string;\n\n constructor(private statusHistoryService: StatusHistoryService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.statusHistoryService.getPaymentStatusesByReference(this.paymentLibComponent.paymentReference, this.paymentLibComponent.paymentMethod).subscribe(\n statuses => this.statuses = statuses,\n (error: any) => this.errorMessage = <any>error.replace(/\"/g,\"\")\n );\n \n }\n\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IRefundsNotifications } from '../../interfaces/IRefundsNotifications';\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","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 { 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 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 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 return;\n }\n this.viewCompStatus = '';\n this.viewStatus = 'contactDetailsPage';\n }\n\n } else {\n this.displayRefundReason = this.selectedRefundReason;\n if(this.isFromCheckAnsPage) {\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.refund_amount * c.selected, 0);\n this.isFromCheckAnsPage = false;\n this.viewStatus = 'checkissuerefundpage';\n this.viewCompStatus = '';\n return;\n }\n if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n } else {\n this.viewCompStatus = '';\n this.viewStatus = 'contactDetailsPage';\n }\n\n }\n }\n\n gotoIssueRefundPage() {\n this.errorMessage = '';\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n this.isRefundRemission = true;\n this.errorMessage = false;\n this.errorMsg = [];\n this.refundHasError = false;\n this.isReasonEmpty = false;\n }\n\n gotoIssuePage(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 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 }\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}\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 notificationPreview: boolean;\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.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n getRefundAmount(amount: number) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n if (amount > 0) {\n this.changedAmount = amount;\n // this.refundlist.amount = amount;\n }\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n getRefundFees(fees: IFee[])\n {\n this.fees = fees;\n this.refundFees = this.fees.map(obj => ({ fee_id: obj.id, code: obj.code, version:obj.version, volume: obj.volume,refund_amount:obj.refund_amount }));\n }\n\n gotoReviewRefundConfirmationPage() {\n // if (this.oldRefundReason === this.refundlist.reason) {\n // this.refundCode = '';\n // }\n if (this.refundFees === undefined) {\n this.refundFees = this.refundlist['refund_fees'];\n }\n this.refundCode = this.refundlist.code;\n const resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount, this.refundlist.contact_details, this.refundFees);\n this.refundService.patchResubmitRefund(resubmitRequest, this.refundlist.refund_reference).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.refundReference = JSON.parse(response).refund_reference;\n this.refundAmount = JSON.parse(response).refund_amount;\n this.viewName = 'reviewrefundconfirmationpage';\n }\n },\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n }\n\n gotoEditAddressDetails(note: IRefundsNotifications) {\n this.notification = note;\n this.isEditDetailsClicked = true;\n this.viewName = 'refundEditView'\n }\n getContactDetails(obj:IRefundContactDetails) {\n this.addressDetails = obj;\n this.viewName = 'revieweditdetailsconfirmationpage';\n }\n getContactDetailsForRefundList(obj:IRefundContactDetails) {\n this.refundlist.contact_details = obj;\n this.isEditDetailsClicked = false;\n this.isRefundBtnDisabled = false;\n this.viewName = 'reviewandsubmitview';\n }\n gotoEditDetailsPage(note?: any) {\n if(note) {\n this.notification = { contact_details: note, notification_type: note.notification_type };\n }\n this.isEditDetailsClicked = true;\n this.viewName = 'refundEditView'\n }\n submitEditDetail() {\n this.isResendOperationSuccess = false;\n const contactDetails = this.addressDetails.notification_type === 'EMAIL' ? this.addressDetails.email :\n {\n address_line: this.addressDetails.address_line,\n city: this.addressDetails.city,\n county: this.addressDetails.county,\n country: this.addressDetails.country,\n postal_code: this.addressDetails.postal_code,\n };\n const resendRequest = new IPutNotificationRequest(contactDetails, this.addressDetails.notification_type);\n\n this.refundService.putResendOrEdit(resendRequest, this.refundlist.refund_reference, this.addressDetails.notification_type).subscribe(\n (response) => {\n this.isResendOperationSuccess = response;\n },\n (error: any) => {\n this.isResendOperationSuccess = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n }\n putResend(notification: IRefundsNotifications) {\n this.isResendOperationSuccess = false;\n const contactDetails = notification.notification_type === 'EMAIL' ? notification.contact_details.email :\n {\n address_line :notification.contact_details.address_line,\n city: notification.contact_details.city,\n county: notification.contact_details.county,\n country: notification.contact_details.country,\n postal_code: notification.contact_details.postal_code,\n };\n const resendRequest = new IPutNotificationRequest(contactDetails, notification.notification_type);\n\n this.refundService.putResendOrEdit(resendRequest, this.refundlist.refund_reference, notification.notification_type).subscribe(\n (response) => {\n this.isResendOperationSuccess = response;\n },\n (error: any) => {\n this.isResendOperationSuccess = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n\n }\n gotoCasetransationPageCancelBtnClicked(Event: Event) {\n 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 showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = 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 { 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 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 }\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 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) {\n this.notification_type = contactDetails.notification_type.toUpperCase();\n }\n this.payment_method = payment.method;\n this.payment_channel = payment.channel;\n if (payment) {\n this.payment_reference = payment.reference;\n } else {\n this.payment_reference = payment_reference;\n }\n\n this.personalisation = {\n ccd_case_number: payment.ccd_case_number,\n refund_reason: refund_reason,\n refund_amount: refund_amount,\n refund_reference: refund_reference\n };\n\n this.personalisation.ccd_case_number = payment.ccd_case_number;\n this.personalisation.refund_reason = refund_reason;\n this.personalisation.refund_amount = refund_amount;\n this.personalisation.refund_reference = refund_reference;\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 this.service_name = payment.service_name;\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';\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\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 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 console.log(\"2.\" + JsonResponse);\n this.notification = JsonResponse['data'];\n console.log(\"3.\" + this.notification);\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 window.scrollTo(0, 0);\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","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","reference","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","goToPaymentFailuePage","selectedPaymentsStatus","goBackToPaymentView","showNotificationPreview","notificationPreview","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","processRefundSubmit","processRefundRequest","controls","resetForm","processFormError","errors","dirty","valid","reason","isSuccesspageEnable","successMsg","invalid","minlength","actualLength","maxlength","bodyTxt","loadRefundListPage","navigationpage","isRefundStatusView","loadRefundsHomePage","redirecttoRefundListPage","loadCaseTransactionPage","vals","field","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","goToCaseReview","router","navigate","relativeTo","activeRoute","FormBuilder","Router","ActivatedRoute","sendmeback","RefundListComponent","userLst","some","isAuthorized","isApproveTableVisible","tableApprovalHeader","tableRejectedHeader","refundService","approvalStatus","submittedRefundList","rejectStatus","rejectedRefundList","isRejectTableVisible","CardDetailsService","getCardDetails","CardDetailsComponent","cardDetailsService","cardDetails","pageTitle","PageNotFoundComponent","StatusHistoryService","getPaymentStatusesByReference","StatusHistoryComponent","statusHistoryService","statuses","NotificationService","getRefundNotification","getAddressByPostcode","postcode","getNotificationPreview","ContactDetailsComponent","emailAddressForm","email","postCodeForm","manualAddressForm","addressl1","addressl2","townorcity","county","mpostcode","country","addressObj","setEditDetails","isEditOperationInRefundList","isEmailSAddressClicked","isPostcodeClicked","isManualAddressClicked","setValue","patchValue","address_line","city","postal_code","selectContactOption","isLinkedClied","finalFormSubmit","fieldCtrls","emailField","assignContactDetailsInFefundsList","assignContactDetails","emit","postcodeValidation","str","postcodeField","notificationService","refundsNotification","addressPostcodeList","isShowPickAddress","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","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","personalisation","service_name","NotificationPreviewComponent","notficationPreviewRequestBody","JsonResponse","template_type","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/interfaces/PostRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-view/payment-view.component.ts","ng://@hmcts/ccpay-web-component/lib/services/refunds/refunds.service.ts","ng://@hmcts/ccpay-web-component/lib/components/process-refund/process-refund.component.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-list/refund-list.component.ts","ng://@hmcts/ccpay-web-component/lib/services/card-details/card-details.service.ts","ng://@hmcts/ccpay-web-component/lib/components/card-details/card-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/page-not-found.component.ts","ng://@hmcts/ccpay-web-component/lib/services/status-history/status-history.service.ts","ng://@hmcts/ccpay-web-component/lib/components/status-history/status-history.component.ts","ng://@hmcts/ccpay-web-component/lib/services/notification/notification.service.ts","ng://@hmcts/ccpay-web-component/lib/components/contact-details/contact-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-details/pba-details.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/console-logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/case-transactions/case-transactions.service.ts","ng://@hmcts/ccpay-web-component/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts","ng://@hmcts/ccpay-web-component/lib/components/case-transactions/case-transactions.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PaymentToPayhubRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PayhubAntennaRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/fee-summary/fee-summary.component.ts","ng://@hmcts/ccpay-web-component/lib/components/error-banner/error-banner.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnidentifiedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AllocatePaymentRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnsolicitedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/components/unprocessed-payments/unprocessed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/components/processed-payments/processed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IAllocationPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/allocate-payments/allocate-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRetroRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostIssueRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/components/add-remission/add-remission.component.ts","ng://@hmcts/ccpay-web-component/lib/pipes/ccd-hyphens.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/capitalize.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/key-value.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/sanitize-html.pipe.ts","ng://@hmcts/ccpay-web-component/lib/services/xl-file/xl-file.service.ts","ng://@hmcts/ccpay-web-component/lib/components/reports/reports.component.ts","ng://@hmcts/ccpay-web-component/lib/components/table/table.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IPutNotificationRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IResubmitRefundRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-status/refund-status.component.ts","ng://@hmcts/ccpay-web-component/lib/components/service-request/service-request.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestCardPayment.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestPbaPayment.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-payment/pba-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/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 this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getPaymentGroupDetails(paymentGroupReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentGroupReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getApportionPaymentDetails(paymentReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/fee-pay-apportion/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getPBAaccountDetails(): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/pba-accounts`;\n return this.http.get(url, { withCredentials: true }).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postWays2PayCardPayment(serviceRef: string, body: IserviceRequestCardPayment): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/card-payments`;\n const rurl = this.paymentLibService.CARDPAYMENTRETURNURL.replace('.prod', '');\n body['return-url'] = `${rurl}/payment`;\n return this.https.post(url, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n \n postPBAaccountPayment(serviceRef: string, body: IserviceRequestPbaPayment): Observable<any> {\n let randomKey = 'idam-key-' + Math.random().toString().split('.').join('-');\n body['idempotency_key'] = randomKey; \n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/pba-payments`;\n return this.https.post(url, body);\n }\n\n postBSPayments(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnidentifiedPayments(body: UnidentifiedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnsolicitedPayments(body: UnsolicitedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocationPayments(body: IAllocationPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentGroupWithRemissions(paymentGroupReference: string, feeId: number, body: AddRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/remissions`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n deleteFeeFromPaymentGroup(feeId: number): Observable<any> {\n this.logger.info('Payment-view-service deleteFeeFromPaymentGroup for: ', feeId);\n return this.https.delete(`${this.paymentLibService.API_ROOT}/fees/${feeId}`).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postPaymentToPayHub(body: PaymentToPayhubRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentAntennaToPayHub(body: PayhubAntennaRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/telephony-card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n 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 { 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 { 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 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 }\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 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 { IRefundRejectReason } from '../../interfaces/IRefundRejectReason';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { ActivatedRoute,Router } from '@angular/router';\n\n@Component({\n selector: 'ccpay-process-refund',\n templateUrl: './process-refund.component.html',\n styleUrls: ['./process-refund.component.css']\n})\nexport class ProcessRefundComponent implements OnInit {\n @Input() refundReference: string;\n @Input() refundlistsource: IRefundList;\n\n processRefundForm: FormGroup;\n\n errorMessage = this.getErrorMessage(false, '', '', '');\n sendmeback: string = null;\n viewStatus: string;\n refundActionList: IRefundAction[] = []; \n refundRejectReasonList: IRefundRejectReason[] = []; \n isSendMeBackClicked: boolean = false;\n isRejectClicked: boolean = false;\n isOtherClicked: boolean = false;\n isSuccesspageEnable: boolean = false;\n\n refundActionsHasError: boolean = false;\n refundRejectReasonHasError: boolean = false;\n isReasonFieldEmpty: boolean = false;\n isReasonFieldInvalid: boolean = false;\n reasonFieldMinHasError: boolean = false;\n reasonFieldMaxHasError: boolean = false;\n isReasonEmpty: boolean = false;\n isReasonInvalid: boolean = false;\n successMsg: string = null;\n navigationpage: string;\n ccdCaseNumber: string;\n isFromRefundListPage: boolean;\n cpoDetails:any = null;\n isCPODown: boolean;\n isConfirmButtondisabled: boolean = true;\n constructor(private RefundsService: RefundsService,\n private paymentViewService: PaymentViewService,\n private formBuilder: FormBuilder,\n private OrderslistService: OrderslistService,\n private paymentLibComponent: PaymentLibComponent,\n private router: Router,\n private activeRoute: ActivatedRoute) {\n }\n\n ngOnInit() {\n this.viewStatus = 'RefundProcess';\n this.RefundsService.getRefundActions(this.refundReference).subscribe(\n refundActionList => {\n this.refundActionList = <any>refundActionList;\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n this.processRefundForm = this.formBuilder.group({\n refundActionField: new FormControl('', Validators.compose([\n Validators.required\n ])),\n refundRejectReasonField: new FormControl('', Validators.compose([\n Validators.required\n ])),\n sendMeBackField: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$'),\n\n ])),\n enterReasonField: new FormControl('', Validators.compose([\n Validators.required,\n Validators.maxLength(30),\n Validators.pattern('^([a-zA-Z0-9.\\\\s]*)$'),\n ])),\n });\n this.ccdCaseNumber = this.refundlistsource.ccd_case_number;\n\n if((typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') || (typeof this.paymentLibComponent.TAKEPAYMENT === 'boolean' && !this.paymentLibComponent.TAKEPAYMENT) ) {\n this.isFromRefundListPage = true;\n }\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.isCPODown = true;\n }\n );\n }\n \n checkRefundActions(code: string) {\n this.refundActionsHasError = false;\n this.isReasonFieldEmpty = false;\n this.isReasonEmpty = false;\n this.isReasonInvalid = false;\n this.refundRejectReasonHasError = false;\n if(code === 'Return to caseworker') {\n this.isConfirmButtondisabled = true;\n this.isSendMeBackClicked = true;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Approve') {\n this.isSendMeBackClicked = false;\n this.isConfirmButtondisabled = false;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Reject') {\n this.isRejectClicked = true;\n this.isSendMeBackClicked = false;\n this.isOtherClicked = false;\n this.RefundsService.getRefundRejectReasons().subscribe(\n refundRejectReasonList => {\n this.refundRejectReasonList = <any>refundRejectReasonList;\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else if (code === 'RE005') {\n this.isOtherClicked = true;\n } else if (code !== 'RE005') {\n this.isOtherClicked = false;\n }\n }\n processRefundSubmit() {\n let processRefundRequest;\n let status;\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n const controls = this.processRefundForm.controls;\n const processFormError = controls.sendMeBackField.errors;\n\n if (this.processRefundForm.dirty && controls.refundActionField.valid \n && (controls.refundActionField.value == 'Approve'\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.valid && controls.refundRejectReasonField.value != 'RE005')\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005' && controls.enterReasonField.valid)\n || (controls.refundActionField.value == 'Return to caseworker' && controls.sendMeBackField.valid))) {\n if (controls.refundActionField.value === 'Approve'){\n status = 'APPROVE';\n processRefundRequest = {\n code:'',\n reason: ''\n };\n } else if (controls.refundActionField.value === 'Reject') {\n status = 'REJECT';\n\n processRefundRequest = {\n code: controls.refundRejectReasonField.value ? controls.refundRejectReasonField.value : '',\n reason: controls.refundRejectReasonField.value == 'RE005' ? controls.enterReasonField.value : ''\n };\n } else if (controls.refundActionField.value === 'Return to caseworker') {\n status = 'SENDBACK';\n\n processRefundRequest = {\n code: '',\n reason: controls.sendMeBackField.value\n };\n }\n this.RefundsService.patchRefundActions(processRefundRequest, this.refundReference, status).subscribe(\n response => {\n this.isSuccesspageEnable = true;\n // this.successMsg = JSON.parse(response)['data'];\n this.successMsg = response.replace(/['\"]+/g, '');\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else {\n if(controls.refundActionField.value == \"\") {\n this.resetForm([true, false, false, false, false, false, false, false], 'action');\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == \"\") {\n this.resetForm([false, true, false, false, false, false, false, false], 'rejectReason');\n }\n if(controls.refundActionField.value == 'Return to caseworker') {\n if(controls.sendMeBackField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'addAreason');\n }\n if(controls.sendMeBackField.value != '' && controls.sendMeBackField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.minlength && processFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.maxlength && processFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'addAreason');\n }\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005') {\n if(controls.enterReasonField.value === \"\") {\n this.resetForm([false, false, false, false, false, false, true, false], 'enterReason');\n }\n if(controls.enterReasonField.value!== \"\" && controls.enterReasonField.invalid) {\n this.resetForm([false, false, false, false, false, false, false, true], 'enterReason');\n }\n }\n }\n\n }\n getErrorMessage(isErrorExist, status, errorMsg, err) {\n let bodyTxt = 'Please try again later';\n if (status !== 500) {\n if (errorMsg !== undefined) {\n bodyTxt = errorMsg;\n } else {\n bodyTxt = err;\n }\n \n }\n return {\n title: 'Something went wrong',\n body: bodyTxt,\n showError: isErrorExist\n };\n }\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n // // this.OrderslistService.setnavigationPage('casetransactions');\n // // this.OrderslistService.setisFromServiceRequestPage(false);\n // // this.paymentLibComponent.VIEW ='case-transactions';\n // // this.paymentLibComponent.viewName = 'case-transactions';\n // // this.paymentLibComponent.ISBSENABLE = true;\n // // this.paymentLibComponent.isRefundStatusView = false;\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n } else {\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n }\n }\n loadRefundsHomePage() {\n if(typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') {\n //window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.VIEW ='case-transactions';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n }\n }\n redirecttoRefundListPage() {\n if((typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') || (typeof this.paymentLibComponent.TAKEPAYMENT === 'boolean' && !this.paymentLibComponent.TAKEPAYMENT) ) {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.loadRefundListPage();\n }\n }\n loadCaseTransactionPage() {\n this.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","import {Component, OnInit, Input} from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundList } from '../../interfaces/IRefundList';\n\n@Component({\n selector: 'ccpay-refund-list',\n templateUrl: './refund-list.component.html',\n styleUrls: ['./refund-list.component.css']\n})\nexport class RefundListComponent implements OnInit {\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL:string;\n\n constructor(private refundService: RefundsService) {\n }\n\n tableApprovalHeader: string;\n tableRejectedHeader: string;\n submittedRefundList: IRefundList[] = [];\n rejectedRefundList: IRefundList[] = [];\n // approvalStatus = 'Sent for approval';\n // rejectStatus = 'Update required';\n approvalStatus = 'Sent for approval';\n rejectStatus = 'Update required';\n errorMessage = null;\n isApproveTableVisible:boolean;\n isRejectTableVisible:boolean;\n dropdownvalue: string;\n isAuthorized: boolean = true;\n userLst\n ngOnInit() {\n \n this.userLst = this.LOGGEDINUSERROLES;\n\n \n if(this.LOGGEDINUSERROLES.some(i =>i.includes('payments-refund-approver'))){\n this.isAuthorized = true;\n } else {\n this.isApproveTableVisible = false;\n this.isAuthorized = false;\n }\n\n \n this.tableApprovalHeader = 'Refunds to be approved';\n this.tableRejectedHeader = 'Refunds returned to caseworker';\n\n if(this.isAuthorized) {\n this.refundService.getRefundList(this.approvalStatus,true).subscribe(\n refundList => {\n this.submittedRefundList = refundList['refund_list'];\n this.isApproveTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n this.refundService.getRefundList(this.rejectStatus,false).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n this.isRejectTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n\n }\n \n}","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {Observable} from 'rxjs/internal/Observable';\n\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CardDetailsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getCardDetails(paymentReference: string): Observable<ICardDetails> {\n this.logger.info('Card-detail-service getCardDetails for: ', paymentReference);\n\n return this.http.get<ICardDetails>(`${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/details`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { CardDetailsService } from '../../services/card-details/card-details.service';\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-card-details',\n templateUrl: './card-details.component.html',\n styleUrls: ['./card-details.component.css']\n})\nexport class CardDetailsComponent implements OnInit {\n pageTitle: string = 'Card details';\n cardDetails: ICardDetails;\n paymentReference: string;\n errorMessage: string;\n\n constructor(private cardDetailsService: CardDetailsService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.cardDetailsService.getCardDetails(this.paymentLibComponent.paymentReference).subscribe(\n cardDetails => this.cardDetails = cardDetails,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n get getPaymentReference(): string {\n return this.paymentReference;\n }\n\n}\n","import { Component } from '@angular/core';\n\n@Component({\n template: `\n <h1>This is not the page you were looking for!</h1>\n `\n})\nexport class PageNotFoundComponent { }\n","import { Injectable } from '@angular/core';\nimport { PaymentLibService } from '../../payment-lib.service';\nimport { HttpClient } from '@angular/common/http';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class StatusHistoryService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentStatusesByReference(paymentReference: string, paymentMethod: string): Observable<IStatusHistories> {\n this.logger.info('Status-history-service getPaymentStatusesByReference for: ', paymentReference);\n\n return this.http.get<IStatusHistories>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/statuses` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}/statuses`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { StatusHistoryService } from '../../services/status-history/status-history.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-payment-statuses',\n templateUrl: './status-history.component.html',\n styleUrls: ['./status-history.component.css']\n})\nexport class StatusHistoryComponent implements OnInit {\n @Input() isTakePayment: boolean;\n pageTitle: string = 'Payment status history';\n statuses: IStatusHistories;\n errorMessage: string;\n\n constructor(private statusHistoryService: StatusHistoryService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.statusHistoryService.getPaymentStatusesByReference(this.paymentLibComponent.paymentReference, this.paymentLibComponent.paymentMethod).subscribe(\n statuses => this.statuses = statuses,\n (error: any) => this.errorMessage = <any>error.replace(/\"/g,\"\")\n );\n \n }\n\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IRefundsNotifications } from '../../interfaces/IRefundsNotifications';\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","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 { 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 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 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 return;\n }\n this.viewCompStatus = '';\n this.viewStatus = 'contactDetailsPage';\n }\n\n } else {\n this.displayRefundReason = this.selectedRefundReason;\n if(this.isFromCheckAnsPage) {\n this.totalRefundAmount = this.remissionForm.value.feesList.reduce((a, c) => a + c.refund_amount * c.selected, 0);\n this.isFromCheckAnsPage = false;\n this.viewStatus = 'checkissuerefundpage';\n this.viewCompStatus = '';\n return;\n }\n if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n } else {\n this.viewCompStatus = '';\n this.viewStatus = 'contactDetailsPage';\n }\n\n }\n }\n\n gotoIssueRefundPage() {\n this.errorMessage = '';\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n this.isRefundRemission = true;\n this.errorMessage = false;\n this.errorMsg = [];\n this.refundHasError = false;\n this.isReasonEmpty = false;\n }\n\n gotoIssuePage(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 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 }\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}\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 notificationPreview: boolean;\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.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n getRefundAmount(amount: number) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n if (amount > 0) {\n this.changedAmount = amount;\n // this.refundlist.amount = amount;\n }\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n getRefundFees(fees: IFee[])\n {\n this.fees = fees;\n this.refundFees = this.fees.map(obj => ({ fee_id: obj.id, code: obj.code, version:obj.version, volume: obj.volume,refund_amount:obj.refund_amount }));\n }\n\n gotoReviewRefundConfirmationPage() {\n // if (this.oldRefundReason === this.refundlist.reason) {\n // this.refundCode = '';\n // }\n if (this.refundFees === undefined) {\n this.refundFees = this.refundlist['refund_fees'];\n }\n this.refundCode = this.refundlist.code;\n const resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount, this.refundlist.contact_details, this.refundFees);\n this.refundService.patchResubmitRefund(resubmitRequest, this.refundlist.refund_reference).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.refundReference = JSON.parse(response).refund_reference;\n this.refundAmount = JSON.parse(response).refund_amount;\n this.viewName = 'reviewrefundconfirmationpage';\n }\n },\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n }\n\n gotoEditAddressDetails(note: IRefundsNotifications) {\n this.notification = note;\n this.isEditDetailsClicked = true;\n this.viewName = 'refundEditView'\n }\n getContactDetails(obj:IRefundContactDetails) {\n this.addressDetails = obj;\n this.viewName = 'revieweditdetailsconfirmationpage';\n }\n getContactDetailsForRefundList(obj:IRefundContactDetails) {\n this.refundlist.contact_details = obj;\n this.isEditDetailsClicked = false;\n this.isRefundBtnDisabled = false;\n this.viewName = 'reviewandsubmitview';\n }\n gotoEditDetailsPage(note?: any) {\n if(note) {\n this.notification = { contact_details: note, notification_type: note.notification_type };\n }\n this.isEditDetailsClicked = true;\n this.viewName = 'refundEditView'\n }\n submitEditDetail() {\n this.isResendOperationSuccess = false;\n const contactDetails = this.addressDetails.notification_type === 'EMAIL' ? this.addressDetails.email :\n {\n address_line: this.addressDetails.address_line,\n city: this.addressDetails.city,\n county: this.addressDetails.county,\n country: this.addressDetails.country,\n postal_code: this.addressDetails.postal_code,\n };\n const resendRequest = new IPutNotificationRequest(contactDetails, this.addressDetails.notification_type);\n\n this.refundService.putResendOrEdit(resendRequest, this.refundlist.refund_reference, this.addressDetails.notification_type).subscribe(\n (response) => {\n this.isResendOperationSuccess = response;\n },\n (error: any) => {\n this.isResendOperationSuccess = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n }\n putResend(notification: IRefundsNotifications) {\n this.isResendOperationSuccess = false;\n const contactDetails = notification.notification_type === 'EMAIL' ? notification.contact_details.email :\n {\n address_line :notification.contact_details.address_line,\n city: notification.contact_details.city,\n county: notification.contact_details.county,\n country: notification.contact_details.country,\n postal_code: notification.contact_details.postal_code,\n };\n const resendRequest = new IPutNotificationRequest(contactDetails, notification.notification_type);\n\n this.refundService.putResendOrEdit(resendRequest, this.refundlist.refund_reference, notification.notification_type).subscribe(\n (response) => {\n this.isResendOperationSuccess = response;\n },\n (error: any) => {\n this.isResendOperationSuccess = false;\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n\n }\n gotoCasetransationPageCancelBtnClicked(Event: Event) {\n 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 showNotificationPreview(): void {\n this.notificationPreview = true;\n }\n\n hideNotificationPreview(): void {\n this.notificationPreview = 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 { 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 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 }\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 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) {\n this.notification_type = contactDetails.notification_type.toUpperCase();\n }\n this.payment_method = payment.method;\n this.payment_channel = payment.channel;\n if (payment) {\n this.payment_reference = payment.reference;\n } else {\n this.payment_reference = payment_reference;\n }\n\n this.personalisation = {\n ccd_case_number: payment.ccd_case_number,\n refund_reason: refund_reason,\n refund_amount: refund_amount,\n refund_reference: refund_reference\n };\n\n this.personalisation.ccd_case_number = payment.ccd_case_number;\n this.personalisation.refund_reason = refund_reason;\n this.personalisation.refund_amount = refund_amount;\n this.personalisation.refund_reference = refund_reference;\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 this.service_name = payment.service_name;\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';\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\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 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 console.log(\"2.\" + JsonResponse);\n this.notification = JsonResponse['data'];\n console.log(\"3.\" + this.notification);\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 window.scrollTo(0, 0);\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","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","reference","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","goToPaymentFailuePage","selectedPaymentsStatus","goBackToPaymentView","showNotificationPreview","notificationPreview","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","processRefundSubmit","processRefundRequest","controls","resetForm","processFormError","errors","dirty","valid","reason","isSuccesspageEnable","successMsg","invalid","minlength","actualLength","maxlength","bodyTxt","loadRefundListPage","navigationpage","isRefundStatusView","loadRefundsHomePage","redirecttoRefundListPage","loadCaseTransactionPage","vals","field","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","goToCaseReview","router","navigate","relativeTo","activeRoute","FormBuilder","Router","ActivatedRoute","sendmeback","RefundListComponent","userLst","some","isAuthorized","isApproveTableVisible","tableApprovalHeader","tableRejectedHeader","refundService","approvalStatus","submittedRefundList","rejectStatus","rejectedRefundList","isRejectTableVisible","CardDetailsService","getCardDetails","CardDetailsComponent","cardDetailsService","cardDetails","pageTitle","PageNotFoundComponent","StatusHistoryService","getPaymentStatusesByReference","StatusHistoryComponent","statusHistoryService","statuses","NotificationService","getRefundNotification","getAddressByPostcode","postcode","getNotificationPreview","ContactDetailsComponent","emailAddressForm","email","postCodeForm","manualAddressForm","addressl1","addressl2","townorcity","county","mpostcode","country","addressObj","setEditDetails","isEditOperationInRefundList","isEmailSAddressClicked","isPostcodeClicked","isManualAddressClicked","setValue","patchValue","address_line","city","postal_code","selectContactOption","isLinkedClied","finalFormSubmit","fieldCtrls","emailField","assignContactDetailsInFefundsList","assignContactDetails","emit","postcodeValidation","str","postcodeField","notificationService","refundsNotification","addressPostcodeList","isShowPickAddress","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","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","personalisation","service_name","NotificationPreviewComponent","notficationPreviewRequestBody","JsonResponse","template_type","today","NgModule","imports","CommonModule","HttpClientModule","FormsModule","ReactiveFormsModule","MatTableModule","MatPaginatorModule","MatSortModule","MatFormFieldModule","MatInputModule","declarations","exports","providers","provide","useClass","PaymentLibModule"],"mappings":"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"}