@hmcts/ccpay-web-component 4.0.1-beta30 → 4.0.1-beta32

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