@hmcts/ccpay-web-component 5.0.8-beta03 → 5.0.8-beta10
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.
- package/bundles/hmcts-ccpay-web-component.umd.js +5427 -8709
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +15 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/hmcts-ccpay-web-component.js +2 -6
- package/esm2015/lib/components/add-remission/add-remission.component.js +166 -445
- package/esm2015/lib/components/allocate-payments/allocate-payments.component.js +61 -359
- package/esm2015/lib/components/card-details/card-details.component.js +15 -54
- package/esm2015/lib/components/case-transactions/case-transactions.component.js +127 -697
- package/esm2015/lib/components/error-banner/error-banner.component.js +16 -25
- package/esm2015/lib/components/fee-summary/fee-summary.component.js +59 -267
- package/esm2015/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.js +40 -191
- package/esm2015/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.js +44 -235
- package/esm2015/lib/components/page-not-found.component.js +10 -12
- package/esm2015/lib/components/payment-list/payment-list.component.js +15 -55
- package/esm2015/lib/components/payment-view/payment-view.component.js +115 -360
- package/esm2015/lib/components/pba-details/pba-details.component.js +16 -25
- package/esm2015/lib/components/pba-payment/pba-payment.component.js +27 -129
- package/esm2015/lib/components/process-refund/process-refund.component.js +39 -189
- package/esm2015/lib/components/processed-payments/processed-payments.component.js +22 -52
- package/esm2015/lib/components/refund-list/refund-list.component.js +32 -90
- package/esm2015/lib/components/refund-status/refund-status.component.js +58 -269
- package/esm2015/lib/components/reports/reports.component.js +39 -222
- package/esm2015/lib/components/service-request/service-request.component.js +108 -393
- package/esm2015/lib/components/status-history/status-history.component.js +19 -54
- package/esm2015/lib/components/table/table.component.js +39 -119
- package/esm2015/lib/components/unprocessed-payments/unprocessed-payments.component.js +65 -202
- package/esm2015/lib/interfaces/AddRemissionRequest.js +1 -28
- package/esm2015/lib/interfaces/AddRetroRemissionRequest.js +1 -15
- package/esm2015/lib/interfaces/AllocatePaymentRequest.js +1 -42
- package/esm2015/lib/interfaces/IAllocationPaymentsRequest.js +1 -26
- package/esm2015/lib/interfaces/IBSPayments.js +1 -45
- package/esm2015/lib/interfaces/ICardDetails.js +1 -21
- package/esm2015/lib/interfaces/IFee.js +1 -53
- package/esm2015/lib/interfaces/IOrderReferenceFee.js +1 -25
- package/esm2015/lib/interfaces/IPatchRefundAction.js +1 -15
- package/esm2015/lib/interfaces/IPayment.js +1 -65
- package/esm2015/lib/interfaces/IPaymentFailure.js +1 -33
- package/esm2015/lib/interfaces/IPaymentGroup.js +1 -19
- package/esm2015/lib/interfaces/IPaymentStatus.js +1 -25
- package/esm2015/lib/interfaces/IPaymentView.js +1 -17
- package/esm2015/lib/interfaces/IPayments.js +1 -13
- package/esm2015/lib/interfaces/IRefundAction.js +1 -15
- package/esm2015/lib/interfaces/IRefundList.js +1 -29
- package/esm2015/lib/interfaces/IRefundReasons.js +1 -19
- package/esm2015/lib/interfaces/IRefundRejectReason.js +1 -15
- package/esm2015/lib/interfaces/IRefundStatus.js +1 -23
- package/esm2015/lib/interfaces/IRefundStatusHistory.js +1 -15
- package/esm2015/lib/interfaces/IRemission.js +1 -25
- package/esm2015/lib/interfaces/IResubmitRefundRequest.js +1 -15
- package/esm2015/lib/interfaces/IStatusHistories.js +1 -19
- package/esm2015/lib/interfaces/IStatusHistory.js +1 -21
- package/esm2015/lib/interfaces/IserviceRequestCardPayment.js +1 -16
- package/esm2015/lib/interfaces/IserviceRequestPbaPayment.js +1 -23
- package/esm2015/lib/interfaces/IssueRefundRequest.js +1 -18
- package/esm2015/lib/interfaces/PayhubAntennaRequest.js +2 -21
- package/esm2015/lib/interfaces/PaymentToPayhubRequest.js +2 -27
- package/esm2015/lib/interfaces/PostIssueRefundRetroRemission.js +1 -12
- package/esm2015/lib/interfaces/PostRefundRetroRemission.js +1 -15
- package/esm2015/lib/interfaces/RefundsRequest.js +1 -15
- package/esm2015/lib/interfaces/UnidentifiedPaymentsRequest.js +1 -20
- package/esm2015/lib/interfaces/UnsolicitedPaymentsRequest.js +1 -29
- package/esm2015/lib/payment-lib.component.js +120 -187
- package/esm2015/lib/payment-lib.module.js +55 -57
- package/esm2015/lib/payment-lib.service.js +12 -53
- package/esm2015/lib/pipes/capitalize.pipe.js +11 -19
- package/esm2015/lib/pipes/ccd-hyphens.pipe.js +11 -20
- package/esm2015/lib/pipes/key-value.pipe.js +11 -19
- package/esm2015/lib/pipes/sanitize-html.pipe.js +10 -26
- package/esm2015/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.js +22 -109
- package/esm2015/lib/services/card-details/card-details.service.js +15 -46
- package/esm2015/lib/services/case-transactions/case-transactions.service.js +15 -46
- package/esm2015/lib/services/orderslist.service.js +12 -259
- package/esm2015/lib/services/payment-list/payment-list.service.js +15 -49
- package/esm2015/lib/services/payment-view/payment-view.service.js +18 -176
- package/esm2015/lib/services/refunds/refunds.service.js +21 -116
- package/esm2015/lib/services/shared/error-handler.service.js +12 -27
- package/esm2015/lib/services/shared/httpclient/webcomponent.http.client.js +15 -87
- package/esm2015/lib/services/shared/logger/console-logger.service.js +12 -34
- package/esm2015/lib/services/shared/logger/logger.service.js +12 -42
- package/esm2015/lib/services/status-history/status-history.service.js +15 -47
- package/esm2015/lib/services/xl-file/xl-file.service.js +10 -66
- package/esm2015/public_api.js +4 -8
- package/esm5/hmcts-ccpay-web-component.js +2 -6
- package/esm5/lib/components/add-remission/add-remission.component.js +185 -541
- package/esm5/lib/components/allocate-payments/allocate-payments.component.js +75 -419
- package/esm5/lib/components/card-details/card-details.component.js +14 -53
- package/esm5/lib/components/case-transactions/case-transactions.component.js +160 -850
- package/esm5/lib/components/error-banner/error-banner.component.js +15 -28
- package/esm5/lib/components/fee-summary/fee-summary.component.js +70 -320
- package/esm5/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.js +46 -223
- package/esm5/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.js +52 -277
- package/esm5/lib/components/page-not-found.component.js +7 -10
- package/esm5/lib/components/payment-list/payment-list.component.js +14 -60
- package/esm5/lib/components/payment-view/payment-view.component.js +134 -439
- package/esm5/lib/components/pba-details/pba-details.component.js +15 -28
- package/esm5/lib/components/pba-payment/pba-payment.component.js +30 -149
- package/esm5/lib/components/process-refund/process-refund.component.js +45 -271
- package/esm5/lib/components/processed-payments/processed-payments.component.js +22 -62
- package/esm5/lib/components/refund-list/refund-list.component.js +30 -89
- package/esm5/lib/components/refund-status/refund-status.component.js +71 -334
- package/esm5/lib/components/reports/reports.component.js +49 -275
- package/esm5/lib/components/service-request/service-request.component.js +122 -461
- package/esm5/lib/components/status-history/status-history.component.js +17 -52
- package/esm5/lib/components/table/table.component.js +44 -153
- package/esm5/lib/components/unprocessed-payments/unprocessed-payments.component.js +75 -258
- package/esm5/lib/interfaces/AddRemissionRequest.js +1 -21
- package/esm5/lib/interfaces/AddRetroRemissionRequest.js +1 -11
- package/esm5/lib/interfaces/AllocatePaymentRequest.js +1 -35
- package/esm5/lib/interfaces/IAllocationPaymentsRequest.js +1 -19
- package/esm5/lib/interfaces/IBSPayments.js +1 -45
- package/esm5/lib/interfaces/ICardDetails.js +1 -21
- package/esm5/lib/interfaces/IFee.js +1 -53
- package/esm5/lib/interfaces/IOrderReferenceFee.js +1 -25
- package/esm5/lib/interfaces/IPatchRefundAction.js +1 -15
- package/esm5/lib/interfaces/IPayment.js +1 -65
- package/esm5/lib/interfaces/IPaymentFailure.js +1 -33
- package/esm5/lib/interfaces/IPaymentGroup.js +1 -19
- package/esm5/lib/interfaces/IPaymentStatus.js +1 -25
- package/esm5/lib/interfaces/IPaymentView.js +1 -17
- package/esm5/lib/interfaces/IPayments.js +1 -13
- package/esm5/lib/interfaces/IRefundAction.js +1 -15
- package/esm5/lib/interfaces/IRefundList.js +1 -29
- package/esm5/lib/interfaces/IRefundReasons.js +1 -19
- package/esm5/lib/interfaces/IRefundRejectReason.js +1 -15
- package/esm5/lib/interfaces/IRefundStatus.js +1 -23
- package/esm5/lib/interfaces/IRefundStatusHistory.js +1 -15
- package/esm5/lib/interfaces/IRemission.js +1 -25
- package/esm5/lib/interfaces/IResubmitRefundRequest.js +1 -11
- package/esm5/lib/interfaces/IStatusHistories.js +1 -19
- package/esm5/lib/interfaces/IStatusHistory.js +1 -21
- package/esm5/lib/interfaces/IserviceRequestCardPayment.js +1 -13
- package/esm5/lib/interfaces/IserviceRequestPbaPayment.js +1 -17
- package/esm5/lib/interfaces/IssueRefundRequest.js +1 -13
- package/esm5/lib/interfaces/PayhubAntennaRequest.js +2 -16
- package/esm5/lib/interfaces/PaymentToPayhubRequest.js +2 -22
- package/esm5/lib/interfaces/PostIssueRefundRetroRemission.js +1 -9
- package/esm5/lib/interfaces/PostRefundRetroRemission.js +1 -11
- package/esm5/lib/interfaces/RefundsRequest.js +1 -11
- package/esm5/lib/interfaces/UnidentifiedPaymentsRequest.js +1 -15
- package/esm5/lib/interfaces/UnsolicitedPaymentsRequest.js +1 -21
- package/esm5/lib/payment-lib.component.js +114 -183
- package/esm5/lib/payment-lib.module.js +52 -55
- package/esm5/lib/payment-lib.service.js +17 -87
- package/esm5/lib/pipes/capitalize.pipe.js +9 -23
- package/esm5/lib/pipes/ccd-hyphens.pipe.js +9 -24
- package/esm5/lib/pipes/key-value.pipe.js +9 -22
- package/esm5/lib/pipes/sanitize-html.pipe.js +8 -26
- package/esm5/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.js +28 -152
- package/esm5/lib/services/card-details/card-details.service.js +13 -43
- package/esm5/lib/services/case-transactions/case-transactions.service.js +13 -43
- package/esm5/lib/services/orderslist.service.js +45 -419
- package/esm5/lib/services/payment-list/payment-list.service.js +13 -47
- package/esm5/lib/services/payment-view/payment-view.service.js +40 -306
- package/esm5/lib/services/refunds/refunds.service.js +29 -163
- package/esm5/lib/services/shared/error-handler.service.js +11 -37
- package/esm5/lib/services/shared/httpclient/webcomponent.http.client.js +18 -119
- package/esm5/lib/services/shared/logger/console-logger.service.js +13 -41
- package/esm5/lib/services/shared/logger/logger.service.js +11 -53
- package/esm5/lib/services/status-history/status-history.service.js +13 -45
- package/esm5/lib/services/xl-file/xl-file.service.js +15 -114
- package/esm5/public_api.js +4 -8
- package/fesm2015/hmcts-ccpay-web-component.js +1492 -4043
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1753 -5389
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/hmcts-ccpay-web-component.metadata.json +1 -1
- package/lib/components/card-details/card-details.component.d.ts +1 -1
- package/lib/components/payment-view/payment-view.component.d.ts +2 -2
- package/lib/services/shared/logger/console-logger.service.d.ts +3 -3
- package/package.json +2 -2
|
@@ -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\n [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\"\n [API_ROOT]=\"API_ROOT\"\n *ngIf=\"viewName === 'refundstatuslist'\"> </ccpay-refund-status >\n <ccpay-payment-view [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'payment-view'\"\n [isTurnOff]=\"ISTURNOFF\" [isTakePayment]=\"TAKEPAYMENT\" [caseType]=\"CASETYPE\"\n [ISPAYMENTSTATUSENABLED] = \"ISPAYMENTSTATUSENABLED\"\n ></ccpay-payment-view>\n\n <ccpay-process-refund *ngIf=\"viewName === 'process-refund'\"\n [refundReference]=\"refundReference\"\n [refundlistsource]=\"refundlistsource\"\n ></ccpay-process-refund>\n <ccpay-pba-payment *ngIf=\"viewName === 'pba-payment'\"\n [pbaPayOrderRef]=\"pbaPayOrderRef\"\n ></ccpay-pba-payment>\n <ccpay-case-transactions [isTakePayment]=\"isTakePayment\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'case-transactions'\"></ccpay-case-transactions>\n <app-mark-unidentified-payment *ngIf=\"viewName === 'unidentifiedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unidentified-payment>\n <app-mark-unsolicited-payment *ngIf=\"viewName === 'unsolicitedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unsolicited-payment>\n <app-allocate-payments *ngIf=\"viewName === 'allocate-payments'\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n ></app-allocate-payments>\n <ccpay-fee-summary *ngIf=\"viewName === 'fee-summary'\"\n [ccdCaseNumber]=\"CCD_CASE_NUMBER\"\n [paymentGroupRef]=\"paymentGroupReference\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n ></ccpay-fee-summary>\n <ccpay-reports *ngIf=\"viewName === 'reports'\"\n [ISPAYMENTSTATUSENABLED] = \"ISPAYMENTSTATUSENABLED\"\n ></ccpay-reports>\n `\n})\n\nexport class PaymentLibComponent implements OnInit {\n @Input('API_ROOT') API_ROOT: string;\n @Input('BULKSCAN_API_ROOT') BULKSCAN_API_ROOT: string;\n @Input('REFUNDS_API_ROOT') REFUNDS_API_ROOT: string;\n @Input('CARDPAYMENTRETURNURL') CARDPAYMENTRETURNURL: string;\n @Input('CCD_CASE_NUMBER') CCD_CASE_NUMBER: string;\n @Input('EXC_REFERENCE') EXC_REFERENCE: string;\n @Input('PAYMENT_METHOD') PAYMENT_METHOD: string;\n @Input('VIEW') VIEW: string;\n @Input('VIEWSERVICE') VIEWSERVICE: string;\n @Input('PAYMENT_GROUP_REF') PAYMENT_GROUP_REF?: string;\n @Input('TAKEPAYMENT') TAKEPAYMENT: boolean;\n @Input('SERVICEREQUEST') SERVICEREQUEST: string;\n @Input('DCN_NUMBER') DCN_NUMBER: string;\n @Input('SELECTED_OPTION') SELECTED_OPTION: string;\n @Input('ISBSENABLE') ISBSENABLE: Boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('CASETYPE') CASETYPE: string;\n @Input('ISPAYMENTSTATUSENABLED') ISPAYMENTSTATUSENABLED: boolean;\n @Input('rootUrl') rootUrl: boolean;\n @Input('REFUNDLIST') REFUNDLIST: string;\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL: string;\n @Input('isFromServiceRequestPage') isFromServiceRequestPage: boolean;\n\n paymentMethod: string;\n bspaymentdcn: string;\n unProcessedPaymentServiceId: string = null;\n paymentGroupReference: string;\n paymentReference: string;\n refundReference: string;\n refundlistsource: any;\n viewName: string;\n isTurnOff: boolean;\n caseType: string;\n unProcessedPayment: IBSPayments = null;\n isRefundStatusView: boolean;\n isRedirectFromCaseTransactionPage: string;\n isCallFromRefundList: boolean;\n isFromRefundStatusPage: boolean;\n iscancelClicked : boolean;\n isFromPaymentDetailPage: boolean;\n pbaPayOrderRef: IPayment;\n isTakePayment: boolean;\n\n orderDetail: any[];\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n\n constructor(private paymentLibService: PaymentLibService,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) { }\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n }\n\n\n ngOnInit() {\n this.paymentLibService.setApiRootUrl(this.API_ROOT);\n this.paymentLibService.setBulkScanApiRootUrl(this.BULKSCAN_API_ROOT);\n this.paymentLibService.setRefundndsApiRootUrl(this.REFUNDS_API_ROOT);\n this.paymentLibService.setCardPaymentReturnUrl(this.CARDPAYMENTRETURNURL);\n\n if(this.LOGGEDINUSERROLES.length > 0) {\n this.OrderslistService.setUserRolesList(this.LOGGEDINUSERROLES);\n }\n if (this.PAYMENT_GROUP_REF) {\n this.paymentGroupReference = this.PAYMENT_GROUP_REF;\n }\n if (this.DCN_NUMBER) {\n this.bspaymentdcn = this.DCN_NUMBER;\n }\n if (this.REFUNDLIST === \"true\") {\n this.VIEW = 'refund-list';\n this.viewName = this.VIEW;\n }\n if (this.VIEW === 'fee-summary') {\n this.viewName = 'fee-summary';\n } else if (this.VIEW !== 'reports' && this.VIEW !== 'refund-list') {\n this.viewName = 'case-transactions';\n } else {\n this.viewName = this.VIEW;\n }\n\n if (this.isTakePayment) {\n this.TAKEPAYMENT = true;\n }\n }\n}\n","import { Injectable } from '@angular/core';\nimport { _throw } from 'rxjs/observable/throw';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { HttpErrorResponse } from '@angular/common/http';\nimport { stringify } from '@angular/core/src/util';\n\n@Injectable({\n providedIn: 'root'\n})\n\n\nexport class ErrorHandlerService {\n\n constructor() { }\n\n\n handleError(err: HttpErrorResponse): Observable<any> {\n let errorMessage: string;\n if (err.error instanceof Error) {\n // A client-side or network error occurred.\n errorMessage = `An error occurred: ${err.error.message}`;\n } else {\n // The backend returned an unsuccessful response code.\n if (err.status === 404) {\n\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n else if (err.status === 500) {\n errorMessage = 'Internal server error';\n } else if (err.error.messsage === undefined) {\n if( typeof err.error === 'object') {\n errorMessage = JSON.parse(JSON.stringify(err.error)).error;\n } else {\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n \n } else {\n if (err.error.message !== undefined) {\n errorMessage = `${err.error.message}`;\n } else {\n errorMessage = `${err.error}`;\n }\n \n }\n }\n return _throw(errorMessage);\n }\n\n\n getServerErrorMessage(isErrorExist, isDataNotExist = false, error='') {\n const bodyContent = isDataNotExist ? error : 'Try again later';\n return {\n title: \"There is a problem with the service\",\n body: bodyContent,\n showError: isErrorExist\n };\n }\n}\n","import { Injectable } from '@angular/core';\n\nconst noop = (): any => undefined;\n\nexport abstract class Logger {\n\n info: any;\n warn: any;\n error: any;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class LoggerService implements Logger {\n\n info: any;\n warn: any;\n error: any;\n\n invokeConsoleMethod(type: string, args?: any): void {}\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient } from '@angular/common/http';\n\nimport { Observable } from 'rxjs/internal/Observable';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { IPayments } from '../../interfaces/IPayments';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentListService {\n payments: IPayments;\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n\n getPaymentByCcdCaseNumber(ccdCaseNumber: string, paymentMethod: string): Observable<IPayments> {\n this.logger.info('Payment-list-service getPaymentByCcdCaseNumber for: ', ccdCaseNumber);\n\n return this.http.get<IPayments>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/payments`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import {Component, OnInit} from '@angular/core';\n\nimport {PaymentListService} from '../../services/payment-list/payment-list.service';\nimport {IPayments} from '../../interfaces/IPayments';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport {IStatusHistory} from '../../interfaces/IStatusHistory';\n\n@Component({\n selector: 'ccpay-payment-list',\n templateUrl: './payment-list.component.html',\n styleUrls: ['./payment-list.component.css']\n})\nexport class PaymentListComponent implements OnInit {\n payments: IPayments;\n errorMessage: string;\n code: string;\n\n constructor(private paymentListService: PaymentListService,\n private paymentLibComponent: PaymentLibComponent) {\n }\n\n ngOnInit() {\n this.paymentListService.getPaymentByCcdCaseNumber(this.paymentLibComponent.CCD_CASE_NUMBER, this.paymentLibComponent.PAYMENT_METHOD)\n .subscribe(\n payments => this.payments = payments,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.paymentLibComponent.paymentMethod = paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n}\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport { Observable } from 'rxjs';\n\n@Injectable()\nexport class WebComponentHttpClient {\n constructor(\n private http: HttpClient,\n private meta: Meta\n ) { }\n\n post(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.post(url, body, opts);\n }\n\n put(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.put(url, body, opts);\n }\n\n get(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.get(url, opts);\n }\n\n delete(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.delete(url, opts);\n }\n \n patch(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.patch(url, body, opts);\n }\n\n addHeaders(options: any): any {\n const csrfToken = this.meta.getTag('name=csrf-token');\n const headers = {};\n \n if (options.headers) {\n options.headers.forEach(element => {\n headers[element] = options.headers.get(element);\n });\n }\n headers['X-Requested-With'] = 'XMLHttpRequest';\n if (csrfToken === null) {\n if( document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')) !== undefined ) {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith('XSRF-TOKEN')).split('=')[1]; \n } else {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith(' XSRF-TOKEN')).split('=')[1];\n }\n } else {\n headers['CSRF-Token'] = csrfToken.content;\n }\n options.headers = new HttpHeaders(headers);\n options.responseType = 'text';\n return options;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { v4 as uuidv4 } from 'uuid';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { Meta } from '@angular/platform-browser';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IAllocationPaymentsRequest } from '../../interfaces/IAllocationPaymentsRequest';\nimport {IOrderReferenceFee} from '../../interfaces/IOrderReferenceFee';\nimport { BehaviorSubject } from 'rxjs';\nimport { IserviceRequestPbaPayment } from '../../interfaces/IserviceRequestPbaPayment';\nimport { IserviceRequestCardPayment } from '../../interfaces/IserviceRequestCardPayment';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\nimport { error } from '@angular/compiler/src/util';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentViewService {\n private ordersList = <BehaviorSubject<IOrderReferenceFee[]>>new BehaviorSubject([]);\n\n private meta: Meta;\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentDetails(paymentReference: string, paymentMethod: string): Observable<IPayment> {\n this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getPaymentGroupDetails(paymentGroupReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentGroupReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getApportionPaymentDetails(paymentReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/fee-pay-apportion/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getPBAaccountDetails(): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/pba-accounts`;\n return this.http.get(url, { withCredentials: true }).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postWays2PayCardPayment(serviceRef: string, body: IserviceRequestCardPayment): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/card-payments`;\n const rurl = this.paymentLibService.CARDPAYMENTRETURNURL.replace('.prod', '');\n body['return-url'] = `${rurl}/payment`;\n return this.https.post(url, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n \n postPBAaccountPayment(serviceRef: string, body: IserviceRequestPbaPayment): Observable<any> {\n let randomKey = 'idam-key-' + Math.random().toString().split('.').join('-');\n body['idempotency_key'] = randomKey; \n const url = `${this.paymentLibService.API_ROOT}/service-request/${serviceRef}/pba-payments`;\n return this.https.post(url, body);\n }\n\n postBSPayments(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnidentifiedPayments(body: UnidentifiedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnsolicitedPayments(body: UnsolicitedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocationPayments(body: IAllocationPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentGroupWithRemissions(paymentGroupReference: string, feeId: number, body: AddRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/remissions`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n deleteFeeFromPaymentGroup(feeId: number): Observable<any> {\n this.logger.info('Payment-view-service deleteFeeFromPaymentGroup for: ', feeId);\n return this.https.delete(`${this.paymentLibService.API_ROOT}/fees/${feeId}`).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postPaymentToPayHub(body: PaymentToPayhubRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentAntennaToPayHub(body: PayhubAntennaRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/telephony-card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n downloadFailureReport(startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/payment-failures/failure-report?date_from=${startDate}&date_to=${endDate}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getBSfeature(): Observable<any> {\n return this.https.get('api/payment-history/bulk-scan-feature', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getSiteID(): Observable<any> {\n return this.https.get('api/payment-history/refdata/legacy-sites', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getPartyDetails(caseNumber: string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/case-payment-orders?case_ids=${caseNumber}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n \n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n}\n getOrdersList() {\n return this.ordersList;\n }\n\n //issue refund\n postRefundsReason(body: PostRefundRetroRemission): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-for-payment`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n // retro remissions\n postPaymentGroupWithRetroRemissions(paymentGroupReference: string, feeId: number, body: AddRetroRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postRefundRetroRemission(body:PostIssueRefundRetroRemission) {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getPaymentFailure(paymentReference: string): Observable<any> {\n return this.https.get(`${this.paymentLibService.API_ROOT}/payment-failures/${paymentReference}`, {\n withCredentials: true\n }).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { 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 { IPaymentFailure } from '../../interfaces/IPaymentFailure';\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() orderRef: string;\n @Input() orderStatus: string;\n @Input() orderTotalPayments: number;\n @Input() payment: IPayment;\n @Input() LOGGEDINUSERROLES: string[];\n @Input() ISPAYMENTSTATUSENABLED: string;\n @Input() orderParty: string;\n @Input() orderCreated: Date;\n @Input() orderCCDEvent: string;\n @Input() orderFeesTotal: number;\n @Input() orderRemissionTotal: number;\n @Input() orderDetail: any[];\n @Input(\"isServiceRequest\") isServiceRequest: string;\n errorMsg: string;\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n ccdCaseNumber: string;\n selectedOption: string;\n dcnNumber: string;\n isStatusAllocated: boolean;\n isRemissionsMatch: boolean;\n feeId: IFee;\n viewStatus: string;\n isRefundRemission: boolean = false;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n remissions: IRemission[] = [];\n allPaymentsFailure: IPaymentFailure[] = [];\n selectedPaymentsStatus: IPaymentFailure;\n remissionFeeAmt: number;\n isRefundRemissionBtnEnable: boolean;\n serviceReference: string;\n isFromServiceRequestPage: boolean;\n isFromPaymentDetailPage: boolean;\n\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 next: (res) => {\n JSON.parse(res).payment_failure_list.reverse().forEach(payments => {\n\n this.allPaymentsFailure.push(payments.payment_failure_initiated);\n if(payments.payment_failure_closed) {\n this.allPaymentsFailure.push(payments.payment_failure_closed);\n }\n });\n this.allPaymentsFailure = this.allPaymentsFailure.reverse();\n },\n error: (e) => {\n this.allPaymentsFailure = [];\n this.errorMsg = \"Server error\"\n }\n })\n }\n\n get isCardPayment(): boolean {\n return this.paymentGroup.payments[0].method === 'card';\n }\n\n get isTelephonyPayment(): boolean {\n return this.paymentGroup.payments[0].channel === 'telephony';\n }\n\n public goToPaymentList(): void {\n this.paymentLibComponent.viewName = 'payment-list';\n }\n 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\n goToPaymentFailuePage(payment: any) {\n this.viewStatus = 'payment-failure';\n this.selectedPaymentsStatus = payment;\n }\n goBackToPaymentView(event: any) {\n event.preventDefault();\n this.viewStatus = 'paymentview';\n }\n}\n","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 isRefundRemission: boolean = true;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n viewStatus = 'main';\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n //Order changes\n orderDetail: any[] = [];\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n ispaymentGroupApisuccess: boolean = false;\n cpoDetails: any = null;\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isEligible4PBAPayment = ['pui-finance-manager', 'pui-user-manager', 'pui-organisation-manager', 'pui-case-manager'];\n currentDate = new Date();\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n constructor(private router: Router,\n private paymentViewService: PaymentViewService,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private caseTransactionsService: CaseTransactionsService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n this.navigationpage = '';\n if(this.OrderslistService.getpaymentPageView() !== null) {\n this.OrderslistService.getpaymentPageView().subscribe((data) => this.paymentView = data);\n }\n if((this.LOGGEDINUSERROLES === undefined || this.LOGGEDINUSERROLES.length === 0 )&&this.OrderslistService.getUserRolesList() !== null) {\n this.OrderslistService.getUserRolesList().subscribe((data) => this.LOGGEDINUSERROLES = data);\n }\n if(this.OrderslistService.getnavigationPageValue() !== null) {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n }\n \n if (this.paymentView !== undefined && this.paymentView !== null && this.paymentView.payment_group_reference !== undefined && this.navigationpage === 'paymentdetailspage') {\n this.goToPayementView(this.paymentView.payment_group_reference, this.paymentView.reference, this.paymentView.method);\n }\n this.isGrpOutstandingAmtPositive = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.caseType = this.paymentLibComponent.CASETYPE;\n if (this.paymentLibComponent.CCD_CASE_NUMBER === '') {\n this.ccdCaseNumber = this.paymentLibComponent.EXC_REFERENCE;\n }\n this.excReference = this.paymentLibComponent.EXC_REFERENCE;\n this.takePayment = this.paymentLibComponent.TAKEPAYMENT;\n \n const serviceRequest = this.paymentLibComponent.SERVICEREQUEST;\n if ( serviceRequest !== undefined && serviceRequest.toString() === 'true' ) {\n this.serviceRequestValue = 'true';\n } else {\n this.serviceRequestValue = 'false';\n }\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n if (!this.isTurnOff) {\n // if (this.lsCcdNumber !== this.ccdCaseNumber) {\n // this.router.navigateByUrl(`/ccd-search?takePayment=true`);\n // }\n\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.calculateRefundAmount();\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.getSelectedOrderRefId().subscribe((data) => this.orderRef = data);\n this.goToOrderViewDetailSection(this.orderRef);\n } else {\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isCPODown = true;\n }\n );\n\n }\n\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n } else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.totalRefundAmount = this.calculateRefundAmount();\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.setDefaults();\n this.isCPODown = true;\n }\n );\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n }\n\n if( this.paymentGroups !== undefined) {\n this.checkForExceptionRecord();\n }\n\n if(this.OrderslistService.getisFromServiceRequestPages() !== null) {\n this.OrderslistService.getisFromServiceRequestPages().subscribe((data) => this.isFromServiceRequestPage = data);\n }\n\n }\n\n setDefaults(): void {\n this.totalPayments = 0.00;\n this.totalRemissions = 0.00;\n this.totalNonOffPayments = 0.00;\n this.totalFees = 0.00;\n }\n\n getAllocationStatus(payments: any) {\n\n let paymentAllocation = payments.payment_allocation,\n isAllocationStatusExist = paymentAllocation.length > 0;\n return isAllocationStatusExist ? paymentAllocation[0].allocation_status : '-';\n //return \"-\";\n\n }\n\n checkForExceptionRecord(): void {\n\n if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n recordData => {\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length === undefined && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n });\n }\n\n if (this.paymentGroups.length === 0 && this.selectedOption.toLocaleLowerCase() === 'dcn') {\n if (this.paymentLibComponent.CCD_CASE_NUMBER.length > 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n } else if (this.paymentLibComponent.CCD_CASE_NUMBER.length === 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n }\n if (this.paymentGroups.length > 0)\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.case_reference !== undefined && payment.ccd_case_number === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n });\n }\n });\n }\n\n calculateOrderFeesAmounts(): void {\n let feesTotal = 0.00;\n this.paymentGroups.forEach(paymentGroup => {\n this.resetOrderVariables();\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount\n }\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 += `&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}\n","export class PaymentToPayhubRequest {\n currency = 'GBP';\n description = 'PayBubble payment';\n channel = 'telephony';\n provider = 'pci pal';\n case_type: string;\n\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","export class PayhubAntennaRequest {\n currency = 'GBP';\n case_type: string;\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IFee } from '../../interfaces/IFee';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { SafeHtml } from '@angular/platform-browser';\nimport {Router} from '@angular/router';\nimport {Location} from '@angular/common';\nimport { OrderslistService } from '../../services/orderslist.service';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-fee-summary',\n templateUrl: './fee-summary.component.html',\n styleUrls: ['./fee-summary.component.scss']\n})\n\nexport class FeeSummaryComponent implements OnInit {\n @Input() paymentGroupRef: string;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: string;\n @Input() caseType: string;\n\n\n bsPaymentDcnNumber: string;\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n viewStatus = 'main';\n currentFee: IFee;\n totalFee: number;\n payhubHtml: SafeHtml;\n service: string = \"\";\n platForm: string = \"\";\n upPaymentErrorMessage: string;\n selectedOption:string;\n isBackButtonEnable: boolean = true;\n outStandingAmount: number;\n isFeeAmountZero: boolean = false;\n totalAfterRemission: number = 0;\n isConfirmationBtnDisabled: boolean = false;\n isRemoveBtnDisabled: boolean = false;\n isPaymentExist: boolean = false;\n isRemissionsExist: Boolean = false;\n isRemissionsMatch = false;\n isStrategicFixEnable: boolean;\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private location: Location,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) {}\n\n ngOnInit() {\n this.viewStatus = 'main';\n this.caseType = this.paymentLibComponent.CASETYPE;\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.setCaseType(this.paymentLibComponent.CASETYPE);\n\n this.platForm = 'Antenna';\n\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n if (this.bsPaymentDcnNumber) {\n this.getUnassignedPaymentlist();\n }\n this.getPaymentGroup();\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.paymentLibComponent.DCN_NUMBER).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error';\n }\n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error';\n }\n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n }\n\n }\n\n getRemissionByFeeCode(feeCode: string): IRemission {\n if (this.paymentGroup && this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n addRemission(fee: IFee) {\n this.currentFee = fee;\n this.viewStatus = 'add_remission';\n }\n\n getPaymentGroup() {\n let fees = [];\n this.paymentViewService.getPaymentGroupDetails(this.paymentGroupRef).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.isPaymentExist = paymentGroup.payments ? paymentGroup.payments.length > 0 : false;\n this.isRemissionsExist = paymentGroup.remissions ? paymentGroup.remissions.length > 0 : false;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.totalAfterRemission = this.totalAfterRemission + fee.net_amount;\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true;\n }\n 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\n let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n this.router.navigateByUrl(url);\n }\n cancelRemission() {\n this.viewStatus = 'main';\n }\n redirectToFeeSearchPage(event: any, page?: string) {\n event.preventDefault();\n let partUrl =this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n\n if(this.viewStatus === 'feeRemovalConfirmation' || this.viewStatus === 'add_remission') {\n this.viewStatus = 'main';\n return;\n }\n let url = `/fee-search?ccdCaseNumber=${this.ccdCaseNumber}&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}&paymentGroupRef=${this.paymentGroupRef}${partUrl}`;\n this.router.navigateByUrl(url);\n }\n takePayment() {\n this.isConfirmationBtnDisabled = true;\n const requestBody = new PaymentToPayhubRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType),\n antennaReqBody = new PayhubAntennaRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType);\n\n if(this.platForm === 'Antenna') {\n\n this.paymentViewService.postPaymentAntennaToPayHub(antennaReqBody, this.paymentGroupRef).subscribe(\n response => {\n this.isBackButtonEnable=false;\n window.location.href = '/makePaymentByTelephoneyProvider';\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n }\n\n }\n\n goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean) {\n if (outStandingAmount > 0 || (outStandingAmount === 0 && isFeeAmountZero)) {\n this.paymentLibComponent.paymentGroupReference = this.paymentGroupRef;\n this.paymentLibComponent.viewName = 'allocate-payments';\n } else {\n this.loadCaseTransactionPage();\n }\n }\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n\n\n@Component({\n selector: 'ccpay-error-banner',\n templateUrl: './error-banner.component.html',\n styleUrls: ['./error-banner.component.scss']\n})\n\nexport class ErrorBannerComponent implements OnInit {\n @Input('errorMessage') errorMessage;\n\n constructor(\n ) {}\n\n ngOnInit() {\n\n }\n}\n","\nexport class UnidentifiedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n unidentified_reason: string;\n\n constructor(payment_group_reference: string, payment_reference : string, unidentified_reason: any) {\n this.payment_allocation_status = {\n description: '',\n name: \"Unidentified\"\n };\n this.payment_group_reference = payment_group_reference ;\n this.payment_reference= payment_reference;\n this.unidentified_reason= unidentified_reason;\n\n }\n\n\n\n}\n","import { IBSPayments } from \"./IBSPayments\";\n\nexport class AllocatePaymentRequest {\n amount: Number;\n banked_date: String;\n ccd_case_number: String;\n exception_record: string;\n currency: String;\n document_control_number: String;\n external_provider: String;\n giro_slip_no: String;\n payer_name: String;\n payment_channel: Object;\n payment_status: Object;\n payment_method: String;\n case_type: String;\n payment_allocation_dto?: {\n allocation_reason: String,\n allocation_status: String,\n explanation: String,\n payment_allocation_status: Object,\n payment_group_reference: String,\n payment_reference: String,\n reason: String,\n receiving_office: String,\n unidentified_reason: String,\n user_id: String,\n user_name: String,\n case_type: String\n }\n\n constructor(ccd_case_number : string, unAllocatedPayment: IBSPayments, caseType: string, exceptionRecord: string, allocatedRequest?: any) {\n this.amount = unAllocatedPayment.amount;\n this.banked_date = unAllocatedPayment.date_banked;\n this.ccd_case_number = ccd_case_number;\n this.exception_record = exceptionRecord;\n this.currency= unAllocatedPayment.currency;\n this.document_control_number = unAllocatedPayment.dcn_reference;\n this.external_provider = 'exela';\n this.giro_slip_no = unAllocatedPayment.bgc_reference;\n this.payer_name = unAllocatedPayment.payer_name;\n this.payment_channel = {\n description: '',\n name: 'bulk scan'\n };\n this.payment_status ={\n description: 'bulk scan payment completed',\n name: 'success'\n }\n this.payment_method = unAllocatedPayment.payment_method;\n this.case_type= caseType;\n if(allocatedRequest) {\n this.payment_allocation_dto = allocatedRequest;\n }\n\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\n\n@Component({\n selector: 'app-mark-unidentified-payment',\n templateUrl: './mark-unidentified-payment.component.html',\n styleUrls: ['./mark-unidentified-payment.component.scss']\n})\nexport class MarkUnidentifiedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnidentifiedForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n isInvesticationDetailEmpty: boolean = false;\n investicationDetailHasError: boolean = false;\n investicationDetailMinHasError: boolean = false;\n investicationDetailMaxHasError: boolean = false;\n errorMessage = this.getErrorMessage(false);\n unassignedRecord:IBSPayments;\n siteID: string = null;\n investigationComment: string;\n isConfirmButtondisabled:Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n isStrategicFixEnable: boolean = true;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.markPaymentUnidentifiedForm = this.formBuilder.group({\n investicationDetail: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ]))\n });\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.getErrorMessage(false);\n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n saveAndContinue() {\n this.resetForm([false, false, false, false]);\n const investicationField = this.markPaymentUnidentifiedForm.controls.investicationDetail;\n const formerror = investicationField.errors;\n if (this.markPaymentUnidentifiedForm.dirty && this.markPaymentUnidentifiedForm.valid) {\n this.investigationComment = this.markPaymentUnidentifiedForm.controls.investicationDetail.value;\n this.viewStatus = 'unidentifiedContinueConfirm';\n }else {\n if(investicationField.value == '' ) {\n this.resetForm([true, false, false, false]);\n }\n if(investicationField.value != '' && investicationField.invalid ) {\n this.resetForm([false, true, false, false]);\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false, false, true, false]);\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, true]);\n }\n }\n }\n resetForm(val) {\n this.isInvesticationDetailEmpty = val[0];\n this.investicationDetailHasError = val[1];\n this.investicationDetailMinHasError = val[2];\n this.investicationDetailMaxHasError = val[3];\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const reason = this.markPaymentUnidentifiedForm.get('investicationDetail').value;\n\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Unidentified',\n payment_allocation_status: {\n description: '',\n name: 'Unidentified'\n },\n unidentified_reason: reason,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnidentifiedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, reason);\n if (response2.success) {\n this.paymentViewService.postBSUnidentifiedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n cancelMarkUnidentifiedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.markPaymentUnidentifiedForm.get('investicationDetail').value!==\"\"){\n this.viewStatus = 'unidentifiedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.viewStatus = 'mainForm';\n }\n }\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","\nexport class UnsolicitedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n receiving_office: string;\n receiving_email_address: string;\n sending_email_address: string;\n unidentified_reason: string;\n constructor(payment_group_reference: string, payment_reference : string, reason: string,responsible_office: string, responsible_person:string,email_id: string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Transferred\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.unidentified_reason= reason;\n this.receiving_office= responsible_office;\n this.receiving_email_address= email_id;\n this.sending_email_address= responsible_person;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\n\n\n@Component({\n selector: 'app-mark-unsolicited-payment',\n templateUrl: './mark-unsolicited-payment.component.html',\n styleUrls: ['./mark-unsolicited-payment.component.scss']\n})\nexport class MarkUnsolicitedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnsolicitedForm: FormGroup;\n viewStatus: string;\n reasonHasError: boolean = false;\n isReasonEmpty: boolean = false;\n reasonMinHasError: boolean = false;\n reasonMaxHasError: boolean = false;\n responsibleOfficeHasError: boolean = false;\n isResponsibleOfficeEmpty: boolean = false;\n errorMessage = this.getErrorMessage(false);\n ccdCaseNumber: string;\n bspaymentdcn: string;\n unassignedRecord: IBSPayments;\n siteID: string = null;\n reason: string;\n responsiblePerson: string;\n responsibleOffice: string;\n emailId: string;\n isConfirmButtondisabled: Boolean = false;\n isContinueButtondisabled: Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n selectedSiteId: string;\n selectedSiteName: string;\n isStrategicFixEnable: boolean = true;\n siteIDList;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.resetForm([false,false,false,false,false,false], 'all');\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.paymentViewService.getSiteID().subscribe(\n siteids => {\n this.isContinueButtondisabled = false;\n this.errorMessage = this.getErrorMessage(false);\n this.siteIDList = JSON.parse(siteids);\n },\n err => {\n window.scrollTo(0, 0);\n this.isContinueButtondisabled = true;\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n \n this.markPaymentUnsolicitedForm = this.formBuilder.group({\n reason: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n responsibleOffice: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s\\\\n,\\\\.-:]*)$')\n ])),\n responsiblePerson: new FormControl(''),\n emailId: new FormControl('')\n });\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const controls = this.markPaymentUnsolicitedForm.controls;\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Transferred',\n payment_allocation_status: {\n description: '',\n name: 'Transferred'\n },\n unidentified_reason: controls.reason.value,\n receiving_office: this.selectedSiteId,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n // controls.responsibleOffice.setValue('P219');\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const response1 = JSON.parse(res1),\n requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnsolicitedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, controls.reason.value, this.selectedSiteId, controls.responsiblePerson.value, controls.emailId.value);\n if (response2.success) {\n this.paymentViewService.postBSUnsolicitedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n saveAndContinue() {\n this.resetForm([false,false,false,false,false,false], 'all');\n const formerror = this.markPaymentUnsolicitedForm.controls.reason.errors;\n const reasonField = this.markPaymentUnsolicitedForm.controls.reason;\n //const officeIdField = this.selectedSiteId;\n const officeIdField = this.markPaymentUnsolicitedForm.controls.responsibleOffice;\n if (this.markPaymentUnsolicitedForm.dirty && this.markPaymentUnsolicitedForm.valid) {\n const controls = this.markPaymentUnsolicitedForm.controls;\n this.emailId = controls.emailId.value;\n this.responsibleOffice = officeIdField.value;\n this.responsiblePerson = controls.responsiblePerson.value;\n this.reason = controls.reason.value;\n this.viewStatus = 'unsolicitedContinueConfirm';\n }else {\n if( reasonField.value == '' ) {\n this.resetForm([true,false,false,false,false,false], 'reason');\n }\n if(reasonField.value != '' && this.markPaymentUnsolicitedForm.controls.reason.invalid ) {\n this.resetForm([false,true,false,false,false,false], 'reason');\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false,false,true,false,false,false], 'reason');\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false,false,false,true,false,false], 'reason');\n }\n if(officeIdField.value == '') {\n this.resetForm([false,false,false,false,true,false], 'responsibleOffice');\n }\n if(officeIdField.value != '' && officeIdField.invalid) {\n this.resetForm([false,false,false,false,false,true],'responsibleOffice');\n }\n }\n }\n resetForm(val, field) {\n if(field==='reason' || field==='all') {\n this.isReasonEmpty = val[0];\n this.reasonHasError = val[1];\n this.reasonMinHasError = val[2];\n this.reasonMaxHasError = val[3];\n }\n if(field==='responsibleOffice' || field==='all') {\n this.isResponsibleOfficeEmpty = val[4];\n this.responsibleOfficeHasError = val[5];\n }\n }\n\ncancelMarkUnsolicitedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.checkingFormValue()){\n this.viewStatus = 'unsolicitedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.markPaymentUnsolicitedForm.controls.responsibleOffice.setValue('');\n this.viewStatus = 'mainForm';\n }\n }\n checkingFormValue(){\n const formFields = this.markPaymentUnsolicitedForm.value;\n let valueExists = false;\n\n for (var field in formFields) {\n if (formFields.hasOwnProperty(field) && formFields[field] !==\"\") {\n valueExists = true;\n break;\n }\n }\n return valueExists;\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n \n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n\n getErrorMessage(isErrorExist) {\n return {\n title: \"Something went wrong.\",\n body: \"Please try again later.\",\n showError: isErrorExist\n };\n }\n\n selectchange(args){ \n this.selectedSiteId = args.target.value; \n this.selectedSiteName = args.target.options[args.target.selectedIndex].text; \n } \n\n}\n","import { Component, OnInit, Output,Input, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport {Router} from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-app-unprocessed-payments',\n templateUrl: './unprocessed-payments.component.html',\n styleUrls: ['./unprocessed-payments.component.scss']\n})\nexport class UnprocessedPaymentsComponent implements OnInit {\n\n @Input('FEE_RECORDS_EXISTS') FEE_RECORDS_EXISTS: boolean;\n @Input('PAYMENTREF') PAYMENTREF: string;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('IS_BUTTON_ENABLE') IS_BUTTON_ENABLE: boolean;\n @Input('IS_OS_AMT_AVAILABLE') IS_OS_AMT_AVAILABLE: boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('PAYMENTSLENGTH') PAYMENTSLENGTH:Number;\n @Input('LEVEL')LEVEL:Number;\n\n @Output() selectedUnprocessedFeeEvent: EventEmitter<string> = new EventEmitter();\n @Output() getUnprocessedFeeCount: EventEmitter<string> = new EventEmitter();\n\n viewStatus = 'main';\n unassignedRecordList: IBSPayments;\n upPaymentErrorMessage: string = null;\n ccdCaseNumber: string;\n recordId: string = null;\n isRecordExist: boolean = false;\n dcnNumber: string = null;\n selectedOption: string;\n isUnprocessedRecordSelected: boolean = true;\n isAllocateToExistingFeebtnEnabled: boolean = false;\n isMarkAsUnidentifiedbtnEnabled: boolean = false;\n isAllocatedToNewFeebtnEnabled: boolean = false;\n isExceptionCase: boolean = false;\n serviceId: string = null;\n isBulkScanEnable;\n isTurnOff: boolean = true;\n isStFixEnable;\n unassignedRecordSelectedList: IBSPayments;\n unassignedRecordListLength: number = 0;\n showContent: boolean;\n\n constructor(private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n // Todo ...\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isStFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.getFeeExists().subscribe( (data) => this.FEE_RECORDS_EXISTS = data);\n this.getUnassignedPaymentlist();\n\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.dcnNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n }\n\n }\n\n setValuesForUnassignedRecord(unassignedPayments) {\n\n this.unassignedRecordList = unassignedPayments.payments;\n if(this.unassignedRecordList){\n this.unassignedRecordListLength = unassignedPayments.payments.length\n }\n this.serviceId = unassignedPayments.responsible_service_id;\n if (unassignedPayments['ccd_reference'] === undefined) {\n this.isExceptionCase = true;\n }\n // this.isRecordExist = this.unassignedRecordList.length === 0;\n this.getUnprocessedFeeCount.emit(<any>this.unassignedRecordList.length);\n this.unprocessedPaymentSelectEvent(this.unassignedRecordList);\n }\n\n formatUnassignedRecordId(ID: Number) {\n return `unassignrecord-${ID}`;\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n\n redirectToFeeSearchPage(event: any, dcn_reference:any) {\n event.preventDefault();\n this.recordId = dcn_reference;\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}&dcn=${this.recordId}${url}`);\n }\n\n loadUnsolicitedPage(viewName: string, dcn_reference:any) {\n this.recordId = dcn_reference;\n this.paymentLibComponent.bspaymentdcn = this.recordId;\n this.paymentLibComponent.viewName = viewName;\n }\n\n unprocessedPaymentSelectEvent(selectedRecordReference: any) {\n this.isUnprocessedRecordSelected = true;\n this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit(selectedRecordReference);\n }\n\n resetButtons() {\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n }\n\n goToAllocatePage(dcn_reference:any) {\n this.paymentLibComponent.bspaymentdcn = dcn_reference;\n this.paymentLibComponent.unProcessedPaymentServiceId = this.serviceId\n this.paymentLibComponent.isTurnOff = this.ISTURNOFF;\n this.paymentLibComponent.ISSFENABLE = this.isStFixEnable;\n\n if(this.ISTURNOFF) {\n this.paymentLibComponent.paymentGroupReference = this.PAYMENTREF;\n this.paymentLibComponent.viewName = 'fee-summary';\n }else {\n this.paymentLibComponent.paymentGroupReference = null;\n this.paymentLibComponent.viewName = 'allocate-payments';\n }\n\n }\n\n validateButtons() {\n if ( this.isUnprocessedRecordSelected && this.isExceptionCase) {\n this.isMarkAsUnidentifiedbtnEnabled = true;\n } else if ( this.isUnprocessedRecordSelected && !this.isExceptionCase && !this.FEE_RECORDS_EXISTS) {\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = true;\n } else if( this.isUnprocessedRecordSelected && !this.isExceptionCase && this.FEE_RECORDS_EXISTS ) {\n if(!this.ISTURNOFF) {\n this.isAllocateToExistingFeebtnEnabled = true;\n this.isAllocatedToNewFeebtnEnabled = false;\n } else {\n this.isAllocateToExistingFeebtnEnabled = this.IS_OS_AMT_AVAILABLE;\n this.isAllocatedToNewFeebtnEnabled = true;\n }\n }\n }\n\n unprocessedPaymentUnSelectEvent(event: any) {\n event.preventDefault();\n this.recordId = null;\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n //this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit('');\n }\n\n showDetailRow(event: any,obj: any, i: any) {\n event.preventDefault();\n\n this.unassignedRecordSelectedList = obj;\n\n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {Router} from '@angular/router';\n\n@Component({\n selector: 'ccpay-app-processed-payments',\n templateUrl: './processed-payments.component.html',\n styleUrls: ['./processed-payments.component.scss']\n})\nexport class ProcessedPaymentsComponent implements OnInit {\n\n @Input('NONPAYMENTS') NONPAYMENTS: IPayment[];\n @Output() goToPaymentViewComponent: EventEmitter<any> = new EventEmitter();\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService\n ) { }\n ngOnInit() {\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n redirectToPaymentViewPage(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent.emit({paymentGroupReference, paymentReference, paymentMethod});\n }\n}\n","\nexport class IAllocationPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n reason: string;\n explanation: string;\n user_name: string;\n constructor(payment_group_reference: string, payment_reference : string, reason? : string, explanation? : string, userName? : string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Allocated\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.reason = reason ? reason : null;\n this.explanation = explanation ? explanation : null;\n this.user_name = userName ? userName : null;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {CaseTransactionsService} from '../../services/case-transactions/case-transactions.service'; \nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {IBSPayments} from '../../interfaces/IBSPayments';\nimport {AllocatePaymentRequest} from '../../interfaces/AllocatePaymentRequest';\nimport {IAllocationPaymentsRequest} from '../../interfaces/IAllocationPaymentsRequest';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n\n\n@Component({\n selector: 'app-allocate-payments',\n templateUrl: './allocate-payments.component.html',\n styleUrls: ['./allocate-payments.component.scss']\n})\nexport class AllocatePaymentsComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() caseType: string;\n\n overUnderPaymentForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n recordId:string;\n feedbackUrlLabel:string;\n unAllocatedPayment: IBSPayments = {\n amount: 0\n };\n siteID: string = null;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n paymentGroup: IPaymentGroup;\n paymentGroups: IPaymentGroup[] = [];\t\n remainingAmount: number;\n isRemainingAmountGtZero: boolean;\n isMoreDetailsBoxHide: boolean = true;\n isRemainingAmountLtZero: boolean;\n afterFeeAllocateOutstanding: number;\n amountForAllocation: number;\n isConfirmButtondisabled: boolean = false;\n isContinueButtondisabled: boolean = true;\n otherPaymentExplanation: string = null;\n selectedOption: string = null;\n isFeeAmountZero: boolean = false;\t\n\n paymentReasonHasError: boolean = false;\n paymentExplanationHasError: boolean = false;\n isPaymentDetailsEmpty: boolean = false;\n isPaymentDetailsInvalid: boolean = false;\n paymentDetailsMinHasError: boolean = false;\n paymentDetailsMaxHasError: boolean = false;\n isUserNameEmpty: boolean = false;\n isUserNameInvalid: boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n paymentReason: string = null;\n paymentExplanation: string = null;\n userName: string = null;\n paymentSectionLabel: any;\n paymentRef: string = null;\n isStrategicFixEnable: boolean = true;\n orderLevelFees: IOrderReferenceFee[] = [];\n cookieUserName: string[] = [];\n enCookieUserName: any;\n userNameField: string = null;\n\n reasonList: { [key: string]: { [key: string]: string } }= {\n overPayment: {\n hwfReward: 'Help with Fees (HWF) awarded. Please include the HWF reference number in the explanatory note',\n wrongFee: 'Incorrect payment received',\n notIssueCase: 'Unable to issue case',\n otherDeduction: 'Other'\n },\n shortFall: {\n helpWithFee: 'Help with Fees (HWF) application declined',\n wrongFee: 'Incorrect payment received',\n other: 'Other'\n }\n }\n explanationList = {\n overPayment: {\n referRefund: 'Details in case notes. Refund due',\n noRefund: 'Details in case notes. No refund due',\n noCase: 'No case created. Refund due',\n other: 'Other'\n },\n shortFall: {\n holdCase: 'I have put a stop on the case and contacted the applicant requesting the balance of payment',\n heldCase: 'I have put a stop on the case. The applicant needs to be contacted to request the balance of payment',\n other: 'Other'\n }\n }\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\n\n constructor(\n private errorHandlerService: ErrorHandlerService,\n private caseTransactionsService: CaseTransactionsService,\n private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n if (this.paymentLibComponent.paymentGroupReference !== null) {\n this.viewStatus = 'allocatePaymentConfirmation';\n }\n \n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.paymentRef = this.paymentLibComponent.paymentGroupReference;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.isTurnOff = this.paymentLibComponent.isTurnOff;\n this.overUnderPaymentForm = this.formBuilder.group({\n moreDetails: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n userName: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s]*)$')\n ])),\n });\n this.OrderslistService.getOrdersList().subscribe( (data) =>\n this.orderLevelFees = data.filter(data => data.orderStatus !== 'Paid'));\n this.OrderslistService.getCaseType().subscribe( (data) => this.caseType = data);\n this.getUnassignedPayment();\n }\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n getPaymentGroupDetails(){\n\n if(!this.isTurnOff){\n this.paymentViewService.getPaymentGroupDetails(this.paymentRef).subscribe(\n paymentGroup => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n this.paymentGroup = paymentGroup;\n this.saveAndContinue();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n );\n }else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n this.paymentGroups = paymentGroups['payment_groups'].filter(paymentGroup => {\n paymentGroup.fees.forEach(fee => {\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true\n }\n });\n let fstCon = this.getGroupOutstandingAmount(<IPaymentGroup>paymentGroup),\n scndCn = fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero) && paymentGroup.payment_group_reference === this.paymentRef;\n return this.paymentRef ? scndCn : fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero);\n });\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n );\n }\n\n }\n\n selectedPaymentGroup(paymentGroup: IPaymentGroup) {\t\n this.isContinueButtondisabled = false;\t\n this.paymentGroup = paymentGroup;\t\n }\t\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n gotoSummaryPage(event: any) { \n event.preventDefault();\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n cancelAllocatePayment(event: any){\n event.preventDefault();\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if(!this.isTurnOff){\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n } else {\n this.viewStatus = 'mainForm';\t\n }\n }\n confirmAllocatePayement(){\n this.enCookieUserName = document.cookie.split(\";\").find(row => row.includes(\"user-info\")).split(\"=\")[1].split(\";\");\n this.cookieUserName = JSON.parse(decodeURIComponent(this.enCookieUserName));\n \n const fullName = this.cookieUserName['forename'] + ' ' + this.cookieUserName['surname'];\n\n const paymentDetailsField = this.overUnderPaymentForm.controls.moreDetails,\n paymentFormError = this.overUnderPaymentForm.controls.moreDetails.errors,\n userNameField = fullName,\n isEmptyCondtion = this.paymentReason && this.paymentExplanation,\n isOtherOptionSelected = this.paymentExplanation === 'Other';\n\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if ( (!this.isRemainingAmountGtZero && !this.isRemainingAmountLtZero) || isEmptyCondtion && (!isOtherOptionSelected && userNameField.length > 0 || isOtherOptionSelected && userNameField.length > 0 && paymentDetailsField.valid)) {\n this.isConfirmButtondisabled = true;\n this.otherPaymentExplanation = this.paymentExplanation === 'Other' ? paymentDetailsField.value : this.paymentExplanation;\n this.userName = userNameField;\n this.finalServiceCall();\n }else {\n if(!this.paymentReason) {\n this.resetForm([true, false, false, false, false, false, false, false], 'reason');\n }\n if(!this.paymentExplanation) {\n this.resetForm([false, true, false, false, false, false, false, false], 'explanation');\n }\n if(this.paymentExplanation && isOtherOptionSelected) {\n if(paymentDetailsField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'other');\n }\n if(paymentDetailsField.value != '' && paymentDetailsField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.minlength && paymentFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.maxlength && paymentFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'other');\n }\n }\n if(userNameField.length === 0) {\n this.resetForm([false, false, false, false, false, false, true, false], 'username');\n }\n }\n }\n resetForm(vals, field) {\n if(field==='reason' || field==='all') {\n this.paymentReasonHasError = vals[0];\n }\n if(field==='explanation' || field==='all') {\n this.paymentExplanationHasError = vals[1];\n }\n if(field==='other' || field==='all') {\n this.isPaymentDetailsEmpty = vals[2];\n this.isPaymentDetailsInvalid = vals[3];\n this.paymentDetailsMinHasError = vals[4];\n this.paymentDetailsMaxHasError = vals[5];\n }\n if(field==='username' || field==='all') {\n this.isUserNameEmpty = vals[6];\n this.isUserNameInvalid = vals[7];\n }\n }\n finalServiceCall() {\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n reason: this.paymentReason,\n allocation_status:'Allocated',\n explanation: this.otherPaymentExplanation,\n payment_allocation_status: {\n description: '',\n name: 'Allocated'\n },\n payment_group_reference: this.paymentGroup.payment_group_reference,\n case_type: this.caseType,\n user_name: this.userName\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSPaymentStrategic(postStrategicBody , this.paymentGroup.payment_group_reference).subscribe(\n res => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n });\n\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n let response1 = JSON.parse(res1);\n if (response1.success) {\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.siteID, this.exceptionReference);\n this.bulkScaningPaymentService.postBSAllocatePayment(requestBody, this.paymentGroup.payment_group_reference).subscribe(\n res2 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n let response2 = JSON.parse(res2);\n const reqBody = new IAllocationPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, this.paymentReason, this.otherPaymentExplanation, this.userName);\n if (response2.success) {\n this.paymentViewService.postBSAllocationPayments(reqBody).subscribe(\n \n res3 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n let response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n ); \n }\n }\n\n saveAndContinue(){\n if(this.paymentGroup) {\n this.isMoreDetailsBoxHide = true;\n this.overUnderPaymentForm.get('moreDetails').reset();\n this.overUnderPaymentForm.get('moreDetails').setValue('');\n this.overUnderPaymentForm.get('userName').reset();\n this.overUnderPaymentForm.get('userName').setValue('');\n this.paymentReason = '';\n this.paymentExplanation = '';\n let GroupOutstandingAmount = this.getGroupOutstandingAmount(this.paymentGroup);\n const remainingToBeAssigned = this.unAllocatedPayment.amount - GroupOutstandingAmount;\n this.isRemainingAmountGtZero = remainingToBeAssigned > 0;\n this.isRemainingAmountLtZero = remainingToBeAssigned < 0;\n this.paymentSectionLabel = this.isRemainingAmountGtZero ? { \n title: 'There is an Over payment of',\n reason: 'Provide a reason. This will be used in the Refund process.',\n }: this.isRemainingAmountLtZero ? { \n title: 'There is an Under payment of',\n reason: 'Provide a reason',\n }: { \n title:'Amount left to be allocated',\n reason:'',\n };\n this.feedbackUrlLabel = this.isRemainingAmountGtZero ? 'CONFIRMALLOCATION_SURPLUS' : this.isRemainingAmountLtZero ? 'CONFIRMALLOCATION_SHORTFALL' : 'CONFIRMALLOCATION';\n this.remainingAmount = this.isRemainingAmountGtZero ? remainingToBeAssigned : this.isRemainingAmountLtZero ? remainingToBeAssigned * -1 : 0;\n this.afterFeeAllocateOutstanding = remainingToBeAssigned >= 0 ? 0 : (remainingToBeAssigned * -1);\n this.amountForAllocation = GroupOutstandingAmount >= this.unAllocatedPayment.amount ? this.unAllocatedPayment.amount : GroupOutstandingAmount;\n if(this.isTurnOff){\n this.viewStatus = 'allocatePaymentConfirmation';\t\n }\n }\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n this.unAllocatedPayment = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n this.getPaymentGroupDetails();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n );\n }\n selectRadioButton(key, type) {\n this.isMoreDetailsBoxHide = true;\n if( type === 'explanation' && key === 'other' ){\n this.isPaymentDetailsEmpty = false;\n this.isPaymentDetailsInvalid = false;\n this.paymentDetailsMinHasError = false;\n this.paymentDetailsMaxHasError = false;\n this.isMoreDetailsBoxHide = false;\n }\n }\n OrderListSelectEvent(orderef: any){\n this.isContinueButtondisabled = false;\n this.recordId= orderef;\n }\n\n redirectToOrderFeeSearchPage() {\n // this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = this.recordId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n}\n}\n","import { IFee } from './IFee';\n\nexport class AddRemissionRequest {\n beneficiary_name: string;\n ccd_case_number: string;\n fee: IFee;\n hwf_amount: number;\n hwf_reference: string;\n payment_group_reference: string;\n case_type: string;\n\n constructor(ccd_case_number: string, fee: IFee, hwf_amount: number, hwf_reference: string, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.fee = fee;\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n this.case_type = caseType;\n }\n}\n","export class AddRetroRemissionRequest {\n hwf_amount: number;\n hwf_reference: string;\n\n constructor(hwf_amount: number, hwf_reference: string) {\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n }\n}\n","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() 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 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\n // this.paymentLibComponent.isFromServiceRequestPage = true;\n // this.paymentLibComponent.ISBSENABLE = true;\n // let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.caseType}`;\n // if(this.isFromPaymentDetailPage) {\n // partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n // }\n // 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.isFromServiceRequestPage = true;\n this.resetOrderData();\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n gotoCasetransationPageCancelBtnClicked(event: Event) {\n event.preventDefault();\n 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 // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n } else {\n\n if (this.paymentLibComponent.REFUNDLIST) {\n this.paymentLibComponent.viewName = 'refund-list';\n return;\n }\n if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n this.paymentLibComponent.SERVICEREQUEST = 'false';\n }\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.OrderslistService.setpaymentPageView({method: '',payment_group_reference: '', reference:''});\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.paymentLibComponent.ISBSENABLE = true;\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n\n if(!this.paymentLibComponent.SERVICEREQUEST) {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n } else {\n const url =`/payment-history/${this.ccdCaseNumber}?selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n }\n\n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n\n\n getFormattedCurrency(currency:number){\n if(currency.toString().includes(\".\")){\n return currency\n }\n return currency.toString().concat(\".00\");\n }\n\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'ccdHyphens'\n})\nexport class CcdHyphensPipe implements PipeTransform {\n constructor() {}\n transform(value: any, args?: any): any {\n const pattern = /^([0-9]{4})+([0-9]{4})+([0-9]{4})+([0-9]{4})$/;\n if ( value.match(pattern)) {\n return value.replace(pattern,'$1-$2-$3-$4') \n }\n return value;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'capitalize'\n})\nexport class CapitalizePipe implements PipeTransform {\n constructor() { }\n transform(s: any, args?: any): any {\n return s && s[0].toUpperCase() + s.slice(1) || \"\";\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'keyValue'\n})\nexport class keyValuePipe implements PipeTransform {\n constructor() {}\n transform(input: any): any {\n let keys = [];\n for (let key in input) {\n if (input.hasOwnProperty(key)) {\n keys.push({ key: key, value: input[key]});\n }\n }\n return keys;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n\n@Pipe({ name: 'sanitizeHtml' })\nexport class SanitizeHtmlPipe implements PipeTransform {\n constructor(private sanitizer: DomSanitizer) {}\n transform(value: any): SafeHtml {\n return this.sanitizer.bypassSecurityTrustHtml(value);\n }\n}\n","import { Injectable } from '@angular/core';\nimport * as FileSaver from 'file-saver';\nimport * as XLSX from 'xlsx';\nimport * as XLSXStyle from 'xlsx-style';\n\n\nconst EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';\nconst EXCEL_EXTENSION = '.xlsx';\n\n@Injectable()\nexport class XlFileService {\n\n constructor() { }\n\n public exportAsExcelFile(json: any[], excelFileName: string): void {\n let worksheet: XLSX.WorkSheet; \n let workbook: XLSX.WorkBook; \n console.log(excelFileName);\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 if(excelFileName.match('Payment failure')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['payment_reference','ccd_reference','org_id','service_name','failure_reference','failure_reason','disputed_amount','event_name','event_date','representment_status','representment_date','refund_reference','refund_amount','refund_date']});\n worksheet = this.setPaymentFailureReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else {\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','surplus_shortfall','balance','payment_amount','ccd_case_reference', 'ccd_exception_reference', 'processed_date', 'reason', 'explanation', 'user_name']});\n worksheet = this.setShortFallReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n }\n workbook = { Sheets: { 'data': worksheet }, SheetNames: ['data'] };\n const excelBuffer: any = XLSX.write(workbook, { bookType: 'xlsx', type: 'array' });\n this.saveAsExcelFile(excelBuffer, excelFileName);\n }\n\n\nprivate autoFitColumns (worksheet: XLSX.WorkSheet,json:any) : XLSX.WorkSheet {\n let objectMaxLength = []; \n let ColWidth = [];\n let obj = <any>Object;\n for (let i = 0; i < json.length; i++) {\n let value = obj.values(json[i]);\n let key = obj.keys(json[i]);\n for (let j = 0; j < value.length; j++) {\n if(value[j] === null){\n value[j] = '';\n }\n objectMaxLength[j] =\n key[j].length >= value[j].length\n ? key[j].length+2\n : value[j].length+1;\n if( value[j].length === undefined){\n objectMaxLength[j] = key[j].length+2;\n }\n ColWidth.push({'width': +objectMaxLength[j]});\n }\n }\n worksheet['!cols'] = ColWidth;\n return worksheet;\n}\n\n\nprivate setDataLossReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Loss_Resp\";\n worksheet.B1.v = \"Payment_Asset_DCN\";\n worksheet.C1.v = \"Envelope_Ref\";\n worksheet.D1.v = \"Envelope_Item\";\n worksheet.E1.v = \"Resp_Service ID\";\n worksheet.F1.v = \"Resp_Service Name\";\n worksheet.G1.v = \"Date_Banked\";\n worksheet.H1.v = \"BGC_Batch\";\n worksheet.I1.v = \"Payment_Method\";\n worksheet.J1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setUnprocessedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Exception_Ref\";\n worksheet.D1.v = \"CCD_Ref\";\n worksheet.E1.v = \"Date_Banked\";\n worksheet.F1.v = \"BGC_Batch\";\n worksheet.G1.v = \"Payment_Asset_DCN\";\n worksheet.H1.v = \"Envelope_Ref\";\n worksheet.I1.v = \"Envelope_Item\";\n worksheet.J1.v = \"Payment_Method\";\n worksheet.K1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setProcessedUnallocatedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Allocation_Status\";\n worksheet.D1.v = \"Receiving_Office\";\n worksheet.E1.v = \"Allocation_Reason\";\n worksheet.F1.v = \"CCD_Exception_Ref\";\n worksheet.G1.v = \"CCD_Case_Ref\";\n worksheet.H1.v = \"Payment_Asset_DCN\";\n worksheet.I1.v = \"Envelope_Ref\";\n worksheet.J1.v = \"Envelope_Item\";\n worksheet.K1.v = \"Date_Banked\";\n worksheet.L1.v = \"BGC_Batch\";\n worksheet.M1.v = \"Payment_Method\";\n worksheet.N1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setPaymentFailureReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Payment reference\";\n worksheet.B1.v = \"CCD reference\";\n worksheet.C1.v = \"OrgID\";\n worksheet.D1.v = \"Service name\";\n worksheet.E1.v = \"Failure reference\";\n worksheet.F1.v = \"Failure reason\";\n worksheet.G1.v = \"Disputed amount\";\n worksheet.H1.v = \"Event name\";\n worksheet.I1.v = \"Event date\";\n worksheet.J1.v = \"Representment status\";\n worksheet.K1.v = \"Representment date\";\n worksheet.L1.v = \"Refund reference\";\n worksheet.M1.v = \"Refund amount\";\n worksheet.N1.v = \"Refund date\";\n return worksheet;\n}\nprivate setShortFallReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Over Payment_Under Payment\";\n worksheet.D1.v = \"Balance\";\n worksheet.E1.v = \"Payment_Amount\";\n worksheet.F1.v = \"CCD_Case_Ref\";\n worksheet.G1.v = \"Exception_Ref\";\n worksheet.H1.v = \"Processed_Date\";\n worksheet.I1.v = \"Reason\";\n worksheet.J1.v = \"Explanation\";\n worksheet.K1.v = \"Updated Name\";\n return worksheet;\n}\n\nprivate saveAsExcelFile(buffer: any, fileName: string): void {\n const data: Blob = new Blob([buffer], {\n type: EXCEL_TYPE\n });\n FileSaver.saveAs(data, fileName + EXCEL_EXTENSION);\n }\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, FormControl } from '@angular/forms';\nimport { formatDate } from \"@angular/common\";\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {XlFileService} from '../../services/xl-file/xl-file.service';\nimport { FindValueSubscriber } from 'rxjs/internal/operators/find';\n\n@Component({\n selector: 'ccpay-reports',\n templateUrl: './reports.component.html',\n styleUrls: ['./reports.component.scss']\n})\nexport class ReportsComponent implements OnInit {\n @Input() ISPAYMENTSTATUSENABLED: string;\n fmt = 'dd/MM/yyyy';\n loc = 'en-US';\n reportsForm: FormGroup;\n startDate: string;\n endDate: string;\n errorMeaagse: string;\n ccdCaseNumber: string;\n isDownLoadButtondisabled:Boolean = false;\n isStartDateLesthanEndDate: Boolean = false;\n isDateBetwnMonth: Boolean = false;\n isDateRangeBetnWeek: Boolean = false;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n paymentGroups: IPaymentGroup[] = [];\n\n constructor(\n private xlFileService: XlFileService,\n private errorHandlerService: ErrorHandlerService,\n private formBuilder: FormBuilder,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentViewService: PaymentViewService) { }\n \n\n ngOnInit() {\n this.fromValidation();\n\n }\n\n getToday(): string {\n return new Date().toISOString().split('T')[0];\n }\n\n getSelectedFromDate(): void {\n this.validateDates(this.reportsForm.get('selectedreport').value);\n }\n\n validateDates(reportName){\n const selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n const isDateRangeMoreThanWeek = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 7;\n const isDateRangeMoreThanMonth = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 30;\n if(new Date(selectedStartDate) > new Date(selectedEndDate) && selectedEndDate !== ''){\n this.reportsForm.get('startDate').setValue('');\n this.isDateRangeBetnWeek = false;\n this.isDateBetwnMonth = false;\n this.isStartDateLesthanEndDate = true;\n } else if(reportName && reportName ==='SURPLUS_AND_SHORTFALL' && isDateRangeMoreThanWeek ) {\n this.isDateRangeBetnWeek = true;\n this.isDateBetwnMonth = false;\n this.isStartDateLesthanEndDate = false;\n } else if(reportName && reportName ==='PAYMENT_FAILURE_EVENT' && isDateRangeMoreThanMonth ) {\n this.isDateRangeBetnWeek = false;\n this.isDateBetwnMonth = true;\n this.isStartDateLesthanEndDate = false;\n } else {\n this.isDateBetwnMonth = false;\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = false;\n }\n\n }\n\n fromValidation() {\n this.reportsForm = this.formBuilder.group({\n selectedreport: new FormControl('') ,\n startDate: new FormControl(''),\n endDate: new FormControl('') \n });\n}\n\ndownloadReport(){\n this.isDownLoadButtondisabled = true;\n const dataLossRptDefault = [{loss_resp:'',payment_asset_dcn:'',env_ref:'',env_item:'',resp_service_id:'',resp_service_name:'',date_banked:'',bgc_batch:'',payment_method:'',amount:''}],\n unProcessedRptDefault = [{resp_service_id:'',resp_service_name:'',exception_ref:'',ccd_ref:'',date_banked:'',bgc_batch:'',payment_asset_dcn:'',env_ref:'',env_item:'',payment_method:'',amount:''}],\n processedUnallocated =[{resp_service_id:'',resp_service_name:'',allocation_status:'',receiving_office:'',allocation_reason:'',ccd_exception_ref:'',ccd_case_ref:'',payment_asset_dcn:'',env_ref:'',env_item:'',date_banked:'',bgc_batch:'',payment_method:'',amount:'',updated_by:''}],\n shortFallsRptDefault = [{resp_service_id:'',resp_service_name:'',surplus_shortfall:'',balance:'',payment_amount:'',ccd_case_reference:'',ccd_exception_reference:'',processed_date:'', reason:'', explanation:'', user_name:''}],\n selectedReportName = this.reportsForm.get('selectedreport').value,\n selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n\n if(selectedReportName === 'PROCESSED_UNALLOCATED' || selectedReportName === 'SURPLUS_AND_SHORTFALL' ){\n this.paymentViewService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n const result = JSON.parse(response);\n let res= {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'PROCESSED_UNALLOCATED' ){\n res.data= processedUnallocated;\n } else if(res['data'].length === 0 && selectedReportName === 'SURPLUS_AND_SHORTFALL' ) {\n res.data= shortFallsRptDefault;\n } \n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"balance\"] !== undefined) {\n res['data'][i]['balance'] = this.convertToFloatValue(res['data'][i][\"balance\"]);\n }\n let Op = res['data'][i][\"surplus_shortfall\"];\n if(Op !== undefined) {\n res['data'][i]['surplus_shortfall'] = Op ==\"Surplus\" ? \"Over payment\":\"Under payment\";\n }\n if(res['data'][i][\"payment_amount\"] !== undefined) {\n res['data'][i]['payment_amount'] = this.convertToFloatValue(res['data'][i]['payment_amount']);\n }\n }\n } \n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n })\n\n } else if(selectedReportName === 'PAYMENT_FAILURE_EVENT') {\n\n this.paymentViewService.downloadFailureReport(selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n const result = {data: JSON.parse(response)['payment_failure_report_list']};\n let res = {data: this.applyDateFormat(result)};\n if (result['data'].length > 0) {\n for ( var i=0; i< res['data'].length; i++) {\n if (res['data'][i][\"disputed_amount\"] !== undefined) {\n res['data'][i]['disputed_amount'] = this.convertToFloatValue(res['data'][i][\"disputed_amount\"]);\n }\n if (res['data'][i][\"representment_status\"] !== undefined) {\n res['data'][i]['representment_status'] = res['data'][i][\"representment_status\"].toLowerCase() === 'yes' ? 'Success' : 'Failure';\n }\n if (res['data'][i]['representment_status'] === undefined) {\n res['data'][i]['representment_status'] = 'No representment received';\n }\n if (res['data'][i]['representment_date'] === undefined) {\n res['data'][i]['representment_date'] = 'N/A';\n }\n if (res['data'][i]['refund_reference'] === undefined) {\n res['data'][i]['refund_reference'] = 'No refund available';\n }\n if (res['data'][i]['refund_amount'] === undefined) {\n res['data'][i]['refund_amount'] = 'N/A';\n }\n if (res['data'][i]['refund_date'] === undefined) {\n res['data'][i]['refund_date'] = 'N/A';\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n const errorContent = error.replace(/[^a-zA-Z ]/g, '').trim();\n const statusCode = error.replace(/[^a-zA-Z0-9 ]/g, '').trim().split(' ')[0];\n if(statusCode === '404') {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, true, errorContent);\n }else {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n })\n\n } else {\n this.bulkScaningPaymentService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n const result = JSON.parse(response);\n let res = {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'DATA_LOSS' ){\n res.data= dataLossRptDefault;\n } else if(res['data'].length === 0 && selectedReportName === 'UNPROCESSED'){\n res.data = unProcessedRptDefault;\n }\n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n })\n }\n }\n\n getFileName(selectedOption: string, startDate: string, endDate: string ) {\n const loc = 'en-US',\n stDt = formatDate(startDate, 'ddMMyy', loc),\n enDt = formatDate(endDate, 'ddMMyy', loc),\n now = new Date(),\n currentDate = formatDate(now, 'ddMMyy', loc),\n timestamp = `${currentDate}_${this.getTwodigit(now.getHours())}${this.getTwodigit(now.getMinutes())}${this.getTwodigit(now.getSeconds())}`,\n selectedOptionTxt = this.getCamelCaseString(selectedOption);\n \n return selectedOptionTxt+'_'+stDt+'_To_'+enDt+'_Run_'+ timestamp;\n } \n tranformDate(strDate: string) {\n let result = '';\n if (strDate) {\n let parts = strDate.split('-');\n result = `${parts[1]}/${parts[2]}/${parts[0]}`;\n }\n return result;\n }\n getTwodigit(input: number){\n return (\"0\" + input).slice(-2);\n }\n getCamelCaseString(selectedOption) {\n let result;\n switch(selectedOption) { \n case 'UNPROCESSED': { \n result = 'Unprocessed';\n break; \n } \n case 'DATA_LOSS': { \n result = 'Data_Loss';\n break; \n } \n case 'PROCESSED_UNALLOCATED': { \n result = 'Processed_Unallocated';\n break; \n } \n case 'SURPLUS_AND_SHORTFALL': { \n result = 'Over Payment_Under Payment';\n break; \n } \n case 'PAYMENT_FAILURE_EVENT': { \n result = 'Payment failure event';\n break; \n }\n default: { \n result = selectedOption;\n break; \n } \n } \n return result;\n }\n applyDateFormat(res) {\n return res['data'].map(value => {\n if (value['date_banked']) {\n value['date_banked'] = formatDate(value['date_banked'], this.fmt, this.loc);\n }\n if (value['event_date'] && value['event_date'].indexOf(',') === -1) {\n value['event_date'] = formatDate(value['event_date'], this.fmt, this.loc);\n } else if (value['event_date'] && value['event_date'].indexOf(',') !== -1) {\n value['event_date'] = this.multiDateFormater(value['event_date'])\n }\n\n if (value['representment_date'] && value['representment_date'].indexOf(',') === -1) {\n value['representment_date'] = formatDate(value['representment_date'], this.fmt, this.loc);\n } else if (value['representment_date'] && value['representment_date'].indexOf(',') !== -1) {\n value['representment_date'] = this.multiDateFormater(value['representment_date'])\n }\n\n if (value['refund_date'] && value['refund_date'].indexOf(',') === -1) {\n value['refund_date'] = formatDate(value['refund_date'], this.fmt, this.loc);\n } else if (value['refund_date'] && value['refund_date'].indexOf(',') !== -1) {\n value['refund_date'] = this.multiDateFormater(value['refund_date'])\n }\n return value;\n });\n }\n multiDateFormater(dateStr) {\n return dateStr.split(',').map((date) => formatDate(date, this.fmt, this.loc)).join(',');\n }\n \n convertToFloatValue(amt) {\n return amt ? Number.parseFloat(amt).toFixed(2): '0.00';\n }\n}\n","import {Component, ViewChild, Input, ChangeDetectorRef} from '@angular/core';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport { MatTableDataSource} from '@angular/material/table';\nimport {MatSort } from '@angular/material/sort';\nimport {Sort } from '@angular/material/sort';\nimport {MatPaginator } from '@angular/material/paginator';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { ActivatedRoute,Router } from '@angular/router';\n@Component({\n selector: 'ccpay-table',\n templateUrl: './table.component.html',\n styleUrls: ['./table.component.css']\n})\nexport class TableComponent {\n @Input('DATASOURCE') DATASOURCE: any[];\n @Input('STATUS') STATUS: string;\n @Input('errorMessage') errorMessage: string;\n isApprovalFlow: boolean;\n // displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];\n displayedColumns = ['ccd_case_number', 'refund_reference', 'user_full_name','date_created', 'date_updated', 'Action'];\n \n dataSource: MatTableDataSource<any>;\n userLst;\n 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('API_ROOT') API_ROOT: string;\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 isFromPayBubble = (): boolean => { \n return this.API_ROOT === 'api/payment-history';\n }\n\n getRefundsStatusHistoryList() {\n if(this.refundlist !== undefined) {\n this.refundService.getRefundStatusHistory(this.refundlist.refund_reference).subscribe(\n statusHistoryList => {\n this.refundStatusHistories = statusHistoryList.status_history_dto_list;\n this.isLastUpdatedByCurrentUser = statusHistoryList.last_updated_by_current_user;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n }\n\n 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 isRefundRemission: boolean = true;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // 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 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","isDataNotExist","title","body","showError","LoggerService","invokeConsoleMethod","type","PaymentListService","getPaymentByCcdCaseNumber","paymentMethod","logger","info","http","get","withCredentials","pipe","catchError","errorHandlerService","HttpClient","PaymentListComponent","_this","paymentListService","paymentLibComponent","CCD_CASE_NUMBER","PAYMENT_METHOD","subscribe","payments","loadPaymentViewComponent","paymentReference","__values","o","s","Symbol","iterator","m","i","call","value","done","TypeError","WebComponentHttpClient","post","url","options","opts","addHeaders","put","delete","patch","csrfToken","meta","getTag","headers","forEach","element","document","cookie","split","find","row","startsWith","content","HttpHeaders","responseType","Meta","PaymentViewService","getPaymentDetails","getPaymentGroupDetails","getApportionPaymentDetails","getPBAaccountDetails","postWays2PayCardPayment","serviceRef","rurl","replace","https","postPBAaccountPayment","randomKey","Math","random","toString","join","postBSPayments","postBSUnidentifiedPayments","postBSUnsolicitedPayments","postBSAllocationPayments","postPaymentGroupWithRemissions","feeId","deleteFeeFromPaymentGroup","postPaymentToPayHub","paymentGroupRef","postPaymentAntennaToPayHub","downloadSelectedReport","reportName","startDate","endDate","downloadFailureReport","getBSfeature","getSiteID","getPartyDetails","caseNumber","postRefundsReason","postPaymentGroupWithRetroRemissions","postRefundRetroRemission","getPaymentFailure","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","serviceReference","viewStatus","paymentViewService","paymentGroup","fees","paymentAllocation","fee","isRemissionsMatch","remissions","rem","fee_code","code","push","filter","paymentGroupObj","includes","payment_allocation","isStatusAllocated","allocation_status","res","payment_failure_list","reverse","allPaymentsFailure","payment_failure_initiated","payment_failure_closed","e","errorMsg","defineProperty","method","channel","goToPaymentList","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","goToPaymentFailuePage","selectedPaymentsStatus","goBackToPaymentView","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","controls","resetForm","processFormError","errors","dirty","valid","reason","response","isSuccesspageEnable","successMsg","invalid","minlength","actualLength","maxlength","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","serviceRequest","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","serviceRequestValue","isBulkScanEnable","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","isNewPaymentGroup_1","isFeeRecordsExist","grpOutstandingAmount","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","antennaReqBody","isConfirmationBtnDisabled","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","requestBody","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","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","isEmptyCondtion","paymentReason","paymentExplanation","isOtherOptionSelected","isRemainingAmountGtZero","isRemainingAmountLtZero","userNameField","otherPaymentExplanation","finalServiceCall","paymentReasonHasError","paymentExplanationHasError","isPaymentDetailsEmpty","isPaymentDetailsInvalid","paymentDetailsMinHasError","paymentDetailsMaxHasError","isUserNameEmpty","isUserNameInvalid","GroupOutstandingAmount","remainingToBeAssigned","isMoreDetailsBoxHide","reset","paymentSectionLabel","feedbackUrlLabel","remainingAmount","afterFeeAllocateOutstanding","amountForAllocation","selectRadioButton","key","OrderListSelectEvent","reasonList","overPayment","hwfReward","wrongFee","notIssueCase","otherDeduction","shortFall","helpWithFee","other","explanationList","referRefund","noRefund","noCase","holdCase","heldCase","refund","duplicate","humanerror","caseWithdrawn","AddRemissionRequest","hwf_reference","AddRetroRemissionRequest","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","setPaymentFailureReportHeaders","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","isDateRangeMoreThanMonth","isDateRangeBetnWeek","isDateBetwnMonth","isStartDateLesthanEndDate","selectedreport","downloadReport","dataLossRptDefault","isDownLoadButtondisabled","loss_resp","payment_asset_dcn","env_ref","env_item","resp_service_id","resp_service_name","bgc_batch","unProcessedRptDefault","exception_ref","ccd_ref","processedUnallocated","allocation_reason","ccd_exception_ref","ccd_case_ref","updated_by","shortFallsRptDefault","surplus_shortfall","balance","payment_amount","ccd_case_reference","ccd_exception_reference","processed_date","selectedReportName","applyDateFormat","substr","convertToFloatValue","Op","xlFileService","getFileName","toLowerCase","errorContent","loc","stDt","formatDate","enDt","now","timestamp","getTwodigit","getHours","getMinutes","getSeconds","getCamelCaseString","strDate","parts","map","fmt","multiDateFormater","dateStr","date","amt","Number","parseFloat","TableComponent","STATUS","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","isFromPayBubble","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","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":["../../../node_modules/tslib/tslib.es6.js","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","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"],"names":["__decorate","decorators","target","key","desc","d","c","arguments","length","r","Object","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","__metadata","metadataKey","metadataValue","metadata","__values","o","s","Symbol","iterator","m","call","next","value","done","TypeError","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","providedIn","OrderslistService","ordersList","BehaviorSubject","refundView","caseType","getcaseType","asObservable","feeExists","getFeeExist","ccdCaseNumber","getCCDCaseNumberforRefund","isFromServiceRequestPage","getisFromServiceRequestPage","OrderRefId","getOrderRefId","navigationPage","getnavigationPage","orderRef","getorderRef","orderCCDEvent","getorderCCDEvent","orderCreated","getorderCreated","orderParty","getorderParty","orderRemissionTotal","getorderRemissionTotal","orderFeesTotal","getorderFeesTotal","orderTotalPayments","getorderTotalPayments","rolesList","orderDetail","paymentPageView","setOrdersList","orderLevelFees","assign","getOrdersList","setRefundView","refundList","getRefundView","setCaseType","getCaseType","setCCDCaseNumber","getCCDCaseNumber","setFeeExists","getFeeExists","setisFromServiceRequestPage","getisFromServiceRequestPages","setOrderRefId","getSelectedOrderRefId","setnavigationPage","getnavigationPageValue","setpaymentPageView","paymentpageList","getpaymentPageView","setUserRolesList","getUserRolesList","setorderDetail","getorderDetail","setOrderRef","getorderRefs","setorderCCDEvent","getorderCCDEvents","setorderCreated","getorderCreateds","setorderParty","getorderPartys","setorderRemissionTotal","getorderRemissionTotals","setorderFeesTotal","getorderFeesTotals","setorderTotalPayments","getoorderTotalPaymentss","PaymentLibComponent","paymentLibService","cd","unProcessedPaymentServiceId","unProcessedPayment","orderPendingPayments","ngAfterContentChecked","detectChanges","ngOnInit","LOGGEDINUSERROLES","PAYMENT_GROUP_REF","paymentGroupReference","DCN_NUMBER","bspaymentdcn","REFUNDLIST","VIEW","viewName","isTakePayment","TAKEPAYMENT","ChangeDetectorRef","Input","Boolean","Component","selector","template","ErrorHandlerService","handleError","err","errorMessage","error","Error","message","status","undefined","JSON","parse","statusCode","messsage","stringify","_throw","getServerErrorMessage","isErrorExist","isDataNotExist","title","body","showError","LoggerService","invokeConsoleMethod","type","args","PaymentListService","http","logger","errorHandlerService","getPaymentByCcdCaseNumber","paymentMethod","info","get","withCredentials","pipe","catchError","HttpClient","PaymentListComponent","paymentListService","paymentLibComponent","_this","CCD_CASE_NUMBER","PAYMENT_METHOD","subscribe","payments","loadPaymentViewComponent","paymentReference","WebComponentHttpClient","meta","post","url","options","opts","addHeaders","put","delete","patch","csrfToken","getTag","headers","forEach","element","document","cookie","split","find","row","startsWith","content","HttpHeaders","responseType","Meta","PaymentViewService","https","getPaymentDetails","getPaymentGroupDetails","getApportionPaymentDetails","getPBAaccountDetails","postWays2PayCardPayment","serviceRef","rurl","replace","postPBAaccountPayment","randomKey","Math","random","toString","join","postBSPayments","postBSUnidentifiedPayments","postBSUnsolicitedPayments","postBSAllocationPayments","postPaymentGroupWithRemissions","feeId","deleteFeeFromPaymentGroup","postPaymentToPayHub","paymentGroupRef","postPaymentAntennaToPayHub","downloadSelectedReport","reportName","startDate","endDate","downloadFailureReport","getBSfeature","getSiteID","getPartyDetails","caseNumber","postRefundsReason","postPaymentGroupWithRetroRemissions","postRefundRetroRemission","getPaymentFailure","PaymentViewComponent","paymentViewService","isRefundRemission","isAddFeeBtnEnabled","isIssueRefunfBtnEnable","allowedRolesToAccessRefund","remissions","allPaymentsFailure","check4AllowedRoles2AccessRefund","some","role","indexOf","allowFurtherAccessAfter4Days","payment","tmp4DayAgo","Date","setDate","getDate","date_created","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","serviceReference","viewStatus","paymentGroup","fees","fee","isRemissionsMatch","rem","fee_code","code","push","filter","paymentGroupObj","includes","paymentAllocation","payment_allocation","isStatusAllocated","allocation_status","res","payment_failure_list","reverse","payment_failure_initiated","payment_failure_closed","e","errorMsg","method","channel","goToPaymentList","goToServiceRequestPage","SERVICEREQUEST","window","location","reload","goToCaseTransationPage","event","preventDefault","data","ISBSENABLE","resetOrderData","addRemission","chkForAddRemission","reference","isFromPaymentDetailPage","checkForFees","addRefundForRemission","remission","chkIsRefundRemissionBtnEnable","remissionFeeAmt","net_amount","toLocaleLowerCase","isRefundRemissionBtnEnable","issueRefund","paymentgrp","chkIssueRefundBtnEnable","getRemissionByFeeCode","feeCode","remissions_1","remissions_1_1","chkForPBAPayment","_b","_c","goToPaymentFailuePage","selectedPaymentsStatus","goBackToPaymentView","RefundsService","getRefundReasons","getRefundRejectReasons","getRefundActions","refundReference","patchRefundActions","reviewerAction","getRefundList","refundstatus","selfexclusive","getRefundStatusHistory","getRefundStatusList","getUserDetails","postIssueRefund","patchResubmitRefund","refund_reference","ProcessRefundComponent","formBuilder","router","activeRoute","getErrorMessage","sendmeback","refundActionList","refundRejectReasonList","isSendMeBackClicked","isRejectClicked","isOtherClicked","isSuccesspageEnable","refundActionsHasError","refundRejectReasonHasError","isReasonFieldEmpty","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","isReasonEmpty","isReasonInvalid","successMsg","isConfirmButtondisabled","processRefundForm","group","refundActionField","FormControl","Validators","compose","required","refundRejectReasonField","sendMeBackField","minLength","maxLength","pattern","enterReasonField","refundlistsource","ccd_case_number","isFromRefundListPage","checkRefundActions","processRefundSubmit","processRefundRequest","resetForm","controls","processFormError","errors","dirty","valid","reason","response","invalid","minlength","actualLength","maxlength","bodyTxt","loadRefundListPage","navigationpage","isRefundStatusView","loadRefundsHomePage","redirecttoRefundListPage","vals","field","goToCaseReview","navigate","relativeTo","FormBuilder","Router","ActivatedRoute","RefundListComponent","refundService","submittedRefundList","rejectedRefundList","approvalStatus","rejectStatus","isAuthorized","userLst","isApproveTableVisible","tableApprovalHeader","tableRejectedHeader","isRejectTableVisible","CardDetailsService","getCardDetails","CardDetailsComponent","cardDetailsService","pageTitle","cardDetails","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","bulkScaningPaymentService","caseTransactionsService","paymentGroups","nonPayments","allPayments","isExceptionRecord","isUnprocessedRecordSelected","isAnyFeeGroupAvilable","isHistoricGroupAvailable","isRemoveBtnDisabled","clAmountDue","isFeeRecordsExist","isGrpOutstandingAmtPositive","isAddRemissionEnable","orderRemissionDetails","ispaymentGroupApisuccess","cpoDetails","isPBA","isAddRemissionBtnEnabled","isEligible4PBAPayment","currentDate","check4AllowedRoles2AccessPBApayment","paymentView","payment_group_reference","goToPayementView","CASETYPE","EXC_REFERENCE","excReference","takePayment","serviceRequest","serviceRequestValue","isBulkScanEnable","isStrategicFixEnable","ISSFENABLE","calculateAmounts","calculateOrderFeesAmounts","totalRefundAmount","calculateRefundAmount","setDefaults","isCPODown","goToOrderViewDetailSection","checkForExceptionRecord","totalPayments","totalRemissions","totalNonOffPayments","totalFees","getAllocationStatus","recordData","exception_record_reference","ccd_reference","case_reference","resetOrderVariables","service_request_status","orderStatus","orderAddBtnEnable","orderRefId","orderTotalFees","orderReferenceObj","x","redirectToOrderFeeSearchPage","orderef","nonOffLinePayment","a","amount_due","b","allocationLen","remisison","totalRefundAmount_1","isFeeAmountZero_1","grpOutstandingAmount","isNewPaymentGroup_1","index","getGroupOutstandingAmount","redirectToFeeSearchPage","navigateByUrl","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","goToPaymentViewComponent","selectedUnprocessedFeeEvent","unprocessedRecordId","getUnprocessedFeeCount","unProcessedRecordCount","unprocessedRecordCount","calculateAmountDue","confirmRemoveFee","cancelRemoval","removeFee","success","isCheckAmountdueExist","amountDue","loadPBAAccountPage","pbaPayOrderRef","PaymentToPayhubRequest","currency","description","provider","toFixed","case_type","PayhubAntennaRequest","FeeSummaryComponent","service","platForm","isBackButtonEnable","isFeeAmountZero","totalAfterRemission","isConfirmationBtnDisabled","isPaymentExist","isRemissionsExist","bsPaymentDcnNumber","features","result","feature","uid","enable","getUnassignedPaymentlist","getPaymentGroup","unassignedPayments","responsible_service_id","upPaymentErrorMessage","currentFee","outStandingAmount","loadCaseTransactionPage","partUrl","cancelRemission","page","antennaReqBody","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","isInvesticationDetailEmpty","investicationDetailHasError","investicationDetailMinHasError","investicationDetailMaxHasError","siteID","ccdReference","exceptionReference","getUnassignedPayment","markPaymentUnidentifiedForm","investicationDetail","unassignedRecord","beCcdNumber","beExceptionNumber","trimUnderscore","saveAndContinue","investicationField","formerror","investigationComment","val","confirmPayments","res1","requestBody","res2","response2","reqBody","res3","gotoCasetransationPage","user_id","postStrategicBody","cancelMarkUnidentifiedPayments","UnsolicitedPaymentsRequest","responsible_office","responsible_person","email_id","receiving_office","receiving_email_address","sending_email_address","MarkUnsolicitedPaymentComponent","reasonHasError","reasonMinHasError","reasonMaxHasError","responsibleOfficeHasError","isResponsibleOfficeEmpty","isContinueButtondisabled","siteids","siteIDList","scrollTo","markPaymentUnsolicitedForm","responsibleOffice","responsiblePerson","emailId","selectedSiteId","reasonField","officeIdField","cancelMarkUnsolicitedPayments","checkingFormValue","setValue","formFields","valueExists","hasOwnProperty","selectchange","selectedSiteName","selectedIndex","text","UnprocessedPaymentsComponent","EventEmitter","recordId","isRecordExist","isAllocateToExistingFeebtnEnabled","isMarkAsUnidentifiedbtnEnabled","isAllocatedToNewFeebtnEnabled","isExceptionCase","serviceId","unassignedRecordListLength","isStFixEnable","FEE_RECORDS_EXISTS","setValuesForUnassignedRecord","emit","unassignedRecordList","unprocessedPaymentSelectEvent","formatUnassignedRecordId","ID","loadUnsolicitedPage","selectedRecordReference","validateButtons","resetButtons","PAYMENTREF","IS_OS_AMT_AVAILABLE","unprocessedPaymentUnSelectEvent","showDetailRow","obj","unassignedRecordSelectedList","Number","Output","ProcessedPaymentsComponent","redirectToPaymentViewPage","IAllocationPaymentsRequest","explanation","userName","user_name","AllocatePaymentsComponent","isMoreDetailsBoxHide","otherPaymentExplanation","paymentReasonHasError","paymentExplanationHasError","isPaymentDetailsEmpty","isPaymentDetailsInvalid","paymentDetailsMinHasError","paymentDetailsMaxHasError","isUserNameEmpty","isUserNameInvalid","paymentReason","paymentExplanation","cookieUserName","userNameField","reasonList","overPayment","hwfReward","wrongFee","notIssueCase","otherDeduction","shortFall","helpWithFee","other","explanationList","referRefund","noRefund","noCase","holdCase","heldCase","refund","duplicate","humanerror","caseWithdrawn","overUnderPaymentForm","moreDetails","fstCon","scndCn","selectedPaymentGroup","gotoSummaryPage","cancelAllocatePayment","confirmAllocatePayement","enCookieUserName","decodeURIComponent","fullName","paymentDetailsField","paymentFormError","isEmptyCondtion","isOtherOptionSelected","isRemainingAmountGtZero","isRemainingAmountLtZero","finalServiceCall","reset","GroupOutstandingAmount","remainingToBeAssigned","paymentSectionLabel","feedbackUrlLabel","remainingAmount","afterFeeAllocateOutstanding","amountForAllocation","selectRadioButton","OrderListSelectEvent","AddRemissionRequest","hwf_reference","AddRetroRemissionRequest","PostRefundRetroRemission","refund_reason","PostIssueRefundRetroRemission","remissionReference","AddRemissionComponent","refundListReason","refundListAmount","hasErrors","option","selectedValue","retroRemission","isRemissionCodeEmpty","remissionCodeHasError","isAmountEmpty","amountHasError","isRemissionLessThanFeeError","refundHasError","isPaymentSuccess","isRemissionApplied","commonRefundReasons","default","pattern1","pattern2","viewCompStatus","volume","remessionPayment","remissionForm","remissionCode","refundReason","refundDDReason","onlySelf","refundReasons","recently_used","sort","localeCompare","resetRemissionForm","remissionctrls","isRemissionLessThanFee","setErrors","confirmRemission","newNetAmount","remissionAmount","trim","id","LDUrl","routeReuseStrategy","shouldReuseRoute","onSameUrlNavigation","addRemissionCode","gotoAddRetroRemissionCodePage","iscancelClicked","isFromRefundStatusPage","selectedRefundReason","gotoCheckRetroRemissionPage","gotoProcessRetroRemissionPage","confirmRetroRemission","remissionamt","remission_reference","processRefund","refundAmount","refund_amount","gotoIssueRefundConfirmation","displayRefundReason","gotoIssueRefundPage","changeIssueRefundReason","confirmIssueRefund","confirmRetroRefund","localStorage","setItem","isRefundReasonsSelected","showReasonText","reasonLength","gotoServiceRequestPage","sendOrderDetail","sendOrderRef","gotoCasetransationPageCancelBtnClicked","getFormattedCurrency","concat","CcdHyphensPipe","transform","match","Pipe","CapitalizePipe","slice","keyValuePipe","keys","SanitizeHtmlPipe","sanitizer","bypassSecurityTrustHtml","DomSanitizer","XlFileService","exportAsExcelFile","json","excelFileName","worksheet","workbook","XLSX.utils","json_to_sheet","header","setDataLossReportHeaders","autoFitColumns","setUnprocessedReportHeaders","setProcessedUnallocatedReportHeaders","setPaymentFailureReportHeaders","setShortFallReportHeaders","Sheets","SheetNames","excelBuffer","XLSX.write","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","xlFileService","fmt","loc","isDownLoadButtondisabled","isStartDateLesthanEndDate","isDateBetwnMonth","isDateRangeBetnWeek","fromValidation","getToday","toISOString","getSelectedFromDate","validateDates","reportsForm","selectedStartDate","tranformDate","selectedEndDate","isDateRangeMoreThanWeek","isDateRangeMoreThanMonth","selectedreport","downloadReport","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","getFileName","toLowerCase","errorContent","stDt","formatDate","enDt","now","timestamp","getTwodigit","getHours","getMinutes","getSeconds","getCamelCaseString","strDate","parts","map","multiDateFormater","dateStr","date","amt","parseFloat","TableComponent","cdRef","displayedColumns","STATUS","isApprovalFlow","DATASOURCE","dataSource","MatTableDataSource","actualcount","reduce","_a","user_full_name","ngAfterViewInit","paginator","applyFilter","filterValue","goToRefundProcessComponent","refundData","goToRefundViewComponent","isCallFromRefundList","ViewChild","MatPaginator","MatSort","IResubmitRefundRequest","RefundStatusComponent","refundButtonState","isRefundBtnDisabled","isLastUpdatedByCurrentUser","isProcessRefund","isFromPayBubble","refundlist","isEliginbleToAccess","refundStatusForm","getRefundsStatusHistoryList","refund_status","statusHistoryList","refundStatusHistories","status_history_dto_list","last_updated_by_current_user","goToRefundView","gotoReviewDetailsPage","gotoReviewAndReSubmitPage","oldRefundReason","changedAmount","refundreason","notes","gotoRefundReasonPage","gotoAmountPage","goToReviewAndSubmitView","getRefundListReason","refundCode","getRefundAmount","gotoReviewRefundConfirmationPage","resubmitRequest","ServiceRequestComponent","goToServiceRquestComponent","isServiceRequest","IserviceRequestCardPayment","language","IserviceRequestPbaPayment","account_number","customer_reference","orgName","organisation_name","PbaPaymentComponent","isPBAAccountHold","isCardPaymentSuccess","isInSufficiantFund","isPBAAccountNotExist","isPBAServerError","isGetPBAAccountSucceed","selectedPbaAccount","pbaAccountRef","isPbaAccountSelected","isCardPaymentSelected","isPBADropdownSelected","isPBAAccountPaymentSuccess","organisationEntityResponse","pbaAccountList","paymentAccount","selectpbaaccount","currentTarget","pbaAccountrPaymentResult","cardPayment","paymentUrl","next_url","selectPaymentMethod","PaymentLibModule","NgModule","imports","CommonModule","HttpClientModule","FormsModule","ReactiveFormsModule","MatTableModule","MatPaginatorModule","MatSortModule","MatFormFieldModule","MatInputModule","declarations","exports","providers","provide","useClass"],"mappings":"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","sourcesContent":["/*! *****************************************************************************\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';\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\n [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\"\n [API_ROOT]=\"API_ROOT\"\n *ngIf=\"viewName === 'refundstatuslist'\"> </ccpay-refund-status >\n <ccpay-payment-view [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'payment-view'\"\n [isTurnOff]=\"ISTURNOFF\" [isTakePayment]=\"TAKEPAYMENT\" [caseType]=\"CASETYPE\"\n [ISPAYMENTSTATUSENABLED] = \"ISPAYMENTSTATUSENABLED\"\n ></ccpay-payment-view>\n\n <ccpay-process-refund *ngIf=\"viewName === 'process-refund'\"\n [refundReference]=\"refundReference\"\n [refundlistsource]=\"refundlistsource\"\n ></ccpay-process-refund>\n <ccpay-pba-payment *ngIf=\"viewName === 'pba-payment'\"\n [pbaPayOrderRef]=\"pbaPayOrderRef\"\n ></ccpay-pba-payment>\n <ccpay-case-transactions [isTakePayment]=\"isTakePayment\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'case-transactions'\"></ccpay-case-transactions>\n <app-mark-unidentified-payment *ngIf=\"viewName === 'unidentifiedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unidentified-payment>\n <app-mark-unsolicited-payment *ngIf=\"viewName === 'unsolicitedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unsolicited-payment>\n <app-allocate-payments *ngIf=\"viewName === 'allocate-payments'\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n ></app-allocate-payments>\n <ccpay-fee-summary *ngIf=\"viewName === 'fee-summary'\"\n [ccdCaseNumber]=\"CCD_CASE_NUMBER\"\n [paymentGroupRef]=\"paymentGroupReference\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n ></ccpay-fee-summary>\n <ccpay-reports *ngIf=\"viewName === 'reports'\"\n [ISPAYMENTSTATUSENABLED] = \"ISPAYMENTSTATUSENABLED\"\n ></ccpay-reports>\n `\n})\n\nexport class PaymentLibComponent implements OnInit {\n @Input('API_ROOT') API_ROOT: string;\n @Input('BULKSCAN_API_ROOT') BULKSCAN_API_ROOT: string;\n @Input('REFUNDS_API_ROOT') REFUNDS_API_ROOT: string;\n @Input('CARDPAYMENTRETURNURL') CARDPAYMENTRETURNURL: string;\n @Input('CCD_CASE_NUMBER') CCD_CASE_NUMBER: string;\n @Input('EXC_REFERENCE') EXC_REFERENCE: string;\n @Input('PAYMENT_METHOD') PAYMENT_METHOD: string;\n @Input('VIEW') VIEW: string;\n @Input('VIEWSERVICE') VIEWSERVICE: string;\n @Input('PAYMENT_GROUP_REF') PAYMENT_GROUP_REF?: string;\n @Input('TAKEPAYMENT') TAKEPAYMENT: boolean;\n @Input('SERVICEREQUEST') SERVICEREQUEST: string;\n @Input('DCN_NUMBER') DCN_NUMBER: string;\n @Input('SELECTED_OPTION') SELECTED_OPTION: string;\n @Input('ISBSENABLE') ISBSENABLE: Boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('CASETYPE') CASETYPE: string;\n @Input('ISPAYMENTSTATUSENABLED') ISPAYMENTSTATUSENABLED: boolean;\n @Input('rootUrl') rootUrl: boolean;\n @Input('REFUNDLIST') REFUNDLIST: string;\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL: string;\n @Input('isFromServiceRequestPage') isFromServiceRequestPage: boolean;\n\n paymentMethod: string;\n bspaymentdcn: string;\n unProcessedPaymentServiceId: string = null;\n paymentGroupReference: string;\n paymentReference: string;\n refundReference: string;\n refundlistsource: any;\n viewName: string;\n isTurnOff: boolean;\n caseType: string;\n unProcessedPayment: IBSPayments = null;\n isRefundStatusView: boolean;\n isRedirectFromCaseTransactionPage: string;\n isCallFromRefundList: boolean;\n isFromRefundStatusPage: boolean;\n iscancelClicked : boolean;\n isFromPaymentDetailPage: boolean;\n pbaPayOrderRef: IPayment;\n isTakePayment: boolean;\n\n orderDetail: any[];\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n\n constructor(private paymentLibService: PaymentLibService,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) { }\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n }\n\n\n ngOnInit() {\n this.paymentLibService.setApiRootUrl(this.API_ROOT);\n this.paymentLibService.setBulkScanApiRootUrl(this.BULKSCAN_API_ROOT);\n this.paymentLibService.setRefundndsApiRootUrl(this.REFUNDS_API_ROOT);\n this.paymentLibService.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';\n\n@Injectable({\n providedIn: 'root'\n})\n\n\nexport class ErrorHandlerService {\n\n constructor() { }\n\n\n handleError(err: HttpErrorResponse): Observable<any> {\n let errorMessage: string;\n if (err.error instanceof Error) {\n // A client-side or network error occurred.\n errorMessage = `An error occurred: ${err.error.message}`;\n } else {\n // The backend returned an unsuccessful response code.\n if (err.status === 404) {\n\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n else if (err.status === 500) {\n errorMessage = 'Internal server error';\n } else if (err.error.messsage === undefined) {\n if( typeof err.error === 'object') {\n errorMessage = JSON.parse(JSON.stringify(err.error)).error;\n } else {\n if (typeof err.error === 'string' && err.error !== undefined) {\n \n if(err.error.length > 60) {\n if (JSON.parse(err.error).statusCode !== undefined && JSON.parse(err.error).statusCode === 500)\n {\n errorMessage = 'Internal server error';\n } else {\n if(err.error.length > 60) {\n errorMessage = JSON.parse(err.error).error;\n } else {\n errorMessage = err.error;\n }\n \n }\n } else {\n errorMessage = err.error;\n }\n } else {\n errorMessage = JSON.parse(err.error).error;\n }\n \n }\n \n } else {\n if (err.error.message !== undefined) {\n errorMessage = `${err.error.message}`;\n } else {\n errorMessage = `${err.error}`;\n }\n \n }\n }\n return _throw(errorMessage);\n }\n\n\n getServerErrorMessage(isErrorExist, isDataNotExist = false, error='') {\n const bodyContent = isDataNotExist ? error : 'Try again later';\n return {\n title: \"There is a problem with the service\",\n body: bodyContent,\n showError: isErrorExist\n };\n }\n}\n","import { Injectable } from '@angular/core';\n\nconst noop = (): any => undefined;\n\nexport abstract class Logger {\n\n info: any;\n warn: any;\n error: any;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class LoggerService implements Logger {\n\n info: any;\n warn: any;\n error: any;\n\n invokeConsoleMethod(type: string, args?: any): void {}\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient } from '@angular/common/http';\n\nimport { Observable } from 'rxjs/internal/Observable';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { IPayments } from '../../interfaces/IPayments';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentListService {\n payments: IPayments;\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n\n getPaymentByCcdCaseNumber(ccdCaseNumber: string, paymentMethod: string): Observable<IPayments> {\n this.logger.info('Payment-list-service getPaymentByCcdCaseNumber for: ', ccdCaseNumber);\n\n return this.http.get<IPayments>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/payments`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import {Component, OnInit} from '@angular/core';\n\nimport {PaymentListService} from '../../services/payment-list/payment-list.service';\nimport {IPayments} from '../../interfaces/IPayments';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport {IStatusHistory} from '../../interfaces/IStatusHistory';\n\n@Component({\n selector: 'ccpay-payment-list',\n templateUrl: './payment-list.component.html',\n styleUrls: ['./payment-list.component.css']\n})\nexport class PaymentListComponent implements OnInit {\n payments: IPayments;\n errorMessage: string;\n code: string;\n\n constructor(private paymentListService: PaymentListService,\n private paymentLibComponent: PaymentLibComponent) {\n }\n\n ngOnInit() {\n this.paymentListService.getPaymentByCcdCaseNumber(this.paymentLibComponent.CCD_CASE_NUMBER, this.paymentLibComponent.PAYMENT_METHOD)\n .subscribe(\n payments => this.payments = payments,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.paymentLibComponent.paymentMethod = paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n}\n","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 downloadFailureReport(startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/payment-failures/failure-report?date_from=${startDate}&date_to=${endDate}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getBSfeature(): Observable<any> {\n return this.https.get('api/payment-history/bulk-scan-feature', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getSiteID(): Observable<any> {\n return this.https.get('api/payment-history/refdata/legacy-sites', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getPartyDetails(caseNumber: string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/case-payment-orders?case_ids=${caseNumber}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n \n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n}\n getOrdersList() {\n return this.ordersList;\n }\n\n //issue refund\n postRefundsReason(body: PostRefundRetroRemission): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-for-payment`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n // retro remissions\n postPaymentGroupWithRetroRemissions(paymentGroupReference: string, feeId: number, body: AddRetroRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postRefundRetroRemission(body:PostIssueRefundRetroRemission) {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getPaymentFailure(paymentReference: string): Observable<any> {\n return this.https.get(`${this.paymentLibService.API_ROOT}/payment-failures/${paymentReference}`, {\n withCredentials: true\n }).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { 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 { IPaymentFailure } from '../../interfaces/IPaymentFailure';\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() orderRef: string;\n @Input() orderStatus: string;\n @Input() orderTotalPayments: number;\n @Input() payment: IPayment;\n @Input() LOGGEDINUSERROLES: string[];\n @Input() ISPAYMENTSTATUSENABLED: string;\n @Input() orderParty: string;\n @Input() orderCreated: Date;\n @Input() orderCCDEvent: string;\n @Input() orderFeesTotal: number;\n @Input() orderRemissionTotal: number;\n @Input() orderDetail: any[];\n @Input(\"isServiceRequest\") isServiceRequest: string;\n errorMsg: string;\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n ccdCaseNumber: string;\n selectedOption: string;\n dcnNumber: string;\n isStatusAllocated: boolean;\n isRemissionsMatch: boolean;\n feeId: IFee;\n viewStatus: string;\n isRefundRemission: boolean = false;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n remissions: IRemission[] = [];\n allPaymentsFailure: IPaymentFailure[] = [];\n selectedPaymentsStatus: IPaymentFailure;\n remissionFeeAmt: number;\n isRefundRemissionBtnEnable: boolean;\n serviceReference: string;\n isFromServiceRequestPage: boolean;\n isFromPaymentDetailPage: boolean;\n\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 next: (res) => {\n JSON.parse(res).payment_failure_list.reverse().forEach(payments => {\n\n this.allPaymentsFailure.push(payments.payment_failure_initiated);\n if(payments.payment_failure_closed) {\n this.allPaymentsFailure.push(payments.payment_failure_closed);\n }\n });\n this.allPaymentsFailure = this.allPaymentsFailure.reverse();\n },\n error: (e) => {\n this.allPaymentsFailure = [];\n this.errorMsg = \"Server error\"\n }\n })\n }\n\n get isCardPayment(): boolean {\n return this.paymentGroup.payments[0].method === 'card';\n }\n\n get isTelephonyPayment(): boolean {\n return this.paymentGroup.payments[0].channel === 'telephony';\n }\n\n public goToPaymentList(): void {\n this.paymentLibComponent.viewName = 'payment-list';\n }\n 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\n goToPaymentFailuePage(payment: any) {\n this.viewStatus = 'payment-failure';\n this.selectedPaymentsStatus = payment;\n }\n goBackToPaymentView(event: any) {\n event.preventDefault();\n this.viewStatus = 'paymentview';\n }\n}\n","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 isRefundRemission: boolean = true;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n viewStatus = 'main';\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n //Order changes\n orderDetail: any[] = [];\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n ispaymentGroupApisuccess: boolean = false;\n cpoDetails: any = null;\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviceRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isEligible4PBAPayment = ['pui-finance-manager', 'pui-user-manager', 'pui-organisation-manager', 'pui-case-manager'];\n currentDate = new Date();\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n constructor(private router: Router,\n private paymentViewService: PaymentViewService,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private caseTransactionsService: CaseTransactionsService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n this.navigationpage = '';\n if(this.OrderslistService.getpaymentPageView() !== null) {\n this.OrderslistService.getpaymentPageView().subscribe((data) => this.paymentView = data);\n }\n if((this.LOGGEDINUSERROLES === undefined || this.LOGGEDINUSERROLES.length === 0 )&&this.OrderslistService.getUserRolesList() !== null) {\n this.OrderslistService.getUserRolesList().subscribe((data) => this.LOGGEDINUSERROLES = data);\n }\n if(this.OrderslistService.getnavigationPageValue() !== null) {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n }\n \n if (this.paymentView !== undefined && this.paymentView !== null && this.paymentView.payment_group_reference !== undefined && this.navigationpage === 'paymentdetailspage') {\n this.goToPayementView(this.paymentView.payment_group_reference, this.paymentView.reference, this.paymentView.method);\n }\n this.isGrpOutstandingAmtPositive = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.caseType = this.paymentLibComponent.CASETYPE;\n if (this.paymentLibComponent.CCD_CASE_NUMBER === '') {\n this.ccdCaseNumber = this.paymentLibComponent.EXC_REFERENCE;\n }\n this.excReference = this.paymentLibComponent.EXC_REFERENCE;\n this.takePayment = this.paymentLibComponent.TAKEPAYMENT;\n \n const serviceRequest = this.paymentLibComponent.SERVICEREQUEST;\n if ( serviceRequest !== undefined && serviceRequest.toString() === 'true' ) {\n this.serviceRequestValue = 'true';\n } else {\n this.serviceRequestValue = 'false';\n }\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n if (!this.isTurnOff) {\n // if (this.lsCcdNumber !== this.ccdCaseNumber) {\n // this.router.navigateByUrl(`/ccd-search?takePayment=true`);\n // }\n\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.calculateRefundAmount();\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.getSelectedOrderRefId().subscribe((data) => this.orderRef = data);\n this.goToOrderViewDetailSection(this.orderRef);\n } else {\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isCPODown = true;\n }\n );\n\n }\n\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n } else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.totalRefundAmount = this.calculateRefundAmount();\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.setDefaults();\n this.isCPODown = true;\n }\n );\n\n },\n (error: any) => {\n this.errorMessage = <any>error ? error.replace(/\"/g,\"\") : \"\";\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n }\n\n if( this.paymentGroups !== undefined) {\n this.checkForExceptionRecord();\n }\n\n if(this.OrderslistService.getisFromServiceRequestPages() !== null) {\n this.OrderslistService.getisFromServiceRequestPages().subscribe((data) => this.isFromServiceRequestPage = data);\n }\n\n }\n\n setDefaults(): void {\n this.totalPayments = 0.00;\n this.totalRemissions = 0.00;\n this.totalNonOffPayments = 0.00;\n this.totalFees = 0.00;\n }\n\n getAllocationStatus(payments: any) {\n\n let paymentAllocation = payments.payment_allocation,\n isAllocationStatusExist = paymentAllocation.length > 0;\n return isAllocationStatusExist ? paymentAllocation[0].allocation_status : '-';\n //return \"-\";\n\n }\n\n checkForExceptionRecord(): void {\n\n if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n recordData => {\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length === undefined && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n });\n }\n\n if (this.paymentGroups.length === 0 && this.selectedOption.toLocaleLowerCase() === 'dcn') {\n if (this.paymentLibComponent.CCD_CASE_NUMBER.length > 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n } else if (this.paymentLibComponent.CCD_CASE_NUMBER.length === 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n }\n if (this.paymentGroups.length > 0)\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.case_reference !== undefined && payment.ccd_case_number === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n });\n }\n });\n }\n\n calculateOrderFeesAmounts(): void {\n let feesTotal = 0.00;\n this.paymentGroups.forEach(paymentGroup => {\n this.resetOrderVariables();\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount\n }\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 += `&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}\n","export class PaymentToPayhubRequest {\n currency = 'GBP';\n description = 'PayBubble payment';\n channel = 'telephony';\n provider = 'pci pal';\n case_type: string;\n\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","export class PayhubAntennaRequest {\n currency = 'GBP';\n case_type: string;\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IFee } from '../../interfaces/IFee';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { SafeHtml } from '@angular/platform-browser';\nimport {Router} from '@angular/router';\nimport {Location} from '@angular/common';\nimport { OrderslistService } from '../../services/orderslist.service';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-fee-summary',\n templateUrl: './fee-summary.component.html',\n styleUrls: ['./fee-summary.component.scss']\n})\n\nexport class FeeSummaryComponent implements OnInit {\n @Input() paymentGroupRef: string;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: string;\n @Input() caseType: string;\n\n\n bsPaymentDcnNumber: string;\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n viewStatus = 'main';\n currentFee: IFee;\n totalFee: number;\n payhubHtml: SafeHtml;\n service: string = \"\";\n platForm: string = \"\";\n upPaymentErrorMessage: string;\n selectedOption:string;\n isBackButtonEnable: boolean = true;\n outStandingAmount: number;\n isFeeAmountZero: boolean = false;\n totalAfterRemission: number = 0;\n isConfirmationBtnDisabled: boolean = false;\n isRemoveBtnDisabled: boolean = false;\n isPaymentExist: boolean = false;\n isRemissionsExist: Boolean = false;\n isRemissionsMatch = false;\n isStrategicFixEnable: boolean;\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private location: Location,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) {}\n\n ngOnInit() {\n this.viewStatus = 'main';\n this.caseType = this.paymentLibComponent.CASETYPE;\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.setCaseType(this.paymentLibComponent.CASETYPE);\n\n this.platForm = 'Antenna';\n\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n if (this.bsPaymentDcnNumber) {\n this.getUnassignedPaymentlist();\n }\n this.getPaymentGroup();\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.paymentLibComponent.DCN_NUMBER).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error';\n }\n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error';\n }\n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n }\n\n }\n\n getRemissionByFeeCode(feeCode: string): IRemission {\n if (this.paymentGroup && this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n addRemission(fee: IFee) {\n this.currentFee = fee;\n this.viewStatus = 'add_remission';\n }\n\n getPaymentGroup() {\n let fees = [];\n this.paymentViewService.getPaymentGroupDetails(this.paymentGroupRef).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.isPaymentExist = paymentGroup.payments ? paymentGroup.payments.length > 0 : false;\n this.isRemissionsExist = paymentGroup.remissions ? paymentGroup.remissions.length > 0 : false;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.totalAfterRemission = this.totalAfterRemission + fee.net_amount;\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true;\n }\n 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\n let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n this.router.navigateByUrl(url);\n }\n cancelRemission() {\n this.viewStatus = 'main';\n }\n redirectToFeeSearchPage(event: any, page?: string) {\n event.preventDefault();\n let partUrl =this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n\n if(this.viewStatus === 'feeRemovalConfirmation' || this.viewStatus === 'add_remission') {\n this.viewStatus = 'main';\n return;\n }\n let url = `/fee-search?ccdCaseNumber=${this.ccdCaseNumber}&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}&paymentGroupRef=${this.paymentGroupRef}${partUrl}`;\n this.router.navigateByUrl(url);\n }\n takePayment() {\n this.isConfirmationBtnDisabled = true;\n const requestBody = new PaymentToPayhubRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType),\n antennaReqBody = new PayhubAntennaRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType);\n\n if(this.platForm === 'Antenna') {\n\n this.paymentViewService.postPaymentAntennaToPayHub(antennaReqBody, this.paymentGroupRef).subscribe(\n response => {\n this.isBackButtonEnable=false;\n window.location.href = '/makePaymentByTelephoneyProvider';\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n }\n\n }\n\n goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean) {\n if (outStandingAmount > 0 || (outStandingAmount === 0 && isFeeAmountZero)) {\n this.paymentLibComponent.paymentGroupReference = this.paymentGroupRef;\n this.paymentLibComponent.viewName = 'allocate-payments';\n } else {\n this.loadCaseTransactionPage();\n }\n }\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n\n\n@Component({\n selector: 'ccpay-error-banner',\n templateUrl: './error-banner.component.html',\n styleUrls: ['./error-banner.component.scss']\n})\n\nexport class ErrorBannerComponent implements OnInit {\n @Input('errorMessage') errorMessage;\n\n constructor(\n ) {}\n\n ngOnInit() {\n\n }\n}\n","\nexport class UnidentifiedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n unidentified_reason: string;\n\n constructor(payment_group_reference: string, payment_reference : string, unidentified_reason: any) {\n this.payment_allocation_status = {\n description: '',\n name: \"Unidentified\"\n };\n this.payment_group_reference = payment_group_reference ;\n this.payment_reference= payment_reference;\n this.unidentified_reason= unidentified_reason;\n\n }\n\n\n\n}\n","import { IBSPayments } from \"./IBSPayments\";\n\nexport class AllocatePaymentRequest {\n amount: Number;\n banked_date: String;\n ccd_case_number: String;\n exception_record: string;\n currency: String;\n document_control_number: String;\n external_provider: String;\n giro_slip_no: String;\n payer_name: String;\n payment_channel: Object;\n payment_status: Object;\n payment_method: String;\n case_type: String;\n payment_allocation_dto?: {\n allocation_reason: String,\n allocation_status: String,\n explanation: String,\n payment_allocation_status: Object,\n payment_group_reference: String,\n payment_reference: String,\n reason: String,\n receiving_office: String,\n unidentified_reason: String,\n user_id: String,\n user_name: String,\n case_type: String\n }\n\n constructor(ccd_case_number : string, unAllocatedPayment: IBSPayments, caseType: string, exceptionRecord: string, allocatedRequest?: any) {\n this.amount = unAllocatedPayment.amount;\n this.banked_date = unAllocatedPayment.date_banked;\n this.ccd_case_number = ccd_case_number;\n this.exception_record = exceptionRecord;\n this.currency= unAllocatedPayment.currency;\n this.document_control_number = unAllocatedPayment.dcn_reference;\n this.external_provider = 'exela';\n this.giro_slip_no = unAllocatedPayment.bgc_reference;\n this.payer_name = unAllocatedPayment.payer_name;\n this.payment_channel = {\n description: '',\n name: 'bulk scan'\n };\n this.payment_status ={\n description: 'bulk scan payment completed',\n name: 'success'\n }\n this.payment_method = unAllocatedPayment.payment_method;\n this.case_type= caseType;\n if(allocatedRequest) {\n this.payment_allocation_dto = allocatedRequest;\n }\n\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\n\n@Component({\n selector: 'app-mark-unidentified-payment',\n templateUrl: './mark-unidentified-payment.component.html',\n styleUrls: ['./mark-unidentified-payment.component.scss']\n})\nexport class MarkUnidentifiedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnidentifiedForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n isInvesticationDetailEmpty: boolean = false;\n investicationDetailHasError: boolean = false;\n investicationDetailMinHasError: boolean = false;\n investicationDetailMaxHasError: boolean = false;\n errorMessage = this.getErrorMessage(false);\n unassignedRecord:IBSPayments;\n siteID: string = null;\n investigationComment: string;\n isConfirmButtondisabled:Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n isStrategicFixEnable: boolean = true;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.markPaymentUnidentifiedForm = this.formBuilder.group({\n investicationDetail: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ]))\n });\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.getErrorMessage(false);\n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n saveAndContinue() {\n this.resetForm([false, false, false, false]);\n const investicationField = this.markPaymentUnidentifiedForm.controls.investicationDetail;\n const formerror = investicationField.errors;\n if (this.markPaymentUnidentifiedForm.dirty && this.markPaymentUnidentifiedForm.valid) {\n this.investigationComment = this.markPaymentUnidentifiedForm.controls.investicationDetail.value;\n this.viewStatus = 'unidentifiedContinueConfirm';\n }else {\n if(investicationField.value == '' ) {\n this.resetForm([true, false, false, false]);\n }\n if(investicationField.value != '' && investicationField.invalid ) {\n this.resetForm([false, true, false, false]);\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false, false, true, false]);\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, true]);\n }\n }\n }\n resetForm(val) {\n this.isInvesticationDetailEmpty = val[0];\n this.investicationDetailHasError = val[1];\n this.investicationDetailMinHasError = val[2];\n this.investicationDetailMaxHasError = val[3];\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const reason = this.markPaymentUnidentifiedForm.get('investicationDetail').value;\n\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Unidentified',\n payment_allocation_status: {\n description: '',\n name: 'Unidentified'\n },\n unidentified_reason: reason,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnidentifiedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, reason);\n if (response2.success) {\n this.paymentViewService.postBSUnidentifiedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n cancelMarkUnidentifiedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.markPaymentUnidentifiedForm.get('investicationDetail').value!==\"\"){\n this.viewStatus = 'unidentifiedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.viewStatus = 'mainForm';\n }\n }\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","\nexport class UnsolicitedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n receiving_office: string;\n receiving_email_address: string;\n sending_email_address: string;\n unidentified_reason: string;\n constructor(payment_group_reference: string, payment_reference : string, reason: string,responsible_office: string, responsible_person:string,email_id: string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Transferred\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.unidentified_reason= reason;\n this.receiving_office= responsible_office;\n this.receiving_email_address= email_id;\n this.sending_email_address= responsible_person;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\n\n\n@Component({\n selector: 'app-mark-unsolicited-payment',\n templateUrl: './mark-unsolicited-payment.component.html',\n styleUrls: ['./mark-unsolicited-payment.component.scss']\n})\nexport class MarkUnsolicitedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnsolicitedForm: FormGroup;\n viewStatus: string;\n reasonHasError: boolean = false;\n isReasonEmpty: boolean = false;\n reasonMinHasError: boolean = false;\n reasonMaxHasError: boolean = false;\n responsibleOfficeHasError: boolean = false;\n isResponsibleOfficeEmpty: boolean = false;\n errorMessage = this.getErrorMessage(false);\n ccdCaseNumber: string;\n bspaymentdcn: string;\n unassignedRecord: IBSPayments;\n siteID: string = null;\n reason: string;\n responsiblePerson: string;\n responsibleOffice: string;\n emailId: string;\n isConfirmButtondisabled: Boolean = false;\n isContinueButtondisabled: Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n selectedSiteId: string;\n selectedSiteName: string;\n isStrategicFixEnable: boolean = true;\n siteIDList;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.resetForm([false,false,false,false,false,false], 'all');\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.paymentViewService.getSiteID().subscribe(\n siteids => {\n this.isContinueButtondisabled = false;\n this.errorMessage = this.getErrorMessage(false);\n this.siteIDList = JSON.parse(siteids);\n },\n err => {\n window.scrollTo(0, 0);\n this.isContinueButtondisabled = true;\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n \n this.markPaymentUnsolicitedForm = this.formBuilder.group({\n reason: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n responsibleOffice: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s\\\\n,\\\\.-:]*)$')\n ])),\n responsiblePerson: new FormControl(''),\n emailId: new FormControl('')\n });\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const controls = this.markPaymentUnsolicitedForm.controls;\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Transferred',\n payment_allocation_status: {\n description: '',\n name: 'Transferred'\n },\n unidentified_reason: controls.reason.value,\n receiving_office: this.selectedSiteId,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n // controls.responsibleOffice.setValue('P219');\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const response1 = JSON.parse(res1),\n requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnsolicitedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, controls.reason.value, this.selectedSiteId, controls.responsiblePerson.value, controls.emailId.value);\n if (response2.success) {\n this.paymentViewService.postBSUnsolicitedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n saveAndContinue() {\n this.resetForm([false,false,false,false,false,false], 'all');\n const formerror = this.markPaymentUnsolicitedForm.controls.reason.errors;\n const reasonField = this.markPaymentUnsolicitedForm.controls.reason;\n //const officeIdField = this.selectedSiteId;\n const officeIdField = this.markPaymentUnsolicitedForm.controls.responsibleOffice;\n if (this.markPaymentUnsolicitedForm.dirty && this.markPaymentUnsolicitedForm.valid) {\n const controls = this.markPaymentUnsolicitedForm.controls;\n this.emailId = controls.emailId.value;\n this.responsibleOffice = officeIdField.value;\n this.responsiblePerson = controls.responsiblePerson.value;\n this.reason = controls.reason.value;\n this.viewStatus = 'unsolicitedContinueConfirm';\n }else {\n if( reasonField.value == '' ) {\n this.resetForm([true,false,false,false,false,false], 'reason');\n }\n if(reasonField.value != '' && this.markPaymentUnsolicitedForm.controls.reason.invalid ) {\n this.resetForm([false,true,false,false,false,false], 'reason');\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false,false,true,false,false,false], 'reason');\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false,false,false,true,false,false], 'reason');\n }\n if(officeIdField.value == '') {\n this.resetForm([false,false,false,false,true,false], 'responsibleOffice');\n }\n if(officeIdField.value != '' && officeIdField.invalid) {\n this.resetForm([false,false,false,false,false,true],'responsibleOffice');\n }\n }\n }\n resetForm(val, field) {\n if(field==='reason' || field==='all') {\n this.isReasonEmpty = val[0];\n this.reasonHasError = val[1];\n this.reasonMinHasError = val[2];\n this.reasonMaxHasError = val[3];\n }\n if(field==='responsibleOffice' || field==='all') {\n this.isResponsibleOfficeEmpty = val[4];\n this.responsibleOfficeHasError = val[5];\n }\n }\n\ncancelMarkUnsolicitedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.checkingFormValue()){\n this.viewStatus = 'unsolicitedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.markPaymentUnsolicitedForm.controls.responsibleOffice.setValue('');\n this.viewStatus = 'mainForm';\n }\n }\n checkingFormValue(){\n const formFields = this.markPaymentUnsolicitedForm.value;\n let valueExists = false;\n\n for (var field in formFields) {\n if (formFields.hasOwnProperty(field) && formFields[field] !==\"\") {\n valueExists = true;\n break;\n }\n }\n return valueExists;\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n \n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n\n getErrorMessage(isErrorExist) {\n return {\n title: \"Something went wrong.\",\n body: \"Please try again later.\",\n showError: isErrorExist\n };\n }\n\n selectchange(args){ \n this.selectedSiteId = args.target.value; \n this.selectedSiteName = args.target.options[args.target.selectedIndex].text; \n } \n\n}\n","import { Component, OnInit, Output,Input, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport {Router} from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-app-unprocessed-payments',\n templateUrl: './unprocessed-payments.component.html',\n styleUrls: ['./unprocessed-payments.component.scss']\n})\nexport class UnprocessedPaymentsComponent implements OnInit {\n\n @Input('FEE_RECORDS_EXISTS') FEE_RECORDS_EXISTS: boolean;\n @Input('PAYMENTREF') PAYMENTREF: string;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('IS_BUTTON_ENABLE') IS_BUTTON_ENABLE: boolean;\n @Input('IS_OS_AMT_AVAILABLE') IS_OS_AMT_AVAILABLE: boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('PAYMENTSLENGTH') PAYMENTSLENGTH:Number;\n @Input('LEVEL')LEVEL:Number;\n\n @Output() selectedUnprocessedFeeEvent: EventEmitter<string> = new EventEmitter();\n @Output() getUnprocessedFeeCount: EventEmitter<string> = new EventEmitter();\n\n viewStatus = 'main';\n unassignedRecordList: IBSPayments;\n upPaymentErrorMessage: string = null;\n ccdCaseNumber: string;\n recordId: string = null;\n isRecordExist: boolean = false;\n dcnNumber: string = null;\n selectedOption: string;\n isUnprocessedRecordSelected: boolean = true;\n isAllocateToExistingFeebtnEnabled: boolean = false;\n isMarkAsUnidentifiedbtnEnabled: boolean = false;\n isAllocatedToNewFeebtnEnabled: boolean = false;\n isExceptionCase: boolean = false;\n serviceId: string = null;\n isBulkScanEnable;\n isTurnOff: boolean = true;\n isStFixEnable;\n unassignedRecordSelectedList: IBSPayments;\n unassignedRecordListLength: number = 0;\n showContent: boolean;\n\n constructor(private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n // Todo ...\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isStFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.getFeeExists().subscribe( (data) => this.FEE_RECORDS_EXISTS = data);\n this.getUnassignedPaymentlist();\n\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.dcnNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n }\n\n }\n\n setValuesForUnassignedRecord(unassignedPayments) {\n\n this.unassignedRecordList = unassignedPayments.payments;\n if(this.unassignedRecordList){\n this.unassignedRecordListLength = unassignedPayments.payments.length\n }\n this.serviceId = unassignedPayments.responsible_service_id;\n if (unassignedPayments['ccd_reference'] === undefined) {\n this.isExceptionCase = true;\n }\n // this.isRecordExist = this.unassignedRecordList.length === 0;\n this.getUnprocessedFeeCount.emit(<any>this.unassignedRecordList.length);\n this.unprocessedPaymentSelectEvent(this.unassignedRecordList);\n }\n\n formatUnassignedRecordId(ID: Number) {\n return `unassignrecord-${ID}`;\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n\n redirectToFeeSearchPage(event: any, dcn_reference:any) {\n event.preventDefault();\n this.recordId = dcn_reference;\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}&dcn=${this.recordId}${url}`);\n }\n\n loadUnsolicitedPage(viewName: string, dcn_reference:any) {\n this.recordId = dcn_reference;\n this.paymentLibComponent.bspaymentdcn = this.recordId;\n this.paymentLibComponent.viewName = viewName;\n }\n\n unprocessedPaymentSelectEvent(selectedRecordReference: any) {\n this.isUnprocessedRecordSelected = true;\n this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit(selectedRecordReference);\n }\n\n resetButtons() {\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n }\n\n goToAllocatePage(dcn_reference:any) {\n this.paymentLibComponent.bspaymentdcn = dcn_reference;\n this.paymentLibComponent.unProcessedPaymentServiceId = this.serviceId\n this.paymentLibComponent.isTurnOff = this.ISTURNOFF;\n this.paymentLibComponent.ISSFENABLE = this.isStFixEnable;\n\n if(this.ISTURNOFF) {\n this.paymentLibComponent.paymentGroupReference = this.PAYMENTREF;\n this.paymentLibComponent.viewName = 'fee-summary';\n }else {\n this.paymentLibComponent.paymentGroupReference = null;\n this.paymentLibComponent.viewName = 'allocate-payments';\n }\n\n }\n\n validateButtons() {\n if ( this.isUnprocessedRecordSelected && this.isExceptionCase) {\n this.isMarkAsUnidentifiedbtnEnabled = true;\n } else if ( this.isUnprocessedRecordSelected && !this.isExceptionCase && !this.FEE_RECORDS_EXISTS) {\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = true;\n } else if( this.isUnprocessedRecordSelected && !this.isExceptionCase && this.FEE_RECORDS_EXISTS ) {\n if(!this.ISTURNOFF) {\n this.isAllocateToExistingFeebtnEnabled = true;\n this.isAllocatedToNewFeebtnEnabled = false;\n } else {\n this.isAllocateToExistingFeebtnEnabled = this.IS_OS_AMT_AVAILABLE;\n this.isAllocatedToNewFeebtnEnabled = true;\n }\n }\n }\n\n unprocessedPaymentUnSelectEvent(event: any) {\n event.preventDefault();\n this.recordId = null;\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n //this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit('');\n }\n\n showDetailRow(event: any,obj: any, i: any) {\n event.preventDefault();\n\n this.unassignedRecordSelectedList = obj;\n\n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {Router} from '@angular/router';\n\n@Component({\n selector: 'ccpay-app-processed-payments',\n templateUrl: './processed-payments.component.html',\n styleUrls: ['./processed-payments.component.scss']\n})\nexport class ProcessedPaymentsComponent implements OnInit {\n\n @Input('NONPAYMENTS') NONPAYMENTS: IPayment[];\n @Output() goToPaymentViewComponent: EventEmitter<any> = new EventEmitter();\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService\n ) { }\n ngOnInit() {\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n redirectToPaymentViewPage(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent.emit({paymentGroupReference, paymentReference, paymentMethod});\n }\n}\n","\nexport class IAllocationPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n reason: string;\n explanation: string;\n user_name: string;\n constructor(payment_group_reference: string, payment_reference : string, reason? : string, explanation? : string, userName? : string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Allocated\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.reason = reason ? reason : null;\n this.explanation = explanation ? explanation : null;\n this.user_name = userName ? userName : null;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {CaseTransactionsService} from '../../services/case-transactions/case-transactions.service'; \nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {IBSPayments} from '../../interfaces/IBSPayments';\nimport {AllocatePaymentRequest} from '../../interfaces/AllocatePaymentRequest';\nimport {IAllocationPaymentsRequest} from '../../interfaces/IAllocationPaymentsRequest';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n\n\n@Component({\n selector: 'app-allocate-payments',\n templateUrl: './allocate-payments.component.html',\n styleUrls: ['./allocate-payments.component.scss']\n})\nexport class AllocatePaymentsComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() caseType: string;\n\n overUnderPaymentForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n recordId:string;\n feedbackUrlLabel:string;\n unAllocatedPayment: IBSPayments = {\n amount: 0\n };\n siteID: string = null;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n paymentGroup: IPaymentGroup;\n paymentGroups: IPaymentGroup[] = [];\t\n remainingAmount: number;\n isRemainingAmountGtZero: boolean;\n isMoreDetailsBoxHide: boolean = true;\n isRemainingAmountLtZero: boolean;\n afterFeeAllocateOutstanding: number;\n amountForAllocation: number;\n isConfirmButtondisabled: boolean = false;\n isContinueButtondisabled: boolean = true;\n otherPaymentExplanation: string = null;\n selectedOption: string = null;\n isFeeAmountZero: boolean = false;\t\n\n paymentReasonHasError: boolean = false;\n paymentExplanationHasError: boolean = false;\n isPaymentDetailsEmpty: boolean = false;\n isPaymentDetailsInvalid: boolean = false;\n paymentDetailsMinHasError: boolean = false;\n paymentDetailsMaxHasError: boolean = false;\n isUserNameEmpty: boolean = false;\n isUserNameInvalid: boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n paymentReason: string = null;\n paymentExplanation: string = null;\n userName: string = null;\n paymentSectionLabel: any;\n paymentRef: string = null;\n isStrategicFixEnable: boolean = true;\n orderLevelFees: IOrderReferenceFee[] = [];\n cookieUserName: string[] = [];\n enCookieUserName: any;\n userNameField: string = null;\n\n reasonList: { [key: string]: { [key: string]: string } }= {\n overPayment: {\n hwfReward: 'Help with Fees (HWF) awarded. Please include the HWF reference number in the explanatory note',\n wrongFee: 'Incorrect payment received',\n notIssueCase: 'Unable to issue case',\n otherDeduction: 'Other'\n },\n shortFall: {\n helpWithFee: 'Help with Fees (HWF) application declined',\n wrongFee: 'Incorrect payment received',\n other: 'Other'\n }\n }\n explanationList = {\n overPayment: {\n referRefund: 'Details in case notes. Refund due',\n noRefund: 'Details in case notes. No refund due',\n noCase: 'No case created. Refund due',\n other: 'Other'\n },\n shortFall: {\n holdCase: 'I have put a stop on the case and contacted the applicant requesting the balance of payment',\n heldCase: 'I have put a stop on the case. The applicant needs to be contacted to request the balance of payment',\n other: 'Other'\n }\n }\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\n\n constructor(\n private errorHandlerService: ErrorHandlerService,\n private caseTransactionsService: CaseTransactionsService,\n private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n if (this.paymentLibComponent.paymentGroupReference !== null) {\n this.viewStatus = 'allocatePaymentConfirmation';\n }\n \n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.paymentRef = this.paymentLibComponent.paymentGroupReference;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.isTurnOff = this.paymentLibComponent.isTurnOff;\n this.overUnderPaymentForm = this.formBuilder.group({\n moreDetails: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n userName: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s]*)$')\n ])),\n });\n this.OrderslistService.getOrdersList().subscribe( (data) =>\n this.orderLevelFees = data.filter(data => data.orderStatus !== 'Paid'));\n this.OrderslistService.getCaseType().subscribe( (data) => this.caseType = data);\n this.getUnassignedPayment();\n }\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n getPaymentGroupDetails(){\n\n if(!this.isTurnOff){\n this.paymentViewService.getPaymentGroupDetails(this.paymentRef).subscribe(\n paymentGroup => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n this.paymentGroup = paymentGroup;\n this.saveAndContinue();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n );\n }else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n this.paymentGroups = paymentGroups['payment_groups'].filter(paymentGroup => {\n paymentGroup.fees.forEach(fee => {\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true\n }\n });\n let fstCon = this.getGroupOutstandingAmount(<IPaymentGroup>paymentGroup),\n scndCn = fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero) && paymentGroup.payment_group_reference === this.paymentRef;\n return this.paymentRef ? scndCn : fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero);\n });\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n );\n }\n\n }\n\n selectedPaymentGroup(paymentGroup: IPaymentGroup) {\t\n this.isContinueButtondisabled = false;\t\n this.paymentGroup = paymentGroup;\t\n }\t\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n gotoSummaryPage(event: any) { \n event.preventDefault();\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n cancelAllocatePayment(event: any){\n event.preventDefault();\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if(!this.isTurnOff){\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n } else {\n this.viewStatus = 'mainForm';\t\n }\n }\n confirmAllocatePayement(){\n this.enCookieUserName = document.cookie.split(\";\").find(row => row.includes(\"user-info\")).split(\"=\")[1].split(\";\");\n this.cookieUserName = JSON.parse(decodeURIComponent(this.enCookieUserName));\n \n const fullName = this.cookieUserName['forename'] + ' ' + this.cookieUserName['surname'];\n\n const paymentDetailsField = this.overUnderPaymentForm.controls.moreDetails,\n paymentFormError = this.overUnderPaymentForm.controls.moreDetails.errors,\n userNameField = fullName,\n isEmptyCondtion = this.paymentReason && this.paymentExplanation,\n isOtherOptionSelected = this.paymentExplanation === 'Other';\n\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if ( (!this.isRemainingAmountGtZero && !this.isRemainingAmountLtZero) || isEmptyCondtion && (!isOtherOptionSelected && userNameField.length > 0 || isOtherOptionSelected && userNameField.length > 0 && paymentDetailsField.valid)) {\n this.isConfirmButtondisabled = true;\n this.otherPaymentExplanation = this.paymentExplanation === 'Other' ? paymentDetailsField.value : this.paymentExplanation;\n this.userName = userNameField;\n this.finalServiceCall();\n }else {\n if(!this.paymentReason) {\n this.resetForm([true, false, false, false, false, false, false, false], 'reason');\n }\n if(!this.paymentExplanation) {\n this.resetForm([false, true, false, false, false, false, false, false], 'explanation');\n }\n if(this.paymentExplanation && isOtherOptionSelected) {\n if(paymentDetailsField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'other');\n }\n if(paymentDetailsField.value != '' && paymentDetailsField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.minlength && paymentFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.maxlength && paymentFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'other');\n }\n }\n if(userNameField.length === 0) {\n this.resetForm([false, false, false, false, false, false, true, false], 'username');\n }\n }\n }\n resetForm(vals, field) {\n if(field==='reason' || field==='all') {\n this.paymentReasonHasError = vals[0];\n }\n if(field==='explanation' || field==='all') {\n this.paymentExplanationHasError = vals[1];\n }\n if(field==='other' || field==='all') {\n this.isPaymentDetailsEmpty = vals[2];\n this.isPaymentDetailsInvalid = vals[3];\n this.paymentDetailsMinHasError = vals[4];\n this.paymentDetailsMaxHasError = vals[5];\n }\n if(field==='username' || field==='all') {\n this.isUserNameEmpty = vals[6];\n this.isUserNameInvalid = vals[7];\n }\n }\n finalServiceCall() {\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n reason: this.paymentReason,\n allocation_status:'Allocated',\n explanation: this.otherPaymentExplanation,\n payment_allocation_status: {\n description: '',\n name: 'Allocated'\n },\n payment_group_reference: this.paymentGroup.payment_group_reference,\n case_type: this.caseType,\n user_name: this.userName\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSPaymentStrategic(postStrategicBody , this.paymentGroup.payment_group_reference).subscribe(\n res => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n });\n\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n let response1 = JSON.parse(res1);\n if (response1.success) {\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.siteID, this.exceptionReference);\n this.bulkScaningPaymentService.postBSAllocatePayment(requestBody, this.paymentGroup.payment_group_reference).subscribe(\n res2 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n let response2 = JSON.parse(res2);\n const reqBody = new IAllocationPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, this.paymentReason, this.otherPaymentExplanation, this.userName);\n if (response2.success) {\n this.paymentViewService.postBSAllocationPayments(reqBody).subscribe(\n \n res3 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n let response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n ); \n }\n }\n\n saveAndContinue(){\n if(this.paymentGroup) {\n this.isMoreDetailsBoxHide = true;\n this.overUnderPaymentForm.get('moreDetails').reset();\n this.overUnderPaymentForm.get('moreDetails').setValue('');\n this.overUnderPaymentForm.get('userName').reset();\n this.overUnderPaymentForm.get('userName').setValue('');\n this.paymentReason = '';\n this.paymentExplanation = '';\n let GroupOutstandingAmount = this.getGroupOutstandingAmount(this.paymentGroup);\n const remainingToBeAssigned = this.unAllocatedPayment.amount - GroupOutstandingAmount;\n this.isRemainingAmountGtZero = remainingToBeAssigned > 0;\n this.isRemainingAmountLtZero = remainingToBeAssigned < 0;\n this.paymentSectionLabel = this.isRemainingAmountGtZero ? { \n title: 'There is an Over payment of',\n reason: 'Provide a reason. This will be used in the Refund process.',\n }: this.isRemainingAmountLtZero ? { \n title: 'There is an Under payment of',\n reason: 'Provide a reason',\n }: { \n title:'Amount left to be allocated',\n reason:'',\n };\n this.feedbackUrlLabel = this.isRemainingAmountGtZero ? 'CONFIRMALLOCATION_SURPLUS' : this.isRemainingAmountLtZero ? 'CONFIRMALLOCATION_SHORTFALL' : 'CONFIRMALLOCATION';\n this.remainingAmount = this.isRemainingAmountGtZero ? remainingToBeAssigned : this.isRemainingAmountLtZero ? remainingToBeAssigned * -1 : 0;\n this.afterFeeAllocateOutstanding = remainingToBeAssigned >= 0 ? 0 : (remainingToBeAssigned * -1);\n this.amountForAllocation = GroupOutstandingAmount >= this.unAllocatedPayment.amount ? this.unAllocatedPayment.amount : GroupOutstandingAmount;\n if(this.isTurnOff){\n this.viewStatus = 'allocatePaymentConfirmation';\t\n }\n }\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n this.unAllocatedPayment = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n this.getPaymentGroupDetails();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n );\n }\n selectRadioButton(key, type) {\n this.isMoreDetailsBoxHide = true;\n if( type === 'explanation' && key === 'other' ){\n this.isPaymentDetailsEmpty = false;\n this.isPaymentDetailsInvalid = false;\n this.paymentDetailsMinHasError = false;\n this.paymentDetailsMaxHasError = false;\n this.isMoreDetailsBoxHide = false;\n }\n }\n OrderListSelectEvent(orderef: any){\n this.isContinueButtondisabled = false;\n this.recordId= orderef;\n }\n\n redirectToOrderFeeSearchPage() {\n // this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = this.recordId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n}\n}\n","import { IFee } from './IFee';\n\nexport class AddRemissionRequest {\n beneficiary_name: string;\n ccd_case_number: string;\n fee: IFee;\n hwf_amount: number;\n hwf_reference: string;\n payment_group_reference: string;\n case_type: string;\n\n constructor(ccd_case_number: string, fee: IFee, hwf_amount: number, hwf_reference: string, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.fee = fee;\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n this.case_type = caseType;\n }\n}\n","export class AddRetroRemissionRequest {\n hwf_amount: number;\n hwf_reference: string;\n\n constructor(hwf_amount: number, hwf_reference: string) {\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n }\n}\n","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() 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 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\n // this.paymentLibComponent.isFromServiceRequestPage = true;\n // this.paymentLibComponent.ISBSENABLE = true;\n // let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.caseType}`;\n // if(this.isFromPaymentDetailPage) {\n // partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n // }\n // 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.isFromServiceRequestPage = true;\n this.resetOrderData();\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n gotoCasetransationPageCancelBtnClicked(event: Event) {\n event.preventDefault();\n 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 // const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n // this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n // this.router.onSameUrlNavigation = 'reload';\n // this.router.navigateByUrl(url);\n } else {\n\n if (this.paymentLibComponent.REFUNDLIST) {\n this.paymentLibComponent.viewName = 'refund-list';\n return;\n }\n if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n this.paymentLibComponent.SERVICEREQUEST = 'false';\n }\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.OrderslistService.setpaymentPageView({method: '',payment_group_reference: '', reference:''});\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.isFromServiceRequestPage = true;\n this.paymentLibComponent.ISBSENABLE = true;\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n\n if(!this.paymentLibComponent.SERVICEREQUEST) {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n } else {\n const url =`/payment-history/${this.ccdCaseNumber}?selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n }\n\n }\n\n resetOrderData() {\n this.OrderslistService.setOrderRef(null);\n this.OrderslistService.setorderCCDEvent(null);\n this.OrderslistService.setorderCreated(null);\n this.OrderslistService.setorderDetail(null);\n this.OrderslistService.setorderParty(null);\n this.OrderslistService.setorderTotalPayments(null);\n this.OrderslistService.setorderRemissionTotal(null);\n this.OrderslistService.setorderFeesTotal(null);\n }\n\n\n getFormattedCurrency(currency:number){\n if(currency.toString().includes(\".\")){\n return currency\n }\n return currency.toString().concat(\".00\");\n }\n\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'ccdHyphens'\n})\nexport class CcdHyphensPipe implements PipeTransform {\n constructor() {}\n transform(value: any, args?: any): any {\n const pattern = /^([0-9]{4})+([0-9]{4})+([0-9]{4})+([0-9]{4})$/;\n if ( value.match(pattern)) {\n return value.replace(pattern,'$1-$2-$3-$4') \n }\n return value;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'capitalize'\n})\nexport class CapitalizePipe implements PipeTransform {\n constructor() { }\n transform(s: any, args?: any): any {\n return s && s[0].toUpperCase() + s.slice(1) || \"\";\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'keyValue'\n})\nexport class keyValuePipe implements PipeTransform {\n constructor() {}\n transform(input: any): any {\n let keys = [];\n for (let key in input) {\n if (input.hasOwnProperty(key)) {\n keys.push({ key: key, value: input[key]});\n }\n }\n return keys;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n\n@Pipe({ name: 'sanitizeHtml' })\nexport class SanitizeHtmlPipe implements PipeTransform {\n constructor(private sanitizer: DomSanitizer) {}\n transform(value: any): SafeHtml {\n return this.sanitizer.bypassSecurityTrustHtml(value);\n }\n}\n","import { Injectable } from '@angular/core';\nimport * as FileSaver from 'file-saver';\nimport * as XLSX from 'xlsx';\nimport * as XLSXStyle from 'xlsx-style';\n\n\nconst EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';\nconst EXCEL_EXTENSION = '.xlsx';\n\n@Injectable()\nexport class XlFileService {\n\n constructor() { }\n\n public exportAsExcelFile(json: any[], excelFileName: string): void {\n let worksheet: XLSX.WorkSheet; \n let workbook: XLSX.WorkBook; \n console.log(excelFileName);\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 if(excelFileName.match('Payment failure')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['payment_reference','ccd_reference','org_id','service_name','failure_reference','failure_reason','disputed_amount','event_name','event_date','representment_status','representment_date','refund_reference','refund_amount','refund_date']});\n worksheet = this.setPaymentFailureReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else {\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','surplus_shortfall','balance','payment_amount','ccd_case_reference', 'ccd_exception_reference', 'processed_date', 'reason', 'explanation', 'user_name']});\n worksheet = this.setShortFallReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n }\n workbook = { Sheets: { 'data': worksheet }, SheetNames: ['data'] };\n const excelBuffer: any = XLSX.write(workbook, { bookType: 'xlsx', type: 'array' });\n this.saveAsExcelFile(excelBuffer, excelFileName);\n }\n\n\nprivate autoFitColumns (worksheet: XLSX.WorkSheet,json:any) : XLSX.WorkSheet {\n let objectMaxLength = []; \n let ColWidth = [];\n let obj = <any>Object;\n for (let i = 0; i < json.length; i++) {\n let value = obj.values(json[i]);\n let key = obj.keys(json[i]);\n for (let j = 0; j < value.length; j++) {\n if(value[j] === null){\n value[j] = '';\n }\n objectMaxLength[j] =\n key[j].length >= value[j].length\n ? key[j].length+2\n : value[j].length+1;\n if( value[j].length === undefined){\n objectMaxLength[j] = key[j].length+2;\n }\n ColWidth.push({'width': +objectMaxLength[j]});\n }\n }\n worksheet['!cols'] = ColWidth;\n return worksheet;\n}\n\n\nprivate setDataLossReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Loss_Resp\";\n worksheet.B1.v = \"Payment_Asset_DCN\";\n worksheet.C1.v = \"Envelope_Ref\";\n worksheet.D1.v = \"Envelope_Item\";\n worksheet.E1.v = \"Resp_Service ID\";\n worksheet.F1.v = \"Resp_Service Name\";\n worksheet.G1.v = \"Date_Banked\";\n worksheet.H1.v = \"BGC_Batch\";\n worksheet.I1.v = \"Payment_Method\";\n worksheet.J1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setUnprocessedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Exception_Ref\";\n worksheet.D1.v = \"CCD_Ref\";\n worksheet.E1.v = \"Date_Banked\";\n worksheet.F1.v = \"BGC_Batch\";\n worksheet.G1.v = \"Payment_Asset_DCN\";\n worksheet.H1.v = \"Envelope_Ref\";\n worksheet.I1.v = \"Envelope_Item\";\n worksheet.J1.v = \"Payment_Method\";\n worksheet.K1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setProcessedUnallocatedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Allocation_Status\";\n worksheet.D1.v = \"Receiving_Office\";\n worksheet.E1.v = \"Allocation_Reason\";\n worksheet.F1.v = \"CCD_Exception_Ref\";\n worksheet.G1.v = \"CCD_Case_Ref\";\n worksheet.H1.v = \"Payment_Asset_DCN\";\n worksheet.I1.v = \"Envelope_Ref\";\n worksheet.J1.v = \"Envelope_Item\";\n worksheet.K1.v = \"Date_Banked\";\n worksheet.L1.v = \"BGC_Batch\";\n worksheet.M1.v = \"Payment_Method\";\n worksheet.N1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setPaymentFailureReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Payment reference\";\n worksheet.B1.v = \"CCD reference\";\n worksheet.C1.v = \"OrgID\";\n worksheet.D1.v = \"Service name\";\n worksheet.E1.v = \"Failure reference\";\n worksheet.F1.v = \"Failure reason\";\n worksheet.G1.v = \"Disputed amount\";\n worksheet.H1.v = \"Event name\";\n worksheet.I1.v = \"Event date\";\n worksheet.J1.v = \"Representment status\";\n worksheet.K1.v = \"Representment date\";\n worksheet.L1.v = \"Refund reference\";\n worksheet.M1.v = \"Refund amount\";\n worksheet.N1.v = \"Refund date\";\n return worksheet;\n}\nprivate setShortFallReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Over Payment_Under Payment\";\n worksheet.D1.v = \"Balance\";\n worksheet.E1.v = \"Payment_Amount\";\n worksheet.F1.v = \"CCD_Case_Ref\";\n worksheet.G1.v = \"Exception_Ref\";\n worksheet.H1.v = \"Processed_Date\";\n worksheet.I1.v = \"Reason\";\n worksheet.J1.v = \"Explanation\";\n worksheet.K1.v = \"Updated Name\";\n return worksheet;\n}\n\nprivate saveAsExcelFile(buffer: any, fileName: string): void {\n const data: Blob = new Blob([buffer], {\n type: EXCEL_TYPE\n });\n FileSaver.saveAs(data, fileName + EXCEL_EXTENSION);\n }\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, FormControl } from '@angular/forms';\nimport { formatDate } from \"@angular/common\";\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {XlFileService} from '../../services/xl-file/xl-file.service';\nimport { FindValueSubscriber } from 'rxjs/internal/operators/find';\n\n@Component({\n selector: 'ccpay-reports',\n templateUrl: './reports.component.html',\n styleUrls: ['./reports.component.scss']\n})\nexport class ReportsComponent implements OnInit {\n @Input() ISPAYMENTSTATUSENABLED: string;\n fmt = 'dd/MM/yyyy';\n loc = 'en-US';\n reportsForm: FormGroup;\n startDate: string;\n endDate: string;\n errorMeaagse: string;\n ccdCaseNumber: string;\n isDownLoadButtondisabled:Boolean = false;\n isStartDateLesthanEndDate: Boolean = false;\n isDateBetwnMonth: Boolean = false;\n isDateRangeBetnWeek: Boolean = false;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n paymentGroups: IPaymentGroup[] = [];\n\n constructor(\n private xlFileService: XlFileService,\n private errorHandlerService: ErrorHandlerService,\n private formBuilder: FormBuilder,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentViewService: PaymentViewService) { }\n \n\n ngOnInit() {\n this.fromValidation();\n\n }\n\n getToday(): string {\n return new Date().toISOString().split('T')[0];\n }\n\n getSelectedFromDate(): void {\n this.validateDates(this.reportsForm.get('selectedreport').value);\n }\n\n validateDates(reportName){\n const selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n const isDateRangeMoreThanWeek = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 7;\n const isDateRangeMoreThanMonth = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 30;\n if(new Date(selectedStartDate) > new Date(selectedEndDate) && selectedEndDate !== ''){\n this.reportsForm.get('startDate').setValue('');\n this.isDateRangeBetnWeek = false;\n this.isDateBetwnMonth = false;\n this.isStartDateLesthanEndDate = true;\n } else if(reportName && reportName ==='SURPLUS_AND_SHORTFALL' && isDateRangeMoreThanWeek ) {\n this.isDateRangeBetnWeek = true;\n this.isDateBetwnMonth = false;\n this.isStartDateLesthanEndDate = false;\n } else if(reportName && reportName ==='PAYMENT_FAILURE_EVENT' && isDateRangeMoreThanMonth ) {\n this.isDateRangeBetnWeek = false;\n this.isDateBetwnMonth = true;\n this.isStartDateLesthanEndDate = false;\n } else {\n this.isDateBetwnMonth = false;\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = false;\n }\n\n }\n\n fromValidation() {\n this.reportsForm = this.formBuilder.group({\n selectedreport: new FormControl('') ,\n startDate: new FormControl(''),\n endDate: new FormControl('') \n });\n}\n\ndownloadReport(){\n this.isDownLoadButtondisabled = true;\n const dataLossRptDefault = [{loss_resp:'',payment_asset_dcn:'',env_ref:'',env_item:'',resp_service_id:'',resp_service_name:'',date_banked:'',bgc_batch:'',payment_method:'',amount:''}],\n unProcessedRptDefault = [{resp_service_id:'',resp_service_name:'',exception_ref:'',ccd_ref:'',date_banked:'',bgc_batch:'',payment_asset_dcn:'',env_ref:'',env_item:'',payment_method:'',amount:''}],\n processedUnallocated =[{resp_service_id:'',resp_service_name:'',allocation_status:'',receiving_office:'',allocation_reason:'',ccd_exception_ref:'',ccd_case_ref:'',payment_asset_dcn:'',env_ref:'',env_item:'',date_banked:'',bgc_batch:'',payment_method:'',amount:'',updated_by:''}],\n shortFallsRptDefault = [{resp_service_id:'',resp_service_name:'',surplus_shortfall:'',balance:'',payment_amount:'',ccd_case_reference:'',ccd_exception_reference:'',processed_date:'', reason:'', explanation:'', user_name:''}],\n selectedReportName = this.reportsForm.get('selectedreport').value,\n selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n\n if(selectedReportName === 'PROCESSED_UNALLOCATED' || selectedReportName === 'SURPLUS_AND_SHORTFALL' ){\n this.paymentViewService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n const result = JSON.parse(response);\n let res= {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'PROCESSED_UNALLOCATED' ){\n res.data= processedUnallocated;\n } else if(res['data'].length === 0 && selectedReportName === 'SURPLUS_AND_SHORTFALL' ) {\n res.data= shortFallsRptDefault;\n } \n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"balance\"] !== undefined) {\n res['data'][i]['balance'] = this.convertToFloatValue(res['data'][i][\"balance\"]);\n }\n let Op = res['data'][i][\"surplus_shortfall\"];\n if(Op !== undefined) {\n res['data'][i]['surplus_shortfall'] = Op ==\"Surplus\" ? \"Over payment\":\"Under payment\";\n }\n if(res['data'][i][\"payment_amount\"] !== undefined) {\n res['data'][i]['payment_amount'] = this.convertToFloatValue(res['data'][i]['payment_amount']);\n }\n }\n } \n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n })\n\n } else if(selectedReportName === 'PAYMENT_FAILURE_EVENT') {\n\n this.paymentViewService.downloadFailureReport(selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n const result = {data: JSON.parse(response)['payment_failure_report_list']};\n let res = {data: this.applyDateFormat(result)};\n if (result['data'].length > 0) {\n for ( var i=0; i< res['data'].length; i++) {\n if (res['data'][i][\"disputed_amount\"] !== undefined) {\n res['data'][i]['disputed_amount'] = this.convertToFloatValue(res['data'][i][\"disputed_amount\"]);\n }\n if (res['data'][i][\"representment_status\"] !== undefined) {\n res['data'][i]['representment_status'] = res['data'][i][\"representment_status\"].toLowerCase() === 'yes' ? 'Success' : 'Failure';\n }\n if (res['data'][i]['representment_status'] === undefined) {\n res['data'][i]['representment_status'] = 'No representment received';\n }\n if (res['data'][i]['representment_date'] === undefined) {\n res['data'][i]['representment_date'] = 'N/A';\n }\n if (res['data'][i]['refund_reference'] === undefined) {\n res['data'][i]['refund_reference'] = 'No refund available';\n }\n if (res['data'][i]['refund_amount'] === undefined) {\n res['data'][i]['refund_amount'] = 'N/A';\n }\n if (res['data'][i]['refund_date'] === undefined) {\n res['data'][i]['refund_date'] = 'N/A';\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n const errorContent = error.replace(/[^a-zA-Z ]/g, '').trim();\n const statusCode = error.replace(/[^a-zA-Z0-9 ]/g, '').trim().split(' ')[0];\n if(statusCode === '404') {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, true, errorContent);\n }else {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n }\n })\n\n } else {\n this.bulkScaningPaymentService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false, false, '');\n const result = JSON.parse(response);\n let res = {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'DATA_LOSS' ){\n res.data= dataLossRptDefault;\n } else if(res['data'].length === 0 && selectedReportName === 'UNPROCESSED'){\n res.data = unProcessedRptDefault;\n }\n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true, false, '');\n })\n }\n }\n\n getFileName(selectedOption: string, startDate: string, endDate: string ) {\n const loc = 'en-US',\n stDt = formatDate(startDate, 'ddMMyy', loc),\n enDt = formatDate(endDate, 'ddMMyy', loc),\n now = new Date(),\n currentDate = formatDate(now, 'ddMMyy', loc),\n timestamp = `${currentDate}_${this.getTwodigit(now.getHours())}${this.getTwodigit(now.getMinutes())}${this.getTwodigit(now.getSeconds())}`,\n selectedOptionTxt = this.getCamelCaseString(selectedOption);\n \n return selectedOptionTxt+'_'+stDt+'_To_'+enDt+'_Run_'+ timestamp;\n } \n tranformDate(strDate: string) {\n let result = '';\n if (strDate) {\n let parts = strDate.split('-');\n result = `${parts[1]}/${parts[2]}/${parts[0]}`;\n }\n return result;\n }\n getTwodigit(input: number){\n return (\"0\" + input).slice(-2);\n }\n getCamelCaseString(selectedOption) {\n let result;\n switch(selectedOption) { \n case 'UNPROCESSED': { \n result = 'Unprocessed';\n break; \n } \n case 'DATA_LOSS': { \n result = 'Data_Loss';\n break; \n } \n case 'PROCESSED_UNALLOCATED': { \n result = 'Processed_Unallocated';\n break; \n } \n case 'SURPLUS_AND_SHORTFALL': { \n result = 'Over Payment_Under Payment';\n break; \n } \n case 'PAYMENT_FAILURE_EVENT': { \n result = 'Payment failure event';\n break; \n }\n default: { \n result = selectedOption;\n break; \n } \n } \n return result;\n }\n applyDateFormat(res) {\n return res['data'].map(value => {\n if (value['date_banked']) {\n value['date_banked'] = formatDate(value['date_banked'], this.fmt, this.loc);\n }\n if (value['event_date'] && value['event_date'].indexOf(',') === -1) {\n value['event_date'] = formatDate(value['event_date'], this.fmt, this.loc);\n } else if (value['event_date'] && value['event_date'].indexOf(',') !== -1) {\n value['event_date'] = this.multiDateFormater(value['event_date'])\n }\n\n if (value['representment_date'] && value['representment_date'].indexOf(',') === -1) {\n value['representment_date'] = formatDate(value['representment_date'], this.fmt, this.loc);\n } else if (value['representment_date'] && value['representment_date'].indexOf(',') !== -1) {\n value['representment_date'] = this.multiDateFormater(value['representment_date'])\n }\n\n if (value['refund_date'] && value['refund_date'].indexOf(',') === -1) {\n value['refund_date'] = formatDate(value['refund_date'], this.fmt, this.loc);\n } else if (value['refund_date'] && value['refund_date'].indexOf(',') !== -1) {\n value['refund_date'] = this.multiDateFormater(value['refund_date'])\n }\n return value;\n });\n }\n multiDateFormater(dateStr) {\n return dateStr.split(',').map((date) => formatDate(date, this.fmt, this.loc)).join(',');\n }\n \n convertToFloatValue(amt) {\n return amt ? Number.parseFloat(amt).toFixed(2): '0.00';\n }\n}\n","import {Component, ViewChild, Input, ChangeDetectorRef} from '@angular/core';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport { MatTableDataSource} from '@angular/material/table';\nimport {MatSort } from '@angular/material/sort';\nimport {Sort } from '@angular/material/sort';\nimport {MatPaginator } from '@angular/material/paginator';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\nimport { ActivatedRoute,Router } from '@angular/router';\n@Component({\n selector: 'ccpay-table',\n templateUrl: './table.component.html',\n styleUrls: ['./table.component.css']\n})\nexport class TableComponent {\n @Input('DATASOURCE') DATASOURCE: any[];\n @Input('STATUS') STATUS: string;\n @Input('errorMessage') errorMessage: string;\n isApprovalFlow: boolean;\n // displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];\n displayedColumns = ['ccd_case_number', 'refund_reference', 'user_full_name','date_created', 'date_updated', 'Action'];\n \n dataSource: MatTableDataSource<any>;\n userLst;\n 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('API_ROOT') API_ROOT: string;\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 isFromPayBubble = (): boolean => { \n return this.API_ROOT === 'api/payment-history';\n }\n\n getRefundsStatusHistoryList() {\n if(this.refundlist !== undefined) {\n this.refundService.getRefundStatusHistory(this.refundlist.refund_reference).subscribe(\n statusHistoryList => {\n this.refundStatusHistories = statusHistoryList.status_history_dto_list;\n this.isLastUpdatedByCurrentUser = statusHistoryList.last_updated_by_current_user;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n }\n\n 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 isRefundRemission: boolean = true;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n // 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 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"]}
|