@hmcts/ccpay-web-component 4.0.0-beta553 → 4.0.0-beta557

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"sources":["ng://@hmcts/ccpay-web-component/lib/payment-lib.service.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/error-handler.service.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-list/payment-list.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-list/payment-list.component.ts","node_modules/tslib/tslib.es6.js","ng://@hmcts/ccpay-web-component/lib/services/shared/httpclient/webcomponent.http.client.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-view/payment-view.service.ts","ng://@hmcts/ccpay-web-component/lib/services/orderslist.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-view/payment-view.component.ts","ng://@hmcts/ccpay-web-component/lib/services/refunds/refunds.service.ts","ng://@hmcts/ccpay-web-component/lib/components/process-refund/process-refund.component.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-list/refund-list.component.ts","ng://@hmcts/ccpay-web-component/lib/services/card-details/card-details.service.ts","ng://@hmcts/ccpay-web-component/lib/components/card-details/card-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/page-not-found.component.ts","ng://@hmcts/ccpay-web-component/lib/services/status-history/status-history.service.ts","ng://@hmcts/ccpay-web-component/lib/components/status-history/status-history.component.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-details/pba-details.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/console-logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/case-transactions/case-transactions.service.ts","ng://@hmcts/ccpay-web-component/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts","ng://@hmcts/ccpay-web-component/lib/components/case-transactions/case-transactions.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PaymentToPayhubRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PayhubAntennaRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/fee-summary/fee-summary.component.ts","ng://@hmcts/ccpay-web-component/lib/components/error-banner/error-banner.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnidentifiedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AllocatePaymentRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnsolicitedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/components/unprocessed-payments/unprocessed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/components/processed-payments/processed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IAllocationPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/allocate-payments/allocate-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRetroRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostIssueRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/components/add-remission/add-remission.component.ts","ng://@hmcts/ccpay-web-component/lib/pipes/ccd-hyphens.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/capitalize.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/key-value.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/sanitize-html.pipe.ts","ng://@hmcts/ccpay-web-component/lib/services/xl-file/xl-file.service.ts","ng://@hmcts/ccpay-web-component/lib/components/reports/reports.component.ts","ng://@hmcts/ccpay-web-component/lib/components/table/table.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IResubmitRefundRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-status/refund-status.component.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.module.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\n\nexport class PaymentLibService {\n API_ROOT: string;\n BULKSCAN_API_ROOT: string;\n REFUNDS_API_ROOT: string;\n\n constructor() { }\n\n setApiRootUrl(apiRoot: string): void {\n this.API_ROOT = apiRoot;\n }\n\n getApiRootUrl(): string {\n return this.API_ROOT;\n }\n\n setBulkScanApiRootUrl(bulkscanapiRoot: string): void {\n this.BULKSCAN_API_ROOT = bulkscanapiRoot;\n }\n\n getBulkScanApiRootUrl(): string {\n return this.BULKSCAN_API_ROOT;\n }\n\n setRefundndsApiRootUrl(refundsapiRoot: string): void {\n this.REFUNDS_API_ROOT = refundsapiRoot;\n }\n\n getRefundsApiRootUrl(): string {\n return this.REFUNDS_API_ROOT;\n }\n}\n","import { ChangeDetectorRef, Component, Input, OnInit } from '@angular/core';\nimport { PaymentLibService } from './payment-lib.service';\nimport { IBSPayments } from './interfaces/IBSPayments';\n\n@Component({\n selector: 'ccpay-payment-lib',\n template: `\n <ccpay-refund-list [USERID]=\"USERID\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" [LOGGEDINUSEREMAIL]=\"LOGGEDINUSEREMAIL\" *ngIf=\"viewName === 'refund-list'\"></ccpay-refund-list>\n <ccpay-payment-list *ngIf=\"viewName === 'payment-list'\"></ccpay-payment-list>\n <ccpay-refund-status [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'refundstatuslist'\"> </ccpay-refund-status >\n <ccpay-payment-view [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'payment-view'\"\n [isTurnOff]=\"ISTURNOFF\" [isTakePayment]=\"TAKEPAYMENT\" [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"></ccpay-payment-view>\n\n <ccpay-process-refund *ngIf=\"viewName === 'process-refund'\"\n [refundReference]=\"refundReference\"\n [refundlistsource]=\"refundlistsource\"\n ></ccpay-process-refund>\n\n <ccpay-case-transactions [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'case-transactions'\"></ccpay-case-transactions>\n <app-mark-unidentified-payment *ngIf=\"viewName === 'unidentifiedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unidentified-payment>\n <app-mark-unsolicited-payment *ngIf=\"viewName === 'unsolicitedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unsolicited-payment>\n <app-allocate-payments *ngIf=\"viewName === 'allocate-payments'\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n ></app-allocate-payments>\n <ccpay-fee-summary *ngIf=\"viewName === 'fee-summary'\"\n [ccdCaseNumber]=\"CCD_CASE_NUMBER\" \n [paymentGroupRef]=\"paymentGroupReference\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"\n ></ccpay-fee-summary>\n <ccpay-reports *ngIf=\"viewName === 'reports'\"></ccpay-reports>\n `\n})\n\nexport class PaymentLibComponent implements OnInit {\n @Input('API_ROOT') API_ROOT: string;\n @Input('BULKSCAN_API_ROOT') BULKSCAN_API_ROOT: string;\n @Input('REFUNDS_API_ROOT') REFUNDS_API_ROOT: string;\n @Input('CCD_CASE_NUMBER') CCD_CASE_NUMBER: string;\n @Input('EXC_REFERENCE') EXC_REFERENCE: string;\n @Input('PAYMENT_METHOD') PAYMENT_METHOD: string;\n @Input('VIEW') VIEW: string;\n @Input('VIEWSERVICE') VIEWSERVICE: string;\n @Input('PAYMENT_GROUP_REF') PAYMENT_GROUP_REF?: string;\n @Input('TAKEPAYMENT') TAKEPAYMENT: boolean;\n @Input('SERVICEREQUEST') SERVICEREQUEST: string;\n @Input('DCN_NUMBER') DCN_NUMBER: string;\n @Input('SELECTED_OPTION') SELECTED_OPTION: string;\n @Input('ISBSENABLE') ISBSENABLE: Boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('CASETYPE') CASETYPE: string;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('rootUrl') rootUrl: boolean;\n @Input('REFUNDLIST') REFUNDLIST: string;\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL: string;\n @Input('isFromServiceRequestPage') isFromServiceRequestPage: boolean;\n\n paymentMethod: string;\n bspaymentdcn: string;\n unProcessedPaymentServiceId: string = null;\n paymentGroupReference: string;\n paymentReference: string;\n refundReference: string;\n refundlistsource: any;\n viewName: string;\n isTurnOff: boolean;\n caseType: string;\n isOldPcipalOff: boolean;\n isNewPcipalOff: boolean;\n unProcessedPayment: IBSPayments = null;\n isRefundStatusView: boolean;\n isRedirectFromCaseTransactionPage: string;\n isCallFromRefundList: boolean;\n isFromRefundStatusPage: boolean;\n iscancelClicked : boolean;\n isFromPaymentDetailPage: boolean;\n // isFromServiceRequestPage: boolean;\n\n constructor(private paymentLibService: PaymentLibService,\n private cd: ChangeDetectorRef) { }\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n } \n\n\n ngOnInit() {\n this.paymentLibService.setApiRootUrl(this.API_ROOT);\n this.paymentLibService.setBulkScanApiRootUrl(this.BULKSCAN_API_ROOT);\n this.paymentLibService.setRefundndsApiRootUrl(this.REFUNDS_API_ROOT);\n if (this.PAYMENT_GROUP_REF) {\n this.paymentGroupReference = this.PAYMENT_GROUP_REF;\n }\n if (this.DCN_NUMBER) {\n this.bspaymentdcn = this.DCN_NUMBER;\n }\n if (this.REFUNDLIST === \"true\") {\n this.VIEW = 'refund-list';\n this.viewName = this.VIEW;\n }\n if (this.VIEW === 'fee-summary') {\n this.viewName = 'fee-summary';\n } else if (this.VIEW !== 'reports' && this.VIEW !== 'refund-list') {\n this.viewName = 'case-transactions';\n } else {\n this.viewName = this.VIEW;\n }\n }\n}\n","import { Injectable } from '@angular/core';\nimport { _throw } from 'rxjs/observable/throw';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { HttpErrorResponse } from '@angular/common/http';\n\n@Injectable({\n providedIn: 'root'\n})\n\n\nexport class ErrorHandlerService {\n\n constructor() { }\n\n\n handleError(err: HttpErrorResponse): Observable<any> {\n let errorMessage: string;\n if (err.error instanceof Error) {\n // A client-side or network error occurred.\n errorMessage = `An error occurred: ${err.error.message}`;\n } else {\n // The backend returned an unsuccessful response code.\n if (err.status === 404) {\n if (!err.error) {\n errorMessage = 'Not found';\n } else {\n errorMessage = err.error;\n }\n } else if (err.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 }\n else if (err.error.messsage === undefined) {\n errorMessage = 'Server error';\n } else {\n errorMessage = `${err.error.message}`;\n }\n }\n return _throw(errorMessage);\n }\n\n getServerErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","import { Injectable } from '@angular/core';\n\nconst noop = (): any => undefined;\n\nexport abstract class Logger {\n\n info: any;\n warn: any;\n error: any;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class LoggerService implements Logger {\n\n info: any;\n warn: any;\n error: any;\n\n invokeConsoleMethod(type: string, args?: any): void {}\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient } from '@angular/common/http';\n\nimport { Observable } from 'rxjs/internal/Observable';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { IPayments } from '../../interfaces/IPayments';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentListService {\n payments: IPayments;\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n\n getPaymentByCcdCaseNumber(ccdCaseNumber: string, paymentMethod: string): Observable<IPayments> {\n this.logger.info('Payment-list-service getPaymentByCcdCaseNumber for: ', ccdCaseNumber);\n\n return this.http.get<IPayments>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/payments`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import {Component, OnInit} from '@angular/core';\n\nimport {PaymentListService} from '../../services/payment-list/payment-list.service';\nimport {IPayments} from '../../interfaces/IPayments';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport {IStatusHistory} from '../../interfaces/IStatusHistory';\n\n@Component({\n selector: 'ccpay-payment-list',\n templateUrl: './payment-list.component.html',\n styleUrls: ['./payment-list.component.css']\n})\nexport class PaymentListComponent implements OnInit {\n payments: IPayments;\n errorMessage: string;\n code: string;\n\n constructor(private paymentListService: PaymentListService,\n private paymentLibComponent: PaymentLibComponent) {\n }\n\n ngOnInit() {\n this.paymentListService.getPaymentByCcdCaseNumber(this.paymentLibComponent.CCD_CASE_NUMBER, this.paymentLibComponent.PAYMENT_METHOD)\n .subscribe(\n payments => this.payments = payments,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.paymentLibComponent.paymentMethod = paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n}\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport { Observable } from 'rxjs';\n\n@Injectable()\nexport class WebComponentHttpClient {\n constructor(\n private http: HttpClient,\n private meta: Meta\n ) { }\n\n post(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.post(url, body, opts);\n }\n\n put(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.put(url, body, opts);\n }\n\n get(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.get(url, opts);\n }\n\n delete(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.delete(url, opts);\n }\n \n patch(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.patch(url, body, opts);\n }\n\n addHeaders(options: any): any {\n const csrfToken = this.meta.getTag('name=csrf-token');\n const headers = {};\n \n if (options.headers) {\n options.headers.forEach(element => {\n headers[element] = options.headers.get(element);\n });\n }\n headers['X-Requested-With'] = 'XMLHttpRequest';\n if (csrfToken === null) {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith(' XSRF-TOKEN')).split('=')[1];\n } else {\n headers['CSRF-Token'] = csrfToken.content;\n }\n options.headers = new HttpHeaders(headers);\n options.responseType = 'text';\n return options;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Observable } from 'rxjs/internal/Observable';\n\nimport {IPayment} from '../../interfaces/IPayment';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { Meta } from '@angular/platform-browser';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IAllocationPaymentsRequest } from '../../interfaces/IAllocationPaymentsRequest';\nimport {IOrderReferenceFee} from '../../interfaces/IOrderReferenceFee';\nimport { BehaviorSubject } from 'rxjs';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentViewService {\n private ordersList = <BehaviorSubject<IOrderReferenceFee[]>>new BehaviorSubject([]);\n\n private meta: Meta;\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentDetails(paymentReference: string, paymentMethod: string): Observable<IPayment> {\n this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getPaymentGroupDetails(paymentGroupReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentGroupReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getApportionPaymentDetails(paymentReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/fee-pay-apportion/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPayments(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnidentifiedPayments(body: UnidentifiedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnsolicitedPayments(body: UnsolicitedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocationPayments(body: IAllocationPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentGroupWithRemissions(paymentGroupReference: string, feeId: number, body: AddRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/remissions`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n deleteFeeFromPaymentGroup(feeId: number): Observable<any> {\n this.logger.info('Payment-view-service deleteFeeFromPaymentGroup for: ', feeId);\n return this.https.delete(`${this.paymentLibService.API_ROOT}/fees/${feeId}`).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postPaymentToPayHub(body: PaymentToPayhubRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentAntennaToPayHub(body: PayhubAntennaRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/telephony-card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getBSfeature(): Observable<any> {\n return this.https.get('api/payment-history/bulk-scan-feature', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getSiteID(): Observable<any> {\n return this.https.get('api/payment-history/refdata/legacy-sites', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getPartyDetails(caseNumber: string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/case-payment-orders?case-ids=${caseNumber}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n \n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n}\n getOrdersList() {\n return this.ordersList;\n }\n\n //issue refund\n postRefundsReason(body: PostRefundRetroRemission): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-for-payment`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n // retro remissions\n postPaymentGroupWithRetroRemissions(paymentGroupReference: string, feeId: number, body: AddRetroRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postRefundRetroRemission(body:PostIssueRefundRetroRemission) {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport { Observable, BehaviorSubject } from 'rxjs';\nimport {IOrderReferenceFee} from '../interfaces/IOrderReferenceFee';\nimport { IRefundList } from '../interfaces/IRefundList';\nimport { IPaymentView } from '../interfaces/IPaymentView'; \n\n@Injectable({\n providedIn: 'root'\n})\nexport class OrderslistService {\n private ordersList: BehaviorSubject<IOrderReferenceFee[]> = new BehaviorSubject<IOrderReferenceFee[]>(null);\n private refundView: BehaviorSubject<IRefundList> = new BehaviorSubject<IRefundList>(null);\n private caseType = new BehaviorSubject(\"\");\n getcaseType = this.caseType.asObservable();\n private feeExists = new BehaviorSubject<boolean>(null);\n getFeeExist = this.feeExists.asObservable();\n private ccdCaseNumber = new BehaviorSubject(\"\");\n getCCDCaseNumberforRefund = this.ccdCaseNumber.asObservable();\n private isFromServiceRequestPage = new BehaviorSubject<boolean>(null);\n getisFromServiceRequestPage = this.isFromServiceRequestPage.asObservable();\n private OrderRefId = new BehaviorSubject(\"\");\n getOrderRefId = this.OrderRefId.asObservable();\n private navigationPage = new BehaviorSubject(\"\");\n getnavigationPage = this.navigationPage.asObservable();\n\n private paymentPageView: BehaviorSubject<IPaymentView> = new BehaviorSubject<IPaymentView>(null);\n\n constructor() { }\n\n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n }\n getOrdersList() {\n return this.ordersList;\n }\n\n setRefundView(refundList: IRefundList): void {\n this.refundView.next(Object.assign([], refundList));\n }\n getRefundView() {\n return this.refundView;\n }\n\n setCaseType(caseType: string){\n this.caseType.next(caseType);\n }\n getCaseType(){\n return this.caseType;\n }\n\n setCCDCaseNumber(ccdCaseNumber: string){\n this.ccdCaseNumber.next(ccdCaseNumber);\n }\n getCCDCaseNumber(){\n return this.ccdCaseNumber;\n }\n\n setFeeExists(feeExists: boolean){\n this.feeExists.next(feeExists);\n }\n getFeeExists(){\n return this.feeExists;\n } \n\n setisFromServiceRequestPage(isFromServiceRequestPage: boolean){\n this.isFromServiceRequestPage.next(isFromServiceRequestPage);\n }\n getisFromServiceRequestPages(){\n return this.isFromServiceRequestPage;\n }\n\n setOrderRefId(OrderRefId: string){\n this.OrderRefId.next(OrderRefId);\n }\n getSelectedOrderRefId(){\n return this.OrderRefId;\n }\n\n setnavigationPage(navigationPage: string){\n this.navigationPage.next(navigationPage);\n }\n getnavigationPageValue(){\n return this.navigationPage;\n }\n\n setpaymentPageView(paymentpageList: IPaymentView): void {\n this.paymentPageView.next(Object.assign([], paymentpageList));\n }\n getpaymentPageView() {\n return this.paymentPageView;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\nimport { ChangeDetectorRef } from '@angular/core';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-payment-view',\n templateUrl: './payment-view.component.html',\n styleUrls: ['./payment-view.component.css']\n})\nexport class PaymentViewComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() isTakePayment: boolean;\n @Input() caseType: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() orderRef: boolean;\n @Input() orderStatus: boolean;\n @Input() orderTotalPayments: boolean;\n @Input() payment: IPayment;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n ccdCaseNumber: string;\n selectedOption: string;\n dcnNumber: string;\n isStatusAllocated: boolean;\n isRemissionsMatch: boolean;\n feeId: IFee;\n viewStatus: string;\n isRefundRemission: boolean = false;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n remissions: IRemission[] = [];\n remissionFeeAmt: number;\n isRefundRemissionBtnEnable: boolean;\n\n constructor(private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) {\n }\n\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n } \n\n ngOnInit() {\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.viewStatus = 'paymentview';\n this.paymentViewService.getApportionPaymentDetails(this.paymentLibComponent.paymentReference).subscribe(\n paymentGroup => {\n let fees = [];\n paymentGroup.fees.forEach(fee => {\n this.isRemissionsMatch = false;\n\n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n console.log(this.paymentGroup.payments[0] + '1');\n },\n (error: any) => this.errorMessage = error\n );\n\n }\n\n get isCardPayment(): boolean {\n return this.paymentGroup.payments[0].method === 'card';\n }\n\n get isTelephonyPayment(): boolean {\n return this.paymentGroup.payments[0].channel === 'telephony';\n }\n\n public goToPaymentList(): void {\n this.paymentLibComponent.viewName = 'payment-list';\n }\n\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.paymentViewService.getApportionPaymentDetails(this.paymentGroup.payments[0].reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.viewStatus = 'addremission';\n this.isRefundRemission = true;\n this.cd.detectChanges();\n },\n (error: any) => this.errorMessage = error\n );\n }\n }\n\n checkForFees(paymentGroup: any) {\n if(paymentGroup !== null && paymentGroup !== undefined)\n {\n if (paymentGroup.fees !== null && paymentGroup.fees !== undefined) {\n return true;\n }\n \n }\n return false;\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n if(this.chkIsRefundRemissionBtnEnable() && this.payment !== undefined) {\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}&selfExclusive=${selfexclusive}`, \n {\n withCredentials: true\n})\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetRefundStatusHistory(reference?: string) {\n return this.http.get<IRefundStatusHistory>(`${this.paymentLibService.REFUNDS_API_ROOT}/${reference}/status-history`, \n {\n withCredentials: true\n})\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetRefundStatusList(ccdCaseNumber:string): Observable<IRefundList[]> {\n return this.http.get<IRefundList[]>(`${this.paymentLibService.REFUNDS_API_ROOT}?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.stringify(response).replace(\"\\\"\",\"\").replace(\"\\\"\",\"\").replace(\"\",\"\")\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else {\n if(controls.refundActionField.value == \"\") {\n this.resetForm([true, false, false, false, false, false, false, false], 'action');\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == \"\") {\n this.resetForm([false, true, false, false, false, false, false, false], 'rejectReason');\n }\n if(controls.refundActionField.value == 'Return to caseworker') {\n if(controls.sendMeBackField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'addAreason');\n }\n if(controls.sendMeBackField.value != '' && controls.sendMeBackField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.minlength && processFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.maxlength && processFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'addAreason');\n }\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005') {\n if(controls.enterReasonField.value === \"\") {\n this.resetForm([false, false, false, false, false, false, true, false], 'enterReason');\n }\n if(controls.enterReasonField.value!== \"\" && controls.enterReasonField.invalid) {\n this.resetForm([false, false, false, false, false, false, false, true], 'enterReason');\n }\n }\n }\n\n }\n getErrorMessage(isErrorExist, status, errorMsg, err) {\n let bodyTxt = 'Please try again later';\n if (status !== 500) {\n if (errorMsg !== undefined) {\n bodyTxt = errorMsg;\n } else {\n bodyTxt = err;\n }\n \n }\n return {\n title: 'Something went wrong',\n body: bodyTxt,\n showError: isErrorExist\n };\n }\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n window.location.href='/refund-list?takePayment=false&refundlist=true';\n } else {\n this.paymentLibComponent.viewName = 'refund-list';\n }\n }\n redirecttoRefundListPage() {\n if(this.paymentLibComponent.API_ROOT === 'api/payment-history') {\n window.location.href='/refund-list?takePayment=false&refundlist=true';\n }\n else {\n this.loadRefundListPage();\n }\n }\n // loadCaseTransactionPage() {\n // this.paymentLibComponent.isRefundStatusView = false;\n // this.paymentLibCo}mponent.TAKEPAYMENT = true;\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n\n // let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n // partUrl += this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n // partUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n // this.router.navigateByUrl(url);\n // }\n\n resetForm(vals, field) {\n if(field==='action' || field==='all') {\n this.refundActionsHasError = vals[0];\n }\n if(field==='rejectReason' || field==='all') {\n this.refundRejectReasonHasError = vals[1];\n }\n if(field==='addAreason' || field==='all') {\n this.isReasonFieldEmpty = vals[2];\n this.isReasonFieldInvalid = vals[3];\n this.reasonFieldMinHasError = vals[4];\n this.reasonFieldMaxHasError = vals[5];\n }\n if(field==='enterReason' || field==='all') {\n this.isReasonEmpty = vals[6];\n this.isReasonInvalid = vals[7];\n }\n }\n}\n","import {Component, OnInit, Input} from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundList } from '../../interfaces/IRefundList';\n\n@Component({\n selector: 'ccpay-refund-list',\n templateUrl: './refund-list.component.html',\n styleUrls: ['./refund-list.component.css']\n})\nexport class RefundListComponent implements OnInit {\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL:string;\n\n constructor(private refundService: RefundsService) {\n }\n\n tableApprovalHeader: string;\n tableRejectedHeader: string;\n submittedRefundList: IRefundList[] = [];\n rejectedRefundList: IRefundList[] = [];\n approvalStatus = 'sent for approval';\n rejectStatus = 'sent back';\n errorMessage = null;\n isApproveTableVisible:boolean;\n isRejectTableVisible:boolean;\n dropdownvalue: string;\n isAuthorized: boolean = true;\n userLst\n ngOnInit() {\n \n this.userLst = this.LOGGEDINUSERROLES;\n\n \n if(this.LOGGEDINUSERROLES.some(i =>i.includes('payments-refund-approver'))){\n // this.isApproveTableVisible = true;\n this.isAuthorized = true;\n } else {\n this.isApproveTableVisible = false;\n this.isAuthorized = false;\n }\n\n \n this.tableApprovalHeader = 'Refunds to be approved';\n this.tableRejectedHeader = 'Refunds returned to caseworker';\n\n // if(this.dropdownvalue !== 'caseworker-probate-authorize') {\n // this.isAuthorized = false;\n // } else {\n // this.isAuthorized = true;\n // }\n\n if(this.isAuthorized) {\n this.refundService.getRefundList(this.approvalStatus,true).subscribe(\n refundList => {\n this.submittedRefundList = refundList['refund_list'];\n this.isApproveTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n this.refundService.getRefundList(this.rejectStatus,false).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n this.isRejectTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n\n }\n\n // selectchange(args){ \n // this.dropdownvalue = args.target.value;\n // if(args.target.value === 'caseworker-probate-authorize') {\n // this.isApproveTableVisible = true;\n // } else {\n // this.isApproveTableVisible = false;\n // }\n // this.ngOnInit();\n \n // } \n \n}","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {Observable} from 'rxjs/internal/Observable';\n\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CardDetailsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getCardDetails(paymentReference: string): Observable<ICardDetails> {\n this.logger.info('Card-detail-service getCardDetails for: ', paymentReference);\n\n return this.http.get<ICardDetails>(`${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/details`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { CardDetailsService } from '../../services/card-details/card-details.service';\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-card-details',\n templateUrl: './card-details.component.html',\n styleUrls: ['./card-details.component.css']\n})\nexport class CardDetailsComponent implements OnInit {\n pageTitle: string = 'Card details';\n cardDetails: ICardDetails;\n paymentReference: string;\n errorMessage: string;\n\n constructor(private cardDetailsService: CardDetailsService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.cardDetailsService.getCardDetails(this.paymentLibComponent.paymentReference).subscribe(\n cardDetails => this.cardDetails = cardDetails,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n get getPaymentReference(): string {\n return this.paymentReference;\n }\n\n}\n","import { Component } from '@angular/core';\n\n@Component({\n template: `\n <h1>This is not the page you were looking for!</h1>\n `\n})\nexport class PageNotFoundComponent { }\n","import { Injectable } from '@angular/core';\nimport { PaymentLibService } from '../../payment-lib.service';\nimport { HttpClient } from '@angular/common/http';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class StatusHistoryService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentStatusesByReference(paymentReference: string, paymentMethod: string): Observable<IStatusHistories> {\n this.logger.info('Status-history-service getPaymentStatusesByReference for: ', paymentReference);\n\n return this.http.get<IStatusHistories>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/statuses` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}/statuses`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { StatusHistoryService } from '../../services/status-history/status-history.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-payment-statuses',\n templateUrl: './status-history.component.html',\n styleUrls: ['./status-history.component.css']\n})\nexport class StatusHistoryComponent implements OnInit {\n @Input() isTakePayment: boolean;\n pageTitle: string = 'Payment status history';\n statuses: IStatusHistories;\n errorMessage: string;\n\n constructor(private statusHistoryService: StatusHistoryService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.statusHistoryService.getPaymentStatusesByReference(this.paymentLibComponent.paymentReference, this.paymentLibComponent.paymentMethod).subscribe(\n statuses => this.statuses = statuses,\n (error: any) => this.errorMessage = <any>error.replace(/\"/g,\"\")\n );\n }\n\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-pba-details',\n templateUrl: './pba-details.component.html',\n styleUrls: ['./pba-details.component.css']\n})\nexport class PbaDetailsComponent implements OnInit {\n @Input() payment: IPayment;\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { Logger } from './logger.service';\n\nexport let isDebugMode = false;\n\nconst noop = (): any => undefined;\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConsoleLoggerService implements Logger {\n\n get info() {\n if (isDebugMode) {\n return console.info.bind(console);\n } else {\n return noop;\n }\n }\n\n get warn() {\n if (isDebugMode) {\n return console.warn.bind(console);\n } else {\n return noop;\n }\n }\n\n get error() {\n if (isDebugMode) {\n return console.error.bind(console);\n } else {\n return noop;\n }\n }\n\n invokeConsoleMethod(type: string, args?: any): void {\n const logFn: Function = (console)[type] || console.log || noop;\n logFn.apply(console, [args]);\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {LoggerService} from '../shared/logger/logger.service';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {catchError} from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CaseTransactionsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getPaymentGroups(ccdCaseNumber: string): Observable<IPaymentGroup[]> {\n this.logger.info('Case-transactions-service getPaymentGroups for: ', ccdCaseNumber);\n\n return this.http.get<IPaymentGroup[]>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/paymentgroups`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BulkScaningPaymentService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getBSPaymentsByCCD(ccdCaseNumber: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases/${ccdCaseNumber}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getBSPaymentsByDCN(dcn: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases?document_control_number=${dcn}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocatePayment(body: AllocatePaymentRequest, paymentRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentRef}/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPaymentStrategic(body: AllocatePaymentRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSWoPGStrategic(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n patchBSChangeStatus(dcnNumber: string, status: string): Observable<any> {\n return this.https.patch(`${this.paymentLibService.API_ROOT}/bulk-scan-payments/${dcnNumber}/status/${status}`, status).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n calculateOutStandingAmount(paymentGroup: IPaymentGroup): number {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n } \n return (feesTotal - remissionsTotal) - paymentsTotal;\n }\n\n removeUnwantedString(input: string, replaceText: string) {\n const pattern = /[\\_]/gi;\n return input.replace(pattern, replaceText);\n }\n\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n return this.https.get(`${this.paymentLibService.BULKSCAN_API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { Router } from '@angular/router';\nimport * as ls from \"local-storage\";\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-case-transactions',\n templateUrl: './case-transactions.component.html',\n styleUrls: ['./case-transactions.component.css']\n})\nexport class CaseTransactionsComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n takePayment: boolean;\n servicerequest: string;\n ccdCaseNumber: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n fees: IFee[] = [];\n errorMessage: string;\n totalFees: number;\n totalPayments: number;\n totalNonOffPayments: number;\n totalRemissions: number;\n selectedOption: string;\n dcnNumber: string;\n paymentRef: string;\n isTurnOff: boolean;\n isNewPcipalOff: boolean;\n isRefundRemission: boolean = true;\n isOldPcipalOff: boolean;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n viewStatus = 'main';\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n //Order changes\n orderDetail: any[] = [];\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n cpoDetails: any = null;\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviveRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n constructor(private router: Router,\n private paymentViewService: PaymentViewService,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private caseTransactionsService: CaseTransactionsService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n this.navigationpage = '';\n if(this.OrderslistService.getpaymentPageView() !== null) {\n this.OrderslistService.getpaymentPageView().subscribe((data) => this.paymentView = data);\n }\n if(this.OrderslistService.getnavigationPageValue() !== null) {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n }\n \n \n if (this.paymentView !== undefined && this.paymentView !== null && this.paymentView.payment_group_reference !== undefined && this.navigationpage === 'paymentdetailspage') {\n this.goToPayementView(this.paymentView.payment_group_reference, this.paymentView.reference, this.paymentView.method);\n }\n this.isGrpOutstandingAmtPositive = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.caseType = this.paymentLibComponent.CASETYPE;\n if (this.paymentLibComponent.CCD_CASE_NUMBER === '') {\n this.ccdCaseNumber = this.paymentLibComponent.EXC_REFERENCE;\n }\n this.excReference = this.paymentLibComponent.EXC_REFERENCE;\n this.takePayment = this.paymentLibComponent.TAKEPAYMENT;\n this.servicerequest = this.paymentLibComponent.SERVICEREQUEST;\n if (this.paymentLibComponent.SERVICEREQUEST === 'true') {\n this.serviveRequestValue = 'true';\n } else {\n this.serviveRequestValue = 'false';\n }\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewPcipalOff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldPcipalOff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n if (!this.isTurnOff) {\n if (this.lsCcdNumber !== this.ccdCaseNumber) {\n this.router.navigateByUrl(`/ccd-search?takePayment=true`);\n }\n\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.calculateRefundAmount();\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.getSelectedOrderRefId().subscribe((data) => this.orderRef = data);\n this.goToOrderViewDetailSection(this.orderRef);\n // this.viewStatus = 'order-full-view';\n }\n\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).data.content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.isCPODown = true;\n }\n );\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n } else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.totalRefundAmount = this.calculateRefundAmount();\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).data.content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.setDefaults();\n this.isCPODown = true;\n }\n );\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n }\n\n if( this.paymentGroups !== undefined) {\n this.checkForExceptionRecord();\n }\n \n if(this.OrderslistService.getisFromServiceRequestPages() !== null) {\n this.OrderslistService.getisFromServiceRequestPages().subscribe((data) => this.isFromServiceRequestPage = data);\n }\n \n }\n\n setDefaults(): void {\n this.totalPayments = 0.00;\n this.totalRemissions = 0.00;\n this.totalNonOffPayments = 0.00;\n this.totalFees = 0.00;\n }\n\n getAllocationStatus(payments: any) {\n\n let paymentAllocation = payments.payment_allocation,\n isAllocationStatusExist = paymentAllocation.length > 0;\n return isAllocationStatusExist ? paymentAllocation[0].allocation_status : '-';\n //return \"-\";\n\n }\n\n checkForExceptionRecord(): void {\n \n if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n recordData => {\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length === undefined && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n });\n }\n\n if (this.paymentGroups.length === 0 && this.selectedOption.toLocaleLowerCase() === 'dcn') {\n if (this.paymentLibComponent.CCD_CASE_NUMBER.length > 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n } else if (this.paymentLibComponent.CCD_CASE_NUMBER.length === 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n }\n if (this.paymentGroups.length > 0)\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.case_reference !== undefined && payment.ccd_case_number === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n });\n }\n });\n }\n\n calculateOrderFeesAmounts(): void {\n let feesTotal = 0.00;\n this.paymentGroups.forEach(paymentGroup => {\n this.resetOrderVariables();\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount\n }\n )\n }\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n\n this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n if (this.orderPendingPayments <= 0.00) {\n this.orderStatus = 'Paid';\n this.orderAddBtnEnable = false;\n } else if (this.orderFeesTotal > 0 && (this.orderTotalPayments > 0 || this.orderRemissionTotal > 0) && (this.orderTotalPayments < this.orderPendingPayments)) {\n this.orderStatus = 'Partially paid'\n this.orderAddBtnEnable = true;\n } else {\n this.orderStatus = 'Not paid'\n this.orderAddBtnEnable = true;\n }\n\n //this.orderLevelFees.push({orderRefId:paymentGroup['payment_group_reference'],orderTotalFees: this.orderFeesTotal,orderStatus: this.orderStatus,orderParty:'Santosh', orderCCDEvent:'Case Creation',orderCreated: new Date(), orderAddBtnEnable: this.orderAddBtnEnable}); this.cpoDetails['createdTimestamp']\n if (this.cpoDetails !== null) {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: this.cpoDetails['responsibleParty'], orderCCDEvent: this.cpoDetails['action'], orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n\n } else {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: '', orderCCDEvent: '', orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n }\n\n if (this.orderStatus !== 'Paid') {\n this.OrderslistService.setOrdersList(this.orderLevelFees);\n }\n });\n };\n\n resetOrderVariables(): void {\n this.orderFeesTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderPendingPayments = 0.00;\n this.isAddFeeBtnEnabled = true;\n\n };\n\n goToOrderViewDetailSection(orderReferenceObj: any) {\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.setOrderRefId(orderReferenceObj);\n this.orderRef = orderReferenceObj;\n } else {\n this.OrderslistService.setOrderRefId(orderReferenceObj.orderRefId);\n this.orderRef = orderReferenceObj.orderRefId;\n }\n\n this.orderFeesTotal = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderPendingPayments = 0.00;\n\n this.orderDetail = this.paymentGroups.filter(x => x.payment_group_reference === this.orderRef);\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.fees) {\n orderDetail.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount;\n });\n }\n if (orderDetail.remissions) {\n orderDetail.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n if (orderDetail.payments) {\n this.payment = orderDetail.payments[0];\n orderDetail.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n }\n });\n this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n // this.orderRef = orderReferenceObj.orderRefId;\n if (this.orderPendingPayments <= 0.00) {\n this.orderStatus = 'Paid';\n } else if (this.orderFeesTotal > 0 && (this.orderTotalPayments > 0 || this.orderRemissionTotal > 0) && (this.orderTotalPayments < this.orderPendingPayments)) {\n this.orderStatus = 'Partially paid'\n } else {\n this.orderStatus = 'Not paid'\n }\n\n if (this.cpoDetails !== null) {\n this.orderParty = this.cpoDetails['responsibleParty'];\n this.orderCreated = this.cpoDetails['createdTimestamp'];\n this.orderCCDEvent = this.cpoDetails['action'];\n } else {\n this.orderParty = '';\n this.orderCCDEvent = '';\n this.orderCreated = orderReferenceObj.orderCreated;\n }\n this.viewStatus = 'order-full-view';\n }\n\n redirectToOrderFeeSearchPage(event: any, orderef: any) {\n if(orderef.orderAddBtnEnable) {\n event.preventDefault();\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = orderef.orderRefId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n }\n\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n this.isFromServiceRequestPage = false;\n this.viewStatus = 'main'\n this.paymentLibComponent.viewName = 'case-transactions';\n }\n\n\n calculateAmounts(): void {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n nonOffLinePayment = 0.00;\n\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n if (fee.date_created) {\n let a = fee.amount_due === undefined;\n let b = fee.amount_due <= 0;\n this.clAmountDue = a ? this.clAmountDue + fee.net_amount : b ? this.clAmountDue + 0 : this.clAmountDue + fee.amount_due;\n }\n fee['payment_group_reference'] = paymentGroup['payment_group_reference'];\n this.fees.push(fee);\n } else {\n feesTotal = feesTotal + fee.calculated_amount;\n this.fees.push(fee);\n }\n\n });\n }\n if (this.isTurnOff) {\n this.totalFees = feesTotal;\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n let allocationLen = payment.payment_allocation;\n\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n if (allocationLen.length === 0 || allocationLen.length > 0 && allocationLen[0].allocation_status === 'Allocated') {\n nonOffLinePayment = nonOffLinePayment + payment.amount;\n }\n if (allocationLen.length > 0) {\n this.nonPayments.push(payment);\n }\n }\n if (allocationLen.length === 0) {\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n } else {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n }\n });\n }\n this.totalPayments = paymentsTotal;\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n this.totalNonOffPayments = nonOffLinePayment;\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remisison => {\n remissionsTotal = remissionsTotal + remisison.hwf_amount;\n this.remissions.push(remisison);\n });\n }\n this.totalRemissions = remissionsTotal;\n });\n\n }\n\n calculateRefundAmount() {\n if (!this.isTurnOff) {\n let isNewPaymentGroup = false;\n\n this.paymentGroups.forEach((paymentGroup, index) => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n fees = [];\n\n if (paymentGroup.fees) {\n // this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n\n this.isRemissionsMatch = false;\n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n // if(!fees.find(k => k.code=fee.code))\n // {\n fees.push(fee);\n //}\n }\n });\n\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n\n if (fee.date_created) {\n isNewPaymentGroup = true;\n } else {\n this.isHistoricGroupAvailable = true;\n this.paymentGroups[index]['old'] = true;\n }\n });\n this.paymentGroups[index].fees = fees;\n }\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount > 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = true;\n this.isFeeRecordsExist = true;\n this.paymentRef = paymentGroup.payment_group_reference;\n }\n if (paymentGroup.fees && paymentGroup.fees.length > 0 && grpOutstandingAmount <= 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = false;\n }\n });\n if ((!isNewPaymentGroup && this.isHistoricGroupAvailable) || (!isNewPaymentGroup && !this.isHistoricGroupAvailable)) {\n this.isAnyFeeGroupAvilable = false;\n }\n } else {\n let totalRefundAmount = 0,\n isFeeAmountZero = false;\n this.paymentGroups.forEach(paymentGroup => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n if (paymentGroup.fees) {\n this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n if (fee.calculated_amount === 0) {\n isFeeAmountZero = true\n }\n });\n\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount < 0) {\n if (totalRefundAmount === 0) {\n totalRefundAmount = grpOutstandingAmount;\n } else {\n totalRefundAmount = (totalRefundAmount + grpOutstandingAmount);\n }\n }\n else if (grpOutstandingAmount > 0 || (grpOutstandingAmount === 0 && isFeeAmountZero)) {\n this.isGrpOutstandingAmtPositive = true;\n }\n });\n return totalRefundAmount * -1;\n }\n }\n\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);;\n }\n\n redirectToFeeSearchPage(event: any) {\n event.preventDefault();\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n url += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += `&caseType=${this.caseType}`\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}${url}`);\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.viewStatus = 'addremission';\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n \n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n\n redirectToremissionPage(event: any) {\n event.preventDefault();\n this.paymentLibComponent.viewName = 'remission'\n }\n\n redirectToReportsPage(event: any) {\n event.preventDefault();\n this.router.navigateByUrl(`/reports?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}`);\n }\n\n loadFeeSummaryPage(paymentGroup: IPaymentGroup) {\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.payment_group_reference;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n\n goToPaymentViewComponent(paymentGroup: any) {\n this.paymentLibComponent.paymentMethod = paymentGroup.paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentGroup.paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n\n goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent({ paymentGroupReference, paymentReference, paymentMethod });\n }\n\n selectedUnprocessedFeeEvent(unprocessedRecordId: string) {\n if (unprocessedRecordId) {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = false;\n }\n this.isUnprocessedRecordSelected = true;\n } else {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = true;\n }\n this.isUnprocessedRecordSelected = false;\n }\n }\n\n getUnprocessedFeeCount(unProcessedRecordCount: number) {\n this.unprocessedRecordCount = unProcessedRecordCount;\n }\n\n calculateAmountDue(fee: IFee) {\n\n if (fee.date_created) {\n return fee.amount_due !== undefined ? fee.amount_due : fee.net_amount;\n } else {\n return \"0.00\";\n }\n }\n\n confirmRemoveFee(fee: IFee) {\n this.isRemoveBtnDisabled = false;\n this.feeId = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n cancelRemoval() {\n this.viewStatus = 'main';\n }\n\n removeFee(fee: any) {\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n window.location.reload();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n\n issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if(this.chkIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.isRefundRemission = true;\n }\n }\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund()) {\n if (this.orderDetail[0]['remissions'].length > 0) {\n for (const remission of this.orderDetail[0]['remissions']) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n }\n return true;\n } else {\n return false;\n }\n }\n\n chkForPBAPayment(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isPBA = true;\n }\n });\n }\n });\n if (this.isPBA) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if (payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n}\n\n","export class PaymentToPayhubRequest {\n currency = 'GBP';\n description = 'PayBubble payment';\n channel = 'telephony';\n provider = 'pci pal';\n case_type: string;\n\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","export class PayhubAntennaRequest {\n currency = 'GBP';\n case_type: string;\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IFee } from '../../interfaces/IFee';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { SafeHtml } from '@angular/platform-browser';\nimport {Router} from '@angular/router';\nimport {Location} from '@angular/common';\nimport { OrderslistService } from '../../services/orderslist.service';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-fee-summary',\n templateUrl: './fee-summary.component.html',\n styleUrls: ['./fee-summary.component.scss']\n})\n\nexport class FeeSummaryComponent implements OnInit {\n @Input() paymentGroupRef: string;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: string;\n @Input() caseType: string;\n @Input() isOldPcipalOff: string;\n @Input() isNewPcipalOff: string;\n\n\n bsPaymentDcnNumber: string;\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n viewStatus = 'main';\n currentFee: IFee;\n totalFee: number;\n payhubHtml: SafeHtml;\n service: string = \"\";\n platForm: string = \"\";\n upPaymentErrorMessage: string;\n selectedOption:string;\n isBackButtonEnable: boolean = true;\n outStandingAmount: number;\n isFeeAmountZero: boolean = false;;\n totalAfterRemission: number = 0;\n isConfirmationBtnDisabled: boolean = false;\n isRemoveBtnDisabled: boolean = false;\n isPaymentExist: boolean = false;\n isRemissionsExist: Boolean = false;\n isRemissionsMatch = false;\n isStrategicFixEnable: boolean;\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private location: Location,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) {}\n\n ngOnInit() {\n this.viewStatus = 'main';\n this.caseType = this.paymentLibComponent.CASETYPE;\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.setCaseType(this.paymentLibComponent.CASETYPE);\n if ((!this.isOldPcipalOff && this.isNewPcipalOff)) {\n this.platForm = '8x8';\n } else if ((this.isOldPcipalOff && !this.isNewPcipalOff)) {\n this.platForm = 'Antenna';\n } else if ((this.isOldPcipalOff && this.isNewPcipalOff)){\n this.platForm = '8x8';\n }\n\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n if (this.bsPaymentDcnNumber) {\n this.getUnassignedPaymentlist();\n }\n this.getPaymentGroup();\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.paymentLibComponent.DCN_NUMBER).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error';\n }\n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error'; \n } \n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n }\n\n }\n\n getRemissionByFeeCode(feeCode: string): IRemission {\n if (this.paymentGroup && this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n addRemission(fee: IFee) {\n this.currentFee = fee;\n this.viewStatus = 'add_remission';\n }\n\n getPaymentGroup() {\n let fees = [];\n this.paymentViewService.getPaymentGroupDetails(this.paymentGroupRef).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.isPaymentExist = paymentGroup.payments ? paymentGroup.payments.length > 0 : false;\n this.isRemissionsExist = paymentGroup.remissions ? paymentGroup.remissions.length > 0 : false;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.totalAfterRemission = this.totalAfterRemission + fee.net_amount;\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true;\n }\n this.isRemissionsMatch = false;\n paymentGroup.remissions.forEach(rem => {\n if(rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n \n if(!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees;\n }\n\n this.outStandingAmount = this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n\n confirmRemoveFee(fee: IFee){\n this.isRemoveBtnDisabled = false;\n this.currentFee = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n removeFee(fee: any){\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n if (this.paymentGroup.fees && this.paymentGroup.fees.length > 1){\n this.totalAfterRemission = 0;\n this.getPaymentGroup();\n this.viewStatus = 'main';\n return;\n }\n this.loadCaseTransactionPage();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n loadCaseTransactionPage() {\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n\n let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n partUrl +=this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n this.router.navigateByUrl(url);\n }\n cancelRemission() {\n this.viewStatus = 'main';\n }\n redirectToFeeSearchPage(event: any, page?: string) {\n event.preventDefault();\n let partUrl =this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n if(this.viewStatus === 'feeRemovalConfirmation' || this.viewStatus === 'add_remission') {\n this.viewStatus = 'main';\n return;\n }\n let url = `/fee-search?ccdCaseNumber=${this.ccdCaseNumber}&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}&paymentGroupRef=${this.paymentGroupRef}${partUrl}`;\n this.router.navigateByUrl(url);\n }\n takePayment() {\n this.isConfirmationBtnDisabled = true;\n const requestBody = new PaymentToPayhubRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType),\n antennaReqBody = new PayhubAntennaRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType);\n\n if(this.platForm === '8x8') {\n this.paymentViewService.postPaymentToPayHub(requestBody, this.paymentGroupRef).subscribe(\n response => {\n this.location.go(`payment-history?view=fee-summary`);\n this.payhubHtml = response;\n this.viewStatus = 'payhub_view';\n this.isBackButtonEnable=false;\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n } else if(this.platForm === 'Antenna') {\n\n this.paymentViewService.postPaymentAntennaToPayHub(antennaReqBody, this.paymentGroupRef).subscribe(\n response => {\n this.isBackButtonEnable=false;\n window.location.href = '/makePaymentByTelephoneyProvider';\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n }\n\n }\n\n goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean) {\n if (outStandingAmount > 0 || (outStandingAmount === 0 && isFeeAmountZero)) {\n this.paymentLibComponent.paymentGroupReference = this.paymentGroupRef;\n this.paymentLibComponent.viewName = 'allocate-payments';\n } else {\n this.loadCaseTransactionPage();\n }\n }\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n\n\n@Component({\n selector: 'ccpay-error-banner',\n templateUrl: './error-banner.component.html',\n styleUrls: ['./error-banner.component.scss']\n})\n\nexport class ErrorBannerComponent implements OnInit {\n @Input('errorMessage') errorMessage;\n\n constructor(\n ) {}\n\n ngOnInit() {\n\n }\n}\n","\nexport class UnidentifiedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n unidentified_reason: string;\n\n constructor(payment_group_reference: string, payment_reference : string, unidentified_reason: any) {\n this.payment_allocation_status = {\n description: '',\n name: \"Unidentified\"\n };\n this.payment_group_reference = payment_group_reference ;\n this.payment_reference= payment_reference;\n this.unidentified_reason= unidentified_reason;\n\n }\n\n\n\n}\n","import { IBSPayments } from \"./IBSPayments\";\n\nexport class AllocatePaymentRequest {\n amount: Number;\n banked_date: String;\n ccd_case_number: String;\n exception_record: string;\n currency: String;\n document_control_number: String;\n external_provider: String;\n giro_slip_no: String;\n payer_name: String;\n payment_channel: Object;\n payment_status: Object;\n payment_method: String;\n case_type: String;\n payment_allocation_dto?: {\n allocation_reason: String,\n allocation_status: String,\n explanation: String,\n payment_allocation_status: Object,\n payment_group_reference: String,\n payment_reference: String,\n reason: String,\n receiving_office: String,\n unidentified_reason: String,\n user_id: String,\n user_name: String,\n case_type: String\n }\n\n constructor(ccd_case_number : string, unAllocatedPayment: IBSPayments, caseType: string, exceptionRecord: string, allocatedRequest?: any) {\n this.amount = unAllocatedPayment.amount;\n this.banked_date = unAllocatedPayment.date_banked;\n this.ccd_case_number = ccd_case_number;\n this.exception_record = exceptionRecord;\n this.currency= unAllocatedPayment.currency;\n this.document_control_number = unAllocatedPayment.dcn_reference;\n this.external_provider = 'exela';\n this.giro_slip_no = unAllocatedPayment.bgc_reference;\n this.payer_name = unAllocatedPayment.payer_name;\n this.payment_channel = {\n description: '',\n name: 'bulk scan'\n };\n this.payment_status ={\n description: 'bulk scan payment completed',\n name: 'success'\n }\n this.payment_method = unAllocatedPayment.payment_method;\n this.case_type= caseType;\n if(allocatedRequest) {\n this.payment_allocation_dto = allocatedRequest;\n }\n\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\n\n@Component({\n selector: 'app-mark-unidentified-payment',\n templateUrl: './mark-unidentified-payment.component.html',\n styleUrls: ['./mark-unidentified-payment.component.scss']\n})\nexport class MarkUnidentifiedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnidentifiedForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n isInvesticationDetailEmpty: boolean = false;\n investicationDetailHasError: boolean = false;\n investicationDetailMinHasError: boolean = false;\n investicationDetailMaxHasError: boolean = false;\n errorMessage = this.getErrorMessage(false);\n unassignedRecord:IBSPayments;\n siteID: string = null;\n investigationComment: string;\n isConfirmButtondisabled:Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n isStrategicFixEnable: boolean = true;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.markPaymentUnidentifiedForm = this.formBuilder.group({\n investicationDetail: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ]))\n });\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.getErrorMessage(false);\n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n saveAndContinue() {\n this.resetForm([false, false, false, false]);\n const investicationField = this.markPaymentUnidentifiedForm.controls.investicationDetail;\n const formerror = investicationField.errors;\n if (this.markPaymentUnidentifiedForm.dirty && this.markPaymentUnidentifiedForm.valid) {\n this.investigationComment = this.markPaymentUnidentifiedForm.controls.investicationDetail.value;\n this.viewStatus = 'unidentifiedContinueConfirm';\n }else {\n if(investicationField.value == '' ) {\n this.resetForm([true, false, false, false]);\n }\n if(investicationField.value != '' && investicationField.invalid ) {\n this.resetForm([false, true, false, false]);\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false, false, true, false]);\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, true]);\n }\n }\n }\n resetForm(val) {\n this.isInvesticationDetailEmpty = val[0];\n this.investicationDetailHasError = val[1];\n this.investicationDetailMinHasError = val[2];\n this.investicationDetailMaxHasError = val[3];\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const reason = this.markPaymentUnidentifiedForm.get('investicationDetail').value;\n\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Unidentified',\n payment_allocation_status: {\n description: '',\n name: 'Unidentified'\n },\n unidentified_reason: reason,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnidentifiedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, reason);\n if (response2.success) {\n this.paymentViewService.postBSUnidentifiedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n cancelMarkUnidentifiedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.markPaymentUnidentifiedForm.get('investicationDetail').value!==\"\"){\n this.viewStatus = 'unidentifiedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.viewStatus = 'mainForm';\n }\n }\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","\nexport class UnsolicitedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n receiving_office: string;\n receiving_email_address: string;\n sending_email_address: string;\n unidentified_reason: string;\n constructor(payment_group_reference: string, payment_reference : string, reason: string,responsible_office: string, responsible_person:string,email_id: string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Transferred\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.unidentified_reason= reason;\n this.receiving_office= responsible_office;\n this.receiving_email_address= email_id;\n this.sending_email_address= responsible_person;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\n\n\n@Component({\n selector: 'app-mark-unsolicited-payment',\n templateUrl: './mark-unsolicited-payment.component.html',\n styleUrls: ['./mark-unsolicited-payment.component.scss']\n})\nexport class MarkUnsolicitedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnsolicitedForm: FormGroup;\n viewStatus: string;\n reasonHasError: boolean = false;\n isReasonEmpty: boolean = false;\n reasonMinHasError: boolean = false;\n reasonMaxHasError: boolean = false;\n responsibleOfficeHasError: boolean = false;\n isResponsibleOfficeEmpty: boolean = false;\n errorMessage = this.getErrorMessage(false);\n ccdCaseNumber: string;\n bspaymentdcn: string;\n unassignedRecord: IBSPayments;\n siteID: string = null;\n reason: string;\n responsiblePerson: string;\n responsibleOffice: string;\n emailId: string;\n isConfirmButtondisabled: Boolean = false;\n isContinueButtondisabled: Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n selectedSiteId: string;\n selectedSiteName: string;\n isStrategicFixEnable: boolean = true;\n siteIDList;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.resetForm([false,false,false,false,false,false], 'all');\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.paymentViewService.getSiteID().subscribe(\n siteids => {\n this.isContinueButtondisabled = false;\n this.errorMessage = this.getErrorMessage(false);\n this.siteIDList = JSON.parse(siteids);\n },\n err => {\n window.scrollTo(0, 0);\n this.isContinueButtondisabled = true;\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n \n this.markPaymentUnsolicitedForm = this.formBuilder.group({\n reason: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n responsibleOffice: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s\\\\n,\\\\.-:]*)$')\n ])),\n responsiblePerson: new FormControl(''),\n emailId: new FormControl('')\n });\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const controls = this.markPaymentUnsolicitedForm.controls;\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Transferred',\n payment_allocation_status: {\n description: '',\n name: 'Transferred'\n },\n unidentified_reason: controls.reason.value,\n receiving_office: this.selectedSiteId,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n // controls.responsibleOffice.setValue('P219');\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const response1 = JSON.parse(res1),\n requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnsolicitedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, controls.reason.value, this.selectedSiteId, controls.responsiblePerson.value, controls.emailId.value);\n if (response2.success) {\n this.paymentViewService.postBSUnsolicitedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n saveAndContinue() {\n this.resetForm([false,false,false,false,false,false], 'all');\n const formerror = this.markPaymentUnsolicitedForm.controls.reason.errors;\n const reasonField = this.markPaymentUnsolicitedForm.controls.reason;\n //const officeIdField = this.selectedSiteId;\n const officeIdField = this.markPaymentUnsolicitedForm.controls.responsibleOffice;\n if (this.markPaymentUnsolicitedForm.dirty && this.markPaymentUnsolicitedForm.valid) {\n const controls = this.markPaymentUnsolicitedForm.controls;\n this.emailId = controls.emailId.value;\n this.responsibleOffice = officeIdField.value;\n this.responsiblePerson = controls.responsiblePerson.value;\n this.reason = controls.reason.value;\n this.viewStatus = 'unsolicitedContinueConfirm';\n }else {\n if( reasonField.value == '' ) {\n this.resetForm([true,false,false,false,false,false], 'reason');\n }\n if(reasonField.value != '' && this.markPaymentUnsolicitedForm.controls.reason.invalid ) {\n this.resetForm([false,true,false,false,false,false], 'reason');\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false,false,true,false,false,false], 'reason');\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false,false,false,true,false,false], 'reason');\n }\n if(officeIdField.value == '') {\n this.resetForm([false,false,false,false,true,false], 'responsibleOffice');\n }\n if(officeIdField.value != '' && officeIdField.invalid) {\n this.resetForm([false,false,false,false,false,true],'responsibleOffice');\n }\n }\n }\n resetForm(val, field) {\n if(field==='reason' || field==='all') {\n this.isReasonEmpty = val[0];\n this.reasonHasError = val[1];\n this.reasonMinHasError = val[2];\n this.reasonMaxHasError = val[3];\n }\n if(field==='responsibleOffice' || field==='all') {\n this.isResponsibleOfficeEmpty = val[4];\n this.responsibleOfficeHasError = val[5];\n }\n }\n\ncancelMarkUnsolicitedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.checkingFormValue()){\n this.viewStatus = 'unsolicitedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.markPaymentUnsolicitedForm.controls.responsibleOffice.setValue('');\n this.viewStatus = 'mainForm';\n }\n }\n checkingFormValue(){\n const formFields = this.markPaymentUnsolicitedForm.value;\n let valueExists = false;\n\n for (var field in formFields) {\n if (formFields.hasOwnProperty(field) && formFields[field] !==\"\") {\n valueExists = true;\n break;\n }\n }\n return valueExists;\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n \n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n\n getErrorMessage(isErrorExist) {\n return {\n title: \"Something went wrong.\",\n body: \"Please try again later.\",\n showError: isErrorExist\n };\n }\n\n selectchange(args){ \n this.selectedSiteId = args.target.value; \n this.selectedSiteName = args.target.options[args.target.selectedIndex].text; \n } \n\n}\n","import { Component, OnInit, Output,Input, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport {Router} from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-app-unprocessed-payments',\n templateUrl: './unprocessed-payments.component.html',\n styleUrls: ['./unprocessed-payments.component.scss']\n})\nexport class UnprocessedPaymentsComponent implements OnInit {\n\n @Input('FEE_RECORDS_EXISTS') FEE_RECORDS_EXISTS: boolean;\n @Input('PAYMENTREF') PAYMENTREF: string;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('IS_BUTTON_ENABLE') IS_BUTTON_ENABLE: boolean;\n @Input('IS_OS_AMT_AVAILABLE') IS_OS_AMT_AVAILABLE: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('PAYMENTSLENGTH') PAYMENTSLENGTH:Number;\n @Input('LEVEL')LEVEL:Number;\n\n @Output() selectedUnprocessedFeeEvent: EventEmitter<string> = new EventEmitter();\n @Output() getUnprocessedFeeCount: EventEmitter<string> = new EventEmitter();\n\n viewStatus = 'main';\n unassignedRecordList: IBSPayments;\n upPaymentErrorMessage: string = null;\n ccdCaseNumber: string;\n recordId: string = null;\n isRecordExist: boolean = false;\n dcnNumber: string = null;\n selectedOption: string;\n isUnprocessedRecordSelected: boolean = true;\n isAllocateToExistingFeebtnEnabled: boolean = false;\n isMarkAsUnidentifiedbtnEnabled: boolean = false;\n isAllocatedToNewFeebtnEnabled: boolean = false;\n isExceptionCase: boolean = false;\n serviceId: string = null;\n isBulkScanEnable;\n isNewpcipaloff;\n isOldpcipaloff;\n isTurnOff: boolean = true;\n isStFixEnable;\n unassignedRecordSelectedList: IBSPayments;\n unassignedRecordListLength: number = 0;\n showContent: boolean;\n\n constructor(private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n // Todo ...\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewpcipaloff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldpcipaloff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.getFeeExists().subscribe( (data) => this.FEE_RECORDS_EXISTS = data);;\n this.getUnassignedPaymentlist();\n\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.dcnNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n }\n\n }\n\n setValuesForUnassignedRecord(unassignedPayments) {\n \n this.unassignedRecordList = unassignedPayments.payments;\n if(this.unassignedRecordList){\n this.unassignedRecordListLength = unassignedPayments.payments.length\n }\n this.serviceId = unassignedPayments.responsible_service_id;\n if (unassignedPayments['ccd_reference'] === undefined) {\n this.isExceptionCase = true;\n }\n // this.isRecordExist = this.unassignedRecordList.length === 0;\n this.getUnprocessedFeeCount.emit(<any>this.unassignedRecordList.length);\n this.unprocessedPaymentSelectEvent(this.unassignedRecordList);\n }\n\n formatUnassignedRecordId(ID: Number) {\n return `unassignrecord-${ID}`;\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n\n redirectToFeeSearchPage(event: any, dcn_reference:any) {\n event.preventDefault();\n this.recordId = dcn_reference;\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n url += this.isOldpcipaloff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += this.isNewpcipaloff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}&dcn=${this.recordId}${url}`);\n }\n\n loadUnsolicitedPage(viewName: string, dcn_reference:any) {\n this.recordId = dcn_reference;\n this.paymentLibComponent.bspaymentdcn = this.recordId;\n this.paymentLibComponent.viewName = viewName;\n }\n\n unprocessedPaymentSelectEvent(selectedRecordReference: any) {\n this.isUnprocessedRecordSelected = true;\n this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit(selectedRecordReference);\n }\n\n resetButtons() {\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n }\n\n goToAllocatePage(dcn_reference:any) {\n this.paymentLibComponent.bspaymentdcn = dcn_reference;\n this.paymentLibComponent.unProcessedPaymentServiceId = this.serviceId\n this.paymentLibComponent.isTurnOff = this.ISTURNOFF;\n this.paymentLibComponent.isNewPcipalOff = this.ISNEWPCIPALOFF;\n this.paymentLibComponent.isOldPcipalOff = this.ISOLDPCIPALOFF;\n this.paymentLibComponent.ISSFENABLE = this.isStFixEnable;\n\n if(this.ISTURNOFF) {\n this.paymentLibComponent.paymentGroupReference = this.PAYMENTREF;\n this.paymentLibComponent.viewName = 'fee-summary';\n }else {\n this.paymentLibComponent.paymentGroupReference = null;\n this.paymentLibComponent.viewName = 'allocate-payments';\n }\n\n }\n\n validateButtons() {\n if ( this.isUnprocessedRecordSelected && this.isExceptionCase) {\n this.isMarkAsUnidentifiedbtnEnabled = true;\n } else if ( this.isUnprocessedRecordSelected && !this.isExceptionCase && !this.FEE_RECORDS_EXISTS) {\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = true;\n } else if( this.isUnprocessedRecordSelected && !this.isExceptionCase && this.FEE_RECORDS_EXISTS ) {\n if(!this.ISTURNOFF) {\n this.isAllocateToExistingFeebtnEnabled = true;\n this.isAllocatedToNewFeebtnEnabled = false;\n } else {\n this.isAllocateToExistingFeebtnEnabled = this.IS_OS_AMT_AVAILABLE;\n this.isAllocatedToNewFeebtnEnabled = true;\n }\n }\n }\n\n unprocessedPaymentUnSelectEvent(event: any) {\n event.preventDefault();\n this.recordId = null;\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n //this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit('');\n }\n\n showDetailRow(event: any,obj: any, i: any) {\n event.preventDefault();\n \n this.unassignedRecordSelectedList = obj;\n \n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {Router} from '@angular/router';\n\n@Component({\n selector: 'ccpay-app-processed-payments',\n templateUrl: './processed-payments.component.html',\n styleUrls: ['./processed-payments.component.scss']\n})\nexport class ProcessedPaymentsComponent implements OnInit {\n\n @Input('NONPAYMENTS') NONPAYMENTS: IPayment[];\n @Output() goToPaymentViewComponent: EventEmitter<any> = new EventEmitter();\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService\n ) { }\n ngOnInit() {\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n redirectToPaymentViewPage(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent.emit({paymentGroupReference, paymentReference, paymentMethod});\n }\n}\n","\nexport class IAllocationPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n reason: string;\n explanation: string;\n user_name: string;\n constructor(payment_group_reference: string, payment_reference : string, reason? : string, explanation? : string, userName? : string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Allocated\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.reason = reason ? reason : null;\n this.explanation = explanation ? explanation : null;\n this.user_name = userName ? userName : null;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {CaseTransactionsService} from '../../services/case-transactions/case-transactions.service'; \nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {IBSPayments} from '../../interfaces/IBSPayments';\nimport {AllocatePaymentRequest} from '../../interfaces/AllocatePaymentRequest';\nimport {IAllocationPaymentsRequest} from '../../interfaces/IAllocationPaymentsRequest';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n\n\n@Component({\n selector: 'app-allocate-payments',\n templateUrl: './allocate-payments.component.html',\n styleUrls: ['./allocate-payments.component.scss']\n})\nexport class AllocatePaymentsComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() caseType: string;\n\n overUnderPaymentForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n recordId:string;\n feedbackUrlLabel:string;\n unAllocatedPayment: IBSPayments = {\n amount: 0\n };\n siteID: string = null;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroup: IPaymentGroup;\n paymentGroups: IPaymentGroup[] = [];\t\n remainingAmount: number;\n isRemainingAmountGtZero: boolean;\n isMoreDetailsBoxHide: boolean = true;\n isRemainingAmountLtZero: boolean;\n afterFeeAllocateOutstanding: number;\n amountForAllocation: number;\n isConfirmButtondisabled: boolean = false;\n isContinueButtondisabled: boolean = true;\n otherPaymentExplanation: string = null;\n selectedOption: string = null;\n isFeeAmountZero: boolean = false;\t\n\n paymentReasonHasError: boolean = false;\n paymentExplanationHasError: boolean = false;\n isPaymentDetailsEmpty: boolean = false;\n isPaymentDetailsInvalid: boolean = false;\n paymentDetailsMinHasError: boolean = false;\n paymentDetailsMaxHasError: boolean = false;\n isUserNameEmpty: boolean = false;\n isUserNameInvalid: boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n paymentReason: string = null;\n paymentExplanation: string = null;\n userName: string = null;\n paymentSectionLabel: any;\n paymentRef: string = null;\n isStrategicFixEnable: boolean = true;\n orderLevelFees: IOrderReferenceFee[] = [];\n cookieUserName: string[] = [];\n enCookieUserName: any;\n userNameField: string = null;\n\n reasonList: { [key: string]: { [key: string]: string } }= {\n overPayment: {\n hwfReward: 'Help with Fees (HWF) awarded. Please include the HWF reference number in the explanatory note',\n wrongFee: 'Incorrect payment received',\n notIssueCase: 'Unable to issue case',\n otherDeduction: 'Other'\n },\n shortFall: {\n helpWithFee: 'Help with Fees (HWF) application declined',\n wrongFee: 'Incorrect payment received',\n other: 'Other'\n }\n }\n explanationList = {\n overPayment: {\n referRefund: 'Details in case notes. Refund due',\n noRefund: 'Details in case notes. No refund due',\n noCase: 'No case created. Refund due',\n other: 'Other'\n },\n shortFall: {\n holdCase: 'I have put a stop on the case and contacted the applicant requesting the balance of payment',\n heldCase: 'I have put a stop on the case. The applicant needs to be contacted to request the balance of payment',\n other: 'Other'\n }\n }\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\n\n constructor(\n private errorHandlerService: ErrorHandlerService,\n private caseTransactionsService: CaseTransactionsService,\n private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n if (this.paymentLibComponent.paymentGroupReference !== null) {\n this.viewStatus = 'allocatePaymentConfirmation';\n }\n \n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.paymentRef = this.paymentLibComponent.paymentGroupReference;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.isTurnOff = this.paymentLibComponent.isTurnOff;\n this.overUnderPaymentForm = this.formBuilder.group({\n moreDetails: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n userName: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s]*)$')\n ])),\n });\n this.OrderslistService.getOrdersList().subscribe( (data) =>\n this.orderLevelFees = data.filter(data => data.orderStatus !== 'Paid'));\n this.OrderslistService.getCaseType().subscribe( (data) => this.caseType = data);\n this.getUnassignedPayment();\n }\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n getPaymentGroupDetails(){\n\n if(!this.isTurnOff){\n this.paymentViewService.getPaymentGroupDetails(this.paymentRef).subscribe(\n paymentGroup => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroup = paymentGroup;\n this.saveAndContinue();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroups = paymentGroups['payment_groups'].filter(paymentGroup => {\n paymentGroup.fees.forEach(fee => {\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true\n }\n });\n let fstCon = this.getGroupOutstandingAmount(<IPaymentGroup>paymentGroup),\n scndCn = fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero) && paymentGroup.payment_group_reference === this.paymentRef;\n return this.paymentRef ? scndCn : fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero);\n });\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n\n }\n\n selectedPaymentGroup(paymentGroup: IPaymentGroup) {\t\n this.isContinueButtondisabled = false;\t\n this.paymentGroup = paymentGroup;\t\n }\t\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n gotoSummaryPage(event: any) { \n event.preventDefault();\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n cancelAllocatePayment(event: any){\n event.preventDefault();\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if(!this.isTurnOff){\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n } else {\n this.viewStatus = 'mainForm';\t\n }\n }\n confirmAllocatePayement(){\n this.enCookieUserName = document.cookie.split(\";\").find(row => row.includes(\"user-info\")).split(\"=\")[1].split(\";\");\n this.cookieUserName = JSON.parse(decodeURIComponent(this.enCookieUserName));\n \n const fullName = this.cookieUserName['forename'] + ' ' + this.cookieUserName['surname'];\n\n const paymentDetailsField = this.overUnderPaymentForm.controls.moreDetails,\n paymentFormError = this.overUnderPaymentForm.controls.moreDetails.errors,\n userNameField = fullName,\n isEmptyCondtion = this.paymentReason && this.paymentExplanation,\n isOtherOptionSelected = this.paymentExplanation === 'Other';\n\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if ( (!this.isRemainingAmountGtZero && !this.isRemainingAmountLtZero) || isEmptyCondtion && (!isOtherOptionSelected && userNameField.length > 0 || isOtherOptionSelected && userNameField.length > 0 && paymentDetailsField.valid)) {\n this.isConfirmButtondisabled = true;\n this.otherPaymentExplanation = this.paymentExplanation === 'Other' ? paymentDetailsField.value : this.paymentExplanation;\n this.userName = userNameField;\n this.finalServiceCall();\n }else {\n if(!this.paymentReason) {\n this.resetForm([true, false, false, false, false, false, false, false], 'reason');\n }\n if(!this.paymentExplanation) {\n this.resetForm([false, true, false, false, false, false, false, false], 'explanation');\n }\n if(this.paymentExplanation && isOtherOptionSelected) {\n if(paymentDetailsField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'other');\n }\n if(paymentDetailsField.value != '' && paymentDetailsField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.minlength && paymentFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.maxlength && paymentFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'other');\n }\n }\n if(userNameField.length === 0) {\n this.resetForm([false, false, false, false, false, false, true, false], 'username');\n }\n }\n }\n resetForm(vals, field) {\n if(field==='reason' || field==='all') {\n this.paymentReasonHasError = vals[0];\n }\n if(field==='explanation' || field==='all') {\n this.paymentExplanationHasError = vals[1];\n }\n if(field==='other' || field==='all') {\n this.isPaymentDetailsEmpty = vals[2];\n this.isPaymentDetailsInvalid = vals[3];\n this.paymentDetailsMinHasError = vals[4];\n this.paymentDetailsMaxHasError = vals[5];\n }\n if(field==='username' || field==='all') {\n this.isUserNameEmpty = vals[6];\n this.isUserNameInvalid = vals[7];\n }\n }\n finalServiceCall() {\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n reason: this.paymentReason,\n allocation_status:'Allocated',\n explanation: this.otherPaymentExplanation,\n payment_allocation_status: {\n description: '',\n name: 'Allocated'\n },\n payment_group_reference: this.paymentGroup.payment_group_reference,\n case_type: this.caseType,\n user_name: this.userName\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSPaymentStrategic(postStrategicBody , this.paymentGroup.payment_group_reference).subscribe(\n res => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n });\n\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response1 = JSON.parse(res1);\n if (response1.success) {\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.siteID, this.exceptionReference);\n this.bulkScaningPaymentService.postBSAllocatePayment(requestBody, this.paymentGroup.payment_group_reference).subscribe(\n res2 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response2 = JSON.parse(res2);\n const reqBody = new IAllocationPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, this.paymentReason, this.otherPaymentExplanation, this.userName);\n if (response2.success) {\n this.paymentViewService.postBSAllocationPayments(reqBody).subscribe(\n \n res3 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n ); \n }\n }\n\n saveAndContinue(){\n if(this.paymentGroup) {\n this.isMoreDetailsBoxHide = true;\n this.overUnderPaymentForm.get('moreDetails').reset();\n this.overUnderPaymentForm.get('moreDetails').setValue('');\n this.overUnderPaymentForm.get('userName').reset();\n this.overUnderPaymentForm.get('userName').setValue('');\n this.paymentReason = '';\n this.paymentExplanation = '';\n let GroupOutstandingAmount = this.getGroupOutstandingAmount(this.paymentGroup);\n const remainingToBeAssigned = this.unAllocatedPayment.amount - GroupOutstandingAmount;\n this.isRemainingAmountGtZero = remainingToBeAssigned > 0;\n this.isRemainingAmountLtZero = remainingToBeAssigned < 0;\n this.paymentSectionLabel = this.isRemainingAmountGtZero ? { \n title: 'There is an Over payment of',\n reason: 'Provide a reason. This will be used in the Refund process.',\n }: this.isRemainingAmountLtZero ? { \n title: 'There is an Under payment of',\n reason: 'Provide a reason',\n }: { \n title:'Amount left to be allocated',\n reason:'',\n };\n this.feedbackUrlLabel = this.isRemainingAmountGtZero ? 'CONFIRMALLOCATION_SURPLUS' : this.isRemainingAmountLtZero ? 'CONFIRMALLOCATION_SHORTFALL' : 'CONFIRMALLOCATION';\n this.remainingAmount = this.isRemainingAmountGtZero ? remainingToBeAssigned : this.isRemainingAmountLtZero ? remainingToBeAssigned * -1 : 0;\n this.afterFeeAllocateOutstanding = remainingToBeAssigned >= 0 ? 0 : (remainingToBeAssigned * -1);\n this.amountForAllocation = GroupOutstandingAmount >= this.unAllocatedPayment.amount ? this.unAllocatedPayment.amount : GroupOutstandingAmount;\n if(this.isTurnOff){\n this.viewStatus = 'allocatePaymentConfirmation';\t\n }\n }\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.unAllocatedPayment = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n this.getPaymentGroupDetails();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n selectRadioButton(key, type) {\n this.isMoreDetailsBoxHide = true;\n if( type === 'explanation' && key === 'other' ){\n this.isPaymentDetailsEmpty = false;\n this.isPaymentDetailsInvalid = false;\n this.paymentDetailsMinHasError = false;\n this.paymentDetailsMaxHasError = false;\n this.isMoreDetailsBoxHide = false;\n }\n }\n OrderListSelectEvent(orderef: any){\n this.isContinueButtondisabled = false;\n this.recordId= orderef;\n }\n\n redirectToOrderFeeSearchPage() {\n // this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = this.recordId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n}\n}\n","import { IFee } from './IFee';\n\nexport class AddRemissionRequest {\n beneficiary_name: string;\n ccd_case_number: string;\n fee: IFee;\n hwf_amount: number;\n hwf_reference: string;\n payment_group_reference: string;\n case_type: string;\n\n constructor(ccd_case_number: string, fee: IFee, hwf_amount: number, hwf_reference: string, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.fee = fee;\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n this.case_type = caseType;\n }\n}\n","export class AddRetroRemissionRequest {\n hwf_amount: number;\n hwf_reference: string;\n\n constructor(hwf_amount: number, hwf_reference: string) {\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n }\n}\n","export class PostRefundRetroRemission {\n payment_reference: string;\n refund_reason: string;\n \n constructor(payment_reference : string, refund_reason : string) {\n this.payment_reference= payment_reference;\n this.refund_reason = refund_reason;\n } \n}","export class PostIssueRefundRetroRemission {\n remissionReference: string;\n \n constructor(remissionReference : string) {\n this.remissionReference= remissionReference;\n } \n}","import { Component, OnInit, Input, Output, EventEmitter} from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator } from '@angular/forms';\nimport { IFee } from '../../interfaces/IFee';\nimport {Router} from '@angular/router';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { IssueRefundRequest } from '../../interfaces/IssueRefundRequest';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\nimport {ChangeDetectorRef} from '@angular/core';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { OrderslistService } from '../../services/orderslist.service';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-add-remission',\n templateUrl: './add-remission.component.html',\n styleUrls: ['./add-remission.component.scss']\n})\nexport class AddRemissionComponent implements OnInit {\n @Input() fee: IFee;\n @Input() payment: IPayment;\n @Input() remission: IRemission;\n @Input() ccdCaseNumber: string;\n @Input() caseType: string;\n @Input() viewCompStatus: string;\n @Input() paymentGroupRef: string;\n @Input() isTurnOff: boolean;\n @Input() isRefundRemission: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isStrategicFixEnable: boolean;\n @Input() orderStatus: string;\n @Input() paidAmount: any;\n @Input() isFromRefundListPage: boolean;\n @Input() isFromPaymentDetailPage: boolean;\n @Input() isFromServiceRequestPage: boolean;\n @Input() feeamount: number;\n @Output() cancelRemission: EventEmitter<void> = new EventEmitter();\n //@Output() refundListReason: EventEmitter<any> = new EventEmitter({reason:string, code:string});\n @Output() refundListReason = new EventEmitter<{reason: string, code: string}>();\n @Output() refundListAmount: EventEmitter<string> = new EventEmitter();\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\n remissionForm: FormGroup;\n hasErrors = false;\n viewStatus = 'main';\n errorMessage = null;\n option: string = null;\n isConfirmationBtnDisabled: boolean = false;\n bsPaymentDcnNumber: string;\n selectedValue = 'yes';\n amount: any;\n retroRemission: boolean = false;\n remissionReference: string = '';\n refundReference: string;\n refundAmount: string;\n paymentExplanationHasError: boolean = false;\n refundReason:string;\n selectedRefundReason: string;\n 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\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 (response.success) {\n console.log('kumar1');\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 console.log('kumar2');\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 console.log('kumar3');\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.selectedRefundReason = this.remissionForm.controls['reason'].value;\n if ( this.isFromRefundListPage ) {\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n } else {\n this.viewCompStatus = '';\n this.viewStatus = 'checkissuerefundpage';\n }\n \n } else {\n if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n } else {\n this.viewCompStatus = '';\n this.viewStatus = 'checkissuerefundpage';\n }\n \n }\n }\n\n gotoIssueRefundPage() {\n this.errorMessage = '';\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n this.isRefundRemission = true;\n this.errorMessage = false;\n this.refundHasError = false;\n this.isReasonEmpty = false;\n }\n\n changeIssueRefundReason() {\n // this.remissionForm.controls['refundReason'].setValue('Duplicate payment');\n this.errorMessage = '';\n this.refundHasError = false;\n this.isReasonEmpty = false;\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n this.isRefundRemission = true;\n }\n\n confirmIssueRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n \n const requestBody = new PostRefundRetroRemission(this.payment.reference,this.refundReason);\n this.paymentViewService.postRefundsReason(requestBody).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.viewCompStatus = '';\n this.viewStatus = 'refundconfirmationpage';\n this.refundReference =JSON.parse(response).refund_reference;\n if(JSON.parse(response).refund_amount) {\n this.refundAmount = JSON.parse(response).refund_amount;\n }\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.cd.detectChanges();\n })\n }\n\n// Retro Refund\n\n confirmRetroRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n\n const requestBody = new PostRefundRetroRemission(this.payment.reference,'RR004-Retrospective remission');\n this.paymentViewService.postRefundsReason(requestBody).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.viewCompStatus = '';\n this.viewStatus = 'retrorefundconfirmationpage';\n this.refundReference =JSON.parse(response).refund_reference;\n if(JSON.parse(response).refund_amount) {\n this.refundAmount = JSON.parse(response).refund_amount;\n }\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n });\n }\n\n selectRadioButton(key, value) {\n localStorage.setItem(\"myradio\", key);\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundDDReason'].setValue('Select a different reason', {onlySelf: true});\n remissionctrls['reason'].reset();\n this.isRefundReasonsSelected = true;\n this.errorMessage = false;\n this.isReasonEmpty = false;\n this.showReasonText = false;\n this.refundHasError = false;\n this.selectedRefundReason = key;\n if(this.selectedRefundReason.includes('Other')) {\n this.showReasonText = true;\n this.refundHasError = false;\n this.refundReason = key;\n }\n }\n\n selectchange(args) {\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundReason'].reset();\n remissionctrls['reason'].reset();\n this.isRefundReasonsSelected = false;\n this.showReasonText = false;\n this.refundHasError = false;\n this.selectedRefundReason = args.target.options[args.target.options.selectedIndex].id;\n this.reasonLength = (29-this.selectedRefundReason.split('- ')[1].length);\n\n if(this.selectedRefundReason.includes('Other')) {\n this.showReasonText = true;\n this.refundHasError = false;\n this.refundReason = args.target.options[args.target.options.selectedIndex].id;\n }\n\n\n }\n\n gotoServiceRequestPage(event: any) {\n event.preventDefault();\n \n if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n this.paymentLibComponent.SERVICEREQUEST = 'false';\n this.paymentLibComponent.TAKEPAYMENT = false;\n }\n if (this.isFromServiceRequestPage) {\n //this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.isFromRefundStatusPage = false;\n this.viewStatus = 'main'\n this.paymentLibComponent.viewName = 'case-transactions';\n this.OrderslistService.setisFromServiceRequestPage(true);\n this.OrderslistService.setnavigationPage('servicerequestpage');\n }\n if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.iscancelClicked = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n this.paymentLibComponent.isFromRefundStatusPage = true;\n } \n if(!this.paymentLibComponent.isFromRefundStatusPage) {\n if(this.payment) {\n this.OrderslistService.setpaymentPageView({method: this.payment.method,payment_group_reference: this.paymentGroupRef, reference:this.payment.reference});\n }\n if (this.isFromServiceRequestPage) { \n this.OrderslistService.setnavigationPage('servicerequestpage');\n } else {\n this.OrderslistService.setnavigationPage('paymentdetailspage');\n }\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n this.paymentLibComponent.ISBSENABLE = true;\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n if(!this.paymentLibComponent.TAKEPAYMENT) {\n this.paymentLibComponent.TAKEPAYMENT = undefined;\n }\n if ( this.paymentLibComponent.SERVICEREQUEST) {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n } else {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n \n } else {\n this.paymentLibComponent.viewName === 'refundstatuslist';\n this.paymentLibComponent.isFromRefundStatusPage = true;\n }\n }\n\n gotoCasetransationPage() {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n this.paymentLibComponent.ISBSENABLE = true;\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n gotoCasetransationPageCancelBtnClicked(event: Event) {\n event.preventDefault();\n if (this.paymentLibComponent.REFUNDLIST) {\n this.paymentLibComponent.viewName = 'refund-list';\n return;\n }\n if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n this.paymentLibComponent.SERVICEREQUEST = 'false';\n }\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.OrderslistService.setpaymentPageView({method: '',payment_group_reference: '', reference:''});\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n //this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n\n if(!this.paymentLibComponent.SERVICEREQUEST) {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n } else {\n const url =`/payment-history/${this.ccdCaseNumber}?selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n \n \n }\n\n\n getFormattedCurrency(currency:number){\n if(currency.toString().includes(\".\")){\n return currency\n }\n return currency.toString().concat(\".00\");\n }\n \n}","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'ccdHyphens'\n})\nexport class CcdHyphensPipe implements PipeTransform {\n constructor() {}\n transform(value: any, args?: any): any {\n const pattern = /^([0-9]{4})+([0-9]{4})+([0-9]{4})+([0-9]{4})$/;\n if ( value.match(pattern)) {\n return value.replace(pattern,'$1-$2-$3-$4') \n }\n return value;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'capitalize'\n})\nexport class CapitalizePipe implements PipeTransform {\n constructor() { }\n transform(s: any, args?: any): any {\n return s && s[0].toUpperCase() + s.slice(1) || \"\";\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'keyValue'\n})\nexport class keyValuePipe implements PipeTransform {\n constructor() {}\n transform(input: any): any {\n let keys = [];\n for (let key in input) {\n if (input.hasOwnProperty(key)) {\n keys.push({ key: key, value: input[key]});\n }\n }\n return keys;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n\n@Pipe({ name: 'sanitizeHtml' })\nexport class SanitizeHtmlPipe implements PipeTransform {\n constructor(private sanitizer: DomSanitizer) {}\n transform(value: any): SafeHtml {\n return this.sanitizer.bypassSecurityTrustHtml(value);\n }\n}\n","import { Injectable } from '@angular/core';\nimport * as FileSaver from 'file-saver';\nimport * as XLSX from 'xlsx';\nimport * as XLSXStyle from 'xlsx-style';\n\n\nconst EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';\nconst EXCEL_EXTENSION = '.xlsx';\n\n@Injectable()\nexport class XlFileService {\n\n constructor() { }\n\n public exportAsExcelFile(json: any[], excelFileName: string): void {\n let worksheet: XLSX.WorkSheet; \n let workbook: XLSX.WorkBook; \n\n if(excelFileName.match('Data_Loss')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['loss_resp','payment_asset_dcn','env_ref','env_item','resp_service_id','resp_service_name','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setDataLossReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Unprocessed')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','exception_ref','ccd_ref','date_banked','bgc_batch','payment_asset_dcn','env_ref','env_item','payment_method','amount']});\n worksheet = this.setUnprocessedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Processed_Unallocated')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','allocation_status','receiving_office','allocation_reason','ccd_exception_reference','ccd_case_reference','payment_asset_dcn','env_ref','env_item','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setProcessedUnallocatedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else {\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','surplus_shortfall','balance','payment_amount','ccd_case_reference', 'ccd_exception_reference', 'processed_date', 'reason', 'explanation', 'user_name']});\n worksheet = this.setShortFallReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n }\n workbook = { Sheets: { 'data': worksheet }, SheetNames: ['data'] };\n const excelBuffer: any = XLSX.write(workbook, { bookType: 'xlsx', type: 'array' });\n this.saveAsExcelFile(excelBuffer, excelFileName);\n }\n\n\nprivate autoFitColumns (worksheet: XLSX.WorkSheet,json:any) : XLSX.WorkSheet {\n let objectMaxLength = []; \n let ColWidth = [];\n let obj = <any>Object;\n for (let i = 0; i < json.length; i++) {\n let value = obj.values(json[i]);\n let key = obj.keys(json[i]);\n for (let j = 0; j < value.length; j++) {\n if(value[j] === null){\n value[j] = '';\n }\n objectMaxLength[j] =\n key[j].length >= value[j].length\n ? key[j].length+2\n : value[j].length+1;\n if( value[j].length === undefined){\n objectMaxLength[j] = key[j].length+2;\n }\n ColWidth.push({'width': +objectMaxLength[j]});\n }\n }\n worksheet['!cols'] = ColWidth;\n return worksheet;\n}\n\n\nprivate setDataLossReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Loss_Resp\";\n worksheet.B1.v = \"Payment_Asset_DCN\";\n worksheet.C1.v = \"Envelope_Ref\";\n worksheet.D1.v = \"Envelope_Item\";\n worksheet.E1.v = \"Resp_Service ID\";\n worksheet.F1.v = \"Resp_Service Name\";\n worksheet.G1.v = \"Date_Banked\";\n worksheet.H1.v = \"BGC_Batch\";\n worksheet.I1.v = \"Payment_Method\";\n worksheet.J1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setUnprocessedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Exception_Ref\";\n worksheet.D1.v = \"CCD_Ref\";\n worksheet.E1.v = \"Date_Banked\";\n worksheet.F1.v = \"BGC_Batch\";\n worksheet.G1.v = \"Payment_Asset_DCN\";\n worksheet.H1.v = \"Envelope_Ref\";\n worksheet.I1.v = \"Envelope_Item\";\n worksheet.J1.v = \"Payment_Method\";\n worksheet.K1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setProcessedUnallocatedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Allocation_Status\";\n worksheet.D1.v = \"Receiving_Office\";\n worksheet.E1.v = \"Allocation_Reason\";\n worksheet.F1.v = \"CCD_Exception_Ref\";\n worksheet.G1.v = \"CCD_Case_Ref\";\n worksheet.H1.v = \"Payment_Asset_DCN\";\n worksheet.I1.v = \"Envelope_Ref\";\n worksheet.J1.v = \"Envelope_Item\";\n worksheet.K1.v = \"Date_Banked\";\n worksheet.L1.v = \"BGC_Batch\";\n worksheet.M1.v = \"Payment_Method\";\n worksheet.N1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setShortFallReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Over Payment_Under Payment\";\n worksheet.D1.v = \"Balance\";\n worksheet.E1.v = \"Payment_Amount\";\n worksheet.F1.v = \"CCD_Case_Ref\";\n worksheet.G1.v = \"Exception_Ref\";\n worksheet.H1.v = \"Processed_Date\";\n worksheet.I1.v = \"Reason\";\n worksheet.J1.v = \"Explanation\";\n worksheet.K1.v = \"Updated Name\";\n return worksheet;\n}\n\nprivate saveAsExcelFile(buffer: any, fileName: string): void {\n const data: Blob = new Blob([buffer], {\n type: EXCEL_TYPE\n });\n FileSaver.saveAs(data, fileName + EXCEL_EXTENSION);\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, FormControl } from '@angular/forms';\nimport { formatDate } from \"@angular/common\";\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {XlFileService} from '../../services/xl-file/xl-file.service';\n\n@Component({\n selector: 'ccpay-reports',\n templateUrl: './reports.component.html',\n styleUrls: ['./reports.component.scss']\n})\nexport class ReportsComponent implements OnInit {\n reportsForm: FormGroup;\n startDate: string;\n endDate: string;\n ccdCaseNumber: string;\n isDownLoadButtondisabled:Boolean = false;\n isStartDateLesthanEndDate: Boolean = false;\n isDateRangeBetnWeek: Boolean = false;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroups: IPaymentGroup[] = [];\n\n constructor(\n private xlFileService: XlFileService,\n private errorHandlerService: ErrorHandlerService,\n private formBuilder: FormBuilder,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentViewService: PaymentViewService) { }\n \n\n ngOnInit() {\n this.fromValidation();\n\n }\n\n getToday(): string {\n return new Date().toISOString().split('T')[0];\n }\n\n getSelectedFromDate(): void {\n this.validateDates(this.reportsForm.get('selectedreport').value);\n }\n\n validateDates(reportName){\n const selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n const isDateRangeMoreThanWeek = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 7;\n if(new Date(selectedStartDate) > new Date(selectedEndDate) && selectedEndDate !== ''){\n this.reportsForm.get('startDate').setValue('');\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = true;\n } else if(reportName && reportName ==='SURPLUS_AND_SHORTFALL' && isDateRangeMoreThanWeek ) {\n this.isDateRangeBetnWeek = true;\n this.isStartDateLesthanEndDate = false;\n } else {\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = false;\n }\n\n }\n\n fromValidation() {\n this.reportsForm = this.formBuilder.group({\n selectedreport: new FormControl('') ,\n startDate: new FormControl(''),\n endDate: new FormControl('') \n });\n}\n\ndownloadReport(){\n this.isDownLoadButtondisabled = true;\n const dataLossRptDefault = [{loss_resp:'',payment_asset_dcn:'',env_ref:'',env_item:'',resp_service_id:'',resp_service_name:'',date_banked:'',bgc_batch:'',payment_method:'',amount:''}],\n unProcessedRptDefault = [{resp_service_id:'',resp_service_name:'',exception_ref:'',ccd_ref:'',date_banked:'',bgc_batch:'',payment_asset_dcn:'',env_ref:'',env_item:'',payment_method:'',amount:''}],\n processedUnallocated =[{resp_service_id:'',resp_service_name:'',allocation_status:'',receiving_office:'',allocation_reason:'',ccd_exception_ref:'',ccd_case_ref:'',payment_asset_dcn:'',env_ref:'',env_item:'',date_banked:'',bgc_batch:'',payment_method:'',amount:'',updated_by:''}],\n shortFallsRptDefault = [{resp_service_id:'',resp_service_name:'',surplus_shortfall:'',balance:'',payment_amount:'',ccd_case_reference:'',ccd_exception_reference:'',processed_date:'', reason:'', explanation:'', user_name:''}],\n selectedReportName = this.reportsForm.get('selectedreport').value,\n selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n\n if(selectedReportName === 'PROCESSED_UNALLOCATED' || selectedReportName === 'SURPLUS_AND_SHORTFALL' ){\n this.paymentViewService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res= {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'PROCESSED_UNALLOCATED' ){\n res.data= processedUnallocated;\n } else if(res['data'].length === 0 && selectedReportName === 'SURPLUS_AND_SHORTFALL' ) {\n res.data= shortFallsRptDefault;\n } \n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"balance\"] !== undefined) {\n res['data'][i]['balance'] = this.convertToFloatValue(res['data'][i][\"balance\"]);\n }\n let Op = res['data'][i][\"surplus_shortfall\"];\n if(Op !== undefined) {\n res['data'][i]['surplus_shortfall'] = Op ==\"Surplus\" ? \"Over payment\":\"Under payment\";\n }\n if(res['data'][i][\"payment_amount\"] !== undefined) {\n res['data'][i]['payment_amount'] = this.convertToFloatValue(res['data'][i]['payment_amount']);\n }\n }\n } \n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n } else {\n this.bulkScaningPaymentService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res = {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'DATA_LOSS' ){\n res.data= dataLossRptDefault;\n } else if(res['data'].length === 0 && selectedReportName === 'UNPROCESSED'){\n res.data = unProcessedRptDefault;\n }\n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n }\n }\n\n getFileName(selectedOption: string, startDate: string, endDate: string ) {\n const loc = 'en-US',\n stDt = formatDate(startDate, 'ddMMyy', loc),\n enDt = formatDate(endDate, 'ddMMyy', loc),\n now = new Date(),\n currentDate = formatDate(now, 'ddMMyy', loc),\n timestamp = `${currentDate}_${this.getTwodigit(now.getHours())}${this.getTwodigit(now.getMinutes())}${this.getTwodigit(now.getSeconds())}`,\n selectedOptionTxt = this.getCamelCaseString(selectedOption);\n \n return selectedOptionTxt+'_'+stDt+'_To_'+enDt+'_Run_'+ timestamp;\n } \n tranformDate(strDate: string) {\n let result = '';\n if (strDate) {\n let parts = strDate.split('-');\n result = `${parts[1]}/${parts[2]}/${parts[0]}`;\n }\n return result;\n }\n getTwodigit(input: number){\n return (\"0\" + input).slice(-2);\n }\n getCamelCaseString(selectedOption) {\n let result;\n switch(selectedOption) { \n case 'UNPROCESSED': { \n result = 'Unprocessed';\n break; \n } \n case 'DATA_LOSS': { \n result = 'Data_Loss';\n break; \n } \n case 'PROCESSED_UNALLOCATED': { \n result = 'Processed_Unallocated';\n break; \n } \n case 'SURPLUS_AND_SHORTFALL': { \n result = 'Over Payment_Under Payment';\n break; \n } \n default: { \n result = selectedOption;\n break; \n } \n } \n return result;\n }\n applyDateFormat(res) {\n const fmt = 'dd/MM/yyyy',\n loc = 'en-US';\n return res['data'].map(value => {\n if (value['date_banked']) {\n value['date_banked'] = formatDate(value['date_banked'], fmt, loc);\n }\n return value;\n });\n }\n \n convertToFloatValue(amt) {\n return amt ? Number.parseFloat(amt).toFixed(2): '0.00';\n }\n}\n","import {Component, ViewChild, Input, ChangeDetectorRef} from '@angular/core';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport { MatTableDataSource} from '@angular/material/table';\nimport {MatSort } from '@angular/material/sort';\nimport {Sort } from '@angular/material/sort';\nimport {MatPaginator } from '@angular/material/paginator';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\n@Component({\n selector: 'ccpay-table',\n templateUrl: './table.component.html',\n styleUrls: ['./table.component.css']\n})\nexport class TableComponent {\n @Input('DATASOURCE') DATASOURCE: any[];\n @Input('STATUS') STATUS: string;\n @Input('errorMessage') errorMessage: string;\n isApprovalFlow: boolean;\n // displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];\n displayedColumns = ['ccd_case_number', 'refund_reference', 'reason', 'user_full_name', 'date_updated', 'Action'];\n \n dataSource: MatTableDataSource<any>;\n userLst;\n actualcount: number;\n count: number;\n refundList: IRefundList[];\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n constructor(\n private paymentLibComponent: PaymentLibComponent,\n private cdRef: ChangeDetectorRef,\n private OrderslistService: OrderslistService\n ) {}\n ngOnInit() {\n this.errorMessage = this.errorMessage;\n if(this.STATUS.toLowerCase() === 'sent for approval') {\n this.isApprovalFlow = true;\n } else {\n this.isApprovalFlow = false;\n }\n this.refundList = this.DATASOURCE;\n this.dataSource = new MatTableDataSource(this.refundList);\n this.actualcount = this.dataSource.data.length;\n if( this.refundList !== undefined) {\n this.userLst = this.refundList.reduce((r,{user_full_name}) => (r[user_full_name]='', r) , {});\n this.userLst = Object.keys(this.userLst);\n }\n this.userLst.sort((a, b) => a.toString().localeCompare(b));\n }\n /**\n * Set the paginator and sort after the view init since this component will\n * be able to query its view for the initialized paginator and sort.\n */\n ngAfterViewInit() {\n \n this.dataSource.sort = this.sort;\n\n //const sortState: Sort = {active: 'date_updated', direction: 'desc'};\n // this.sort.active = sortState.active;\n // this.sort.direction = sortState.direction;\n // this.sort.sortChange.emit(sortState);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.cdRef.detectChanges();\n }\n applyFilter(filterValue: string) {\n filterValue = filterValue.trim(); // Remove whitespace\n filterValue = filterValue.toLowerCase(); // Datasource defaults to lowercase matches\n this.dataSource.filter = filterValue;\n }\n selectchange(args){\n this.dataSource.filter = args.target.value;\n this.actualcount = this.dataSource.data.length;\n this.dataSource.paginator = this.paginator;\n }\n goToRefundProcessComponent(refundReference: string, refundDate: IRefundList ) {\n this.paymentLibComponent.refundlistsource = refundDate;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n goToRefundViewComponent(refundReference: string, refundData: IRefundList ) {\n this.OrderslistService.setRefundView(refundData);\n this.paymentLibComponent.viewName='refundstatuslist';\n this.paymentLibComponent.CCD_CASE_NUMBER = refundData.ccd_case_number;\n this.paymentLibComponent.isRefundStatusView = true;\n this.paymentLibComponent.isCallFromRefundList = true;\n }\n goToCaseReview(ccdCaseNumber: string, refundData: IRefundList ) {\n window.location.href =`/cases/case-details/:${ccdCaseNumber}`;\n }\n}","export class IResubmitRefundRequest {\n refund_reason: string;\n amount: number;\n \n \n constructor(refund_reason : string, amount: number) {\n this.refund_reason= refund_reason;\n this.amount = amount;\n \n } \n }\n ","import { Component, OnInit, Input } from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator } from '@angular/forms';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { Router } from '@angular/router';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { IRefundStatus } from '../../interfaces/IRefundStatus';\nimport { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-refund-status',\n templateUrl: './refund-status.component.html',\n styleUrls: ['./refund-status.component.css']\n})\nexport class RefundStatusComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[] = [];\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: boolean;\n refundStatusForm: FormGroup;\n selectedRefundReason: string;\n rejectedRefundList: IRefundList[] = [];\n approvalStatus = 'sent for approval';\n rejectStatus = 'sent back';\n errorMessage = null;\n viewName: string;\n refundReason: string;\n refundlist: IRefundList;\n bsPaymentDcnNumber: string;\n isCallFromRefundList: boolean;\n refundButtonState: string = '';\n isAmountEmpty: boolean = false;\n isReasonEmpty: boolean = false;\n amountHasError: boolean = false;\n isRemissionLessThanFeeError: boolean = false;\n refundHasError: boolean = false;\n refundReasons: any[] = [];\n refundStatusHistories: IRefundStatus[];\n refundReference: string;\n refundAmount: string;\n refundCode: string;\n isRefundBtnDisabled: boolean = true;\n oldRefundReason: string;\n refundreason: string;\n navigationpage: string;\n isLastUpdatedByCurrentUser: boolean = true;\n isProcessRefund: boolean = false;\n changedAmount: number;\n\n constructor(private formBuilder: FormBuilder,\n private refundService: RefundsService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private router: Router,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.resetRemissionForm([false, false, false, false], 'All');\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.isCallFromRefundList = this.paymentLibComponent.isCallFromRefundList;\n // if(this.paymentLibComponent.isFromRefundStatusPage) {\n // this.viewName = 'reviewandsubmitview';\n // }\n if (this.paymentLibComponent.isRefundStatusView) {\n this.viewName = 'refundview';\n this.OrderslistService.getRefundView().subscribe((data) => this.refundlist = data);\n this.OrderslistService.getCCDCaseNumberforRefund.subscribe((data) => this.ccdCaseNumber = data);\n } else {\n this.viewName = 'refundstatuslist';\n this.refundService.getRefundStatusList(this.ccdCaseNumber).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n\n this.refundStatusForm = this.formBuilder.group({\n amount: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[0-9]+(\\.[0-9]{1,2})?$')\n ])),\n refundReason: new FormControl('', Validators.compose([Validators.required])),\n reason: new FormControl()\n });\n\n if(this.refundlist !== undefined) {\n this.getRefundsStatusHistoryList();\n\n if (this.LOGGEDINUSERROLES.some(i => i.includes('payments-refund-approver'))) {\n this.isProcessRefund = true;\n this.refundButtonState = this.refundlist.refund_status.name;\n return;\n }\n \n if (this.LOGGEDINUSERROLES.some(i => i.includes('payments-refund'))) {\n this.isProcessRefund = false;\n this.refundButtonState = this.refundlist.refund_status.name;\n }\n }\n \n }\n\n getRefundsStatusHistoryList() {\n if(this.refundlist !== undefined) {\n this.refundService.getRefundStatusHistory(this.refundlist.refund_reference).subscribe(\n statusHistoryList => {\n this.refundStatusHistories = statusHistoryList.status_history_dto_list;\n this.isLastUpdatedByCurrentUser = statusHistoryList.last_updated_by_current_user;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n }\n }\n\n goToRefundView(refundlist: IRefundList, navigationpage: string) {\n this.OrderslistService.setRefundView(refundlist);\n this.OrderslistService.setCCDCaseNumber(this.ccdCaseNumber);\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n this.refundlist = refundlist;\n this.OrderslistService.setnavigationPage(navigationpage);\n }\n\n loadCaseTransactionPage() {\n this.paymentLibComponent.isRefundStatusView = false;\n //this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n\n let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n partUrl += this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&${partUrl}`;\n this.router.navigateByUrl(url);\n }\n\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n this.loadCaseTransactionPage();\n } else {\n this.paymentLibComponent.viewName = 'refund-list';\n }\n }\n\n gotoReviewDetailsPage(event:any) {\n // event.preventDefault();\n this.errorMessage = false;\n this.paymentLibComponent.isRefundStatusView = true;\n this.ngOnInit();\n // this.viewName='refundview';\n // this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n // this.paymentLibComponent.isRefundStatusView = true;\n // this.paymentLibComponent.isCallFromRefundList = true;\n }\n\n gotoReviewAndReSubmitPage() {\n this.viewName = 'reviewandsubmitview';\n this.oldRefundReason = this.refundlist.reason;\n this.changedAmount = this.refundlist.amount;\n this.refundreason = this.refundStatusHistories.filter(data => data.status === 'sentback')[0].notes;\n this.refundService.getRefundReasons().subscribe(\n refundReasons => {\n this.refundReasons = refundReasons;\n });\n }\n gotoRefundReasonPage() {\n this.isRefundBtnDisabled = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.errorMessage = false;\n this.viewName = 'issuerefund';\n }\n\n gotoAmountPage() {\n this.errorMessage = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.isRefundBtnDisabled = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.viewName = 'processretroremissonpage';\n }\n\n goToReviewAndSubmitView() {\n const remissionctrls = this.refundStatusForm.controls\n if (this.refundStatusForm.dirty) {\n if (remissionctrls['amount'].value == '') {\n this.resetRemissionForm([true, false, false, false], 'amount');\n }\n else if (remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid) {\n this.resetRemissionForm([false, true, false, false], 'amount');\n }\n else if (remissionctrls['reason'].value == '') {\n this.resetRemissionForm([false, false, false, true], 'reason');\n } else {\n this.refundlist.reason = remissionctrls['reason'].value;\n this.viewName = 'reviewandsubmitview';\n }\n }\n\n }\n\n resetRemissionForm(val, field) {\n if (field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n this.isReasonEmpty = val[3];\n } else if (field === 'amount' || field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n } else if (field === 'reason' || field === 'All') {\n this.isReasonEmpty = val[3];\n }\n }\n\n selectRadioButton(key, value) {\n this.refundHasError = false;\n this.selectedRefundReason = key;\n if (key === 'Other') {\n this.refundHasError = false;\n this.refundReason = key;\n }\n }\n\n getRefundListReason(refundListReason: any) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n this.refundlist.reason = refundListReason.reason;\n this.refundCode = refundListReason.code;\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n getRefundAmount(amount: number) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n if (amount > 0) {\n this.changedAmount = amount;\n // this.refundlist.amount = amount;\n }\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n gotoReviewRefundConfirmationPage() {\n if (this.oldRefundReason === this.refundlist.reason) {\n this.refundCode = '';\n }\n const resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount);\n this.refundService.patchResubmitRefund(resubmitRequest, this.refundlist.refund_reference).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.refundReference = JSON.parse(response).refund_reference;\n this.refundAmount = JSON.parse(response).refund_amount;\n this.viewName = 'reviewrefundconfirmationpage';\n }\n },\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n\n }\n\n goToRefundProcessComponent(refundReference: string, refundList: IRefundList) {\n this.paymentLibComponent.refundlistsource = refundList;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\n\nimport { PaymentListComponent } from './components/payment-list/payment-list.component';\nimport { PaymentViewComponent } from './components/payment-view/payment-view.component';\nimport { ProcessRefundComponent } from './components/process-refund/process-refund.component';\nimport { RefundListComponent } from './components/refund-list/refund-list.component';\n\nimport { CardDetailsComponent } from './components/card-details/card-details.component';\nimport { PageNotFoundComponent } from './components/page-not-found.component';\nimport { PaymentLibComponent } from './payment-lib.component';\nimport { StatusHistoryComponent } from './components/status-history/status-history.component';\nimport { PbaDetailsComponent } from './components/pba-details/pba-details.component';\nimport { LoggerService } from './services/shared/logger/logger.service';\nimport { ConsoleLoggerService } from './services/shared/logger/console-logger.service';\nimport { WebComponentHttpClient } from './services/shared/httpclient/webcomponent.http.client';\nimport { CaseTransactionsComponent } from './components/case-transactions/case-transactions.component';\nimport { FeeSummaryComponent } from './components/fee-summary/fee-summary.component';\nimport { ErrorBannerComponent } from './components/error-banner/error-banner.component';\nimport { MarkUnidentifiedPaymentComponent } from './components/mark-unidentified-payment/mark-unidentified-payment.component';\nimport { MarkUnsolicitedPaymentComponent } from './components/mark-unsolicited-payment/mark-unsolicited-payment.component';\nimport { UnprocessedPaymentsComponent } from './components/unprocessed-payments/unprocessed-payments.component';\nimport { ProcessedPaymentsComponent } from './components/processed-payments/processed-payments.component';\nimport { AllocatePaymentsComponent } from './components/allocate-payments/allocate-payments.component';\nimport { AddRemissionComponent } from './components/add-remission/add-remission.component';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { CcdHyphensPipe } from './pipes/ccd-hyphens.pipe';\nimport { CapitalizePipe } from './pipes/capitalize.pipe';\nimport { keyValuePipe } from './pipes/key-value.pipe';\nimport { SanitizeHtmlPipe } from './pipes/sanitize-html.pipe';\nimport { ReportsComponent } from './components/reports/reports.component';\nimport { XlFileService } from './services/xl-file/xl-file.service';\nimport { TableComponent } from './components/table/table.component';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\n// import { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n// import { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { RefundStatusComponent } from './components/refund-status/refund-status.component';\n\n@NgModule({\n imports: [\n CommonModule,\n HttpClientModule,\n FormsModule,\n ReactiveFormsModule,\n MatTableModule,\n MatPaginatorModule,\n MatSortModule,\n MatFormFieldModule,\n MatInputModule,\n // BrowserAnimationsModule,\n // NoopAnimationsModule\n ],\n declarations: [\n PaymentLibComponent,\n PaymentListComponent,\n PaymentViewComponent,\n ProcessRefundComponent,\n RefundListComponent,\n CardDetailsComponent,\n PageNotFoundComponent,\n StatusHistoryComponent,\n MarkUnidentifiedPaymentComponent,\n MarkUnsolicitedPaymentComponent,\n UnprocessedPaymentsComponent,\n ProcessedPaymentsComponent,\n AllocatePaymentsComponent,\n PbaDetailsComponent,\n CaseTransactionsComponent,\n FeeSummaryComponent,\n AddRemissionComponent,\n CcdHyphensPipe,\n CapitalizePipe,\n keyValuePipe,\n SanitizeHtmlPipe,\n ReportsComponent,\n ErrorBannerComponent,\n TableComponent,\n RefundStatusComponent\n ],\n exports: [PaymentLibComponent],\n providers: [\n { provide: LoggerService, useClass: ConsoleLoggerService },\n XlFileService,\n WebComponentHttpClient\n ]\n})\n\nexport class PaymentLibModule { }\n"],"names":["PaymentLibService","prototype","setApiRootUrl","apiRoot","this","API_ROOT","getApiRootUrl","setBulkScanApiRootUrl","bulkscanapiRoot","BULKSCAN_API_ROOT","getBulkScanApiRootUrl","setRefundndsApiRootUrl","refundsapiRoot","REFUNDS_API_ROOT","getRefundsApiRootUrl","Injectable","args","providedIn","PaymentLibComponent","ngAfterContentChecked","cd","detectChanges","ngOnInit","paymentLibService","PAYMENT_GROUP_REF","paymentGroupReference","DCN_NUMBER","bspaymentdcn","REFUNDLIST","VIEW","viewName","Component","selector","template","ChangeDetectorRef","Input","unProcessedPaymentServiceId","unProcessedPayment","ErrorHandlerService","handleError","err","errorMessage","error","Error","message","status","Object","values","toString","replace","messsage","undefined","_throw","getServerErrorMessage","isErrorExist","title","body","showError","LoggerService","invokeConsoleMethod","type","PaymentListService","getPaymentByCcdCaseNumber","ccdCaseNumber","paymentMethod","logger","info","http","get","withCredentials","pipe","catchError","errorHandlerService","HttpClient","PaymentListComponent","_this","paymentListService","paymentLibComponent","CCD_CASE_NUMBER","PAYMENT_METHOD","subscribe","payments","loadPaymentViewComponent","paymentReference","__values","o","s","Symbol","iterator","m","i","call","length","next","value","done","TypeError","WebComponentHttpClient","post","url","options","opts","addHeaders","put","delete","patch","csrfToken","meta","getTag","headers","forEach","element","document","cookie","split","find","row","startsWith","content","HttpHeaders","responseType","Meta","PaymentViewService","getPaymentDetails","getPaymentGroupDetails","getApportionPaymentDetails","postBSPayments","https","postBSUnidentifiedPayments","postBSUnsolicitedPayments","postBSAllocationPayments","postPaymentGroupWithRemissions","feeId","deleteFeeFromPaymentGroup","postPaymentToPayHub","paymentGroupRef","postPaymentAntennaToPayHub","downloadSelectedReport","reportName","startDate","endDate","getBSfeature","getSiteID","getPartyDetails","caseNumber","setOrdersList","orderLevelFees","ordersList","assign","getOrdersList","postRefundsReason","postPaymentGroupWithRetroRemissions","postRefundRetroRemission","BehaviorSubject","OrderslistService","setRefundView","refundList","refundView","getRefundView","setCaseType","caseType","getCaseType","setCCDCaseNumber","getCCDCaseNumber","setFeeExists","feeExists","getFeeExists","setisFromServiceRequestPage","isFromServiceRequestPage","getisFromServiceRequestPages","setOrderRefId","OrderRefId","getSelectedOrderRefId","setnavigationPage","navigationPage","getnavigationPageValue","setpaymentPageView","paymentpageList","paymentPageView","getpaymentPageView","getcaseType","asObservable","getFeeExist","getCCDCaseNumberforRefund","getisFromServiceRequestPage","getOrderRefId","getnavigationPage","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","viewStatus","paymentViewService","paymentGroup","fees","fee","isRemissionsMatch","remissions","rem","fee_code","code","push","filter","paymentGroupObj","includes","paymentAllocation","payment_allocation","isStatusAllocated","allocation_status","console","log","defineProperty","method","channel","goToPaymentList","goToCaseTransationPage","event","preventDefault","ISBSENABLE","addRemission","chkForAddRemission","reference","payment","isFromPaymentDetailPage","isRefundRemission","checkForFees","addRefundForRemission","remission","chkIsRefundRemissionBtnEnable","remissionFeeAmt","data","net_amount","toLocaleLowerCase","allowFurtherAccessAfter4Days","isRefundRemissionBtnEnable","issueRefund","paymentgrp","chkIssueRefundBtnEnable","getRemissionByFeeCode","feeCode","remissions_1","tslib_1.__values","remissions_1_1","check4AllowedRoles2AccessRefund","isIssueRefunfBtnEnable","chkForPBAPayment","_b","_c","isAddFeeBtnEnabled","allowedRolesToAccessRefund","some","role","LOGGEDINUSERROLES","indexOf","tmp4DayAgo","Date","setDate","getDate","date_created","RefundsService","getRefundReasons","getRefundRejectReasons","getRefundActions","refundReference","patchRefundActions","reviewerAction","getRefundList","refundstatus","selfexclusive","getRefundStatusHistory","getRefundStatusList","getUserDetails","postIssueRefund","patchResubmitRefund","refund_reference","ProcessRefundComponent","refundActionList","getErrorMessage","statusCode","processRefundForm","formBuilder","group","refundActionField","FormControl","Validators","compose","required","refundRejectReasonField","sendMeBackField","minLength","maxLength","pattern","enterReasonField","checkRefundActions","isConfirmButtondisabled","isSendMeBackClicked","isRejectClicked","isOtherClicked","refundRejectReasonList","processRefundSubmit","processRefundRequest","resetForm","controls","processFormError","errors","dirty","valid","reason","response","isSuccesspageEnable","successMsg","JSON","stringify","invalid","minlength","actualLength","maxlength","errorMsg","bodyTxt","loadRefundListPage","navigationpage","window","location","href","redirecttoRefundListPage","vals","field","refundActionsHasError","refundRejectReasonHasError","isReasonFieldEmpty","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","isReasonEmpty","isReasonInvalid","FormBuilder","sendmeback","RefundListComponent","userLst","isAuthorized","isApproveTableVisible","tableApprovalHeader","tableRejectedHeader","refundService","approvalStatus","submittedRefundList","rejectStatus","rejectedRefundList","isRejectTableVisible","CardDetailsService","getCardDetails","CardDetailsComponent","cardDetailsService","cardDetails","pageTitle","PageNotFoundComponent","StatusHistoryService","getPaymentStatusesByReference","StatusHistoryComponent","statusHistoryService","statuses","PbaDetailsComponent","noop","ConsoleLoggerService","apply","CaseTransactionsService","getPaymentGroups","BulkScaningPaymentService","getBSPaymentsByCCD","getBSPaymentsByDCN","dcn","postBSAllocatePayment","paymentRef","postBSPaymentStrategic","postBSWoPGStrategic","patchBSChangeStatus","calculateOutStandingAmount","feesTotal","paymentsTotal","remissionsTotal","calculated_amount","toUpperCase","amount","hwf_amount","removeUnwantedString","input","replaceText","CaseTransactionsComponent","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","TAKEPAYMENT","servicerequest","SERVICEREQUEST","serviveRequestValue","isBulkScanEnable","isNewPcipalOff","ISNEWPCIPALOFF","isOldPcipalOff","ISOLDPCIPALOFF","isStrategicFixEnable","ISSFENABLE","caseTransactionsService","paymentGroups","isAnyFeeGroupAvilable","calculateAmounts","calculateOrderFeesAmounts","totalRefundAmount","calculateRefundAmount","cpoDetails","parse","setDefaults","isCPODown","lsCcdNumber","router","navigateByUrl","orderRef","goToOrderViewDetailSection","checkForExceptionRecord","totalPayments","totalRemissions","totalNonOffPayments","totalFees","getAllocationStatus","bulkScaningPaymentService","recordData","exception_record_reference","ccd_reference","isExceptionRecord","case_reference","ccd_case_number","resetOrderVariables","orderFeesTotal","orderRemissionTotal","orderTotalPayments","orderPendingPayments","orderStatus","orderAddBtnEnable","orderRefId","orderTotalFees","orderParty","orderCCDEvent","orderCreated","orderReferenceObj","orderDetail","x","redirectToOrderFeeSearchPage","orderef","nonOffLinePayment","a","b","amount_due","clAmountDue","allocationLen","nonPayments","allPayments","remisison","totalRefundAmount_1","isFeeAmountZero_1","grpOutstandingAmount","isFeeRecordsExist","isNewPaymentGroup_1","index","isHistoricGroupAvailable","getGroupOutstandingAmount","redirectToFeeSearchPage","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","goToPaymentViewComponent","selectedUnprocessedFeeEvent","unprocessedRecordId","isUnprocessedRecordSelected","getUnprocessedFeeCount","unProcessedRecordCount","unprocessedRecordCount","calculateAmountDue","confirmRemoveFee","isRemoveBtnDisabled","cancelRemoval","removeFee","success","reload","isCheckAmountdueExist","amountDue","isPBA","Router","ls.get","isAddRemissionEnable","orderRemissionDetails","isAddRemissionBtnEnabled","PaymentToPayhubRequest","currency","description","provider","toFixed","case_type","PayhubAntennaRequest","BS_ENABLE_FLAG","FeeSummaryComponent","bsPaymentDcnNumber","platForm","features","result","feature","uid","enable","getUnassignedPaymentlist","getPaymentGroup","unassignedPayments","service","responsible_service_id","upPaymentErrorMessage","currentFee","isPaymentExist","isRemissionsExist","totalAfterRemission","isFeeAmountZero","outStandingAmount","loadCaseTransactionPage","partUrl","cancelRemission","page","isConfirmationBtnDisabled","requestBody","antennaReqBody","go","payhubHtml","isBackButtonEnable","goToAllocatePage","Location","ErrorBannerComponent","UnidentifiedPaymentsRequest","payment_reference","unidentified_reason","payment_allocation_status","name","AllocatePaymentRequest","unAllocatedPayment","exceptionRecord","allocatedRequest","banked_date","date_banked","exception_record","document_control_number","dcn_reference","external_provider","giro_slip_no","bgc_reference","payer_name","payment_channel","payment_status","payment_method","payment_allocation_dto","MarkUnidentifiedPaymentComponent","getUnassignedPayment","markPaymentUnidentifiedForm","investicationDetail","unassignedRecord","siteID","beCcdNumber","beExceptionNumber","exceptionReference","ccdReference","trimUnderscore","saveAndContinue","investicationField","formerror","investigationComment","val","isInvesticationDetailEmpty","investicationDetailHasError","investicationDetailMinHasError","investicationDetailMaxHasError","confirmPayments","postStrategicBody","res1","res2","response2","reqBody","res3","gotoCasetransationPage","user_id","res","cancelMarkUnidentifiedPayments","UnsolicitedPaymentsRequest","responsible_office","responsible_person","email_id","receiving_office","receiving_email_address","sending_email_address","MarkUnsolicitedPaymentComponent","siteids","isContinueButtondisabled","siteIDList","scrollTo","markPaymentUnsolicitedForm","responsibleOffice","responsiblePerson","emailId","selectedSiteId","reasonField","officeIdField","reasonHasError","reasonMinHasError","reasonMaxHasError","isResponsibleOfficeEmpty","responsibleOfficeHasError","cancelMarkUnsolicitedPayments","checkingFormValue","setValue","formFields","valueExists","hasOwnProperty","selectchange","target","selectedSiteName","selectedIndex","text","UnprocessedPaymentsComponent","isNewpcipaloff","isOldpcipaloff","isStFixEnable","FEE_RECORDS_EXISTS","setValuesForUnassignedRecord","emit","unassignedRecordList","unassignedRecordListLength","serviceId","isExceptionCase","unprocessedPaymentSelectEvent","formatUnassignedRecordId","ID","recordId","loadUnsolicitedPage","selectedRecordReference","validateButtons","resetButtons","isAllocateToExistingFeebtnEnabled","isMarkAsUnidentifiedbtnEnabled","isAllocatedToNewFeebtnEnabled","PAYMENTREF","IS_OS_AMT_AVAILABLE","unprocessedPaymentUnSelectEvent","showDetailRow","obj","unassignedRecordSelectedList","Output","EventEmitter","isRecordExist","ProcessedPaymentsComponent","redirectToPaymentViewPage","IAllocationPaymentsRequest","explanation","userName","user_name","AllocatePaymentsComponent","overUnderPaymentForm","moreDetails","fstCon","scndCn","selectedPaymentGroup","gotoSummaryPage","cancelAllocatePayment","confirmAllocatePayement","enCookieUserName","cookieUserName","decodeURIComponent","fullName","paymentDetailsField","paymentFormError","userNameField","isEmptyCondtion","paymentReason","paymentExplanation","isOtherOptionSelected","isRemainingAmountGtZero","isRemainingAmountLtZero","otherPaymentExplanation","finalServiceCall","paymentReasonHasError","paymentExplanationHasError","isPaymentDetailsEmpty","isPaymentDetailsInvalid","paymentDetailsMinHasError","paymentDetailsMaxHasError","isUserNameEmpty","isUserNameInvalid","GroupOutstandingAmount","remainingToBeAssigned","isMoreDetailsBoxHide","reset","paymentSectionLabel","feedbackUrlLabel","remainingAmount","afterFeeAllocateOutstanding","amountForAllocation","selectRadioButton","key","OrderListSelectEvent","reasonList","overPayment","hwfReward","wrongFee","notIssueCase","otherDeduction","shortFall","helpWithFee","other","explanationList","referRefund","noRefund","noCase","holdCase","heldCase","refund","duplicate","humanerror","caseWithdrawn","AddRemissionRequest","hwf_reference","AddRetroRemissionRequest","PostRefundRetroRemission","refund_reason","PostIssueRefundRetroRemission","remissionReference","AddRemissionComponent","default","pattern1","pattern2","viewCompStatus","volume","remessionPayment","isPaymentSuccess","option","remissionForm","remissionCode","refundReason","refundDDReason","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","gotoIssueRefundPage","changeIssueRefundReason","confirmIssueRefund","confirmRetroRefund","localStorage","setItem","onlySelf","isRefundReasonsSelected","showReasonText","reasonLength","gotoServiceRequestPage","gotoCasetransationPageCancelBtnClicked","getFormattedCurrency","concat","hasErrors","CcdHyphensPipe","transform","match","Pipe","CapitalizePipe","slice","keyValuePipe","keys","SanitizeHtmlPipe","sanitizer","bypassSecurityTrustHtml","DomSanitizer","XlFileService","exportAsExcelFile","json","excelFileName","worksheet","XLSX.utils","json_to_sheet","header","setDataLossReportHeaders","setUnprocessedReportHeaders","setProcessedUnallocatedReportHeaders","setShortFallReportHeaders","autoFitColumns","excelBuffer","XLSX.write","Sheets","SheetNames","bookType","saveAsExcelFile","objectMaxLength","ColWidth","j","width","A1","v","B1","C1","D1","E1","F1","G1","H1","I1","J1","K1","L1","M1","N1","buffer","fileName","Blob","FileSaver.saveAs","ReportsComponent","fromValidation","getToday","toISOString","getSelectedFromDate","validateDates","reportsForm","selectedStartDate","tranformDate","selectedEndDate","isDateRangeMoreThanWeek","isDateRangeBetnWeek","isStartDateLesthanEndDate","selectedreport","downloadReport","isDownLoadButtondisabled","dataLossRptDefault","loss_resp","payment_asset_dcn","env_ref","env_item","resp_service_id","resp_service_name","bgc_batch","unProcessedRptDefault","exception_ref","ccd_ref","processedUnallocated","allocation_reason","ccd_exception_ref","ccd_case_ref","updated_by","shortFallsRptDefault","surplus_shortfall","balance","payment_amount","ccd_case_reference","ccd_exception_reference","processed_date","selectedReportName","applyDateFormat","substr","convertToFloatValue","Op","xlFileService","getFileName","loc","stDt","formatDate","enDt","now","timestamp","getTwodigit","getHours","getMinutes","getSeconds","getCamelCaseString","strDate","parts","map","amt","Number","parseFloat","TableComponent","STATUS","toLowerCase","isApprovalFlow","DATASOURCE","dataSource","MatTableDataSource","actualcount","reduce","r","_a","user_full_name","ngAfterViewInit","paginator","cdRef","applyFilter","filterValue","goToRefundProcessComponent","refundDate","refundlistsource","goToRefundViewComponent","refundData","isRefundStatusView","isCallFromRefundList","goToCaseReview","ViewChild","MatPaginator","MatSort","displayedColumns","IResubmitRefundRequest","RefundStatusComponent","refundlist","refundStatusForm","getRefundsStatusHistoryList","isProcessRefund","refundButtonState","refund_status","statusHistoryList","refundStatusHistories","status_history_dto_list","isLastUpdatedByCurrentUser","last_updated_by_current_user","goToRefundView","gotoReviewDetailsPage","gotoReviewAndReSubmitPage","oldRefundReason","changedAmount","refundreason","notes","gotoRefundReasonPage","isRefundBtnDisabled","gotoAmountPage","goToReviewAndSubmitView","getRefundListReason","refundCode","getRefundAmount","gotoReviewRefundConfirmationPage","resubmitRequest","NgModule","imports","CommonModule","HttpClientModule","FormsModule","ReactiveFormsModule","MatTableModule","MatPaginatorModule","MatSortModule","MatFormFieldModule","MatInputModule","declarations","exports","providers","provide","useClass","PaymentLibModule"],"mappings":"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"}
1
+ {"version":3,"sources":["ng://@hmcts/ccpay-web-component/lib/payment-lib.service.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/error-handler.service.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-list/payment-list.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-list/payment-list.component.ts","node_modules/tslib/tslib.es6.js","ng://@hmcts/ccpay-web-component/lib/services/shared/httpclient/webcomponent.http.client.ts","ng://@hmcts/ccpay-web-component/lib/services/payment-view/payment-view.service.ts","ng://@hmcts/ccpay-web-component/lib/services/orderslist.service.ts","ng://@hmcts/ccpay-web-component/lib/components/payment-view/payment-view.component.ts","ng://@hmcts/ccpay-web-component/lib/services/refunds/refunds.service.ts","ng://@hmcts/ccpay-web-component/lib/components/process-refund/process-refund.component.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-list/refund-list.component.ts","ng://@hmcts/ccpay-web-component/lib/services/card-details/card-details.service.ts","ng://@hmcts/ccpay-web-component/lib/components/card-details/card-details.component.ts","ng://@hmcts/ccpay-web-component/lib/components/page-not-found.component.ts","ng://@hmcts/ccpay-web-component/lib/services/status-history/status-history.service.ts","ng://@hmcts/ccpay-web-component/lib/components/status-history/status-history.component.ts","ng://@hmcts/ccpay-web-component/lib/components/pba-details/pba-details.component.ts","ng://@hmcts/ccpay-web-component/lib/services/shared/logger/console-logger.service.ts","ng://@hmcts/ccpay-web-component/lib/services/case-transactions/case-transactions.service.ts","ng://@hmcts/ccpay-web-component/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts","ng://@hmcts/ccpay-web-component/lib/components/case-transactions/case-transactions.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PaymentToPayhubRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PayhubAntennaRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/fee-summary/fee-summary.component.ts","ng://@hmcts/ccpay-web-component/lib/components/error-banner/error-banner.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnidentifiedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AllocatePaymentRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/UnsolicitedPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts","ng://@hmcts/ccpay-web-component/lib/components/unprocessed-payments/unprocessed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/components/processed-payments/processed-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IAllocationPaymentsRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/allocate-payments/allocate-payments.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/AddRetroRemissionRequest.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/PostIssueRefundRetroRemission.ts","ng://@hmcts/ccpay-web-component/lib/components/add-remission/add-remission.component.ts","ng://@hmcts/ccpay-web-component/lib/pipes/ccd-hyphens.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/capitalize.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/key-value.pipe.ts","ng://@hmcts/ccpay-web-component/lib/pipes/sanitize-html.pipe.ts","ng://@hmcts/ccpay-web-component/lib/services/xl-file/xl-file.service.ts","ng://@hmcts/ccpay-web-component/lib/components/reports/reports.component.ts","ng://@hmcts/ccpay-web-component/lib/components/table/table.component.ts","ng://@hmcts/ccpay-web-component/lib/interfaces/IResubmitRefundRequest.ts","ng://@hmcts/ccpay-web-component/lib/components/refund-status/refund-status.component.ts","ng://@hmcts/ccpay-web-component/lib/payment-lib.module.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\n\nexport class PaymentLibService {\n API_ROOT: string;\n BULKSCAN_API_ROOT: string;\n REFUNDS_API_ROOT: string;\n\n constructor() { }\n\n setApiRootUrl(apiRoot: string): void {\n this.API_ROOT = apiRoot;\n }\n\n getApiRootUrl(): string {\n return this.API_ROOT;\n }\n\n setBulkScanApiRootUrl(bulkscanapiRoot: string): void {\n this.BULKSCAN_API_ROOT = bulkscanapiRoot;\n }\n\n getBulkScanApiRootUrl(): string {\n return this.BULKSCAN_API_ROOT;\n }\n\n setRefundndsApiRootUrl(refundsapiRoot: string): void {\n this.REFUNDS_API_ROOT = refundsapiRoot;\n }\n\n getRefundsApiRootUrl(): string {\n return this.REFUNDS_API_ROOT;\n }\n}\n","import { ChangeDetectorRef, Component, Input, OnInit } from '@angular/core';\nimport { PaymentLibService } from './payment-lib.service';\nimport { IBSPayments } from './interfaces/IBSPayments';\n\n@Component({\n selector: 'ccpay-payment-lib',\n template: `\n <ccpay-refund-list [USERID]=\"USERID\" [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" [LOGGEDINUSEREMAIL]=\"LOGGEDINUSEREMAIL\" *ngIf=\"viewName === 'refund-list'\"></ccpay-refund-list>\n <ccpay-payment-list *ngIf=\"viewName === 'payment-list'\"></ccpay-payment-list>\n <ccpay-refund-status [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'refundstatuslist'\"> </ccpay-refund-status >\n <ccpay-payment-view [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'payment-view'\"\n [isTurnOff]=\"ISTURNOFF\" [isTakePayment]=\"TAKEPAYMENT\" [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"></ccpay-payment-view>\n\n <ccpay-process-refund *ngIf=\"viewName === 'process-refund'\"\n [refundReference]=\"refundReference\"\n [refundlistsource]=\"refundlistsource\"\n ></ccpay-process-refund>\n\n <ccpay-case-transactions [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" *ngIf=\"viewName === 'case-transactions'\"></ccpay-case-transactions>\n <app-mark-unidentified-payment *ngIf=\"viewName === 'unidentifiedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unidentified-payment>\n <app-mark-unsolicited-payment *ngIf=\"viewName === 'unsolicitedPage'\"\n [caseType]=\"CASETYPE\"></app-mark-unsolicited-payment>\n <app-allocate-payments *ngIf=\"viewName === 'allocate-payments'\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n ></app-allocate-payments>\n <ccpay-fee-summary *ngIf=\"viewName === 'fee-summary'\"\n [ccdCaseNumber]=\"CCD_CASE_NUMBER\" \n [paymentGroupRef]=\"paymentGroupReference\"\n [isTurnOff]=\"ISTURNOFF\"\n [caseType]=\"CASETYPE\"\n [isOldPcipalOff]=\"ISOLDPCIPALOFF\"\n [isNewPcipalOff]=\"ISNEWPCIPALOFF\"\n ></ccpay-fee-summary>\n <ccpay-reports *ngIf=\"viewName === 'reports'\"></ccpay-reports>\n `\n})\n\nexport class PaymentLibComponent implements OnInit {\n @Input('API_ROOT') API_ROOT: string;\n @Input('BULKSCAN_API_ROOT') BULKSCAN_API_ROOT: string;\n @Input('REFUNDS_API_ROOT') REFUNDS_API_ROOT: string;\n @Input('CCD_CASE_NUMBER') CCD_CASE_NUMBER: string;\n @Input('EXC_REFERENCE') EXC_REFERENCE: string;\n @Input('PAYMENT_METHOD') PAYMENT_METHOD: string;\n @Input('VIEW') VIEW: string;\n @Input('VIEWSERVICE') VIEWSERVICE: string;\n @Input('PAYMENT_GROUP_REF') PAYMENT_GROUP_REF?: string;\n @Input('TAKEPAYMENT') TAKEPAYMENT: boolean;\n @Input('SERVICEREQUEST') SERVICEREQUEST: string;\n @Input('DCN_NUMBER') DCN_NUMBER: string;\n @Input('SELECTED_OPTION') SELECTED_OPTION: string;\n @Input('ISBSENABLE') ISBSENABLE: Boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('CASETYPE') CASETYPE: string;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('rootUrl') rootUrl: boolean;\n @Input('REFUNDLIST') REFUNDLIST: string;\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL: string;\n @Input('isFromServiceRequestPage') isFromServiceRequestPage: boolean;\n\n paymentMethod: string;\n bspaymentdcn: string;\n unProcessedPaymentServiceId: string = null;\n paymentGroupReference: string;\n paymentReference: string;\n refundReference: string;\n refundlistsource: any;\n viewName: string;\n isTurnOff: boolean;\n caseType: string;\n isOldPcipalOff: boolean;\n isNewPcipalOff: boolean;\n unProcessedPayment: IBSPayments = null;\n isRefundStatusView: boolean;\n isRedirectFromCaseTransactionPage: string;\n isCallFromRefundList: boolean;\n isFromRefundStatusPage: boolean;\n iscancelClicked : boolean;\n isFromPaymentDetailPage: boolean;\n // isFromServiceRequestPage: boolean;\n\n constructor(private paymentLibService: PaymentLibService,\n private cd: ChangeDetectorRef) { }\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n } \n\n\n ngOnInit() {\n this.paymentLibService.setApiRootUrl(this.API_ROOT);\n this.paymentLibService.setBulkScanApiRootUrl(this.BULKSCAN_API_ROOT);\n this.paymentLibService.setRefundndsApiRootUrl(this.REFUNDS_API_ROOT);\n if (this.PAYMENT_GROUP_REF) {\n this.paymentGroupReference = this.PAYMENT_GROUP_REF;\n }\n if (this.DCN_NUMBER) {\n this.bspaymentdcn = this.DCN_NUMBER;\n }\n if (this.REFUNDLIST === \"true\") {\n this.VIEW = 'refund-list';\n this.viewName = this.VIEW;\n }\n if (this.VIEW === 'fee-summary') {\n this.viewName = 'fee-summary';\n } else if (this.VIEW !== 'reports' && this.VIEW !== 'refund-list') {\n this.viewName = 'case-transactions';\n } else {\n this.viewName = this.VIEW;\n }\n }\n}\n","import { Injectable } from '@angular/core';\nimport { _throw } from 'rxjs/observable/throw';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { HttpErrorResponse } from '@angular/common/http';\n\n@Injectable({\n providedIn: 'root'\n})\n\n\nexport class ErrorHandlerService {\n\n constructor() { }\n\n\n handleError(err: HttpErrorResponse): Observable<any> {\n let errorMessage: string;\n if (err.error instanceof Error) {\n // A client-side or network error occurred.\n errorMessage = `An error occurred: ${err.error.message}`;\n } else {\n // The backend returned an unsuccessful response code.\n if (err.status === 404) {\n if (!err.error) {\n errorMessage = 'Not found';\n } else {\n errorMessage = err.error;\n }\n } else if (err.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 }\n else if (err.error.messsage === undefined) {\n errorMessage = 'Server error';\n } else {\n errorMessage = `${err.error.message}`;\n }\n }\n return _throw(errorMessage);\n }\n\n getServerErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","import { Injectable } from '@angular/core';\n\nconst noop = (): any => undefined;\n\nexport abstract class Logger {\n\n info: any;\n warn: any;\n error: any;\n}\n\n@Injectable({\n providedIn: 'root'\n})\nexport class LoggerService implements Logger {\n\n info: any;\n warn: any;\n error: any;\n\n invokeConsoleMethod(type: string, args?: any): void {}\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient } from '@angular/common/http';\n\nimport { Observable } from 'rxjs/internal/Observable';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { IPayments } from '../../interfaces/IPayments';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentListService {\n payments: IPayments;\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n\n getPaymentByCcdCaseNumber(ccdCaseNumber: string, paymentMethod: string): Observable<IPayments> {\n this.logger.info('Payment-list-service getPaymentByCcdCaseNumber for: ', ccdCaseNumber);\n\n return this.http.get<IPayments>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/payments`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import {Component, OnInit} from '@angular/core';\n\nimport {PaymentListService} from '../../services/payment-list/payment-list.service';\nimport {IPayments} from '../../interfaces/IPayments';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport {IStatusHistory} from '../../interfaces/IStatusHistory';\n\n@Component({\n selector: 'ccpay-payment-list',\n templateUrl: './payment-list.component.html',\n styleUrls: ['./payment-list.component.css']\n})\nexport class PaymentListComponent implements OnInit {\n payments: IPayments;\n errorMessage: string;\n code: string;\n\n constructor(private paymentListService: PaymentListService,\n private paymentLibComponent: PaymentLibComponent) {\n }\n\n ngOnInit() {\n this.paymentListService.getPaymentByCcdCaseNumber(this.paymentLibComponent.CCD_CASE_NUMBER, this.paymentLibComponent.PAYMENT_METHOD)\n .subscribe(\n payments => this.payments = payments,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n loadPaymentViewComponent(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.paymentLibComponent.paymentMethod = paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n}\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Meta } from '@angular/platform-browser';\nimport { Observable } from 'rxjs';\n\n@Injectable()\nexport class WebComponentHttpClient {\n constructor(\n private http: HttpClient,\n private meta: Meta\n ) { }\n\n post(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.post(url, body, opts);\n }\n\n put(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.put(url, body, opts);\n }\n\n get(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.get(url, opts);\n }\n\n delete(url: string, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.delete(url, opts);\n }\n \n patch(url: string, body: any | null, options?: any): Observable<any> {\n const opts = this.addHeaders(options || {});\n return this.http.patch(url, body, opts);\n }\n\n addHeaders(options: any): any {\n const csrfToken = this.meta.getTag('name=csrf-token');\n const headers = {};\n \n if (options.headers) {\n options.headers.forEach(element => {\n headers[element] = options.headers.get(element);\n });\n }\n headers['X-Requested-With'] = 'XMLHttpRequest';\n if (csrfToken === null) {\n headers['CSRF-Token'] = document.cookie.split(';').find(row => row.startsWith(' XSRF-TOKEN')).split('=')[1];\n } else {\n headers['CSRF-Token'] = csrfToken.content;\n }\n options.headers = new HttpHeaders(headers);\n options.responseType = 'text';\n return options;\n }\n}\n","import { Injectable } from '@angular/core';\nimport { HttpClient, HttpHeaders } from '@angular/common/http';\nimport { Observable } from 'rxjs/internal/Observable';\n\nimport {IPayment} from '../../interfaces/IPayment';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { Meta } from '@angular/platform-browser';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IAllocationPaymentsRequest } from '../../interfaces/IAllocationPaymentsRequest';\nimport {IOrderReferenceFee} from '../../interfaces/IOrderReferenceFee';\nimport { BehaviorSubject } from 'rxjs';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentViewService {\n private ordersList = <BehaviorSubject<IOrderReferenceFee[]>>new BehaviorSubject([]);\n\n private meta: Meta;\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentDetails(paymentReference: string, paymentMethod: string): Observable<IPayment> {\n this.logger.info('Payment-view-service getPaymentDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n getPaymentGroupDetails(paymentGroupReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentGroupReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getApportionPaymentDetails(paymentReference: string): Observable<IPaymentGroup> {\n this.logger.info('Payment-view-service getPaymentGroupDetails for: ', paymentReference);\n\n return this.http.get<IPayment>(`${this.paymentLibService.API_ROOT}/payment-groups/fee-pay-apportion/${paymentReference}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPayments(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnidentifiedPayments(body: UnidentifiedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSUnsolicitedPayments(body: UnsolicitedPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocationPayments(body: IAllocationPaymentsRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-allocations`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentGroupWithRemissions(paymentGroupReference: string, feeId: number, body: AddRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/remissions`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n deleteFeeFromPaymentGroup(feeId: number): Observable<any> {\n this.logger.info('Payment-view-service deleteFeeFromPaymentGroup for: ', feeId);\n return this.https.delete(`${this.paymentLibService.API_ROOT}/fees/${feeId}`).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postPaymentToPayHub(body: PaymentToPayhubRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postPaymentAntennaToPayHub(body: PayhubAntennaRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/telephony-card-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getBSfeature(): Observable<any> {\n return this.https.get('api/payment-history/bulk-scan-feature', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getSiteID(): Observable<any> {\n return this.https.get('api/payment-history/refdata/legacy-sites', { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n getPartyDetails(caseNumber: string): Observable<any> {\n const url = `${this.paymentLibService.API_ROOT}/case-payment-orders?case-ids=${caseNumber}`;\n return this.https.get(url, { withCredentials: true }).pipe( catchError(this.errorHandlerService.handleError));\n }\n \n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n}\n getOrdersList() {\n return this.ordersList;\n }\n\n //issue refund\n postRefundsReason(body: PostRefundRetroRemission): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-for-payment`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n // retro remissions\n postPaymentGroupWithRetroRemissions(paymentGroupReference: string, feeId: number, body: AddRetroRemissionRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupReference}/fees/${feeId}/retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n\n postRefundRetroRemission(body:PostIssueRefundRetroRemission) {\n return this.https.post(`${this.paymentLibService.API_ROOT}/refund-retro-remission`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport { Observable, BehaviorSubject } from 'rxjs';\nimport {IOrderReferenceFee} from '../interfaces/IOrderReferenceFee';\nimport { IRefundList } from '../interfaces/IRefundList';\nimport { IPaymentView } from '../interfaces/IPaymentView'; \n\n@Injectable({\n providedIn: 'root'\n})\nexport class OrderslistService {\n private ordersList: BehaviorSubject<IOrderReferenceFee[]> = new BehaviorSubject<IOrderReferenceFee[]>(null);\n private refundView: BehaviorSubject<IRefundList> = new BehaviorSubject<IRefundList>(null);\n private caseType = new BehaviorSubject(\"\");\n getcaseType = this.caseType.asObservable();\n private feeExists = new BehaviorSubject<boolean>(null);\n getFeeExist = this.feeExists.asObservable();\n private ccdCaseNumber = new BehaviorSubject(\"\");\n getCCDCaseNumberforRefund = this.ccdCaseNumber.asObservable();\n private isFromServiceRequestPage = new BehaviorSubject<boolean>(null);\n getisFromServiceRequestPage = this.isFromServiceRequestPage.asObservable();\n private OrderRefId = new BehaviorSubject(\"\");\n getOrderRefId = this.OrderRefId.asObservable();\n private navigationPage = new BehaviorSubject(\"\");\n getnavigationPage = this.navigationPage.asObservable();\n\n private paymentPageView: BehaviorSubject<IPaymentView> = new BehaviorSubject<IPaymentView>(null);\n\n constructor() { }\n\n setOrdersList(orderLevelFees: IOrderReferenceFee[]): void {\n this.ordersList.next(Object.assign([], orderLevelFees));\n }\n getOrdersList() {\n return this.ordersList;\n }\n\n setRefundView(refundList: IRefundList): void {\n this.refundView.next(Object.assign([], refundList));\n }\n getRefundView() {\n return this.refundView;\n }\n\n setCaseType(caseType: string){\n this.caseType.next(caseType);\n }\n getCaseType(){\n return this.caseType;\n }\n\n setCCDCaseNumber(ccdCaseNumber: string){\n this.ccdCaseNumber.next(ccdCaseNumber);\n }\n getCCDCaseNumber(){\n return this.ccdCaseNumber;\n }\n\n setFeeExists(feeExists: boolean){\n this.feeExists.next(feeExists);\n }\n getFeeExists(){\n return this.feeExists;\n } \n\n setisFromServiceRequestPage(isFromServiceRequestPage: boolean){\n this.isFromServiceRequestPage.next(isFromServiceRequestPage);\n }\n getisFromServiceRequestPages(){\n return this.isFromServiceRequestPage;\n }\n\n setOrderRefId(OrderRefId: string){\n this.OrderRefId.next(OrderRefId);\n }\n getSelectedOrderRefId(){\n return this.OrderRefId;\n }\n\n setnavigationPage(navigationPage: string){\n this.navigationPage.next(navigationPage);\n }\n getnavigationPageValue(){\n return this.navigationPage;\n }\n\n setpaymentPageView(paymentpageList: IPaymentView): void {\n this.paymentPageView.next(Object.assign([], paymentpageList));\n }\n getpaymentPageView() {\n return this.paymentPageView;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\nimport { ChangeDetectorRef } from '@angular/core';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-payment-view',\n templateUrl: './payment-view.component.html',\n styleUrls: ['./payment-view.component.css']\n})\nexport class PaymentViewComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() isTakePayment: boolean;\n @Input() caseType: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() orderRef: boolean;\n @Input() orderStatus: boolean;\n @Input() orderTotalPayments: boolean;\n @Input() payment: IPayment;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n ccdCaseNumber: string;\n selectedOption: string;\n dcnNumber: string;\n isStatusAllocated: boolean;\n isRemissionsMatch: boolean;\n feeId: IFee;\n viewStatus: string;\n isRefundRemission: boolean = false;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n remissions: IRemission[] = [];\n remissionFeeAmt: number;\n isRefundRemissionBtnEnable: boolean;\n\n constructor(private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private cd: ChangeDetectorRef,\n private OrderslistService: OrderslistService) {\n }\n\n ngAfterContentChecked(): void {\n this.cd.detectChanges();\n } \n\n ngOnInit() {\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.viewStatus = 'paymentview';\n this.paymentViewService.getApportionPaymentDetails(this.paymentLibComponent.paymentReference).subscribe(\n paymentGroup => {\n let fees = [];\n paymentGroup.fees.forEach(fee => {\n this.isRemissionsMatch = false;\n\n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n console.log(this.paymentGroup.payments[0] + '1');\n },\n (error: any) => this.errorMessage = error\n );\n\n }\n\n get isCardPayment(): boolean {\n return this.paymentGroup.payments[0].method === 'card';\n }\n\n get isTelephonyPayment(): boolean {\n return this.paymentGroup.payments[0].channel === 'telephony';\n }\n\n public goToPaymentList(): void {\n this.paymentLibComponent.viewName = 'payment-list';\n }\n\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n this.OrderslistService.setnavigationPage('casetransactions');\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISBSENABLE = true;\n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.paymentViewService.getApportionPaymentDetails(this.paymentGroup.payments[0].reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n this.paymentLibComponent.isFromPaymentDetailPage = true;\n this.viewStatus = 'addremission';\n this.isRefundRemission = true;\n this.cd.detectChanges();\n },\n (error: any) => this.errorMessage = error\n );\n }\n }\n\n checkForFees(paymentGroup: any) {\n if(paymentGroup !== null && paymentGroup !== undefined)\n {\n if (paymentGroup.fees !== null && paymentGroup.fees !== undefined) {\n return true;\n }\n \n }\n return false;\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n if(this.chkIsRefundRemissionBtnEnable() && this.payment !== undefined) {\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}&selfExclusive=${selfexclusive}`, \n {\n withCredentials: true\n})\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetRefundStatusHistory(reference?: string) {\n return this.http.get<IRefundStatusHistory>(`${this.paymentLibService.REFUNDS_API_ROOT}/${reference}/status-history`, \n {\n withCredentials: true\n})\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n\ngetRefundStatusList(ccdCaseNumber:string): Observable<IRefundList[]> {\n return this.http.get<IRefundList[]>(`${this.paymentLibService.REFUNDS_API_ROOT}?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).replace(/['\"]+/g, '');\n },\n err => {\n this.errorMessage = this.getErrorMessage(true, err.statusCode, err.err, err);\n }\n );\n } else {\n if(controls.refundActionField.value == \"\") {\n this.resetForm([true, false, false, false, false, false, false, false], 'action');\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == \"\") {\n this.resetForm([false, true, false, false, false, false, false, false], 'rejectReason');\n }\n if(controls.refundActionField.value == 'Return to caseworker') {\n if(controls.sendMeBackField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'addAreason');\n }\n if(controls.sendMeBackField.value != '' && controls.sendMeBackField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.minlength && processFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'addAreason');\n }\n if(processFormError && processFormError.maxlength && processFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'addAreason');\n }\n }\n if(controls.refundActionField.value == 'Reject' && controls.refundRejectReasonField.value == 'RE005') {\n if(controls.enterReasonField.value === \"\") {\n this.resetForm([false, false, false, false, false, false, true, false], 'enterReason');\n }\n if(controls.enterReasonField.value!== \"\" && controls.enterReasonField.invalid) {\n this.resetForm([false, false, false, false, false, false, false, true], 'enterReason');\n }\n }\n }\n\n }\n getErrorMessage(isErrorExist, status, errorMsg, err) {\n let bodyTxt = 'Please try again later';\n if (status !== 500) {\n if (errorMsg !== undefined) {\n bodyTxt = errorMsg;\n } else {\n bodyTxt = err;\n }\n \n }\n return {\n title: 'Something went wrong',\n body: bodyTxt,\n showError: isErrorExist\n };\n }\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n window.location.href='/refund-list?takePayment=false&refundlist=true';\n } else {\n this.paymentLibComponent.viewName = 'refund-list';\n }\n }\n redirecttoRefundListPage() {\n if(this.paymentLibComponent.API_ROOT === 'api/payment-history') {\n window.location.href='/refund-list?takePayment=false&refundlist=true';\n }\n else {\n this.loadRefundListPage();\n }\n }\n // loadCaseTransactionPage() {\n // this.paymentLibComponent.isRefundStatusView = false;\n // this.paymentLibCo}mponent.TAKEPAYMENT = true;\n // this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n\n // let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n // partUrl += this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n // partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n // partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n // partUrl += this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n // partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n // partUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n // partUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n // let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n // this.router.navigateByUrl(url);\n // }\n\n resetForm(vals, field) {\n if(field==='action' || field==='all') {\n this.refundActionsHasError = vals[0];\n }\n if(field==='rejectReason' || field==='all') {\n this.refundRejectReasonHasError = vals[1];\n }\n if(field==='addAreason' || field==='all') {\n this.isReasonFieldEmpty = vals[2];\n this.isReasonFieldInvalid = vals[3];\n this.reasonFieldMinHasError = vals[4];\n this.reasonFieldMaxHasError = vals[5];\n }\n if(field==='enterReason' || field==='all') {\n this.isReasonEmpty = vals[6];\n this.isReasonInvalid = vals[7];\n }\n }\n}\n","import {Component, OnInit, Input} from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundList } from '../../interfaces/IRefundList';\n\n@Component({\n selector: 'ccpay-refund-list',\n templateUrl: './refund-list.component.html',\n styleUrls: ['./refund-list.component.css']\n})\nexport class RefundListComponent implements OnInit {\n @Input('USERID') USERID: string;\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: any[];\n @Input('LOGGEDINUSEREMAIL') LOGGEDINUSEREMAIL:string;\n\n constructor(private refundService: RefundsService) {\n }\n\n tableApprovalHeader: string;\n tableRejectedHeader: string;\n submittedRefundList: IRefundList[] = [];\n rejectedRefundList: IRefundList[] = [];\n approvalStatus = 'sent for approval';\n rejectStatus = 'sent back';\n errorMessage = null;\n isApproveTableVisible:boolean;\n isRejectTableVisible:boolean;\n dropdownvalue: string;\n isAuthorized: boolean = true;\n userLst\n ngOnInit() {\n \n this.userLst = this.LOGGEDINUSERROLES;\n\n \n if(this.LOGGEDINUSERROLES.some(i =>i.includes('payments-refund-approver'))){\n // this.isApproveTableVisible = true;\n this.isAuthorized = true;\n } else {\n this.isApproveTableVisible = false;\n this.isAuthorized = false;\n }\n\n \n this.tableApprovalHeader = 'Refunds to be approved';\n this.tableRejectedHeader = 'Refunds returned to caseworker';\n\n // if(this.dropdownvalue !== 'caseworker-probate-authorize') {\n // this.isAuthorized = false;\n // } else {\n // this.isAuthorized = true;\n // }\n\n if(this.isAuthorized) {\n this.refundService.getRefundList(this.approvalStatus,true).subscribe(\n refundList => {\n this.submittedRefundList = refundList['refund_list'];\n this.isApproveTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n this.refundService.getRefundList(this.rejectStatus,false).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n this.isRejectTableVisible = true;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n\n }\n\n // selectchange(args){ \n // this.dropdownvalue = args.target.value;\n // if(args.target.value === 'caseworker-probate-authorize') {\n // this.isApproveTableVisible = true;\n // } else {\n // this.isApproveTableVisible = false;\n // }\n // this.ngOnInit();\n \n // } \n \n}","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {Observable} from 'rxjs/internal/Observable';\n\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport { catchError } from 'rxjs/operators';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CardDetailsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getCardDetails(paymentReference: string): Observable<ICardDetails> {\n this.logger.info('Card-detail-service getCardDetails for: ', paymentReference);\n\n return this.http.get<ICardDetails>(`${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/details`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { CardDetailsService } from '../../services/card-details/card-details.service';\nimport {ICardDetails} from '../../interfaces/ICardDetails';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-card-details',\n templateUrl: './card-details.component.html',\n styleUrls: ['./card-details.component.css']\n})\nexport class CardDetailsComponent implements OnInit {\n pageTitle: string = 'Card details';\n cardDetails: ICardDetails;\n paymentReference: string;\n errorMessage: string;\n\n constructor(private cardDetailsService: CardDetailsService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.cardDetailsService.getCardDetails(this.paymentLibComponent.paymentReference).subscribe(\n cardDetails => this.cardDetails = cardDetails,\n (error: any) => this.errorMessage = <any>error\n );\n }\n\n get getPaymentReference(): string {\n return this.paymentReference;\n }\n\n}\n","import { Component } from '@angular/core';\n\n@Component({\n template: `\n <h1>This is not the page you were looking for!</h1>\n `\n})\nexport class PageNotFoundComponent { }\n","import { Injectable } from '@angular/core';\nimport { PaymentLibService } from '../../payment-lib.service';\nimport { HttpClient } from '@angular/common/http';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { Observable } from 'rxjs/internal/Observable';\nimport { ErrorHandlerService } from '../shared/error-handler.service';\nimport { catchError } from 'rxjs/operators';\nimport { LoggerService } from '../shared/logger/logger.service';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class StatusHistoryService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService) { }\n\n getPaymentStatusesByReference(paymentReference: string, paymentMethod: string): Observable<IStatusHistories> {\n this.logger.info('Status-history-service getPaymentStatusesByReference for: ', paymentReference);\n\n return this.http.get<IStatusHistories>(paymentMethod === 'card' || paymentMethod === 'cash' || paymentMethod === 'cheque' || paymentMethod === 'postal order' ?\n `${this.paymentLibService.API_ROOT}/card-payments/${paymentReference}/statuses` :\n `${this.paymentLibService.API_ROOT}/credit-account-payments/${paymentReference}/statuses`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IStatusHistories } from '../../interfaces/IStatusHistories';\nimport { StatusHistoryService } from '../../services/status-history/status-history.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\n\n@Component({\n selector: 'ccpay-payment-statuses',\n templateUrl: './status-history.component.html',\n styleUrls: ['./status-history.component.css']\n})\nexport class StatusHistoryComponent implements OnInit {\n @Input() isTakePayment: boolean;\n pageTitle: string = 'Payment status history';\n statuses: IStatusHistories;\n errorMessage: string;\n\n constructor(private statusHistoryService: StatusHistoryService,\n private paymentLibComponent: PaymentLibComponent) { }\n\n ngOnInit() {\n this.statusHistoryService.getPaymentStatusesByReference(this.paymentLibComponent.paymentReference, this.paymentLibComponent.paymentMethod).subscribe(\n statuses => this.statuses = statuses,\n (error: any) => this.errorMessage = <any>error.replace(/\"/g,\"\")\n );\n }\n\n}\n","import { Component, Input, OnInit } from '@angular/core';\nimport { IPayment } from '../../interfaces/IPayment';\n\n@Component({\n selector: 'ccpay-pba-details',\n templateUrl: './pba-details.component.html',\n styleUrls: ['./pba-details.component.css']\n})\nexport class PbaDetailsComponent implements OnInit {\n @Input() payment: IPayment;\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { Injectable } from '@angular/core';\nimport { Logger } from './logger.service';\n\nexport let isDebugMode = false;\n\nconst noop = (): any => undefined;\n\n@Injectable({\n providedIn: 'root'\n})\nexport class ConsoleLoggerService implements Logger {\n\n get info() {\n if (isDebugMode) {\n return console.info.bind(console);\n } else {\n return noop;\n }\n }\n\n get warn() {\n if (isDebugMode) {\n return console.warn.bind(console);\n } else {\n return noop;\n }\n }\n\n get error() {\n if (isDebugMode) {\n return console.error.bind(console);\n } else {\n return noop;\n }\n }\n\n invokeConsoleMethod(type: string, args?: any): void {\n const logFn: Function = (console)[type] || console.log || noop;\n logFn.apply(console, [args]);\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {LoggerService} from '../shared/logger/logger.service';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {catchError} from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class CaseTransactionsService {\n\n constructor(private http: HttpClient,\n private logger: LoggerService,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getPaymentGroups(ccdCaseNumber: string): Observable<IPaymentGroup[]> {\n this.logger.info('Case-transactions-service getPaymentGroups for: ', ccdCaseNumber);\n\n return this.http.get<IPaymentGroup[]>(`${this.paymentLibService.API_ROOT}/cases/${ccdCaseNumber}/paymentgroups`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n}\n","import { Injectable } from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {ErrorHandlerService} from '../shared/error-handler.service';\nimport { WebComponentHttpClient } from '../shared/httpclient/webcomponent.http.client';\nimport {PaymentLibService} from '../../payment-lib.service';\nimport {Observable} from 'rxjs/Observable';\nimport {catchError} from 'rxjs/operators';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\n\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BulkScaningPaymentService {\n\n constructor(private http: HttpClient,\n private https: WebComponentHttpClient,\n private errorHandlerService: ErrorHandlerService,\n private paymentLibService: PaymentLibService\n ) { }\n\n getBSPaymentsByCCD(ccdCaseNumber: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases/${ccdCaseNumber}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n getBSPaymentsByDCN(dcn: string): Observable<IBSPayments> {\n return this.http.get<IBSPayments>(`${this.paymentLibService.BULKSCAN_API_ROOT}/cases?document_control_number=${dcn}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSAllocatePayment(body: AllocatePaymentRequest, paymentRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentRef}/bulk-scan-payments`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSPaymentStrategic(body: AllocatePaymentRequest, paymentGroupRef: string): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/${paymentGroupRef}/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n postBSWoPGStrategic(body: AllocatePaymentRequest): Observable<any> {\n return this.https.post(`${this.paymentLibService.API_ROOT}/payment-groups/bulk-scan-payments-strategic`, body).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n patchBSChangeStatus(dcnNumber: string, status: string): Observable<any> {\n return this.https.patch(`${this.paymentLibService.API_ROOT}/bulk-scan-payments/${dcnNumber}/status/${status}`, status).pipe(\n catchError(this.errorHandlerService.handleError)\n );\n }\n calculateOutStandingAmount(paymentGroup: IPaymentGroup): number {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n } \n return (feesTotal - remissionsTotal) - paymentsTotal;\n }\n\n removeUnwantedString(input: string, replaceText: string) {\n const pattern = /[\\_]/gi;\n return input.replace(pattern, replaceText);\n }\n\n downloadSelectedReport(reportName: string, startDate: string, endDate:string): Observable<any> {\n return this.https.get(`${this.paymentLibService.BULKSCAN_API_ROOT}/report/data?date_from=${startDate}&date_to=${endDate}&report_type=${reportName}`, {\n withCredentials: true\n })\n .pipe(\n catchError(this.errorHandlerService.handleError)\n );\n}\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { CaseTransactionsService } from '../../services/case-transactions/case-transactions.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IFee } from '../../interfaces/IFee';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IPaymentView } from '../../interfaces/IPaymentView';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { Router } from '@angular/router';\nimport * as ls from \"local-storage\";\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-case-transactions',\n templateUrl: './case-transactions.component.html',\n styleUrls: ['./case-transactions.component.css']\n})\nexport class CaseTransactionsComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[];\n takePayment: boolean;\n servicerequest: string;\n ccdCaseNumber: string;\n excReference: string;\n paymentGroups: any[] = [];\n payments: IPayment[] = [];\n nonPayments: IPayment[] = [];\n allPayments: IPayment[] = [];\n remissions: IRemission[] = [];\n fees: IFee[] = [];\n errorMessage: string;\n totalFees: number;\n totalPayments: number;\n totalNonOffPayments: number;\n totalRemissions: number;\n selectedOption: string;\n dcnNumber: string;\n paymentRef: string;\n isTurnOff: boolean;\n isNewPcipalOff: boolean;\n isRefundRemission: boolean = true;\n isOldPcipalOff: boolean;\n isStrategicFixEnable: boolean;\n isAddFeeBtnEnabled: boolean = true;\n isExceptionRecord: boolean = false;\n isUnprocessedRecordSelected: boolean = false;\n exceptionRecordReference: string;\n isAnyFeeGroupAvilable: boolean = true;\n isHistoricGroupAvailable: boolean = false;\n isBulkScanEnable;\n isRemissionsMatch: boolean;\n viewStatus = 'main';\n isRemoveBtnDisabled: boolean = false;\n feeId: IFee;\n clAmountDue: number = 0;\n unprocessedRecordCount: number;\n isFeeRecordsExist: boolean = false;\n isGrpOutstandingAmtPositive: boolean = false;\n totalRefundAmount: Number;\n caseType: String;\n lsCcdNumber: any = ls.get<any>('ccdNumber');\n payment: IPayment;\n paymentGroup: IPaymentGroup;\n paymentView: IPaymentView;\n\n //Order changes\n orderDetail: any[] = [];\n\n isAddRemissionEnable: boolean = false;\n orderRemissionDetails: any[] = [];\n orderLevelFees: IOrderReferenceFee[] = [];\n cpoDetails: any = null;\n orderRef: string;\n orderStatus: string;\n orderParty: string;\n orderCreated: Date;\n orderCCDEvent: string;\n serviveRequestValue: string;\n orderAddBtnEnable: boolean;\n orderFeesTotal: number = 0.00;\n orderRemissionTotal: number = 0.00;\n orderTotalPayments: number = 0.00;\n orderPendingPayments: number = 0.00;\n isCPODown: boolean;\n test: boolean;\n isPBA: boolean = false;\n isIssueRefunfBtnEnable: boolean = false;\n isAddRemissionBtnEnabled: boolean = false;\n isRefundRemissionBtnEnable: boolean = false;\n allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];\n isFromServiceRequestPage: boolean;\n navigationpage: string;\n remissionFeeAmt: number;\n constructor(private router: Router,\n private paymentViewService: PaymentViewService,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private caseTransactionsService: CaseTransactionsService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n this.navigationpage = '';\n if(this.OrderslistService.getpaymentPageView() !== null) {\n this.OrderslistService.getpaymentPageView().subscribe((data) => this.paymentView = data);\n }\n if(this.OrderslistService.getnavigationPageValue() !== null) {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n }\n \n \n if (this.paymentView !== undefined && this.paymentView !== null && this.paymentView.payment_group_reference !== undefined && this.navigationpage === 'paymentdetailspage') {\n this.goToPayementView(this.paymentView.payment_group_reference, this.paymentView.reference, this.paymentView.method);\n }\n this.isGrpOutstandingAmtPositive = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.caseType = this.paymentLibComponent.CASETYPE;\n if (this.paymentLibComponent.CCD_CASE_NUMBER === '') {\n this.ccdCaseNumber = this.paymentLibComponent.EXC_REFERENCE;\n }\n this.excReference = this.paymentLibComponent.EXC_REFERENCE;\n this.takePayment = this.paymentLibComponent.TAKEPAYMENT;\n this.servicerequest = this.paymentLibComponent.SERVICEREQUEST;\n if (this.paymentLibComponent.SERVICEREQUEST === 'true') {\n this.serviveRequestValue = 'true';\n } else {\n this.serviveRequestValue = 'false';\n }\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewPcipalOff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldPcipalOff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n if (!this.isTurnOff) {\n if (this.lsCcdNumber !== this.ccdCaseNumber) {\n this.router.navigateByUrl(`/ccd-search?takePayment=true`);\n }\n\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.calculateRefundAmount();\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.getSelectedOrderRefId().subscribe((data) => this.orderRef = data);\n this.goToOrderViewDetailSection(this.orderRef);\n // this.viewStatus = 'order-full-view';\n }\n\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).data.content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.isCPODown = true;\n }\n );\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n } else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.isAnyFeeGroupAvilable =true;\n this.paymentGroups = paymentGroups['payment_groups'];\n this.calculateAmounts();\n this.calculateOrderFeesAmounts();\n this.totalRefundAmount = this.calculateRefundAmount();\n this.paymentViewService.getPartyDetails(this.ccdCaseNumber).subscribe(\n response => {\n this.cpoDetails = JSON.parse(response).data.content[0];\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.setDefaults();\n this.isCPODown = true;\n }\n );\n\n },\n (error: any) => {\n this.errorMessage = <any>error.replace(/\"/g,\"\");\n this.isAnyFeeGroupAvilable = false;\n this.setDefaults();\n }\n );\n }\n\n if( this.paymentGroups !== undefined) {\n this.checkForExceptionRecord();\n }\n \n if(this.OrderslistService.getisFromServiceRequestPages() !== null) {\n this.OrderslistService.getisFromServiceRequestPages().subscribe((data) => this.isFromServiceRequestPage = data);\n }\n \n }\n\n setDefaults(): void {\n this.totalPayments = 0.00;\n this.totalRemissions = 0.00;\n this.totalNonOffPayments = 0.00;\n this.totalFees = 0.00;\n }\n\n getAllocationStatus(payments: any) {\n\n let paymentAllocation = payments.payment_allocation,\n isAllocationStatusExist = paymentAllocation.length > 0;\n return isAllocationStatusExist ? paymentAllocation[0].allocation_status : '-';\n //return \"-\";\n\n }\n\n checkForExceptionRecord(): void {\n \n if (this.paymentGroups.length === 0 && (this.selectedOption.toLocaleLowerCase() === 'ccdorexception' || this.selectedOption.toLocaleLowerCase() === 'rc')) {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n recordData => {\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n }\n\n if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length === undefined && recordData['data'].ccd_reference > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n });\n }\n\n if (this.paymentGroups.length === 0 && this.selectedOption.toLocaleLowerCase() === 'dcn') {\n if (this.paymentLibComponent.CCD_CASE_NUMBER.length > 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n } else if (this.paymentLibComponent.CCD_CASE_NUMBER.length === 0 && this.paymentLibComponent.EXC_REFERENCE.length > 0) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n }\n if (this.paymentGroups.length > 0)\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.case_reference !== undefined && payment.ccd_case_number === undefined) {\n this.isExceptionRecord = true;\n this.isAddFeeBtnEnabled = false;\n } else {\n this.isExceptionRecord = false;\n this.isAddFeeBtnEnabled = true;\n }\n\n });\n }\n });\n }\n\n calculateOrderFeesAmounts(): void {\n let feesTotal = 0.00;\n this.paymentGroups.forEach(paymentGroup => {\n this.resetOrderVariables();\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount\n }\n )\n }\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n\n this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n if (this.orderPendingPayments <= 0.00) {\n this.orderStatus = 'Paid';\n this.orderAddBtnEnable = false;\n } else if (this.orderFeesTotal > 0 && (this.orderTotalPayments > 0 || this.orderRemissionTotal > 0) && (this.orderTotalPayments < this.orderPendingPayments)) {\n this.orderStatus = 'Partially paid'\n this.orderAddBtnEnable = true;\n } else {\n this.orderStatus = 'Not paid'\n this.orderAddBtnEnable = true;\n }\n\n //this.orderLevelFees.push({orderRefId:paymentGroup['payment_group_reference'],orderTotalFees: this.orderFeesTotal,orderStatus: this.orderStatus,orderParty:'Santosh', orderCCDEvent:'Case Creation',orderCreated: new Date(), orderAddBtnEnable: this.orderAddBtnEnable}); this.cpoDetails['createdTimestamp']\n if (this.cpoDetails !== null) {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: this.cpoDetails['responsibleParty'], orderCCDEvent: this.cpoDetails['action'], orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n\n } else {\n this.orderLevelFees.push({ orderRefId: paymentGroup['payment_group_reference'], orderTotalFees: this.orderFeesTotal, orderStatus: this.orderStatus, orderParty: '', orderCCDEvent: '', orderCreated: paymentGroup['date_created'], orderAddBtnEnable: this.orderAddBtnEnable });\n }\n\n if (this.orderStatus !== 'Paid') {\n this.OrderslistService.setOrdersList(this.orderLevelFees);\n }\n });\n };\n\n resetOrderVariables(): void {\n this.orderFeesTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderPendingPayments = 0.00;\n this.isAddFeeBtnEnabled = true;\n\n };\n\n goToOrderViewDetailSection(orderReferenceObj: any) {\n if (this.isFromServiceRequestPage) {\n this.OrderslistService.setOrderRefId(orderReferenceObj);\n this.orderRef = orderReferenceObj;\n } else {\n this.OrderslistService.setOrderRefId(orderReferenceObj.orderRefId);\n this.orderRef = orderReferenceObj.orderRefId;\n }\n\n this.orderFeesTotal = 0.00;\n this.orderRemissionTotal = 0.00;\n this.orderTotalPayments = 0.00;\n this.orderPendingPayments = 0.00;\n\n this.orderDetail = this.paymentGroups.filter(x => x.payment_group_reference === this.orderRef);\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.fees) {\n orderDetail.fees.forEach(fee => {\n this.orderFeesTotal = this.orderFeesTotal + fee.calculated_amount;\n });\n }\n if (orderDetail.remissions) {\n orderDetail.remissions.forEach(remission => {\n this.orderRemissionTotal = this.orderRemissionTotal + remission.hwf_amount;\n });\n if (orderDetail.payments) {\n this.payment = orderDetail.payments[0];\n orderDetail.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n this.orderTotalPayments = this.orderTotalPayments + payment.amount;\n }\n });\n }\n }\n });\n this.orderPendingPayments = (this.orderFeesTotal - this.orderRemissionTotal) - this.orderTotalPayments;\n // this.orderRef = orderReferenceObj.orderRefId;\n if (this.orderPendingPayments <= 0.00) {\n this.orderStatus = 'Paid';\n } else if (this.orderFeesTotal > 0 && (this.orderTotalPayments > 0 || this.orderRemissionTotal > 0) && (this.orderTotalPayments < this.orderPendingPayments)) {\n this.orderStatus = 'Partially paid'\n } else {\n this.orderStatus = 'Not paid'\n }\n\n if (this.cpoDetails !== null) {\n this.orderParty = this.cpoDetails['responsibleParty'];\n this.orderCreated = this.cpoDetails['createdTimestamp'];\n this.orderCCDEvent = this.cpoDetails['action'];\n } else {\n this.orderParty = '';\n this.orderCCDEvent = '';\n this.orderCreated = orderReferenceObj.orderCreated;\n }\n this.viewStatus = 'order-full-view';\n }\n\n redirectToOrderFeeSearchPage(event: any, orderef: any) {\n if(orderef.orderAddBtnEnable) {\n event.preventDefault();\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = orderef.orderRefId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n }\n\n goToCaseTransationPage(event: any) {\n event.preventDefault();\n this.isFromServiceRequestPage = false;\n this.viewStatus = 'main'\n this.paymentLibComponent.viewName = 'case-transactions';\n }\n\n\n calculateAmounts(): void {\n let feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n nonOffLinePayment = 0.00;\n\n this.paymentGroups.forEach(paymentGroup => {\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n if (fee.date_created) {\n let a = fee.amount_due === undefined;\n let b = fee.amount_due <= 0;\n this.clAmountDue = a ? this.clAmountDue + fee.net_amount : b ? this.clAmountDue + 0 : this.clAmountDue + fee.amount_due;\n }\n fee['payment_group_reference'] = paymentGroup['payment_group_reference'];\n this.fees.push(fee);\n } else {\n feesTotal = feesTotal + fee.calculated_amount;\n this.fees.push(fee);\n }\n\n });\n }\n if (this.isTurnOff) {\n this.totalFees = feesTotal;\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n let allocationLen = payment.payment_allocation;\n\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n if (allocationLen.length === 0 || allocationLen.length > 0 && allocationLen[0].allocation_status === 'Allocated') {\n nonOffLinePayment = nonOffLinePayment + payment.amount;\n }\n if (allocationLen.length > 0) {\n this.nonPayments.push(payment);\n }\n }\n if (allocationLen.length === 0) {\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n } else {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n this.payments.push(payment);\n }\n payment.paymentGroupReference = paymentGroup.payment_group_reference\n this.allPayments.push(payment);\n }\n });\n }\n this.totalPayments = paymentsTotal;\n // new feature Apportionment toggle changes\n if (!this.isTurnOff) {\n this.totalNonOffPayments = nonOffLinePayment;\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remisison => {\n remissionsTotal = remissionsTotal + remisison.hwf_amount;\n this.remissions.push(remisison);\n });\n }\n this.totalRemissions = remissionsTotal;\n });\n\n }\n\n calculateRefundAmount() {\n if (!this.isTurnOff) {\n let isNewPaymentGroup = false;\n\n this.paymentGroups.forEach((paymentGroup, index) => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00,\n fees = [];\n\n if (paymentGroup.fees) {\n // this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n\n this.isRemissionsMatch = false;\n paymentGroup.remissions.forEach(rem => {\n if (rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n // if(!fees.find(k => k.code=fee.code))\n // {\n fees.push(fee);\n //}\n }\n });\n\n if (!this.isRemissionsMatch) {\n fees.push(fee);\n }\n\n if (fee.date_created) {\n isNewPaymentGroup = true;\n } else {\n this.isHistoricGroupAvailable = true;\n this.paymentGroups[index]['old'] = true;\n }\n });\n this.paymentGroups[index].fees = fees;\n }\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount > 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = true;\n this.isFeeRecordsExist = true;\n this.paymentRef = paymentGroup.payment_group_reference;\n }\n if (paymentGroup.fees && paymentGroup.fees.length > 0 && grpOutstandingAmount <= 0 && isNewPaymentGroup) {\n this.isAnyFeeGroupAvilable = false;\n }\n });\n if ((!isNewPaymentGroup && this.isHistoricGroupAvailable) || (!isNewPaymentGroup && !this.isHistoricGroupAvailable)) {\n this.isAnyFeeGroupAvilable = false;\n }\n } else {\n let totalRefundAmount = 0,\n isFeeAmountZero = false;\n this.paymentGroups.forEach(paymentGroup => {\n let grpOutstandingAmount = 0.00,\n feesTotal = 0.00,\n paymentsTotal = 0.00,\n remissionsTotal = 0.00;\n if (paymentGroup.fees) {\n this.isFeeRecordsExist = true;\n paymentGroup.fees.forEach(fee => {\n feesTotal = feesTotal + fee.calculated_amount;\n if (fee.calculated_amount === 0) {\n isFeeAmountZero = true\n }\n });\n\n }\n\n if (paymentGroup.payments) {\n paymentGroup.payments.forEach(payment => {\n if (payment.status.toUpperCase() === 'SUCCESS') {\n paymentsTotal = paymentsTotal + payment.amount;\n }\n });\n }\n\n if (paymentGroup.remissions) {\n paymentGroup.remissions.forEach(remission => {\n remissionsTotal = remissionsTotal + remission.hwf_amount;\n });\n }\n grpOutstandingAmount = (feesTotal - remissionsTotal) - paymentsTotal;\n if (grpOutstandingAmount < 0) {\n if (totalRefundAmount === 0) {\n totalRefundAmount = grpOutstandingAmount;\n } else {\n totalRefundAmount = (totalRefundAmount + grpOutstandingAmount);\n }\n }\n else if (grpOutstandingAmount > 0 || (grpOutstandingAmount === 0 && isFeeAmountZero)) {\n this.isGrpOutstandingAmtPositive = true;\n }\n });\n return totalRefundAmount * -1;\n }\n }\n\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);;\n }\n\n redirectToFeeSearchPage(event: any) {\n event.preventDefault();\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.isTurnOff ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n url += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += `&caseType=${this.caseType}`\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}${url}`);\n }\n\n addRemission(fee: IFee) {\n if(this.chkForAddRemission(fee.code)) {\n this.feeId = fee;\n this.viewStatus = 'addremission';\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.paymentLibComponent.paymentReference));\n this.payment = this.paymentGroup.payments[0];\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n }\n\n addRefundForRemission(payment: IPayment, remission: IRemission[],fees:any) {\n this.viewStatus = 'addrefundforremission';\n \n this.payment = payment;\n this.paymentViewService.getApportionPaymentDetails(this.payment.reference).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n\n this.paymentGroup.payments = this.paymentGroup.payments.filter\n (paymentGroupObj => paymentGroupObj['reference'].includes(this.payment.reference));\n this.payment = this.paymentGroup.payments[0];\n this.remissions = remission;\n this.remissionFeeAmt = fees.filter(data=>data.code === this.remissions['fee_code'])[0].net_amount;\n // const paymentAllocation = this.paymentGroup.payments[0].payment_allocation;\n // this.isStatusAllocated = paymentAllocation.length > 0 && paymentAllocation[0].allocation_status === 'Allocated' || paymentAllocation.length === 0;\n },\n (error: any) => this.errorMessage = error\n );\n }\n\n redirectToremissionPage(event: any) {\n event.preventDefault();\n this.paymentLibComponent.viewName = 'remission'\n }\n\n redirectToReportsPage(event: any) {\n event.preventDefault();\n this.router.navigateByUrl(`/reports?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}`);\n }\n\n loadFeeSummaryPage(paymentGroup: IPaymentGroup) {\n this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.payment_group_reference;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n }\n\n goToPaymentViewComponent(paymentGroup: any) {\n this.paymentLibComponent.paymentMethod = paymentGroup.paymentMethod;\n this.paymentLibComponent.paymentGroupReference = paymentGroup.paymentGroupReference;\n this.paymentLibComponent.paymentReference = paymentGroup.paymentReference;\n this.paymentLibComponent.viewName = 'payment-view';\n }\n\n goToPayementView(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent({ paymentGroupReference, paymentReference, paymentMethod });\n }\n\n selectedUnprocessedFeeEvent(unprocessedRecordId: string) {\n if (unprocessedRecordId) {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = false;\n }\n this.isUnprocessedRecordSelected = true;\n } else {\n if (this.isTurnOff) {\n this.isAddFeeBtnEnabled = true;\n }\n this.isUnprocessedRecordSelected = false;\n }\n }\n\n getUnprocessedFeeCount(unProcessedRecordCount: number) {\n this.unprocessedRecordCount = unProcessedRecordCount;\n }\n\n calculateAmountDue(fee: IFee) {\n\n if (fee.date_created) {\n return fee.amount_due !== undefined ? fee.amount_due : fee.net_amount;\n } else {\n return \"0.00\";\n }\n }\n\n confirmRemoveFee(fee: IFee) {\n this.isRemoveBtnDisabled = false;\n this.feeId = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n cancelRemoval() {\n this.viewStatus = 'main';\n }\n\n removeFee(fee: any) {\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n window.location.reload();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n\n issueRefund(payment: IPayment) {\n if (payment !== null && payment !== undefined) {\n if(this.chkIssueRefundBtnEnable(payment)) {\n this.viewStatus = 'issuerefund';\n this.payment = payment;\n this.isRefundRemission = true;\n }\n }\n }\n\n chkForAddRemission(feeCode: string): boolean {\n if (this.chkForPBAPayment() && this.check4AllowedRoles2AccessRefund()) {\n if (this.orderDetail[0]['remissions'].length > 0) {\n for (const remission of this.orderDetail[0]['remissions']) {\n if (remission.fee_code === feeCode) {\n return false;\n }\n }\n }\n return true;\n } else {\n return false;\n }\n }\n\n chkForPBAPayment(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isPBA = true;\n }\n });\n }\n });\n if (this.isPBA) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n chkIssueRefundBtnEnable(payment: IPayment): boolean {\n if (this.check4AllowedRoles2AccessRefund() && this.allowFurtherAccessAfter4Days(payment) &&\n payment.method === 'payment by account' && payment.status.toLocaleLowerCase() === 'success') {\n this.isIssueRefunfBtnEnable = true;\n }\n if (this.isIssueRefunfBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n\n chkIsRefundRemissionBtnEnable(): boolean {\n if (this.orderDetail !== null && this.orderDetail !== undefined) {\n this.orderDetail.forEach(orderDetail => {\n if (orderDetail.payments) {\n orderDetail.payments.forEach(payment => {\n if (payment.method.toLocaleLowerCase() === 'payment by account' && payment.status.toLocaleLowerCase() === 'success' && this.allowFurtherAccessAfter4Days(payment)) {\n this.isRefundRemissionBtnEnable = true;\n }\n });\n }\n });\n if (this.isRefundRemissionBtnEnable) {\n return true;\n } else {\n return false;\n };\n }\n }\n\n check4AllowedRoles2AccessRefund = (): boolean => {\n return this.allowedRolesToAccessRefund.some(role =>\n this.LOGGEDINUSERROLES.indexOf(role) !== -1\n );\n }\n\n allowFurtherAccessAfter4Days = (payment: IPayment): boolean => {\n if (payment !== null && payment !== undefined) {\n let tmp4DayAgo = new Date();\n tmp4DayAgo.setDate(tmp4DayAgo.getDate() - 4);\n return tmp4DayAgo >= new Date(payment.date_created);\n }\n }\n}\n\n","export class PaymentToPayhubRequest {\n currency = 'GBP';\n description = 'PayBubble payment';\n channel = 'telephony';\n provider = 'pci pal';\n case_type: string;\n\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","export class PayhubAntennaRequest {\n currency = 'GBP';\n case_type: string;\n ccd_case_number: string;\n amount: number;\n\n constructor(ccd_case_number: string, amount: number, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.amount = <any>amount.toFixed(2);\n this.case_type= caseType;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { IPaymentGroup } from '../../interfaces/IPaymentGroup';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { IFee } from '../../interfaces/IFee';\nimport { PaymentToPayhubRequest } from '../../interfaces/PaymentToPayhubRequest';\nimport { PayhubAntennaRequest } from '../../interfaces/PayhubAntennaRequest';\nimport { SafeHtml } from '@angular/platform-browser';\nimport {Router} from '@angular/router';\nimport {Location} from '@angular/common';\nimport { OrderslistService } from '../../services/orderslist.service';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-fee-summary',\n templateUrl: './fee-summary.component.html',\n styleUrls: ['./fee-summary.component.scss']\n})\n\nexport class FeeSummaryComponent implements OnInit {\n @Input() paymentGroupRef: string;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: string;\n @Input() caseType: string;\n @Input() isOldPcipalOff: string;\n @Input() isNewPcipalOff: string;\n\n\n bsPaymentDcnNumber: string;\n paymentGroup: IPaymentGroup;\n errorMessage: string;\n viewStatus = 'main';\n currentFee: IFee;\n totalFee: number;\n payhubHtml: SafeHtml;\n service: string = \"\";\n platForm: string = \"\";\n upPaymentErrorMessage: string;\n selectedOption:string;\n isBackButtonEnable: boolean = true;\n outStandingAmount: number;\n isFeeAmountZero: boolean = false;;\n totalAfterRemission: number = 0;\n isConfirmationBtnDisabled: boolean = false;\n isRemoveBtnDisabled: boolean = false;\n isPaymentExist: boolean = false;\n isRemissionsExist: Boolean = false;\n isRemissionsMatch = false;\n isStrategicFixEnable: boolean;\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private location: Location,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private OrderslistService: OrderslistService\n ) {}\n\n ngOnInit() {\n this.viewStatus = 'main';\n this.caseType = this.paymentLibComponent.CASETYPE;\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.setCaseType(this.paymentLibComponent.CASETYPE);\n if ((!this.isOldPcipalOff && this.isNewPcipalOff)) {\n this.platForm = '8x8';\n } else if ((this.isOldPcipalOff && !this.isNewPcipalOff)) {\n this.platForm = 'Antenna';\n } else if ((this.isOldPcipalOff && this.isNewPcipalOff)){\n this.platForm = '8x8';\n }\n\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n if (this.bsPaymentDcnNumber) {\n this.getUnassignedPaymentlist();\n }\n this.getPaymentGroup();\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.paymentLibComponent.DCN_NUMBER).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error';\n }\n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n if(unassignedPayments['data'].payments) {\n this.service = unassignedPayments['data'].responsible_service_id;\n } else {\n this.upPaymentErrorMessage = 'error'; \n } \n },\n (error: any) => this.upPaymentErrorMessage = error\n );\n }\n\n }\n\n getRemissionByFeeCode(feeCode: string): IRemission {\n if (this.paymentGroup && this.paymentGroup.remissions && this.paymentGroup.remissions.length > 0) {\n for (const remission of this.paymentGroup.remissions) {\n if (remission.fee_code === feeCode) {\n return remission;\n }\n }\n }\n return null;\n }\n\n addRemission(fee: IFee) {\n this.currentFee = fee;\n this.viewStatus = 'add_remission';\n }\n\n getPaymentGroup() {\n let fees = [];\n this.paymentViewService.getPaymentGroupDetails(this.paymentGroupRef).subscribe(\n paymentGroup => {\n this.paymentGroup = paymentGroup;\n this.isPaymentExist = paymentGroup.payments ? paymentGroup.payments.length > 0 : false;\n this.isRemissionsExist = paymentGroup.remissions ? paymentGroup.remissions.length > 0 : false;\n\n if (paymentGroup.fees) {\n paymentGroup.fees.forEach(fee => {\n this.totalAfterRemission = this.totalAfterRemission + fee.net_amount;\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true;\n }\n this.isRemissionsMatch = false;\n paymentGroup.remissions.forEach(rem => {\n if(rem.fee_code === fee.code) {\n this.isRemissionsMatch = true;\n fee['remissions'] = rem;\n fees.push(fee);\n }\n });\n \n if(!this.isRemissionsMatch) {\n fees.push(fee);\n }\n });\n paymentGroup.fees = fees;\n }\n\n this.outStandingAmount = this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n },\n (error: any) => this.errorMessage = error.replace(/\"/g,\"\")\n );\n }\n\n confirmRemoveFee(fee: IFee){\n this.isRemoveBtnDisabled = false;\n this.currentFee = fee;\n this.viewStatus = 'feeRemovalConfirmation';\n }\n\n removeFee(fee: any){\n this.isRemoveBtnDisabled = true;\n this.paymentViewService.deleteFeeFromPaymentGroup(fee).subscribe(\n (success: any) => {\n if (this.paymentGroup.fees && this.paymentGroup.fees.length > 1){\n this.totalAfterRemission = 0;\n this.getPaymentGroup();\n this.viewStatus = 'main';\n return;\n }\n this.loadCaseTransactionPage();\n },\n (error: any) => {\n this.errorMessage = error;\n this.isRemoveBtnDisabled = false;\n }\n );\n }\n\n loadCaseTransactionPage() {\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n\n let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n partUrl +=this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=true&${partUrl}`;\n this.router.navigateByUrl(url);\n }\n cancelRemission() {\n this.viewStatus = 'main';\n }\n redirectToFeeSearchPage(event: any, page?: string) {\n event.preventDefault();\n let partUrl =this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl +=this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl +=this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl +=this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl +=this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl +=this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n\n if(this.viewStatus === 'feeRemovalConfirmation' || this.viewStatus === 'add_remission') {\n this.viewStatus = 'main';\n return;\n }\n let url = `/fee-search?ccdCaseNumber=${this.ccdCaseNumber}&selectedOption=${this.paymentLibComponent.SELECTED_OPTION}&paymentGroupRef=${this.paymentGroupRef}${partUrl}`;\n this.router.navigateByUrl(url);\n }\n takePayment() {\n this.isConfirmationBtnDisabled = true;\n const requestBody = new PaymentToPayhubRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType),\n antennaReqBody = new PayhubAntennaRequest(this.ccdCaseNumber, this.outStandingAmount, this.caseType);\n\n if(this.platForm === '8x8') {\n this.paymentViewService.postPaymentToPayHub(requestBody, this.paymentGroupRef).subscribe(\n response => {\n this.location.go(`payment-history?view=fee-summary`);\n this.payhubHtml = response;\n this.viewStatus = 'payhub_view';\n this.isBackButtonEnable=false;\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n } else if(this.platForm === 'Antenna') {\n\n this.paymentViewService.postPaymentAntennaToPayHub(antennaReqBody, this.paymentGroupRef).subscribe(\n response => {\n this.isBackButtonEnable=false;\n window.location.href = '/makePaymentByTelephoneyProvider';\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.router.navigateByUrl('/pci-pal-failure');\n }\n );\n }\n\n }\n\n goToAllocatePage(outStandingAmount: number, isFeeAmountZero: Boolean) {\n if (outStandingAmount > 0 || (outStandingAmount === 0 && isFeeAmountZero)) {\n this.paymentLibComponent.paymentGroupReference = this.paymentGroupRef;\n this.paymentLibComponent.viewName = 'allocate-payments';\n } else {\n this.loadCaseTransactionPage();\n }\n }\n isCheckAmountdueExist(amountDue: any) {\n return typeof amountDue === 'undefined';\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n\n\n@Component({\n selector: 'ccpay-error-banner',\n templateUrl: './error-banner.component.html',\n styleUrls: ['./error-banner.component.scss']\n})\n\nexport class ErrorBannerComponent implements OnInit {\n @Input('errorMessage') errorMessage;\n\n constructor(\n ) {}\n\n ngOnInit() {\n\n }\n}\n","\nexport class UnidentifiedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n unidentified_reason: string;\n\n constructor(payment_group_reference: string, payment_reference : string, unidentified_reason: any) {\n this.payment_allocation_status = {\n description: '',\n name: \"Unidentified\"\n };\n this.payment_group_reference = payment_group_reference ;\n this.payment_reference= payment_reference;\n this.unidentified_reason= unidentified_reason;\n\n }\n\n\n\n}\n","import { IBSPayments } from \"./IBSPayments\";\n\nexport class AllocatePaymentRequest {\n amount: Number;\n banked_date: String;\n ccd_case_number: String;\n exception_record: string;\n currency: String;\n document_control_number: String;\n external_provider: String;\n giro_slip_no: String;\n payer_name: String;\n payment_channel: Object;\n payment_status: Object;\n payment_method: String;\n case_type: String;\n payment_allocation_dto?: {\n allocation_reason: String,\n allocation_status: String,\n explanation: String,\n payment_allocation_status: Object,\n payment_group_reference: String,\n payment_reference: String,\n reason: String,\n receiving_office: String,\n unidentified_reason: String,\n user_id: String,\n user_name: String,\n case_type: String\n }\n\n constructor(ccd_case_number : string, unAllocatedPayment: IBSPayments, caseType: string, exceptionRecord: string, allocatedRequest?: any) {\n this.amount = unAllocatedPayment.amount;\n this.banked_date = unAllocatedPayment.date_banked;\n this.ccd_case_number = ccd_case_number;\n this.exception_record = exceptionRecord;\n this.currency= unAllocatedPayment.currency;\n this.document_control_number = unAllocatedPayment.dcn_reference;\n this.external_provider = 'exela';\n this.giro_slip_no = unAllocatedPayment.bgc_reference;\n this.payer_name = unAllocatedPayment.payer_name;\n this.payment_channel = {\n description: '',\n name: 'bulk scan'\n };\n this.payment_status ={\n description: 'bulk scan payment completed',\n name: 'success'\n }\n this.payment_method = unAllocatedPayment.payment_method;\n this.case_type= caseType;\n if(allocatedRequest) {\n this.payment_allocation_dto = allocatedRequest;\n }\n\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnidentifiedPaymentsRequest } from '../../interfaces/UnidentifiedPaymentsRequest';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\n\n@Component({\n selector: 'app-mark-unidentified-payment',\n templateUrl: './mark-unidentified-payment.component.html',\n styleUrls: ['./mark-unidentified-payment.component.scss']\n})\nexport class MarkUnidentifiedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnidentifiedForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n isInvesticationDetailEmpty: boolean = false;\n investicationDetailHasError: boolean = false;\n investicationDetailMinHasError: boolean = false;\n investicationDetailMaxHasError: boolean = false;\n errorMessage = this.getErrorMessage(false);\n unassignedRecord:IBSPayments;\n siteID: string = null;\n investigationComment: string;\n isConfirmButtondisabled:Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n isStrategicFixEnable: boolean = true;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.markPaymentUnidentifiedForm = this.formBuilder.group({\n investicationDetail: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ]))\n });\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.getErrorMessage(false);\n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n saveAndContinue() {\n this.resetForm([false, false, false, false]);\n const investicationField = this.markPaymentUnidentifiedForm.controls.investicationDetail;\n const formerror = investicationField.errors;\n if (this.markPaymentUnidentifiedForm.dirty && this.markPaymentUnidentifiedForm.valid) {\n this.investigationComment = this.markPaymentUnidentifiedForm.controls.investicationDetail.value;\n this.viewStatus = 'unidentifiedContinueConfirm';\n }else {\n if(investicationField.value == '' ) {\n this.resetForm([true, false, false, false]);\n }\n if(investicationField.value != '' && investicationField.invalid ) {\n this.resetForm([false, true, false, false]);\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false, false, true, false]);\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, true]);\n }\n }\n }\n resetForm(val) {\n this.isInvesticationDetailEmpty = val[0];\n this.investicationDetailHasError = val[1];\n this.investicationDetailMinHasError = val[2];\n this.investicationDetailMaxHasError = val[3];\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const reason = this.markPaymentUnidentifiedForm.get('investicationDetail').value;\n\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Unidentified',\n payment_allocation_status: {\n description: '',\n name: 'Unidentified'\n },\n unidentified_reason: reason,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnidentifiedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, reason);\n if (response2.success) {\n this.paymentViewService.postBSUnidentifiedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n cancelMarkUnidentifiedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.markPaymentUnidentifiedForm.get('investicationDetail').value!==\"\"){\n this.viewStatus = 'unidentifiedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.viewStatus = 'mainForm';\n }\n }\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getErrorMessage(isErrorExist) {\n return {\n title: \"There is a problem with the service\",\n body: \"Try again later\",\n showError: isErrorExist\n };\n }\n}\n","\nexport class UnsolicitedPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n receiving_office: string;\n receiving_email_address: string;\n sending_email_address: string;\n unidentified_reason: string;\n constructor(payment_group_reference: string, payment_reference : string, reason: string,responsible_office: string, responsible_person:string,email_id: string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Transferred\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.unidentified_reason= reason;\n this.receiving_office= responsible_office;\n this.receiving_email_address= email_id;\n this.sending_email_address= responsible_person;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport { UnsolicitedPaymentsRequest } from '../../interfaces/UnsolicitedPaymentsRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { AllocatePaymentRequest } from '../../interfaces/AllocatePaymentRequest';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\n\n\n@Component({\n selector: 'app-mark-unsolicited-payment',\n templateUrl: './mark-unsolicited-payment.component.html',\n styleUrls: ['./mark-unsolicited-payment.component.scss']\n})\nexport class MarkUnsolicitedPaymentComponent implements OnInit {\n @Input() caseType: string;\n markPaymentUnsolicitedForm: FormGroup;\n viewStatus: string;\n reasonHasError: boolean = false;\n isReasonEmpty: boolean = false;\n reasonMinHasError: boolean = false;\n reasonMaxHasError: boolean = false;\n responsibleOfficeHasError: boolean = false;\n isResponsibleOfficeEmpty: boolean = false;\n errorMessage = this.getErrorMessage(false);\n ccdCaseNumber: string;\n bspaymentdcn: string;\n unassignedRecord: IBSPayments;\n siteID: string = null;\n reason: string;\n responsiblePerson: string;\n responsibleOffice: string;\n emailId: string;\n isConfirmButtondisabled: Boolean = false;\n isContinueButtondisabled: Boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n selectedSiteId: string;\n selectedSiteName: string;\n isStrategicFixEnable: boolean = true;\n siteIDList;\n\n constructor(private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService) { }\n\n ngOnInit() {\n this.resetForm([false,false,false,false,false,false], 'all');\n this.viewStatus = 'mainForm';\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.getUnassignedPayment();\n\n this.paymentViewService.getSiteID().subscribe(\n siteids => {\n this.isContinueButtondisabled = false;\n this.errorMessage = this.getErrorMessage(false);\n this.siteIDList = JSON.parse(siteids);\n },\n err => {\n window.scrollTo(0, 0);\n this.isContinueButtondisabled = true;\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n \n this.markPaymentUnsolicitedForm = this.formBuilder.group({\n reason: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n responsibleOffice: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s\\\\n,\\\\.-:]*)$')\n ])),\n responsiblePerson: new FormControl(''),\n emailId: new FormControl('')\n });\n }\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n confirmPayments() {\n this.isConfirmButtondisabled = true;\n const controls = this.markPaymentUnsolicitedForm.controls;\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n allocation_status:'Transferred',\n payment_allocation_status: {\n description: '',\n name: 'Transferred'\n },\n unidentified_reason: controls.reason.value,\n receiving_office: this.selectedSiteId,\n user_id: this.caseType,\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSWoPGStrategic(postStrategicBody).subscribe(\n res => {\n this.errorMessage = this.getErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n });\n } else {\n // controls.responsibleOffice.setValue('P219');\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.getErrorMessage(false);\n const response1 = JSON.parse(res1),\n requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unassignedRecord, this.siteID, this.exceptionReference)\n this.paymentViewService.postBSPayments(requestBody).subscribe(\n res2 => {\n this.errorMessage = this.getErrorMessage(false);\n const response2 = JSON.parse(res2),\n reqBody = new UnsolicitedPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, controls.reason.value, this.selectedSiteId, controls.responsiblePerson.value, controls.emailId.value);\n if (response2.success) {\n this.paymentViewService.postBSUnsolicitedPayments(reqBody).subscribe(\n res3 => {\n this.errorMessage = this.getErrorMessage(false);\n const response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unassignedRecord.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n }\n saveAndContinue() {\n this.resetForm([false,false,false,false,false,false], 'all');\n const formerror = this.markPaymentUnsolicitedForm.controls.reason.errors;\n const reasonField = this.markPaymentUnsolicitedForm.controls.reason;\n //const officeIdField = this.selectedSiteId;\n const officeIdField = this.markPaymentUnsolicitedForm.controls.responsibleOffice;\n if (this.markPaymentUnsolicitedForm.dirty && this.markPaymentUnsolicitedForm.valid) {\n const controls = this.markPaymentUnsolicitedForm.controls;\n this.emailId = controls.emailId.value;\n this.responsibleOffice = officeIdField.value;\n this.responsiblePerson = controls.responsiblePerson.value;\n this.reason = controls.reason.value;\n this.viewStatus = 'unsolicitedContinueConfirm';\n }else {\n if( reasonField.value == '' ) {\n this.resetForm([true,false,false,false,false,false], 'reason');\n }\n if(reasonField.value != '' && this.markPaymentUnsolicitedForm.controls.reason.invalid ) {\n this.resetForm([false,true,false,false,false,false], 'reason');\n }\n if(formerror && formerror.minlength && formerror.minlength.actualLength < 3 ) {\n this.resetForm([false,false,true,false,false,false], 'reason');\n }\n if(formerror && formerror.maxlength && formerror.maxlength.actualLength > 255 ) {\n this.resetForm([false,false,false,true,false,false], 'reason');\n }\n if(officeIdField.value == '') {\n this.resetForm([false,false,false,false,true,false], 'responsibleOffice');\n }\n if(officeIdField.value != '' && officeIdField.invalid) {\n this.resetForm([false,false,false,false,false,true],'responsibleOffice');\n }\n }\n }\n resetForm(val, field) {\n if(field==='reason' || field==='all') {\n this.isReasonEmpty = val[0];\n this.reasonHasError = val[1];\n this.reasonMinHasError = val[2];\n this.reasonMaxHasError = val[3];\n }\n if(field==='responsibleOffice' || field==='all') {\n this.isResponsibleOfficeEmpty = val[4];\n this.responsibleOfficeHasError = val[5];\n }\n }\n\ncancelMarkUnsolicitedPayments(type?:string){\n if(type && type === 'cancel') {\n if(this.checkingFormValue()){\n this.viewStatus = 'unsolicitedCancelConfirm';\n } else {\n this.gotoCasetransationPage();\n }\n } else {\n this.markPaymentUnsolicitedForm.controls.responsibleOffice.setValue('');\n this.viewStatus = 'mainForm';\n }\n }\n checkingFormValue(){\n const formFields = this.markPaymentUnsolicitedForm.value;\n let valueExists = false;\n\n for (var field in formFields) {\n if (formFields.hasOwnProperty(field) && formFields[field] !==\"\") {\n valueExists = true;\n break;\n }\n }\n return valueExists;\n }\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n \n this.unassignedRecord = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n },\n (error: any) => {\n this.errorMessage = this.getErrorMessage(true);\n }\n );\n }\n\n getErrorMessage(isErrorExist) {\n return {\n title: \"Something went wrong.\",\n body: \"Please try again later.\",\n showError: isErrorExist\n };\n }\n\n selectchange(args){ \n this.selectedSiteId = args.target.value; \n this.selectedSiteName = args.target.options[args.target.selectedIndex].text; \n } \n\n}\n","import { Component, OnInit, Output,Input, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IBSPayments } from '../../interfaces/IBSPayments';\nimport {Router} from '@angular/router';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n@Component({\n selector: 'ccpay-app-unprocessed-payments',\n templateUrl: './unprocessed-payments.component.html',\n styleUrls: ['./unprocessed-payments.component.scss']\n})\nexport class UnprocessedPaymentsComponent implements OnInit {\n\n @Input('FEE_RECORDS_EXISTS') FEE_RECORDS_EXISTS: boolean;\n @Input('PAYMENTREF') PAYMENTREF: string;\n @Input('ISTURNOFF') ISTURNOFF: boolean;\n @Input('IS_BUTTON_ENABLE') IS_BUTTON_ENABLE: boolean;\n @Input('IS_OS_AMT_AVAILABLE') IS_OS_AMT_AVAILABLE: boolean;\n @Input('ISNEWPCIPALOFF') ISNEWPCIPALOFF: boolean;\n @Input('ISOLDPCIPALOFF') ISOLDPCIPALOFF: boolean;\n @Input('ISSFENABLE') ISSFENABLE: boolean;\n @Input('PAYMENTSLENGTH') PAYMENTSLENGTH:Number;\n @Input('LEVEL')LEVEL:Number;\n\n @Output() selectedUnprocessedFeeEvent: EventEmitter<string> = new EventEmitter();\n @Output() getUnprocessedFeeCount: EventEmitter<string> = new EventEmitter();\n\n viewStatus = 'main';\n unassignedRecordList: IBSPayments;\n upPaymentErrorMessage: string = null;\n ccdCaseNumber: string;\n recordId: string = null;\n isRecordExist: boolean = false;\n dcnNumber: string = null;\n selectedOption: string;\n isUnprocessedRecordSelected: boolean = true;\n isAllocateToExistingFeebtnEnabled: boolean = false;\n isMarkAsUnidentifiedbtnEnabled: boolean = false;\n isAllocatedToNewFeebtnEnabled: boolean = false;\n isExceptionCase: boolean = false;\n serviceId: string = null;\n isBulkScanEnable;\n isNewpcipaloff;\n isOldpcipaloff;\n isTurnOff: boolean = true;\n isStFixEnable;\n unassignedRecordSelectedList: IBSPayments;\n unassignedRecordListLength: number = 0;\n showContent: boolean;\n\n constructor(private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private OrderslistService: OrderslistService\n ) { }\n\n ngOnInit() {\n // Todo ...\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION.toLocaleLowerCase();\n this.dcnNumber = this.paymentLibComponent.DCN_NUMBER;\n this.isBulkScanEnable = this.paymentLibComponent.ISBSENABLE;\n this.isTurnOff = this.paymentLibComponent.ISTURNOFF;\n this.isNewpcipaloff = this.paymentLibComponent.ISNEWPCIPALOFF;\n this.isOldpcipaloff = this.paymentLibComponent.ISOLDPCIPALOFF;\n this.isStFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.OrderslistService.getFeeExists().subscribe( (data) => this.FEE_RECORDS_EXISTS = data);;\n this.getUnassignedPaymentlist();\n\n }\n\n getUnassignedPaymentlist() {\n if (this.selectedOption === 'dcn') {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.dcnNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n } else {\n this.bulkScaningPaymentService.getBSPaymentsByCCD(this.ccdCaseNumber).subscribe(\n unassignedPayments => {\n // unassignedPayments['data'].map(data => data.expandable=false);\n if(unassignedPayments['data'] && unassignedPayments['data'].payments) {\n this.setValuesForUnassignedRecord(unassignedPayments['data']);\n } else if(unassignedPayments['payments']) {\n this.setValuesForUnassignedRecord(unassignedPayments);\n } else {\n this.upPaymentErrorMessage = 'error';\n this.getUnprocessedFeeCount.emit('0');\n }\n },\n (error: any) => {\n this.upPaymentErrorMessage = error;\n this.getUnprocessedFeeCount.emit('0');\n }\n );\n }\n\n }\n\n setValuesForUnassignedRecord(unassignedPayments) {\n \n this.unassignedRecordList = unassignedPayments.payments;\n if(this.unassignedRecordList){\n this.unassignedRecordListLength = unassignedPayments.payments.length\n }\n this.serviceId = unassignedPayments.responsible_service_id;\n if (unassignedPayments['ccd_reference'] === undefined) {\n this.isExceptionCase = true;\n }\n // this.isRecordExist = this.unassignedRecordList.length === 0;\n this.getUnprocessedFeeCount.emit(<any>this.unassignedRecordList.length);\n this.unprocessedPaymentSelectEvent(this.unassignedRecordList);\n }\n\n formatUnassignedRecordId(ID: Number) {\n return `unassignrecord-${ID}`;\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n\n redirectToFeeSearchPage(event: any, dcn_reference:any) {\n event.preventDefault();\n this.recordId = dcn_reference;\n let url = this.isBulkScanEnable ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n url += this.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n url += this.isStFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n url +=`&caseType=${this.paymentLibComponent.CASETYPE}`;\n url += this.isOldpcipaloff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n url += this.isNewpcipaloff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n\n this.router.navigateByUrl(`/fee-search?selectedOption=${this.selectedOption}&ccdCaseNumber=${this.ccdCaseNumber}&dcn=${this.recordId}${url}`);\n }\n\n loadUnsolicitedPage(viewName: string, dcn_reference:any) {\n this.recordId = dcn_reference;\n this.paymentLibComponent.bspaymentdcn = this.recordId;\n this.paymentLibComponent.viewName = viewName;\n }\n\n unprocessedPaymentSelectEvent(selectedRecordReference: any) {\n this.isUnprocessedRecordSelected = true;\n this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit(selectedRecordReference);\n }\n\n resetButtons() {\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n }\n\n goToAllocatePage(dcn_reference:any) {\n this.paymentLibComponent.bspaymentdcn = dcn_reference;\n this.paymentLibComponent.unProcessedPaymentServiceId = this.serviceId\n this.paymentLibComponent.isTurnOff = this.ISTURNOFF;\n this.paymentLibComponent.isNewPcipalOff = this.ISNEWPCIPALOFF;\n this.paymentLibComponent.isOldPcipalOff = this.ISOLDPCIPALOFF;\n this.paymentLibComponent.ISSFENABLE = this.isStFixEnable;\n\n if(this.ISTURNOFF) {\n this.paymentLibComponent.paymentGroupReference = this.PAYMENTREF;\n this.paymentLibComponent.viewName = 'fee-summary';\n }else {\n this.paymentLibComponent.paymentGroupReference = null;\n this.paymentLibComponent.viewName = 'allocate-payments';\n }\n\n }\n\n validateButtons() {\n if ( this.isUnprocessedRecordSelected && this.isExceptionCase) {\n this.isMarkAsUnidentifiedbtnEnabled = true;\n } else if ( this.isUnprocessedRecordSelected && !this.isExceptionCase && !this.FEE_RECORDS_EXISTS) {\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = true;\n } else if( this.isUnprocessedRecordSelected && !this.isExceptionCase && this.FEE_RECORDS_EXISTS ) {\n if(!this.ISTURNOFF) {\n this.isAllocateToExistingFeebtnEnabled = true;\n this.isAllocatedToNewFeebtnEnabled = false;\n } else {\n this.isAllocateToExistingFeebtnEnabled = this.IS_OS_AMT_AVAILABLE;\n this.isAllocatedToNewFeebtnEnabled = true;\n }\n }\n }\n\n unprocessedPaymentUnSelectEvent(event: any) {\n event.preventDefault();\n this.recordId = null;\n this.isUnprocessedRecordSelected = false;\n this.isAllocateToExistingFeebtnEnabled = false;\n this.isAllocatedToNewFeebtnEnabled = false;\n this.isMarkAsUnidentifiedbtnEnabled = false;\n //this.validateButtons();\n this.selectedUnprocessedFeeEvent.emit('');\n }\n\n showDetailRow(event: any,obj: any, i: any) {\n event.preventDefault();\n \n this.unassignedRecordSelectedList = obj;\n \n }\n}\n","import { Component, OnInit, Input, Output, EventEmitter } from '@angular/core';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport {IPayment} from '../../interfaces/IPayment';\nimport {Router} from '@angular/router';\n\n@Component({\n selector: 'ccpay-app-processed-payments',\n templateUrl: './processed-payments.component.html',\n styleUrls: ['./processed-payments.component.scss']\n})\nexport class ProcessedPaymentsComponent implements OnInit {\n\n @Input('NONPAYMENTS') NONPAYMENTS: IPayment[];\n @Output() goToPaymentViewComponent: EventEmitter<any> = new EventEmitter();\n\n constructor(\n private router: Router,\n private bulkScaningPaymentService: BulkScaningPaymentService\n ) { }\n ngOnInit() {\n }\n\n trimUnderscore(method: string){\n return this.bulkScaningPaymentService.removeUnwantedString(method,' ');\n }\n redirectToPaymentViewPage(paymentGroupReference: string, paymentReference: string, paymentMethod: string) {\n this.goToPaymentViewComponent.emit({paymentGroupReference, paymentReference, paymentMethod});\n }\n}\n","\nexport class IAllocationPaymentsRequest {\n payment_allocation_status: any;\n payment_group_reference: string;\n payment_reference: string;\n reason: string;\n explanation: string;\n user_name: string;\n constructor(payment_group_reference: string, payment_reference : string, reason? : string, explanation? : string, userName? : string) {\n this.payment_allocation_status = {\n description: '',\n name: \"Allocated\"\n };\n this.payment_group_reference = payment_group_reference;\n this.payment_reference= payment_reference;\n this.reason = reason ? reason : null;\n this.explanation = explanation ? explanation : null;\n this.user_name = userName ? userName : null;\n }\n}\n","import { Component, OnInit, Input } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {CaseTransactionsService} from '../../services/case-transactions/case-transactions.service'; \nimport {BulkScaningPaymentService} from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport {IBSPayments} from '../../interfaces/IBSPayments';\nimport {AllocatePaymentRequest} from '../../interfaces/AllocatePaymentRequest';\nimport {IAllocationPaymentsRequest} from '../../interfaces/IAllocationPaymentsRequest';\nimport { IOrderReferenceFee } from '../../interfaces/IOrderReferenceFee';\nimport { OrderslistService } from '../../services/orderslist.service';\n\n\n\n@Component({\n selector: 'app-allocate-payments',\n templateUrl: './allocate-payments.component.html',\n styleUrls: ['./allocate-payments.component.scss']\n})\nexport class AllocatePaymentsComponent implements OnInit {\n @Input() isTurnOff: boolean;\n @Input() caseType: string;\n\n overUnderPaymentForm: FormGroup;\n viewStatus: string;\n ccdCaseNumber: string;\n bspaymentdcn: string;\n recordId:string;\n feedbackUrlLabel:string;\n unAllocatedPayment: IBSPayments = {\n amount: 0\n };\n siteID: string = null;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroup: IPaymentGroup;\n paymentGroups: IPaymentGroup[] = [];\t\n remainingAmount: number;\n isRemainingAmountGtZero: boolean;\n isMoreDetailsBoxHide: boolean = true;\n isRemainingAmountLtZero: boolean;\n afterFeeAllocateOutstanding: number;\n amountForAllocation: number;\n isConfirmButtondisabled: boolean = false;\n isContinueButtondisabled: boolean = true;\n otherPaymentExplanation: string = null;\n selectedOption: string = null;\n isFeeAmountZero: boolean = false;\t\n\n paymentReasonHasError: boolean = false;\n paymentExplanationHasError: boolean = false;\n isPaymentDetailsEmpty: boolean = false;\n isPaymentDetailsInvalid: boolean = false;\n paymentDetailsMinHasError: boolean = false;\n paymentDetailsMaxHasError: boolean = false;\n isUserNameEmpty: boolean = false;\n isUserNameInvalid: boolean = false;\n ccdReference: string = null;\n exceptionReference: string = null;\n paymentReason: string = null;\n paymentExplanation: string = null;\n userName: string = null;\n paymentSectionLabel: any;\n paymentRef: string = null;\n isStrategicFixEnable: boolean = true;\n orderLevelFees: IOrderReferenceFee[] = [];\n cookieUserName: string[] = [];\n enCookieUserName: any;\n userNameField: string = null;\n\n reasonList: { [key: string]: { [key: string]: string } }= {\n overPayment: {\n hwfReward: 'Help with Fees (HWF) awarded. Please include the HWF reference number in the explanatory note',\n wrongFee: 'Incorrect payment received',\n notIssueCase: 'Unable to issue case',\n otherDeduction: 'Other'\n },\n shortFall: {\n helpWithFee: 'Help with Fees (HWF) application declined',\n wrongFee: 'Incorrect payment received',\n other: 'Other'\n }\n }\n explanationList = {\n overPayment: {\n referRefund: 'Details in case notes. Refund due',\n noRefund: 'Details in case notes. No refund due',\n noCase: 'No case created. Refund due',\n other: 'Other'\n },\n shortFall: {\n holdCase: 'I have put a stop on the case and contacted the applicant requesting the balance of payment',\n heldCase: 'I have put a stop on the case. The applicant needs to be contacted to request the balance of payment',\n other: 'Other'\n }\n }\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\n\n constructor(\n private errorHandlerService: ErrorHandlerService,\n private caseTransactionsService: CaseTransactionsService,\n private formBuilder: FormBuilder,\n private paymentViewService: PaymentViewService,\n private paymentLibComponent: PaymentLibComponent,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.viewStatus = 'mainForm';\n if (this.paymentLibComponent.paymentGroupReference !== null) {\n this.viewStatus = 'allocatePaymentConfirmation';\n }\n \n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.bspaymentdcn = this.paymentLibComponent.bspaymentdcn;\n this.paymentRef = this.paymentLibComponent.paymentGroupReference;\n this.selectedOption = this.paymentLibComponent.SELECTED_OPTION;\n this.isStrategicFixEnable = this.paymentLibComponent.ISSFENABLE;\n this.isTurnOff = this.paymentLibComponent.isTurnOff;\n this.overUnderPaymentForm = this.formBuilder.group({\n moreDetails: new FormControl('', Validators.compose([\n Validators.required,\n Validators.minLength(3),\n Validators.maxLength(255),\n Validators.pattern('^([a-zA-Z0-9\\\\s,\\\\.]*)$')\n ])),\n userName: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^([a-zA-Z0-9\\\\s]*)$')\n ])),\n });\n this.OrderslistService.getOrdersList().subscribe( (data) =>\n this.orderLevelFees = data.filter(data => data.orderStatus !== 'Paid'));\n this.OrderslistService.getCaseType().subscribe( (data) => this.caseType = data);\n this.getUnassignedPayment();\n }\n getGroupOutstandingAmount(paymentGroup: IPaymentGroup): number {\n return this.bulkScaningPaymentService.calculateOutStandingAmount(paymentGroup);\n }\n\n getPaymentGroupDetails(){\n\n if(!this.isTurnOff){\n this.paymentViewService.getPaymentGroupDetails(this.paymentRef).subscribe(\n paymentGroup => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroup = paymentGroup;\n this.saveAndContinue();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }else {\n this.caseTransactionsService.getPaymentGroups(this.ccdCaseNumber).subscribe(\n paymentGroups => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.paymentGroups = paymentGroups['payment_groups'].filter(paymentGroup => {\n paymentGroup.fees.forEach(fee => {\n if(fee.calculated_amount === 0) {\n this.isFeeAmountZero = true\n }\n });\n let fstCon = this.getGroupOutstandingAmount(<IPaymentGroup>paymentGroup),\n scndCn = fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero) && paymentGroup.payment_group_reference === this.paymentRef;\n return this.paymentRef ? scndCn : fstCon > 0 || (fstCon == 0 && this.isFeeAmountZero);\n });\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n\n }\n\n selectedPaymentGroup(paymentGroup: IPaymentGroup) {\t\n this.isContinueButtondisabled = false;\t\n this.paymentGroup = paymentGroup;\t\n }\t\n\n gotoCasetransationPage() {\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n gotoSummaryPage(event: any) { \n event.preventDefault();\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n }\n\n cancelAllocatePayment(event: any){\n event.preventDefault();\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if(!this.isTurnOff){\n this.paymentLibComponent.viewName = 'fee-summary';\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISBSENABLE = true;\n } else {\n this.viewStatus = 'mainForm';\t\n }\n }\n confirmAllocatePayement(){\n this.enCookieUserName = document.cookie.split(\";\").find(row => row.includes(\"user-info\")).split(\"=\")[1].split(\";\");\n this.cookieUserName = JSON.parse(decodeURIComponent(this.enCookieUserName));\n \n const fullName = this.cookieUserName['forename'] + ' ' + this.cookieUserName['surname'];\n\n const paymentDetailsField = this.overUnderPaymentForm.controls.moreDetails,\n paymentFormError = this.overUnderPaymentForm.controls.moreDetails.errors,\n userNameField = fullName,\n isEmptyCondtion = this.paymentReason && this.paymentExplanation,\n isOtherOptionSelected = this.paymentExplanation === 'Other';\n\n this.resetForm([false, false, false, false, false, false, false, false], 'all');\n if ( (!this.isRemainingAmountGtZero && !this.isRemainingAmountLtZero) || isEmptyCondtion && (!isOtherOptionSelected && userNameField.length > 0 || isOtherOptionSelected && userNameField.length > 0 && paymentDetailsField.valid)) {\n this.isConfirmButtondisabled = true;\n this.otherPaymentExplanation = this.paymentExplanation === 'Other' ? paymentDetailsField.value : this.paymentExplanation;\n this.userName = userNameField;\n this.finalServiceCall();\n }else {\n if(!this.paymentReason) {\n this.resetForm([true, false, false, false, false, false, false, false], 'reason');\n }\n if(!this.paymentExplanation) {\n this.resetForm([false, true, false, false, false, false, false, false], 'explanation');\n }\n if(this.paymentExplanation && isOtherOptionSelected) {\n if(paymentDetailsField.value == '' ) {\n this.resetForm([false, false, true, false, false, false, false, false], 'other');\n }\n if(paymentDetailsField.value != '' && paymentDetailsField.invalid ) {\n this.resetForm([false, false, false, true, false, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.minlength && paymentFormError.minlength.actualLength < 3 ) {\n this.resetForm([false, false, false, false, true, false, false, false], 'other');\n }\n if(paymentFormError && paymentFormError.maxlength && paymentFormError.maxlength.actualLength > 255 ) {\n this.resetForm([false, false, false, false, false, true, false, false], 'other');\n }\n }\n if(userNameField.length === 0) {\n this.resetForm([false, false, false, false, false, false, true, false], 'username');\n }\n }\n }\n resetForm(vals, field) {\n if(field==='reason' || field==='all') {\n this.paymentReasonHasError = vals[0];\n }\n if(field==='explanation' || field==='all') {\n this.paymentExplanationHasError = vals[1];\n }\n if(field==='other' || field==='all') {\n this.isPaymentDetailsEmpty = vals[2];\n this.isPaymentDetailsInvalid = vals[3];\n this.paymentDetailsMinHasError = vals[4];\n this.paymentDetailsMaxHasError = vals[5];\n }\n if(field==='username' || field==='all') {\n this.isUserNameEmpty = vals[6];\n this.isUserNameInvalid = vals[7];\n }\n }\n finalServiceCall() {\n if(!this.isStrategicFixEnable) {\n let allocatedRequest = {\n reason: this.paymentReason,\n allocation_status:'Allocated',\n explanation: this.otherPaymentExplanation,\n payment_allocation_status: {\n description: '',\n name: 'Allocated'\n },\n payment_group_reference: this.paymentGroup.payment_group_reference,\n case_type: this.caseType,\n user_name: this.userName\n }\n const postStrategicBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.caseType, this.exceptionReference, allocatedRequest);\n this.bulkScaningPaymentService.postBSPaymentStrategic(postStrategicBody , this.paymentGroup.payment_group_reference).subscribe(\n res => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response = JSON.parse(res);\n if (response.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n });\n\n } else {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'PROCESSED').subscribe(\n res1 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response1 = JSON.parse(res1);\n if (response1.success) {\n const requestBody = new AllocatePaymentRequest\n (this.ccdReference, this.unAllocatedPayment, this.siteID, this.exceptionReference);\n this.bulkScaningPaymentService.postBSAllocatePayment(requestBody, this.paymentGroup.payment_group_reference).subscribe(\n res2 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response2 = JSON.parse(res2);\n const reqBody = new IAllocationPaymentsRequest\n (response2['data'].payment_group_reference, response2['data'].reference, this.paymentReason, this.otherPaymentExplanation, this.userName);\n if (response2.success) {\n this.paymentViewService.postBSAllocationPayments(reqBody).subscribe(\n \n res3 => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n let response3 = JSON.parse(res3);\n if (response3.success) {\n this.gotoCasetransationPage();\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.bulkScaningPaymentService.patchBSChangeStatus(this.unAllocatedPayment.dcn_reference, 'COMPLETE').subscribe();\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n );\n }\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n window.scrollTo(0, 0);\n this.isConfirmButtondisabled = false;\n }\n ); \n }\n }\n\n saveAndContinue(){\n if(this.paymentGroup) {\n this.isMoreDetailsBoxHide = true;\n this.overUnderPaymentForm.get('moreDetails').reset();\n this.overUnderPaymentForm.get('moreDetails').setValue('');\n this.overUnderPaymentForm.get('userName').reset();\n this.overUnderPaymentForm.get('userName').setValue('');\n this.paymentReason = '';\n this.paymentExplanation = '';\n let GroupOutstandingAmount = this.getGroupOutstandingAmount(this.paymentGroup);\n const remainingToBeAssigned = this.unAllocatedPayment.amount - GroupOutstandingAmount;\n this.isRemainingAmountGtZero = remainingToBeAssigned > 0;\n this.isRemainingAmountLtZero = remainingToBeAssigned < 0;\n this.paymentSectionLabel = this.isRemainingAmountGtZero ? { \n title: 'There is an Over payment of',\n reason: 'Provide a reason. This will be used in the Refund process.',\n }: this.isRemainingAmountLtZero ? { \n title: 'There is an Under payment of',\n reason: 'Provide a reason',\n }: { \n title:'Amount left to be allocated',\n reason:'',\n };\n this.feedbackUrlLabel = this.isRemainingAmountGtZero ? 'CONFIRMALLOCATION_SURPLUS' : this.isRemainingAmountLtZero ? 'CONFIRMALLOCATION_SHORTFALL' : 'CONFIRMALLOCATION';\n this.remainingAmount = this.isRemainingAmountGtZero ? remainingToBeAssigned : this.isRemainingAmountLtZero ? remainingToBeAssigned * -1 : 0;\n this.afterFeeAllocateOutstanding = remainingToBeAssigned >= 0 ? 0 : (remainingToBeAssigned * -1);\n this.amountForAllocation = GroupOutstandingAmount >= this.unAllocatedPayment.amount ? this.unAllocatedPayment.amount : GroupOutstandingAmount;\n if(this.isTurnOff){\n this.viewStatus = 'allocatePaymentConfirmation';\t\n }\n }\n }\n getUnassignedPayment() {\n this.bulkScaningPaymentService.getBSPaymentsByDCN(this.bspaymentdcn).subscribe(\n unassignedPayments => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n this.unAllocatedPayment = unassignedPayments['data'].payments.filter(payment => {\n return payment && payment.dcn_reference == this.bspaymentdcn;\n })[0];\n this.siteID = unassignedPayments['data'].responsible_service_id;\n const beCcdNumber = unassignedPayments['data'].ccd_reference,\n beExceptionNumber = unassignedPayments['data'].exception_record_reference,\n exceptionReference = beCcdNumber ? beCcdNumber === this.ccdCaseNumber ? null : this.ccdCaseNumber : this.ccdCaseNumber;\n this.ccdReference = beCcdNumber ? beCcdNumber : null;\n this.exceptionReference = beExceptionNumber ? beExceptionNumber : exceptionReference;\n this.getPaymentGroupDetails();\n },\n (error: any) => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n }\n );\n }\n selectRadioButton(key, type) {\n this.isMoreDetailsBoxHide = true;\n if( type === 'explanation' && key === 'other' ){\n this.isPaymentDetailsEmpty = false;\n this.isPaymentDetailsInvalid = false;\n this.paymentDetailsMinHasError = false;\n this.paymentDetailsMaxHasError = false;\n this.isMoreDetailsBoxHide = false;\n }\n }\n OrderListSelectEvent(orderef: any){\n this.isContinueButtondisabled = false;\n this.recordId= orderef;\n }\n\n redirectToOrderFeeSearchPage() {\n // this.paymentLibComponent.bspaymentdcn = null;\n this.paymentLibComponent.paymentGroupReference = this.recordId;\n this.paymentLibComponent.isTurnOff = this.isTurnOff;\n this.paymentLibComponent.viewName = 'fee-summary';\n}\n}\n","import { IFee } from './IFee';\n\nexport class AddRemissionRequest {\n beneficiary_name: string;\n ccd_case_number: string;\n fee: IFee;\n hwf_amount: number;\n hwf_reference: string;\n payment_group_reference: string;\n case_type: string;\n\n constructor(ccd_case_number: string, fee: IFee, hwf_amount: number, hwf_reference: string, caseType: string) {\n this.ccd_case_number = ccd_case_number;\n this.fee = fee;\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n this.case_type = caseType;\n }\n}\n","export class AddRetroRemissionRequest {\n hwf_amount: number;\n hwf_reference: string;\n\n constructor(hwf_amount: number, hwf_reference: string) {\n this.hwf_amount = hwf_amount;\n this.hwf_reference = hwf_reference;\n }\n}\n","export class PostRefundRetroRemission {\n payment_reference: string;\n refund_reason: string;\n \n constructor(payment_reference : string, refund_reason : string) {\n this.payment_reference= payment_reference;\n this.refund_reason = refund_reason;\n } \n}","export class PostIssueRefundRetroRemission {\n remissionReference: string;\n \n constructor(remissionReference : string) {\n this.remissionReference= remissionReference;\n } \n}","import { Component, OnInit, Input, Output, EventEmitter} from '@angular/core';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator } from '@angular/forms';\nimport { IFee } from '../../interfaces/IFee';\nimport {Router} from '@angular/router';\nimport { AddRemissionRequest } from '../../interfaces/AddRemissionRequest';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nimport { IPayment } from '../../interfaces/IPayment';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { RefundsRequest } from '../../interfaces/RefundsRequest';\nimport { AddRetroRemissionRequest } from '../../interfaces/AddRetroRemissionRequest';\nimport { IssueRefundRequest } from '../../interfaces/IssueRefundRequest';\nimport { PostRefundRetroRemission } from '../../interfaces/PostRefundRetroRemission';\nimport { PostIssueRefundRetroRemission } from '../../interfaces/PostIssueRefundRetroRemission';\nimport {ChangeDetectorRef} from '@angular/core';\nimport { IRemission } from '../../interfaces/IRemission';\nimport { OrderslistService } from '../../services/orderslist.service';\n\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-add-remission',\n templateUrl: './add-remission.component.html',\n styleUrls: ['./add-remission.component.scss']\n})\nexport class AddRemissionComponent implements OnInit {\n @Input() fee: IFee;\n @Input() payment: IPayment;\n @Input() remission: IRemission;\n @Input() ccdCaseNumber: string;\n @Input() caseType: string;\n @Input() viewCompStatus: string;\n @Input() paymentGroupRef: string;\n @Input() isTurnOff: boolean;\n @Input() isRefundRemission: boolean;\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() isStrategicFixEnable: boolean;\n @Input() orderStatus: string;\n @Input() paidAmount: any;\n @Input() isFromRefundListPage: boolean;\n @Input() isFromPaymentDetailPage: boolean;\n @Input() isFromServiceRequestPage: boolean;\n @Input() feeamount: number;\n @Output() cancelRemission: EventEmitter<void> = new EventEmitter();\n //@Output() refundListReason: EventEmitter<any> = new EventEmitter({reason:string, code:string});\n @Output() refundListReason = new EventEmitter<{reason: string, code: string}>();\n @Output() refundListAmount: EventEmitter<string> = new EventEmitter();\n\n refund = {\n reason: {\n duplicate: 'Duplicate payment',\n humanerror: 'Human error',\n caseWithdrawn: 'Case withdrawn',\n other: 'Other'\n }\n }\n\n remissionForm: FormGroup;\n hasErrors = false;\n viewStatus = 'main';\n errorMessage = null;\n option: string = null;\n isConfirmationBtnDisabled: boolean = false;\n bsPaymentDcnNumber: string;\n selectedValue = 'yes';\n amount: any;\n retroRemission: boolean = false;\n remissionReference: string = '';\n refundReference: string;\n refundAmount: string;\n paymentExplanationHasError: boolean = false;\n refundReason:string;\n selectedRefundReason: string;\n 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\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.selectedRefundReason = this.remissionForm.controls['reason'].value;\n if ( this.isFromRefundListPage ) {\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n } else {\n this.viewCompStatus = '';\n this.viewStatus = 'checkissuerefundpage';\n }\n \n } else {\n if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n } else {\n this.viewCompStatus = '';\n this.viewStatus = 'checkissuerefundpage';\n }\n \n }\n }\n\n gotoIssueRefundPage() {\n this.errorMessage = '';\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n this.isRefundRemission = true;\n this.errorMessage = false;\n this.refundHasError = false;\n this.isReasonEmpty = false;\n }\n\n changeIssueRefundReason() {\n // this.remissionForm.controls['refundReason'].setValue('Duplicate payment');\n this.errorMessage = '';\n this.refundHasError = false;\n this.isReasonEmpty = false;\n this.viewCompStatus = 'issuerefund';\n this.viewStatus = '';\n this.isRefundRemission = true;\n }\n\n confirmIssueRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n \n const requestBody = new PostRefundRetroRemission(this.payment.reference,this.refundReason);\n this.paymentViewService.postRefundsReason(requestBody).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.viewCompStatus = '';\n this.viewStatus = 'refundconfirmationpage';\n this.refundReference =JSON.parse(response).refund_reference;\n if(JSON.parse(response).refund_amount) {\n this.refundAmount = JSON.parse(response).refund_amount;\n }\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n this.cd.detectChanges();\n })\n }\n\n// Retro Refund\n\n confirmRetroRefund() {\n this.isConfirmationBtnDisabled = true;\n this.errorMessage = '';\n if( this.isRefundRemission) {\n this.retroRemission = true;\n }\n\n const requestBody = new PostRefundRetroRemission(this.payment.reference,'RR004-Retrospective remission');\n this.paymentViewService.postRefundsReason(requestBody).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.viewCompStatus = '';\n this.viewStatus = 'retrorefundconfirmationpage';\n this.refundReference =JSON.parse(response).refund_reference;\n if(JSON.parse(response).refund_amount) {\n this.refundAmount = JSON.parse(response).refund_amount;\n }\n }\n },\n (error: any) => {\n this.errorMessage = error;\n this.isConfirmationBtnDisabled = false;\n });\n }\n\n selectRadioButton(key, value) {\n localStorage.setItem(\"myradio\", key);\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundDDReason'].setValue('Select a different reason', {onlySelf: true});\n remissionctrls['reason'].reset();\n this.isRefundReasonsSelected = true;\n this.errorMessage = false;\n this.isReasonEmpty = false;\n this.showReasonText = false;\n this.refundHasError = false;\n this.selectedRefundReason = key;\n if(this.selectedRefundReason.includes('Other')) {\n this.showReasonText = true;\n this.refundHasError = false;\n this.refundReason = key;\n }\n }\n\n selectchange(args) {\n const remissionctrls=this.remissionForm.controls;\n remissionctrls['refundReason'].reset();\n remissionctrls['reason'].reset();\n this.isRefundReasonsSelected = false;\n this.showReasonText = false;\n this.refundHasError = false;\n this.selectedRefundReason = args.target.options[args.target.options.selectedIndex].id;\n this.reasonLength = (29-this.selectedRefundReason.split('- ')[1].length);\n\n if(this.selectedRefundReason.includes('Other')) {\n this.showReasonText = true;\n this.refundHasError = false;\n this.refundReason = args.target.options[args.target.options.selectedIndex].id;\n }\n\n\n }\n\n gotoServiceRequestPage(event: any) {\n event.preventDefault();\n \n if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n this.paymentLibComponent.SERVICEREQUEST = 'false';\n this.paymentLibComponent.TAKEPAYMENT = false;\n }\n if (this.isFromServiceRequestPage) {\n //this.paymentLibComponent.TAKEPAYMENT = false;\n this.paymentLibComponent.isFromRefundStatusPage = false;\n this.viewStatus = 'main'\n this.paymentLibComponent.viewName = 'case-transactions';\n this.OrderslistService.setisFromServiceRequestPage(true);\n this.OrderslistService.setnavigationPage('servicerequestpage');\n }\n if ( this.isFromRefundListPage ) {\n this.paymentLibComponent.iscancelClicked = true;\n this.refundListReason.emit({reason: this.selectedRefundReason, code: this.refundReason});\n this.paymentLibComponent.isFromRefundStatusPage = true;\n } \n if(!this.paymentLibComponent.isFromRefundStatusPage) {\n if(this.payment) {\n this.OrderslistService.setpaymentPageView({method: this.payment.method,payment_group_reference: this.paymentGroupRef, reference:this.payment.reference});\n }\n if (this.isFromServiceRequestPage) { \n this.OrderslistService.setnavigationPage('servicerequestpage');\n } else {\n this.OrderslistService.setnavigationPage('paymentdetailspage');\n }\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n // this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n this.paymentLibComponent.ISBSENABLE = true;\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n if(!this.paymentLibComponent.TAKEPAYMENT) {\n this.paymentLibComponent.TAKEPAYMENT = undefined;\n }\n if ( this.paymentLibComponent.SERVICEREQUEST) {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n } else {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n \n } else {\n this.paymentLibComponent.viewName === 'refundstatuslist';\n this.paymentLibComponent.isFromRefundStatusPage = true;\n }\n }\n\n gotoCasetransationPage() {\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n // this.paymentViewService.getBSfeature().subscribe(\n // features => {\n // let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n // this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n // },\n // err => {\n // this.paymentLibComponent.ISBSENABLE = false;\n // }\n // );\n this.paymentLibComponent.ISBSENABLE = true;\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n\n gotoCasetransationPageCancelBtnClicked(event: Event) {\n event.preventDefault();\n if (this.paymentLibComponent.REFUNDLIST) {\n this.paymentLibComponent.viewName = 'refund-list';\n return;\n }\n if (this.paymentLibComponent.TAKEPAYMENT === undefined && this.paymentLibComponent.SERVICEREQUEST === undefined) {\n this.paymentLibComponent.SERVICEREQUEST = 'false';\n }\n this.OrderslistService.setisFromServiceRequestPage(false);\n this.OrderslistService.setpaymentPageView({method: '',payment_group_reference: '', reference:''});\n this.OrderslistService.setnavigationPage('casetransactions');\n this.errorMessage = '';\n this.paymentLibComponent.viewName = 'case-transactions';\n //this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.ISTURNOFF = this.isTurnOff;\n this.paymentLibComponent.ISNEWPCIPALOFF = this.isNewPcipalOff;\n this.paymentLibComponent.ISOLDPCIPALOFF = this.isOldPcipalOff;\n this.paymentLibComponent.isFromServiceRequestPage = true; \n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n\n let partUrl = this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.isStrategicFixEnable ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.caseType}`;\n partUrl += this.paymentLibComponent.ISNEWPCIPALOFF ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.paymentLibComponent.ISOLDPCIPALOFF ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n if(this.isFromPaymentDetailPage) {\n partUrl += this.paymentLibComponent.isFromPaymentDetailPage\n }\n\n if(!this.paymentLibComponent.SERVICEREQUEST) {\n const url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n } else {\n const url =`/payment-history/${this.ccdCaseNumber}?selectedOption=${this.option}${partUrl}`;\n this.router.routeReuseStrategy.shouldReuseRoute = () => false;\n this.router.onSameUrlNavigation = 'reload';\n this.router.navigateByUrl(url);\n }\n \n \n }\n\n\n getFormattedCurrency(currency:number){\n if(currency.toString().includes(\".\")){\n return currency\n }\n return currency.toString().concat(\".00\");\n }\n \n}","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'ccdHyphens'\n})\nexport class CcdHyphensPipe implements PipeTransform {\n constructor() {}\n transform(value: any, args?: any): any {\n const pattern = /^([0-9]{4})+([0-9]{4})+([0-9]{4})+([0-9]{4})$/;\n if ( value.match(pattern)) {\n return value.replace(pattern,'$1-$2-$3-$4') \n }\n return value;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'capitalize'\n})\nexport class CapitalizePipe implements PipeTransform {\n constructor() { }\n transform(s: any, args?: any): any {\n return s && s[0].toUpperCase() + s.slice(1) || \"\";\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\n@Pipe({\n name: 'keyValue'\n})\nexport class keyValuePipe implements PipeTransform {\n constructor() {}\n transform(input: any): any {\n let keys = [];\n for (let key in input) {\n if (input.hasOwnProperty(key)) {\n keys.push({ key: key, value: input[key]});\n }\n }\n return keys;\n }\n}\n","import { Pipe, PipeTransform } from '@angular/core';\nimport { DomSanitizer, SafeHtml } from '@angular/platform-browser';\n\n@Pipe({ name: 'sanitizeHtml' })\nexport class SanitizeHtmlPipe implements PipeTransform {\n constructor(private sanitizer: DomSanitizer) {}\n transform(value: any): SafeHtml {\n return this.sanitizer.bypassSecurityTrustHtml(value);\n }\n}\n","import { Injectable } from '@angular/core';\nimport * as FileSaver from 'file-saver';\nimport * as XLSX from 'xlsx';\nimport * as XLSXStyle from 'xlsx-style';\n\n\nconst EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';\nconst EXCEL_EXTENSION = '.xlsx';\n\n@Injectable()\nexport class XlFileService {\n\n constructor() { }\n\n public exportAsExcelFile(json: any[], excelFileName: string): void {\n let worksheet: XLSX.WorkSheet; \n let workbook: XLSX.WorkBook; \n\n if(excelFileName.match('Data_Loss')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['loss_resp','payment_asset_dcn','env_ref','env_item','resp_service_id','resp_service_name','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setDataLossReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Unprocessed')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','exception_ref','ccd_ref','date_banked','bgc_batch','payment_asset_dcn','env_ref','env_item','payment_method','amount']});\n worksheet = this.setUnprocessedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else if(excelFileName.match('Processed_Unallocated')!== null){\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','allocation_status','receiving_office','allocation_reason','ccd_exception_reference','ccd_case_reference','payment_asset_dcn','env_ref','env_item','date_banked','bgc_batch','payment_method','amount']});\n worksheet = this.setProcessedUnallocatedReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n } else {\n worksheet = XLSX.utils.json_to_sheet(json,{header:['resp_service_id','resp_service_name','surplus_shortfall','balance','payment_amount','ccd_case_reference', 'ccd_exception_reference', 'processed_date', 'reason', 'explanation', 'user_name']});\n worksheet = this.setShortFallReportHeaders(worksheet);\n worksheet = this.autoFitColumns(worksheet,json);\n }\n workbook = { Sheets: { 'data': worksheet }, SheetNames: ['data'] };\n const excelBuffer: any = XLSX.write(workbook, { bookType: 'xlsx', type: 'array' });\n this.saveAsExcelFile(excelBuffer, excelFileName);\n }\n\n\nprivate autoFitColumns (worksheet: XLSX.WorkSheet,json:any) : XLSX.WorkSheet {\n let objectMaxLength = []; \n let ColWidth = [];\n let obj = <any>Object;\n for (let i = 0; i < json.length; i++) {\n let value = obj.values(json[i]);\n let key = obj.keys(json[i]);\n for (let j = 0; j < value.length; j++) {\n if(value[j] === null){\n value[j] = '';\n }\n objectMaxLength[j] =\n key[j].length >= value[j].length\n ? key[j].length+2\n : value[j].length+1;\n if( value[j].length === undefined){\n objectMaxLength[j] = key[j].length+2;\n }\n ColWidth.push({'width': +objectMaxLength[j]});\n }\n }\n worksheet['!cols'] = ColWidth;\n return worksheet;\n}\n\n\nprivate setDataLossReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Loss_Resp\";\n worksheet.B1.v = \"Payment_Asset_DCN\";\n worksheet.C1.v = \"Envelope_Ref\";\n worksheet.D1.v = \"Envelope_Item\";\n worksheet.E1.v = \"Resp_Service ID\";\n worksheet.F1.v = \"Resp_Service Name\";\n worksheet.G1.v = \"Date_Banked\";\n worksheet.H1.v = \"BGC_Batch\";\n worksheet.I1.v = \"Payment_Method\";\n worksheet.J1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setUnprocessedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Exception_Ref\";\n worksheet.D1.v = \"CCD_Ref\";\n worksheet.E1.v = \"Date_Banked\";\n worksheet.F1.v = \"BGC_Batch\";\n worksheet.G1.v = \"Payment_Asset_DCN\";\n worksheet.H1.v = \"Envelope_Ref\";\n worksheet.I1.v = \"Envelope_Item\";\n worksheet.J1.v = \"Payment_Method\";\n worksheet.K1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setProcessedUnallocatedReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Allocation_Status\";\n worksheet.D1.v = \"Receiving_Office\";\n worksheet.E1.v = \"Allocation_Reason\";\n worksheet.F1.v = \"CCD_Exception_Ref\";\n worksheet.G1.v = \"CCD_Case_Ref\";\n worksheet.H1.v = \"Payment_Asset_DCN\";\n worksheet.I1.v = \"Envelope_Ref\";\n worksheet.J1.v = \"Envelope_Item\";\n worksheet.K1.v = \"Date_Banked\";\n worksheet.L1.v = \"BGC_Batch\";\n worksheet.M1.v = \"Payment_Method\";\n worksheet.N1.v = \"Amount\";\n return worksheet;\n}\n\nprivate setShortFallReportHeaders (worksheet: XLSX.WorkSheet): XLSX.WorkSheet {\n worksheet.A1.v = \"Resp_Service ID\";\n worksheet.B1.v = \"Resp_Service Name\";\n worksheet.C1.v = \"Over Payment_Under Payment\";\n worksheet.D1.v = \"Balance\";\n worksheet.E1.v = \"Payment_Amount\";\n worksheet.F1.v = \"CCD_Case_Ref\";\n worksheet.G1.v = \"Exception_Ref\";\n worksheet.H1.v = \"Processed_Date\";\n worksheet.I1.v = \"Reason\";\n worksheet.J1.v = \"Explanation\";\n worksheet.K1.v = \"Updated Name\";\n return worksheet;\n}\n\nprivate saveAsExcelFile(buffer: any, fileName: string): void {\n const data: Blob = new Blob([buffer], {\n type: EXCEL_TYPE\n });\n FileSaver.saveAs(data, fileName + EXCEL_EXTENSION);\n }\n}\n","import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup, FormControl } from '@angular/forms';\nimport { formatDate } from \"@angular/common\";\nimport {IPaymentGroup} from '../../interfaces/IPaymentGroup';\nimport { BulkScaningPaymentService } from '../../services/bulk-scaning-payment/bulk-scaning-payment.service';\nimport { ErrorHandlerService } from '../../services/shared/error-handler.service';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport {XlFileService} from '../../services/xl-file/xl-file.service';\n\n@Component({\n selector: 'ccpay-reports',\n templateUrl: './reports.component.html',\n styleUrls: ['./reports.component.scss']\n})\nexport class ReportsComponent implements OnInit {\n reportsForm: FormGroup;\n startDate: string;\n endDate: string;\n ccdCaseNumber: string;\n isDownLoadButtondisabled:Boolean = false;\n isStartDateLesthanEndDate: Boolean = false;\n isDateRangeBetnWeek: Boolean = false;\n errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n paymentGroups: IPaymentGroup[] = [];\n\n constructor(\n private xlFileService: XlFileService,\n private errorHandlerService: ErrorHandlerService,\n private formBuilder: FormBuilder,\n private bulkScaningPaymentService: BulkScaningPaymentService,\n private paymentViewService: PaymentViewService) { }\n \n\n ngOnInit() {\n this.fromValidation();\n\n }\n\n getToday(): string {\n return new Date().toISOString().split('T')[0];\n }\n\n getSelectedFromDate(): void {\n this.validateDates(this.reportsForm.get('selectedreport').value);\n }\n\n validateDates(reportName){\n const selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n const isDateRangeMoreThanWeek = (<any>new Date(selectedStartDate) - <any>new Date(selectedEndDate))/(1000 * 3600 * -24) > 7;\n if(new Date(selectedStartDate) > new Date(selectedEndDate) && selectedEndDate !== ''){\n this.reportsForm.get('startDate').setValue('');\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = true;\n } else if(reportName && reportName ==='SURPLUS_AND_SHORTFALL' && isDateRangeMoreThanWeek ) {\n this.isDateRangeBetnWeek = true;\n this.isStartDateLesthanEndDate = false;\n } else {\n this.isDateRangeBetnWeek = false;\n this.isStartDateLesthanEndDate = false;\n }\n\n }\n\n fromValidation() {\n this.reportsForm = this.formBuilder.group({\n selectedreport: new FormControl('') ,\n startDate: new FormControl(''),\n endDate: new FormControl('') \n });\n}\n\ndownloadReport(){\n this.isDownLoadButtondisabled = true;\n const dataLossRptDefault = [{loss_resp:'',payment_asset_dcn:'',env_ref:'',env_item:'',resp_service_id:'',resp_service_name:'',date_banked:'',bgc_batch:'',payment_method:'',amount:''}],\n unProcessedRptDefault = [{resp_service_id:'',resp_service_name:'',exception_ref:'',ccd_ref:'',date_banked:'',bgc_batch:'',payment_asset_dcn:'',env_ref:'',env_item:'',payment_method:'',amount:''}],\n processedUnallocated =[{resp_service_id:'',resp_service_name:'',allocation_status:'',receiving_office:'',allocation_reason:'',ccd_exception_ref:'',ccd_case_ref:'',payment_asset_dcn:'',env_ref:'',env_item:'',date_banked:'',bgc_batch:'',payment_method:'',amount:'',updated_by:''}],\n shortFallsRptDefault = [{resp_service_id:'',resp_service_name:'',surplus_shortfall:'',balance:'',payment_amount:'',ccd_case_reference:'',ccd_exception_reference:'',processed_date:'', reason:'', explanation:'', user_name:''}],\n selectedReportName = this.reportsForm.get('selectedreport').value,\n selectedStartDate = this.tranformDate(this.reportsForm.get('startDate').value),\n selectedEndDate = this.tranformDate(this.reportsForm.get('endDate').value);\n\n if(selectedReportName === 'PROCESSED_UNALLOCATED' || selectedReportName === 'SURPLUS_AND_SHORTFALL' ){\n this.paymentViewService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res= {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'PROCESSED_UNALLOCATED' ){\n res.data= processedUnallocated;\n } else if(res['data'].length === 0 && selectedReportName === 'SURPLUS_AND_SHORTFALL' ) {\n res.data= shortFallsRptDefault;\n } \n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"balance\"] !== undefined) {\n res['data'][i]['balance'] = this.convertToFloatValue(res['data'][i][\"balance\"]);\n }\n let Op = res['data'][i][\"surplus_shortfall\"];\n if(Op !== undefined) {\n res['data'][i]['surplus_shortfall'] = Op ==\"Surplus\" ? \"Over payment\":\"Under payment\";\n }\n if(res['data'][i][\"payment_amount\"] !== undefined) {\n res['data'][i]['payment_amount'] = this.convertToFloatValue(res['data'][i]['payment_amount']);\n }\n }\n } \n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n } else {\n this.bulkScaningPaymentService.downloadSelectedReport(selectedReportName,selectedStartDate,selectedEndDate).subscribe(\n response => {\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(false);\n const result = JSON.parse(response);\n let res = {data: this.applyDateFormat(result)};\n if(res['data'].length === 0 && selectedReportName === 'DATA_LOSS' ){\n res.data= dataLossRptDefault;\n } else if(res['data'].length === 0 && selectedReportName === 'UNPROCESSED'){\n res.data = unProcessedRptDefault;\n }\n if(result['data'].length > 0) {\n for( var i=0; i< res['data'].length; i++) {\n if(res['data'][i][\"amount\"] !== undefined) {\n res['data'][i]['amount'] = this.convertToFloatValue(res['data'][i]['amount']);\n }\n if(res['data'][i][\"payment_asset_dcn\"] !== undefined) {\n res['data'][i]['env_ref'] = res['data'][i][\"payment_asset_dcn\"].substr(0,13);\n res['data'][i]['env_item'] = res['data'][i][\"payment_asset_dcn\"].substr(13,21);\n }\n }\n }\n this.isDownLoadButtondisabled = false;\n this.xlFileService.exportAsExcelFile(res['data'], this.getFileName(this.reportsForm.get('selectedreport').value, selectedStartDate, selectedEndDate ));\n },\n (error: any) => {\n this.isDownLoadButtondisabled = false;\n this.errorMessage = this.errorHandlerService.getServerErrorMessage(true);\n })\n }\n }\n\n getFileName(selectedOption: string, startDate: string, endDate: string ) {\n const loc = 'en-US',\n stDt = formatDate(startDate, 'ddMMyy', loc),\n enDt = formatDate(endDate, 'ddMMyy', loc),\n now = new Date(),\n currentDate = formatDate(now, 'ddMMyy', loc),\n timestamp = `${currentDate}_${this.getTwodigit(now.getHours())}${this.getTwodigit(now.getMinutes())}${this.getTwodigit(now.getSeconds())}`,\n selectedOptionTxt = this.getCamelCaseString(selectedOption);\n \n return selectedOptionTxt+'_'+stDt+'_To_'+enDt+'_Run_'+ timestamp;\n } \n tranformDate(strDate: string) {\n let result = '';\n if (strDate) {\n let parts = strDate.split('-');\n result = `${parts[1]}/${parts[2]}/${parts[0]}`;\n }\n return result;\n }\n getTwodigit(input: number){\n return (\"0\" + input).slice(-2);\n }\n getCamelCaseString(selectedOption) {\n let result;\n switch(selectedOption) { \n case 'UNPROCESSED': { \n result = 'Unprocessed';\n break; \n } \n case 'DATA_LOSS': { \n result = 'Data_Loss';\n break; \n } \n case 'PROCESSED_UNALLOCATED': { \n result = 'Processed_Unallocated';\n break; \n } \n case 'SURPLUS_AND_SHORTFALL': { \n result = 'Over Payment_Under Payment';\n break; \n } \n default: { \n result = selectedOption;\n break; \n } \n } \n return result;\n }\n applyDateFormat(res) {\n const fmt = 'dd/MM/yyyy',\n loc = 'en-US';\n return res['data'].map(value => {\n if (value['date_banked']) {\n value['date_banked'] = formatDate(value['date_banked'], fmt, loc);\n }\n return value;\n });\n }\n \n convertToFloatValue(amt) {\n return amt ? Number.parseFloat(amt).toFixed(2): '0.00';\n }\n}\n","import {Component, ViewChild, Input, ChangeDetectorRef} from '@angular/core';\nimport {PaymentLibComponent} from '../../payment-lib.component';\nimport { MatTableDataSource} from '@angular/material/table';\nimport {MatSort } from '@angular/material/sort';\nimport {Sort } from '@angular/material/sort';\nimport {MatPaginator } from '@angular/material/paginator';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { THIS_EXPR } from '@angular/compiler/src/output/output_ast';\n@Component({\n selector: 'ccpay-table',\n templateUrl: './table.component.html',\n styleUrls: ['./table.component.css']\n})\nexport class TableComponent {\n @Input('DATASOURCE') DATASOURCE: any[];\n @Input('STATUS') STATUS: string;\n @Input('errorMessage') errorMessage: string;\n isApprovalFlow: boolean;\n // displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];\n displayedColumns = ['ccd_case_number', 'refund_reference', 'reason', 'user_full_name', 'date_updated', 'Action'];\n \n dataSource: MatTableDataSource<any>;\n userLst;\n actualcount: number;\n count: number;\n refundList: IRefundList[];\n @ViewChild(MatPaginator) paginator: MatPaginator;\n @ViewChild(MatSort) sort: MatSort;\n constructor(\n private paymentLibComponent: PaymentLibComponent,\n private cdRef: ChangeDetectorRef,\n private OrderslistService: OrderslistService\n ) {}\n ngOnInit() {\n this.errorMessage = this.errorMessage;\n if(this.STATUS.toLowerCase() === 'sent for approval') {\n this.isApprovalFlow = true;\n } else {\n this.isApprovalFlow = false;\n }\n this.refundList = this.DATASOURCE;\n this.dataSource = new MatTableDataSource(this.refundList);\n this.actualcount = this.dataSource.data.length;\n if( this.refundList !== undefined) {\n this.userLst = this.refundList.reduce((r,{user_full_name}) => (r[user_full_name]='', r) , {});\n this.userLst = Object.keys(this.userLst);\n }\n this.userLst.sort((a, b) => a.toString().localeCompare(b));\n }\n /**\n * Set the paginator and sort after the view init since this component will\n * be able to query its view for the initialized paginator and sort.\n */\n ngAfterViewInit() {\n \n this.dataSource.sort = this.sort;\n\n //const sortState: Sort = {active: 'date_updated', direction: 'desc'};\n // this.sort.active = sortState.active;\n // this.sort.direction = sortState.direction;\n // this.sort.sortChange.emit(sortState);\n this.dataSource.paginator = this.paginator;\n this.dataSource.sort = this.sort;\n this.cdRef.detectChanges();\n }\n applyFilter(filterValue: string) {\n filterValue = filterValue.trim(); // Remove whitespace\n filterValue = filterValue.toLowerCase(); // Datasource defaults to lowercase matches\n this.dataSource.filter = filterValue;\n }\n selectchange(args){\n this.dataSource.filter = args.target.value;\n this.actualcount = this.dataSource.data.length;\n this.dataSource.paginator = this.paginator;\n }\n goToRefundProcessComponent(refundReference: string, refundDate: IRefundList ) {\n this.paymentLibComponent.refundlistsource = refundDate;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n goToRefundViewComponent(refundReference: string, refundData: IRefundList ) {\n this.OrderslistService.setRefundView(refundData);\n this.paymentLibComponent.viewName='refundstatuslist';\n this.paymentLibComponent.CCD_CASE_NUMBER = refundData.ccd_case_number;\n this.paymentLibComponent.isRefundStatusView = true;\n this.paymentLibComponent.isCallFromRefundList = true;\n }\n goToCaseReview(ccdCaseNumber: string, refundData: IRefundList ) {\n window.location.href =`/cases/case-details/:${ccdCaseNumber}`;\n }\n}","export class IResubmitRefundRequest {\n refund_reason: string;\n amount: number;\n \n \n constructor(refund_reason : string, amount: number) {\n this.refund_reason= refund_reason;\n this.amount = amount;\n \n } \n }\n ","import { Component, OnInit, Input } from '@angular/core';\nimport { RefundsService } from '../../services/refunds/refunds.service';\nimport { FormBuilder, FormGroup, Validators, FormControl, RequiredValidator } from '@angular/forms';\nimport { IRefundList } from '../../interfaces/IRefundList';\nimport { PaymentViewService } from '../../services/payment-view/payment-view.service';\nimport { Router } from '@angular/router';\nimport { OrderslistService } from '../../services/orderslist.service';\nimport { IRefundReasons } from '../../interfaces/IRefundReasons';\nimport { IRefundStatus } from '../../interfaces/IRefundStatus';\nimport { IResubmitRefundRequest } from '../../interfaces/IResubmitRefundRequest';\nimport { PaymentLibComponent } from '../../payment-lib.component';\nconst BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';\n\n@Component({\n selector: 'ccpay-refund-status',\n templateUrl: './refund-status.component.html',\n styleUrls: ['./refund-status.component.css']\n})\nexport class RefundStatusComponent implements OnInit {\n @Input('LOGGEDINUSERROLES') LOGGEDINUSERROLES: string[] = [];\n @Input() isOldPcipalOff: boolean;\n @Input() isNewPcipalOff: boolean;\n @Input() ccdCaseNumber: string;\n @Input() isTurnOff: boolean;\n refundStatusForm: FormGroup;\n selectedRefundReason: string;\n rejectedRefundList: IRefundList[] = [];\n approvalStatus = 'sent for approval';\n rejectStatus = 'sent back';\n errorMessage = null;\n viewName: string;\n refundReason: string;\n refundlist: IRefundList;\n bsPaymentDcnNumber: string;\n isCallFromRefundList: boolean;\n refundButtonState: string = '';\n isAmountEmpty: boolean = false;\n isReasonEmpty: boolean = false;\n amountHasError: boolean = false;\n isRemissionLessThanFeeError: boolean = false;\n refundHasError: boolean = false;\n refundReasons: any[] = [];\n refundStatusHistories: IRefundStatus[];\n refundReference: string;\n refundAmount: string;\n refundCode: string;\n isRefundBtnDisabled: boolean = true;\n oldRefundReason: string;\n refundreason: string;\n navigationpage: string;\n isLastUpdatedByCurrentUser: boolean = true;\n isProcessRefund: boolean = false;\n changedAmount: number;\n\n constructor(private formBuilder: FormBuilder,\n private refundService: RefundsService,\n private paymentLibComponent: PaymentLibComponent,\n private paymentViewService: PaymentViewService,\n private router: Router,\n private OrderslistService: OrderslistService) { }\n\n ngOnInit() {\n this.resetRemissionForm([false, false, false, false], 'All');\n this.bsPaymentDcnNumber = this.paymentLibComponent.bspaymentdcn;\n this.isCallFromRefundList = this.paymentLibComponent.isCallFromRefundList;\n // if(this.paymentLibComponent.isFromRefundStatusPage) {\n // this.viewName = 'reviewandsubmitview';\n // }\n if (this.paymentLibComponent.isRefundStatusView) {\n this.viewName = 'refundview';\n this.OrderslistService.getRefundView().subscribe((data) => this.refundlist = data);\n this.OrderslistService.getCCDCaseNumberforRefund.subscribe((data) => this.ccdCaseNumber = data);\n } else {\n this.viewName = 'refundstatuslist';\n this.refundService.getRefundStatusList(this.ccdCaseNumber).subscribe(\n refundList => {\n this.rejectedRefundList = refundList['refund_list'];\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n };\n }\n\n\n this.refundStatusForm = this.formBuilder.group({\n amount: new FormControl('', Validators.compose([\n Validators.required,\n Validators.pattern('^[0-9]+(\\.[0-9]{1,2})?$')\n ])),\n refundReason: new FormControl('', Validators.compose([Validators.required])),\n reason: new FormControl()\n });\n\n if(this.refundlist !== undefined) {\n this.getRefundsStatusHistoryList();\n\n if (this.LOGGEDINUSERROLES.some(i => i.includes('payments-refund-approver'))) {\n this.isProcessRefund = true;\n this.refundButtonState = this.refundlist.refund_status.name;\n return;\n }\n \n if (this.LOGGEDINUSERROLES.some(i => i.includes('payments-refund'))) {\n this.isProcessRefund = false;\n this.refundButtonState = this.refundlist.refund_status.name;\n }\n }\n \n }\n\n getRefundsStatusHistoryList() {\n if(this.refundlist !== undefined) {\n this.refundService.getRefundStatusHistory(this.refundlist.refund_reference).subscribe(\n statusHistoryList => {\n this.refundStatusHistories = statusHistoryList.status_history_dto_list;\n this.isLastUpdatedByCurrentUser = statusHistoryList.last_updated_by_current_user;\n }\n ),\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }; \n }\n }\n\n goToRefundView(refundlist: IRefundList, navigationpage: string) {\n this.OrderslistService.setRefundView(refundlist);\n this.OrderslistService.setCCDCaseNumber(this.ccdCaseNumber);\n this.paymentLibComponent.viewName = 'refundstatuslist';\n this.paymentLibComponent.isRefundStatusView = true;\n this.refundlist = refundlist;\n this.OrderslistService.setnavigationPage(navigationpage);\n }\n\n loadCaseTransactionPage() {\n this.paymentLibComponent.isRefundStatusView = false;\n //this.paymentLibComponent.TAKEPAYMENT = true;\n this.paymentLibComponent.viewName = 'case-transactions';\n this.paymentViewService.getBSfeature().subscribe(\n features => {\n let result = JSON.parse(features).filter(feature => feature.uid === BS_ENABLE_FLAG);\n this.paymentLibComponent.ISBSENABLE = result[0] ? result[0].enable : false;\n },\n err => {\n this.paymentLibComponent.ISBSENABLE = false;\n }\n );\n\n let partUrl = `selectedOption=${this.paymentLibComponent.SELECTED_OPTION}`;\n partUrl += this.bsPaymentDcnNumber ? `&dcn=${this.bsPaymentDcnNumber}` : '';\n partUrl += this.paymentLibComponent.ISBSENABLE ? '&isBulkScanning=Enable' : '&isBulkScanning=Disable';\n partUrl += this.paymentLibComponent.ISTURNOFF ? '&isTurnOff=Enable' : '&isTurnOff=Disable';\n partUrl += this.paymentLibComponent.ISSFENABLE ? '&isStFixEnable=Enable' : '&isStFixEnable=Disable';\n partUrl += `&caseType=${this.paymentLibComponent.CASETYPE}`;\n partUrl += this.isNewPcipalOff ? '&isNewPcipalOff=Enable' : '&isNewPcipalOff=Disable';\n partUrl += this.isOldPcipalOff ? '&isOldPcipalOff=Enable' : '&isOldPcipalOff=Disable';\n let url = `/payment-history/${this.ccdCaseNumber}?view=case-transactions&takePayment=${this.paymentLibComponent.TAKEPAYMENT}&${partUrl}`;\n this.router.navigateByUrl(url);\n }\n\n loadRefundListPage() {\n this.OrderslistService.getnavigationPageValue().subscribe((data) => this.navigationpage = data);\n if (this.navigationpage === 'casetransactions') {\n this.loadCaseTransactionPage();\n } else {\n this.paymentLibComponent.viewName = 'refund-list';\n }\n }\n\n gotoReviewDetailsPage(event:any) {\n // event.preventDefault();\n this.errorMessage = false;\n this.paymentLibComponent.isRefundStatusView = true;\n this.ngOnInit();\n // this.viewName='refundview';\n // this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n // this.paymentLibComponent.isRefundStatusView = true;\n // this.paymentLibComponent.isCallFromRefundList = true;\n }\n\n gotoReviewAndReSubmitPage() {\n this.viewName = 'reviewandsubmitview';\n this.oldRefundReason = this.refundlist.reason;\n this.changedAmount = this.refundlist.amount;\n this.refundreason = this.refundStatusHistories.filter(data => data.status === 'sentback')[0].notes;\n this.refundService.getRefundReasons().subscribe(\n refundReasons => {\n this.refundReasons = refundReasons;\n });\n }\n gotoRefundReasonPage() {\n this.isRefundBtnDisabled = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.errorMessage = false;\n this.viewName = 'issuerefund';\n }\n\n gotoAmountPage() {\n this.errorMessage = false;\n this.paymentLibComponent.REFUNDLIST = \"true\";\n this.isRefundBtnDisabled = false;\n this.ccdCaseNumber = this.paymentLibComponent.CCD_CASE_NUMBER;\n this.paymentLibComponent.isFromRefundStatusPage = true;\n this.viewName = 'processretroremissonpage';\n }\n\n goToReviewAndSubmitView() {\n const remissionctrls = this.refundStatusForm.controls\n if (this.refundStatusForm.dirty) {\n if (remissionctrls['amount'].value == '') {\n this.resetRemissionForm([true, false, false, false], 'amount');\n }\n else if (remissionctrls['amount'].value != '' && remissionctrls['amount'].invalid) {\n this.resetRemissionForm([false, true, false, false], 'amount');\n }\n else if (remissionctrls['reason'].value == '') {\n this.resetRemissionForm([false, false, false, true], 'reason');\n } else {\n this.refundlist.reason = remissionctrls['reason'].value;\n this.viewName = 'reviewandsubmitview';\n }\n }\n\n }\n\n resetRemissionForm(val, field) {\n if (field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n this.isReasonEmpty = val[3];\n } else if (field === 'amount' || field === 'All') {\n this.isAmountEmpty = val[0];\n this.amountHasError = val[1];\n this.isRemissionLessThanFeeError = val[2];\n } else if (field === 'reason' || field === 'All') {\n this.isReasonEmpty = val[3];\n }\n }\n\n selectRadioButton(key, value) {\n this.refundHasError = false;\n this.selectedRefundReason = key;\n if (key === 'Other') {\n this.refundHasError = false;\n this.refundReason = key;\n }\n }\n\n getRefundListReason(refundListReason: any) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n this.refundlist.reason = refundListReason.reason;\n this.refundCode = refundListReason.code;\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n getRefundAmount(amount: number) {\n if (this.paymentLibComponent.isFromRefundStatusPage && !this.paymentLibComponent.iscancelClicked) {\n if (amount > 0) {\n this.changedAmount = amount;\n // this.refundlist.amount = amount;\n }\n } else {\n this.isRefundBtnDisabled = true;\n }\n this.viewName = 'reviewandsubmitview';\n this.paymentLibComponent.CCD_CASE_NUMBER = this.ccdCaseNumber;\n }\n\n gotoReviewRefundConfirmationPage() {\n if (this.oldRefundReason === this.refundlist.reason) {\n this.refundCode = '';\n }\n const resubmitRequest = new IResubmitRefundRequest(this.refundCode, this.changedAmount);\n this.refundService.patchResubmitRefund(resubmitRequest, this.refundlist.refund_reference).subscribe(\n response => {\n if (JSON.parse(response)) {\n this.refundReference = JSON.parse(response).refund_reference;\n this.refundAmount = JSON.parse(response).refund_amount;\n this.viewName = 'reviewrefundconfirmationpage';\n }\n },\n (error: any) => {\n this.errorMessage = error.replace(/\"/g,\"\");\n }\n );\n\n }\n\n goToRefundProcessComponent(refundReference: string, refundList: IRefundList) {\n this.paymentLibComponent.refundlistsource = refundList;\n this.paymentLibComponent.refundReference = refundReference;\n this.paymentLibComponent.viewName = 'process-refund';\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\n\nimport { PaymentListComponent } from './components/payment-list/payment-list.component';\nimport { PaymentViewComponent } from './components/payment-view/payment-view.component';\nimport { ProcessRefundComponent } from './components/process-refund/process-refund.component';\nimport { RefundListComponent } from './components/refund-list/refund-list.component';\n\nimport { CardDetailsComponent } from './components/card-details/card-details.component';\nimport { PageNotFoundComponent } from './components/page-not-found.component';\nimport { PaymentLibComponent } from './payment-lib.component';\nimport { StatusHistoryComponent } from './components/status-history/status-history.component';\nimport { PbaDetailsComponent } from './components/pba-details/pba-details.component';\nimport { LoggerService } from './services/shared/logger/logger.service';\nimport { ConsoleLoggerService } from './services/shared/logger/console-logger.service';\nimport { WebComponentHttpClient } from './services/shared/httpclient/webcomponent.http.client';\nimport { CaseTransactionsComponent } from './components/case-transactions/case-transactions.component';\nimport { FeeSummaryComponent } from './components/fee-summary/fee-summary.component';\nimport { ErrorBannerComponent } from './components/error-banner/error-banner.component';\nimport { MarkUnidentifiedPaymentComponent } from './components/mark-unidentified-payment/mark-unidentified-payment.component';\nimport { MarkUnsolicitedPaymentComponent } from './components/mark-unsolicited-payment/mark-unsolicited-payment.component';\nimport { UnprocessedPaymentsComponent } from './components/unprocessed-payments/unprocessed-payments.component';\nimport { ProcessedPaymentsComponent } from './components/processed-payments/processed-payments.component';\nimport { AllocatePaymentsComponent } from './components/allocate-payments/allocate-payments.component';\nimport { AddRemissionComponent } from './components/add-remission/add-remission.component';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { CcdHyphensPipe } from './pipes/ccd-hyphens.pipe';\nimport { CapitalizePipe } from './pipes/capitalize.pipe';\nimport { keyValuePipe } from './pipes/key-value.pipe';\nimport { SanitizeHtmlPipe } from './pipes/sanitize-html.pipe';\nimport { ReportsComponent } from './components/reports/reports.component';\nimport { XlFileService } from './services/xl-file/xl-file.service';\nimport { TableComponent } from './components/table/table.component';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatPaginatorModule } from '@angular/material/paginator';\nimport { MatSortModule } from '@angular/material/sort';\nimport { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\n// import { BrowserAnimationsModule } from '@angular/platform-browser/animations';\n// import { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { RefundStatusComponent } from './components/refund-status/refund-status.component';\n\n@NgModule({\n imports: [\n CommonModule,\n HttpClientModule,\n FormsModule,\n ReactiveFormsModule,\n MatTableModule,\n MatPaginatorModule,\n MatSortModule,\n MatFormFieldModule,\n MatInputModule,\n // BrowserAnimationsModule,\n // NoopAnimationsModule\n ],\n declarations: [\n PaymentLibComponent,\n PaymentListComponent,\n PaymentViewComponent,\n ProcessRefundComponent,\n RefundListComponent,\n CardDetailsComponent,\n PageNotFoundComponent,\n StatusHistoryComponent,\n MarkUnidentifiedPaymentComponent,\n MarkUnsolicitedPaymentComponent,\n UnprocessedPaymentsComponent,\n ProcessedPaymentsComponent,\n AllocatePaymentsComponent,\n PbaDetailsComponent,\n CaseTransactionsComponent,\n FeeSummaryComponent,\n AddRemissionComponent,\n CcdHyphensPipe,\n CapitalizePipe,\n keyValuePipe,\n SanitizeHtmlPipe,\n ReportsComponent,\n ErrorBannerComponent,\n TableComponent,\n RefundStatusComponent\n ],\n exports: [PaymentLibComponent],\n providers: [\n { provide: LoggerService, useClass: ConsoleLoggerService },\n XlFileService,\n WebComponentHttpClient\n ]\n})\n\nexport class PaymentLibModule { }\n"],"names":["PaymentLibService","prototype","setApiRootUrl","apiRoot","this","API_ROOT","getApiRootUrl","setBulkScanApiRootUrl","bulkscanapiRoot","BULKSCAN_API_ROOT","getBulkScanApiRootUrl","setRefundndsApiRootUrl","refundsapiRoot","REFUNDS_API_ROOT","getRefundsApiRootUrl","Injectable","args","providedIn","PaymentLibComponent","ngAfterContentChecked","cd","detectChanges","ngOnInit","paymentLibService","PAYMENT_GROUP_REF","paymentGroupReference","DCN_NUMBER","bspaymentdcn","REFUNDLIST","VIEW","viewName","Component","selector","template","ChangeDetectorRef","Input","unProcessedPaymentServiceId","unProcessedPayment","ErrorHandlerService","handleError","err","errorMessage","error","Error","message","status","Object","values","toString","replace","messsage","undefined","_throw","getServerErrorMessage","isErrorExist","title","body","showError","LoggerService","invokeConsoleMethod","type","PaymentListService","getPaymentByCcdCaseNumber","ccdCaseNumber","paymentMethod","logger","info","http","get","withCredentials","pipe","catchError","errorHandlerService","HttpClient","PaymentListComponent","_this","paymentListService","paymentLibComponent","CCD_CASE_NUMBER","PAYMENT_METHOD","subscribe","payments","loadPaymentViewComponent","paymentReference","__values","o","s","Symbol","iterator","m","i","call","length","next","value","done","TypeError","WebComponentHttpClient","post","url","options","opts","addHeaders","put","delete","patch","csrfToken","meta","getTag","headers","forEach","element","document","cookie","split","find","row","startsWith","content","HttpHeaders","responseType","Meta","PaymentViewService","getPaymentDetails","getPaymentGroupDetails","getApportionPaymentDetails","postBSPayments","https","postBSUnidentifiedPayments","postBSUnsolicitedPayments","postBSAllocationPayments","postPaymentGroupWithRemissions","feeId","deleteFeeFromPaymentGroup","postPaymentToPayHub","paymentGroupRef","postPaymentAntennaToPayHub","downloadSelectedReport","reportName","startDate","endDate","getBSfeature","getSiteID","getPartyDetails","caseNumber","setOrdersList","orderLevelFees","ordersList","assign","getOrdersList","postRefundsReason","postPaymentGroupWithRetroRemissions","postRefundRetroRemission","BehaviorSubject","OrderslistService","setRefundView","refundList","refundView","getRefundView","setCaseType","caseType","getCaseType","setCCDCaseNumber","getCCDCaseNumber","setFeeExists","feeExists","getFeeExists","setisFromServiceRequestPage","isFromServiceRequestPage","getisFromServiceRequestPages","setOrderRefId","OrderRefId","getSelectedOrderRefId","setnavigationPage","navigationPage","getnavigationPageValue","setpaymentPageView","paymentpageList","paymentPageView","getpaymentPageView","getcaseType","asObservable","getFeeExist","getCCDCaseNumberforRefund","getisFromServiceRequestPage","getOrderRefId","getnavigationPage","PaymentViewComponent","selectedOption","SELECTED_OPTION","dcnNumber","isTurnOff","ISTURNOFF","viewStatus","paymentViewService","paymentGroup","fees","fee","isRemissionsMatch","remissions","rem","fee_code","code","push","filter","paymentGroupObj","includes","paymentAllocation","payment_allocation","isStatusAllocated","allocation_status","console","log","defineProperty","method","channel","goToPaymentList","goToCaseTransationPage","event","preventDefault","ISBSENABLE","addRemission","chkForAddRemission","reference","payment","isFromPaymentDetailPage","isRefundRemission","checkForFees","addRefundForRemission","remission","chkIsRefundRemissionBtnEnable","remissionFeeAmt","data","net_amount","toLocaleLowerCase","allowFurtherAccessAfter4Days","isRefundRemissionBtnEnable","issueRefund","paymentgrp","chkIssueRefundBtnEnable","getRemissionByFeeCode","feeCode","remissions_1","tslib_1.__values","remissions_1_1","check4AllowedRoles2AccessRefund","isIssueRefunfBtnEnable","chkForPBAPayment","_b","_c","isAddFeeBtnEnabled","allowedRolesToAccessRefund","some","role","LOGGEDINUSERROLES","indexOf","tmp4DayAgo","Date","setDate","getDate","date_created","RefundsService","getRefundReasons","getRefundRejectReasons","getRefundActions","refundReference","patchRefundActions","reviewerAction","getRefundList","refundstatus","selfexclusive","getRefundStatusHistory","getRefundStatusList","getUserDetails","postIssueRefund","patchResubmitRefund","refund_reference","ProcessRefundComponent","refundActionList","getErrorMessage","statusCode","processRefundForm","formBuilder","group","refundActionField","FormControl","Validators","compose","required","refundRejectReasonField","sendMeBackField","minLength","maxLength","pattern","enterReasonField","checkRefundActions","isConfirmButtondisabled","isSendMeBackClicked","isRejectClicked","isOtherClicked","refundRejectReasonList","processRefundSubmit","processRefundRequest","resetForm","controls","processFormError","errors","dirty","valid","reason","response","isSuccesspageEnable","successMsg","JSON","parse","invalid","minlength","actualLength","maxlength","errorMsg","bodyTxt","loadRefundListPage","navigationpage","window","location","href","redirecttoRefundListPage","vals","field","refundActionsHasError","refundRejectReasonHasError","isReasonFieldEmpty","isReasonFieldInvalid","reasonFieldMinHasError","reasonFieldMaxHasError","isReasonEmpty","isReasonInvalid","FormBuilder","sendmeback","RefundListComponent","userLst","isAuthorized","isApproveTableVisible","tableApprovalHeader","tableRejectedHeader","refundService","approvalStatus","submittedRefundList","rejectStatus","rejectedRefundList","isRejectTableVisible","CardDetailsService","getCardDetails","CardDetailsComponent","cardDetailsService","cardDetails","pageTitle","PageNotFoundComponent","StatusHistoryService","getPaymentStatusesByReference","StatusHistoryComponent","statusHistoryService","statuses","PbaDetailsComponent","noop","ConsoleLoggerService","apply","CaseTransactionsService","getPaymentGroups","BulkScaningPaymentService","getBSPaymentsByCCD","getBSPaymentsByDCN","dcn","postBSAllocatePayment","paymentRef","postBSPaymentStrategic","postBSWoPGStrategic","patchBSChangeStatus","calculateOutStandingAmount","feesTotal","paymentsTotal","remissionsTotal","calculated_amount","toUpperCase","amount","hwf_amount","removeUnwantedString","input","replaceText","CaseTransactionsComponent","paymentView","payment_group_reference","goToPayementView","isGrpOutstandingAmtPositive","CASETYPE","EXC_REFERENCE","excReference","takePayment","TAKEPAYMENT","servicerequest","SERVICEREQUEST","serviveRequestValue","isBulkScanEnable","isNewPcipalOff","ISNEWPCIPALOFF","isOldPcipalOff","ISOLDPCIPALOFF","isStrategicFixEnable","ISSFENABLE","caseTransactionsService","paymentGroups","isAnyFeeGroupAvilable","calculateAmounts","calculateOrderFeesAmounts","totalRefundAmount","calculateRefundAmount","cpoDetails","setDefaults","isCPODown","lsCcdNumber","router","navigateByUrl","orderRef","goToOrderViewDetailSection","checkForExceptionRecord","totalPayments","totalRemissions","totalNonOffPayments","totalFees","getAllocationStatus","bulkScaningPaymentService","recordData","exception_record_reference","ccd_reference","isExceptionRecord","case_reference","ccd_case_number","resetOrderVariables","orderFeesTotal","orderRemissionTotal","orderTotalPayments","orderPendingPayments","orderStatus","orderAddBtnEnable","orderRefId","orderTotalFees","orderParty","orderCCDEvent","orderCreated","orderReferenceObj","orderDetail","x","redirectToOrderFeeSearchPage","orderef","nonOffLinePayment","a","b","amount_due","clAmountDue","allocationLen","nonPayments","allPayments","remisison","totalRefundAmount_1","isFeeAmountZero_1","grpOutstandingAmount","isFeeRecordsExist","isNewPaymentGroup_1","index","isHistoricGroupAvailable","getGroupOutstandingAmount","redirectToFeeSearchPage","redirectToremissionPage","redirectToReportsPage","loadFeeSummaryPage","goToPaymentViewComponent","selectedUnprocessedFeeEvent","unprocessedRecordId","isUnprocessedRecordSelected","getUnprocessedFeeCount","unProcessedRecordCount","unprocessedRecordCount","calculateAmountDue","confirmRemoveFee","isRemoveBtnDisabled","cancelRemoval","removeFee","success","reload","isCheckAmountdueExist","amountDue","isPBA","Router","ls.get","isAddRemissionEnable","orderRemissionDetails","isAddRemissionBtnEnabled","PaymentToPayhubRequest","currency","description","provider","toFixed","case_type","PayhubAntennaRequest","BS_ENABLE_FLAG","FeeSummaryComponent","bsPaymentDcnNumber","platForm","features","result","feature","uid","enable","getUnassignedPaymentlist","getPaymentGroup","unassignedPayments","service","responsible_service_id","upPaymentErrorMessage","currentFee","isPaymentExist","isRemissionsExist","totalAfterRemission","isFeeAmountZero","outStandingAmount","loadCaseTransactionPage","partUrl","cancelRemission","page","isConfirmationBtnDisabled","requestBody","antennaReqBody","go","payhubHtml","isBackButtonEnable","goToAllocatePage","Location","ErrorBannerComponent","UnidentifiedPaymentsRequest","payment_reference","unidentified_reason","payment_allocation_status","name","AllocatePaymentRequest","unAllocatedPayment","exceptionRecord","allocatedRequest","banked_date","date_banked","exception_record","document_control_number","dcn_reference","external_provider","giro_slip_no","bgc_reference","payer_name","payment_channel","payment_status","payment_method","payment_allocation_dto","MarkUnidentifiedPaymentComponent","getUnassignedPayment","markPaymentUnidentifiedForm","investicationDetail","unassignedRecord","siteID","beCcdNumber","beExceptionNumber","exceptionReference","ccdReference","trimUnderscore","saveAndContinue","investicationField","formerror","investigationComment","val","isInvesticationDetailEmpty","investicationDetailHasError","investicationDetailMinHasError","investicationDetailMaxHasError","confirmPayments","postStrategicBody","res1","res2","response2","reqBody","res3","gotoCasetransationPage","user_id","res","cancelMarkUnidentifiedPayments","UnsolicitedPaymentsRequest","responsible_office","responsible_person","email_id","receiving_office","receiving_email_address","sending_email_address","MarkUnsolicitedPaymentComponent","siteids","isContinueButtondisabled","siteIDList","scrollTo","markPaymentUnsolicitedForm","responsibleOffice","responsiblePerson","emailId","selectedSiteId","reasonField","officeIdField","reasonHasError","reasonMinHasError","reasonMaxHasError","isResponsibleOfficeEmpty","responsibleOfficeHasError","cancelMarkUnsolicitedPayments","checkingFormValue","setValue","formFields","valueExists","hasOwnProperty","selectchange","target","selectedSiteName","selectedIndex","text","UnprocessedPaymentsComponent","isNewpcipaloff","isOldpcipaloff","isStFixEnable","FEE_RECORDS_EXISTS","setValuesForUnassignedRecord","emit","unassignedRecordList","unassignedRecordListLength","serviceId","isExceptionCase","unprocessedPaymentSelectEvent","formatUnassignedRecordId","ID","recordId","loadUnsolicitedPage","selectedRecordReference","validateButtons","resetButtons","isAllocateToExistingFeebtnEnabled","isMarkAsUnidentifiedbtnEnabled","isAllocatedToNewFeebtnEnabled","PAYMENTREF","IS_OS_AMT_AVAILABLE","unprocessedPaymentUnSelectEvent","showDetailRow","obj","unassignedRecordSelectedList","Output","EventEmitter","isRecordExist","ProcessedPaymentsComponent","redirectToPaymentViewPage","IAllocationPaymentsRequest","explanation","userName","user_name","AllocatePaymentsComponent","overUnderPaymentForm","moreDetails","fstCon","scndCn","selectedPaymentGroup","gotoSummaryPage","cancelAllocatePayment","confirmAllocatePayement","enCookieUserName","cookieUserName","decodeURIComponent","fullName","paymentDetailsField","paymentFormError","userNameField","isEmptyCondtion","paymentReason","paymentExplanation","isOtherOptionSelected","isRemainingAmountGtZero","isRemainingAmountLtZero","otherPaymentExplanation","finalServiceCall","paymentReasonHasError","paymentExplanationHasError","isPaymentDetailsEmpty","isPaymentDetailsInvalid","paymentDetailsMinHasError","paymentDetailsMaxHasError","isUserNameEmpty","isUserNameInvalid","GroupOutstandingAmount","remainingToBeAssigned","isMoreDetailsBoxHide","reset","paymentSectionLabel","feedbackUrlLabel","remainingAmount","afterFeeAllocateOutstanding","amountForAllocation","selectRadioButton","key","OrderListSelectEvent","reasonList","overPayment","hwfReward","wrongFee","notIssueCase","otherDeduction","shortFall","helpWithFee","other","explanationList","referRefund","noRefund","noCase","holdCase","heldCase","refund","duplicate","humanerror","caseWithdrawn","AddRemissionRequest","hwf_reference","AddRetroRemissionRequest","PostRefundRetroRemission","refund_reason","PostIssueRefundRetroRemission","remissionReference","AddRemissionComponent","default","pattern1","pattern2","viewCompStatus","volume","remessionPayment","isPaymentSuccess","option","remissionForm","remissionCode","refundReason","refundDDReason","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","gotoIssueRefundPage","changeIssueRefundReason","confirmIssueRefund","confirmRetroRefund","localStorage","setItem","onlySelf","isRefundReasonsSelected","showReasonText","reasonLength","gotoServiceRequestPage","gotoCasetransationPageCancelBtnClicked","getFormattedCurrency","concat","hasErrors","CcdHyphensPipe","transform","match","Pipe","CapitalizePipe","slice","keyValuePipe","keys","SanitizeHtmlPipe","sanitizer","bypassSecurityTrustHtml","DomSanitizer","XlFileService","exportAsExcelFile","json","excelFileName","worksheet","XLSX.utils","json_to_sheet","header","setDataLossReportHeaders","setUnprocessedReportHeaders","setProcessedUnallocatedReportHeaders","setShortFallReportHeaders","autoFitColumns","excelBuffer","XLSX.write","Sheets","SheetNames","bookType","saveAsExcelFile","objectMaxLength","ColWidth","j","width","A1","v","B1","C1","D1","E1","F1","G1","H1","I1","J1","K1","L1","M1","N1","buffer","fileName","Blob","FileSaver.saveAs","ReportsComponent","fromValidation","getToday","toISOString","getSelectedFromDate","validateDates","reportsForm","selectedStartDate","tranformDate","selectedEndDate","isDateRangeMoreThanWeek","isDateRangeBetnWeek","isStartDateLesthanEndDate","selectedreport","downloadReport","isDownLoadButtondisabled","dataLossRptDefault","loss_resp","payment_asset_dcn","env_ref","env_item","resp_service_id","resp_service_name","bgc_batch","unProcessedRptDefault","exception_ref","ccd_ref","processedUnallocated","allocation_reason","ccd_exception_ref","ccd_case_ref","updated_by","shortFallsRptDefault","surplus_shortfall","balance","payment_amount","ccd_case_reference","ccd_exception_reference","processed_date","selectedReportName","applyDateFormat","substr","convertToFloatValue","Op","xlFileService","getFileName","loc","stDt","formatDate","enDt","now","timestamp","getTwodigit","getHours","getMinutes","getSeconds","getCamelCaseString","strDate","parts","map","amt","Number","parseFloat","TableComponent","STATUS","toLowerCase","isApprovalFlow","DATASOURCE","dataSource","MatTableDataSource","actualcount","reduce","r","_a","user_full_name","ngAfterViewInit","paginator","cdRef","applyFilter","filterValue","goToRefundProcessComponent","refundDate","refundlistsource","goToRefundViewComponent","refundData","isRefundStatusView","isCallFromRefundList","goToCaseReview","ViewChild","MatPaginator","MatSort","displayedColumns","IResubmitRefundRequest","RefundStatusComponent","refundlist","refundStatusForm","getRefundsStatusHistoryList","isProcessRefund","refundButtonState","refund_status","statusHistoryList","refundStatusHistories","status_history_dto_list","isLastUpdatedByCurrentUser","last_updated_by_current_user","goToRefundView","gotoReviewDetailsPage","gotoReviewAndReSubmitPage","oldRefundReason","changedAmount","refundreason","notes","gotoRefundReasonPage","isRefundBtnDisabled","gotoAmountPage","goToReviewAndSubmitView","getRefundListReason","refundCode","getRefundAmount","gotoReviewRefundConfirmationPage","resubmitRequest","NgModule","imports","CommonModule","HttpClientModule","FormsModule","ReactiveFormsModule","MatTableModule","MatPaginatorModule","MatSortModule","MatFormFieldModule","MatInputModule","declarations","exports","providers","provide","useClass","PaymentLibModule"],"mappings":"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"}