@hmcts/ccpay-web-component 4.0.1-beta9 → 5.0.1

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