@hmcts/ccpay-web-component 5.0.4-beta06 → 5.0.4-beta09

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"sources":["ng://@hmcts/ccpay-web-component/lib/payment-lib.service.ts","ng://@hmcts/ccpay-web-component/lib/services/orderslist.service.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/error-handler.service.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-list/payment-list.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-list/payment-list.component.ts","node_modules/tslib/tslib.es6.js","ng://@hmcts/ccpay-web-component/lib/services/shared/httpclient/webcomponent.http.client.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-view/payment-view.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-view/payment-view.component.ts","ng://@hmcts/ccpay-web-component/lib/services/refunds/refunds.service.ts","ng://@hmcts/ccpay-web-component/lib/components/process-refund/process-refund.component.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-list/refund-list.component.ts","ng://@hmcts/ccpay-web-component/lib/services/card-details/card-details.service.ts","ng://@hmcts/ccpay-web-component/lib/components/card-details/card-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/page-not-found.component.ts","ng://@hmcts/ccpay-web-component/lib/services/status-history/status-history.service.ts","ng://@hmcts/ccpay-web-component/lib/components/status-history/status-history.component.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-details/pba-details.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/console-logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/case-transactions/case-transactions.service.ts","ng://@hmcts/ccpay-web-component/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts","ng://@hmcts/ccpay-web-component/lib/components/case-transactions/case-transactions.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PaymentToPayhubRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PayhubAntennaRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/fee-summary/fee-summary.component.ts","ng://@hmcts/ccpay-web-component/lib/components/error-banner/error-banner.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnidentifiedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AllocatePaymentRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnsolicitedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/components/unprocessed-payments/unprocessed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/components/processed-payments/processed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IAllocationPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/allocate-payments/allocate-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRetroRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostIssueRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/components/add-remission/add-remission.component.ts","ng://@hmcts/ccpay-web-component/lib/pipes/ccd-hyphens.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/capitalize.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/key-value.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/sanitize-html.pipe.ts","ng://@hmcts/ccpay-web-component/lib/services/xl-file/xl-file.service.ts","ng://@hmcts/ccpay-web-component/lib/components/reports/reports.component.ts","ng://@hmcts/ccpay-web-component/lib/components/table/table.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IResubmitRefundRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-status/refund-status.component.ts","ng://@hmcts/ccpay-web-component/lib/components/service-request/service-request.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestCardPayment.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestPbaPayment.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-payment/pba-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.module.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\n\nexport class PaymentLibService {\n API_ROOT: string;\n BULKSCAN_API_ROOT: string;\n REFUNDS_API_ROOT: string;\n 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 setCardPaymentReturnUrl(cardPaymentReturnUrl: string):void {\n this.CARDPAYMENTRETURNURL = cardPaymentReturnUrl;\n }\n getCardPaymentReturnUrl(): string {\n return this.CARDPAYMENTRETURNURL;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { Observable, BehaviorSubject } from 'rxjs';\nimport {IOrderReferenceFee} from '../interfaces/IOrderReferenceFee';\nimport { IRefundList } from '../interfaces/IRefundList';\nimport { IPaymentView } from '../interfaces/IPaymentView'; \n\n@Injectable({\n providedIn: 'root'\n})\nexport class OrderslistService {\n private ordersList: BehaviorSubject<IOrderReferenceFee[]> = new BehaviorSubject<IOrderReferenceFee[]>(null);\n private refundView: BehaviorSubject<IRefundList> = new BehaviorSubject<IRefundList>(null);\n private caseType = new BehaviorSubject(\"\");\n getcaseType = this.caseType.asObservable();\n private feeExists = new BehaviorSubject<boolean>(null);\n getFeeExist = this.feeExists.asObservable();\n private ccdCaseNumber = new BehaviorSubject(\"\");\n getCCDCaseNumberforRefund = this.ccdCaseNumber.asObservable();\n private isFromServiceRequestPage = new BehaviorSubject<boolean>(null);\n getisFromServiceRequestPage = this.isFromServiceRequestPage.asObservable();\n private OrderRefId = new BehaviorSubject(\"\");\n getOrderRefId = this.OrderRefId.asObservable();\n private navigationPage = new BehaviorSubject(\"\");\n getnavigationPage = this.navigationPage.asObservable();\n\n private orderRef = new BehaviorSubject(\"\");\n getorderRef = this.orderRef.asObservable();\n private orderCCDEvent = new BehaviorSubject(\"\");\n getorderCCDEvent = this.caseType.asObservable();\n private orderCreated = new BehaviorSubject<Date>(null);\n getorderCreated = this.orderCreated.asObservable();\n private orderParty = new BehaviorSubject(\"\");\n getorderParty = this.orderParty.asObservable();\n private orderRemissionTotal = new BehaviorSubject<number>(null);\n getorderRemissionTotal = this.orderRemissionTotal.asObservable();\n private orderFeesTotal = new BehaviorSubject<number>(null);\n getorderFeesTotal = this.orderFeesTotal.asObservable();\n private orderTotalPayments = new BehaviorSubject<number>(null);\n getorderTotalPayments = this.orderTotalPayments.asObservable();\n private rolesList: BehaviorSubject<any[]> = new BehaviorSubject<any[]>(null);\n\n private orderDetail: BehaviorSubject<any[]> = new BehaviorSubject<any[]>(null);\n\n private paymentPageView: BehaviorSubject<IPaymentView> = new BehaviorSubject<IPaymentView>(null);\n\n constructor() { }\n\n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n }\n getOrdersList() {\n return this.ordersList;\n }\n\n setRefundView(refundList: IRefundList): void {\n this.refundView.next(Object.assign([], refundList));\n }\n getRefundView() {\n return this.refundView;\n }\n\n setCaseType(caseType: string){\n this.caseType.next(caseType);\n }\n getCaseType(){\n return this.caseType;\n }\n\n setCCDCaseNumber(ccdCaseNumber: string){\n this.ccdCaseNumber.next(ccdCaseNumber);\n }\n getCCDCaseNumber(){\n return this.ccdCaseNumber;\n }\n\n setFeeExists(feeExists: boolean){\n this.feeExists.next(feeExists);\n }\n getFeeExists(){\n return this.feeExists;\n } \n\n setisFromServiceRequestPage(isFromServiceRequestPage: boolean){\n this.isFromServiceRequestPage.next(isFromServiceRequestPage);\n }\n getisFromServiceRequestPages(){\n return this.isFromServiceRequestPage;\n }\n\n setOrderRefId(OrderRefId: string){\n this.OrderRefId.next(OrderRefId);\n }\n getSelectedOrderRefId(){\n return this.OrderRefId;\n }\n\n setnavigationPage(navigationPage: string){\n this.navigationPage.next(navigationPage);\n }\n getnavigationPageValue(){\n return this.navigationPage;\n }\n\n setpaymentPageView(paymentpageList: IPaymentView): void {\n this.paymentPageView.next(Object.assign([], paymentpageList));\n }\n getpaymentPageView() {\n return this.paymentPageView;\n }\n\n setUserRolesList(rolesList:any[]): void {\n this.rolesList.next(Object.assign([], rolesList));\n }\n getUserRolesList() {\n return this.rolesList;\n }\n\n setorderDetail(orderDetail:any[]): void {\n this.orderDetail.next(Object.assign([], orderDetail));\n }\n getorderDetail() {\n return this.orderDetail;\n }\n\n setOrderRef(orderRef: string){\n this.orderRef.next(orderRef);\n }\n getorderRefs(){\n return this.orderRef;\n }\n\n setorderCCDEvent(orderCCDEvent: string){\n this.orderCCDEvent.next(orderCCDEvent);\n }\n getorderCCDEvents(){\n return this.orderCCDEvent;\n }\n\n setorderCreated(orderCreated: Date){\n this.orderCreated.next(orderCreated);\n }\n getorderCreateds(){\n return this.orderCreated;\n }\n\n setorderParty(orderParty: string){\n this.orderParty.next(orderParty);\n }\n getorderPartys(){\n return this.orderParty;\n }\n\n setorderRemissionTotal(orderRemissionTotal: number){\n this.orderRemissionTotal.next(orderRemissionTotal);\n }\n getorderRemissionTotals(){\n return this.orderRemissionTotal;\n }\n\n setorderFeesTotal(orderFeesTotal: number){\n this.orderFeesTotal.next(orderFeesTotal);\n }\n getorderFeesTotals(){\n return this.orderFeesTotal;\n }\n\n setorderTotalPayments(orderTotalPayments: number){\n this.orderTotalPayments.next(orderTotalPayments);\n }\n getoorderTotalPaymentss(){\n return this.orderTotalPayments;\n }\n}\n","import { ChangeDetectorRef, Component, Input, OnInit } from '@angular/core';\nimport { PaymentLibService } from './payment-lib.service';\nimport { IBSPayments } from './interfaces/IBSPayments';\nimport { OrderslistService } from './services/orderslist.service';\nimport { IPayment } from './interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-payment-lib',\n template: `\n <ccpay-refund-list [USERID]=\"USERID\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" [LOGGEDINUSEREMAIL]=\"LOGGEDINUSEREMAIL\" *ngIf=\"viewName === 'refund-list'\"></ccpay-refund-list>\n <ccpay-payment-list *ngIf=\"viewName === 'payment-list'\"></ccpay-payment-list>\n <ccpay-refund-status [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'refundstatuslist'\"> </ccpay-refund-status >\n <ccpay-payment-view [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'payment-view'\"\n [isTurnOff]=\"ISTURNOFF\" [isTakePayment]=\"TAKEPAYMENT\" [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"></ccpay-payment-view>\n\n <ccpay-process-refund *ngIf=\"viewName === 'process-refund'\"\n [refundReference]=\"refundReference\"\n [refundlistsource]=\"refundlistsource\"\n ></ccpay-process-refund>\n <ccpay-pba-payment *ngIf=\"viewName === 'pba-payment'\"\n [pbaPayOrderRef]=\"pbaPayOrderRef\"\n ></ccpay-pba-payment>\n <ccpay-case-transactions [isTakePayment]=\"isTakePayment\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'case-transactions'\"></ccpay-case-transactions>\n <app-mark-unidentified-payment *ngIf=\"viewName === 'unidentifiedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unidentified-payment>\n <app-mark-unsolicited-payment *ngIf=\"viewName === 'unsolicitedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unsolicited-payment>\n <app-allocate-payments *ngIf=\"viewName === 'allocate-payments'\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n ></app-allocate-payments>\n <ccpay-fee-summary *ngIf=\"viewName === 'fee-summary'\"\n [ccdCaseNumber]=\"CCD_CASE_NUMBER\" \n [paymentGroupRef]=\"paymentGroupReference\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"\n ></ccpay-fee-summary>\n <ccpay-reports *ngIf=\"viewName === 'reports'\"></ccpay-reports>\n `\n})\n\nexport class PaymentLibComponent implements OnInit {\n @Input('API_ROOT') API_ROOT: string;\n @Input('BULKSCAN_API_ROOT') BULKSCAN_API_ROOT: string;\n @Input('REFUNDS_API_ROOT') REFUNDS_API_ROOT: string;\n @Input('CARDPAYMENTRETURNURL') CARDPAYMENTRETURNURL: string;\n @Input('CCD_CASE_NUMBER') CCD_CASE_NUMBER: string;\n @Input('EXC_REFERENCE') EXC_REFERENCE: string;\n @Input('PAYMENT_METHOD') PAYMENT_METHOD: string;\n @Input('VIEW') VIEW: string;\n @Input('VIEWSERVICE') VIEWSERVICE: string;\n @Input('PAYMENT_GROUP_REF') PAYMENT_GROUP_REF?: string;\n @Input('TAKEPAYMENT') TAKEPAYMENT: boolean;\n @Input('SERVICEREQUEST') SERVICEREQUEST: string;\n @Input('DCN_NUMBER') DCN_NUMBER: string;\n @Input('SELECTED_OPTION') SELECTED_OPTION: string;\n @Input('ISBSENABLE') ISBSENABLE: Boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('CASETYPE') CASETYPE: string;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('rootUrl') rootUrl: boolean;\n @Input('REFUNDLIST') REFUNDLIST: string;\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL: string;\n @Input('isFromServiceRequestPage') isFromServiceRequestPage: boolean;\n\n paymentMethod: string;\n bspaymentdcn: string;\n unProcessedPaymentServiceId: string = null;\n paymentGroupReference: string;\n paymentReference: string;\n refundReference: string;\n refundlistsource: any;\n viewName: string;\n isTurnOff: boolean;\n caseType: string;\n isOldPcipalOff: boolean;\n isNewPcipalOff: boolean;\n unProcessedPayment: IBSPayments = null;\n isRefundStatusView: boolean;\n isRedirectFromCaseTransactionPage: string;\n isCallFromRefundList: boolean;\n isFromRefundStatusPage: boolean;\n iscancelClicked : boolean;\n isFromPaymentDetailPage: boolean;\n pbaPayOrderRef: IPayment;\n isTakePayment: boolean;\n\n orderDetail: any[];\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n\n constructor(private paymentLibService: PaymentLibService,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) { }\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n } \n\n\n ngOnInit() {\n this.paymentLibService.setApiRootUrl(this.API_ROOT);\n this.paymentLibService.setBulkScanApiRootUrl(this.BULKSCAN_API_ROOT);\n this.paymentLibService.setRefundndsApiRootUrl(this.REFUNDS_API_ROOT);\n this.paymentLibService.setCardPaymentReturnUrl(this.CARDPAYMENTRETURNURL);\n\n if(this.LOGGEDINUSERROLES.length > 0) {\n this.OrderslistService.setUserRolesList(this.LOGGEDINUSERROLES);\n }\n if (this.PAYMENT_GROUP_REF) {\n this.paymentGroupReference = this.PAYMENT_GROUP_REF;\n }\n if (this.DCN_NUMBER) {\n this.bspaymentdcn = this.DCN_NUMBER;\n }\n if (this.REFUNDLIST === \"true\") {\n this.VIEW = 'refund-list';\n this.viewName = this.VIEW;\n }\n if (this.VIEW === 'fee-summary') {\n this.viewName = 'fee-summary';\n } else if (this.VIEW !== 'reports' && this.VIEW !== 'refund-list') {\n this.viewName = 'case-transactions';\n } else {\n this.viewName = this.VIEW;\n }\n\n if (this.isTakePayment) {\n this.TAKEPAYMENT = true;\n }\n }\n}\n","import { Injectable } from '@angular/core';\nimport { _throw } from 'rxjs/observable/throw';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { HttpErrorResponse } from '@angular/common/http';\nimport { stringify } from '@angular/core/src/util';\n\n@Injectable({\n providedIn: 'root'\n})\n\n\nexport class ErrorHandlerService {\n\n constructor() { }\n\n\n handleError(err: HttpErrorResponse): Observable<any> {\n let errorMessage: string;\n if (err.error instanceof Error) {\n // A client-side or network error occurred.\n errorMessage = `An error occurred: ${err.error.message}`;\n } else {\n // The backend returned an unsuccessful response code.\n if (err.status === 404) {\n\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n else if (err.status === 500) {\n errorMessage = 'Internal server error';\n } else if (err.error.messsage === undefined) {\n if( typeof err.error === 'object') {\n errorMessage = JSON.parse(JSON.stringify(err.error)).error;\n } else {\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n \n } else {\n if (err.error.message !== undefined) {\n errorMessage = `${err.error.message}`;\n } else {\n errorMessage = `${err.error}`;\n }\n \n }\n }\n return _throw(errorMessage);\n }\n\n\n getServerErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","import { Injectable } from '@angular/core';\n\nconst noop = (): any => undefined;\n\nexport abstract class Logger {\n\n info: any;\n warn: any;\n error: any;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class LoggerService implements Logger {\n\n info: any;\n warn: any;\n error: any;\n\n invokeConsoleMethod(type: string, args?: any): void {}\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient } from '@angular/common/http';\n\nimport { Observable } from 'rxjs/internal/Observable';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { IPayments } from '../../interfaces/IPayments';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentListService {\n payments: IPayments;\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n\n getPaymentByCcdCaseNumber(ccdCaseNumber: string, paymentMethod: string): Observable<IPayments> {\n this.logger.info('Payment-list-service getPaymentByCcdCaseNumber for: ', ccdCaseNumber);\n\n return this.http.get<IPayments>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/payments`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import {Component, OnInit} from '@angular/core';\n\nimport {PaymentListService} from '../../services/payment-list/payment-list.service';\nimport {IPayments} from '../../interfaces/IPayments';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport {IStatusHistory} from '../../interfaces/IStatusHistory';\n\n@Component({\n selector: 'ccpay-payment-list',\n templateUrl: './payment-list.component.html',\n styleUrls: ['./payment-list.component.css']\n})\nexport class PaymentListComponent implements OnInit {\n payments: IPayments;\n errorMessage: string;\n code: string;\n\n constructor(private paymentListService: PaymentListService,\n private paymentLibComponent: PaymentLibComponent) {\n }\n\n ngOnInit() {\n this.paymentListService.getPaymentByCcdCaseNumber(this.paymentLibComponent.CCD_CASE_NUMBER, this.paymentLibComponent.PAYMENT_METHOD)\n .subscribe(\n payments => this.payments = payments,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.paymentLibComponent.paymentMethod = paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n}\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport { Observable } from 'rxjs';\n\n@Injectable()\nexport class WebComponentHttpClient {\n constructor(\n private http: HttpClient,\n private meta: Meta\n ) { }\n\n post(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.post(url, body, opts);\n }\n\n put(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.put(url, body, opts);\n }\n\n get(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.get(url, opts);\n }\n\n delete(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.delete(url, opts);\n }\n \n patch(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.patch(url, body, opts);\n }\n\n addHeaders(options: any): any {\n const csrfToken = this.meta.getTag('name=csrf-token');\n const headers = {};\n \n if (options.headers) {\n options.headers.forEach(element => {\n headers[element] = options.headers.get(element);\n });\n }\n headers['X-Requested-With'] = 'XMLHttpRequest';\n if (csrfToken === null) {\n if( document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')) !== undefined ) {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')).split('=')[1]; \n } else {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith(' XSRF-TOKEN')).split('=')[1];\n }\n } else {\n headers['CSRF-Token'] = csrfToken.content;\n }\n options.headers = new HttpHeaders(headers);\n options.responseType = 'text';\n return options;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { v4 as uuidv4 } from 'uuid';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { Meta } from '@angular/platform-browser';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IAllocationPaymentsRequest } from '../../interfaces/IAllocationPaymentsRequest';\nimport {IOrderReferenceFee} from '../../interfaces/IOrderReferenceFee';\nimport { BehaviorSubject } from 'rxjs';\nimport { IserviceRequestPbaPayment } from '../../interfaces/IserviceRequestPbaPayment';\nimport { IserviceRequestCardPayment } from '../../interfaces/IserviceRequestCardPayment';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\nimport { error } from '@angular/compiler/src/util';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentViewService {\n private ordersList = <BehaviorSubject<IOrderReferenceFee[]>>new BehaviorSubject([]);\n\n private meta: Meta;\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentDetails(paymentReference: string, paymentMethod: string): Observable<IPayment> {\n this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getPaymentGroupDetails(paymentGroupReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentGroupReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getApportionPaymentDetails(paymentReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/fee-pay-apportion/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getPBAaccountDetails(): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/pba-accounts`;\n return this.http.get(url, { withCredentials: true }).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postWays2PayCardPayment(serviceRef: string, body: IserviceRequestCardPayment): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/card-payments`;\n const rurl = this.paymentLibService.CARDPAYMENTRETURNURL.replace('.prod', '');\n body['return-url'] = `${rurl}/payment`;\n return this.https.post(url, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n \n postPBAaccountPayment(serviceRef: string, body: IserviceRequestPbaPayment): Observable<any> {\n let randomKey = 'idam-key-' + Math.random().toString().split('.').join('-');\n body['idempotency_key'] = randomKey; \n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/pba-payments`;\n return this.https.post(url, body);\n }\n\n postBSPayments(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnidentifiedPayments(body: UnidentifiedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnsolicitedPayments(body: UnsolicitedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocationPayments(body: IAllocationPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentGroupWithRemissions(paymentGroupReference: string, feeId: number, body: AddRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/remissions`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n deleteFeeFromPaymentGroup(feeId: number): Observable<any> {\n this.logger.info('Payment-view-service deleteFeeFromPaymentGroup for: ', feeId);\n return this.https.delete(`${this.paymentLibService.API_ROOT}/fees/${feeId}`).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postPaymentToPayHub(body: PaymentToPayhubRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentAntennaToPayHub(body: PayhubAntennaRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/telephony-card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getBSfeature(): Observable<any> {\n return this.https.get('api/payment-history/bulk-scan-feature', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getSiteID(): Observable<any> {\n return this.https.get('api/payment-history/refdata/legacy-sites', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getPartyDetails(caseNumber: string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/case-payment-orders?case_ids=${caseNumber}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n \n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n}\n getOrdersList() {\n return this.ordersList;\n }\n\n //issue refund\n postRefundsReason(body: PostRefundRetroRemission): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-for-payment`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n // retro remissions\n postPaymentGroupWithRetroRemissions(paymentGroupReference: string, feeId: number, body: AddRetroRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postRefundRetroRemission(body:PostIssueRefundRetroRemission) {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\nimport { ChangeDetectorRef } from '@angular/core';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-payment-view',\n templateUrl: './payment-view.component.html',\n styleUrls: ['./payment-view.component.css']\n})\nexport class PaymentViewComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() isTakePayment: boolean;\n @Input() caseType: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() orderRef: string;\n @Input() orderStatus: string;\n @Input() orderTotalPayments: number;\n @Input() payment: IPayment;\n @Input() LOGGEDINUSERROLES: string[];\n @Input() orderParty: string;\n @Input() orderCreated: Date;\n @Input() orderCCDEvent: string;\n @Input() orderFeesTotal: number;\n @Input() orderRemissionTotal: number;\n @Input() orderDetail: any[];\n @Input(\"isServiceRequest\") isServiceRequest: string;\n\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n ccdCaseNumber: string;\n selectedOption: string;\n dcnNumber: string;\n isStatusAllocated: boolean;\n isRemissionsMatch: boolean;\n feeId: IFee;\n viewStatus: string;\n isRefundRemission: boolean = false;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n remissions: IRemission[] = [];\n remissionFeeAmt: number;\n isRefundRemissionBtnEnable: boolean;\n serviceReference: string;\n isFromServiceRequestPage: boolean;\n isFromPaymentDetailPage: boolean;\n\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.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n \n },\n (error: any) => this.errorMessage = error\n );\n\n }\n\n get isCardPayment(): boolean {\n return this.paymentGroup.payments[0].method === 'card';\n }\n\n get isTelephonyPayment(): boolean {\n return this.paymentGroup.payments[0].channel === 'telephony';\n }\n\n public goToPaymentList(): void {\n this.paymentLibComponent.viewName = 'payment-list';\n }\n goToServiceRequestPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.SERVICEREQUEST = 'true';\n this.paymentLibComponent.isFromServiceRequestPage = true;\n window.location.reload();\n }\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n if (!this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.resetOrderData();\n } else {\n this.OrderslistService.getorderRefs().subscribe((data) => this.orderRef = data);\n this.OrderslistService.getorderCCDEvents().subscribe((data) => this.orderCCDEvent = data);\n this.OrderslistService.getorderCreateds().subscribe((data) => this.orderCreated = data);\n this.OrderslistService.getorderDetail().subscribe((data) => this.orderDetail = data);\n this.OrderslistService.getorderPartys().subscribe((data) => this.orderParty = data);\n this.OrderslistService.getorderRemissionTotals().subscribe((data) => this.orderRemissionTotal = data);\n this.OrderslistService.getorderFeesTotals().subscribe((data) => this.orderFeesTotal = data);\n this.OrderslistService.getoorderTotalPaymentss().subscribe((data) => this.orderTotalPayments = data);\n this.viewStatus = 'order-full-view';\n }\n \n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.paymentViewService.getApportionPaymentDetails(this.paymentGroup.payments[0].reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.viewStatus = 'addremission';\n this.isRefundRemission = true;\n this.cd.detectChanges();\n },\n (error: any) => this.errorMessage = error\n );\n }\n }\n\n checkForFees(paymentGroup: any) {\n if(paymentGroup !== null && paymentGroup !== undefined)\n {\n if (paymentGroup.fees !== null && paymentGroup.fees !== undefined) {\n return true;\n }\n \n }\n return false;\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n if(this.chkIsRefundRemissionBtnEnable()) {\n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n this.viewStatus = 'addrefundforremission';\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.paymentGroup !== null && this.paymentGroup !== undefined) {\n this.paymentGroup.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n issueRefund(paymentgrp: IPaymentGroup) {\n if (paymentgrp !== null && paymentgrp !== undefined) {\n if(this.chkIssueRefundBtnEnable(paymentgrp.payments[0])) {\n this.paymentGroup = paymentgrp;\n this.viewStatus = 'issuerefund';\n this.isRefundRemission = true;\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.isFromPaymentDetailPage = true;\n this.isFromServiceRequestPage = this.paymentLibComponent.isFromServiceRequestPage;\n }\n }\n }\n\n getRemissionByFeeCode(feeCode: string, remissions: IRemission[]): IRemission {\n if (remissions && remissions.length > 0) {\n for (const remission of remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkForPBAPayment(): boolean {\n if (this.paymentGroup !== null && this.paymentGroup !== undefined) {\n let payment = this.paymentGroup.payments[0];\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n return true;\n }\n return false;\n }\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(this.paymentGroup.payments[0])) {\n if (this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n return true;\n }\n return true;\n\n } else {\n return false;\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if(payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n}","import { Injectable } from '@angular/core';\nimport {HttpClient, HttpHeaders} from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { IPatchRefundAction } from '../../interfaces/IPatchRefundAction';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { IssueRefundRequest } from '../../interfaces/IssueRefundRequest';\nimport { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';\nimport { IRefundStatusHistory } from '../../interfaces/IRefundStatusHistory';\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\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 { 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\n isConfirmButtondisabled: boolean = true;\n constructor(private RefundsService: RefundsService,\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 }\n checkRefundActions(code: string) {\n this.refundActionsHasError = false;\n this.isReasonFieldEmpty = false;\n this.isReasonEmpty = false;\n this.isReasonInvalid = false;\n this.refundRejectReasonHasError = false;\n if(code === 'Return to caseworker') {\n this.isConfirmButtondisabled = true;\n this.isSendMeBackClicked = true;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Approve') {\n this.isSendMeBackClicked = false;\n this.isConfirmButtondisabled = false;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Reject') {\n this.isRejectClicked = true;\n this.isSendMeBackClicked = false;\n this.isOtherClicked = false;\n this.RefundsService.getRefundRejectReasons().subscribe(\n refundRejectReasonList => {\n this.refundRejectReasonList = <any>refundRejectReasonList;\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else if (code === 'RE005') {\n this.isOtherClicked = true;\n } else if (code !== 'RE005') {\n this.isOtherClicked = false;\n }\n }\n processRefundSubmit() {\n let processRefundRequest;\n let status;\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n const controls = this.processRefundForm.controls;\n const processFormError = controls.sendMeBackField.errors;\n\n if (this.processRefundForm.dirty && controls.refundActionField.valid \n && (controls.refundActionField.value == 'Approve'\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.valid && controls.refundRejectReasonField.value != 'RE005')\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005' && controls.enterReasonField.valid)\n || (controls.refundActionField.value == 'Return to caseworker' && controls.sendMeBackField.valid))) {\n if (controls.refundActionField.value === 'Approve'){\n status = 'APPROVE';\n processRefundRequest = {\n code:'',\n reason: ''\n };\n } else if (controls.refundActionField.value === 'Reject') {\n status = 'REJECT';\n\n processRefundRequest = {\n code: controls.refundRejectReasonField.value ? controls.refundRejectReasonField.value : '',\n reason: controls.refundRejectReasonField.value == 'RE005' ? controls.enterReasonField.value : ''\n };\n } else if (controls.refundActionField.value === 'Return to caseworker') {\n status = 'SENDBACK';\n\n processRefundRequest = {\n code: '',\n reason: controls.sendMeBackField.value\n };\n }\n this.RefundsService.patchRefundActions(processRefundRequest, this.refundReference, status).subscribe(\n response => {\n this.isSuccesspageEnable = true;\n // this.successMsg = JSON.parse(response)['data'];\n this.successMsg = response.replace(/['\"]+/g, '');\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else {\n if(controls.refundActionField.value == \"\") {\n this.resetForm([true, false, false, false, false, false, false, false], 'action');\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == \"\") {\n this.resetForm([false, true, false, false, false, false, false, false], 'rejectReason');\n }\n if(controls.refundActionField.value == 'Return to caseworker') {\n if(controls.sendMeBackField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'addAreason');\n }\n if(controls.sendMeBackField.value != '' && controls.sendMeBackField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.minlength && processFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.maxlength && processFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'addAreason');\n }\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005') {\n if(controls.enterReasonField.value === \"\") {\n this.resetForm([false, false, false, false, false, false, true, false], 'enterReason');\n }\n if(controls.enterReasonField.value!== \"\" && controls.enterReasonField.invalid) {\n this.resetForm([false, false, false, false, false, false, false, true], 'enterReason');\n }\n }\n }\n\n }\n getErrorMessage(isErrorExist, status, errorMsg, err) {\n let bodyTxt = 'Please try again later';\n if (status !== 500) {\n if (errorMsg !== undefined) {\n bodyTxt = errorMsg;\n } else {\n bodyTxt = err;\n }\n \n }\n return {\n title: 'Something went wrong',\n body: bodyTxt,\n showError: isErrorExist\n };\n }\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n // // this.OrderslistService.setnavigationPage('casetransactions');\n // // this.OrderslistService.setisFromServiceRequestPage(false);\n // // this.paymentLibComponent.VIEW ='case-transactions';\n // // this.paymentLibComponent.viewName = 'case-transactions';\n // // this.paymentLibComponent.ISBSENABLE = true;\n // // this.paymentLibComponent.isRefundStatusView = false;\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n } else {\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n }\n }\n loadRefundsHomePage() {\n if(typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') {\n //window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.VIEW ='case-transactions';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n }\n }\n redirecttoRefundListPage() {\n if((typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') || (typeof this.paymentLibComponent.TAKEPAYMENT === 'boolean' && !this.paymentLibComponent.TAKEPAYMENT) ) {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.loadRefundListPage();\n }\n }\n // loadCaseTransactionPage() {\n // this.paymentLibComponent.isRefundStatusView = false;\n // this.paymentLibCo}mponent.TAKEPAYMENT = true;\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n\n // let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n // partUrl += this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n // partUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n // this.router.navigateByUrl(url);\n // }\n\n resetForm(vals, field) {\n if(field==='action' || field==='all') {\n this.refundActionsHasError = vals[0];\n }\n if(field==='rejectReason' || field==='all') {\n this.refundRejectReasonHasError = vals[1];\n }\n if(field==='addAreason' || field==='all') {\n this.isReasonFieldEmpty = vals[2];\n this.isReasonFieldInvalid = vals[3];\n this.reasonFieldMinHasError = vals[4];\n this.reasonFieldMaxHasError = vals[5];\n }\n if(field==='enterReason' || field==='all') {\n this.isReasonEmpty = vals[6];\n this.isReasonInvalid = vals[7];\n }\n }\n\n goToCaseReview() {\n this.router.navigate([`/cases/case-details/${this.ccdCaseNumber}`], {relativeTo: this.activeRoute});\n }\n}\n","import {Component, OnInit, Input} from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundList } from '../../interfaces/IRefundList';\n\n@Component({\n selector: 'ccpay-refund-list',\n templateUrl: './refund-list.component.html',\n styleUrls: ['./refund-list.component.css']\n})\nexport class RefundListComponent implements OnInit {\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL:string;\n\n constructor(private refundService: RefundsService) {\n }\n\n tableApprovalHeader: string;\n tableRejectedHeader: string;\n submittedRefundList: IRefundList[] = [];\n rejectedRefundList: IRefundList[] = [];\n approvalStatus = 'Sent for approval';\n rejectStatus = 'Update required';\n // approvalStatus = 'sent for approval';\n // rejectStatus = 'sent back';\n errorMessage = null;\n isApproveTableVisible:boolean;\n isRejectTableVisible:boolean;\n dropdownvalue: string;\n isAuthorized: boolean = true;\n userLst\n ngOnInit() {\n \n this.userLst = this.LOGGEDINUSERROLES;\n\n \n if(this.LOGGEDINUSERROLES.some(i =>i.includes('payments-refund-approver'))){\n this.isAuthorized = true;\n } else {\n this.isApproveTableVisible = false;\n this.isAuthorized = false;\n }\n\n \n this.tableApprovalHeader = 'Refunds to be approved';\n this.tableRejectedHeader = 'Refunds returned to caseworker';\n\n if(this.isAuthorized) {\n this.refundService.getRefundList(this.approvalStatus,true).subscribe(\n refundList => {\n this.submittedRefundList = refundList['refund_list'];\n this.isApproveTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n this.refundService.getRefundList(this.rejectStatus,false).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n this.isRejectTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n\n }\n \n}","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {Observable} from 'rxjs/internal/Observable';\n\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CardDetailsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getCardDetails(paymentReference: string): Observable<ICardDetails> {\n this.logger.info('Card-detail-service getCardDetails for: ', paymentReference);\n\n return this.http.get<ICardDetails>(`${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/details`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { CardDetailsService } from '../../services/card-details/card-details.service';\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-card-details',\n templateUrl: './card-details.component.html',\n styleUrls: ['./card-details.component.css']\n})\nexport class CardDetailsComponent implements OnInit {\n pageTitle: string = 'Card details';\n cardDetails: ICardDetails;\n paymentReference: string;\n errorMessage: string;\n\n constructor(private cardDetailsService: CardDetailsService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.cardDetailsService.getCardDetails(this.paymentLibComponent.paymentReference).subscribe(\n cardDetails => this.cardDetails = cardDetails,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n get getPaymentReference(): string {\n return this.paymentReference;\n }\n\n}\n","import { Component } from '@angular/core';\n\n@Component({\n template: `\n <h1>This is not the page you were looking for!</h1>\n `\n})\nexport class PageNotFoundComponent { }\n","import { Injectable } from '@angular/core';\nimport { PaymentLibService } from '../../payment-lib.service';\nimport { HttpClient } from '@angular/common/http';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class StatusHistoryService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentStatusesByReference(paymentReference: string, paymentMethod: string): Observable<IStatusHistories> {\n this.logger.info('Status-history-service getPaymentStatusesByReference for: ', paymentReference);\n\n return this.http.get<IStatusHistories>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/statuses` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}/statuses`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { StatusHistoryService } from '../../services/status-history/status-history.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-payment-statuses',\n templateUrl: './status-history.component.html',\n styleUrls: ['./status-history.component.css']\n})\nexport class StatusHistoryComponent implements OnInit {\n @Input() isTakePayment: boolean;\n pageTitle: string = 'Payment status history';\n statuses: IStatusHistories;\n errorMessage: string;\n\n constructor(private statusHistoryService: StatusHistoryService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.statusHistoryService.getPaymentStatusesByReference(this.paymentLibComponent.paymentReference, this.paymentLibComponent.paymentMethod).subscribe(\n statuses => this.statuses = statuses,\n (error: any) => this.errorMessage = <any>error.replace(/\"/g,\"\")\n );\n \n }\n\n}\n","import { Component, 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 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 isNewPcipalOff: boolean;\n isRefundRemission: boolean = true;\n isOldPcipalOff: boolean;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n viewStatus = 'main';\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n //Order changes\n orderDetail: any[] = [];\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n ispaymentGroupApisuccess: boolean = false;\n cpoDetails: any = null;\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isEligible4PBAPayment = ['pui-finance-manager', 'pui-user-manager', 'pui-organisation-manager', 'pui-case-manager'];\n currentDate = new Date();\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n constructor(private router: Router,\n private paymentViewService: PaymentViewService,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private caseTransactionsService: CaseTransactionsService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n this.navigationpage = '';\n if(this.OrderslistService.getpaymentPageView() !== null) {\n this.OrderslistService.getpaymentPageView().subscribe((data) => this.paymentView = data);\n }\n if((this.LOGGEDINUSERROLES === undefined || this.LOGGEDINUSERROLES.length === 0 )&&this.OrderslistService.getUserRolesList() !== null) {\n this.OrderslistService.getUserRolesList().subscribe((data) => this.LOGGEDINUSERROLES = data);\n }\n if(this.OrderslistService.getnavigationPageValue() !== null) {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n }\n \n \n if (this.paymentView !== undefined && this.paymentView !== null && this.paymentView.payment_group_reference !== undefined && this.navigationpage === 'paymentdetailspage') {\n this.goToPayementView(this.paymentView.payment_group_reference, this.paymentView.reference, this.paymentView.method);\n }\n this.isGrpOutstandingAmtPositive = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.caseType = this.paymentLibComponent.CASETYPE;\n if (this.paymentLibComponent.CCD_CASE_NUMBER === '') {\n this.ccdCaseNumber = this.paymentLibComponent.EXC_REFERENCE;\n }\n this.excReference = this.paymentLibComponent.EXC_REFERENCE;\n this.takePayment = this.paymentLibComponent.TAKEPAYMENT;\n\n if (this.paymentLibComponent.SERVICEREQUEST.toString() === 'true') {\n this.serviceRequestValue = 'true';\n } else {\n this.serviceRequestValue = 'false';\n }\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewPcipalOff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldPcipalOff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n if (!this.isTurnOff) {\n // if (this.lsCcdNumber !== this.ccdCaseNumber) {\n // this.router.navigateByUrl(`/ccd-search?takePayment=true`);\n // }\n\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.calculateRefundAmount();\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.getSelectedOrderRefId().subscribe((data) => this.orderRef = data);\n this.goToOrderViewDetailSection(this.orderRef);\n } else {\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n \n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isCPODown = true;\n }\n );\n \n }\n\n \n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n } else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.totalRefundAmount = this.calculateRefundAmount();\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.setDefaults();\n this.isCPODown = true;\n }\n );\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n }\n\n if( this.paymentGroups !== undefined) {\n this.checkForExceptionRecord();\n }\n \n if(this.OrderslistService.getisFromServiceRequestPages() !== null) {\n this.OrderslistService.getisFromServiceRequestPages().subscribe((data) => this.isFromServiceRequestPage = data);\n }\n \n }\n\n setDefaults(): void {\n this.totalPayments = 0.00;\n this.totalRemissions = 0.00;\n this.totalNonOffPayments = 0.00;\n this.totalFees = 0.00;\n }\n\n getAllocationStatus(payments: any) {\n\n let paymentAllocation = payments.payment_allocation,\n isAllocationStatusExist = paymentAllocation.length > 0;\n return isAllocationStatusExist ? paymentAllocation[0].allocation_status : '-';\n //return \"-\";\n\n }\n\n checkForExceptionRecord(): void {\n \n if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n recordData => {\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length === undefined && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n });\n }\n\n if (this.paymentGroups.length === 0 && this.selectedOption.toLocaleLowerCase() === 'dcn') {\n if (this.paymentLibComponent.CCD_CASE_NUMBER.length > 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n } else if (this.paymentLibComponent.CCD_CASE_NUMBER.length === 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n }\n if (this.paymentGroups.length > 0)\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.case_reference !== undefined && payment.ccd_case_number === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n });\n }\n });\n }\n\n calculateOrderFeesAmounts(): void {\n let feesTotal = 0.00;\n this.paymentGroups.forEach(paymentGroup => {\n this.resetOrderVariables();\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount\n }\n )\n }\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n\n // this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n if (paymentGroup.service_request_status === 'Paid') {\n this.orderStatus = paymentGroup.service_request_status;\n this.orderAddBtnEnable = false;\n } else if (paymentGroup.service_request_status === 'Partially paid' || paymentGroup.service_request_status === 'Not paid') {\n this.orderStatus = paymentGroup.service_request_status;\n this.orderAddBtnEnable = true;\n } \n\n //this.orderLevelFees.push({orderRefId:paymentGroup['payment_group_reference'],orderTotalFees: this.orderFeesTotal,orderStatus: this.orderStatus,orderParty:'Santosh', orderCCDEvent:'Case Creation',orderCreated: new Date(), orderAddBtnEnable: this.orderAddBtnEnable}); this.cpoDetails['createdTimestamp']\n if (this.cpoDetails !== null) {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: this.cpoDetails['responsibleParty'], orderCCDEvent: this.cpoDetails['action'], orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n\n } else {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: '', orderCCDEvent: '', orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n }\n\n if (this.orderStatus !== 'Paid') {\n this.OrderslistService.setOrdersList(this.orderLevelFees);\n }\n });\n };\n\n resetOrderVariables(): void {\n this.orderFeesTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderPendingPayments = 0.00;\n this.isAddFeeBtnEnabled = true;\n\n };\n\n goToOrderViewDetailSection(orderReferenceObj: any) {\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.setOrderRefId(orderReferenceObj);\n this.orderRef = orderReferenceObj;\n } else {\n this.OrderslistService.setOrderRefId(orderReferenceObj.orderRefId);\n this.orderRef = orderReferenceObj.orderRefId;\n }\n\n this.orderFeesTotal = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderPendingPayments = 0.00;\n\n this.orderDetail = this.paymentGroups.filter(x => x.payment_group_reference === this.orderRef);\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.fees) {\n orderDetail.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount;\n });\n }\n if (orderDetail.remissions) {\n orderDetail.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n if (orderDetail.payments) {\n this.payment = orderDetail.payments[0];\n orderDetail.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n }\n this.orderStatus = orderDetail.service_request_status;\n });\n //this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n // this.orderRef = orderReferenceObj.orderRefId;\n // if (this.orderPendingPayments <= 0.00) {\n // this.orderStatus = 'Paid';\n // } else if (this.orderFeesTotal > 0 && (this.orderTotalPayments > 0 || this.orderRemissionTotal > 0) && (this.orderTotalPayments < this.orderPendingPayments)) {\n // this.orderStatus = 'Partially paid'\n // } else {\n // this.orderStatus = 'Not paid'\n // }\n\n\n if (this.cpoDetails !== null) {\n this.orderParty = this.cpoDetails['responsibleParty'];\n this.orderCreated = this.cpoDetails['createdTimestamp'];\n this.orderCCDEvent = this.cpoDetails['action'];\n } else {\n this.orderParty = '';\n this.orderCCDEvent = '';\n this.orderCreated = orderReferenceObj.orderCreated;\n }\n this.viewStatus = 'order-full-view';\n }\n\n redirectToOrderFeeSearchPage(event: any, orderef: any) {\n if(orderef.orderAddBtnEnable) {\n event.preventDefault();\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = orderef.orderRefId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n }\n\n \n\n\n calculateAmounts(): void {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n nonOffLinePayment = 0.00;\n\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n if (fee.date_created) {\n let a = fee.amount_due === undefined;\n let b = fee.amount_due <= 0;\n this.clAmountDue = a ? this.clAmountDue + fee.net_amount : b ? this.clAmountDue + 0 : this.clAmountDue + fee.amount_due;\n }\n fee['payment_group_reference'] = paymentGroup['payment_group_reference'];\n this.fees.push(fee);\n } else {\n feesTotal = feesTotal + fee.calculated_amount;\n this.fees.push(fee);\n }\n\n });\n }\n if (this.isTurnOff) {\n this.totalFees = feesTotal;\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n let allocationLen = payment.payment_allocation;\n\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n if (allocationLen.length === 0 || allocationLen.length > 0 && allocationLen[0].allocation_status === 'Allocated') {\n nonOffLinePayment = nonOffLinePayment + payment.amount;\n }\n if (allocationLen.length > 0) {\n this.nonPayments.push(payment);\n }\n }\n if (allocationLen.length === 0) {\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n } else {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n }\n });\n }\n this.totalPayments = paymentsTotal;\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n this.totalNonOffPayments = nonOffLinePayment;\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remisison => {\n remissionsTotal = remissionsTotal + remisison.hwf_amount;\n this.remissions.push(remisison);\n });\n }\n this.totalRemissions = remissionsTotal;\n });\n\n }\n\n calculateRefundAmount() {\n if (!this.isTurnOff) {\n let isNewPaymentGroup = false;\n\n this.paymentGroups.forEach((paymentGroup, index) => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n fees = [];\n\n if (paymentGroup.fees) {\n // this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n\n this.isRemissionsMatch = false;\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n // if(!fees.find(k => k.code=fee.code))\n // {\n fees.push(fee);\n //}\n }\n });\n }\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n\n if (fee.date_created) {\n isNewPaymentGroup = true;\n } else {\n this.isHistoricGroupAvailable = true;\n this.paymentGroups[index]['old'] = true;\n }\n });\n this.paymentGroups[index].fees = fees;\n }\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount > 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = true;\n this.isFeeRecordsExist = true;\n this.paymentRef = paymentGroup.payment_group_reference;\n }\n if (paymentGroup.fees && paymentGroup.fees.length > 0 && grpOutstandingAmount <= 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = false;\n }\n });\n if ((!isNewPaymentGroup && this.isHistoricGroupAvailable) || (!isNewPaymentGroup && !this.isHistoricGroupAvailable)) {\n this.isAnyFeeGroupAvilable = false;\n }\n } else {\n let totalRefundAmount = 0,\n isFeeAmountZero = false;\n this.paymentGroups.forEach(paymentGroup => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n if (paymentGroup.fees) {\n this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n if (fee.calculated_amount === 0) {\n isFeeAmountZero = true\n }\n });\n\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount < 0) {\n if (totalRefundAmount === 0) {\n totalRefundAmount = grpOutstandingAmount;\n } else {\n totalRefundAmount = (totalRefundAmount + grpOutstandingAmount);\n }\n }\n else if (grpOutstandingAmount > 0 || (grpOutstandingAmount === 0 && isFeeAmountZero)) {\n this.isGrpOutstandingAmtPositive = true;\n }\n });\n return totalRefundAmount * -1;\n }\n }\n\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n redirectToFeeSearchPage(event: any) {\n event.preventDefault();\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n url += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += `&caseType=${this.caseType}`\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}${url}`);\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.viewStatus = 'addremission';\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error? error.replace(/\"/g,\"\") : \"\"\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n \n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n\n redirectToremissionPage(event: any) {\n event.preventDefault();\n this.paymentLibComponent.viewName = 'remission'\n }\n goToServiceRequestPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.SERVICEREQUEST = 'true';\n this.paymentLibComponent.isFromServiceRequestPage = true;\n window.location.reload();\n }\n redirectToReportsPage(event: any) {\n event.preventDefault();\n this.router.navigateByUrl(`/reports?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}`);\n }\n\n loadFeeSummaryPage(paymentGroup: IPaymentGroup) {\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.payment_group_reference;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n\n goToPaymentViewComponent(paymentGroup: any) {\n this.paymentLibComponent.paymentMethod = paymentGroup.paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentGroup.paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n\n goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent({ paymentGroupReference, paymentReference, paymentMethod });\n }\n\n selectedUnprocessedFeeEvent(unprocessedRecordId: string) {\n if (unprocessedRecordId) {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = false;\n }\n this.isUnprocessedRecordSelected = true;\n } else {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = true;\n }\n this.isUnprocessedRecordSelected = false;\n }\n }\n\n getUnprocessedFeeCount(unProcessedRecordCount: number) {\n this.unprocessedRecordCount = unProcessedRecordCount;\n }\n\n calculateAmountDue(fee: IFee) {\n\n if (fee.date_created) {\n return fee.amount_due !== undefined ? fee.amount_due : fee.net_amount;\n } else {\n return \"0.00\";\n }\n }\n\n confirmRemoveFee(fee: IFee) {\n this.isRemoveBtnDisabled = false;\n this.feeId = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n cancelRemoval() {\n this.viewStatus = 'main';\n }\n\n removeFee(fee: any) {\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n window.location.reload();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n\n issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if(this.chkIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n }\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund()) {\n if (this.orderDetail[0]['remissions'].length > 0) {\n for (const remission of this.orderDetail[0]['remissions']) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n }\n return true;\n } else {\n return false;\n }\n }\n\n chkForPBAPayment(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isPBA = true;\n }\n });\n }\n });\n if (this.isPBA) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n check4AllowedRoles2AccessPBApayment = (): boolean => {\n return this.isEligible4PBAPayment.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if (payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n loadPBAAccountPage(orderRef: IPayment) {\n this.paymentLibComponent.pbaPayOrderRef = orderRef;\n this.paymentLibComponent.viewName = 'pba-payment';\n }\n}","export class PaymentToPayhubRequest {\n currency = 'GBP';\n description = 'PayBubble payment';\n channel = 'telephony';\n provider = 'pci pal';\n case_type: string;\n\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","export class PayhubAntennaRequest {\n currency = 'GBP';\n case_type: string;\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IFee } from '../../interfaces/IFee';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { SafeHtml } from '@angular/platform-browser';\nimport {Router} from '@angular/router';\nimport {Location} from '@angular/common';\nimport { OrderslistService } from '../../services/orderslist.service';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-fee-summary',\n templateUrl: './fee-summary.component.html',\n styleUrls: ['./fee-summary.component.scss']\n})\n\nexport class FeeSummaryComponent implements OnInit {\n @Input() paymentGroupRef: string;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: string;\n @Input() caseType: string;\n @Input() isOldPcipalOff: string;\n @Input() isNewPcipalOff: string;\n\n\n bsPaymentDcnNumber: string;\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n viewStatus = 'main';\n currentFee: IFee;\n totalFee: number;\n payhubHtml: SafeHtml;\n service: string = \"\";\n platForm: string = \"\";\n upPaymentErrorMessage: string;\n selectedOption:string;\n isBackButtonEnable: boolean = true;\n outStandingAmount: number;\n isFeeAmountZero: boolean = false;\n totalAfterRemission: number = 0;\n isConfirmationBtnDisabled: boolean = false;\n isRemoveBtnDisabled: boolean = false;\n isPaymentExist: boolean = false;\n isRemissionsExist: Boolean = false;\n isRemissionsMatch = false;\n isStrategicFixEnable: boolean;\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private location: Location,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) {}\n\n ngOnInit() {\n this.viewStatus = 'main';\n this.caseType = this.paymentLibComponent.CASETYPE;\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.setCaseType(this.paymentLibComponent.CASETYPE);\n if ((!this.isOldPcipalOff && this.isNewPcipalOff)) {\n this.platForm = '8x8';\n } else if ((this.isOldPcipalOff && !this.isNewPcipalOff)) {\n this.platForm = 'Antenna';\n } else if ((this.isOldPcipalOff && this.isNewPcipalOff)){\n this.platForm = '8x8';\n }\n\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n if (this.bsPaymentDcnNumber) {\n this.getUnassignedPaymentlist();\n }\n this.getPaymentGroup();\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.paymentLibComponent.DCN_NUMBER).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error';\n }\n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error'; \n } \n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n }\n\n }\n\n getRemissionByFeeCode(feeCode: string): IRemission {\n if (this.paymentGroup && this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n addRemission(fee: IFee) {\n this.currentFee = fee;\n this.viewStatus = 'add_remission';\n }\n\n getPaymentGroup() {\n let fees = [];\n this.paymentViewService.getPaymentGroupDetails(this.paymentGroupRef).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.isPaymentExist = paymentGroup.payments ? paymentGroup.payments.length > 0 : false;\n this.isRemissionsExist = paymentGroup.remissions ? paymentGroup.remissions.length > 0 : false;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.totalAfterRemission = this.totalAfterRemission + fee.net_amount;\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true;\n }\n this.isRemissionsMatch = false;\n paymentGroup.remissions.forEach(rem => {\n if(rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n \n if(!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees;\n }\n\n this.outStandingAmount = this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n\n confirmRemoveFee(fee: IFee){\n this.isRemoveBtnDisabled = false;\n this.currentFee = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n removeFee(fee: any){\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n if (this.paymentGroup.fees && this.paymentGroup.fees.length > 1){\n this.totalAfterRemission = 0;\n this.getPaymentGroup();\n this.viewStatus = 'main';\n return;\n }\n this.loadCaseTransactionPage();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n loadCaseTransactionPage() {\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n\n let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n partUrl +=this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n this.router.navigateByUrl(url);\n }\n cancelRemission() {\n this.viewStatus = 'main';\n }\n redirectToFeeSearchPage(event: any, page?: string) {\n event.preventDefault();\n let partUrl =this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n if(this.viewStatus === 'feeRemovalConfirmation' || this.viewStatus === 'add_remission') {\n this.viewStatus = 'main';\n return;\n }\n let url = `/fee-search?ccdCaseNumber=${this.ccdCaseNumber}&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}&paymentGroupRef=${this.paymentGroupRef}${partUrl}`;\n this.router.navigateByUrl(url);\n }\n takePayment() {\n this.isConfirmationBtnDisabled = true;\n const requestBody = new PaymentToPayhubRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType),\n antennaReqBody = new PayhubAntennaRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType);\n\n if(this.platForm === '8x8') {\n this.paymentViewService.postPaymentToPayHub(requestBody, this.paymentGroupRef).subscribe(\n response => {\n this.location.go(`payment-history?view=fee-summary`);\n this.payhubHtml = response;\n this.viewStatus = 'payhub_view';\n this.isBackButtonEnable=false;\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n } else if(this.platForm === 'Antenna') {\n\n this.paymentViewService.postPaymentAntennaToPayHub(antennaReqBody, this.paymentGroupRef).subscribe(\n response => {\n this.isBackButtonEnable=false;\n window.location.href = '/makePaymentByTelephoneyProvider';\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n }\n\n }\n\n goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean) {\n if (outStandingAmount > 0 || (outStandingAmount === 0 && isFeeAmountZero)) {\n this.paymentLibComponent.paymentGroupReference = this.paymentGroupRef;\n this.paymentLibComponent.viewName = 'allocate-payments';\n } else {\n this.loadCaseTransactionPage();\n }\n }\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n\n\n@Component({\n selector: 'ccpay-error-banner',\n templateUrl: './error-banner.component.html',\n styleUrls: ['./error-banner.component.scss']\n})\n\nexport class ErrorBannerComponent implements OnInit {\n @Input('errorMessage') errorMessage;\n\n constructor(\n ) {}\n\n ngOnInit() {\n\n }\n}\n","\nexport class UnidentifiedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n unidentified_reason: string;\n\n constructor(payment_group_reference: string, payment_reference : string, unidentified_reason: any) {\n this.payment_allocation_status = {\n description: '',\n name: \"Unidentified\"\n };\n this.payment_group_reference = payment_group_reference ;\n this.payment_reference= payment_reference;\n this.unidentified_reason= unidentified_reason;\n\n }\n\n\n\n}\n","import { IBSPayments } from \"./IBSPayments\";\n\nexport class AllocatePaymentRequest {\n amount: Number;\n banked_date: String;\n ccd_case_number: String;\n exception_record: string;\n currency: String;\n document_control_number: String;\n external_provider: String;\n giro_slip_no: String;\n payer_name: String;\n payment_channel: Object;\n payment_status: Object;\n payment_method: String;\n case_type: String;\n payment_allocation_dto?: {\n allocation_reason: String,\n allocation_status: String,\n explanation: String,\n payment_allocation_status: Object,\n payment_group_reference: String,\n payment_reference: String,\n reason: String,\n receiving_office: String,\n unidentified_reason: String,\n user_id: String,\n user_name: String,\n case_type: String\n }\n\n constructor(ccd_case_number : string, unAllocatedPayment: IBSPayments, caseType: string, exceptionRecord: string, allocatedRequest?: any) {\n this.amount = unAllocatedPayment.amount;\n this.banked_date = unAllocatedPayment.date_banked;\n this.ccd_case_number = ccd_case_number;\n this.exception_record = exceptionRecord;\n this.currency= unAllocatedPayment.currency;\n this.document_control_number = unAllocatedPayment.dcn_reference;\n this.external_provider = 'exela';\n this.giro_slip_no = unAllocatedPayment.bgc_reference;\n this.payer_name = unAllocatedPayment.payer_name;\n this.payment_channel = {\n description: '',\n name: 'bulk scan'\n };\n this.payment_status ={\n description: 'bulk scan payment completed',\n name: 'success'\n }\n this.payment_method = unAllocatedPayment.payment_method;\n this.case_type= caseType;\n if(allocatedRequest) {\n this.payment_allocation_dto = allocatedRequest;\n }\n\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\n\n@Component({\n selector: 'app-mark-unidentified-payment',\n templateUrl: './mark-unidentified-payment.component.html',\n styleUrls: ['./mark-unidentified-payment.component.scss']\n})\nexport class MarkUnidentifiedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnidentifiedForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n isInvesticationDetailEmpty: boolean = false;\n investicationDetailHasError: boolean = false;\n investicationDetailMinHasError: boolean = false;\n investicationDetailMaxHasError: boolean = false;\n errorMessage = this.getErrorMessage(false);\n unassignedRecord:IBSPayments;\n siteID: string = null;\n investigationComment: string;\n isConfirmButtondisabled:Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n isStrategicFixEnable: boolean = true;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.markPaymentUnidentifiedForm = this.formBuilder.group({\n investicationDetail: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ]))\n });\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.getErrorMessage(false);\n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n saveAndContinue() {\n this.resetForm([false, false, false, false]);\n const investicationField = this.markPaymentUnidentifiedForm.controls.investicationDetail;\n const formerror = investicationField.errors;\n if (this.markPaymentUnidentifiedForm.dirty && this.markPaymentUnidentifiedForm.valid) {\n this.investigationComment = this.markPaymentUnidentifiedForm.controls.investicationDetail.value;\n this.viewStatus = 'unidentifiedContinueConfirm';\n }else {\n if(investicationField.value == '' ) {\n this.resetForm([true, false, false, false]);\n }\n if(investicationField.value != '' && investicationField.invalid ) {\n this.resetForm([false, true, false, false]);\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false, false, true, false]);\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, true]);\n }\n }\n }\n resetForm(val) {\n this.isInvesticationDetailEmpty = val[0];\n this.investicationDetailHasError = val[1];\n this.investicationDetailMinHasError = val[2];\n this.investicationDetailMaxHasError = val[3];\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const reason = this.markPaymentUnidentifiedForm.get('investicationDetail').value;\n\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Unidentified',\n payment_allocation_status: {\n description: '',\n name: 'Unidentified'\n },\n unidentified_reason: reason,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnidentifiedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, reason);\n if (response2.success) {\n this.paymentViewService.postBSUnidentifiedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n cancelMarkUnidentifiedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.markPaymentUnidentifiedForm.get('investicationDetail').value!==\"\"){\n this.viewStatus = 'unidentifiedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.viewStatus = 'mainForm';\n }\n }\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","\nexport class UnsolicitedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n receiving_office: string;\n receiving_email_address: string;\n sending_email_address: string;\n unidentified_reason: string;\n constructor(payment_group_reference: string, payment_reference : string, reason: string,responsible_office: string, responsible_person:string,email_id: string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Transferred\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.unidentified_reason= reason;\n this.receiving_office= responsible_office;\n this.receiving_email_address= email_id;\n this.sending_email_address= responsible_person;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\n\n\n@Component({\n selector: 'app-mark-unsolicited-payment',\n templateUrl: './mark-unsolicited-payment.component.html',\n styleUrls: ['./mark-unsolicited-payment.component.scss']\n})\nexport class MarkUnsolicitedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnsolicitedForm: FormGroup;\n viewStatus: string;\n reasonHasError: boolean = false;\n isReasonEmpty: boolean = false;\n reasonMinHasError: boolean = false;\n reasonMaxHasError: boolean = false;\n responsibleOfficeHasError: boolean = false;\n isResponsibleOfficeEmpty: boolean = false;\n errorMessage = this.getErrorMessage(false);\n ccdCaseNumber: string;\n bspaymentdcn: string;\n unassignedRecord: IBSPayments;\n siteID: string = null;\n reason: string;\n responsiblePerson: string;\n responsibleOffice: string;\n emailId: string;\n isConfirmButtondisabled: Boolean = false;\n isContinueButtondisabled: Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n selectedSiteId: string;\n selectedSiteName: string;\n isStrategicFixEnable: boolean = true;\n siteIDList;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.resetForm([false,false,false,false,false,false], 'all');\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.paymentViewService.getSiteID().subscribe(\n siteids => {\n this.isContinueButtondisabled = false;\n this.errorMessage = this.getErrorMessage(false);\n this.siteIDList = JSON.parse(siteids);\n },\n err => {\n window.scrollTo(0, 0);\n this.isContinueButtondisabled = true;\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n \n this.markPaymentUnsolicitedForm = this.formBuilder.group({\n reason: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n responsibleOffice: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s\\\\n,\\\\.-:]*)$')\n ])),\n responsiblePerson: new FormControl(''),\n emailId: new FormControl('')\n });\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const controls = this.markPaymentUnsolicitedForm.controls;\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Transferred',\n payment_allocation_status: {\n description: '',\n name: 'Transferred'\n },\n unidentified_reason: controls.reason.value,\n receiving_office: this.selectedSiteId,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n // controls.responsibleOffice.setValue('P219');\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const response1 = JSON.parse(res1),\n requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnsolicitedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, controls.reason.value, this.selectedSiteId, controls.responsiblePerson.value, controls.emailId.value);\n if (response2.success) {\n this.paymentViewService.postBSUnsolicitedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n saveAndContinue() {\n this.resetForm([false,false,false,false,false,false], 'all');\n const formerror = this.markPaymentUnsolicitedForm.controls.reason.errors;\n const reasonField = this.markPaymentUnsolicitedForm.controls.reason;\n //const officeIdField = this.selectedSiteId;\n const officeIdField = this.markPaymentUnsolicitedForm.controls.responsibleOffice;\n if (this.markPaymentUnsolicitedForm.dirty && this.markPaymentUnsolicitedForm.valid) {\n const controls = this.markPaymentUnsolicitedForm.controls;\n this.emailId = controls.emailId.value;\n this.responsibleOffice = officeIdField.value;\n this.responsiblePerson = controls.responsiblePerson.value;\n this.reason = controls.reason.value;\n this.viewStatus = 'unsolicitedContinueConfirm';\n }else {\n if( reasonField.value == '' ) {\n this.resetForm([true,false,false,false,false,false], 'reason');\n }\n if(reasonField.value != '' && this.markPaymentUnsolicitedForm.controls.reason.invalid ) {\n this.resetForm([false,true,false,false,false,false], 'reason');\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false,false,true,false,false,false], 'reason');\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false,false,false,true,false,false], 'reason');\n }\n if(officeIdField.value == '') {\n this.resetForm([false,false,false,false,true,false], 'responsibleOffice');\n }\n if(officeIdField.value != '' && officeIdField.invalid) {\n this.resetForm([false,false,false,false,false,true],'responsibleOffice');\n }\n }\n }\n resetForm(val, field) {\n if(field==='reason' || field==='all') {\n this.isReasonEmpty = val[0];\n this.reasonHasError = val[1];\n this.reasonMinHasError = val[2];\n this.reasonMaxHasError = val[3];\n }\n if(field==='responsibleOffice' || field==='all') {\n this.isResponsibleOfficeEmpty = val[4];\n this.responsibleOfficeHasError = val[5];\n }\n }\n\ncancelMarkUnsolicitedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.checkingFormValue()){\n this.viewStatus = 'unsolicitedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.markPaymentUnsolicitedForm.controls.responsibleOffice.setValue('');\n this.viewStatus = 'mainForm';\n }\n }\n checkingFormValue(){\n const formFields = this.markPaymentUnsolicitedForm.value;\n let valueExists = false;\n\n for (var field in formFields) {\n if (formFields.hasOwnProperty(field) && formFields[field] !==\"\") {\n valueExists = true;\n break;\n }\n }\n return valueExists;\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n \n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n\n getErrorMessage(isErrorExist) {\n return {\n title: \"Something went wrong.\",\n body: \"Please try again later.\",\n showError: isErrorExist\n };\n }\n\n selectchange(args){ \n this.selectedSiteId = args.target.value; \n this.selectedSiteName = args.target.options[args.target.selectedIndex].text; \n } \n\n}\n","import { Component, OnInit, Output,Input, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport {Router} from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-app-unprocessed-payments',\n templateUrl: './unprocessed-payments.component.html',\n styleUrls: ['./unprocessed-payments.component.scss']\n})\nexport class UnprocessedPaymentsComponent implements OnInit {\n\n @Input('FEE_RECORDS_EXISTS') FEE_RECORDS_EXISTS: boolean;\n @Input('PAYMENTREF') PAYMENTREF: string;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('IS_BUTTON_ENABLE') IS_BUTTON_ENABLE: boolean;\n @Input('IS_OS_AMT_AVAILABLE') IS_OS_AMT_AVAILABLE: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('PAYMENTSLENGTH') PAYMENTSLENGTH:Number;\n @Input('LEVEL')LEVEL:Number;\n\n @Output() selectedUnprocessedFeeEvent: EventEmitter<string> = new EventEmitter();\n @Output() getUnprocessedFeeCount: EventEmitter<string> = new EventEmitter();\n\n viewStatus = 'main';\n unassignedRecordList: IBSPayments;\n upPaymentErrorMessage: string = null;\n ccdCaseNumber: string;\n recordId: string = null;\n isRecordExist: boolean = false;\n dcnNumber: string = null;\n selectedOption: string;\n isUnprocessedRecordSelected: boolean = true;\n isAllocateToExistingFeebtnEnabled: boolean = false;\n isMarkAsUnidentifiedbtnEnabled: boolean = false;\n isAllocatedToNewFeebtnEnabled: boolean = false;\n isExceptionCase: boolean = false;\n serviceId: string = null;\n isBulkScanEnable;\n isNewpcipaloff;\n isOldpcipaloff;\n isTurnOff: boolean = true;\n isStFixEnable;\n unassignedRecordSelectedList: IBSPayments;\n unassignedRecordListLength: number = 0;\n showContent: boolean;\n\n constructor(private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n // Todo ...\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewpcipaloff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldpcipaloff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.getFeeExists().subscribe( (data) => this.FEE_RECORDS_EXISTS = data);\n this.getUnassignedPaymentlist();\n\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.dcnNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n }\n\n }\n\n setValuesForUnassignedRecord(unassignedPayments) {\n \n this.unassignedRecordList = unassignedPayments.payments;\n if(this.unassignedRecordList){\n this.unassignedRecordListLength = unassignedPayments.payments.length\n }\n this.serviceId = unassignedPayments.responsible_service_id;\n if (unassignedPayments['ccd_reference'] === undefined) {\n this.isExceptionCase = true;\n }\n // this.isRecordExist = this.unassignedRecordList.length === 0;\n this.getUnprocessedFeeCount.emit(<any>this.unassignedRecordList.length);\n this.unprocessedPaymentSelectEvent(this.unassignedRecordList);\n }\n\n formatUnassignedRecordId(ID: Number) {\n return `unassignrecord-${ID}`;\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n\n redirectToFeeSearchPage(event: any, dcn_reference:any) {\n event.preventDefault();\n this.recordId = dcn_reference;\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n url += this.isOldpcipaloff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += this.isNewpcipaloff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}&dcn=${this.recordId}${url}`);\n }\n\n loadUnsolicitedPage(viewName: string, dcn_reference:any) {\n this.recordId = dcn_reference;\n this.paymentLibComponent.bspaymentdcn = this.recordId;\n this.paymentLibComponent.viewName = viewName;\n }\n\n unprocessedPaymentSelectEvent(selectedRecordReference: any) {\n this.isUnprocessedRecordSelected = true;\n this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit(selectedRecordReference);\n }\n\n resetButtons() {\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n }\n\n goToAllocatePage(dcn_reference:any) {\n this.paymentLibComponent.bspaymentdcn = dcn_reference;\n this.paymentLibComponent.unProcessedPaymentServiceId = this.serviceId\n this.paymentLibComponent.isTurnOff = this.ISTURNOFF;\n this.paymentLibComponent.isNewPcipalOff = this.ISNEWPCIPALOFF;\n this.paymentLibComponent.isOldPcipalOff = this.ISOLDPCIPALOFF;\n this.paymentLibComponent.ISSFENABLE = this.isStFixEnable;\n\n if(this.ISTURNOFF) {\n this.paymentLibComponent.paymentGroupReference = this.PAYMENTREF;\n this.paymentLibComponent.viewName = 'fee-summary';\n }else {\n this.paymentLibComponent.paymentGroupReference = null;\n this.paymentLibComponent.viewName = 'allocate-payments';\n }\n\n }\n\n validateButtons() {\n if ( this.isUnprocessedRecordSelected && this.isExceptionCase) {\n this.isMarkAsUnidentifiedbtnEnabled = true;\n } else if ( this.isUnprocessedRecordSelected && !this.isExceptionCase && !this.FEE_RECORDS_EXISTS) {\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = true;\n } else if( this.isUnprocessedRecordSelected && !this.isExceptionCase && this.FEE_RECORDS_EXISTS ) {\n if(!this.ISTURNOFF) {\n this.isAllocateToExistingFeebtnEnabled = true;\n this.isAllocatedToNewFeebtnEnabled = false;\n } else {\n this.isAllocateToExistingFeebtnEnabled = this.IS_OS_AMT_AVAILABLE;\n this.isAllocatedToNewFeebtnEnabled = true;\n }\n }\n }\n\n unprocessedPaymentUnSelectEvent(event: any) {\n event.preventDefault();\n this.recordId = null;\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n //this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit('');\n }\n\n showDetailRow(event: any,obj: any, i: any) {\n event.preventDefault();\n \n this.unassignedRecordSelectedList = obj;\n \n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {Router} from '@angular/router';\n\n@Component({\n selector: 'ccpay-app-processed-payments',\n templateUrl: './processed-payments.component.html',\n styleUrls: ['./processed-payments.component.scss']\n})\nexport class ProcessedPaymentsComponent implements OnInit {\n\n @Input('NONPAYMENTS') NONPAYMENTS: IPayment[];\n @Output() goToPaymentViewComponent: EventEmitter<any> = new EventEmitter();\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService\n ) { }\n ngOnInit() {\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n redirectToPaymentViewPage(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent.emit({paymentGroupReference, paymentReference, paymentMethod});\n }\n}\n","\nexport class IAllocationPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n reason: string;\n explanation: string;\n user_name: string;\n constructor(payment_group_reference: string, payment_reference : string, reason? : string, explanation? : string, userName? : string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Allocated\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.reason = reason ? reason : null;\n this.explanation = explanation ? explanation : null;\n this.user_name = userName ? userName : null;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {CaseTransactionsService} from '../../services/case-transactions/case-transactions.service'; \nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {IBSPayments} from '../../interfaces/IBSPayments';\nimport {AllocatePaymentRequest} from '../../interfaces/AllocatePaymentRequest';\nimport {IAllocationPaymentsRequest} from '../../interfaces/IAllocationPaymentsRequest';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n\n\n@Component({\n selector: 'app-allocate-payments',\n templateUrl: './allocate-payments.component.html',\n styleUrls: ['./allocate-payments.component.scss']\n})\nexport class AllocatePaymentsComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() caseType: string;\n\n overUnderPaymentForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n recordId:string;\n feedbackUrlLabel:string;\n unAllocatedPayment: IBSPayments = {\n amount: 0\n };\n siteID: string = null;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroup: IPaymentGroup;\n paymentGroups: IPaymentGroup[] = [];\t\n remainingAmount: number;\n isRemainingAmountGtZero: boolean;\n isMoreDetailsBoxHide: boolean = true;\n isRemainingAmountLtZero: boolean;\n afterFeeAllocateOutstanding: number;\n amountForAllocation: number;\n isConfirmButtondisabled: boolean = false;\n isContinueButtondisabled: boolean = true;\n otherPaymentExplanation: string = null;\n selectedOption: string = null;\n isFeeAmountZero: boolean = false;\t\n\n paymentReasonHasError: boolean = false;\n paymentExplanationHasError: boolean = false;\n isPaymentDetailsEmpty: boolean = false;\n isPaymentDetailsInvalid: boolean = false;\n paymentDetailsMinHasError: boolean = false;\n paymentDetailsMaxHasError: boolean = false;\n isUserNameEmpty: boolean = false;\n isUserNameInvalid: boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n paymentReason: string = null;\n paymentExplanation: string = null;\n userName: string = null;\n paymentSectionLabel: any;\n paymentRef: string = null;\n isStrategicFixEnable: boolean = true;\n orderLevelFees: IOrderReferenceFee[] = [];\n cookieUserName: string[] = [];\n enCookieUserName: any;\n userNameField: string = null;\n\n reasonList: { [key: string]: { [key: string]: string } }= {\n overPayment: {\n hwfReward: 'Help with Fees (HWF) awarded. Please include the HWF reference number in the explanatory note',\n wrongFee: 'Incorrect payment received',\n notIssueCase: 'Unable to issue case',\n otherDeduction: 'Other'\n },\n shortFall: {\n helpWithFee: 'Help with Fees (HWF) application declined',\n wrongFee: 'Incorrect payment received',\n other: 'Other'\n }\n }\n explanationList = {\n overPayment: {\n referRefund: 'Details in case notes. Refund due',\n noRefund: 'Details in case notes. No refund due',\n noCase: 'No case created. Refund due',\n other: 'Other'\n },\n shortFall: {\n holdCase: 'I have put a stop on the case and contacted the applicant requesting the balance of payment',\n heldCase: 'I have put a stop on the case. The applicant needs to be contacted to request the balance of payment',\n other: 'Other'\n }\n }\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\n\n constructor(\n private errorHandlerService: ErrorHandlerService,\n private caseTransactionsService: CaseTransactionsService,\n private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n if (this.paymentLibComponent.paymentGroupReference !== null) {\n this.viewStatus = 'allocatePaymentConfirmation';\n }\n \n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.paymentRef = this.paymentLibComponent.paymentGroupReference;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.isTurnOff = this.paymentLibComponent.isTurnOff;\n this.overUnderPaymentForm = this.formBuilder.group({\n moreDetails: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n userName: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s]*)$')\n ])),\n });\n this.OrderslistService.getOrdersList().subscribe( (data) =>\n this.orderLevelFees = data.filter(data => data.orderStatus !== 'Paid'));\n this.OrderslistService.getCaseType().subscribe( (data) => this.caseType = data);\n this.getUnassignedPayment();\n }\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n getPaymentGroupDetails(){\n\n if(!this.isTurnOff){\n this.paymentViewService.getPaymentGroupDetails(this.paymentRef).subscribe(\n paymentGroup => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroup = paymentGroup;\n this.saveAndContinue();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroups = paymentGroups['payment_groups'].filter(paymentGroup => {\n paymentGroup.fees.forEach(fee => {\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true\n }\n });\n let fstCon = this.getGroupOutstandingAmount(<IPaymentGroup>paymentGroup),\n scndCn = fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero) && paymentGroup.payment_group_reference === this.paymentRef;\n return this.paymentRef ? scndCn : fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero);\n });\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n\n }\n\n selectedPaymentGroup(paymentGroup: IPaymentGroup) {\t\n this.isContinueButtondisabled = false;\t\n this.paymentGroup = paymentGroup;\t\n }\t\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n gotoSummaryPage(event: any) { \n event.preventDefault();\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n cancelAllocatePayment(event: any){\n event.preventDefault();\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if(!this.isTurnOff){\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n } else {\n this.viewStatus = 'mainForm';\t\n }\n }\n confirmAllocatePayement(){\n this.enCookieUserName = document.cookie.split(\";\").find(row => row.includes(\"user-info\")).split(\"=\")[1].split(\";\");\n this.cookieUserName = JSON.parse(decodeURIComponent(this.enCookieUserName));\n \n const fullName = this.cookieUserName['forename'] + ' ' + this.cookieUserName['surname'];\n\n const paymentDetailsField = this.overUnderPaymentForm.controls.moreDetails,\n paymentFormError = this.overUnderPaymentForm.controls.moreDetails.errors,\n userNameField = fullName,\n isEmptyCondtion = this.paymentReason && this.paymentExplanation,\n isOtherOptionSelected = this.paymentExplanation === 'Other';\n\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if ( (!this.isRemainingAmountGtZero && !this.isRemainingAmountLtZero) || isEmptyCondtion && (!isOtherOptionSelected && userNameField.length > 0 || isOtherOptionSelected && userNameField.length > 0 && paymentDetailsField.valid)) {\n this.isConfirmButtondisabled = true;\n this.otherPaymentExplanation = this.paymentExplanation === 'Other' ? paymentDetailsField.value : this.paymentExplanation;\n this.userName = userNameField;\n this.finalServiceCall();\n }else {\n if(!this.paymentReason) {\n this.resetForm([true, false, false, false, false, false, false, false], 'reason');\n }\n if(!this.paymentExplanation) {\n this.resetForm([false, true, false, false, false, false, false, false], 'explanation');\n }\n if(this.paymentExplanation && isOtherOptionSelected) {\n if(paymentDetailsField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'other');\n }\n if(paymentDetailsField.value != '' && paymentDetailsField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.minlength && paymentFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.maxlength && paymentFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'other');\n }\n }\n if(userNameField.length === 0) {\n this.resetForm([false, false, false, false, false, false, true, false], 'username');\n }\n }\n }\n resetForm(vals, field) {\n if(field==='reason' || field==='all') {\n this.paymentReasonHasError = vals[0];\n }\n if(field==='explanation' || field==='all') {\n this.paymentExplanationHasError = vals[1];\n }\n if(field==='other' || field==='all') {\n this.isPaymentDetailsEmpty = vals[2];\n this.isPaymentDetailsInvalid = vals[3];\n this.paymentDetailsMinHasError = vals[4];\n this.paymentDetailsMaxHasError = vals[5];\n }\n if(field==='username' || field==='all') {\n this.isUserNameEmpty = vals[6];\n this.isUserNameInvalid = vals[7];\n }\n }\n finalServiceCall() {\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n reason: this.paymentReason,\n allocation_status:'Allocated',\n explanation: this.otherPaymentExplanation,\n payment_allocation_status: {\n description: '',\n name: 'Allocated'\n },\n payment_group_reference: this.paymentGroup.payment_group_reference,\n case_type: this.caseType,\n user_name: this.userName\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSPaymentStrategic(postStrategicBody , this.paymentGroup.payment_group_reference).subscribe(\n res => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n });\n\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response1 = JSON.parse(res1);\n if (response1.success) {\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.siteID, this.exceptionReference);\n this.bulkScaningPaymentService.postBSAllocatePayment(requestBody, this.paymentGroup.payment_group_reference).subscribe(\n res2 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response2 = JSON.parse(res2);\n const reqBody = new IAllocationPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, this.paymentReason, this.otherPaymentExplanation, this.userName);\n if (response2.success) {\n this.paymentViewService.postBSAllocationPayments(reqBody).subscribe(\n \n res3 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n ); \n }\n }\n\n saveAndContinue(){\n if(this.paymentGroup) {\n this.isMoreDetailsBoxHide = true;\n this.overUnderPaymentForm.get('moreDetails').reset();\n this.overUnderPaymentForm.get('moreDetails').setValue('');\n this.overUnderPaymentForm.get('userName').reset();\n this.overUnderPaymentForm.get('userName').setValue('');\n this.paymentReason = '';\n this.paymentExplanation = '';\n let GroupOutstandingAmount = this.getGroupOutstandingAmount(this.paymentGroup);\n const remainingToBeAssigned = this.unAllocatedPayment.amount - GroupOutstandingAmount;\n this.isRemainingAmountGtZero = remainingToBeAssigned > 0;\n this.isRemainingAmountLtZero = remainingToBeAssigned < 0;\n this.paymentSectionLabel = this.isRemainingAmountGtZero ? { \n title: 'There is an Over payment of',\n reason: 'Provide a reason. This will be used in the Refund process.',\n }: this.isRemainingAmountLtZero ? { \n title: 'There is an Under payment of',\n reason: 'Provide a reason',\n }: { \n title:'Amount left to be allocated',\n reason:'',\n };\n this.feedbackUrlLabel = this.isRemainingAmountGtZero ? 'CONFIRMALLOCATION_SURPLUS' : this.isRemainingAmountLtZero ? 'CONFIRMALLOCATION_SHORTFALL' : 'CONFIRMALLOCATION';\n this.remainingAmount = this.isRemainingAmountGtZero ? remainingToBeAssigned : this.isRemainingAmountLtZero ? remainingToBeAssigned * -1 : 0;\n this.afterFeeAllocateOutstanding = remainingToBeAssigned >= 0 ? 0 : (remainingToBeAssigned * -1);\n this.amountForAllocation = GroupOutstandingAmount >= this.unAllocatedPayment.amount ? this.unAllocatedPayment.amount : GroupOutstandingAmount;\n if(this.isTurnOff){\n this.viewStatus = 'allocatePaymentConfirmation';\t\n }\n }\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.unAllocatedPayment = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n this.getPaymentGroupDetails();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n selectRadioButton(key, type) {\n this.isMoreDetailsBoxHide = true;\n if( type === 'explanation' && key === 'other' ){\n this.isPaymentDetailsEmpty = false;\n this.isPaymentDetailsInvalid = false;\n this.paymentDetailsMinHasError = false;\n this.paymentDetailsMaxHasError = false;\n this.isMoreDetailsBoxHide = false;\n }\n }\n OrderListSelectEvent(orderef: any){\n this.isContinueButtondisabled = false;\n this.recordId= orderef;\n }\n\n redirectToOrderFeeSearchPage() {\n // this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = this.recordId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n}\n}\n","import { IFee } from './IFee';\n\nexport class AddRemissionRequest {\n beneficiary_name: string;\n ccd_case_number: string;\n fee: IFee;\n hwf_amount: number;\n hwf_reference: string;\n payment_group_reference: string;\n case_type: string;\n\n constructor(ccd_case_number: string, fee: IFee, hwf_amount: number, hwf_reference: string, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.fee = fee;\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n this.case_type = caseType;\n }\n}\n","export class AddRetroRemissionRequest {\n hwf_amount: number;\n hwf_reference: string;\n\n constructor(hwf_amount: number, hwf_reference: string) {\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n }\n}\n","export class PostRefundRetroRemission {\n payment_reference: string;\n refund_reason: string;\n \n constructor(payment_reference : string, refund_reason : string) {\n this.payment_reference= payment_reference;\n this.refund_reason = refund_reason;\n } \n}","export class PostIssueRefundRetroRemission {\n remissionReference: string;\n \n constructor(remissionReference : string) {\n this.remissionReference= remissionReference;\n } \n}","import { Component, OnInit, Input, Output, EventEmitter} from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator } from '@angular/forms';\nimport { IFee } from '../../interfaces/IFee';\nimport {Router} from '@angular/router';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { IssueRefundRequest } from '../../interfaces/IssueRefundRequest';\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';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\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() payment: IPayment;\n @Input() remission: IRemission;\n @Input() ccdCaseNumber: string;\n @Input() caseType: string;\n @Input() viewCompStatus: string;\n @Input() paymentGroupRef: string;\n @Input() isTurnOff: boolean;\n @Input() isRefundRemission: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isStrategicFixEnable: boolean;\n @Input() paidAmount: any;\n @Input() isFromRefundListPage: boolean;\n @Input() isFromPaymentDetailPage: boolean;\n @Input() isFromServiceRequestPage: boolean;\n @Input() feeamount: number;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input('orderDetail') orderDetail: any[];\n @Input('orderRef') orderRef: string;\n @Input('orderStatus') orderStatus: string;\n @Input('orderParty') orderParty: string;\n @Input('orderCreated') orderCreated: Date;\n @Input('orderCCDEvent') orderCCDEvent: string;\n @Input('takepayment') takePayment: boolean;\n @Input('orderFeesTotal') orderFeesTotal: number;\n @Input('orderTotalPayments') orderTotalPayments: number;\n @Input('orderRemissionTotal') orderRemissionTotal: number;\n @Output() cancelRemission: EventEmitter<void> = new EventEmitter();\n //@Output() refundListReason: EventEmitter<any> = new EventEmitter({reason:string, code:string});\n @Output() refundListReason = new EventEmitter<{reason: string, code: string}>();\n @Output() refundListAmount: EventEmitter<string> = new EventEmitter();\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\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 // 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 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.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 if (this.payment){\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 });\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundDDReason'].setValue('Select a different reason', {onlySelf: true});\n \n if(this.viewCompStatus === ''){\n this.viewStatus = 'main';\n }\n \n if(this.viewCompStatus === 'issuerefund'){\n this.refundService.getRefundReasons().subscribe(\n refundReasons => { \n this.refundReasons = refundReasons.filter((data) => data.recently_used === false);\n this.refundReasons = this.refundReasons.filter((data) => data.name !== 'Retrospective remission');\n this.cd.detectChanges();\n this.commonRefundReasons = refundReasons.filter((data) => data.recently_used === true);\n this.commonRefundReasons.sort((a, b) => a.toString().localeCompare(b));\n this.cd.detectChanges();\n } );\n }\n \n if(this.viewCompStatus === 'processretroremissonpage' && this.isFromRefundListPage){\n this.viewStatus = 'processretroremissonpage';\n }\n\n }\n\n addRemission() {\n this.resetRemissionForm([false, false, false, false, false, false], 'All');\n const remissionctrls=this.remissionForm.controls,\n isRemissionLessThanFee = this.fee.calculated_amount > remissionctrls.amount.value; \n this.remissionForm.controls['refundReason'].setErrors(null);\n this.remissionForm.controls['refundDDReason'].setErrors(null);\n if (this.remissionForm.dirty && this.remissionForm.valid && isRemissionLessThanFee) {\n this.viewStatus = 'confirmation';\n }else {\n\n if(remissionctrls['remissionCode'].value == '' ) {\n this.resetRemissionForm([true, false, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['remissionCode'].value != '' && remissionctrls['remissionCode'].invalid ) {\n this.resetRemissionForm([false, true, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['amount'].value == '' ) {\n this.resetRemissionForm([false, false, true, false, false, false], 'amount');\n }\n if(remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid ) {\n this.resetRemissionForm([false, true, false, true, false, false], 'amount');\n }\n if(remissionctrls.amount.valid && !isRemissionLessThanFee){\n this.resetRemissionForm([false, false, false, false, true, false], 'amount');\n }\n }\n }\n\n confirmRemission() {\n this.isConfirmationBtnDisabled = true;\n const newNetAmount = this.remissionForm.controls.amount.value,\n remissionAmount = this.fee.net_amount - newNetAmount,\n requestBody = new AddRemissionRequest\n (this.ccdCaseNumber, this.fee, remissionAmount, this.remissionForm.controls.remissionCode.value, this.caseType);\n this.paymentViewService.postPaymentGroupWithRemissions(decodeURIComponent(this.paymentGroupRef).trim(), this.fee.id, requestBody).subscribe(\n response => {\n if (JSON.parse(response).success) {\n let LDUrl = this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable'\n LDUrl += `&caseType=${this.caseType}`\n LDUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable'\n LDUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable'\n if (this.paymentLibComponent.bspaymentdcn) {\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(`/payment-history/${this.ccdCaseNumber}?view=fee-summary&selectedOption=${this.option}&paymentGroupRef=${this.paymentGroupRef}&dcn=${this.paymentLibComponent.bspaymentdcn}${LDUrl}`);\n }else {\n this.gotoCasetransationPage();\n }\n\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n }\n );\n }\n\n resetRemissionForm(val, field){\n if (field==='All'){\n this.isRemissionCodeEmpty = val[0];\n this.remissionCodeHasError = val[1];\n this.isAmountEmpty = val[2];\n this.amountHasError = val[3];\n this.isRemissionLessThanFeeError = val[4];\n this.isReasonEmpty = val[5];\n } else if(field==='remissionCode' || field==='All') {\n this.isRemissionCodeEmpty = val[0];\n this.remissionCodeHasError = val[1];\n } else if (field==='amount' || field==='All'){\n this.isAmountEmpty = val[2];\n this.amountHasError = val[3];\n this.isRemissionLessThanFeeError = val[4];\n } else if (field==='reason' || field==='All'){\n this.isReasonEmpty = val[5];\n }\n }\n\n // Add retro remission changes\n addRemissionCode() {\n this.errorMessage = false;\n this.viewStatus = '';\n this.isRefundRemission = false;\n this.resetRemissionForm([false, false, false, false, false, false], 'All');\n const remissionctrls=this.remissionForm.controls\n // isRemissionLessThanFee = this.fee.calculated_amount >= remissionctrls.amount.value; \n this.remissionForm.controls['refundReason'].setErrors(null);\n this.remissionForm.controls['refundDDReason'].setErrors(null);\n this.remissionForm.controls['amount'].setErrors(null);\n if (this.remissionForm.dirty && this.remissionForm.valid ) {\n this.viewCompStatus = '';\n this.viewStatus = \"processretroremissonpage\";\n }else {\n\n if(remissionctrls['remissionCode'].value == '' ) {\n this.resetRemissionForm([true, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['remissionCode'].value != '' && remissionctrls['remissionCode'].invalid ) {\n this.resetRemissionForm([false, true, false, false, false], 'remissionCode');\n }\n if(remissionctrls['amount'].value == '' ) {\n this.resetRemissionForm([false, false, true, false, false], 'amount');\n }\n if(remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid ) {\n this.resetRemissionForm([false, true, false, true, false], 'amount');\n }\n if(remissionctrls['reason'].value == '') {\n this.resetRemissionForm([false, false, false, true, false, true], 'reason');\n }\n if(remissionctrls.amount.valid){\n this.resetRemissionForm([false, false, false, false, true], 'amount');\n }\n \n }\n }\n\n\n gotoAddRetroRemissionCodePage() {\n this.errorMessage = false;\n 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 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\n gotoProcessRetroRemissionPage() {\n this.viewStatus = '';\n this.viewCompStatus = 'addremission';\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.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);\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 this.paymentLibComponent.iscancelClicked = false;\n if(this.paymentLibComponent.REFUNDLIST === \"true\") {\n this.isFromRefundListPage = true; \n }\n this.errorMessage = '';\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 this.viewCompStatus = '';\n this.viewStatus = 'checkissuerefundpage';\n }\n \n } else {\n this.displayRefundReason = this.selectedRefundReason;\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 = 'checkissuerefundpage';\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.refundHasError = false;\n this.isReasonEmpty = false;\n }\n\n changeIssueRefundReason() {\n // this.remissionForm.controls['refundReason'].setValue('Duplicate payment');\n this.errorMessage = '';\n this.refundHasError = false;\n this.isReasonEmpty = false;\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n this.isRefundRemission = true;\n }\n\n confirmIssueRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n \n const requestBody = new PostRefundRetroRemission(this.payment.reference,this.refundReason);\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// Retro Refund\n\n confirmRetroRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n\n const requestBody = new PostRefundRetroRemission(this.payment.reference,'RR004-Retrospective remission');\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.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\n gotoServiceRequestPage(event: any) {\n this.errorMessage ='';\n event.preventDefault();\n if (this.isFromServiceRequestPage && !this.isFromPaymentDetailPage) {\n this.viewStatus = 'order-full-view';\n this.viewCompStatus = '';\n } else if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.iscancelClicked = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n this.paymentLibComponent.isFromRefundStatusPage = true;\n } else {\n this.paymentLibComponent.paymentMethod = this.payment.method;\n this.paymentLibComponent.paymentGroupReference = this.paymentLibComponent.paymentGroupReference\n this.paymentLibComponent.paymentReference = this.payment.reference;\n this.paymentLibComponent.viewName = 'payment-view';\n this.OrderslistService.setOrderRef(this.orderRef);\n this.OrderslistService.setorderCCDEvent(this.orderCCDEvent);\n this.OrderslistService.setorderCreated(this.orderCreated);\n this.OrderslistService.setorderDetail(this.orderDetail);\n this.OrderslistService.setorderParty(this.orderParty);\n this.OrderslistService.setorderTotalPayments(this.orderTotalPayments);\n this.OrderslistService.setorderRemissionTotal(this.orderRemissionTotal);\n this.OrderslistService.setorderFeesTotal(this.orderFeesTotal);\n this.viewStatus = 'payment-view';\n this.sendOrderDetail = this.orderDetail;\n this.sendOrderRef = this.orderRef;\n if(this.LOGGEDINUSERROLES === undefined) {\n this.OrderslistService.getUserRolesList().subscribe((data) => this.LOGGEDINUSERROLES = data);\n }\n this.viewCompStatus = '';\n }\n // if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n // this.paymentLibComponent.SERVICEREQUEST = 'false';\n // this.paymentLibComponent.TAKEPAYMENT = false;\n // }\n // if (this.isFromServiceRequestPage) {\n // //this.paymentLibComponent.TAKEPAYMENT = false;\n // this.paymentLibComponent.isFromRefundStatusPage = false;\n // this.viewStatus = 'main'\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.OrderslistService.setisFromServiceRequestPage(true);\n // this.OrderslistService.setnavigationPage('servicerequestpage');\n // }\n // if ( this.isFromRefundListPage ) {\n // this.paymentLibComponent.iscancelClicked = true;\n // this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n // this.paymentLibComponent.isFromRefundStatusPage = true;\n // } \n // if(!this.paymentLibComponent.isFromRefundStatusPage) {\n // if(this.payment) {\n // this.OrderslistService.setpaymentPageView({method: this.payment.method,payment_group_reference: this.paymentGroupRef, reference:this.payment.reference});\n // }\n // if (this.isFromServiceRequestPage) { \n // this.OrderslistService.setnavigationPage('servicerequestpage');\n // } else {\n // this.OrderslistService.setnavigationPage('paymentdetailspage');\n // }\n // this.errorMessage = '';\n // this.paymentLibComponent.viewName = 'case-transactions';\n // // this.paymentLibComponent.TAKEPAYMENT = true;\n // this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n // this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n // this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n // this.paymentLibComponent.isFromServiceRequestPage = true; \n // this.paymentLibComponent.ISBSENABLE = true;\n // let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.caseType}`;\n // partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // if(this.isFromPaymentDetailPage) {\n // partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n // }\n // if(!this.paymentLibComponent.TAKEPAYMENT) {\n // this.paymentLibComponent.TAKEPAYMENT = undefined;\n // }\n // if ( this.paymentLibComponent.SERVICEREQUEST) {\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n // } else {\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n // }\n \n // } else {\n // this.paymentLibComponent.viewName === 'refundstatuslist';\n // this.paymentLibComponent.isFromRefundStatusPage = true;\n // }\n }\n\n gotoCasetransationPage() {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.VIEW = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n this.resetOrderData();\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n gotoCasetransationPageCancelBtnClicked(event: Event) {\n event.preventDefault();\n if( !this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.VIEW ='case-transactions';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n // this.OrderslistService.setnavigationPage('casetransactions');\n // this.OrderslistService.setisFromServiceRequestPage(false);\n // this.paymentLibComponent.VIEW ='case-transactions';\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentLibComponent.ISBSENABLE = true;\n // this.paymentLibComponent.isRefundStatusView = false;\n // this.resetOrderData(); let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.caseType}`;\n // partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n } else { \n\n if (this.paymentLibComponent.REFUNDLIST) {\n this.paymentLibComponent.viewName = 'refund-list';\n return;\n }\n if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n this.paymentLibComponent.SERVICEREQUEST = 'false';\n }\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.OrderslistService.setpaymentPageView({method: '',payment_group_reference: '', reference:''});\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n this.paymentLibComponent.ISBSENABLE = true;\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n\n if(!this.paymentLibComponent.SERVICEREQUEST) {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n } else {\n const url =`/payment-history/${this.ccdCaseNumber}?selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n }\n \n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n\n\n getFormattedCurrency(currency:number){\n if(currency.toString().includes(\".\")){\n return currency\n }\n return currency.toString().concat(\".00\");\n }\n \n}","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'ccdHyphens'\n})\nexport class CcdHyphensPipe implements PipeTransform {\n constructor() {}\n transform(value: any, args?: any): any {\n const pattern = /^([0-9]{4})+([0-9]{4})+([0-9]{4})+([0-9]{4})$/;\n if ( value.match(pattern)) {\n return value.replace(pattern,'$1-$2-$3-$4') \n }\n return value;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'capitalize'\n})\nexport class CapitalizePipe implements PipeTransform {\n constructor() { }\n transform(s: any, args?: any): any {\n return s && s[0].toUpperCase() + s.slice(1) || \"\";\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'keyValue'\n})\nexport class keyValuePipe implements PipeTransform {\n constructor() {}\n transform(input: any): any {\n let keys = [];\n for (let key in input) {\n if (input.hasOwnProperty(key)) {\n keys.push({ key: key, value: input[key]});\n }\n }\n return keys;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n\n@Pipe({ name: 'sanitizeHtml' })\nexport class SanitizeHtmlPipe implements PipeTransform {\n constructor(private sanitizer: DomSanitizer) {}\n transform(value: any): SafeHtml {\n return this.sanitizer.bypassSecurityTrustHtml(value);\n }\n}\n","import { Injectable } from '@angular/core';\nimport * as FileSaver from 'file-saver';\nimport * as XLSX from 'xlsx';\nimport * as XLSXStyle from 'xlsx-style';\n\n\nconst EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';\nconst EXCEL_EXTENSION = '.xlsx';\n\n@Injectable()\nexport class XlFileService {\n\n constructor() { }\n\n public exportAsExcelFile(json: any[], excelFileName: string): void {\n let worksheet: XLSX.WorkSheet; \n let workbook: XLSX.WorkBook; \n\n if(excelFileName.match('Data_Loss')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['loss_resp','payment_asset_dcn','env_ref','env_item','resp_service_id','resp_service_name','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setDataLossReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Unprocessed')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','exception_ref','ccd_ref','date_banked','bgc_batch','payment_asset_dcn','env_ref','env_item','payment_method','amount']});\n worksheet = this.setUnprocessedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Processed_Unallocated')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','allocation_status','receiving_office','allocation_reason','ccd_exception_reference','ccd_case_reference','payment_asset_dcn','env_ref','env_item','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setProcessedUnallocatedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else {\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','surplus_shortfall','balance','payment_amount','ccd_case_reference', 'ccd_exception_reference', 'processed_date', 'reason', 'explanation', 'user_name']});\n worksheet = this.setShortFallReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n }\n workbook = { Sheets: { 'data': worksheet }, SheetNames: ['data'] };\n const excelBuffer: any = XLSX.write(workbook, { bookType: 'xlsx', type: 'array' });\n this.saveAsExcelFile(excelBuffer, excelFileName);\n }\n\n\nprivate autoFitColumns (worksheet: XLSX.WorkSheet,json:any) : XLSX.WorkSheet {\n let objectMaxLength = []; \n let ColWidth = [];\n let obj = <any>Object;\n for (let i = 0; i < json.length; i++) {\n let value = obj.values(json[i]);\n let key = obj.keys(json[i]);\n for (let j = 0; j < value.length; j++) {\n if(value[j] === null){\n value[j] = '';\n }\n objectMaxLength[j] =\n key[j].length >= value[j].length\n ? key[j].length+2\n : value[j].length+1;\n if( value[j].length === undefined){\n objectMaxLength[j] = key[j].length+2;\n }\n ColWidth.push({'width': +objectMaxLength[j]});\n }\n }\n worksheet['!cols'] = ColWidth;\n return worksheet;\n}\n\n\nprivate setDataLossReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Loss_Resp\";\n worksheet.B1.v = \"Payment_Asset_DCN\";\n worksheet.C1.v = \"Envelope_Ref\";\n worksheet.D1.v = \"Envelope_Item\";\n worksheet.E1.v = \"Resp_Service ID\";\n worksheet.F1.v = \"Resp_Service Name\";\n worksheet.G1.v = \"Date_Banked\";\n worksheet.H1.v = \"BGC_Batch\";\n worksheet.I1.v = \"Payment_Method\";\n worksheet.J1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setUnprocessedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Exception_Ref\";\n worksheet.D1.v = \"CCD_Ref\";\n worksheet.E1.v = \"Date_Banked\";\n worksheet.F1.v = \"BGC_Batch\";\n worksheet.G1.v = \"Payment_Asset_DCN\";\n worksheet.H1.v = \"Envelope_Ref\";\n worksheet.I1.v = \"Envelope_Item\";\n worksheet.J1.v = \"Payment_Method\";\n worksheet.K1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setProcessedUnallocatedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Allocation_Status\";\n worksheet.D1.v = \"Receiving_Office\";\n worksheet.E1.v = \"Allocation_Reason\";\n worksheet.F1.v = \"CCD_Exception_Ref\";\n worksheet.G1.v = \"CCD_Case_Ref\";\n worksheet.H1.v = \"Payment_Asset_DCN\";\n worksheet.I1.v = \"Envelope_Ref\";\n worksheet.J1.v = \"Envelope_Item\";\n worksheet.K1.v = \"Date_Banked\";\n worksheet.L1.v = \"BGC_Batch\";\n worksheet.M1.v = \"Payment_Method\";\n worksheet.N1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setShortFallReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Over Payment_Under Payment\";\n worksheet.D1.v = \"Balance\";\n worksheet.E1.v = \"Payment_Amount\";\n worksheet.F1.v = \"CCD_Case_Ref\";\n worksheet.G1.v = \"Exception_Ref\";\n worksheet.H1.v = \"Processed_Date\";\n worksheet.I1.v = \"Reason\";\n worksheet.J1.v = \"Explanation\";\n worksheet.K1.v = \"Updated Name\";\n return worksheet;\n}\n\nprivate saveAsExcelFile(buffer: any, fileName: string): void {\n const data: Blob = new Blob([buffer], {\n type: EXCEL_TYPE\n });\n FileSaver.saveAs(data, fileName + EXCEL_EXTENSION);\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, FormControl } from '@angular/forms';\nimport { formatDate } from \"@angular/common\";\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {XlFileService} from '../../services/xl-file/xl-file.service';\n\n@Component({\n selector: 'ccpay-reports',\n templateUrl: './reports.component.html',\n styleUrls: ['./reports.component.scss']\n})\nexport class ReportsComponent implements OnInit {\n reportsForm: FormGroup;\n startDate: string;\n endDate: string;\n ccdCaseNumber: string;\n isDownLoadButtondisabled:Boolean = false;\n isStartDateLesthanEndDate: Boolean = false;\n isDateRangeBetnWeek: Boolean = false;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroups: IPaymentGroup[] = [];\n\n constructor(\n private xlFileService: XlFileService,\n private errorHandlerService: ErrorHandlerService,\n private formBuilder: FormBuilder,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentViewService: PaymentViewService) { }\n \n\n ngOnInit() {\n this.fromValidation();\n\n }\n\n getToday(): string {\n return new Date().toISOString().split('T')[0];\n }\n\n getSelectedFromDate(): void {\n this.validateDates(this.reportsForm.get('selectedreport').value);\n }\n\n validateDates(reportName){\n const selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n const isDateRangeMoreThanWeek = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 7;\n if(new Date(selectedStartDate) > new Date(selectedEndDate) && selectedEndDate !== ''){\n this.reportsForm.get('startDate').setValue('');\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = true;\n } else if(reportName && reportName ==='SURPLUS_AND_SHORTFALL' && isDateRangeMoreThanWeek ) {\n this.isDateRangeBetnWeek = true;\n this.isStartDateLesthanEndDate = false;\n } else {\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = false;\n }\n\n }\n\n fromValidation() {\n this.reportsForm = this.formBuilder.group({\n selectedreport: new FormControl('') ,\n startDate: new FormControl(''),\n endDate: new FormControl('') \n });\n}\n\ndownloadReport(){\n this.isDownLoadButtondisabled = true;\n const dataLossRptDefault = [{loss_resp:'',payment_asset_dcn:'',env_ref:'',env_item:'',resp_service_id:'',resp_service_name:'',date_banked:'',bgc_batch:'',payment_method:'',amount:''}],\n unProcessedRptDefault = [{resp_service_id:'',resp_service_name:'',exception_ref:'',ccd_ref:'',date_banked:'',bgc_batch:'',payment_asset_dcn:'',env_ref:'',env_item:'',payment_method:'',amount:''}],\n processedUnallocated =[{resp_service_id:'',resp_service_name:'',allocation_status:'',receiving_office:'',allocation_reason:'',ccd_exception_ref:'',ccd_case_ref:'',payment_asset_dcn:'',env_ref:'',env_item:'',date_banked:'',bgc_batch:'',payment_method:'',amount:'',updated_by:''}],\n shortFallsRptDefault = [{resp_service_id:'',resp_service_name:'',surplus_shortfall:'',balance:'',payment_amount:'',ccd_case_reference:'',ccd_exception_reference:'',processed_date:'', reason:'', explanation:'', user_name:''}],\n selectedReportName = this.reportsForm.get('selectedreport').value,\n selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n\n if(selectedReportName === 'PROCESSED_UNALLOCATED' || selectedReportName === 'SURPLUS_AND_SHORTFALL' ){\n this.paymentViewService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res= {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'PROCESSED_UNALLOCATED' ){\n res.data= processedUnallocated;\n } else if(res['data'].length === 0 && selectedReportName === 'SURPLUS_AND_SHORTFALL' ) {\n res.data= shortFallsRptDefault;\n } \n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"balance\"] !== undefined) {\n res['data'][i]['balance'] = this.convertToFloatValue(res['data'][i][\"balance\"]);\n }\n let Op = res['data'][i][\"surplus_shortfall\"];\n if(Op !== undefined) {\n res['data'][i]['surplus_shortfall'] = Op ==\"Surplus\" ? \"Over payment\":\"Under payment\";\n }\n if(res['data'][i][\"payment_amount\"] !== undefined) {\n res['data'][i]['payment_amount'] = this.convertToFloatValue(res['data'][i]['payment_amount']);\n }\n }\n } \n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n } else {\n this.bulkScaningPaymentService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res = {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'DATA_LOSS' ){\n res.data= dataLossRptDefault;\n } else if(res['data'].length === 0 && selectedReportName === 'UNPROCESSED'){\n res.data = unProcessedRptDefault;\n }\n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n }\n }\n\n getFileName(selectedOption: string, startDate: string, endDate: string ) {\n const loc = 'en-US',\n stDt = formatDate(startDate, 'ddMMyy', loc),\n enDt = formatDate(endDate, 'ddMMyy', loc),\n now = new Date(),\n currentDate = formatDate(now, 'ddMMyy', loc),\n timestamp = `${currentDate}_${this.getTwodigit(now.getHours())}${this.getTwodigit(now.getMinutes())}${this.getTwodigit(now.getSeconds())}`,\n selectedOptionTxt = this.getCamelCaseString(selectedOption);\n \n return selectedOptionTxt+'_'+stDt+'_To_'+enDt+'_Run_'+ timestamp;\n } \n tranformDate(strDate: string) {\n let result = '';\n if (strDate) {\n let parts = strDate.split('-');\n result = `${parts[1]}/${parts[2]}/${parts[0]}`;\n }\n return result;\n }\n getTwodigit(input: number){\n return (\"0\" + input).slice(-2);\n }\n getCamelCaseString(selectedOption) {\n let result;\n switch(selectedOption) { \n case 'UNPROCESSED': { \n result = 'Unprocessed';\n break; \n } \n case 'DATA_LOSS': { \n result = 'Data_Loss';\n break; \n } \n case 'PROCESSED_UNALLOCATED': { \n result = 'Processed_Unallocated';\n break; \n } \n case 'SURPLUS_AND_SHORTFALL': { \n result = 'Over Payment_Under Payment';\n break; \n } \n default: { \n result = selectedOption;\n break; \n } \n } \n return result;\n }\n applyDateFormat(res) {\n const fmt = 'dd/MM/yyyy',\n loc = 'en-US';\n return res['data'].map(value => {\n if (value['date_banked']) {\n value['date_banked'] = formatDate(value['date_banked'], fmt, loc);\n }\n return value;\n });\n }\n \n convertToFloatValue(amt) {\n return amt ? Number.parseFloat(amt).toFixed(2): '0.00';\n }\n}\n","import {Component, ViewChild, Input, ChangeDetectorRef} from '@angular/core';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport { MatTableDataSource} from '@angular/material/table';\nimport {MatSort } from '@angular/material/sort';\nimport {Sort } from '@angular/material/sort';\nimport {MatPaginator } from '@angular/material/paginator';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { ActivatedRoute,Router } from '@angular/router';\n@Component({\n selector: 'ccpay-table',\n templateUrl: './table.component.html',\n styleUrls: ['./table.component.css']\n})\nexport class TableComponent {\n @Input('DATASOURCE') DATASOURCE: any[];\n @Input('STATUS') STATUS: string;\n @Input('errorMessage') errorMessage: string;\n isApprovalFlow: boolean;\n // displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];\n displayedColumns = ['ccd_case_number', 'refund_reference', 'user_full_name','date_created', 'date_updated', 'Action'];\n \n dataSource: MatTableDataSource<any>;\n userLst;\n 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 }\n this.userLst.sort((a, b) => a.toString().localeCompare(b));\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}","export class IResubmitRefundRequest {\n refund_reason: string;\n amount: number;\n \n \n constructor(refund_reason : string, amount: number) {\n this.refund_reason= refund_reason;\n this.amount = amount;\n \n } \n }\n ","import { Component, OnInit, Input } from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator } from '@angular/forms';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { Router } from '@angular/router';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IRefundStatus } from '../../interfaces/IRefundStatus';\nimport { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-refund-status',\n templateUrl: './refund-status.component.html',\n styleUrls: ['./refund-status.component.css']\n})\nexport class RefundStatusComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[] = [];\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: boolean;\n @Input() isEliginbleToAccess: boolean;\n refundStatusForm: FormGroup;\n selectedRefundReason: string;\n rejectedRefundList: IRefundList[] = [];\n approvalStatus = 'Sent for approval';\n rejectStatus = 'Update required';\n // approvalStatus = 'sent for approval';\n // rejectStatus = 'sent back';\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 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 constructor(private formBuilder: FormBuilder,\n private refundService: RefundsService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private router: Router,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n\n // if (this.check4AllowedRoles2AccessRefund()) {\n this.resetRemissionForm([false, false, false, false], 'All');\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.isCallFromRefundList = this.paymentLibComponent.isCallFromRefundList;\n // if(this.paymentLibComponent.isFromRefundStatusPage) {\n // this.viewName = 'reviewandsubmitview';\n // }\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.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 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 goToRefundView(refundlist: IRefundList, navigationpage: string) {\n this.OrderslistService.setRefundView(refundlist);\n this.OrderslistService.setCCDCaseNumber(this.ccdCaseNumber);\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n this.refundlist = refundlist;\n this.OrderslistService.setnavigationPage(navigationpage);\n }\n\n loadCaseTransactionPage() {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n }\n\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n this.loadCaseTransactionPage();\n } else {\n this.paymentLibComponent.viewName = 'refund-list';\n }\n }\n\n gotoReviewDetailsPage(event:any) {\n // event.preventDefault();\n this.errorMessage = false;\n this.paymentLibComponent.isRefundStatusView = true;\n this.ngOnInit();\n }\n\n gotoReviewAndReSubmitPage() {\n this.viewName = 'reviewandsubmitview';\n this.oldRefundReason = this.refundlist.reason;\n this.changedAmount = this.refundlist.amount;\n this.refundreason = this.refundStatusHistories.filter(data => data.status.toLowerCase() === 'update required')[0].notes;\n this.refundService.getRefundReasons().subscribe(\n refundReasons => {\n this.refundReasons = refundReasons;\n });\n }\n gotoRefundReasonPage() {\n this.isRefundBtnDisabled = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.errorMessage = false;\n this.viewName = 'issuerefund';\n }\n\n gotoAmountPage() {\n this.errorMessage = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.isRefundBtnDisabled = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.viewName = 'processretroremissonpage';\n }\n\n goToReviewAndSubmitView() {\n const remissionctrls = this.refundStatusForm.controls\n if (this.refundStatusForm.dirty) {\n if (remissionctrls['amount'].value == '') {\n this.resetRemissionForm([true, false, false, false], 'amount');\n }\n else if (remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid) {\n this.resetRemissionForm([false, true, false, false], 'amount');\n }\n else if (remissionctrls['reason'].value == '') {\n this.resetRemissionForm([false, false, false, true], 'reason');\n } else {\n this.refundlist.reason = remissionctrls['reason'].value;\n this.viewName = 'reviewandsubmitview';\n }\n }\n\n }\n\n resetRemissionForm(val, field) {\n if (field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n this.isReasonEmpty = val[3];\n } else if (field === 'amount' || field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n } else if (field === 'reason' || field === 'All') {\n this.isReasonEmpty = val[3];\n }\n }\n\n selectRadioButton(key, value) {\n this.refundHasError = false;\n this.selectedRefundReason = key;\n if (key === 'Other') {\n this.refundHasError = false;\n this.refundReason = key;\n }\n }\n\n getRefundListReason(refundListReason: any) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n this.refundlist.reason = refundListReason.reason;\n this.refundCode = refundListReason.code;\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n getRefundAmount(amount: number) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n if (amount > 0) {\n this.changedAmount = amount;\n // this.refundlist.amount = amount;\n }\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n gotoReviewRefundConfirmationPage() {\n if (this.oldRefundReason === this.refundlist.reason) {\n this.refundCode = '';\n }\n const resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount);\n this.refundService.patchResubmitRefund(resubmitRequest, this.refundlist.refund_reference).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.refundReference = JSON.parse(response).refund_reference;\n this.refundAmount = JSON.parse(response).refund_amount;\n this.viewName = 'reviewrefundconfirmationpage';\n }\n },\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n\n }\n\n goToRefundProcessComponent(refundReference: string, refundList: IRefundList) {\n this.paymentLibComponent.refundlistsource = refundList;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n\n}\n","import { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { Router } from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-service-request',\n templateUrl: './service-request.component.html',\n styleUrls: ['./service-request.component.css']\n})\nexport class ServiceRequestComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input('viewStatus') viewStatus: string;\n @Input('orderDetail') orderDetail: any[];\n @Input('orderRef') orderRef: string;\n @Input('orderStatus') orderStatus: string;\n @Input('orderParty') orderParty: string;\n @Input('orderCreated') orderCreated: Date;\n @Input('orderCCDEvent') orderCCDEvent: string;\n @Input('orderFeesTotal') orderFeesTotal: number;\n @Input('orderTotalPayments') orderTotalPayments: number;\n @Input('orderRemissionTotal') orderRemissionTotal: number;\n @Input('takePayment') takePayment: boolean;\n @Input('ccdCaseNumber') ccdCaseNumber: boolean;\n @Input(\"isServiceRequest\") isServiceRequest: string;\n @Output() goToServiceRquestComponent: EventEmitter<any> = new EventEmitter();\n\n\n servicerequest: string;\n // ccdCaseNumber: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n fees: IFee[] = [];\n errorMessage: string;\n totalFees: number;\n totalPayments: number;\n totalNonOffPayments: number;\n totalRemissions: number;\n selectedOption: string;\n dcnNumber: string;\n paymentRef: string;\n isTurnOff: boolean;\n isNewPcipalOff: boolean;\n isRefundRemission: boolean = true;\n isOldPcipalOff: boolean;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n cpoDetails: any = null;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n\n constructor(\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService,\n private router: Router) { }\n\n ngOnInit() {\n if (this.viewStatus === undefined) {\n this.viewStatus = this.paymentLibComponent.viewName;\n }\n if(this.paymentLibComponent.isFromServiceRequestPage && this.paymentLibComponent.isFromPaymentDetailPage) {\n if(this.paymentLibComponent.isFromPaymentDetailPage && this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.getorderRefs().subscribe((data) => this.orderRef = data);\n this.OrderslistService.getorderCCDEvents().subscribe((data) => this.orderCCDEvent = data);\n this.OrderslistService.getorderCreateds().subscribe((data) => this.orderCreated = data);\n this.OrderslistService.getorderDetail().subscribe((data) => this.orderDetail = data);\n this.OrderslistService.getorderPartys().subscribe((data) => this.orderParty = data);\n this.OrderslistService.getorderRemissionTotals().subscribe((data) => this.orderRemissionTotal = data);\n this.OrderslistService.getorderFeesTotals().subscribe((data) => this.orderFeesTotal = data);\n this.OrderslistService.getoorderTotalPaymentss().subscribe((data) => this.orderTotalPayments = data);\n }\n }\n // if (this.takePayment) {\n // this.paymentLibComponent.TAKEPAYMENT = this.takePayment;\n // }\n }\n goToServiceRequestPage() {\n this.goToServiceRquestComponent.emit();\n }\n\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n this.OrderslistService.setnavigationPage('servicerequestpage');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isTakePayment = this.paymentLibComponent.TAKEPAYMENT;\n if (this.takePayment) {\n this.paymentLibComponent.isTakePayment = this.takePayment;\n }\n this.paymentLibComponent.SERVICEREQUEST = \"true\";\n this.paymentLibComponent.isFromServiceRequestPage = false;\n if(this.isServiceRequest !== 'false') {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n }\n this.paymentLibComponent.isFromRefundStatusPage = false;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.resetOrderData();\n let partUrl = this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n if(this.isServiceRequest === 'false') {\n partUrl += this.paymentLibComponent.TAKEPAYMENT ? '&takePayment=true' : '&takePayment=false';\n }\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += this.isServiceRequest !== 'false' ? '&servicerequest=true' : '&servicerequest=false';\n partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n const url = `/payment-history/${this.paymentLibComponent.CCD_CASE_NUMBER}?view=case-transactions&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund()) {\n if (this.orderDetail[0]['remissions'].length > 0) {\n for (const remission of this.orderDetail[0]['remissions']) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n }\n return true;\n } else {\n return false;\n }\n }\n\n chkForPBAPayment(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n this.paymentLibComponent.paymentReference = payment.reference;\n this.isPBA = true;\n }\n });\n }\n });\n if (this.isPBA) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.viewStatus = 'addremission';\n this.payment = this.orderDetail[0].payments[0];\n this.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n \n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n cancelRemoval() {\n this.viewStatus = 'main';\n }\n\n removeFee(fee: any) {\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n window.location.reload();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if (payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if(this.chkIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n }\n }\n\n goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent({ paymentGroupReference, paymentReference, paymentMethod });\n }\n\n goToPaymentViewComponent(paymentGroup: any) {\n this.paymentLibComponent.paymentMethod = paymentGroup.paymentMethod;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentGroup.paymentReference;\n this.OrderslistService.setOrderRef(this.orderRef);\n this.OrderslistService.setorderCCDEvent(this.orderCCDEvent);\n this.OrderslistService.setorderCreated(this.orderCreated);\n this.OrderslistService.setorderDetail(this.orderDetail);\n this.OrderslistService.setorderParty(this.orderParty);\n this.OrderslistService.setorderTotalPayments(this.orderTotalPayments);\n this.OrderslistService.setorderRemissionTotal(this.orderRemissionTotal);\n this.OrderslistService.setorderFeesTotal(this.orderFeesTotal);\n this.viewStatus = 'payment-view';\n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n}\n","export class IserviceRequestCardPayment {\n amount: string\n currency: string\n language: string\n \n constructor(amount : string) {\n this.amount = amount;\n this.currency = 'GBP';\n this.language = 'string';\n } \n}\n ","export class IserviceRequestPbaPayment {\n account_number: string;\n amount: string\n currency: string\n customer_reference: string\n organisation_name: string\n \n constructor(account_number : string, amount : string, customer_reference: string, orgName: string) {\n this.account_number = account_number;\n this.amount = amount;\n this.currency = 'GBP';\n this.customer_reference = customer_reference;\n this.organisation_name = orgName;\n } \n}\n ","import { Component, OnInit, Input} from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IserviceRequestCardPayment } from '../../interfaces/IserviceRequestCardPayment';\nimport { IserviceRequestPbaPayment } from '../../interfaces/IserviceRequestPbaPayment';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-pba-payment',\n templateUrl: './pba-payment.component.html',\n styleUrls: ['./pba-payment.component.scss']\n})\nexport class PbaPaymentComponent implements OnInit {\n @Input() pbaPayOrderRef: any;\n viewStatus: string;\n pbaAccountList: string[];\n isPBAAccountHold: boolean = false;\n errorMsg: any;\n isCardPaymentSuccess: boolean = true;\n isInSufficiantFund: boolean = false;\n isPBAAccountNotExist: boolean = false;\n isPBAServerError: boolean = false;\n isGetPBAAccountSucceed: boolean = false;\n selectedPbaAccount: string = '';\n pbaAccountRef: string = '';\n isPbaAccountSelected: boolean = false;\n isCardPaymentSelected: boolean = false;\n isPBADropdownSelected: boolean = false;\n isContinueButtondisabled: boolean = true;\n isPBAAccountPaymentSuccess: boolean = false;\n pbaAccountrPaymentResult: any;\n orgName: string = '';\n\n constructor(private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService) {}\n\n ngOnInit() {\n this.pbaPayOrderRef = this.paymentLibComponent.pbaPayOrderRef;\n this.viewStatus = 'pba-payment';\n this.errorMsg = null;\n this.paymentViewService.getPBAaccountDetails()\n .subscribe(\n result => {\n this.isGetPBAAccountSucceed = true;\n this.orgName = result.organisationEntityResponse.name;\n this.pbaAccountList = result.organisationEntityResponse.paymentAccount;\n },\n error => {\n this.errorMsg = error;\n }\n );\n\n }\n selectpbaaccount(args) {\n if(args.currentTarget.id === 'pbaAccountNumber') {\n this.isPBADropdownSelected = true;\n this.selectedPbaAccount = args.target.value; \n }\n if(args.currentTarget.id === 'pbaAccountRef') {\n this.pbaAccountRef = args.target.value; \n }\n if(this.selectedPbaAccount !== '' && this.pbaAccountRef !== \"\") {\n this.isContinueButtondisabled = false;\n } else {\n this.isContinueButtondisabled = true;\n }\n }\n\n saveAndContinue() {\n\n if(this.isPbaAccountSelected) {\n this.isInSufficiantFund = false;\n this.isPBAAccountNotExist = false;\n this.isPBAServerError = false;\n this.isPBAAccountPaymentSuccess = false;\n if ( this.pbaAccountList.indexOf(this.selectedPbaAccount) !== -1 ) {\n const requestBody = new IserviceRequestPbaPayment(\n this.selectedPbaAccount, this.pbaPayOrderRef.orderTotalFees, this.pbaAccountRef, this.orgName);\n this.paymentViewService.postPBAaccountPayment(this.pbaPayOrderRef.orderRefId, requestBody)\n .subscribe(\n r => {\n try {\n this.pbaAccountrPaymentResult = JSON.parse(r);\n } catch(e) {\n this.pbaAccountrPaymentResult = r;\n }\n this.isPBAAccountPaymentSuccess = true;\n },\n e => {\n if(e.status == '402') {\n this.isInSufficiantFund = true; \n } else if(e.status == '410') {\n this.isPBAAccountNotExist = true;\n } else if(e.status == '412') {\n this.isPBAAccountHold = true;\n } else {\n this.isPBAServerError = true;\n }\n }\n );\n } else {\n this.isPBAServerError = true;\n }\n } else if (this.isCardPaymentSelected) {\n this.cardPayment();\n }\n\n }\n cardPayment() {\n this.isCardPaymentSuccess = true;\n const requestBody = new IserviceRequestCardPayment (\n this.pbaPayOrderRef.orderTotalFees);\n this.paymentViewService.postWays2PayCardPayment(this.pbaPayOrderRef.orderRefId, requestBody)\n .subscribe(\n result => {\n const paymentUrl = JSON.parse(result).next_url;\n window.location.href = paymentUrl;\n },\n error => {\n this.isCardPaymentSuccess = false;\n }\n );\n\n }\n selectPaymentMethod(type: string) {\n if(type === 'PBA') {\n this.isPbaAccountSelected = true;\n this.isCardPaymentSelected = false;\n this.isPBADropdownSelected = false\n this.isContinueButtondisabled = true;\n this.selectedPbaAccount = null;\n } else if (type === 'CARD') {\n this.isPbaAccountSelected = false;\n this.isCardPaymentSelected = true;\n this.isPBADropdownSelected = false\n this.isContinueButtondisabled = false;\n }\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\n\nimport { PaymentListComponent } from './components/payment-list/payment-list.component';\nimport { PaymentViewComponent } from './components/payment-view/payment-view.component';\nimport { ProcessRefundComponent } from './components/process-refund/process-refund.component';\nimport { RefundListComponent } from './components/refund-list/refund-list.component';\n\nimport { CardDetailsComponent } from './components/card-details/card-details.component';\nimport { PageNotFoundComponent } from './components/page-not-found.component';\nimport { PaymentLibComponent } from './payment-lib.component';\nimport { StatusHistoryComponent } from './components/status-history/status-history.component';\nimport { PbaDetailsComponent } from './components/pba-details/pba-details.component';\nimport { LoggerService } from './services/shared/logger/logger.service';\nimport { ConsoleLoggerService } from './services/shared/logger/console-logger.service';\nimport { WebComponentHttpClient } from './services/shared/httpclient/webcomponent.http.client';\nimport { CaseTransactionsComponent } from './components/case-transactions/case-transactions.component';\nimport { FeeSummaryComponent } from './components/fee-summary/fee-summary.component';\nimport { ErrorBannerComponent } from './components/error-banner/error-banner.component';\nimport { MarkUnidentifiedPaymentComponent } from './components/mark-unidentified-payment/mark-unidentified-payment.component';\nimport { MarkUnsolicitedPaymentComponent } from './components/mark-unsolicited-payment/mark-unsolicited-payment.component';\nimport { UnprocessedPaymentsComponent } from './components/unprocessed-payments/unprocessed-payments.component';\nimport { ProcessedPaymentsComponent } from './components/processed-payments/processed-payments.component';\nimport { AllocatePaymentsComponent } from './components/allocate-payments/allocate-payments.component';\nimport { AddRemissionComponent } from './components/add-remission/add-remission.component';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { CcdHyphensPipe } from './pipes/ccd-hyphens.pipe';\nimport { CapitalizePipe } from './pipes/capitalize.pipe';\nimport { keyValuePipe } from './pipes/key-value.pipe';\nimport { SanitizeHtmlPipe } from './pipes/sanitize-html.pipe';\nimport { ReportsComponent } from './components/reports/reports.component';\nimport { XlFileService } from './services/xl-file/xl-file.service';\nimport { TableComponent } from './components/table/table.component';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\n// import { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n// import { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { RefundStatusComponent } from './components/refund-status/refund-status.component';\nimport { ServiceRequestComponent } from './components/service-request/service-request.component';\nimport { PbaPaymentComponent } from './components/pba-payment/pba-payment.component';\n\n@NgModule({\n imports: [\n CommonModule,\n HttpClientModule,\n FormsModule,\n ReactiveFormsModule,\n MatTableModule,\n MatPaginatorModule,\n MatSortModule,\n MatFormFieldModule,\n MatInputModule,\n // BrowserAnimationsModule,\n // NoopAnimationsModule\n ],\n declarations: [\n PaymentLibComponent,\n PaymentListComponent,\n PaymentViewComponent,\n PbaPaymentComponent,\n ProcessRefundComponent,\n RefundListComponent,\n CardDetailsComponent,\n PageNotFoundComponent,\n StatusHistoryComponent,\n MarkUnidentifiedPaymentComponent,\n MarkUnsolicitedPaymentComponent,\n UnprocessedPaymentsComponent,\n ProcessedPaymentsComponent,\n AllocatePaymentsComponent,\n PbaDetailsComponent,\n CaseTransactionsComponent,\n FeeSummaryComponent,\n AddRemissionComponent,\n CcdHyphensPipe,\n CapitalizePipe,\n keyValuePipe,\n SanitizeHtmlPipe,\n ReportsComponent,\n ErrorBannerComponent,\n TableComponent,\n RefundStatusComponent,\n ServiceRequestComponent\n ],\n exports: [PaymentLibComponent],\n providers: [\n { provide: LoggerService, useClass: ConsoleLoggerService },\n XlFileService,\n WebComponentHttpClient\n ]\n})\n\nexport class PaymentLibModule { }\n"],"names":["PaymentLibService","prototype","setApiRootUrl","apiRoot","this","API_ROOT","getApiRootUrl","setBulkScanApiRootUrl","bulkscanapiRoot","BULKSCAN_API_ROOT","getBulkScanApiRootUrl","setRefundndsApiRootUrl","refundsapiRoot","REFUNDS_API_ROOT","getRefundsApiRootUrl","setCardPaymentReturnUrl","cardPaymentReturnUrl","CARDPAYMENTRETURNURL","getCardPaymentReturnUrl","Injectable","args","providedIn","OrderslistService","setOrdersList","orderLevelFees","ordersList","next","Object","assign","getOrdersList","setRefundView","refundList","refundView","getRefundView","setCaseType","caseType","getCaseType","setCCDCaseNumber","ccdCaseNumber","getCCDCaseNumber","setFeeExists","feeExists","getFeeExists","setisFromServiceRequestPage","isFromServiceRequestPage","getisFromServiceRequestPages","setOrderRefId","OrderRefId","getSelectedOrderRefId","setnavigationPage","navigationPage","getnavigationPageValue","setpaymentPageView","paymentpageList","paymentPageView","getpaymentPageView","setUserRolesList","rolesList","getUserRolesList","setorderDetail","orderDetail","getorderDetail","setOrderRef","orderRef","getorderRefs","setorderCCDEvent","orderCCDEvent","getorderCCDEvents","setorderCreated","orderCreated","getorderCreateds","setorderParty","orderParty","getorderPartys","setorderRemissionTotal","orderRemissionTotal","getorderRemissionTotals","setorderFeesTotal","orderFeesTotal","getorderFeesTotals","setorderTotalPayments","orderTotalPayments","getoorderTotalPaymentss","BehaviorSubject","getcaseType","asObservable","getFeeExist","getCCDCaseNumberforRefund","getisFromServiceRequestPage","getOrderRefId","getnavigationPage","getorderRef","getorderCCDEvent","getorderCreated","getorderParty","getorderRemissionTotal","getorderFeesTotal","getorderTotalPayments","PaymentLibComponent","ngAfterContentChecked","cd","detectChanges","ngOnInit","paymentLibService","LOGGEDINUSERROLES","length","PAYMENT_GROUP_REF","paymentGroupReference","DCN_NUMBER","bspaymentdcn","REFUNDLIST","VIEW","viewName","isTakePayment","TAKEPAYMENT","Component","selector","template","ChangeDetectorRef","Input","unProcessedPaymentServiceId","unProcessedPayment","orderPendingPayments","ErrorHandlerService","handleError","err","errorMessage","error","Error","message","status","undefined","JSON","parse","statusCode","messsage","stringify","_throw","getServerErrorMessage","isErrorExist","title","body","showError","LoggerService","invokeConsoleMethod","type","PaymentListService","getPaymentByCcdCaseNumber","paymentMethod","logger","info","http","get","withCredentials","pipe","catchError","errorHandlerService","HttpClient","PaymentListComponent","_this","paymentListService","paymentLibComponent","CCD_CASE_NUMBER","PAYMENT_METHOD","subscribe","payments","loadPaymentViewComponent","paymentReference","__values","o","s","Symbol","iterator","m","i","call","value","done","TypeError","WebComponentHttpClient","post","url","options","opts","addHeaders","put","delete","patch","csrfToken","meta","getTag","headers","forEach","element","document","cookie","split","find","row","startsWith","content","HttpHeaders","responseType","Meta","PaymentViewService","getPaymentDetails","getPaymentGroupDetails","getApportionPaymentDetails","getPBAaccountDetails","postWays2PayCardPayment","serviceRef","rurl","replace","https","postPBAaccountPayment","randomKey","Math","random","toString","join","postBSPayments","postBSUnidentifiedPayments","postBSUnsolicitedPayments","postBSAllocationPayments","postPaymentGroupWithRemissions","feeId","deleteFeeFromPaymentGroup","postPaymentToPayHub","paymentGroupRef","postPaymentAntennaToPayHub","downloadSelectedReport","reportName","startDate","endDate","getBSfeature","getSiteID","getPartyDetails","caseNumber","postRefundsReason","postPaymentGroupWithRetroRemissions","postRefundRetroRemission","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","serviceReference","viewStatus","paymentViewService","paymentGroup","fees","fee","isRemissionsMatch","remissions","rem","fee_code","code","push","filter","paymentGroupObj","includes","paymentAllocation","payment_allocation","isStatusAllocated","allocation_status","defineProperty","method","channel","goToPaymentList","goToServiceRequestPage","SERVICEREQUEST","window","location","reload","goToCaseTransationPage","event","preventDefault","data","ISBSENABLE","resetOrderData","addRemission","chkForAddRemission","reference","payment","isFromPaymentDetailPage","isRefundRemission","checkForFees","addRefundForRemission","remission","chkIsRefundRemissionBtnEnable","remissionFeeAmt","net_amount","toLocaleLowerCase","allowFurtherAccessAfter4Days","isRefundRemissionBtnEnable","issueRefund","paymentgrp","chkIssueRefundBtnEnable","getRemissionByFeeCode","feeCode","remissions_1","tslib_1.__values","remissions_1_1","check4AllowedRoles2AccessRefund","isIssueRefunfBtnEnable","chkForPBAPayment","_b","_c","isAddFeeBtnEnabled","allowedRolesToAccessRefund","some","role","indexOf","tmp4DayAgo","Date","setDate","getDate","date_created","RefundsService","getRefundReasons","getRefundRejectReasons","getRefundActions","refundReference","patchRefundActions","reviewerAction","getRefundList","refundstatus","selfexclusive","getRefundStatusHistory","getRefundStatusList","getUserDetails","postIssueRefund","patchResubmitRefund","refund_reference","ProcessRefundComponent","refundActionList","getErrorMessage","processRefundForm","formBuilder","group","refundActionField","FormControl","Validators","compose","required","refundRejectReasonField","sendMeBackField","minLength","maxLength","pattern","enterReasonField","refundlistsource","ccd_case_number","isFromRefundListPage","checkRefundActions","refundActionsHasError","isReasonFieldEmpty","isReasonEmpty","isReasonInvalid","refundRejectReasonHasError","isConfirmButtondisabled","isSendMeBackClicked","isRejectClicked","isOtherClicked","refundRejectReasonList","processRefundSubmit","processRefundRequest","resetForm","controls","processFormError","errors","dirty","valid","reason","response","isSuccesspageEnable","successMsg","invalid","minlength","actualLength","maxlength","errorMsg","bodyTxt","loadRefundListPage","navigationpage","isRefundStatusView","loadRefundsHomePage","redirecttoRefundListPage","vals","field","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","goToCaseReview","router","navigate","relativeTo","activeRoute","FormBuilder","Router","ActivatedRoute","sendmeback","RefundListComponent","userLst","isAuthorized","isApproveTableVisible","tableApprovalHeader","tableRejectedHeader","refundService","approvalStatus","submittedRefundList","rejectStatus","rejectedRefundList","isRejectTableVisible","CardDetailsService","getCardDetails","CardDetailsComponent","cardDetailsService","cardDetails","pageTitle","PageNotFoundComponent","StatusHistoryService","getPaymentStatusesByReference","StatusHistoryComponent","statusHistoryService","statuses","PbaDetailsComponent","noop","ConsoleLoggerService","console","log","apply","CaseTransactionsService","getPaymentGroups","BulkScaningPaymentService","getBSPaymentsByCCD","getBSPaymentsByDCN","dcn","postBSAllocatePayment","paymentRef","postBSPaymentStrategic","postBSWoPGStrategic","patchBSChangeStatus","calculateOutStandingAmount","feesTotal","paymentsTotal","remissionsTotal","calculated_amount","toUpperCase","amount","hwf_amount","removeUnwantedString","input","replaceText","CaseTransactionsComponent","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","serviceRequestValue","isBulkScanEnable","isNewPcipalOff","ISNEWPCIPALOFF","isOldPcipalOff","ISOLDPCIPALOFF","isStrategicFixEnable","ISSFENABLE","caseTransactionsService","paymentGroups","isAnyFeeGroupAvilable","calculateAmounts","calculateOrderFeesAmounts","totalRefundAmount","calculateRefundAmount","cpoDetails","setDefaults","isCPODown","goToOrderViewDetailSection","checkForExceptionRecord","totalPayments","totalRemissions","totalNonOffPayments","totalFees","getAllocationStatus","bulkScaningPaymentService","recordData","exception_record_reference","ccd_reference","isExceptionRecord","case_reference","resetOrderVariables","service_request_status","orderStatus","orderAddBtnEnable","orderRefId","orderTotalFees","orderReferenceObj","x","redirectToOrderFeeSearchPage","orderef","nonOffLinePayment","a","b","amount_due","clAmountDue","allocationLen","nonPayments","allPayments","remisison","totalRefundAmount_1","isFeeAmountZero_1","grpOutstandingAmount","isFeeRecordsExist","isNewPaymentGroup_1","index","isHistoricGroupAvailable","getGroupOutstandingAmount","redirectToFeeSearchPage","navigateByUrl","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","goToPaymentViewComponent","selectedUnprocessedFeeEvent","unprocessedRecordId","isUnprocessedRecordSelected","getUnprocessedFeeCount","unProcessedRecordCount","unprocessedRecordCount","calculateAmountDue","confirmRemoveFee","isRemoveBtnDisabled","cancelRemoval","removeFee","success","isCheckAmountdueExist","amountDue","isPBA","loadPBAAccountPage","pbaPayOrderRef","isAddRemissionEnable","orderRemissionDetails","ispaymentGroupApisuccess","isAddRemissionBtnEnabled","isEligible4PBAPayment","currentDate","check4AllowedRoles2AccessPBApayment","PaymentToPayhubRequest","currency","description","provider","toFixed","case_type","PayhubAntennaRequest","BS_ENABLE_FLAG","FeeSummaryComponent","bsPaymentDcnNumber","platForm","features","result","feature","uid","enable","getUnassignedPaymentlist","getPaymentGroup","unassignedPayments","service","responsible_service_id","upPaymentErrorMessage","currentFee","isPaymentExist","isRemissionsExist","totalAfterRemission","isFeeAmountZero","outStandingAmount","loadCaseTransactionPage","partUrl","cancelRemission","page","isConfirmationBtnDisabled","requestBody","antennaReqBody","go","payhubHtml","isBackButtonEnable","href","goToAllocatePage","Location","ErrorBannerComponent","UnidentifiedPaymentsRequest","payment_reference","unidentified_reason","payment_allocation_status","name","AllocatePaymentRequest","unAllocatedPayment","exceptionRecord","allocatedRequest","banked_date","date_banked","exception_record","document_control_number","dcn_reference","external_provider","giro_slip_no","bgc_reference","payer_name","payment_channel","payment_status","payment_method","payment_allocation_dto","MarkUnidentifiedPaymentComponent","getUnassignedPayment","markPaymentUnidentifiedForm","investicationDetail","unassignedRecord","siteID","beCcdNumber","beExceptionNumber","exceptionReference","ccdReference","trimUnderscore","saveAndContinue","investicationField","formerror","investigationComment","val","isInvesticationDetailEmpty","investicationDetailHasError","investicationDetailMinHasError","investicationDetailMaxHasError","confirmPayments","postStrategicBody","res1","res2","response2","reqBody","res3","gotoCasetransationPage","user_id","res","cancelMarkUnidentifiedPayments","UnsolicitedPaymentsRequest","responsible_office","responsible_person","email_id","receiving_office","receiving_email_address","sending_email_address","MarkUnsolicitedPaymentComponent","siteids","isContinueButtondisabled","siteIDList","scrollTo","markPaymentUnsolicitedForm","responsibleOffice","responsiblePerson","emailId","selectedSiteId","reasonField","officeIdField","reasonHasError","reasonMinHasError","reasonMaxHasError","isResponsibleOfficeEmpty","responsibleOfficeHasError","cancelMarkUnsolicitedPayments","checkingFormValue","setValue","formFields","valueExists","hasOwnProperty","selectchange","target","selectedSiteName","selectedIndex","text","UnprocessedPaymentsComponent","isNewpcipaloff","isOldpcipaloff","isStFixEnable","FEE_RECORDS_EXISTS","setValuesForUnassignedRecord","emit","unassignedRecordList","unassignedRecordListLength","serviceId","isExceptionCase","unprocessedPaymentSelectEvent","formatUnassignedRecordId","ID","recordId","loadUnsolicitedPage","selectedRecordReference","validateButtons","resetButtons","isAllocateToExistingFeebtnEnabled","isMarkAsUnidentifiedbtnEnabled","isAllocatedToNewFeebtnEnabled","PAYMENTREF","IS_OS_AMT_AVAILABLE","unprocessedPaymentUnSelectEvent","showDetailRow","obj","unassignedRecordSelectedList","Output","EventEmitter","isRecordExist","ProcessedPaymentsComponent","redirectToPaymentViewPage","IAllocationPaymentsRequest","explanation","userName","user_name","AllocatePaymentsComponent","overUnderPaymentForm","moreDetails","fstCon","scndCn","selectedPaymentGroup","gotoSummaryPage","cancelAllocatePayment","confirmAllocatePayement","enCookieUserName","cookieUserName","decodeURIComponent","fullName","paymentDetailsField","paymentFormError","userNameField","isEmptyCondtion","paymentReason","paymentExplanation","isOtherOptionSelected","isRemainingAmountGtZero","isRemainingAmountLtZero","otherPaymentExplanation","finalServiceCall","paymentReasonHasError","paymentExplanationHasError","isPaymentDetailsEmpty","isPaymentDetailsInvalid","paymentDetailsMinHasError","paymentDetailsMaxHasError","isUserNameEmpty","isUserNameInvalid","GroupOutstandingAmount","remainingToBeAssigned","isMoreDetailsBoxHide","reset","paymentSectionLabel","feedbackUrlLabel","remainingAmount","afterFeeAllocateOutstanding","amountForAllocation","selectRadioButton","key","OrderListSelectEvent","reasonList","overPayment","hwfReward","wrongFee","notIssueCase","otherDeduction","shortFall","helpWithFee","other","explanationList","referRefund","noRefund","noCase","holdCase","heldCase","refund","duplicate","humanerror","caseWithdrawn","AddRemissionRequest","hwf_reference","AddRetroRemissionRequest","PostRefundRetroRemission","refund_reason","PostIssueRefundRetroRemission","remissionReference","AddRemissionComponent","default","pattern1","pattern2","viewCompStatus","volume","remessionPayment","isPaymentSuccess","option","remissionForm","remissionCode","refundReason","refundDDReason","onlySelf","refundReasons","recently_used","commonRefundReasons","sort","localeCompare","resetRemissionForm","remissionctrls","isRemissionLessThanFee","setErrors","confirmRemission","newNetAmount","remissionAmount","trim","id","LDUrl","routeReuseStrategy","shouldReuseRoute","onSameUrlNavigation","isRemissionCodeEmpty","remissionCodeHasError","isAmountEmpty","amountHasError","isRemissionLessThanFeeError","addRemissionCode","gotoAddRetroRemissionCodePage","iscancelClicked","refundListAmount","isFromRefundStatusPage","refundListReason","selectedRefundReason","selectedValue","gotoCheckRetroRemissionPage","gotoProcessRetroRemissionPage","confirmRetroRemission","retroRemission","remissionamt","isRemissionApplied","remission_reference","processRefund","refundAmount","refund_amount","gotoIssueRefundConfirmation","refundHasError","displayRefundReason","gotoIssueRefundPage","changeIssueRefundReason","confirmIssueRefund","confirmRetroRefund","localStorage","setItem","isRefundReasonsSelected","showReasonText","reasonLength","gotoServiceRequestPage","sendOrderDetail","sendOrderRef","gotoCasetransationPageCancelBtnClicked","getFormattedCurrency","concat","hasErrors","CcdHyphensPipe","transform","match","Pipe","CapitalizePipe","slice","keyValuePipe","keys","SanitizeHtmlPipe","sanitizer","bypassSecurityTrustHtml","DomSanitizer","XlFileService","exportAsExcelFile","json","excelFileName","worksheet","XLSX.utils","json_to_sheet","header","setDataLossReportHeaders","setUnprocessedReportHeaders","setProcessedUnallocatedReportHeaders","setShortFallReportHeaders","autoFitColumns","excelBuffer","XLSX.write","Sheets","SheetNames","bookType","saveAsExcelFile","objectMaxLength","ColWidth","values","j","width","A1","v","B1","C1","D1","E1","F1","G1","H1","I1","J1","K1","L1","M1","N1","buffer","fileName","Blob","FileSaver.saveAs","ReportsComponent","fromValidation","getToday","toISOString","getSelectedFromDate","validateDates","reportsForm","selectedStartDate","tranformDate","selectedEndDate","isDateRangeMoreThanWeek","isDateRangeBetnWeek","isStartDateLesthanEndDate","selectedreport","downloadReport","isDownLoadButtondisabled","dataLossRptDefault","loss_resp","payment_asset_dcn","env_ref","env_item","resp_service_id","resp_service_name","bgc_batch","unProcessedRptDefault","exception_ref","ccd_ref","processedUnallocated","allocation_reason","ccd_exception_ref","ccd_case_ref","updated_by","shortFallsRptDefault","surplus_shortfall","balance","payment_amount","ccd_case_reference","ccd_exception_reference","processed_date","selectedReportName","applyDateFormat","substr","convertToFloatValue","Op","xlFileService","getFileName","loc","stDt","formatDate","enDt","now","timestamp","getTwodigit","getHours","getMinutes","getSeconds","getCamelCaseString","strDate","parts","map","amt","Number","parseFloat","TableComponent","STATUS","toLowerCase","isApprovalFlow","DATASOURCE","dataSource","MatTableDataSource","actualcount","reduce","r","_a","user_full_name","ngAfterViewInit","paginator","cdRef","applyFilter","filterValue","goToRefundProcessComponent","refundData","goToRefundViewComponent","isCallFromRefundList","ViewChild","MatPaginator","MatSort","displayedColumns","IResubmitRefundRequest","RefundStatusComponent","refundlist","isEliginbleToAccess","refundStatusForm","getRefundsStatusHistoryList","isProcessRefund","refundButtonState","refund_status","statusHistoryList","refundStatusHistories","status_history_dto_list","isLastUpdatedByCurrentUser","last_updated_by_current_user","goToRefundView","gotoReviewDetailsPage","gotoReviewAndReSubmitPage","oldRefundReason","changedAmount","refundreason","notes","gotoRefundReasonPage","isRefundBtnDisabled","gotoAmountPage","goToReviewAndSubmitView","getRefundListReason","refundCode","getRefundAmount","gotoReviewRefundConfirmationPage","resubmitRequest","ServiceRequestComponent","goToServiceRquestComponent","isServiceRequest","IserviceRequestCardPayment","language","IserviceRequestPbaPayment","account_number","customer_reference","orgName","organisation_name","PbaPaymentComponent","isGetPBAAccountSucceed","organisationEntityResponse","pbaAccountList","paymentAccount","selectpbaaccount","currentTarget","isPBADropdownSelected","selectedPbaAccount","pbaAccountRef","isPbaAccountSelected","isInSufficiantFund","isPBAAccountNotExist","isPBAServerError","isPBAAccountPaymentSuccess","pbaAccountrPaymentResult","e","isPBAAccountHold","isCardPaymentSelected","cardPayment","isCardPaymentSuccess","paymentUrl","next_url","selectPaymentMethod","NgModule","imports","CommonModule","HttpClientModule","FormsModule","ReactiveFormsModule","MatTableModule","MatPaginatorModule","MatSortModule","MatFormFieldModule","MatInputModule","declarations","exports","providers","provide","useClass","PaymentLibModule"],"mappings":"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"}
1
+ {"version":3,"sources":["ng://@hmcts/ccpay-web-component/lib/payment-lib.service.ts","ng://@hmcts/ccpay-web-component/lib/services/orderslist.service.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/error-handler.service.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-list/payment-list.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-list/payment-list.component.ts","node_modules/tslib/tslib.es6.js","ng://@hmcts/ccpay-web-component/lib/services/shared/httpclient/webcomponent.http.client.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-view/payment-view.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-view/payment-view.component.ts","ng://@hmcts/ccpay-web-component/lib/services/refunds/refunds.service.ts","ng://@hmcts/ccpay-web-component/lib/components/process-refund/process-refund.component.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-list/refund-list.component.ts","ng://@hmcts/ccpay-web-component/lib/services/card-details/card-details.service.ts","ng://@hmcts/ccpay-web-component/lib/components/card-details/card-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/page-not-found.component.ts","ng://@hmcts/ccpay-web-component/lib/services/status-history/status-history.service.ts","ng://@hmcts/ccpay-web-component/lib/components/status-history/status-history.component.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-details/pba-details.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/console-logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/case-transactions/case-transactions.service.ts","ng://@hmcts/ccpay-web-component/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts","ng://@hmcts/ccpay-web-component/lib/components/case-transactions/case-transactions.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PaymentToPayhubRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PayhubAntennaRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/fee-summary/fee-summary.component.ts","ng://@hmcts/ccpay-web-component/lib/components/error-banner/error-banner.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnidentifiedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AllocatePaymentRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnsolicitedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/components/unprocessed-payments/unprocessed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/components/processed-payments/processed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IAllocationPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/allocate-payments/allocate-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRetroRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostIssueRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/components/add-remission/add-remission.component.ts","ng://@hmcts/ccpay-web-component/lib/pipes/ccd-hyphens.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/capitalize.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/key-value.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/sanitize-html.pipe.ts","ng://@hmcts/ccpay-web-component/lib/services/xl-file/xl-file.service.ts","ng://@hmcts/ccpay-web-component/lib/components/reports/reports.component.ts","ng://@hmcts/ccpay-web-component/lib/components/table/table.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IResubmitRefundRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-status/refund-status.component.ts","ng://@hmcts/ccpay-web-component/lib/components/service-request/service-request.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestCardPayment.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IserviceRequestPbaPayment.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-payment/pba-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.module.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\n\nexport class PaymentLibService {\n API_ROOT: string;\n BULKSCAN_API_ROOT: string;\n REFUNDS_API_ROOT: string;\n 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 setCardPaymentReturnUrl(cardPaymentReturnUrl: string):void {\n this.CARDPAYMENTRETURNURL = cardPaymentReturnUrl;\n }\n getCardPaymentReturnUrl(): string {\n return this.CARDPAYMENTRETURNURL;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { Observable, BehaviorSubject } from 'rxjs';\nimport {IOrderReferenceFee} from '../interfaces/IOrderReferenceFee';\nimport { IRefundList } from '../interfaces/IRefundList';\nimport { IPaymentView } from '../interfaces/IPaymentView'; \n\n@Injectable({\n providedIn: 'root'\n})\nexport class OrderslistService {\n private ordersList: BehaviorSubject<IOrderReferenceFee[]> = new BehaviorSubject<IOrderReferenceFee[]>(null);\n private refundView: BehaviorSubject<IRefundList> = new BehaviorSubject<IRefundList>(null);\n private caseType = new BehaviorSubject(\"\");\n getcaseType = this.caseType.asObservable();\n private feeExists = new BehaviorSubject<boolean>(null);\n getFeeExist = this.feeExists.asObservable();\n private ccdCaseNumber = new BehaviorSubject(\"\");\n getCCDCaseNumberforRefund = this.ccdCaseNumber.asObservable();\n private isFromServiceRequestPage = new BehaviorSubject<boolean>(null);\n getisFromServiceRequestPage = this.isFromServiceRequestPage.asObservable();\n private OrderRefId = new BehaviorSubject(\"\");\n getOrderRefId = this.OrderRefId.asObservable();\n private navigationPage = new BehaviorSubject(\"\");\n getnavigationPage = this.navigationPage.asObservable();\n\n private orderRef = new BehaviorSubject(\"\");\n getorderRef = this.orderRef.asObservable();\n private orderCCDEvent = new BehaviorSubject(\"\");\n getorderCCDEvent = this.caseType.asObservable();\n private orderCreated = new BehaviorSubject<Date>(null);\n getorderCreated = this.orderCreated.asObservable();\n private orderParty = new BehaviorSubject(\"\");\n getorderParty = this.orderParty.asObservable();\n private orderRemissionTotal = new BehaviorSubject<number>(null);\n getorderRemissionTotal = this.orderRemissionTotal.asObservable();\n private orderFeesTotal = new BehaviorSubject<number>(null);\n getorderFeesTotal = this.orderFeesTotal.asObservable();\n private orderTotalPayments = new BehaviorSubject<number>(null);\n getorderTotalPayments = this.orderTotalPayments.asObservable();\n private rolesList: BehaviorSubject<any[]> = new BehaviorSubject<any[]>(null);\n\n private orderDetail: BehaviorSubject<any[]> = new BehaviorSubject<any[]>(null);\n\n private paymentPageView: BehaviorSubject<IPaymentView> = new BehaviorSubject<IPaymentView>(null);\n\n constructor() { }\n\n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n }\n getOrdersList() {\n return this.ordersList;\n }\n\n setRefundView(refundList: IRefundList): void {\n this.refundView.next(Object.assign([], refundList));\n }\n getRefundView() {\n return this.refundView;\n }\n\n setCaseType(caseType: string){\n this.caseType.next(caseType);\n }\n getCaseType(){\n return this.caseType;\n }\n\n setCCDCaseNumber(ccdCaseNumber: string){\n this.ccdCaseNumber.next(ccdCaseNumber);\n }\n getCCDCaseNumber(){\n return this.ccdCaseNumber;\n }\n\n setFeeExists(feeExists: boolean){\n this.feeExists.next(feeExists);\n }\n getFeeExists(){\n return this.feeExists;\n } \n\n setisFromServiceRequestPage(isFromServiceRequestPage: boolean){\n this.isFromServiceRequestPage.next(isFromServiceRequestPage);\n }\n getisFromServiceRequestPages(){\n return this.isFromServiceRequestPage;\n }\n\n setOrderRefId(OrderRefId: string){\n this.OrderRefId.next(OrderRefId);\n }\n getSelectedOrderRefId(){\n return this.OrderRefId;\n }\n\n setnavigationPage(navigationPage: string){\n this.navigationPage.next(navigationPage);\n }\n getnavigationPageValue(){\n return this.navigationPage;\n }\n\n setpaymentPageView(paymentpageList: IPaymentView): void {\n this.paymentPageView.next(Object.assign([], paymentpageList));\n }\n getpaymentPageView() {\n return this.paymentPageView;\n }\n\n setUserRolesList(rolesList:any[]): void {\n this.rolesList.next(Object.assign([], rolesList));\n }\n getUserRolesList() {\n return this.rolesList;\n }\n\n setorderDetail(orderDetail:any[]): void {\n this.orderDetail.next(Object.assign([], orderDetail));\n }\n getorderDetail() {\n return this.orderDetail;\n }\n\n setOrderRef(orderRef: string){\n this.orderRef.next(orderRef);\n }\n getorderRefs(){\n return this.orderRef;\n }\n\n setorderCCDEvent(orderCCDEvent: string){\n this.orderCCDEvent.next(orderCCDEvent);\n }\n getorderCCDEvents(){\n return this.orderCCDEvent;\n }\n\n setorderCreated(orderCreated: Date){\n this.orderCreated.next(orderCreated);\n }\n getorderCreateds(){\n return this.orderCreated;\n }\n\n setorderParty(orderParty: string){\n this.orderParty.next(orderParty);\n }\n getorderPartys(){\n return this.orderParty;\n }\n\n setorderRemissionTotal(orderRemissionTotal: number){\n this.orderRemissionTotal.next(orderRemissionTotal);\n }\n getorderRemissionTotals(){\n return this.orderRemissionTotal;\n }\n\n setorderFeesTotal(orderFeesTotal: number){\n this.orderFeesTotal.next(orderFeesTotal);\n }\n getorderFeesTotals(){\n return this.orderFeesTotal;\n }\n\n setorderTotalPayments(orderTotalPayments: number){\n this.orderTotalPayments.next(orderTotalPayments);\n }\n getoorderTotalPaymentss(){\n return this.orderTotalPayments;\n }\n}\n","import { ChangeDetectorRef, Component, Input, OnInit } from '@angular/core';\nimport { PaymentLibService } from './payment-lib.service';\nimport { IBSPayments } from './interfaces/IBSPayments';\nimport { OrderslistService } from './services/orderslist.service';\nimport { IPayment } from './interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-payment-lib',\n template: `\n <ccpay-refund-list [USERID]=\"USERID\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" [LOGGEDINUSEREMAIL]=\"LOGGEDINUSEREMAIL\" *ngIf=\"viewName === 'refund-list'\"></ccpay-refund-list>\n <ccpay-payment-list *ngIf=\"viewName === 'payment-list'\"></ccpay-payment-list>\n <ccpay-refund-status [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'refundstatuslist'\"> </ccpay-refund-status >\n <ccpay-payment-view [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'payment-view'\"\n [isTurnOff]=\"ISTURNOFF\" [isTakePayment]=\"TAKEPAYMENT\" [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"></ccpay-payment-view>\n\n <ccpay-process-refund *ngIf=\"viewName === 'process-refund'\"\n [refundReference]=\"refundReference\"\n [refundlistsource]=\"refundlistsource\"\n ></ccpay-process-refund>\n <ccpay-pba-payment *ngIf=\"viewName === 'pba-payment'\"\n [pbaPayOrderRef]=\"pbaPayOrderRef\"\n ></ccpay-pba-payment>\n <ccpay-case-transactions [isTakePayment]=\"isTakePayment\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'case-transactions'\"></ccpay-case-transactions>\n <app-mark-unidentified-payment *ngIf=\"viewName === 'unidentifiedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unidentified-payment>\n <app-mark-unsolicited-payment *ngIf=\"viewName === 'unsolicitedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unsolicited-payment>\n <app-allocate-payments *ngIf=\"viewName === 'allocate-payments'\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n ></app-allocate-payments>\n <ccpay-fee-summary *ngIf=\"viewName === 'fee-summary'\"\n [ccdCaseNumber]=\"CCD_CASE_NUMBER\" \n [paymentGroupRef]=\"paymentGroupReference\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"\n ></ccpay-fee-summary>\n <ccpay-reports *ngIf=\"viewName === 'reports'\"></ccpay-reports>\n `\n})\n\nexport class PaymentLibComponent implements OnInit {\n @Input('API_ROOT') API_ROOT: string;\n @Input('BULKSCAN_API_ROOT') BULKSCAN_API_ROOT: string;\n @Input('REFUNDS_API_ROOT') REFUNDS_API_ROOT: string;\n @Input('CARDPAYMENTRETURNURL') CARDPAYMENTRETURNURL: string;\n @Input('CCD_CASE_NUMBER') CCD_CASE_NUMBER: string;\n @Input('EXC_REFERENCE') EXC_REFERENCE: string;\n @Input('PAYMENT_METHOD') PAYMENT_METHOD: string;\n @Input('VIEW') VIEW: string;\n @Input('VIEWSERVICE') VIEWSERVICE: string;\n @Input('PAYMENT_GROUP_REF') PAYMENT_GROUP_REF?: string;\n @Input('TAKEPAYMENT') TAKEPAYMENT: boolean;\n @Input('SERVICEREQUEST') SERVICEREQUEST: string;\n @Input('DCN_NUMBER') DCN_NUMBER: string;\n @Input('SELECTED_OPTION') SELECTED_OPTION: string;\n @Input('ISBSENABLE') ISBSENABLE: Boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('CASETYPE') CASETYPE: string;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('rootUrl') rootUrl: boolean;\n @Input('REFUNDLIST') REFUNDLIST: string;\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL: string;\n @Input('isFromServiceRequestPage') isFromServiceRequestPage: boolean;\n\n paymentMethod: string;\n bspaymentdcn: string;\n unProcessedPaymentServiceId: string = null;\n paymentGroupReference: string;\n paymentReference: string;\n refundReference: string;\n refundlistsource: any;\n viewName: string;\n isTurnOff: boolean;\n caseType: string;\n isOldPcipalOff: boolean;\n isNewPcipalOff: boolean;\n unProcessedPayment: IBSPayments = null;\n isRefundStatusView: boolean;\n isRedirectFromCaseTransactionPage: string;\n isCallFromRefundList: boolean;\n isFromRefundStatusPage: boolean;\n iscancelClicked : boolean;\n isFromPaymentDetailPage: boolean;\n pbaPayOrderRef: IPayment;\n isTakePayment: boolean;\n\n orderDetail: any[];\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n\n constructor(private paymentLibService: PaymentLibService,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) { }\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n } \n\n\n ngOnInit() {\n this.paymentLibService.setApiRootUrl(this.API_ROOT);\n this.paymentLibService.setBulkScanApiRootUrl(this.BULKSCAN_API_ROOT);\n this.paymentLibService.setRefundndsApiRootUrl(this.REFUNDS_API_ROOT);\n this.paymentLibService.setCardPaymentReturnUrl(this.CARDPAYMENTRETURNURL);\n\n if(this.LOGGEDINUSERROLES.length > 0) {\n this.OrderslistService.setUserRolesList(this.LOGGEDINUSERROLES);\n }\n if (this.PAYMENT_GROUP_REF) {\n this.paymentGroupReference = this.PAYMENT_GROUP_REF;\n }\n if (this.DCN_NUMBER) {\n this.bspaymentdcn = this.DCN_NUMBER;\n }\n if (this.REFUNDLIST === \"true\") {\n this.VIEW = 'refund-list';\n this.viewName = this.VIEW;\n }\n if (this.VIEW === 'fee-summary') {\n this.viewName = 'fee-summary';\n } else if (this.VIEW !== 'reports' && this.VIEW !== 'refund-list') {\n this.viewName = 'case-transactions';\n } else {\n this.viewName = this.VIEW;\n }\n\n if (this.isTakePayment) {\n this.TAKEPAYMENT = true;\n }\n }\n}\n","import { Injectable } from '@angular/core';\nimport { _throw } from 'rxjs/observable/throw';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { HttpErrorResponse } from '@angular/common/http';\nimport { stringify } from '@angular/core/src/util';\n\n@Injectable({\n providedIn: 'root'\n})\n\n\nexport class ErrorHandlerService {\n\n constructor() { }\n\n\n handleError(err: HttpErrorResponse): Observable<any> {\n let errorMessage: string;\n if (err.error instanceof Error) {\n // A client-side or network error occurred.\n errorMessage = `An error occurred: ${err.error.message}`;\n } else {\n // The backend returned an unsuccessful response code.\n if (err.status === 404) {\n\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n else if (err.status === 500) {\n errorMessage = 'Internal server error';\n } else if (err.error.messsage === undefined) {\n if( typeof err.error === 'object') {\n errorMessage = JSON.parse(JSON.stringify(err.error)).error;\n } else {\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n \n } else {\n if (err.error.message !== undefined) {\n errorMessage = `${err.error.message}`;\n } else {\n errorMessage = `${err.error}`;\n }\n \n }\n }\n return _throw(errorMessage);\n }\n\n\n getServerErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","import { Injectable } from '@angular/core';\n\nconst noop = (): any => undefined;\n\nexport abstract class Logger {\n\n info: any;\n warn: any;\n error: any;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class LoggerService implements Logger {\n\n info: any;\n warn: any;\n error: any;\n\n invokeConsoleMethod(type: string, args?: any): void {}\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient } from '@angular/common/http';\n\nimport { Observable } from 'rxjs/internal/Observable';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { IPayments } from '../../interfaces/IPayments';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentListService {\n payments: IPayments;\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n\n getPaymentByCcdCaseNumber(ccdCaseNumber: string, paymentMethod: string): Observable<IPayments> {\n this.logger.info('Payment-list-service getPaymentByCcdCaseNumber for: ', ccdCaseNumber);\n\n return this.http.get<IPayments>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/payments`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import {Component, OnInit} from '@angular/core';\n\nimport {PaymentListService} from '../../services/payment-list/payment-list.service';\nimport {IPayments} from '../../interfaces/IPayments';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport {IStatusHistory} from '../../interfaces/IStatusHistory';\n\n@Component({\n selector: 'ccpay-payment-list',\n templateUrl: './payment-list.component.html',\n styleUrls: ['./payment-list.component.css']\n})\nexport class PaymentListComponent implements OnInit {\n payments: IPayments;\n errorMessage: string;\n code: string;\n\n constructor(private paymentListService: PaymentListService,\n private paymentLibComponent: PaymentLibComponent) {\n }\n\n ngOnInit() {\n this.paymentListService.getPaymentByCcdCaseNumber(this.paymentLibComponent.CCD_CASE_NUMBER, this.paymentLibComponent.PAYMENT_METHOD)\n .subscribe(\n payments => this.payments = payments,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.paymentLibComponent.paymentMethod = paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n}\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport { Observable } from 'rxjs';\n\n@Injectable()\nexport class WebComponentHttpClient {\n constructor(\n private http: HttpClient,\n private meta: Meta\n ) { }\n\n post(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.post(url, body, opts);\n }\n\n put(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.put(url, body, opts);\n }\n\n get(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.get(url, opts);\n }\n\n delete(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.delete(url, opts);\n }\n \n patch(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.patch(url, body, opts);\n }\n\n addHeaders(options: any): any {\n const csrfToken = this.meta.getTag('name=csrf-token');\n const headers = {};\n \n if (options.headers) {\n options.headers.forEach(element => {\n headers[element] = options.headers.get(element);\n });\n }\n headers['X-Requested-With'] = 'XMLHttpRequest';\n if (csrfToken === null) {\n if( document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')) !== undefined ) {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')).split('=')[1]; \n } else {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith(' XSRF-TOKEN')).split('=')[1];\n }\n } else {\n headers['CSRF-Token'] = csrfToken.content;\n }\n options.headers = new HttpHeaders(headers);\n options.responseType = 'text';\n return options;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { v4 as uuidv4 } from 'uuid';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { Meta } from '@angular/platform-browser';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IAllocationPaymentsRequest } from '../../interfaces/IAllocationPaymentsRequest';\nimport {IOrderReferenceFee} from '../../interfaces/IOrderReferenceFee';\nimport { BehaviorSubject } from 'rxjs';\nimport { IserviceRequestPbaPayment } from '../../interfaces/IserviceRequestPbaPayment';\nimport { IserviceRequestCardPayment } from '../../interfaces/IserviceRequestCardPayment';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\nimport { error } from '@angular/compiler/src/util';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentViewService {\n private ordersList = <BehaviorSubject<IOrderReferenceFee[]>>new BehaviorSubject([]);\n\n private meta: Meta;\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentDetails(paymentReference: string, paymentMethod: string): Observable<IPayment> {\n this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getPaymentGroupDetails(paymentGroupReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentGroupReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getApportionPaymentDetails(paymentReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/fee-pay-apportion/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getPBAaccountDetails(): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/pba-accounts`;\n return this.http.get(url, { withCredentials: true }).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postWays2PayCardPayment(serviceRef: string, body: IserviceRequestCardPayment): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/card-payments`;\n const rurl = this.paymentLibService.CARDPAYMENTRETURNURL.replace('.prod', '');\n body['return-url'] = `${rurl}/payment`;\n return this.https.post(url, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n \n postPBAaccountPayment(serviceRef: string, body: IserviceRequestPbaPayment): Observable<any> {\n let randomKey = 'idam-key-' + Math.random().toString().split('.').join('-');\n body['idempotency_key'] = randomKey; \n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/pba-payments`;\n return this.https.post(url, body);\n }\n\n postBSPayments(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnidentifiedPayments(body: UnidentifiedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnsolicitedPayments(body: UnsolicitedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocationPayments(body: IAllocationPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentGroupWithRemissions(paymentGroupReference: string, feeId: number, body: AddRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/remissions`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n deleteFeeFromPaymentGroup(feeId: number): Observable<any> {\n this.logger.info('Payment-view-service deleteFeeFromPaymentGroup for: ', feeId);\n return this.https.delete(`${this.paymentLibService.API_ROOT}/fees/${feeId}`).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postPaymentToPayHub(body: PaymentToPayhubRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentAntennaToPayHub(body: PayhubAntennaRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/telephony-card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getBSfeature(): Observable<any> {\n return this.https.get('api/payment-history/bulk-scan-feature', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getSiteID(): Observable<any> {\n return this.https.get('api/payment-history/refdata/legacy-sites', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getPartyDetails(caseNumber: string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/case-payment-orders?case_ids=${caseNumber}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n \n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n}\n getOrdersList() {\n return this.ordersList;\n }\n\n //issue refund\n postRefundsReason(body: PostRefundRetroRemission): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-for-payment`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n // retro remissions\n postPaymentGroupWithRetroRemissions(paymentGroupReference: string, feeId: number, body: AddRetroRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postRefundRetroRemission(body:PostIssueRefundRetroRemission) {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n 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 { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\nimport { ChangeDetectorRef } from '@angular/core';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-payment-view',\n templateUrl: './payment-view.component.html',\n styleUrls: ['./payment-view.component.css']\n})\nexport class PaymentViewComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() isTakePayment: boolean;\n @Input() caseType: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() orderRef: string;\n @Input() orderStatus: string;\n @Input() orderTotalPayments: number;\n @Input() payment: IPayment;\n @Input() LOGGEDINUSERROLES: string[];\n @Input() orderParty: string;\n @Input() orderCreated: Date;\n @Input() orderCCDEvent: string;\n @Input() orderFeesTotal: number;\n @Input() orderRemissionTotal: number;\n @Input() orderDetail: any[];\n @Input(\"isServiceRequest\") isServiceRequest: string;\n\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n ccdCaseNumber: string;\n selectedOption: string;\n dcnNumber: string;\n isStatusAllocated: boolean;\n isRemissionsMatch: boolean;\n feeId: IFee;\n viewStatus: string;\n isRefundRemission: boolean = false;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n remissions: IRemission[] = [];\n remissionFeeAmt: number;\n isRefundRemissionBtnEnable: boolean;\n serviceReference: string;\n isFromServiceRequestPage: boolean;\n isFromPaymentDetailPage: boolean;\n\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.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 (res) =>{\n console.log(res);\n }\n )\n }\n\n get isCardPayment(): boolean {\n return this.paymentGroup.payments[0].method === 'card';\n }\n\n get isTelephonyPayment(): boolean {\n return this.paymentGroup.payments[0].channel === 'telephony';\n }\n\n public goToPaymentList(): void {\n this.paymentLibComponent.viewName = 'payment-list';\n }\n goToServiceRequestPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.SERVICEREQUEST = 'true';\n this.paymentLibComponent.isFromServiceRequestPage = true;\n window.location.reload();\n }\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n if (!this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.resetOrderData();\n } else {\n this.OrderslistService.getorderRefs().subscribe((data) => this.orderRef = data);\n this.OrderslistService.getorderCCDEvents().subscribe((data) => this.orderCCDEvent = data);\n this.OrderslistService.getorderCreateds().subscribe((data) => this.orderCreated = data);\n this.OrderslistService.getorderDetail().subscribe((data) => this.orderDetail = data);\n this.OrderslistService.getorderPartys().subscribe((data) => this.orderParty = data);\n this.OrderslistService.getorderRemissionTotals().subscribe((data) => this.orderRemissionTotal = data);\n this.OrderslistService.getorderFeesTotals().subscribe((data) => this.orderFeesTotal = data);\n this.OrderslistService.getoorderTotalPaymentss().subscribe((data) => this.orderTotalPayments = data);\n this.viewStatus = 'order-full-view';\n }\n \n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.paymentViewService.getApportionPaymentDetails(this.paymentGroup.payments[0].reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.viewStatus = 'addremission';\n this.isRefundRemission = true;\n this.cd.detectChanges();\n },\n (error: any) => this.errorMessage = error\n );\n }\n }\n\n checkForFees(paymentGroup: any) {\n if(paymentGroup !== null && paymentGroup !== undefined)\n {\n if (paymentGroup.fees !== null && paymentGroup.fees !== undefined) {\n return true;\n }\n \n }\n return false;\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n if(this.chkIsRefundRemissionBtnEnable()) {\n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n this.viewStatus = 'addrefundforremission';\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.paymentGroup !== null && this.paymentGroup !== undefined) {\n this.paymentGroup.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n issueRefund(paymentgrp: IPaymentGroup) {\n if (paymentgrp !== null && paymentgrp !== undefined) {\n if(this.chkIssueRefundBtnEnable(paymentgrp.payments[0])) {\n this.paymentGroup = paymentgrp;\n this.viewStatus = 'issuerefund';\n this.isRefundRemission = true;\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.isFromPaymentDetailPage = true;\n this.isFromServiceRequestPage = this.paymentLibComponent.isFromServiceRequestPage;\n }\n }\n }\n\n getRemissionByFeeCode(feeCode: string, remissions: IRemission[]): IRemission {\n if (remissions && remissions.length > 0) {\n for (const remission of remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkForPBAPayment(): boolean {\n if (this.paymentGroup !== null && this.paymentGroup !== undefined) {\n let payment = this.paymentGroup.payments[0];\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n return true;\n }\n return false;\n }\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(this.paymentGroup.payments[0])) {\n if (this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n return true;\n }\n return true;\n\n } else {\n return false;\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if(payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n}","import { Injectable } from '@angular/core';\nimport {HttpClient, HttpHeaders} from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { IPatchRefundAction } from '../../interfaces/IPatchRefundAction';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { IssueRefundRequest } from '../../interfaces/IssueRefundRequest';\nimport { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';\nimport { IRefundStatusHistory } from '../../interfaces/IRefundStatusHistory';\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\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 { 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\n isConfirmButtondisabled: boolean = true;\n constructor(private RefundsService: RefundsService,\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 }\n checkRefundActions(code: string) {\n this.refundActionsHasError = false;\n this.isReasonFieldEmpty = false;\n this.isReasonEmpty = false;\n this.isReasonInvalid = false;\n this.refundRejectReasonHasError = false;\n if(code === 'Return to caseworker') {\n this.isConfirmButtondisabled = true;\n this.isSendMeBackClicked = true;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Approve') {\n this.isSendMeBackClicked = false;\n this.isConfirmButtondisabled = false;\n this.isRejectClicked = false;\n this.isOtherClicked = false;\n\n } else if (code === 'Reject') {\n this.isRejectClicked = true;\n this.isSendMeBackClicked = false;\n this.isOtherClicked = false;\n this.RefundsService.getRefundRejectReasons().subscribe(\n refundRejectReasonList => {\n this.refundRejectReasonList = <any>refundRejectReasonList;\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else if (code === 'RE005') {\n this.isOtherClicked = true;\n } else if (code !== 'RE005') {\n this.isOtherClicked = false;\n }\n }\n processRefundSubmit() {\n let processRefundRequest;\n let status;\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n const controls = this.processRefundForm.controls;\n const processFormError = controls.sendMeBackField.errors;\n\n if (this.processRefundForm.dirty && controls.refundActionField.valid \n && (controls.refundActionField.value == 'Approve'\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.valid && controls.refundRejectReasonField.value != 'RE005')\n || (controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005' && controls.enterReasonField.valid)\n || (controls.refundActionField.value == 'Return to caseworker' && controls.sendMeBackField.valid))) {\n if (controls.refundActionField.value === 'Approve'){\n status = 'APPROVE';\n processRefundRequest = {\n code:'',\n reason: ''\n };\n } else if (controls.refundActionField.value === 'Reject') {\n status = 'REJECT';\n\n processRefundRequest = {\n code: controls.refundRejectReasonField.value ? controls.refundRejectReasonField.value : '',\n reason: controls.refundRejectReasonField.value == 'RE005' ? controls.enterReasonField.value : ''\n };\n } else if (controls.refundActionField.value === 'Return to caseworker') {\n status = 'SENDBACK';\n\n processRefundRequest = {\n code: '',\n reason: controls.sendMeBackField.value\n };\n }\n this.RefundsService.patchRefundActions(processRefundRequest, this.refundReference, status).subscribe(\n response => {\n this.isSuccesspageEnable = true;\n // this.successMsg = JSON.parse(response)['data'];\n this.successMsg = response.replace(/['\"]+/g, '');\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else {\n if(controls.refundActionField.value == \"\") {\n this.resetForm([true, false, false, false, false, false, false, false], 'action');\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == \"\") {\n this.resetForm([false, true, false, false, false, false, false, false], 'rejectReason');\n }\n if(controls.refundActionField.value == 'Return to caseworker') {\n if(controls.sendMeBackField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'addAreason');\n }\n if(controls.sendMeBackField.value != '' && controls.sendMeBackField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.minlength && processFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.maxlength && processFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'addAreason');\n }\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005') {\n if(controls.enterReasonField.value === \"\") {\n this.resetForm([false, false, false, false, false, false, true, false], 'enterReason');\n }\n if(controls.enterReasonField.value!== \"\" && controls.enterReasonField.invalid) {\n this.resetForm([false, false, false, false, false, false, false, true], 'enterReason');\n }\n }\n }\n\n }\n getErrorMessage(isErrorExist, status, errorMsg, err) {\n let bodyTxt = 'Please try again later';\n if (status !== 500) {\n if (errorMsg !== undefined) {\n bodyTxt = errorMsg;\n } else {\n bodyTxt = err;\n }\n \n }\n return {\n title: 'Something went wrong',\n body: bodyTxt,\n showError: isErrorExist\n };\n }\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n // // this.OrderslistService.setnavigationPage('casetransactions');\n // // this.OrderslistService.setisFromServiceRequestPage(false);\n // // this.paymentLibComponent.VIEW ='case-transactions';\n // // this.paymentLibComponent.viewName = 'case-transactions';\n // // this.paymentLibComponent.ISBSENABLE = true;\n // // this.paymentLibComponent.isRefundStatusView = false;\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n } else {\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n }\n }\n loadRefundsHomePage() {\n if(typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') {\n //window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.VIEW ='case-transactions';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n }\n }\n redirecttoRefundListPage() {\n if((typeof this.paymentLibComponent.TAKEPAYMENT === 'string' && this.paymentLibComponent.TAKEPAYMENT === 'false') || (typeof this.paymentLibComponent.TAKEPAYMENT === 'boolean' && !this.paymentLibComponent.TAKEPAYMENT) ) {\n // window.location.href='/refund-list?takePayment=false&refundlist=true';\n this.paymentLibComponent.viewName = 'refund-list';\n }\n else {\n this.loadRefundListPage();\n }\n }\n // loadCaseTransactionPage() {\n // this.paymentLibComponent.isRefundStatusView = false;\n // this.paymentLibCo}mponent.TAKEPAYMENT = true;\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n\n // let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n // partUrl += this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n // partUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n // this.router.navigateByUrl(url);\n // }\n\n resetForm(vals, field) {\n if(field==='action' || field==='all') {\n this.refundActionsHasError = vals[0];\n }\n if(field==='rejectReason' || field==='all') {\n this.refundRejectReasonHasError = vals[1];\n }\n if(field==='addAreason' || field==='all') {\n this.isReasonFieldEmpty = vals[2];\n this.isReasonFieldInvalid = vals[3];\n this.reasonFieldMinHasError = vals[4];\n this.reasonFieldMaxHasError = vals[5];\n }\n if(field==='enterReason' || field==='all') {\n this.isReasonEmpty = vals[6];\n this.isReasonInvalid = vals[7];\n }\n }\n\n goToCaseReview() {\n this.router.navigate([`/cases/case-details/${this.ccdCaseNumber}`], {relativeTo: this.activeRoute});\n }\n}\n","import {Component, OnInit, Input} from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundList } from '../../interfaces/IRefundList';\n\n@Component({\n selector: 'ccpay-refund-list',\n templateUrl: './refund-list.component.html',\n styleUrls: ['./refund-list.component.css']\n})\nexport class RefundListComponent implements OnInit {\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL:string;\n\n constructor(private refundService: RefundsService) {\n }\n\n tableApprovalHeader: string;\n tableRejectedHeader: string;\n submittedRefundList: IRefundList[] = [];\n rejectedRefundList: IRefundList[] = [];\n approvalStatus = 'Sent for approval';\n rejectStatus = 'Update required';\n // approvalStatus = 'sent for approval';\n // rejectStatus = 'sent back';\n errorMessage = null;\n isApproveTableVisible:boolean;\n isRejectTableVisible:boolean;\n dropdownvalue: string;\n isAuthorized: boolean = true;\n userLst\n ngOnInit() {\n \n this.userLst = this.LOGGEDINUSERROLES;\n\n \n if(this.LOGGEDINUSERROLES.some(i =>i.includes('payments-refund-approver'))){\n this.isAuthorized = true;\n } else {\n this.isApproveTableVisible = false;\n this.isAuthorized = false;\n }\n\n \n this.tableApprovalHeader = 'Refunds to be approved';\n this.tableRejectedHeader = 'Refunds returned to caseworker';\n\n if(this.isAuthorized) {\n this.refundService.getRefundList(this.approvalStatus,true).subscribe(\n refundList => {\n this.submittedRefundList = refundList['refund_list'];\n this.isApproveTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n this.refundService.getRefundList(this.rejectStatus,false).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n this.isRejectTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n\n }\n \n}","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {Observable} from 'rxjs/internal/Observable';\n\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CardDetailsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getCardDetails(paymentReference: string): Observable<ICardDetails> {\n this.logger.info('Card-detail-service getCardDetails for: ', paymentReference);\n\n return this.http.get<ICardDetails>(`${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/details`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { CardDetailsService } from '../../services/card-details/card-details.service';\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-card-details',\n templateUrl: './card-details.component.html',\n styleUrls: ['./card-details.component.css']\n})\nexport class CardDetailsComponent implements OnInit {\n pageTitle: string = 'Card details';\n cardDetails: ICardDetails;\n paymentReference: string;\n errorMessage: string;\n\n constructor(private cardDetailsService: CardDetailsService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.cardDetailsService.getCardDetails(this.paymentLibComponent.paymentReference).subscribe(\n cardDetails => this.cardDetails = cardDetails,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n get getPaymentReference(): string {\n return this.paymentReference;\n }\n\n}\n","import { Component } from '@angular/core';\n\n@Component({\n template: `\n <h1>This is not the page you were looking for!</h1>\n `\n})\nexport class PageNotFoundComponent { }\n","import { Injectable } from '@angular/core';\nimport { PaymentLibService } from '../../payment-lib.service';\nimport { HttpClient } from '@angular/common/http';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class StatusHistoryService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentStatusesByReference(paymentReference: string, paymentMethod: string): Observable<IStatusHistories> {\n this.logger.info('Status-history-service getPaymentStatusesByReference for: ', paymentReference);\n\n return this.http.get<IStatusHistories>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/statuses` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}/statuses`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { StatusHistoryService } from '../../services/status-history/status-history.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-payment-statuses',\n templateUrl: './status-history.component.html',\n styleUrls: ['./status-history.component.css']\n})\nexport class StatusHistoryComponent implements OnInit {\n @Input() isTakePayment: boolean;\n pageTitle: string = 'Payment status history';\n statuses: IStatusHistories;\n errorMessage: string;\n\n constructor(private statusHistoryService: StatusHistoryService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.statusHistoryService.getPaymentStatusesByReference(this.paymentLibComponent.paymentReference, this.paymentLibComponent.paymentMethod).subscribe(\n statuses => this.statuses = statuses,\n (error: any) => this.errorMessage = <any>error.replace(/\"/g,\"\")\n );\n \n }\n\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-pba-details',\n templateUrl: './pba-details.component.html',\n styleUrls: ['./pba-details.component.css']\n})\nexport class PbaDetailsComponent implements OnInit {\n @Input() payment: IPayment;\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { Logger } from './logger.service';\n\nexport let isDebugMode = false;\n\nconst noop = (): any => undefined;\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConsoleLoggerService implements Logger {\n\n get info() {\n if (isDebugMode) {\n return console.info.bind(console);\n } else {\n return noop;\n }\n }\n\n get warn() {\n if (isDebugMode) {\n return console.warn.bind(console);\n } else {\n return noop;\n }\n }\n\n get error() {\n if (isDebugMode) {\n return console.error.bind(console);\n } else {\n return noop;\n }\n }\n\n invokeConsoleMethod(type: string, args?: any): void {\n const logFn: Function = (console)[type] || console.log || noop;\n logFn.apply(console, [args]);\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {LoggerService} from '../shared/logger/logger.service';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {catchError} from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CaseTransactionsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getPaymentGroups(ccdCaseNumber: string): Observable<IPaymentGroup[]> {\n this.logger.info('Case-transactions-service getPaymentGroups for: ', ccdCaseNumber);\n\n return this.http.get<IPaymentGroup[]>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/paymentgroups`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BulkScaningPaymentService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getBSPaymentsByCCD(ccdCaseNumber: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases/${ccdCaseNumber}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getBSPaymentsByDCN(dcn: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases?document_control_number=${dcn}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocatePayment(body: AllocatePaymentRequest, paymentRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentRef}/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPaymentStrategic(body: AllocatePaymentRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSWoPGStrategic(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n patchBSChangeStatus(dcnNumber: string, status: string): Observable<any> {\n return this.https.patch(`${this.paymentLibService.API_ROOT}/bulk-scan-payments/${dcnNumber}/status/${status}`, status).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n calculateOutStandingAmount(paymentGroup: IPaymentGroup): number {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n } \n return (feesTotal - remissionsTotal) - paymentsTotal;\n }\n\n removeUnwantedString(input: string, replaceText: string) {\n const pattern = /[\\_]/gi;\n return input.replace(pattern, replaceText);\n }\n\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n return this.https.get(`${this.paymentLibService.BULKSCAN_API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { Router } from '@angular/router';\nimport { ServiceRequestComponent } from '../../components/service-request/service-request.component';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-case-transactions',\n templateUrl: './case-transactions.component.html',\n styleUrls: ['./case-transactions.component.css']\n})\nexport class CaseTransactionsComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input() isTakePayment: boolean;\n takePayment: boolean;\n servicerequest: string;\n ccdCaseNumber: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n fees: IFee[] = [];\n errorMessage: string;\n totalFees: number;\n totalPayments: number;\n totalNonOffPayments: number;\n totalRemissions: number;\n selectedOption: string;\n dcnNumber: string;\n paymentRef: string;\n isTurnOff: boolean;\n isNewPcipalOff: boolean;\n isRefundRemission: boolean = true;\n isOldPcipalOff: boolean;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n viewStatus = 'main';\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n //Order changes\n orderDetail: any[] = [];\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n ispaymentGroupApisuccess: boolean = false;\n cpoDetails: any = null;\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isEligible4PBAPayment = ['pui-finance-manager', 'pui-user-manager', 'pui-organisation-manager', 'pui-case-manager'];\n currentDate = new Date();\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n constructor(private router: Router,\n private paymentViewService: PaymentViewService,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private caseTransactionsService: CaseTransactionsService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n this.navigationpage = '';\n if(this.OrderslistService.getpaymentPageView() !== null) {\n this.OrderslistService.getpaymentPageView().subscribe((data) => this.paymentView = data);\n }\n if((this.LOGGEDINUSERROLES === undefined || this.LOGGEDINUSERROLES.length === 0 )&&this.OrderslistService.getUserRolesList() !== null) {\n this.OrderslistService.getUserRolesList().subscribe((data) => this.LOGGEDINUSERROLES = data);\n }\n if(this.OrderslistService.getnavigationPageValue() !== null) {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n }\n \n \n if (this.paymentView !== undefined && this.paymentView !== null && this.paymentView.payment_group_reference !== undefined && this.navigationpage === 'paymentdetailspage') {\n this.goToPayementView(this.paymentView.payment_group_reference, this.paymentView.reference, this.paymentView.method);\n }\n this.isGrpOutstandingAmtPositive = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.caseType = this.paymentLibComponent.CASETYPE;\n if (this.paymentLibComponent.CCD_CASE_NUMBER === '') {\n this.ccdCaseNumber = this.paymentLibComponent.EXC_REFERENCE;\n }\n this.excReference = this.paymentLibComponent.EXC_REFERENCE;\n this.takePayment = this.paymentLibComponent.TAKEPAYMENT;\n this.servicerequest = this.paymentLibComponent.SERVICEREQUEST;\n if ( this.servicerequest !== undefined && this.servicerequest.toString() === 'true') {\n this.serviceRequestValue = 'true';\n } else {\n this.serviceRequestValue = 'false';\n }\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewPcipalOff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldPcipalOff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n if (!this.isTurnOff) {\n // if (this.lsCcdNumber !== this.ccdCaseNumber) {\n // this.router.navigateByUrl(`/ccd-search?takePayment=true`);\n // }\n\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.calculateRefundAmount();\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.getSelectedOrderRefId().subscribe((data) => this.orderRef = data);\n this.goToOrderViewDetailSection(this.orderRef);\n } else {\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n \n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isCPODown = true;\n }\n );\n \n }\n\n \n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n } else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.totalRefundAmount = this.calculateRefundAmount();\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.setDefaults();\n this.isCPODown = true;\n }\n );\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n }\n\n if( this.paymentGroups !== undefined) {\n this.checkForExceptionRecord();\n }\n \n if(this.OrderslistService.getisFromServiceRequestPages() !== null) {\n this.OrderslistService.getisFromServiceRequestPages().subscribe((data) => this.isFromServiceRequestPage = data);\n }\n \n }\n\n setDefaults(): void {\n this.totalPayments = 0.00;\n this.totalRemissions = 0.00;\n this.totalNonOffPayments = 0.00;\n this.totalFees = 0.00;\n }\n\n getAllocationStatus(payments: any) {\n\n let paymentAllocation = payments.payment_allocation,\n isAllocationStatusExist = paymentAllocation.length > 0;\n return isAllocationStatusExist ? paymentAllocation[0].allocation_status : '-';\n //return \"-\";\n\n }\n\n checkForExceptionRecord(): void {\n \n if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n recordData => {\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length === undefined && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n });\n }\n\n if (this.paymentGroups.length === 0 && this.selectedOption.toLocaleLowerCase() === 'dcn') {\n if (this.paymentLibComponent.CCD_CASE_NUMBER.length > 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n } else if (this.paymentLibComponent.CCD_CASE_NUMBER.length === 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n }\n if (this.paymentGroups.length > 0)\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.case_reference !== undefined && payment.ccd_case_number === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n });\n }\n });\n }\n\n calculateOrderFeesAmounts(): void {\n let feesTotal = 0.00;\n this.paymentGroups.forEach(paymentGroup => {\n this.resetOrderVariables();\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount\n }\n )\n }\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n\n // this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n if (paymentGroup.service_request_status === 'Paid') {\n this.orderStatus = paymentGroup.service_request_status;\n this.orderAddBtnEnable = false;\n } else if (paymentGroup.service_request_status === 'Partially paid' || paymentGroup.service_request_status === 'Not paid') {\n this.orderStatus = paymentGroup.service_request_status;\n this.orderAddBtnEnable = true;\n } \n\n //this.orderLevelFees.push({orderRefId:paymentGroup['payment_group_reference'],orderTotalFees: this.orderFeesTotal,orderStatus: this.orderStatus,orderParty:'Santosh', orderCCDEvent:'Case Creation',orderCreated: new Date(), orderAddBtnEnable: this.orderAddBtnEnable}); this.cpoDetails['createdTimestamp']\n if (this.cpoDetails !== null) {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: this.cpoDetails['responsibleParty'], orderCCDEvent: this.cpoDetails['action'], orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n\n } else {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: '', orderCCDEvent: '', orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n }\n\n if (this.orderStatus !== 'Paid') {\n this.OrderslistService.setOrdersList(this.orderLevelFees);\n }\n });\n };\n\n resetOrderVariables(): void {\n this.orderFeesTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderPendingPayments = 0.00;\n this.isAddFeeBtnEnabled = true;\n\n };\n\n goToOrderViewDetailSection(orderReferenceObj: any) {\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.setOrderRefId(orderReferenceObj);\n this.orderRef = orderReferenceObj;\n } else {\n this.OrderslistService.setOrderRefId(orderReferenceObj.orderRefId);\n this.orderRef = orderReferenceObj.orderRefId;\n }\n\n this.orderFeesTotal = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderPendingPayments = 0.00;\n\n this.orderDetail = this.paymentGroups.filter(x => x.payment_group_reference === this.orderRef);\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.fees) {\n orderDetail.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount;\n });\n }\n if (orderDetail.remissions) {\n orderDetail.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n if (orderDetail.payments) {\n this.payment = orderDetail.payments[0];\n orderDetail.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n }\n this.orderStatus = orderDetail.service_request_status;\n });\n //this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n // this.orderRef = orderReferenceObj.orderRefId;\n // if (this.orderPendingPayments <= 0.00) {\n // this.orderStatus = 'Paid';\n // } else if (this.orderFeesTotal > 0 && (this.orderTotalPayments > 0 || this.orderRemissionTotal > 0) && (this.orderTotalPayments < this.orderPendingPayments)) {\n // this.orderStatus = 'Partially paid'\n // } else {\n // this.orderStatus = 'Not paid'\n // }\n\n\n if (this.cpoDetails !== null) {\n this.orderParty = this.cpoDetails['responsibleParty'];\n this.orderCreated = this.cpoDetails['createdTimestamp'];\n this.orderCCDEvent = this.cpoDetails['action'];\n } else {\n this.orderParty = '';\n this.orderCCDEvent = '';\n this.orderCreated = orderReferenceObj.orderCreated;\n }\n this.viewStatus = 'order-full-view';\n }\n\n redirectToOrderFeeSearchPage(event: any, orderef: any) {\n if(orderef.orderAddBtnEnable) {\n event.preventDefault();\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = orderef.orderRefId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n }\n\n \n\n\n calculateAmounts(): void {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n nonOffLinePayment = 0.00;\n\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n if (fee.date_created) {\n let a = fee.amount_due === undefined;\n let b = fee.amount_due <= 0;\n this.clAmountDue = a ? this.clAmountDue + fee.net_amount : b ? this.clAmountDue + 0 : this.clAmountDue + fee.amount_due;\n }\n fee['payment_group_reference'] = paymentGroup['payment_group_reference'];\n this.fees.push(fee);\n } else {\n feesTotal = feesTotal + fee.calculated_amount;\n this.fees.push(fee);\n }\n\n });\n }\n if (this.isTurnOff) {\n this.totalFees = feesTotal;\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n let allocationLen = payment.payment_allocation;\n\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n if (allocationLen.length === 0 || allocationLen.length > 0 && allocationLen[0].allocation_status === 'Allocated') {\n nonOffLinePayment = nonOffLinePayment + payment.amount;\n }\n if (allocationLen.length > 0) {\n this.nonPayments.push(payment);\n }\n }\n if (allocationLen.length === 0) {\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n } else {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n }\n });\n }\n this.totalPayments = paymentsTotal;\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n this.totalNonOffPayments = nonOffLinePayment;\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remisison => {\n remissionsTotal = remissionsTotal + remisison.hwf_amount;\n this.remissions.push(remisison);\n });\n }\n this.totalRemissions = remissionsTotal;\n });\n\n }\n\n calculateRefundAmount() {\n if (!this.isTurnOff) {\n let isNewPaymentGroup = false;\n\n this.paymentGroups.forEach((paymentGroup, index) => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n fees = [];\n\n if (paymentGroup.fees) {\n // this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n\n this.isRemissionsMatch = false;\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n // if(!fees.find(k => k.code=fee.code))\n // {\n fees.push(fee);\n //}\n }\n });\n }\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n\n if (fee.date_created) {\n isNewPaymentGroup = true;\n } else {\n this.isHistoricGroupAvailable = true;\n this.paymentGroups[index]['old'] = true;\n }\n });\n this.paymentGroups[index].fees = fees;\n }\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount > 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = true;\n this.isFeeRecordsExist = true;\n this.paymentRef = paymentGroup.payment_group_reference;\n }\n if (paymentGroup.fees && paymentGroup.fees.length > 0 && grpOutstandingAmount <= 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = false;\n }\n });\n if ((!isNewPaymentGroup && this.isHistoricGroupAvailable) || (!isNewPaymentGroup && !this.isHistoricGroupAvailable)) {\n this.isAnyFeeGroupAvilable = false;\n }\n } else {\n let totalRefundAmount = 0,\n isFeeAmountZero = false;\n this.paymentGroups.forEach(paymentGroup => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n if (paymentGroup.fees) {\n this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n if (fee.calculated_amount === 0) {\n isFeeAmountZero = true\n }\n });\n\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount < 0) {\n if (totalRefundAmount === 0) {\n totalRefundAmount = grpOutstandingAmount;\n } else {\n totalRefundAmount = (totalRefundAmount + grpOutstandingAmount);\n }\n }\n else if (grpOutstandingAmount > 0 || (grpOutstandingAmount === 0 && isFeeAmountZero)) {\n this.isGrpOutstandingAmtPositive = true;\n }\n });\n return totalRefundAmount * -1;\n }\n }\n\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n redirectToFeeSearchPage(event: any) {\n event.preventDefault();\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n url += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += `&caseType=${this.caseType}`\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}${url}`);\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.viewStatus = 'addremission';\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error? error.replace(/\"/g,\"\") : \"\"\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n \n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n\n redirectToremissionPage(event: any) {\n event.preventDefault();\n this.paymentLibComponent.viewName = 'remission'\n }\n goToServiceRequestPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.SERVICEREQUEST = 'true';\n this.paymentLibComponent.isFromServiceRequestPage = true;\n window.location.reload();\n }\n redirectToReportsPage(event: any) {\n event.preventDefault();\n this.router.navigateByUrl(`/reports?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}`);\n }\n\n loadFeeSummaryPage(paymentGroup: IPaymentGroup) {\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.payment_group_reference;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n\n goToPaymentViewComponent(paymentGroup: any) {\n this.paymentLibComponent.paymentMethod = paymentGroup.paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentGroup.paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n\n goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent({ paymentGroupReference, paymentReference, paymentMethod });\n }\n\n selectedUnprocessedFeeEvent(unprocessedRecordId: string) {\n if (unprocessedRecordId) {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = false;\n }\n this.isUnprocessedRecordSelected = true;\n } else {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = true;\n }\n this.isUnprocessedRecordSelected = false;\n }\n }\n\n getUnprocessedFeeCount(unProcessedRecordCount: number) {\n this.unprocessedRecordCount = unProcessedRecordCount;\n }\n\n calculateAmountDue(fee: IFee) {\n\n if (fee.date_created) {\n return fee.amount_due !== undefined ? fee.amount_due : fee.net_amount;\n } else {\n return \"0.00\";\n }\n }\n\n confirmRemoveFee(fee: IFee) {\n this.isRemoveBtnDisabled = false;\n this.feeId = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n cancelRemoval() {\n this.viewStatus = 'main';\n }\n\n removeFee(fee: any) {\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n window.location.reload();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n\n issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if(this.chkIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n }\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund()) {\n if (this.orderDetail[0]['remissions'].length > 0) {\n for (const remission of this.orderDetail[0]['remissions']) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n }\n return true;\n } else {\n return false;\n }\n }\n\n chkForPBAPayment(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isPBA = true;\n }\n });\n }\n });\n if (this.isPBA) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n check4AllowedRoles2AccessPBApayment = (): boolean => {\n return this.isEligible4PBAPayment.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if (payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n loadPBAAccountPage(orderRef: IPayment) {\n this.paymentLibComponent.pbaPayOrderRef = orderRef;\n this.paymentLibComponent.viewName = 'pba-payment';\n }\n}","export class PaymentToPayhubRequest {\n currency = 'GBP';\n description = 'PayBubble payment';\n channel = 'telephony';\n provider = 'pci pal';\n case_type: string;\n\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","export class PayhubAntennaRequest {\n currency = 'GBP';\n case_type: string;\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IFee } from '../../interfaces/IFee';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { SafeHtml } from '@angular/platform-browser';\nimport {Router} from '@angular/router';\nimport {Location} from '@angular/common';\nimport { OrderslistService } from '../../services/orderslist.service';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-fee-summary',\n templateUrl: './fee-summary.component.html',\n styleUrls: ['./fee-summary.component.scss']\n})\n\nexport class FeeSummaryComponent implements OnInit {\n @Input() paymentGroupRef: string;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: string;\n @Input() caseType: string;\n @Input() isOldPcipalOff: string;\n @Input() isNewPcipalOff: string;\n\n\n bsPaymentDcnNumber: string;\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n viewStatus = 'main';\n currentFee: IFee;\n totalFee: number;\n payhubHtml: SafeHtml;\n service: string = \"\";\n platForm: string = \"\";\n upPaymentErrorMessage: string;\n selectedOption:string;\n isBackButtonEnable: boolean = true;\n outStandingAmount: number;\n isFeeAmountZero: boolean = false;\n totalAfterRemission: number = 0;\n isConfirmationBtnDisabled: boolean = false;\n isRemoveBtnDisabled: boolean = false;\n isPaymentExist: boolean = false;\n isRemissionsExist: Boolean = false;\n isRemissionsMatch = false;\n isStrategicFixEnable: boolean;\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private location: Location,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) {}\n\n ngOnInit() {\n this.viewStatus = 'main';\n this.caseType = this.paymentLibComponent.CASETYPE;\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.setCaseType(this.paymentLibComponent.CASETYPE);\n if ((!this.isOldPcipalOff && this.isNewPcipalOff)) {\n this.platForm = '8x8';\n } else if ((this.isOldPcipalOff && !this.isNewPcipalOff)) {\n this.platForm = 'Antenna';\n } else if ((this.isOldPcipalOff && this.isNewPcipalOff)){\n this.platForm = '8x8';\n }\n\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n if (this.bsPaymentDcnNumber) {\n this.getUnassignedPaymentlist();\n }\n this.getPaymentGroup();\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.paymentLibComponent.DCN_NUMBER).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error';\n }\n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error'; \n } \n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n }\n\n }\n\n getRemissionByFeeCode(feeCode: string): IRemission {\n if (this.paymentGroup && this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n addRemission(fee: IFee) {\n this.currentFee = fee;\n this.viewStatus = 'add_remission';\n }\n\n getPaymentGroup() {\n let fees = [];\n this.paymentViewService.getPaymentGroupDetails(this.paymentGroupRef).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.isPaymentExist = paymentGroup.payments ? paymentGroup.payments.length > 0 : false;\n this.isRemissionsExist = paymentGroup.remissions ? paymentGroup.remissions.length > 0 : false;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.totalAfterRemission = this.totalAfterRemission + fee.net_amount;\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true;\n }\n this.isRemissionsMatch = false;\n paymentGroup.remissions.forEach(rem => {\n if(rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n \n if(!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees;\n }\n\n this.outStandingAmount = this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n\n confirmRemoveFee(fee: IFee){\n this.isRemoveBtnDisabled = false;\n this.currentFee = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n removeFee(fee: any){\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n if (this.paymentGroup.fees && this.paymentGroup.fees.length > 1){\n this.totalAfterRemission = 0;\n this.getPaymentGroup();\n this.viewStatus = 'main';\n return;\n }\n this.loadCaseTransactionPage();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n loadCaseTransactionPage() {\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n\n let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n partUrl +=this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n this.router.navigateByUrl(url);\n }\n cancelRemission() {\n this.viewStatus = 'main';\n }\n redirectToFeeSearchPage(event: any, page?: string) {\n event.preventDefault();\n let partUrl =this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n if(this.viewStatus === 'feeRemovalConfirmation' || this.viewStatus === 'add_remission') {\n this.viewStatus = 'main';\n return;\n }\n let url = `/fee-search?ccdCaseNumber=${this.ccdCaseNumber}&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}&paymentGroupRef=${this.paymentGroupRef}${partUrl}`;\n this.router.navigateByUrl(url);\n }\n takePayment() {\n this.isConfirmationBtnDisabled = true;\n const requestBody = new PaymentToPayhubRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType),\n antennaReqBody = new PayhubAntennaRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType);\n\n if(this.platForm === '8x8') {\n this.paymentViewService.postPaymentToPayHub(requestBody, this.paymentGroupRef).subscribe(\n response => {\n this.location.go(`payment-history?view=fee-summary`);\n this.payhubHtml = response;\n this.viewStatus = 'payhub_view';\n this.isBackButtonEnable=false;\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n } else if(this.platForm === 'Antenna') {\n\n this.paymentViewService.postPaymentAntennaToPayHub(antennaReqBody, this.paymentGroupRef).subscribe(\n response => {\n this.isBackButtonEnable=false;\n window.location.href = '/makePaymentByTelephoneyProvider';\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n }\n\n }\n\n goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean) {\n if (outStandingAmount > 0 || (outStandingAmount === 0 && isFeeAmountZero)) {\n this.paymentLibComponent.paymentGroupReference = this.paymentGroupRef;\n this.paymentLibComponent.viewName = 'allocate-payments';\n } else {\n this.loadCaseTransactionPage();\n }\n }\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n\n\n@Component({\n selector: 'ccpay-error-banner',\n templateUrl: './error-banner.component.html',\n styleUrls: ['./error-banner.component.scss']\n})\n\nexport class ErrorBannerComponent implements OnInit {\n @Input('errorMessage') errorMessage;\n\n constructor(\n ) {}\n\n ngOnInit() {\n\n }\n}\n","\nexport class UnidentifiedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n unidentified_reason: string;\n\n constructor(payment_group_reference: string, payment_reference : string, unidentified_reason: any) {\n this.payment_allocation_status = {\n description: '',\n name: \"Unidentified\"\n };\n this.payment_group_reference = payment_group_reference ;\n this.payment_reference= payment_reference;\n this.unidentified_reason= unidentified_reason;\n\n }\n\n\n\n}\n","import { IBSPayments } from \"./IBSPayments\";\n\nexport class AllocatePaymentRequest {\n amount: Number;\n banked_date: String;\n ccd_case_number: String;\n exception_record: string;\n currency: String;\n document_control_number: String;\n external_provider: String;\n giro_slip_no: String;\n payer_name: String;\n payment_channel: Object;\n payment_status: Object;\n payment_method: String;\n case_type: String;\n payment_allocation_dto?: {\n allocation_reason: String,\n allocation_status: String,\n explanation: String,\n payment_allocation_status: Object,\n payment_group_reference: String,\n payment_reference: String,\n reason: String,\n receiving_office: String,\n unidentified_reason: String,\n user_id: String,\n user_name: String,\n case_type: String\n }\n\n constructor(ccd_case_number : string, unAllocatedPayment: IBSPayments, caseType: string, exceptionRecord: string, allocatedRequest?: any) {\n this.amount = unAllocatedPayment.amount;\n this.banked_date = unAllocatedPayment.date_banked;\n this.ccd_case_number = ccd_case_number;\n this.exception_record = exceptionRecord;\n this.currency= unAllocatedPayment.currency;\n this.document_control_number = unAllocatedPayment.dcn_reference;\n this.external_provider = 'exela';\n this.giro_slip_no = unAllocatedPayment.bgc_reference;\n this.payer_name = unAllocatedPayment.payer_name;\n this.payment_channel = {\n description: '',\n name: 'bulk scan'\n };\n this.payment_status ={\n description: 'bulk scan payment completed',\n name: 'success'\n }\n this.payment_method = unAllocatedPayment.payment_method;\n this.case_type= caseType;\n if(allocatedRequest) {\n this.payment_allocation_dto = allocatedRequest;\n }\n\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\n\n@Component({\n selector: 'app-mark-unidentified-payment',\n templateUrl: './mark-unidentified-payment.component.html',\n styleUrls: ['./mark-unidentified-payment.component.scss']\n})\nexport class MarkUnidentifiedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnidentifiedForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n isInvesticationDetailEmpty: boolean = false;\n investicationDetailHasError: boolean = false;\n investicationDetailMinHasError: boolean = false;\n investicationDetailMaxHasError: boolean = false;\n errorMessage = this.getErrorMessage(false);\n unassignedRecord:IBSPayments;\n siteID: string = null;\n investigationComment: string;\n isConfirmButtondisabled:Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n isStrategicFixEnable: boolean = true;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.markPaymentUnidentifiedForm = this.formBuilder.group({\n investicationDetail: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ]))\n });\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.getErrorMessage(false);\n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n saveAndContinue() {\n this.resetForm([false, false, false, false]);\n const investicationField = this.markPaymentUnidentifiedForm.controls.investicationDetail;\n const formerror = investicationField.errors;\n if (this.markPaymentUnidentifiedForm.dirty && this.markPaymentUnidentifiedForm.valid) {\n this.investigationComment = this.markPaymentUnidentifiedForm.controls.investicationDetail.value;\n this.viewStatus = 'unidentifiedContinueConfirm';\n }else {\n if(investicationField.value == '' ) {\n this.resetForm([true, false, false, false]);\n }\n if(investicationField.value != '' && investicationField.invalid ) {\n this.resetForm([false, true, false, false]);\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false, false, true, false]);\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, true]);\n }\n }\n }\n resetForm(val) {\n this.isInvesticationDetailEmpty = val[0];\n this.investicationDetailHasError = val[1];\n this.investicationDetailMinHasError = val[2];\n this.investicationDetailMaxHasError = val[3];\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const reason = this.markPaymentUnidentifiedForm.get('investicationDetail').value;\n\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Unidentified',\n payment_allocation_status: {\n description: '',\n name: 'Unidentified'\n },\n unidentified_reason: reason,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnidentifiedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, reason);\n if (response2.success) {\n this.paymentViewService.postBSUnidentifiedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n cancelMarkUnidentifiedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.markPaymentUnidentifiedForm.get('investicationDetail').value!==\"\"){\n this.viewStatus = 'unidentifiedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.viewStatus = 'mainForm';\n }\n }\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","\nexport class UnsolicitedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n receiving_office: string;\n receiving_email_address: string;\n sending_email_address: string;\n unidentified_reason: string;\n constructor(payment_group_reference: string, payment_reference : string, reason: string,responsible_office: string, responsible_person:string,email_id: string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Transferred\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.unidentified_reason= reason;\n this.receiving_office= responsible_office;\n this.receiving_email_address= email_id;\n this.sending_email_address= responsible_person;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\n\n\n@Component({\n selector: 'app-mark-unsolicited-payment',\n templateUrl: './mark-unsolicited-payment.component.html',\n styleUrls: ['./mark-unsolicited-payment.component.scss']\n})\nexport class MarkUnsolicitedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnsolicitedForm: FormGroup;\n viewStatus: string;\n reasonHasError: boolean = false;\n isReasonEmpty: boolean = false;\n reasonMinHasError: boolean = false;\n reasonMaxHasError: boolean = false;\n responsibleOfficeHasError: boolean = false;\n isResponsibleOfficeEmpty: boolean = false;\n errorMessage = this.getErrorMessage(false);\n ccdCaseNumber: string;\n bspaymentdcn: string;\n unassignedRecord: IBSPayments;\n siteID: string = null;\n reason: string;\n responsiblePerson: string;\n responsibleOffice: string;\n emailId: string;\n isConfirmButtondisabled: Boolean = false;\n isContinueButtondisabled: Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n selectedSiteId: string;\n selectedSiteName: string;\n isStrategicFixEnable: boolean = true;\n siteIDList;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.resetForm([false,false,false,false,false,false], 'all');\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.paymentViewService.getSiteID().subscribe(\n siteids => {\n this.isContinueButtondisabled = false;\n this.errorMessage = this.getErrorMessage(false);\n this.siteIDList = JSON.parse(siteids);\n },\n err => {\n window.scrollTo(0, 0);\n this.isContinueButtondisabled = true;\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n \n this.markPaymentUnsolicitedForm = this.formBuilder.group({\n reason: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n responsibleOffice: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s\\\\n,\\\\.-:]*)$')\n ])),\n responsiblePerson: new FormControl(''),\n emailId: new FormControl('')\n });\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const controls = this.markPaymentUnsolicitedForm.controls;\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Transferred',\n payment_allocation_status: {\n description: '',\n name: 'Transferred'\n },\n unidentified_reason: controls.reason.value,\n receiving_office: this.selectedSiteId,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n // controls.responsibleOffice.setValue('P219');\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const response1 = JSON.parse(res1),\n requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnsolicitedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, controls.reason.value, this.selectedSiteId, controls.responsiblePerson.value, controls.emailId.value);\n if (response2.success) {\n this.paymentViewService.postBSUnsolicitedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n saveAndContinue() {\n this.resetForm([false,false,false,false,false,false], 'all');\n const formerror = this.markPaymentUnsolicitedForm.controls.reason.errors;\n const reasonField = this.markPaymentUnsolicitedForm.controls.reason;\n //const officeIdField = this.selectedSiteId;\n const officeIdField = this.markPaymentUnsolicitedForm.controls.responsibleOffice;\n if (this.markPaymentUnsolicitedForm.dirty && this.markPaymentUnsolicitedForm.valid) {\n const controls = this.markPaymentUnsolicitedForm.controls;\n this.emailId = controls.emailId.value;\n this.responsibleOffice = officeIdField.value;\n this.responsiblePerson = controls.responsiblePerson.value;\n this.reason = controls.reason.value;\n this.viewStatus = 'unsolicitedContinueConfirm';\n }else {\n if( reasonField.value == '' ) {\n this.resetForm([true,false,false,false,false,false], 'reason');\n }\n if(reasonField.value != '' && this.markPaymentUnsolicitedForm.controls.reason.invalid ) {\n this.resetForm([false,true,false,false,false,false], 'reason');\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false,false,true,false,false,false], 'reason');\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false,false,false,true,false,false], 'reason');\n }\n if(officeIdField.value == '') {\n this.resetForm([false,false,false,false,true,false], 'responsibleOffice');\n }\n if(officeIdField.value != '' && officeIdField.invalid) {\n this.resetForm([false,false,false,false,false,true],'responsibleOffice');\n }\n }\n }\n resetForm(val, field) {\n if(field==='reason' || field==='all') {\n this.isReasonEmpty = val[0];\n this.reasonHasError = val[1];\n this.reasonMinHasError = val[2];\n this.reasonMaxHasError = val[3];\n }\n if(field==='responsibleOffice' || field==='all') {\n this.isResponsibleOfficeEmpty = val[4];\n this.responsibleOfficeHasError = val[5];\n }\n }\n\ncancelMarkUnsolicitedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.checkingFormValue()){\n this.viewStatus = 'unsolicitedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.markPaymentUnsolicitedForm.controls.responsibleOffice.setValue('');\n this.viewStatus = 'mainForm';\n }\n }\n checkingFormValue(){\n const formFields = this.markPaymentUnsolicitedForm.value;\n let valueExists = false;\n\n for (var field in formFields) {\n if (formFields.hasOwnProperty(field) && formFields[field] !==\"\") {\n valueExists = true;\n break;\n }\n }\n return valueExists;\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n \n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n\n getErrorMessage(isErrorExist) {\n return {\n title: \"Something went wrong.\",\n body: \"Please try again later.\",\n showError: isErrorExist\n };\n }\n\n selectchange(args){ \n this.selectedSiteId = args.target.value; \n this.selectedSiteName = args.target.options[args.target.selectedIndex].text; \n } \n\n}\n","import { Component, OnInit, Output,Input, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport {Router} from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-app-unprocessed-payments',\n templateUrl: './unprocessed-payments.component.html',\n styleUrls: ['./unprocessed-payments.component.scss']\n})\nexport class UnprocessedPaymentsComponent implements OnInit {\n\n @Input('FEE_RECORDS_EXISTS') FEE_RECORDS_EXISTS: boolean;\n @Input('PAYMENTREF') PAYMENTREF: string;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('IS_BUTTON_ENABLE') IS_BUTTON_ENABLE: boolean;\n @Input('IS_OS_AMT_AVAILABLE') IS_OS_AMT_AVAILABLE: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('PAYMENTSLENGTH') PAYMENTSLENGTH:Number;\n @Input('LEVEL')LEVEL:Number;\n\n @Output() selectedUnprocessedFeeEvent: EventEmitter<string> = new EventEmitter();\n @Output() getUnprocessedFeeCount: EventEmitter<string> = new EventEmitter();\n\n viewStatus = 'main';\n unassignedRecordList: IBSPayments;\n upPaymentErrorMessage: string = null;\n ccdCaseNumber: string;\n recordId: string = null;\n isRecordExist: boolean = false;\n dcnNumber: string = null;\n selectedOption: string;\n isUnprocessedRecordSelected: boolean = true;\n isAllocateToExistingFeebtnEnabled: boolean = false;\n isMarkAsUnidentifiedbtnEnabled: boolean = false;\n isAllocatedToNewFeebtnEnabled: boolean = false;\n isExceptionCase: boolean = false;\n serviceId: string = null;\n isBulkScanEnable;\n isNewpcipaloff;\n isOldpcipaloff;\n isTurnOff: boolean = true;\n isStFixEnable;\n unassignedRecordSelectedList: IBSPayments;\n unassignedRecordListLength: number = 0;\n showContent: boolean;\n\n constructor(private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n // Todo ...\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewpcipaloff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldpcipaloff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.getFeeExists().subscribe( (data) => this.FEE_RECORDS_EXISTS = data);\n this.getUnassignedPaymentlist();\n\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.dcnNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n }\n\n }\n\n setValuesForUnassignedRecord(unassignedPayments) {\n \n this.unassignedRecordList = unassignedPayments.payments;\n if(this.unassignedRecordList){\n this.unassignedRecordListLength = unassignedPayments.payments.length\n }\n this.serviceId = unassignedPayments.responsible_service_id;\n if (unassignedPayments['ccd_reference'] === undefined) {\n this.isExceptionCase = true;\n }\n // this.isRecordExist = this.unassignedRecordList.length === 0;\n this.getUnprocessedFeeCount.emit(<any>this.unassignedRecordList.length);\n this.unprocessedPaymentSelectEvent(this.unassignedRecordList);\n }\n\n formatUnassignedRecordId(ID: Number) {\n return `unassignrecord-${ID}`;\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n\n redirectToFeeSearchPage(event: any, dcn_reference:any) {\n event.preventDefault();\n this.recordId = dcn_reference;\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n url += this.isOldpcipaloff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += this.isNewpcipaloff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}&dcn=${this.recordId}${url}`);\n }\n\n loadUnsolicitedPage(viewName: string, dcn_reference:any) {\n this.recordId = dcn_reference;\n this.paymentLibComponent.bspaymentdcn = this.recordId;\n this.paymentLibComponent.viewName = viewName;\n }\n\n unprocessedPaymentSelectEvent(selectedRecordReference: any) {\n this.isUnprocessedRecordSelected = true;\n this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit(selectedRecordReference);\n }\n\n resetButtons() {\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n }\n\n goToAllocatePage(dcn_reference:any) {\n this.paymentLibComponent.bspaymentdcn = dcn_reference;\n this.paymentLibComponent.unProcessedPaymentServiceId = this.serviceId\n this.paymentLibComponent.isTurnOff = this.ISTURNOFF;\n this.paymentLibComponent.isNewPcipalOff = this.ISNEWPCIPALOFF;\n this.paymentLibComponent.isOldPcipalOff = this.ISOLDPCIPALOFF;\n this.paymentLibComponent.ISSFENABLE = this.isStFixEnable;\n\n if(this.ISTURNOFF) {\n this.paymentLibComponent.paymentGroupReference = this.PAYMENTREF;\n this.paymentLibComponent.viewName = 'fee-summary';\n }else {\n this.paymentLibComponent.paymentGroupReference = null;\n this.paymentLibComponent.viewName = 'allocate-payments';\n }\n\n }\n\n validateButtons() {\n if ( this.isUnprocessedRecordSelected && this.isExceptionCase) {\n this.isMarkAsUnidentifiedbtnEnabled = true;\n } else if ( this.isUnprocessedRecordSelected && !this.isExceptionCase && !this.FEE_RECORDS_EXISTS) {\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = true;\n } else if( this.isUnprocessedRecordSelected && !this.isExceptionCase && this.FEE_RECORDS_EXISTS ) {\n if(!this.ISTURNOFF) {\n this.isAllocateToExistingFeebtnEnabled = true;\n this.isAllocatedToNewFeebtnEnabled = false;\n } else {\n this.isAllocateToExistingFeebtnEnabled = this.IS_OS_AMT_AVAILABLE;\n this.isAllocatedToNewFeebtnEnabled = true;\n }\n }\n }\n\n unprocessedPaymentUnSelectEvent(event: any) {\n event.preventDefault();\n this.recordId = null;\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n //this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit('');\n }\n\n showDetailRow(event: any,obj: any, i: any) {\n event.preventDefault();\n \n this.unassignedRecordSelectedList = obj;\n \n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {Router} from '@angular/router';\n\n@Component({\n selector: 'ccpay-app-processed-payments',\n templateUrl: './processed-payments.component.html',\n styleUrls: ['./processed-payments.component.scss']\n})\nexport class ProcessedPaymentsComponent implements OnInit {\n\n @Input('NONPAYMENTS') NONPAYMENTS: IPayment[];\n @Output() goToPaymentViewComponent: EventEmitter<any> = new EventEmitter();\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService\n ) { }\n ngOnInit() {\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n redirectToPaymentViewPage(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent.emit({paymentGroupReference, paymentReference, paymentMethod});\n }\n}\n","\nexport class IAllocationPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n reason: string;\n explanation: string;\n user_name: string;\n constructor(payment_group_reference: string, payment_reference : string, reason? : string, explanation? : string, userName? : string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Allocated\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.reason = reason ? reason : null;\n this.explanation = explanation ? explanation : null;\n this.user_name = userName ? userName : null;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {CaseTransactionsService} from '../../services/case-transactions/case-transactions.service'; \nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {IBSPayments} from '../../interfaces/IBSPayments';\nimport {AllocatePaymentRequest} from '../../interfaces/AllocatePaymentRequest';\nimport {IAllocationPaymentsRequest} from '../../interfaces/IAllocationPaymentsRequest';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n\n\n@Component({\n selector: 'app-allocate-payments',\n templateUrl: './allocate-payments.component.html',\n styleUrls: ['./allocate-payments.component.scss']\n})\nexport class AllocatePaymentsComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() caseType: string;\n\n overUnderPaymentForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n recordId:string;\n feedbackUrlLabel:string;\n unAllocatedPayment: IBSPayments = {\n amount: 0\n };\n siteID: string = null;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroup: IPaymentGroup;\n paymentGroups: IPaymentGroup[] = [];\t\n remainingAmount: number;\n isRemainingAmountGtZero: boolean;\n isMoreDetailsBoxHide: boolean = true;\n isRemainingAmountLtZero: boolean;\n afterFeeAllocateOutstanding: number;\n amountForAllocation: number;\n isConfirmButtondisabled: boolean = false;\n isContinueButtondisabled: boolean = true;\n otherPaymentExplanation: string = null;\n selectedOption: string = null;\n isFeeAmountZero: boolean = false;\t\n\n paymentReasonHasError: boolean = false;\n paymentExplanationHasError: boolean = false;\n isPaymentDetailsEmpty: boolean = false;\n isPaymentDetailsInvalid: boolean = false;\n paymentDetailsMinHasError: boolean = false;\n paymentDetailsMaxHasError: boolean = false;\n isUserNameEmpty: boolean = false;\n isUserNameInvalid: boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n paymentReason: string = null;\n paymentExplanation: string = null;\n userName: string = null;\n paymentSectionLabel: any;\n paymentRef: string = null;\n isStrategicFixEnable: boolean = true;\n orderLevelFees: IOrderReferenceFee[] = [];\n cookieUserName: string[] = [];\n enCookieUserName: any;\n userNameField: string = null;\n\n reasonList: { [key: string]: { [key: string]: string } }= {\n overPayment: {\n hwfReward: 'Help with Fees (HWF) awarded. Please include the HWF reference number in the explanatory note',\n wrongFee: 'Incorrect payment received',\n notIssueCase: 'Unable to issue case',\n otherDeduction: 'Other'\n },\n shortFall: {\n helpWithFee: 'Help with Fees (HWF) application declined',\n wrongFee: 'Incorrect payment received',\n other: 'Other'\n }\n }\n explanationList = {\n overPayment: {\n referRefund: 'Details in case notes. Refund due',\n noRefund: 'Details in case notes. No refund due',\n noCase: 'No case created. Refund due',\n other: 'Other'\n },\n shortFall: {\n holdCase: 'I have put a stop on the case and contacted the applicant requesting the balance of payment',\n heldCase: 'I have put a stop on the case. The applicant needs to be contacted to request the balance of payment',\n other: 'Other'\n }\n }\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\n\n constructor(\n private errorHandlerService: ErrorHandlerService,\n private caseTransactionsService: CaseTransactionsService,\n private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n if (this.paymentLibComponent.paymentGroupReference !== null) {\n this.viewStatus = 'allocatePaymentConfirmation';\n }\n \n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.paymentRef = this.paymentLibComponent.paymentGroupReference;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.isTurnOff = this.paymentLibComponent.isTurnOff;\n this.overUnderPaymentForm = this.formBuilder.group({\n moreDetails: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n userName: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s]*)$')\n ])),\n });\n this.OrderslistService.getOrdersList().subscribe( (data) =>\n this.orderLevelFees = data.filter(data => data.orderStatus !== 'Paid'));\n this.OrderslistService.getCaseType().subscribe( (data) => this.caseType = data);\n this.getUnassignedPayment();\n }\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n getPaymentGroupDetails(){\n\n if(!this.isTurnOff){\n this.paymentViewService.getPaymentGroupDetails(this.paymentRef).subscribe(\n paymentGroup => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroup = paymentGroup;\n this.saveAndContinue();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroups = paymentGroups['payment_groups'].filter(paymentGroup => {\n paymentGroup.fees.forEach(fee => {\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true\n }\n });\n let fstCon = this.getGroupOutstandingAmount(<IPaymentGroup>paymentGroup),\n scndCn = fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero) && paymentGroup.payment_group_reference === this.paymentRef;\n return this.paymentRef ? scndCn : fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero);\n });\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n\n }\n\n selectedPaymentGroup(paymentGroup: IPaymentGroup) {\t\n this.isContinueButtondisabled = false;\t\n this.paymentGroup = paymentGroup;\t\n }\t\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n gotoSummaryPage(event: any) { \n event.preventDefault();\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n cancelAllocatePayment(event: any){\n event.preventDefault();\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if(!this.isTurnOff){\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n } else {\n this.viewStatus = 'mainForm';\t\n }\n }\n confirmAllocatePayement(){\n this.enCookieUserName = document.cookie.split(\";\").find(row => row.includes(\"user-info\")).split(\"=\")[1].split(\";\");\n this.cookieUserName = JSON.parse(decodeURIComponent(this.enCookieUserName));\n \n const fullName = this.cookieUserName['forename'] + ' ' + this.cookieUserName['surname'];\n\n const paymentDetailsField = this.overUnderPaymentForm.controls.moreDetails,\n paymentFormError = this.overUnderPaymentForm.controls.moreDetails.errors,\n userNameField = fullName,\n isEmptyCondtion = this.paymentReason && this.paymentExplanation,\n isOtherOptionSelected = this.paymentExplanation === 'Other';\n\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if ( (!this.isRemainingAmountGtZero && !this.isRemainingAmountLtZero) || isEmptyCondtion && (!isOtherOptionSelected && userNameField.length > 0 || isOtherOptionSelected && userNameField.length > 0 && paymentDetailsField.valid)) {\n this.isConfirmButtondisabled = true;\n this.otherPaymentExplanation = this.paymentExplanation === 'Other' ? paymentDetailsField.value : this.paymentExplanation;\n this.userName = userNameField;\n this.finalServiceCall();\n }else {\n if(!this.paymentReason) {\n this.resetForm([true, false, false, false, false, false, false, false], 'reason');\n }\n if(!this.paymentExplanation) {\n this.resetForm([false, true, false, false, false, false, false, false], 'explanation');\n }\n if(this.paymentExplanation && isOtherOptionSelected) {\n if(paymentDetailsField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'other');\n }\n if(paymentDetailsField.value != '' && paymentDetailsField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.minlength && paymentFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.maxlength && paymentFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'other');\n }\n }\n if(userNameField.length === 0) {\n this.resetForm([false, false, false, false, false, false, true, false], 'username');\n }\n }\n }\n resetForm(vals, field) {\n if(field==='reason' || field==='all') {\n this.paymentReasonHasError = vals[0];\n }\n if(field==='explanation' || field==='all') {\n this.paymentExplanationHasError = vals[1];\n }\n if(field==='other' || field==='all') {\n this.isPaymentDetailsEmpty = vals[2];\n this.isPaymentDetailsInvalid = vals[3];\n this.paymentDetailsMinHasError = vals[4];\n this.paymentDetailsMaxHasError = vals[5];\n }\n if(field==='username' || field==='all') {\n this.isUserNameEmpty = vals[6];\n this.isUserNameInvalid = vals[7];\n }\n }\n finalServiceCall() {\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n reason: this.paymentReason,\n allocation_status:'Allocated',\n explanation: this.otherPaymentExplanation,\n payment_allocation_status: {\n description: '',\n name: 'Allocated'\n },\n payment_group_reference: this.paymentGroup.payment_group_reference,\n case_type: this.caseType,\n user_name: this.userName\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSPaymentStrategic(postStrategicBody , this.paymentGroup.payment_group_reference).subscribe(\n res => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n });\n\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response1 = JSON.parse(res1);\n if (response1.success) {\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.siteID, this.exceptionReference);\n this.bulkScaningPaymentService.postBSAllocatePayment(requestBody, this.paymentGroup.payment_group_reference).subscribe(\n res2 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response2 = JSON.parse(res2);\n const reqBody = new IAllocationPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, this.paymentReason, this.otherPaymentExplanation, this.userName);\n if (response2.success) {\n this.paymentViewService.postBSAllocationPayments(reqBody).subscribe(\n \n res3 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n ); \n }\n }\n\n saveAndContinue(){\n if(this.paymentGroup) {\n this.isMoreDetailsBoxHide = true;\n this.overUnderPaymentForm.get('moreDetails').reset();\n this.overUnderPaymentForm.get('moreDetails').setValue('');\n this.overUnderPaymentForm.get('userName').reset();\n this.overUnderPaymentForm.get('userName').setValue('');\n this.paymentReason = '';\n this.paymentExplanation = '';\n let GroupOutstandingAmount = this.getGroupOutstandingAmount(this.paymentGroup);\n const remainingToBeAssigned = this.unAllocatedPayment.amount - GroupOutstandingAmount;\n this.isRemainingAmountGtZero = remainingToBeAssigned > 0;\n this.isRemainingAmountLtZero = remainingToBeAssigned < 0;\n this.paymentSectionLabel = this.isRemainingAmountGtZero ? { \n title: 'There is an Over payment of',\n reason: 'Provide a reason. This will be used in the Refund process.',\n }: this.isRemainingAmountLtZero ? { \n title: 'There is an Under payment of',\n reason: 'Provide a reason',\n }: { \n title:'Amount left to be allocated',\n reason:'',\n };\n this.feedbackUrlLabel = this.isRemainingAmountGtZero ? 'CONFIRMALLOCATION_SURPLUS' : this.isRemainingAmountLtZero ? 'CONFIRMALLOCATION_SHORTFALL' : 'CONFIRMALLOCATION';\n this.remainingAmount = this.isRemainingAmountGtZero ? remainingToBeAssigned : this.isRemainingAmountLtZero ? remainingToBeAssigned * -1 : 0;\n this.afterFeeAllocateOutstanding = remainingToBeAssigned >= 0 ? 0 : (remainingToBeAssigned * -1);\n this.amountForAllocation = GroupOutstandingAmount >= this.unAllocatedPayment.amount ? this.unAllocatedPayment.amount : GroupOutstandingAmount;\n if(this.isTurnOff){\n this.viewStatus = 'allocatePaymentConfirmation';\t\n }\n }\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.unAllocatedPayment = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n this.getPaymentGroupDetails();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n selectRadioButton(key, type) {\n this.isMoreDetailsBoxHide = true;\n if( type === 'explanation' && key === 'other' ){\n this.isPaymentDetailsEmpty = false;\n this.isPaymentDetailsInvalid = false;\n this.paymentDetailsMinHasError = false;\n this.paymentDetailsMaxHasError = false;\n this.isMoreDetailsBoxHide = false;\n }\n }\n OrderListSelectEvent(orderef: any){\n this.isContinueButtondisabled = false;\n this.recordId= orderef;\n }\n\n redirectToOrderFeeSearchPage() {\n // this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = this.recordId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n}\n}\n","import { IFee } from './IFee';\n\nexport class AddRemissionRequest {\n beneficiary_name: string;\n ccd_case_number: string;\n fee: IFee;\n hwf_amount: number;\n hwf_reference: string;\n payment_group_reference: string;\n case_type: string;\n\n constructor(ccd_case_number: string, fee: IFee, hwf_amount: number, hwf_reference: string, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.fee = fee;\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n this.case_type = caseType;\n }\n}\n","export class AddRetroRemissionRequest {\n hwf_amount: number;\n hwf_reference: string;\n\n constructor(hwf_amount: number, hwf_reference: string) {\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n }\n}\n","export class PostRefundRetroRemission {\n payment_reference: string;\n refund_reason: string;\n \n constructor(payment_reference : string, refund_reason : string) {\n this.payment_reference= payment_reference;\n this.refund_reason = refund_reason;\n } \n}","export class PostIssueRefundRetroRemission {\n remissionReference: string;\n \n constructor(remissionReference : string) {\n this.remissionReference= remissionReference;\n } \n}","import { Component, OnInit, Input, Output, EventEmitter} from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator } from '@angular/forms';\nimport { IFee } from '../../interfaces/IFee';\nimport {Router} from '@angular/router';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { IssueRefundRequest } from '../../interfaces/IssueRefundRequest';\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';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\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() payment: IPayment;\n @Input() remission: IRemission;\n @Input() ccdCaseNumber: string;\n @Input() caseType: string;\n @Input() viewCompStatus: string;\n @Input() paymentGroupRef: string;\n @Input() isTurnOff: boolean;\n @Input() isRefundRemission: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isStrategicFixEnable: boolean;\n @Input() paidAmount: any;\n @Input() isFromRefundListPage: boolean;\n @Input() isFromPaymentDetailPage: boolean;\n @Input() isFromServiceRequestPage: boolean;\n @Input() feeamount: number;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input('orderDetail') orderDetail: any[];\n @Input('orderRef') orderRef: string;\n @Input('orderStatus') orderStatus: string;\n @Input('orderParty') orderParty: string;\n @Input('orderCreated') orderCreated: Date;\n @Input('orderCCDEvent') orderCCDEvent: string;\n @Input('takepayment') takePayment: boolean;\n @Input('orderFeesTotal') orderFeesTotal: number;\n @Input('orderTotalPayments') orderTotalPayments: number;\n @Input('orderRemissionTotal') orderRemissionTotal: number;\n @Output() cancelRemission: EventEmitter<void> = new EventEmitter();\n //@Output() refundListReason: EventEmitter<any> = new EventEmitter({reason:string, code:string});\n @Output() refundListReason = new EventEmitter<{reason: string, code: string}>();\n @Output() refundListAmount: EventEmitter<string> = new EventEmitter();\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\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 // 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 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.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 if (this.payment){\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 });\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundDDReason'].setValue('Select a different reason', {onlySelf: true});\n \n if(this.viewCompStatus === ''){\n this.viewStatus = 'main';\n }\n \n if(this.viewCompStatus === 'issuerefund'){\n this.refundService.getRefundReasons().subscribe(\n refundReasons => { \n this.refundReasons = refundReasons.filter((data) => data.recently_used === false);\n this.refundReasons = this.refundReasons.filter((data) => data.name !== 'Retrospective remission');\n this.cd.detectChanges();\n this.commonRefundReasons = refundReasons.filter((data) => data.recently_used === true);\n this.commonRefundReasons.sort((a, b) => a.toString().localeCompare(b));\n this.cd.detectChanges();\n } );\n }\n \n if(this.viewCompStatus === 'processretroremissonpage' && this.isFromRefundListPage){\n this.viewStatus = 'processretroremissonpage';\n }\n\n }\n\n addRemission() {\n this.resetRemissionForm([false, false, false, false, false, false], 'All');\n const remissionctrls=this.remissionForm.controls,\n isRemissionLessThanFee = this.fee.calculated_amount > remissionctrls.amount.value; \n this.remissionForm.controls['refundReason'].setErrors(null);\n this.remissionForm.controls['refundDDReason'].setErrors(null);\n if (this.remissionForm.dirty && this.remissionForm.valid && isRemissionLessThanFee) {\n this.viewStatus = 'confirmation';\n }else {\n\n if(remissionctrls['remissionCode'].value == '' ) {\n this.resetRemissionForm([true, false, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['remissionCode'].value != '' && remissionctrls['remissionCode'].invalid ) {\n this.resetRemissionForm([false, true, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['amount'].value == '' ) {\n this.resetRemissionForm([false, false, true, false, false, false], 'amount');\n }\n if(remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid ) {\n this.resetRemissionForm([false, true, false, true, false, false], 'amount');\n }\n if(remissionctrls.amount.valid && !isRemissionLessThanFee){\n this.resetRemissionForm([false, false, false, false, true, false], 'amount');\n }\n }\n }\n\n confirmRemission() {\n this.isConfirmationBtnDisabled = true;\n const newNetAmount = this.remissionForm.controls.amount.value,\n remissionAmount = this.fee.net_amount - newNetAmount,\n requestBody = new AddRemissionRequest\n (this.ccdCaseNumber, this.fee, remissionAmount, this.remissionForm.controls.remissionCode.value, this.caseType);\n this.paymentViewService.postPaymentGroupWithRemissions(decodeURIComponent(this.paymentGroupRef).trim(), this.fee.id, requestBody).subscribe(\n response => {\n if (JSON.parse(response).success) {\n let LDUrl = this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable'\n LDUrl += `&caseType=${this.caseType}`\n LDUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable'\n LDUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable'\n if (this.paymentLibComponent.bspaymentdcn) {\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(`/payment-history/${this.ccdCaseNumber}?view=fee-summary&selectedOption=${this.option}&paymentGroupRef=${this.paymentGroupRef}&dcn=${this.paymentLibComponent.bspaymentdcn}${LDUrl}`);\n }else {\n this.gotoCasetransationPage();\n }\n\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n }\n );\n }\n\n resetRemissionForm(val, field){\n if (field==='All'){\n this.isRemissionCodeEmpty = val[0];\n this.remissionCodeHasError = val[1];\n this.isAmountEmpty = val[2];\n this.amountHasError = val[3];\n this.isRemissionLessThanFeeError = val[4];\n this.isReasonEmpty = val[5];\n } else if(field==='remissionCode' || field==='All') {\n this.isRemissionCodeEmpty = val[0];\n this.remissionCodeHasError = val[1];\n } else if (field==='amount' || field==='All'){\n this.isAmountEmpty = val[2];\n this.amountHasError = val[3];\n this.isRemissionLessThanFeeError = val[4];\n } else if (field==='reason' || field==='All'){\n this.isReasonEmpty = val[5];\n }\n }\n\n // Add retro remission changes\n addRemissionCode() {\n this.errorMessage = false;\n this.viewStatus = '';\n this.isRefundRemission = false;\n this.resetRemissionForm([false, false, false, false, false, false], 'All');\n const remissionctrls=this.remissionForm.controls\n // isRemissionLessThanFee = this.fee.calculated_amount >= remissionctrls.amount.value; \n this.remissionForm.controls['refundReason'].setErrors(null);\n this.remissionForm.controls['refundDDReason'].setErrors(null);\n this.remissionForm.controls['amount'].setErrors(null);\n if (this.remissionForm.dirty && this.remissionForm.valid ) {\n this.viewCompStatus = '';\n this.viewStatus = \"processretroremissonpage\";\n }else {\n\n if(remissionctrls['remissionCode'].value == '' ) {\n this.resetRemissionForm([true, false, false, false, false], 'remissionCode');\n }\n if(remissionctrls['remissionCode'].value != '' && remissionctrls['remissionCode'].invalid ) {\n this.resetRemissionForm([false, true, false, false, false], 'remissionCode');\n }\n if(remissionctrls['amount'].value == '' ) {\n this.resetRemissionForm([false, false, true, false, false], 'amount');\n }\n if(remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid ) {\n this.resetRemissionForm([false, true, false, true, false], 'amount');\n }\n if(remissionctrls['reason'].value == '') {\n this.resetRemissionForm([false, false, false, true, false, true], 'reason');\n }\n if(remissionctrls.amount.valid){\n this.resetRemissionForm([false, false, false, false, true], 'amount');\n }\n \n }\n }\n\n\n gotoAddRetroRemissionCodePage() {\n this.errorMessage = false;\n 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 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\n gotoProcessRetroRemissionPage() {\n this.viewStatus = '';\n this.viewCompStatus = 'addremission';\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.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);\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 this.paymentLibComponent.iscancelClicked = false;\n if(this.paymentLibComponent.REFUNDLIST === \"true\") {\n this.isFromRefundListPage = true; \n }\n this.errorMessage = '';\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 this.viewCompStatus = '';\n this.viewStatus = 'checkissuerefundpage';\n }\n \n } else {\n this.displayRefundReason = this.selectedRefundReason;\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 = 'checkissuerefundpage';\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.refundHasError = false;\n this.isReasonEmpty = false;\n }\n\n changeIssueRefundReason() {\n // this.remissionForm.controls['refundReason'].setValue('Duplicate payment');\n this.errorMessage = '';\n this.refundHasError = false;\n this.isReasonEmpty = false;\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n this.isRefundRemission = true;\n }\n\n confirmIssueRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n \n const requestBody = new PostRefundRetroRemission(this.payment.reference,this.refundReason);\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// Retro Refund\n\n confirmRetroRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n\n const requestBody = new PostRefundRetroRemission(this.payment.reference,'RR004-Retrospective remission');\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.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\n gotoServiceRequestPage(event: any) {\n this.errorMessage ='';\n event.preventDefault();\n if (this.isFromServiceRequestPage && !this.isFromPaymentDetailPage) {\n this.viewStatus = 'order-full-view';\n this.viewCompStatus = '';\n } else if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.iscancelClicked = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n this.paymentLibComponent.isFromRefundStatusPage = true;\n } else {\n this.paymentLibComponent.paymentMethod = this.payment.method;\n this.paymentLibComponent.paymentGroupReference = this.paymentLibComponent.paymentGroupReference\n this.paymentLibComponent.paymentReference = this.payment.reference;\n this.paymentLibComponent.viewName = 'payment-view';\n this.OrderslistService.setOrderRef(this.orderRef);\n this.OrderslistService.setorderCCDEvent(this.orderCCDEvent);\n this.OrderslistService.setorderCreated(this.orderCreated);\n this.OrderslistService.setorderDetail(this.orderDetail);\n this.OrderslistService.setorderParty(this.orderParty);\n this.OrderslistService.setorderTotalPayments(this.orderTotalPayments);\n this.OrderslistService.setorderRemissionTotal(this.orderRemissionTotal);\n this.OrderslistService.setorderFeesTotal(this.orderFeesTotal);\n this.viewStatus = 'payment-view';\n this.sendOrderDetail = this.orderDetail;\n this.sendOrderRef = this.orderRef;\n if(this.LOGGEDINUSERROLES === undefined) {\n this.OrderslistService.getUserRolesList().subscribe((data) => this.LOGGEDINUSERROLES = data);\n }\n this.viewCompStatus = '';\n }\n // if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n // this.paymentLibComponent.SERVICEREQUEST = 'false';\n // this.paymentLibComponent.TAKEPAYMENT = false;\n // }\n // if (this.isFromServiceRequestPage) {\n // //this.paymentLibComponent.TAKEPAYMENT = false;\n // this.paymentLibComponent.isFromRefundStatusPage = false;\n // this.viewStatus = 'main'\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.OrderslistService.setisFromServiceRequestPage(true);\n // this.OrderslistService.setnavigationPage('servicerequestpage');\n // }\n // if ( this.isFromRefundListPage ) {\n // this.paymentLibComponent.iscancelClicked = true;\n // this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n // this.paymentLibComponent.isFromRefundStatusPage = true;\n // } \n // if(!this.paymentLibComponent.isFromRefundStatusPage) {\n // if(this.payment) {\n // this.OrderslistService.setpaymentPageView({method: this.payment.method,payment_group_reference: this.paymentGroupRef, reference:this.payment.reference});\n // }\n // if (this.isFromServiceRequestPage) { \n // this.OrderslistService.setnavigationPage('servicerequestpage');\n // } else {\n // this.OrderslistService.setnavigationPage('paymentdetailspage');\n // }\n // this.errorMessage = '';\n // this.paymentLibComponent.viewName = 'case-transactions';\n // // this.paymentLibComponent.TAKEPAYMENT = true;\n // this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n // this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n // this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n // this.paymentLibComponent.isFromServiceRequestPage = true; \n // this.paymentLibComponent.ISBSENABLE = true;\n // let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.caseType}`;\n // partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // if(this.isFromPaymentDetailPage) {\n // partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n // }\n // if(!this.paymentLibComponent.TAKEPAYMENT) {\n // this.paymentLibComponent.TAKEPAYMENT = undefined;\n // }\n // if ( this.paymentLibComponent.SERVICEREQUEST) {\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n // } else {\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n // }\n \n // } else {\n // this.paymentLibComponent.viewName === 'refundstatuslist';\n // this.paymentLibComponent.isFromRefundStatusPage = true;\n // }\n }\n\n gotoCasetransationPage() {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.VIEW = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n this.resetOrderData();\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n gotoCasetransationPageCancelBtnClicked(event: Event) {\n event.preventDefault();\n if( !this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.VIEW ='case-transactions';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n // this.OrderslistService.setnavigationPage('casetransactions');\n // this.OrderslistService.setisFromServiceRequestPage(false);\n // this.paymentLibComponent.VIEW ='case-transactions';\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentLibComponent.ISBSENABLE = true;\n // this.paymentLibComponent.isRefundStatusView = false;\n // this.resetOrderData(); let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.caseType}`;\n // partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n } else { \n\n if (this.paymentLibComponent.REFUNDLIST) {\n this.paymentLibComponent.viewName = 'refund-list';\n return;\n }\n if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n this.paymentLibComponent.SERVICEREQUEST = 'false';\n }\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.OrderslistService.setpaymentPageView({method: '',payment_group_reference: '', reference:''});\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n this.paymentLibComponent.ISBSENABLE = true;\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n\n if(!this.paymentLibComponent.SERVICEREQUEST) {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n } else {\n const url =`/payment-history/${this.ccdCaseNumber}?selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n }\n \n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n\n\n getFormattedCurrency(currency:number){\n if(currency.toString().includes(\".\")){\n return currency\n }\n return currency.toString().concat(\".00\");\n }\n \n}","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'ccdHyphens'\n})\nexport class CcdHyphensPipe implements PipeTransform {\n constructor() {}\n transform(value: any, args?: any): any {\n const pattern = /^([0-9]{4})+([0-9]{4})+([0-9]{4})+([0-9]{4})$/;\n if ( value.match(pattern)) {\n return value.replace(pattern,'$1-$2-$3-$4') \n }\n return value;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'capitalize'\n})\nexport class CapitalizePipe implements PipeTransform {\n constructor() { }\n transform(s: any, args?: any): any {\n return s && s[0].toUpperCase() + s.slice(1) || \"\";\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'keyValue'\n})\nexport class keyValuePipe implements PipeTransform {\n constructor() {}\n transform(input: any): any {\n let keys = [];\n for (let key in input) {\n if (input.hasOwnProperty(key)) {\n keys.push({ key: key, value: input[key]});\n }\n }\n return keys;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n\n@Pipe({ name: 'sanitizeHtml' })\nexport class SanitizeHtmlPipe implements PipeTransform {\n constructor(private sanitizer: DomSanitizer) {}\n transform(value: any): SafeHtml {\n return this.sanitizer.bypassSecurityTrustHtml(value);\n }\n}\n","import { Injectable } from '@angular/core';\nimport * as FileSaver from 'file-saver';\nimport * as XLSX from 'xlsx';\nimport * as XLSXStyle from 'xlsx-style';\n\n\nconst EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';\nconst EXCEL_EXTENSION = '.xlsx';\n\n@Injectable()\nexport class XlFileService {\n\n constructor() { }\n\n public exportAsExcelFile(json: any[], excelFileName: string): void {\n let worksheet: XLSX.WorkSheet; \n let workbook: XLSX.WorkBook; \n\n if(excelFileName.match('Data_Loss')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['loss_resp','payment_asset_dcn','env_ref','env_item','resp_service_id','resp_service_name','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setDataLossReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Unprocessed')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','exception_ref','ccd_ref','date_banked','bgc_batch','payment_asset_dcn','env_ref','env_item','payment_method','amount']});\n worksheet = this.setUnprocessedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Processed_Unallocated')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','allocation_status','receiving_office','allocation_reason','ccd_exception_reference','ccd_case_reference','payment_asset_dcn','env_ref','env_item','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setProcessedUnallocatedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else {\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','surplus_shortfall','balance','payment_amount','ccd_case_reference', 'ccd_exception_reference', 'processed_date', 'reason', 'explanation', 'user_name']});\n worksheet = this.setShortFallReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n }\n workbook = { Sheets: { 'data': worksheet }, SheetNames: ['data'] };\n const excelBuffer: any = XLSX.write(workbook, { bookType: 'xlsx', type: 'array' });\n this.saveAsExcelFile(excelBuffer, excelFileName);\n }\n\n\nprivate autoFitColumns (worksheet: XLSX.WorkSheet,json:any) : XLSX.WorkSheet {\n let objectMaxLength = []; \n let ColWidth = [];\n let obj = <any>Object;\n for (let i = 0; i < json.length; i++) {\n let value = obj.values(json[i]);\n let key = obj.keys(json[i]);\n for (let j = 0; j < value.length; j++) {\n if(value[j] === null){\n value[j] = '';\n }\n objectMaxLength[j] =\n key[j].length >= value[j].length\n ? key[j].length+2\n : value[j].length+1;\n if( value[j].length === undefined){\n objectMaxLength[j] = key[j].length+2;\n }\n ColWidth.push({'width': +objectMaxLength[j]});\n }\n }\n worksheet['!cols'] = ColWidth;\n return worksheet;\n}\n\n\nprivate setDataLossReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Loss_Resp\";\n worksheet.B1.v = \"Payment_Asset_DCN\";\n worksheet.C1.v = \"Envelope_Ref\";\n worksheet.D1.v = \"Envelope_Item\";\n worksheet.E1.v = \"Resp_Service ID\";\n worksheet.F1.v = \"Resp_Service Name\";\n worksheet.G1.v = \"Date_Banked\";\n worksheet.H1.v = \"BGC_Batch\";\n worksheet.I1.v = \"Payment_Method\";\n worksheet.J1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setUnprocessedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Exception_Ref\";\n worksheet.D1.v = \"CCD_Ref\";\n worksheet.E1.v = \"Date_Banked\";\n worksheet.F1.v = \"BGC_Batch\";\n worksheet.G1.v = \"Payment_Asset_DCN\";\n worksheet.H1.v = \"Envelope_Ref\";\n worksheet.I1.v = \"Envelope_Item\";\n worksheet.J1.v = \"Payment_Method\";\n worksheet.K1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setProcessedUnallocatedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Allocation_Status\";\n worksheet.D1.v = \"Receiving_Office\";\n worksheet.E1.v = \"Allocation_Reason\";\n worksheet.F1.v = \"CCD_Exception_Ref\";\n worksheet.G1.v = \"CCD_Case_Ref\";\n worksheet.H1.v = \"Payment_Asset_DCN\";\n worksheet.I1.v = \"Envelope_Ref\";\n worksheet.J1.v = \"Envelope_Item\";\n worksheet.K1.v = \"Date_Banked\";\n worksheet.L1.v = \"BGC_Batch\";\n worksheet.M1.v = \"Payment_Method\";\n worksheet.N1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setShortFallReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Over Payment_Under Payment\";\n worksheet.D1.v = \"Balance\";\n worksheet.E1.v = \"Payment_Amount\";\n worksheet.F1.v = \"CCD_Case_Ref\";\n worksheet.G1.v = \"Exception_Ref\";\n worksheet.H1.v = \"Processed_Date\";\n worksheet.I1.v = \"Reason\";\n worksheet.J1.v = \"Explanation\";\n worksheet.K1.v = \"Updated Name\";\n return worksheet;\n}\n\nprivate saveAsExcelFile(buffer: any, fileName: string): void {\n const data: Blob = new Blob([buffer], {\n type: EXCEL_TYPE\n });\n FileSaver.saveAs(data, fileName + EXCEL_EXTENSION);\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, FormControl } from '@angular/forms';\nimport { formatDate } from \"@angular/common\";\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {XlFileService} from '../../services/xl-file/xl-file.service';\n\n@Component({\n selector: 'ccpay-reports',\n templateUrl: './reports.component.html',\n styleUrls: ['./reports.component.scss']\n})\nexport class ReportsComponent implements OnInit {\n reportsForm: FormGroup;\n startDate: string;\n endDate: string;\n ccdCaseNumber: string;\n isDownLoadButtondisabled:Boolean = false;\n isStartDateLesthanEndDate: Boolean = false;\n isDateRangeBetnWeek: Boolean = false;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroups: IPaymentGroup[] = [];\n\n constructor(\n private xlFileService: XlFileService,\n private errorHandlerService: ErrorHandlerService,\n private formBuilder: FormBuilder,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentViewService: PaymentViewService) { }\n \n\n ngOnInit() {\n this.fromValidation();\n\n }\n\n getToday(): string {\n return new Date().toISOString().split('T')[0];\n }\n\n getSelectedFromDate(): void {\n this.validateDates(this.reportsForm.get('selectedreport').value);\n }\n\n validateDates(reportName){\n const selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n const isDateRangeMoreThanWeek = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 7;\n if(new Date(selectedStartDate) > new Date(selectedEndDate) && selectedEndDate !== ''){\n this.reportsForm.get('startDate').setValue('');\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = true;\n } else if(reportName && reportName ==='SURPLUS_AND_SHORTFALL' && isDateRangeMoreThanWeek ) {\n this.isDateRangeBetnWeek = true;\n this.isStartDateLesthanEndDate = false;\n } else {\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = false;\n }\n\n }\n\n fromValidation() {\n this.reportsForm = this.formBuilder.group({\n selectedreport: new FormControl('') ,\n startDate: new FormControl(''),\n endDate: new FormControl('') \n });\n}\n\ndownloadReport(){\n this.isDownLoadButtondisabled = true;\n const dataLossRptDefault = [{loss_resp:'',payment_asset_dcn:'',env_ref:'',env_item:'',resp_service_id:'',resp_service_name:'',date_banked:'',bgc_batch:'',payment_method:'',amount:''}],\n unProcessedRptDefault = [{resp_service_id:'',resp_service_name:'',exception_ref:'',ccd_ref:'',date_banked:'',bgc_batch:'',payment_asset_dcn:'',env_ref:'',env_item:'',payment_method:'',amount:''}],\n processedUnallocated =[{resp_service_id:'',resp_service_name:'',allocation_status:'',receiving_office:'',allocation_reason:'',ccd_exception_ref:'',ccd_case_ref:'',payment_asset_dcn:'',env_ref:'',env_item:'',date_banked:'',bgc_batch:'',payment_method:'',amount:'',updated_by:''}],\n shortFallsRptDefault = [{resp_service_id:'',resp_service_name:'',surplus_shortfall:'',balance:'',payment_amount:'',ccd_case_reference:'',ccd_exception_reference:'',processed_date:'', reason:'', explanation:'', user_name:''}],\n selectedReportName = this.reportsForm.get('selectedreport').value,\n selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n\n if(selectedReportName === 'PROCESSED_UNALLOCATED' || selectedReportName === 'SURPLUS_AND_SHORTFALL' ){\n this.paymentViewService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res= {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'PROCESSED_UNALLOCATED' ){\n res.data= processedUnallocated;\n } else if(res['data'].length === 0 && selectedReportName === 'SURPLUS_AND_SHORTFALL' ) {\n res.data= shortFallsRptDefault;\n } \n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"balance\"] !== undefined) {\n res['data'][i]['balance'] = this.convertToFloatValue(res['data'][i][\"balance\"]);\n }\n let Op = res['data'][i][\"surplus_shortfall\"];\n if(Op !== undefined) {\n res['data'][i]['surplus_shortfall'] = Op ==\"Surplus\" ? \"Over payment\":\"Under payment\";\n }\n if(res['data'][i][\"payment_amount\"] !== undefined) {\n res['data'][i]['payment_amount'] = this.convertToFloatValue(res['data'][i]['payment_amount']);\n }\n }\n } \n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n } else {\n this.bulkScaningPaymentService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res = {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'DATA_LOSS' ){\n res.data= dataLossRptDefault;\n } else if(res['data'].length === 0 && selectedReportName === 'UNPROCESSED'){\n res.data = unProcessedRptDefault;\n }\n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n }\n }\n\n getFileName(selectedOption: string, startDate: string, endDate: string ) {\n const loc = 'en-US',\n stDt = formatDate(startDate, 'ddMMyy', loc),\n enDt = formatDate(endDate, 'ddMMyy', loc),\n now = new Date(),\n currentDate = formatDate(now, 'ddMMyy', loc),\n timestamp = `${currentDate}_${this.getTwodigit(now.getHours())}${this.getTwodigit(now.getMinutes())}${this.getTwodigit(now.getSeconds())}`,\n selectedOptionTxt = this.getCamelCaseString(selectedOption);\n \n return selectedOptionTxt+'_'+stDt+'_To_'+enDt+'_Run_'+ timestamp;\n } \n tranformDate(strDate: string) {\n let result = '';\n if (strDate) {\n let parts = strDate.split('-');\n result = `${parts[1]}/${parts[2]}/${parts[0]}`;\n }\n return result;\n }\n getTwodigit(input: number){\n return (\"0\" + input).slice(-2);\n }\n getCamelCaseString(selectedOption) {\n let result;\n switch(selectedOption) { \n case 'UNPROCESSED': { \n result = 'Unprocessed';\n break; \n } \n case 'DATA_LOSS': { \n result = 'Data_Loss';\n break; \n } \n case 'PROCESSED_UNALLOCATED': { \n result = 'Processed_Unallocated';\n break; \n } \n case 'SURPLUS_AND_SHORTFALL': { \n result = 'Over Payment_Under Payment';\n break; \n } \n default: { \n result = selectedOption;\n break; \n } \n } \n return result;\n }\n applyDateFormat(res) {\n const fmt = 'dd/MM/yyyy',\n loc = 'en-US';\n return res['data'].map(value => {\n if (value['date_banked']) {\n value['date_banked'] = formatDate(value['date_banked'], fmt, loc);\n }\n return value;\n });\n }\n \n convertToFloatValue(amt) {\n return amt ? Number.parseFloat(amt).toFixed(2): '0.00';\n }\n}\n","import {Component, ViewChild, Input, ChangeDetectorRef} from '@angular/core';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport { MatTableDataSource} from '@angular/material/table';\nimport {MatSort } from '@angular/material/sort';\nimport {Sort } from '@angular/material/sort';\nimport {MatPaginator } from '@angular/material/paginator';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { ActivatedRoute,Router } from '@angular/router';\n@Component({\n selector: 'ccpay-table',\n templateUrl: './table.component.html',\n styleUrls: ['./table.component.css']\n})\nexport class TableComponent {\n @Input('DATASOURCE') DATASOURCE: any[];\n @Input('STATUS') STATUS: string;\n @Input('errorMessage') errorMessage: string;\n isApprovalFlow: boolean;\n // displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];\n displayedColumns = ['ccd_case_number', 'refund_reference', 'user_full_name','date_created', 'date_updated', 'Action'];\n \n dataSource: MatTableDataSource<any>;\n userLst;\n 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 }\n this.userLst.sort((a, b) => a.toString().localeCompare(b));\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}","export class IResubmitRefundRequest {\n refund_reason: string;\n amount: number;\n \n \n constructor(refund_reason : string, amount: number) {\n this.refund_reason= refund_reason;\n this.amount = amount;\n \n } \n }\n ","import { Component, OnInit, Input } from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator } from '@angular/forms';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { Router } from '@angular/router';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { IRefundStatus } from '../../interfaces/IRefundStatus';\nimport { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-refund-status',\n templateUrl: './refund-status.component.html',\n styleUrls: ['./refund-status.component.css']\n})\nexport class RefundStatusComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[] = [];\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: boolean;\n refundStatusForm: FormGroup;\n selectedRefundReason: string;\n rejectedRefundList: IRefundList[] = [];\n approvalStatus = 'Sent for approval';\n rejectStatus = 'Update required';\n // approvalStatus = 'sent for approval';\n // rejectStatus = 'sent back';\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 refundReference: string;\n refundAmount: string;\n refundCode: string;\n isRefundBtnDisabled: boolean = true;\n oldRefundReason: string;\n refundreason: string;\n navigationpage: string;\n isLastUpdatedByCurrentUser: boolean = true;\n isProcessRefund: boolean = false;\n changedAmount: number;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n\n constructor(private formBuilder: FormBuilder,\n private refundService: RefundsService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private router: Router,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n\n // if (this.check4AllowedRoles2AccessRefund()) {\n this.resetRemissionForm([false, false, false, false], 'All');\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.isCallFromRefundList = this.paymentLibComponent.isCallFromRefundList;\n // if(this.paymentLibComponent.isFromRefundStatusPage) {\n // this.viewName = 'reviewandsubmitview';\n // }\n if (this.paymentLibComponent.isRefundStatusView) {\n this.viewName = 'refundview';\n this.OrderslistService.getRefundView().subscribe((data) => this.refundlist = data);\n this.OrderslistService.getCCDCaseNumberforRefund.subscribe((data) => this.ccdCaseNumber = data);\n } else {\n this.viewName = 'refundstatuslist';\n this.refundService.getRefundStatusList(this.ccdCaseNumber).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n\n this.refundStatusForm = this.formBuilder.group({\n amount: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[0-9]+(\\.[0-9]{1,2})?$')\n ])),\n refundReason: new FormControl('', Validators.compose([Validators.required])),\n reason: new FormControl()\n });\n\n if(this.refundlist !== undefined) {\n this.getRefundsStatusHistoryList();\n\n if (this.LOGGEDINUSERROLES.some(i => i.includes('payments-refund-approver'))) {\n this.isProcessRefund = true;\n this.refundButtonState = this.refundlist.refund_status.name;\n return;\n }\n \n if (this.LOGGEDINUSERROLES.some(i => i.includes('payments-refund'))) {\n this.isProcessRefund = false;\n this.refundButtonState = this.refundlist.refund_status.name;\n }\n }\n //}\n }\n \n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n getRefundsStatusHistoryList() {\n if(this.refundlist !== undefined) {\n this.refundService.getRefundStatusHistory(this.refundlist.refund_reference).subscribe(\n statusHistoryList => {\n this.refundStatusHistories = statusHistoryList.status_history_dto_list;\n this.isLastUpdatedByCurrentUser = statusHistoryList.last_updated_by_current_user;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n }\n }\n\n goToRefundView(refundlist: IRefundList, navigationpage: string) {\n this.OrderslistService.setRefundView(refundlist);\n this.OrderslistService.setCCDCaseNumber(this.ccdCaseNumber);\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n this.refundlist = refundlist;\n this.OrderslistService.setnavigationPage(navigationpage);\n }\n\n loadCaseTransactionPage() {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isRefundStatusView = false;\n }\n\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n this.loadCaseTransactionPage();\n } else {\n this.paymentLibComponent.viewName = 'refund-list';\n }\n }\n\n gotoReviewDetailsPage(event:any) {\n // event.preventDefault();\n this.errorMessage = false;\n this.paymentLibComponent.isRefundStatusView = true;\n this.ngOnInit();\n }\n\n gotoReviewAndReSubmitPage() {\n this.viewName = 'reviewandsubmitview';\n this.oldRefundReason = this.refundlist.reason;\n this.changedAmount = this.refundlist.amount;\n this.refundreason = this.refundStatusHistories.filter(data => data.status.toLowerCase() === 'update required')[0].notes;\n this.refundService.getRefundReasons().subscribe(\n refundReasons => {\n this.refundReasons = refundReasons;\n });\n }\n gotoRefundReasonPage() {\n this.isRefundBtnDisabled = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.errorMessage = false;\n this.viewName = 'issuerefund';\n }\n\n gotoAmountPage() {\n this.errorMessage = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.isRefundBtnDisabled = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.viewName = 'processretroremissonpage';\n }\n\n goToReviewAndSubmitView() {\n const remissionctrls = this.refundStatusForm.controls\n if (this.refundStatusForm.dirty) {\n if (remissionctrls['amount'].value == '') {\n this.resetRemissionForm([true, false, false, false], 'amount');\n }\n else if (remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid) {\n this.resetRemissionForm([false, true, false, false], 'amount');\n }\n else if (remissionctrls['reason'].value == '') {\n this.resetRemissionForm([false, false, false, true], 'reason');\n } else {\n this.refundlist.reason = remissionctrls['reason'].value;\n this.viewName = 'reviewandsubmitview';\n }\n }\n\n }\n\n resetRemissionForm(val, field) {\n if (field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n this.isReasonEmpty = val[3];\n } else if (field === 'amount' || field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n } else if (field === 'reason' || field === 'All') {\n this.isReasonEmpty = val[3];\n }\n }\n\n selectRadioButton(key, value) {\n this.refundHasError = false;\n this.selectedRefundReason = key;\n if (key === 'Other') {\n this.refundHasError = false;\n this.refundReason = key;\n }\n }\n\n getRefundListReason(refundListReason: any) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n this.refundlist.reason = refundListReason.reason;\n this.refundCode = refundListReason.code;\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n getRefundAmount(amount: number) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n if (amount > 0) {\n this.changedAmount = amount;\n // this.refundlist.amount = amount;\n }\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n gotoReviewRefundConfirmationPage() {\n if (this.oldRefundReason === this.refundlist.reason) {\n this.refundCode = '';\n }\n const resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount);\n this.refundService.patchResubmitRefund(resubmitRequest, this.refundlist.refund_reference).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.refundReference = JSON.parse(response).refund_reference;\n this.refundAmount = JSON.parse(response).refund_amount;\n this.viewName = 'reviewrefundconfirmationpage';\n }\n },\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n\n }\n\n goToRefundProcessComponent(refundReference: string, refundList: IRefundList) {\n this.paymentLibComponent.refundlistsource = refundList;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n\n}\n","import { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { Router } from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-service-request',\n templateUrl: './service-request.component.html',\n styleUrls: ['./service-request.component.css']\n})\nexport class ServiceRequestComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n @Input('viewStatus') viewStatus: string;\n @Input('orderDetail') orderDetail: any[];\n @Input('orderRef') orderRef: string;\n @Input('orderStatus') orderStatus: string;\n @Input('orderParty') orderParty: string;\n @Input('orderCreated') orderCreated: Date;\n @Input('orderCCDEvent') orderCCDEvent: string;\n @Input('orderFeesTotal') orderFeesTotal: number;\n @Input('orderTotalPayments') orderTotalPayments: number;\n @Input('orderRemissionTotal') orderRemissionTotal: number;\n @Input('takePayment') takePayment: boolean;\n @Input('ccdCaseNumber') ccdCaseNumber: boolean;\n @Input(\"isServiceRequest\") isServiceRequest: string;\n @Output() goToServiceRquestComponent: EventEmitter<any> = new EventEmitter();\n\n\n servicerequest: string;\n // ccdCaseNumber: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n fees: IFee[] = [];\n errorMessage: string;\n totalFees: number;\n totalPayments: number;\n totalNonOffPayments: number;\n totalRemissions: number;\n selectedOption: string;\n dcnNumber: string;\n paymentRef: string;\n isTurnOff: boolean;\n isNewPcipalOff: boolean;\n isRefundRemission: boolean = true;\n isOldPcipalOff: boolean;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n cpoDetails: any = null;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n\n constructor(\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService,\n private router: Router) { }\n\n ngOnInit() {\n if (this.viewStatus === undefined) {\n this.viewStatus = this.paymentLibComponent.viewName;\n }\n if(this.paymentLibComponent.isFromServiceRequestPage && this.paymentLibComponent.isFromPaymentDetailPage) {\n if(this.paymentLibComponent.isFromPaymentDetailPage && this.paymentLibComponent.isFromServiceRequestPage) {\n this.OrderslistService.getorderRefs().subscribe((data) => this.orderRef = data);\n this.OrderslistService.getorderCCDEvents().subscribe((data) => this.orderCCDEvent = data);\n this.OrderslistService.getorderCreateds().subscribe((data) => this.orderCreated = data);\n this.OrderslistService.getorderDetail().subscribe((data) => this.orderDetail = data);\n this.OrderslistService.getorderPartys().subscribe((data) => this.orderParty = data);\n this.OrderslistService.getorderRemissionTotals().subscribe((data) => this.orderRemissionTotal = data);\n this.OrderslistService.getorderFeesTotals().subscribe((data) => this.orderFeesTotal = data);\n this.OrderslistService.getoorderTotalPaymentss().subscribe((data) => this.orderTotalPayments = data);\n }\n }\n // if (this.takePayment) {\n // this.paymentLibComponent.TAKEPAYMENT = this.takePayment;\n // }\n }\n goToServiceRequestPage() {\n this.goToServiceRquestComponent.emit();\n }\n\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n this.OrderslistService.setnavigationPage('servicerequestpage');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isTakePayment = this.paymentLibComponent.TAKEPAYMENT;\n if (this.takePayment) {\n this.paymentLibComponent.isTakePayment = this.takePayment;\n }\n this.paymentLibComponent.SERVICEREQUEST = \"true\";\n this.paymentLibComponent.isFromServiceRequestPage = false;\n if(this.isServiceRequest !== 'false') {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n }\n this.paymentLibComponent.isFromRefundStatusPage = false;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.resetOrderData();\n let partUrl = this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n if(this.isServiceRequest === 'false') {\n partUrl += this.paymentLibComponent.TAKEPAYMENT ? '&takePayment=true' : '&takePayment=false';\n }\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += this.isServiceRequest !== 'false' ? '&servicerequest=true' : '&servicerequest=false';\n partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n const url = `/payment-history/${this.paymentLibComponent.CCD_CASE_NUMBER}?view=case-transactions&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund()) {\n if (this.orderDetail[0]['remissions'].length > 0) {\n for (const remission of this.orderDetail[0]['remissions']) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n }\n return true;\n } else {\n return false;\n }\n }\n\n chkForPBAPayment(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n this.paymentLibComponent.paymentReference = payment.reference;\n this.isPBA = true;\n }\n });\n }\n });\n if (this.isPBA) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.viewStatus = 'addremission';\n this.payment = this.orderDetail[0].payments[0];\n this.paymentViewService.getApportionPaymentDetails(this.orderDetail[0].payments[0].reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n \n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n cancelRemoval() {\n this.viewStatus = 'main';\n }\n\n removeFee(fee: any) {\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n window.location.reload();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if (payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n\n issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if(this.chkIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.isRefundRemission = true;\n }\n }\n }\n\n goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent({ paymentGroupReference, paymentReference, paymentMethod });\n }\n\n goToPaymentViewComponent(paymentGroup: any) {\n this.paymentLibComponent.paymentMethod = paymentGroup.paymentMethod;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentGroup.paymentReference;\n this.OrderslistService.setOrderRef(this.orderRef);\n this.OrderslistService.setorderCCDEvent(this.orderCCDEvent);\n this.OrderslistService.setorderCreated(this.orderCreated);\n this.OrderslistService.setorderDetail(this.orderDetail);\n this.OrderslistService.setorderParty(this.orderParty);\n this.OrderslistService.setorderTotalPayments(this.orderTotalPayments);\n this.OrderslistService.setorderRemissionTotal(this.orderRemissionTotal);\n this.OrderslistService.setorderFeesTotal(this.orderFeesTotal);\n this.viewStatus = 'payment-view';\n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n}\n","export class IserviceRequestCardPayment {\n amount: string\n currency: string\n language: string\n \n constructor(amount : string) {\n this.amount = amount;\n this.currency = 'GBP';\n this.language = 'string';\n } \n}\n ","export class IserviceRequestPbaPayment {\n account_number: string;\n amount: string\n currency: string\n customer_reference: string\n organisation_name: string\n \n constructor(account_number : string, amount : string, customer_reference: string, orgName: string) {\n this.account_number = account_number;\n this.amount = amount;\n this.currency = 'GBP';\n this.customer_reference = customer_reference;\n this.organisation_name = orgName;\n } \n}\n ","import { Component, OnInit, Input} from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IserviceRequestCardPayment } from '../../interfaces/IserviceRequestCardPayment';\nimport { IserviceRequestPbaPayment } from '../../interfaces/IserviceRequestPbaPayment';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-pba-payment',\n templateUrl: './pba-payment.component.html',\n styleUrls: ['./pba-payment.component.scss']\n})\nexport class PbaPaymentComponent implements OnInit {\n @Input() pbaPayOrderRef: any;\n viewStatus: string;\n pbaAccountList: string[];\n isPBAAccountHold: boolean = false;\n errorMsg: any;\n isCardPaymentSuccess: boolean = true;\n isInSufficiantFund: boolean = false;\n isPBAAccountNotExist: boolean = false;\n isPBAServerError: boolean = false;\n isGetPBAAccountSucceed: boolean = false;\n selectedPbaAccount: string = '';\n pbaAccountRef: string = '';\n isPbaAccountSelected: boolean = false;\n isCardPaymentSelected: boolean = false;\n isPBADropdownSelected: boolean = false;\n isContinueButtondisabled: boolean = true;\n isPBAAccountPaymentSuccess: boolean = false;\n pbaAccountrPaymentResult: any;\n orgName: string = '';\n\n constructor(private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService) {}\n\n ngOnInit() {\n this.pbaPayOrderRef = this.paymentLibComponent.pbaPayOrderRef;\n this.viewStatus = 'pba-payment';\n this.errorMsg = null;\n this.paymentViewService.getPBAaccountDetails()\n .subscribe(\n result => {\n this.isGetPBAAccountSucceed = true;\n this.orgName = result.organisationEntityResponse.name;\n this.pbaAccountList = result.organisationEntityResponse.paymentAccount;\n },\n error => {\n this.errorMsg = error;\n }\n );\n\n }\n selectpbaaccount(args) {\n if(args.currentTarget.id === 'pbaAccountNumber') {\n this.isPBADropdownSelected = true;\n this.selectedPbaAccount = args.target.value; \n }\n if(args.currentTarget.id === 'pbaAccountRef') {\n this.pbaAccountRef = args.target.value; \n }\n if(this.selectedPbaAccount !== '' && this.pbaAccountRef !== \"\") {\n this.isContinueButtondisabled = false;\n } else {\n this.isContinueButtondisabled = true;\n }\n }\n\n saveAndContinue() {\n\n if(this.isPbaAccountSelected) {\n this.isInSufficiantFund = false;\n this.isPBAAccountNotExist = false;\n this.isPBAServerError = false;\n this.isPBAAccountPaymentSuccess = false;\n if ( this.pbaAccountList.indexOf(this.selectedPbaAccount) !== -1 ) {\n const requestBody = new IserviceRequestPbaPayment(\n this.selectedPbaAccount, this.pbaPayOrderRef.orderTotalFees, this.pbaAccountRef, this.orgName);\n this.paymentViewService.postPBAaccountPayment(this.pbaPayOrderRef.orderRefId, requestBody)\n .subscribe(\n r => {\n try {\n this.pbaAccountrPaymentResult = JSON.parse(r);\n } catch(e) {\n this.pbaAccountrPaymentResult = r;\n }\n this.isPBAAccountPaymentSuccess = true;\n },\n e => {\n if(e.status == '402') {\n this.isInSufficiantFund = true; \n } else if(e.status == '410') {\n this.isPBAAccountNotExist = true;\n } else if(e.status == '412') {\n this.isPBAAccountHold = true;\n } else {\n this.isPBAServerError = true;\n }\n }\n );\n } else {\n this.isPBAServerError = true;\n }\n } else if (this.isCardPaymentSelected) {\n this.cardPayment();\n }\n\n }\n cardPayment() {\n this.isCardPaymentSuccess = true;\n const requestBody = new IserviceRequestCardPayment (\n this.pbaPayOrderRef.orderTotalFees);\n this.paymentViewService.postWays2PayCardPayment(this.pbaPayOrderRef.orderRefId, requestBody)\n .subscribe(\n result => {\n const paymentUrl = JSON.parse(result).next_url;\n window.location.href = paymentUrl;\n },\n error => {\n this.isCardPaymentSuccess = false;\n }\n );\n\n }\n selectPaymentMethod(type: string) {\n if(type === 'PBA') {\n this.isPbaAccountSelected = true;\n this.isCardPaymentSelected = false;\n this.isPBADropdownSelected = false\n this.isContinueButtondisabled = true;\n this.selectedPbaAccount = null;\n } else if (type === 'CARD') {\n this.isPbaAccountSelected = false;\n this.isCardPaymentSelected = true;\n this.isPBADropdownSelected = false\n this.isContinueButtondisabled = false;\n }\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.ISBSENABLE = true;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\n\nimport { PaymentListComponent } from './components/payment-list/payment-list.component';\nimport { PaymentViewComponent } from './components/payment-view/payment-view.component';\nimport { ProcessRefundComponent } from './components/process-refund/process-refund.component';\nimport { RefundListComponent } from './components/refund-list/refund-list.component';\n\nimport { CardDetailsComponent } from './components/card-details/card-details.component';\nimport { PageNotFoundComponent } from './components/page-not-found.component';\nimport { PaymentLibComponent } from './payment-lib.component';\nimport { StatusHistoryComponent } from './components/status-history/status-history.component';\nimport { PbaDetailsComponent } from './components/pba-details/pba-details.component';\nimport { LoggerService } from './services/shared/logger/logger.service';\nimport { ConsoleLoggerService } from './services/shared/logger/console-logger.service';\nimport { WebComponentHttpClient } from './services/shared/httpclient/webcomponent.http.client';\nimport { CaseTransactionsComponent } from './components/case-transactions/case-transactions.component';\nimport { FeeSummaryComponent } from './components/fee-summary/fee-summary.component';\nimport { ErrorBannerComponent } from './components/error-banner/error-banner.component';\nimport { MarkUnidentifiedPaymentComponent } from './components/mark-unidentified-payment/mark-unidentified-payment.component';\nimport { MarkUnsolicitedPaymentComponent } from './components/mark-unsolicited-payment/mark-unsolicited-payment.component';\nimport { UnprocessedPaymentsComponent } from './components/unprocessed-payments/unprocessed-payments.component';\nimport { ProcessedPaymentsComponent } from './components/processed-payments/processed-payments.component';\nimport { AllocatePaymentsComponent } from './components/allocate-payments/allocate-payments.component';\nimport { AddRemissionComponent } from './components/add-remission/add-remission.component';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { CcdHyphensPipe } from './pipes/ccd-hyphens.pipe';\nimport { CapitalizePipe } from './pipes/capitalize.pipe';\nimport { keyValuePipe } from './pipes/key-value.pipe';\nimport { SanitizeHtmlPipe } from './pipes/sanitize-html.pipe';\nimport { ReportsComponent } from './components/reports/reports.component';\nimport { XlFileService } from './services/xl-file/xl-file.service';\nimport { TableComponent } from './components/table/table.component';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\n// import { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n// import { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { RefundStatusComponent } from './components/refund-status/refund-status.component';\nimport { ServiceRequestComponent } from './components/service-request/service-request.component';\nimport { PbaPaymentComponent } from './components/pba-payment/pba-payment.component';\n\n@NgModule({\n imports: [\n CommonModule,\n HttpClientModule,\n FormsModule,\n ReactiveFormsModule,\n MatTableModule,\n MatPaginatorModule,\n MatSortModule,\n MatFormFieldModule,\n MatInputModule,\n // BrowserAnimationsModule,\n // NoopAnimationsModule\n ],\n declarations: [\n PaymentLibComponent,\n PaymentListComponent,\n PaymentViewComponent,\n PbaPaymentComponent,\n ProcessRefundComponent,\n RefundListComponent,\n CardDetailsComponent,\n PageNotFoundComponent,\n StatusHistoryComponent,\n MarkUnidentifiedPaymentComponent,\n MarkUnsolicitedPaymentComponent,\n UnprocessedPaymentsComponent,\n ProcessedPaymentsComponent,\n AllocatePaymentsComponent,\n PbaDetailsComponent,\n CaseTransactionsComponent,\n FeeSummaryComponent,\n AddRemissionComponent,\n CcdHyphensPipe,\n CapitalizePipe,\n keyValuePipe,\n SanitizeHtmlPipe,\n ReportsComponent,\n ErrorBannerComponent,\n TableComponent,\n RefundStatusComponent,\n ServiceRequestComponent\n ],\n exports: [PaymentLibComponent],\n providers: [\n { provide: LoggerService, useClass: ConsoleLoggerService },\n XlFileService,\n WebComponentHttpClient\n ]\n})\n\nexport class PaymentLibModule { }\n"],"names":["PaymentLibService","prototype","setApiRootUrl","apiRoot","this","API_ROOT","getApiRootUrl","setBulkScanApiRootUrl","bulkscanapiRoot","BULKSCAN_API_ROOT","getBulkScanApiRootUrl","setRefundndsApiRootUrl","refundsapiRoot","REFUNDS_API_ROOT","getRefundsApiRootUrl","setCardPaymentReturnUrl","cardPaymentReturnUrl","CARDPAYMENTRETURNURL","getCardPaymentReturnUrl","Injectable","args","providedIn","OrderslistService","setOrdersList","orderLevelFees","ordersList","next","Object","assign","getOrdersList","setRefundView","refundList","refundView","getRefundView","setCaseType","caseType","getCaseType","setCCDCaseNumber","ccdCaseNumber","getCCDCaseNumber","setFeeExists","feeExists","getFeeExists","setisFromServiceRequestPage","isFromServiceRequestPage","getisFromServiceRequestPages","setOrderRefId","OrderRefId","getSelectedOrderRefId","setnavigationPage","navigationPage","getnavigationPageValue","setpaymentPageView","paymentpageList","paymentPageView","getpaymentPageView","setUserRolesList","rolesList","getUserRolesList","setorderDetail","orderDetail","getorderDetail","setOrderRef","orderRef","getorderRefs","setorderCCDEvent","orderCCDEvent","getorderCCDEvents","setorderCreated","orderCreated","getorderCreateds","setorderParty","orderParty","getorderPartys","setorderRemissionTotal","orderRemissionTotal","getorderRemissionTotals","setorderFeesTotal","orderFeesTotal","getorderFeesTotals","setorderTotalPayments","orderTotalPayments","getoorderTotalPaymentss","BehaviorSubject","getcaseType","asObservable","getFeeExist","getCCDCaseNumberforRefund","getisFromServiceRequestPage","getOrderRefId","getnavigationPage","getorderRef","getorderCCDEvent","getorderCreated","getorderParty","getorderRemissionTotal","getorderFeesTotal","getorderTotalPayments","PaymentLibComponent","ngAfterContentChecked","cd","detectChanges","ngOnInit","paymentLibService","LOGGEDINUSERROLES","length","PAYMENT_GROUP_REF","paymentGroupReference","DCN_NUMBER","bspaymentdcn","REFUNDLIST","VIEW","viewName","isTakePayment","TAKEPAYMENT","Component","selector","template","ChangeDetectorRef","Input","unProcessedPaymentServiceId","unProcessedPayment","orderPendingPayments","ErrorHandlerService","handleError","err","errorMessage","error","Error","message","status","undefined","JSON","parse","statusCode","messsage","stringify","_throw","getServerErrorMessage","isErrorExist","title","body","showError","LoggerService","invokeConsoleMethod","type","PaymentListService","getPaymentByCcdCaseNumber","paymentMethod","logger","info","http","get","withCredentials","pipe","catchError","errorHandlerService","HttpClient","PaymentListComponent","_this","paymentListService","paymentLibComponent","CCD_CASE_NUMBER","PAYMENT_METHOD","subscribe","payments","loadPaymentViewComponent","paymentReference","__values","o","s","Symbol","iterator","m","i","call","value","done","TypeError","WebComponentHttpClient","post","url","options","opts","addHeaders","put","delete","patch","csrfToken","meta","getTag","headers","forEach","element","document","cookie","split","find","row","startsWith","content","HttpHeaders","responseType","Meta","PaymentViewService","getPaymentDetails","getPaymentGroupDetails","getApportionPaymentDetails","getPBAaccountDetails","postWays2PayCardPayment","serviceRef","rurl","replace","https","postPBAaccountPayment","randomKey","Math","random","toString","join","postBSPayments","postBSUnidentifiedPayments","postBSUnsolicitedPayments","postBSAllocationPayments","postPaymentGroupWithRemissions","feeId","deleteFeeFromPaymentGroup","postPaymentToPayHub","paymentGroupRef","postPaymentAntennaToPayHub","downloadSelectedReport","reportName","startDate","endDate","getBSfeature","getSiteID","getPartyDetails","caseNumber","postRefundsReason","postPaymentGroupWithRetroRemissions","postRefundRetroRemission","getPaymentFailure","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","serviceReference","viewStatus","paymentViewService","paymentGroup","fees","fee","isRemissionsMatch","remissions","rem","fee_code","code","push","filter","paymentGroupObj","includes","paymentAllocation","payment_allocation","isStatusAllocated","allocation_status","res","console","log","defineProperty","method","channel","goToPaymentList","goToServiceRequestPage","SERVICEREQUEST","window","location","reload","goToCaseTransationPage","event","preventDefault","data","ISBSENABLE","resetOrderData","addRemission","chkForAddRemission","reference","payment","isFromPaymentDetailPage","isRefundRemission","checkForFees","addRefundForRemission","remission","chkIsRefundRemissionBtnEnable","remissionFeeAmt","net_amount","toLocaleLowerCase","allowFurtherAccessAfter4Days","isRefundRemissionBtnEnable","issueRefund","paymentgrp","chkIssueRefundBtnEnable","getRemissionByFeeCode","feeCode","remissions_1","tslib_1.__values","remissions_1_1","check4AllowedRoles2AccessRefund","isIssueRefunfBtnEnable","chkForPBAPayment","_b","_c","isAddFeeBtnEnabled","allowedRolesToAccessRefund","some","role","indexOf","tmp4DayAgo","Date","setDate","getDate","date_created","RefundsService","getRefundReasons","getRefundRejectReasons","getRefundActions","refundReference","patchRefundActions","reviewerAction","getRefundList","refundstatus","selfexclusive","getRefundStatusHistory","getRefundStatusList","getUserDetails","postIssueRefund","patchResubmitRefund","refund_reference","ProcessRefundComponent","refundActionList","getErrorMessage","processRefundForm","formBuilder","group","refundActionField","FormControl","Validators","compose","required","refundRejectReasonField","sendMeBackField","minLength","maxLength","pattern","enterReasonField","refundlistsource","ccd_case_number","isFromRefundListPage","checkRefundActions","refundActionsHasError","isReasonFieldEmpty","isReasonEmpty","isReasonInvalid","refundRejectReasonHasError","isConfirmButtondisabled","isSendMeBackClicked","isRejectClicked","isOtherClicked","refundRejectReasonList","processRefundSubmit","processRefundRequest","resetForm","controls","processFormError","errors","dirty","valid","reason","response","isSuccesspageEnable","successMsg","invalid","minlength","actualLength","maxlength","errorMsg","bodyTxt","loadRefundListPage","navigationpage","isRefundStatusView","loadRefundsHomePage","redirecttoRefundListPage","vals","field","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","goToCaseReview","router","navigate","relativeTo","activeRoute","FormBuilder","Router","ActivatedRoute","sendmeback","RefundListComponent","userLst","isAuthorized","isApproveTableVisible","tableApprovalHeader","tableRejectedHeader","refundService","approvalStatus","submittedRefundList","rejectStatus","rejectedRefundList","isRejectTableVisible","CardDetailsService","getCardDetails","CardDetailsComponent","cardDetailsService","cardDetails","pageTitle","PageNotFoundComponent","StatusHistoryService","getPaymentStatusesByReference","StatusHistoryComponent","statusHistoryService","statuses","PbaDetailsComponent","noop","ConsoleLoggerService","apply","CaseTransactionsService","getPaymentGroups","BulkScaningPaymentService","getBSPaymentsByCCD","getBSPaymentsByDCN","dcn","postBSAllocatePayment","paymentRef","postBSPaymentStrategic","postBSWoPGStrategic","patchBSChangeStatus","calculateOutStandingAmount","feesTotal","paymentsTotal","remissionsTotal","calculated_amount","toUpperCase","amount","hwf_amount","removeUnwantedString","input","replaceText","CaseTransactionsComponent","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","servicerequest","serviceRequestValue","isBulkScanEnable","isNewPcipalOff","ISNEWPCIPALOFF","isOldPcipalOff","ISOLDPCIPALOFF","isStrategicFixEnable","ISSFENABLE","caseTransactionsService","paymentGroups","isAnyFeeGroupAvilable","calculateAmounts","calculateOrderFeesAmounts","totalRefundAmount","calculateRefundAmount","cpoDetails","setDefaults","isCPODown","goToOrderViewDetailSection","checkForExceptionRecord","totalPayments","totalRemissions","totalNonOffPayments","totalFees","getAllocationStatus","bulkScaningPaymentService","recordData","exception_record_reference","ccd_reference","isExceptionRecord","case_reference","resetOrderVariables","service_request_status","orderStatus","orderAddBtnEnable","orderRefId","orderTotalFees","orderReferenceObj","x","redirectToOrderFeeSearchPage","orderef","nonOffLinePayment","a","b","amount_due","clAmountDue","allocationLen","nonPayments","allPayments","remisison","totalRefundAmount_1","isFeeAmountZero_1","grpOutstandingAmount","isFeeRecordsExist","isNewPaymentGroup_1","index","isHistoricGroupAvailable","getGroupOutstandingAmount","redirectToFeeSearchPage","navigateByUrl","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","goToPaymentViewComponent","selectedUnprocessedFeeEvent","unprocessedRecordId","isUnprocessedRecordSelected","getUnprocessedFeeCount","unProcessedRecordCount","unprocessedRecordCount","calculateAmountDue","confirmRemoveFee","isRemoveBtnDisabled","cancelRemoval","removeFee","success","isCheckAmountdueExist","amountDue","isPBA","loadPBAAccountPage","pbaPayOrderRef","isAddRemissionEnable","orderRemissionDetails","ispaymentGroupApisuccess","isAddRemissionBtnEnabled","isEligible4PBAPayment","currentDate","check4AllowedRoles2AccessPBApayment","PaymentToPayhubRequest","currency","description","provider","toFixed","case_type","PayhubAntennaRequest","BS_ENABLE_FLAG","FeeSummaryComponent","bsPaymentDcnNumber","platForm","features","result","feature","uid","enable","getUnassignedPaymentlist","getPaymentGroup","unassignedPayments","service","responsible_service_id","upPaymentErrorMessage","currentFee","isPaymentExist","isRemissionsExist","totalAfterRemission","isFeeAmountZero","outStandingAmount","loadCaseTransactionPage","partUrl","cancelRemission","page","isConfirmationBtnDisabled","requestBody","antennaReqBody","go","payhubHtml","isBackButtonEnable","href","goToAllocatePage","Location","ErrorBannerComponent","UnidentifiedPaymentsRequest","payment_reference","unidentified_reason","payment_allocation_status","name","AllocatePaymentRequest","unAllocatedPayment","exceptionRecord","allocatedRequest","banked_date","date_banked","exception_record","document_control_number","dcn_reference","external_provider","giro_slip_no","bgc_reference","payer_name","payment_channel","payment_status","payment_method","payment_allocation_dto","MarkUnidentifiedPaymentComponent","getUnassignedPayment","markPaymentUnidentifiedForm","investicationDetail","unassignedRecord","siteID","beCcdNumber","beExceptionNumber","exceptionReference","ccdReference","trimUnderscore","saveAndContinue","investicationField","formerror","investigationComment","val","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","setValue","formFields","valueExists","hasOwnProperty","selectchange","target","selectedSiteName","selectedIndex","text","UnprocessedPaymentsComponent","isNewpcipaloff","isOldpcipaloff","isStFixEnable","FEE_RECORDS_EXISTS","setValuesForUnassignedRecord","emit","unassignedRecordList","unassignedRecordListLength","serviceId","isExceptionCase","unprocessedPaymentSelectEvent","formatUnassignedRecordId","ID","recordId","loadUnsolicitedPage","selectedRecordReference","validateButtons","resetButtons","isAllocateToExistingFeebtnEnabled","isMarkAsUnidentifiedbtnEnabled","isAllocatedToNewFeebtnEnabled","PAYMENTREF","IS_OS_AMT_AVAILABLE","unprocessedPaymentUnSelectEvent","showDetailRow","obj","unassignedRecordSelectedList","Output","EventEmitter","isRecordExist","ProcessedPaymentsComponent","redirectToPaymentViewPage","IAllocationPaymentsRequest","explanation","userName","user_name","AllocatePaymentsComponent","overUnderPaymentForm","moreDetails","fstCon","scndCn","selectedPaymentGroup","gotoSummaryPage","cancelAllocatePayment","confirmAllocatePayement","enCookieUserName","cookieUserName","decodeURIComponent","fullName","paymentDetailsField","paymentFormError","userNameField","isEmptyCondtion","paymentReason","paymentExplanation","isOtherOptionSelected","isRemainingAmountGtZero","isRemainingAmountLtZero","otherPaymentExplanation","finalServiceCall","paymentReasonHasError","paymentExplanationHasError","isPaymentDetailsEmpty","isPaymentDetailsInvalid","paymentDetailsMinHasError","paymentDetailsMaxHasError","isUserNameEmpty","isUserNameInvalid","GroupOutstandingAmount","remainingToBeAssigned","isMoreDetailsBoxHide","reset","paymentSectionLabel","feedbackUrlLabel","remainingAmount","afterFeeAllocateOutstanding","amountForAllocation","selectRadioButton","key","OrderListSelectEvent","reasonList","overPayment","hwfReward","wrongFee","notIssueCase","otherDeduction","shortFall","helpWithFee","other","explanationList","referRefund","noRefund","noCase","holdCase","heldCase","refund","duplicate","humanerror","caseWithdrawn","AddRemissionRequest","hwf_reference","AddRetroRemissionRequest","PostRefundRetroRemission","refund_reason","PostIssueRefundRetroRemission","remissionReference","AddRemissionComponent","default","pattern1","pattern2","viewCompStatus","volume","remessionPayment","isPaymentSuccess","option","remissionForm","remissionCode","refundReason","refundDDReason","onlySelf","refundReasons","recently_used","commonRefundReasons","sort","localeCompare","resetRemissionForm","remissionctrls","isRemissionLessThanFee","setErrors","confirmRemission","newNetAmount","remissionAmount","trim","id","LDUrl","routeReuseStrategy","shouldReuseRoute","onSameUrlNavigation","isRemissionCodeEmpty","remissionCodeHasError","isAmountEmpty","amountHasError","isRemissionLessThanFeeError","addRemissionCode","gotoAddRetroRemissionCodePage","iscancelClicked","refundListAmount","isFromRefundStatusPage","refundListReason","selectedRefundReason","selectedValue","gotoCheckRetroRemissionPage","gotoProcessRetroRemissionPage","confirmRetroRemission","retroRemission","remissionamt","isRemissionApplied","remission_reference","processRefund","refundAmount","refund_amount","gotoIssueRefundConfirmation","refundHasError","displayRefundReason","gotoIssueRefundPage","changeIssueRefundReason","confirmIssueRefund","confirmRetroRefund","localStorage","setItem","isRefundReasonsSelected","showReasonText","reasonLength","gotoServiceRequestPage","sendOrderDetail","sendOrderRef","gotoCasetransationPageCancelBtnClicked","getFormattedCurrency","concat","hasErrors","CcdHyphensPipe","transform","match","Pipe","CapitalizePipe","slice","keyValuePipe","keys","SanitizeHtmlPipe","sanitizer","bypassSecurityTrustHtml","DomSanitizer","XlFileService","exportAsExcelFile","json","excelFileName","worksheet","XLSX.utils","json_to_sheet","header","setDataLossReportHeaders","setUnprocessedReportHeaders","setProcessedUnallocatedReportHeaders","setShortFallReportHeaders","autoFitColumns","excelBuffer","XLSX.write","Sheets","SheetNames","bookType","saveAsExcelFile","objectMaxLength","ColWidth","values","j","width","A1","v","B1","C1","D1","E1","F1","G1","H1","I1","J1","K1","L1","M1","N1","buffer","fileName","Blob","FileSaver.saveAs","ReportsComponent","fromValidation","getToday","toISOString","getSelectedFromDate","validateDates","reportsForm","selectedStartDate","tranformDate","selectedEndDate","isDateRangeMoreThanWeek","isDateRangeBetnWeek","isStartDateLesthanEndDate","selectedreport","downloadReport","isDownLoadButtondisabled","dataLossRptDefault","loss_resp","payment_asset_dcn","env_ref","env_item","resp_service_id","resp_service_name","bgc_batch","unProcessedRptDefault","exception_ref","ccd_ref","processedUnallocated","allocation_reason","ccd_exception_ref","ccd_case_ref","updated_by","shortFallsRptDefault","surplus_shortfall","balance","payment_amount","ccd_case_reference","ccd_exception_reference","processed_date","selectedReportName","applyDateFormat","substr","convertToFloatValue","Op","xlFileService","getFileName","loc","stDt","formatDate","enDt","now","timestamp","getTwodigit","getHours","getMinutes","getSeconds","getCamelCaseString","strDate","parts","map","amt","Number","parseFloat","TableComponent","STATUS","toLowerCase","isApprovalFlow","DATASOURCE","dataSource","MatTableDataSource","actualcount","reduce","r","_a","user_full_name","ngAfterViewInit","paginator","cdRef","applyFilter","filterValue","goToRefundProcessComponent","refundData","goToRefundViewComponent","isCallFromRefundList","ViewChild","MatPaginator","MatSort","displayedColumns","IResubmitRefundRequest","RefundStatusComponent","refundlist","refundStatusForm","getRefundsStatusHistoryList","isProcessRefund","refundButtonState","refund_status","statusHistoryList","refundStatusHistories","status_history_dto_list","isLastUpdatedByCurrentUser","last_updated_by_current_user","goToRefundView","gotoReviewDetailsPage","gotoReviewAndReSubmitPage","oldRefundReason","changedAmount","refundreason","notes","gotoRefundReasonPage","isRefundBtnDisabled","gotoAmountPage","goToReviewAndSubmitView","getRefundListReason","refundCode","getRefundAmount","gotoReviewRefundConfirmationPage","resubmitRequest","ServiceRequestComponent","goToServiceRquestComponent","isServiceRequest","IserviceRequestCardPayment","language","IserviceRequestPbaPayment","account_number","customer_reference","orgName","organisation_name","PbaPaymentComponent","isGetPBAAccountSucceed","organisationEntityResponse","pbaAccountList","paymentAccount","selectpbaaccount","currentTarget","isPBADropdownSelected","selectedPbaAccount","pbaAccountRef","isPbaAccountSelected","isInSufficiantFund","isPBAAccountNotExist","isPBAServerError","isPBAAccountPaymentSuccess","pbaAccountrPaymentResult","e","isPBAAccountHold","isCardPaymentSelected","cardPayment","isCardPaymentSuccess","paymentUrl","next_url","selectPaymentMethod","NgModule","imports","CommonModule","HttpClientModule","FormsModule","ReactiveFormsModule","MatTableModule","MatPaginatorModule","MatSortModule","MatFormFieldModule","MatInputModule","declarations","exports","providers","provide","useClass","PaymentLibModule"],"mappings":"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"}