@hmcts/ccpay-web-component 5.0.8-beta02 → 5.0.8-beta05
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/hmcts-ccpay-web-component.umd.js +8227 -5631
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +15 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/hmcts-ccpay-web-component.js +3 -2
- package/esm2015/lib/components/add-remission/add-remission.component.js +4 -3
- package/esm2015/lib/components/allocate-payments/allocate-payments.component.js +4 -3
- package/esm2015/lib/components/card-details/card-details.component.js +3 -2
- package/esm2015/lib/components/case-transactions/case-transactions.component.js +4 -3
- package/esm2015/lib/components/error-banner/error-banner.component.js +3 -2
- package/esm2015/lib/components/fee-summary/fee-summary.component.js +4 -3
- package/esm2015/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.js +4 -3
- package/esm2015/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.js +4 -3
- package/esm2015/lib/components/page-not-found.component.js +3 -2
- package/esm2015/lib/components/payment-list/payment-list.component.js +3 -2
- package/esm2015/lib/components/payment-view/payment-view.component.js +4 -3
- package/esm2015/lib/components/pba-details/pba-details.component.js +3 -2
- package/esm2015/lib/components/pba-payment/pba-payment.component.js +3 -2
- package/esm2015/lib/components/process-refund/process-refund.component.js +3 -2
- package/esm2015/lib/components/processed-payments/processed-payments.component.js +3 -2
- package/esm2015/lib/components/refund-list/refund-list.component.js +3 -2
- package/esm2015/lib/components/refund-status/refund-status.component.js +3 -2
- package/esm2015/lib/components/reports/reports.component.js +4 -3
- package/esm2015/lib/components/service-request/service-request.component.js +3 -2
- package/esm2015/lib/components/status-history/status-history.component.js +3 -2
- package/esm2015/lib/components/table/table.component.js +5 -4
- package/esm2015/lib/components/unprocessed-payments/unprocessed-payments.component.js +4 -3
- package/esm2015/lib/interfaces/AddRemissionRequest.js +3 -2
- package/esm2015/lib/interfaces/AddRetroRemissionRequest.js +3 -2
- package/esm2015/lib/interfaces/AllocatePaymentRequest.js +3 -2
- package/esm2015/lib/interfaces/IAllocationPaymentsRequest.js +3 -2
- package/esm2015/lib/interfaces/IBSPayments.js +3 -2
- package/esm2015/lib/interfaces/ICardDetails.js +3 -2
- package/esm2015/lib/interfaces/IFee.js +3 -2
- package/esm2015/lib/interfaces/IOrderReferenceFee.js +3 -2
- package/esm2015/lib/interfaces/IPatchRefundAction.js +3 -2
- package/esm2015/lib/interfaces/IPayment.js +3 -2
- package/esm2015/lib/interfaces/IPaymentFailure.js +3 -2
- package/esm2015/lib/interfaces/IPaymentGroup.js +3 -2
- package/esm2015/lib/interfaces/IPaymentStatus.js +3 -2
- package/esm2015/lib/interfaces/IPaymentView.js +3 -2
- package/esm2015/lib/interfaces/IPayments.js +3 -2
- package/esm2015/lib/interfaces/IRefundAction.js +3 -2
- package/esm2015/lib/interfaces/IRefundList.js +3 -2
- package/esm2015/lib/interfaces/IRefundReasons.js +3 -2
- package/esm2015/lib/interfaces/IRefundRejectReason.js +3 -2
- package/esm2015/lib/interfaces/IRefundStatus.js +3 -2
- package/esm2015/lib/interfaces/IRefundStatusHistory.js +3 -2
- package/esm2015/lib/interfaces/IRemission.js +3 -2
- package/esm2015/lib/interfaces/IResubmitRefundRequest.js +3 -2
- package/esm2015/lib/interfaces/IStatusHistories.js +3 -2
- package/esm2015/lib/interfaces/IStatusHistory.js +3 -2
- package/esm2015/lib/interfaces/IserviceRequestCardPayment.js +3 -2
- package/esm2015/lib/interfaces/IserviceRequestPbaPayment.js +3 -2
- package/esm2015/lib/interfaces/IssueRefundRequest.js +3 -2
- package/esm2015/lib/interfaces/PayhubAntennaRequest.js +3 -2
- package/esm2015/lib/interfaces/PaymentToPayhubRequest.js +3 -2
- package/esm2015/lib/interfaces/PostIssueRefundRetroRemission.js +3 -2
- package/esm2015/lib/interfaces/PostRefundRetroRemission.js +3 -2
- package/esm2015/lib/interfaces/RefundsRequest.js +3 -2
- package/esm2015/lib/interfaces/UnidentifiedPaymentsRequest.js +3 -2
- package/esm2015/lib/interfaces/UnsolicitedPaymentsRequest.js +3 -2
- package/esm2015/lib/payment-lib.component.js +3 -2
- package/esm2015/lib/payment-lib.module.js +3 -2
- package/esm2015/lib/payment-lib.service.js +4 -3
- package/esm2015/lib/pipes/capitalize.pipe.js +3 -2
- package/esm2015/lib/pipes/ccd-hyphens.pipe.js +3 -2
- package/esm2015/lib/pipes/key-value.pipe.js +3 -2
- package/esm2015/lib/pipes/sanitize-html.pipe.js +3 -2
- package/esm2015/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.js +4 -3
- package/esm2015/lib/services/card-details/card-details.service.js +4 -3
- package/esm2015/lib/services/case-transactions/case-transactions.service.js +4 -3
- package/esm2015/lib/services/orderslist.service.js +4 -3
- package/esm2015/lib/services/payment-list/payment-list.service.js +4 -3
- package/esm2015/lib/services/payment-view/payment-view.service.js +4 -3
- package/esm2015/lib/services/refunds/refunds.service.js +4 -3
- package/esm2015/lib/services/shared/error-handler.service.js +4 -3
- package/esm2015/lib/services/shared/httpclient/webcomponent.http.client.js +3 -2
- package/esm2015/lib/services/shared/logger/console-logger.service.js +4 -3
- package/esm2015/lib/services/shared/logger/logger.service.js +4 -3
- package/esm2015/lib/services/status-history/status-history.service.js +4 -3
- package/esm2015/lib/services/xl-file/xl-file.service.js +3 -2
- package/esm2015/public_api.js +3 -2
- package/esm5/hmcts-ccpay-web-component.js +3 -2
- package/esm5/lib/components/add-remission/add-remission.component.js +4 -3
- package/esm5/lib/components/allocate-payments/allocate-payments.component.js +4 -3
- package/esm5/lib/components/card-details/card-details.component.js +3 -2
- package/esm5/lib/components/case-transactions/case-transactions.component.js +4 -3
- package/esm5/lib/components/error-banner/error-banner.component.js +3 -2
- package/esm5/lib/components/fee-summary/fee-summary.component.js +4 -3
- package/esm5/lib/components/mark-unidentified-payment/mark-unidentified-payment.component.js +4 -3
- package/esm5/lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.js +4 -3
- package/esm5/lib/components/page-not-found.component.js +3 -2
- package/esm5/lib/components/payment-list/payment-list.component.js +3 -2
- package/esm5/lib/components/payment-view/payment-view.component.js +4 -3
- package/esm5/lib/components/pba-details/pba-details.component.js +3 -2
- package/esm5/lib/components/pba-payment/pba-payment.component.js +3 -2
- package/esm5/lib/components/process-refund/process-refund.component.js +3 -2
- package/esm5/lib/components/processed-payments/processed-payments.component.js +3 -2
- package/esm5/lib/components/refund-list/refund-list.component.js +3 -2
- package/esm5/lib/components/refund-status/refund-status.component.js +3 -2
- package/esm5/lib/components/reports/reports.component.js +4 -3
- package/esm5/lib/components/service-request/service-request.component.js +3 -2
- package/esm5/lib/components/status-history/status-history.component.js +3 -2
- package/esm5/lib/components/table/table.component.js +5 -4
- package/esm5/lib/components/unprocessed-payments/unprocessed-payments.component.js +4 -3
- package/esm5/lib/interfaces/AddRemissionRequest.js +3 -2
- package/esm5/lib/interfaces/AddRetroRemissionRequest.js +3 -2
- package/esm5/lib/interfaces/AllocatePaymentRequest.js +3 -2
- package/esm5/lib/interfaces/IAllocationPaymentsRequest.js +3 -2
- package/esm5/lib/interfaces/IBSPayments.js +3 -2
- package/esm5/lib/interfaces/ICardDetails.js +3 -2
- package/esm5/lib/interfaces/IFee.js +3 -2
- package/esm5/lib/interfaces/IOrderReferenceFee.js +3 -2
- package/esm5/lib/interfaces/IPatchRefundAction.js +3 -2
- package/esm5/lib/interfaces/IPayment.js +3 -2
- package/esm5/lib/interfaces/IPaymentFailure.js +3 -2
- package/esm5/lib/interfaces/IPaymentGroup.js +3 -2
- package/esm5/lib/interfaces/IPaymentStatus.js +3 -2
- package/esm5/lib/interfaces/IPaymentView.js +3 -2
- package/esm5/lib/interfaces/IPayments.js +3 -2
- package/esm5/lib/interfaces/IRefundAction.js +3 -2
- package/esm5/lib/interfaces/IRefundList.js +3 -2
- package/esm5/lib/interfaces/IRefundReasons.js +3 -2
- package/esm5/lib/interfaces/IRefundRejectReason.js +3 -2
- package/esm5/lib/interfaces/IRefundStatus.js +3 -2
- package/esm5/lib/interfaces/IRefundStatusHistory.js +3 -2
- package/esm5/lib/interfaces/IRemission.js +3 -2
- package/esm5/lib/interfaces/IResubmitRefundRequest.js +3 -2
- package/esm5/lib/interfaces/IStatusHistories.js +3 -2
- package/esm5/lib/interfaces/IStatusHistory.js +3 -2
- package/esm5/lib/interfaces/IserviceRequestCardPayment.js +3 -2
- package/esm5/lib/interfaces/IserviceRequestPbaPayment.js +3 -2
- package/esm5/lib/interfaces/IssueRefundRequest.js +3 -2
- package/esm5/lib/interfaces/PayhubAntennaRequest.js +3 -2
- package/esm5/lib/interfaces/PaymentToPayhubRequest.js +3 -2
- package/esm5/lib/interfaces/PostIssueRefundRetroRemission.js +3 -2
- package/esm5/lib/interfaces/PostRefundRetroRemission.js +3 -2
- package/esm5/lib/interfaces/RefundsRequest.js +3 -2
- package/esm5/lib/interfaces/UnidentifiedPaymentsRequest.js +3 -2
- package/esm5/lib/interfaces/UnsolicitedPaymentsRequest.js +3 -2
- package/esm5/lib/payment-lib.component.js +3 -2
- package/esm5/lib/payment-lib.module.js +3 -2
- package/esm5/lib/payment-lib.service.js +4 -3
- package/esm5/lib/pipes/capitalize.pipe.js +3 -2
- package/esm5/lib/pipes/ccd-hyphens.pipe.js +3 -2
- package/esm5/lib/pipes/key-value.pipe.js +3 -2
- package/esm5/lib/pipes/sanitize-html.pipe.js +3 -2
- package/esm5/lib/services/bulk-scaning-payment/bulk-scaning-payment.service.js +4 -3
- package/esm5/lib/services/card-details/card-details.service.js +4 -3
- package/esm5/lib/services/case-transactions/case-transactions.service.js +4 -3
- package/esm5/lib/services/orderslist.service.js +4 -3
- package/esm5/lib/services/payment-list/payment-list.service.js +4 -3
- package/esm5/lib/services/payment-view/payment-view.service.js +4 -3
- package/esm5/lib/services/refunds/refunds.service.js +4 -3
- package/esm5/lib/services/shared/error-handler.service.js +4 -3
- package/esm5/lib/services/shared/httpclient/webcomponent.http.client.js +3 -2
- package/esm5/lib/services/shared/logger/console-logger.service.js +4 -3
- package/esm5/lib/services/shared/logger/logger.service.js +4 -3
- package/esm5/lib/services/status-history/status-history.service.js +4 -3
- package/esm5/lib/services/xl-file/xl-file.service.js +3 -2
- package/esm5/public_api.js +3 -2
- package/fesm2015/hmcts-ccpay-web-component.js +2354 -116
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +2363 -117
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/hmcts-ccpay-web-component.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Injectable, ɵɵdefineInjectable, Component, ChangeDetectorRef, Input, ɵɵinject, EventEmitter, Output, Pipe, ViewChild, NgModule } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject } from 'rxjs';
|
|
3
3
|
import { HttpClient, HttpHeaders, HttpClientModule } from '@angular/common/http';
|
|
4
|
+
import { Location, formatDate, CommonModule } from '@angular/common';
|
|
4
5
|
import { catchError } from 'rxjs/operators';
|
|
6
|
+
import { _throw } from 'rxjs/observable/throw';
|
|
5
7
|
import { Meta, DomSanitizer } from '@angular/platform-browser';
|
|
6
|
-
import {
|
|
8
|
+
import { FormControl, Validators, FormBuilder, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
9
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
7
10
|
import { saveAs } from 'file-saver';
|
|
8
11
|
import { utils, write } from 'xlsx';
|
|
9
12
|
import { MatTableDataSource, MatTableModule } from '@angular/material/table';
|
|
10
|
-
import { MatPaginator, MatPaginatorModule } from '@angular/material/paginator';
|
|
11
13
|
import { MatSort, MatSortModule } from '@angular/material/sort';
|
|
14
|
+
import { MatPaginator, MatPaginatorModule } from '@angular/material/paginator';
|
|
12
15
|
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
13
16
|
import { MatInputModule } from '@angular/material/input';
|
|
14
|
-
import { FormBuilder, Validators, FormControl, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
15
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
|
16
|
-
import { Injectable, Component, Input, Output, EventEmitter, ViewChild, ChangeDetectorRef, Pipe, NgModule, defineInjectable, inject } from '@angular/core';
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* @fileoverview added by tsickle
|
|
20
|
-
*
|
|
20
|
+
* Generated from: lib/payment-lib.service.ts
|
|
21
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
21
22
|
*/
|
|
22
23
|
class PaymentLibService {
|
|
23
24
|
constructor() { }
|
|
@@ -81,11 +82,22 @@ PaymentLibService.decorators = [
|
|
|
81
82
|
];
|
|
82
83
|
/** @nocollapse */
|
|
83
84
|
PaymentLibService.ctorParameters = () => [];
|
|
84
|
-
/** @nocollapse */ PaymentLibService.ngInjectableDef =
|
|
85
|
+
/** @nocollapse */ PaymentLibService.ngInjectableDef = ɵɵdefineInjectable({ factory: function PaymentLibService_Factory() { return new PaymentLibService(); }, token: PaymentLibService, providedIn: "root" });
|
|
86
|
+
if (false) {
|
|
87
|
+
/** @type {?} */
|
|
88
|
+
PaymentLibService.prototype.API_ROOT;
|
|
89
|
+
/** @type {?} */
|
|
90
|
+
PaymentLibService.prototype.BULKSCAN_API_ROOT;
|
|
91
|
+
/** @type {?} */
|
|
92
|
+
PaymentLibService.prototype.REFUNDS_API_ROOT;
|
|
93
|
+
/** @type {?} */
|
|
94
|
+
PaymentLibService.prototype.CARDPAYMENTRETURNURL;
|
|
95
|
+
}
|
|
85
96
|
|
|
86
97
|
/**
|
|
87
98
|
* @fileoverview added by tsickle
|
|
88
|
-
*
|
|
99
|
+
* Generated from: lib/services/orderslist.service.ts
|
|
100
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
89
101
|
*/
|
|
90
102
|
class OrderslistService {
|
|
91
103
|
constructor() {
|
|
@@ -363,11 +375,130 @@ OrderslistService.decorators = [
|
|
|
363
375
|
];
|
|
364
376
|
/** @nocollapse */
|
|
365
377
|
OrderslistService.ctorParameters = () => [];
|
|
366
|
-
/** @nocollapse */ OrderslistService.ngInjectableDef =
|
|
378
|
+
/** @nocollapse */ OrderslistService.ngInjectableDef = ɵɵdefineInjectable({ factory: function OrderslistService_Factory() { return new OrderslistService(); }, token: OrderslistService, providedIn: "root" });
|
|
379
|
+
if (false) {
|
|
380
|
+
/**
|
|
381
|
+
* @type {?}
|
|
382
|
+
* @private
|
|
383
|
+
*/
|
|
384
|
+
OrderslistService.prototype.ordersList;
|
|
385
|
+
/**
|
|
386
|
+
* @type {?}
|
|
387
|
+
* @private
|
|
388
|
+
*/
|
|
389
|
+
OrderslistService.prototype.refundView;
|
|
390
|
+
/**
|
|
391
|
+
* @type {?}
|
|
392
|
+
* @private
|
|
393
|
+
*/
|
|
394
|
+
OrderslistService.prototype.caseType;
|
|
395
|
+
/** @type {?} */
|
|
396
|
+
OrderslistService.prototype.getcaseType;
|
|
397
|
+
/**
|
|
398
|
+
* @type {?}
|
|
399
|
+
* @private
|
|
400
|
+
*/
|
|
401
|
+
OrderslistService.prototype.feeExists;
|
|
402
|
+
/** @type {?} */
|
|
403
|
+
OrderslistService.prototype.getFeeExist;
|
|
404
|
+
/**
|
|
405
|
+
* @type {?}
|
|
406
|
+
* @private
|
|
407
|
+
*/
|
|
408
|
+
OrderslistService.prototype.ccdCaseNumber;
|
|
409
|
+
/** @type {?} */
|
|
410
|
+
OrderslistService.prototype.getCCDCaseNumberforRefund;
|
|
411
|
+
/**
|
|
412
|
+
* @type {?}
|
|
413
|
+
* @private
|
|
414
|
+
*/
|
|
415
|
+
OrderslistService.prototype.isFromServiceRequestPage;
|
|
416
|
+
/** @type {?} */
|
|
417
|
+
OrderslistService.prototype.getisFromServiceRequestPage;
|
|
418
|
+
/**
|
|
419
|
+
* @type {?}
|
|
420
|
+
* @private
|
|
421
|
+
*/
|
|
422
|
+
OrderslistService.prototype.OrderRefId;
|
|
423
|
+
/** @type {?} */
|
|
424
|
+
OrderslistService.prototype.getOrderRefId;
|
|
425
|
+
/**
|
|
426
|
+
* @type {?}
|
|
427
|
+
* @private
|
|
428
|
+
*/
|
|
429
|
+
OrderslistService.prototype.navigationPage;
|
|
430
|
+
/** @type {?} */
|
|
431
|
+
OrderslistService.prototype.getnavigationPage;
|
|
432
|
+
/**
|
|
433
|
+
* @type {?}
|
|
434
|
+
* @private
|
|
435
|
+
*/
|
|
436
|
+
OrderslistService.prototype.orderRef;
|
|
437
|
+
/** @type {?} */
|
|
438
|
+
OrderslistService.prototype.getorderRef;
|
|
439
|
+
/**
|
|
440
|
+
* @type {?}
|
|
441
|
+
* @private
|
|
442
|
+
*/
|
|
443
|
+
OrderslistService.prototype.orderCCDEvent;
|
|
444
|
+
/** @type {?} */
|
|
445
|
+
OrderslistService.prototype.getorderCCDEvent;
|
|
446
|
+
/**
|
|
447
|
+
* @type {?}
|
|
448
|
+
* @private
|
|
449
|
+
*/
|
|
450
|
+
OrderslistService.prototype.orderCreated;
|
|
451
|
+
/** @type {?} */
|
|
452
|
+
OrderslistService.prototype.getorderCreated;
|
|
453
|
+
/**
|
|
454
|
+
* @type {?}
|
|
455
|
+
* @private
|
|
456
|
+
*/
|
|
457
|
+
OrderslistService.prototype.orderParty;
|
|
458
|
+
/** @type {?} */
|
|
459
|
+
OrderslistService.prototype.getorderParty;
|
|
460
|
+
/**
|
|
461
|
+
* @type {?}
|
|
462
|
+
* @private
|
|
463
|
+
*/
|
|
464
|
+
OrderslistService.prototype.orderRemissionTotal;
|
|
465
|
+
/** @type {?} */
|
|
466
|
+
OrderslistService.prototype.getorderRemissionTotal;
|
|
467
|
+
/**
|
|
468
|
+
* @type {?}
|
|
469
|
+
* @private
|
|
470
|
+
*/
|
|
471
|
+
OrderslistService.prototype.orderFeesTotal;
|
|
472
|
+
/** @type {?} */
|
|
473
|
+
OrderslistService.prototype.getorderFeesTotal;
|
|
474
|
+
/**
|
|
475
|
+
* @type {?}
|
|
476
|
+
* @private
|
|
477
|
+
*/
|
|
478
|
+
OrderslistService.prototype.orderTotalPayments;
|
|
479
|
+
/** @type {?} */
|
|
480
|
+
OrderslistService.prototype.getorderTotalPayments;
|
|
481
|
+
/**
|
|
482
|
+
* @type {?}
|
|
483
|
+
* @private
|
|
484
|
+
*/
|
|
485
|
+
OrderslistService.prototype.rolesList;
|
|
486
|
+
/**
|
|
487
|
+
* @type {?}
|
|
488
|
+
* @private
|
|
489
|
+
*/
|
|
490
|
+
OrderslistService.prototype.orderDetail;
|
|
491
|
+
/**
|
|
492
|
+
* @type {?}
|
|
493
|
+
* @private
|
|
494
|
+
*/
|
|
495
|
+
OrderslistService.prototype.paymentPageView;
|
|
496
|
+
}
|
|
367
497
|
|
|
368
498
|
/**
|
|
369
499
|
* @fileoverview added by tsickle
|
|
370
|
-
*
|
|
500
|
+
* Generated from: lib/payment-lib.component.ts
|
|
501
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
371
502
|
*/
|
|
372
503
|
class PaymentLibComponent {
|
|
373
504
|
/**
|
|
@@ -375,10 +506,10 @@ class PaymentLibComponent {
|
|
|
375
506
|
* @param {?} cd
|
|
376
507
|
* @param {?} OrderslistService
|
|
377
508
|
*/
|
|
378
|
-
constructor(paymentLibService, cd, OrderslistService
|
|
509
|
+
constructor(paymentLibService, cd, OrderslistService) {
|
|
379
510
|
this.paymentLibService = paymentLibService;
|
|
380
511
|
this.cd = cd;
|
|
381
|
-
this.OrderslistService = OrderslistService
|
|
512
|
+
this.OrderslistService = OrderslistService;
|
|
382
513
|
this.unProcessedPaymentServiceId = null;
|
|
383
514
|
this.unProcessedPayment = null;
|
|
384
515
|
this.orderFeesTotal = 0.00;
|
|
@@ -503,10 +634,140 @@ PaymentLibComponent.propDecorators = {
|
|
|
503
634
|
LOGGEDINUSEREMAIL: [{ type: Input, args: ['LOGGEDINUSEREMAIL',] }],
|
|
504
635
|
isFromServiceRequestPage: [{ type: Input, args: ['isFromServiceRequestPage',] }]
|
|
505
636
|
};
|
|
637
|
+
if (false) {
|
|
638
|
+
/** @type {?} */
|
|
639
|
+
PaymentLibComponent.prototype.API_ROOT;
|
|
640
|
+
/** @type {?} */
|
|
641
|
+
PaymentLibComponent.prototype.BULKSCAN_API_ROOT;
|
|
642
|
+
/** @type {?} */
|
|
643
|
+
PaymentLibComponent.prototype.REFUNDS_API_ROOT;
|
|
644
|
+
/** @type {?} */
|
|
645
|
+
PaymentLibComponent.prototype.CARDPAYMENTRETURNURL;
|
|
646
|
+
/** @type {?} */
|
|
647
|
+
PaymentLibComponent.prototype.CCD_CASE_NUMBER;
|
|
648
|
+
/** @type {?} */
|
|
649
|
+
PaymentLibComponent.prototype.EXC_REFERENCE;
|
|
650
|
+
/** @type {?} */
|
|
651
|
+
PaymentLibComponent.prototype.PAYMENT_METHOD;
|
|
652
|
+
/** @type {?} */
|
|
653
|
+
PaymentLibComponent.prototype.VIEW;
|
|
654
|
+
/** @type {?} */
|
|
655
|
+
PaymentLibComponent.prototype.VIEWSERVICE;
|
|
656
|
+
/** @type {?} */
|
|
657
|
+
PaymentLibComponent.prototype.PAYMENT_GROUP_REF;
|
|
658
|
+
/** @type {?} */
|
|
659
|
+
PaymentLibComponent.prototype.TAKEPAYMENT;
|
|
660
|
+
/** @type {?} */
|
|
661
|
+
PaymentLibComponent.prototype.SERVICEREQUEST;
|
|
662
|
+
/** @type {?} */
|
|
663
|
+
PaymentLibComponent.prototype.DCN_NUMBER;
|
|
664
|
+
/** @type {?} */
|
|
665
|
+
PaymentLibComponent.prototype.SELECTED_OPTION;
|
|
666
|
+
/** @type {?} */
|
|
667
|
+
PaymentLibComponent.prototype.ISBSENABLE;
|
|
668
|
+
/** @type {?} */
|
|
669
|
+
PaymentLibComponent.prototype.ISSFENABLE;
|
|
670
|
+
/** @type {?} */
|
|
671
|
+
PaymentLibComponent.prototype.ISTURNOFF;
|
|
672
|
+
/** @type {?} */
|
|
673
|
+
PaymentLibComponent.prototype.CASETYPE;
|
|
674
|
+
/** @type {?} */
|
|
675
|
+
PaymentLibComponent.prototype.ISPAYMENTSTATUSENABLED;
|
|
676
|
+
/** @type {?} */
|
|
677
|
+
PaymentLibComponent.prototype.rootUrl;
|
|
678
|
+
/** @type {?} */
|
|
679
|
+
PaymentLibComponent.prototype.REFUNDLIST;
|
|
680
|
+
/** @type {?} */
|
|
681
|
+
PaymentLibComponent.prototype.USERID;
|
|
682
|
+
/** @type {?} */
|
|
683
|
+
PaymentLibComponent.prototype.LOGGEDINUSERROLES;
|
|
684
|
+
/** @type {?} */
|
|
685
|
+
PaymentLibComponent.prototype.LOGGEDINUSEREMAIL;
|
|
686
|
+
/** @type {?} */
|
|
687
|
+
PaymentLibComponent.prototype.isFromServiceRequestPage;
|
|
688
|
+
/** @type {?} */
|
|
689
|
+
PaymentLibComponent.prototype.paymentMethod;
|
|
690
|
+
/** @type {?} */
|
|
691
|
+
PaymentLibComponent.prototype.bspaymentdcn;
|
|
692
|
+
/** @type {?} */
|
|
693
|
+
PaymentLibComponent.prototype.unProcessedPaymentServiceId;
|
|
694
|
+
/** @type {?} */
|
|
695
|
+
PaymentLibComponent.prototype.paymentGroupReference;
|
|
696
|
+
/** @type {?} */
|
|
697
|
+
PaymentLibComponent.prototype.paymentReference;
|
|
698
|
+
/** @type {?} */
|
|
699
|
+
PaymentLibComponent.prototype.refundReference;
|
|
700
|
+
/** @type {?} */
|
|
701
|
+
PaymentLibComponent.prototype.refundlistsource;
|
|
702
|
+
/** @type {?} */
|
|
703
|
+
PaymentLibComponent.prototype.viewName;
|
|
704
|
+
/** @type {?} */
|
|
705
|
+
PaymentLibComponent.prototype.isTurnOff;
|
|
706
|
+
/** @type {?} */
|
|
707
|
+
PaymentLibComponent.prototype.caseType;
|
|
708
|
+
/** @type {?} */
|
|
709
|
+
PaymentLibComponent.prototype.unProcessedPayment;
|
|
710
|
+
/** @type {?} */
|
|
711
|
+
PaymentLibComponent.prototype.isRefundStatusView;
|
|
712
|
+
/** @type {?} */
|
|
713
|
+
PaymentLibComponent.prototype.isRedirectFromCaseTransactionPage;
|
|
714
|
+
/** @type {?} */
|
|
715
|
+
PaymentLibComponent.prototype.isCallFromRefundList;
|
|
716
|
+
/** @type {?} */
|
|
717
|
+
PaymentLibComponent.prototype.isFromRefundStatusPage;
|
|
718
|
+
/** @type {?} */
|
|
719
|
+
PaymentLibComponent.prototype.iscancelClicked;
|
|
720
|
+
/** @type {?} */
|
|
721
|
+
PaymentLibComponent.prototype.isFromPaymentDetailPage;
|
|
722
|
+
/** @type {?} */
|
|
723
|
+
PaymentLibComponent.prototype.pbaPayOrderRef;
|
|
724
|
+
/** @type {?} */
|
|
725
|
+
PaymentLibComponent.prototype.isTakePayment;
|
|
726
|
+
/** @type {?} */
|
|
727
|
+
PaymentLibComponent.prototype.orderDetail;
|
|
728
|
+
/** @type {?} */
|
|
729
|
+
PaymentLibComponent.prototype.orderRef;
|
|
730
|
+
/** @type {?} */
|
|
731
|
+
PaymentLibComponent.prototype.orderStatus;
|
|
732
|
+
/** @type {?} */
|
|
733
|
+
PaymentLibComponent.prototype.orderParty;
|
|
734
|
+
/** @type {?} */
|
|
735
|
+
PaymentLibComponent.prototype.orderCreated;
|
|
736
|
+
/** @type {?} */
|
|
737
|
+
PaymentLibComponent.prototype.orderCCDEvent;
|
|
738
|
+
/** @type {?} */
|
|
739
|
+
PaymentLibComponent.prototype.serviceRequestValue;
|
|
740
|
+
/** @type {?} */
|
|
741
|
+
PaymentLibComponent.prototype.orderAddBtnEnable;
|
|
742
|
+
/** @type {?} */
|
|
743
|
+
PaymentLibComponent.prototype.orderFeesTotal;
|
|
744
|
+
/** @type {?} */
|
|
745
|
+
PaymentLibComponent.prototype.orderRemissionTotal;
|
|
746
|
+
/** @type {?} */
|
|
747
|
+
PaymentLibComponent.prototype.orderTotalPayments;
|
|
748
|
+
/** @type {?} */
|
|
749
|
+
PaymentLibComponent.prototype.orderPendingPayments;
|
|
750
|
+
/**
|
|
751
|
+
* @type {?}
|
|
752
|
+
* @private
|
|
753
|
+
*/
|
|
754
|
+
PaymentLibComponent.prototype.paymentLibService;
|
|
755
|
+
/**
|
|
756
|
+
* @type {?}
|
|
757
|
+
* @private
|
|
758
|
+
*/
|
|
759
|
+
PaymentLibComponent.prototype.cd;
|
|
760
|
+
/**
|
|
761
|
+
* @type {?}
|
|
762
|
+
* @private
|
|
763
|
+
*/
|
|
764
|
+
PaymentLibComponent.prototype.OrderslistService;
|
|
765
|
+
}
|
|
506
766
|
|
|
507
767
|
/**
|
|
508
768
|
* @fileoverview added by tsickle
|
|
509
|
-
*
|
|
769
|
+
* Generated from: lib/services/shared/error-handler.service.ts
|
|
770
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
510
771
|
*/
|
|
511
772
|
class ErrorHandlerService {
|
|
512
773
|
constructor() { }
|
|
@@ -611,12 +872,32 @@ ErrorHandlerService.decorators = [
|
|
|
611
872
|
];
|
|
612
873
|
/** @nocollapse */
|
|
613
874
|
ErrorHandlerService.ctorParameters = () => [];
|
|
614
|
-
/** @nocollapse */ ErrorHandlerService.ngInjectableDef =
|
|
875
|
+
/** @nocollapse */ ErrorHandlerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ErrorHandlerService_Factory() { return new ErrorHandlerService(); }, token: ErrorHandlerService, providedIn: "root" });
|
|
615
876
|
|
|
616
877
|
/**
|
|
617
878
|
* @fileoverview added by tsickle
|
|
618
|
-
*
|
|
879
|
+
* Generated from: lib/services/shared/logger/logger.service.ts
|
|
880
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
881
|
+
*/
|
|
882
|
+
/** @type {?} */
|
|
883
|
+
const noop = (/**
|
|
884
|
+
* @return {?}
|
|
619
885
|
*/
|
|
886
|
+
() => undefined);
|
|
887
|
+
const ɵ0 = noop;
|
|
888
|
+
/**
|
|
889
|
+
* @abstract
|
|
890
|
+
*/
|
|
891
|
+
class Logger {
|
|
892
|
+
}
|
|
893
|
+
if (false) {
|
|
894
|
+
/** @type {?} */
|
|
895
|
+
Logger.prototype.info;
|
|
896
|
+
/** @type {?} */
|
|
897
|
+
Logger.prototype.warn;
|
|
898
|
+
/** @type {?} */
|
|
899
|
+
Logger.prototype.error;
|
|
900
|
+
}
|
|
620
901
|
class LoggerService {
|
|
621
902
|
/**
|
|
622
903
|
* @param {?} type
|
|
@@ -630,11 +911,20 @@ LoggerService.decorators = [
|
|
|
630
911
|
providedIn: 'root'
|
|
631
912
|
},] }
|
|
632
913
|
];
|
|
633
|
-
/** @nocollapse */ LoggerService.ngInjectableDef =
|
|
914
|
+
/** @nocollapse */ LoggerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function LoggerService_Factory() { return new LoggerService(); }, token: LoggerService, providedIn: "root" });
|
|
915
|
+
if (false) {
|
|
916
|
+
/** @type {?} */
|
|
917
|
+
LoggerService.prototype.info;
|
|
918
|
+
/** @type {?} */
|
|
919
|
+
LoggerService.prototype.warn;
|
|
920
|
+
/** @type {?} */
|
|
921
|
+
LoggerService.prototype.error;
|
|
922
|
+
}
|
|
634
923
|
|
|
635
924
|
/**
|
|
636
925
|
* @fileoverview added by tsickle
|
|
637
|
-
*
|
|
926
|
+
* Generated from: lib/services/payment-list/payment-list.service.ts
|
|
927
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
638
928
|
*/
|
|
639
929
|
class PaymentListService {
|
|
640
930
|
/**
|
|
@@ -674,11 +964,36 @@ PaymentListService.ctorParameters = () => [
|
|
|
674
964
|
{ type: ErrorHandlerService },
|
|
675
965
|
{ type: PaymentLibService }
|
|
676
966
|
];
|
|
677
|
-
/** @nocollapse */ PaymentListService.ngInjectableDef =
|
|
967
|
+
/** @nocollapse */ PaymentListService.ngInjectableDef = ɵɵdefineInjectable({ factory: function PaymentListService_Factory() { return new PaymentListService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: PaymentListService, providedIn: "root" });
|
|
968
|
+
if (false) {
|
|
969
|
+
/** @type {?} */
|
|
970
|
+
PaymentListService.prototype.payments;
|
|
971
|
+
/**
|
|
972
|
+
* @type {?}
|
|
973
|
+
* @private
|
|
974
|
+
*/
|
|
975
|
+
PaymentListService.prototype.http;
|
|
976
|
+
/**
|
|
977
|
+
* @type {?}
|
|
978
|
+
* @private
|
|
979
|
+
*/
|
|
980
|
+
PaymentListService.prototype.logger;
|
|
981
|
+
/**
|
|
982
|
+
* @type {?}
|
|
983
|
+
* @private
|
|
984
|
+
*/
|
|
985
|
+
PaymentListService.prototype.errorHandlerService;
|
|
986
|
+
/**
|
|
987
|
+
* @type {?}
|
|
988
|
+
* @private
|
|
989
|
+
*/
|
|
990
|
+
PaymentListService.prototype.paymentLibService;
|
|
991
|
+
}
|
|
678
992
|
|
|
679
993
|
/**
|
|
680
994
|
* @fileoverview added by tsickle
|
|
681
|
-
*
|
|
995
|
+
* Generated from: lib/components/payment-list/payment-list.component.ts
|
|
996
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
682
997
|
*/
|
|
683
998
|
class PaymentListComponent {
|
|
684
999
|
/**
|
|
@@ -729,10 +1044,29 @@ PaymentListComponent.ctorParameters = () => [
|
|
|
729
1044
|
{ type: PaymentListService },
|
|
730
1045
|
{ type: PaymentLibComponent }
|
|
731
1046
|
];
|
|
1047
|
+
if (false) {
|
|
1048
|
+
/** @type {?} */
|
|
1049
|
+
PaymentListComponent.prototype.payments;
|
|
1050
|
+
/** @type {?} */
|
|
1051
|
+
PaymentListComponent.prototype.errorMessage;
|
|
1052
|
+
/** @type {?} */
|
|
1053
|
+
PaymentListComponent.prototype.code;
|
|
1054
|
+
/**
|
|
1055
|
+
* @type {?}
|
|
1056
|
+
* @private
|
|
1057
|
+
*/
|
|
1058
|
+
PaymentListComponent.prototype.paymentListService;
|
|
1059
|
+
/**
|
|
1060
|
+
* @type {?}
|
|
1061
|
+
* @private
|
|
1062
|
+
*/
|
|
1063
|
+
PaymentListComponent.prototype.paymentLibComponent;
|
|
1064
|
+
}
|
|
732
1065
|
|
|
733
1066
|
/**
|
|
734
1067
|
* @fileoverview added by tsickle
|
|
735
|
-
*
|
|
1068
|
+
* Generated from: lib/services/shared/httpclient/webcomponent.http.client.ts
|
|
1069
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
736
1070
|
*/
|
|
737
1071
|
class WebComponentHttpClient {
|
|
738
1072
|
/**
|
|
@@ -851,10 +1185,23 @@ WebComponentHttpClient.ctorParameters = () => [
|
|
|
851
1185
|
{ type: HttpClient },
|
|
852
1186
|
{ type: Meta }
|
|
853
1187
|
];
|
|
1188
|
+
if (false) {
|
|
1189
|
+
/**
|
|
1190
|
+
* @type {?}
|
|
1191
|
+
* @private
|
|
1192
|
+
*/
|
|
1193
|
+
WebComponentHttpClient.prototype.http;
|
|
1194
|
+
/**
|
|
1195
|
+
* @type {?}
|
|
1196
|
+
* @private
|
|
1197
|
+
*/
|
|
1198
|
+
WebComponentHttpClient.prototype.meta;
|
|
1199
|
+
}
|
|
854
1200
|
|
|
855
1201
|
/**
|
|
856
1202
|
* @fileoverview added by tsickle
|
|
857
|
-
*
|
|
1203
|
+
* Generated from: lib/services/payment-view/payment-view.service.ts
|
|
1204
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
858
1205
|
*/
|
|
859
1206
|
class PaymentViewService {
|
|
860
1207
|
/**
|
|
@@ -1106,12 +1453,52 @@ PaymentViewService.ctorParameters = () => [
|
|
|
1106
1453
|
{ type: ErrorHandlerService },
|
|
1107
1454
|
{ type: PaymentLibService }
|
|
1108
1455
|
];
|
|
1109
|
-
/** @nocollapse */ PaymentViewService.ngInjectableDef =
|
|
1456
|
+
/** @nocollapse */ PaymentViewService.ngInjectableDef = ɵɵdefineInjectable({ factory: function PaymentViewService_Factory() { return new PaymentViewService(ɵɵinject(HttpClient), ɵɵinject(WebComponentHttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: PaymentViewService, providedIn: "root" });
|
|
1457
|
+
if (false) {
|
|
1458
|
+
/**
|
|
1459
|
+
* @type {?}
|
|
1460
|
+
* @private
|
|
1461
|
+
*/
|
|
1462
|
+
PaymentViewService.prototype.ordersList;
|
|
1463
|
+
/**
|
|
1464
|
+
* @type {?}
|
|
1465
|
+
* @private
|
|
1466
|
+
*/
|
|
1467
|
+
PaymentViewService.prototype.meta;
|
|
1468
|
+
/**
|
|
1469
|
+
* @type {?}
|
|
1470
|
+
* @private
|
|
1471
|
+
*/
|
|
1472
|
+
PaymentViewService.prototype.http;
|
|
1473
|
+
/**
|
|
1474
|
+
* @type {?}
|
|
1475
|
+
* @private
|
|
1476
|
+
*/
|
|
1477
|
+
PaymentViewService.prototype.https;
|
|
1478
|
+
/**
|
|
1479
|
+
* @type {?}
|
|
1480
|
+
* @private
|
|
1481
|
+
*/
|
|
1482
|
+
PaymentViewService.prototype.logger;
|
|
1483
|
+
/**
|
|
1484
|
+
* @type {?}
|
|
1485
|
+
* @private
|
|
1486
|
+
*/
|
|
1487
|
+
PaymentViewService.prototype.errorHandlerService;
|
|
1488
|
+
/**
|
|
1489
|
+
* @type {?}
|
|
1490
|
+
* @private
|
|
1491
|
+
*/
|
|
1492
|
+
PaymentViewService.prototype.paymentLibService;
|
|
1493
|
+
}
|
|
1110
1494
|
|
|
1111
1495
|
/**
|
|
1112
1496
|
* @fileoverview added by tsickle
|
|
1113
|
-
*
|
|
1497
|
+
* Generated from: lib/components/payment-view/payment-view.component.ts
|
|
1498
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1114
1499
|
*/
|
|
1500
|
+
/** @type {?} */
|
|
1501
|
+
const BS_ENABLE_FLAG = 'bulk-scan-enabling-fe';
|
|
1115
1502
|
class PaymentViewComponent {
|
|
1116
1503
|
/**
|
|
1117
1504
|
* @param {?} paymentViewService
|
|
@@ -1119,11 +1506,11 @@ class PaymentViewComponent {
|
|
|
1119
1506
|
* @param {?} cd
|
|
1120
1507
|
* @param {?} OrderslistService
|
|
1121
1508
|
*/
|
|
1122
|
-
constructor(paymentViewService, paymentLibComponent, cd, OrderslistService
|
|
1509
|
+
constructor(paymentViewService, paymentLibComponent, cd, OrderslistService) {
|
|
1123
1510
|
this.paymentViewService = paymentViewService;
|
|
1124
1511
|
this.paymentLibComponent = paymentLibComponent;
|
|
1125
1512
|
this.cd = cd;
|
|
1126
|
-
this.OrderslistService = OrderslistService
|
|
1513
|
+
this.OrderslistService = OrderslistService;
|
|
1127
1514
|
this.isRefundRemission = false;
|
|
1128
1515
|
this.isAddFeeBtnEnabled = false;
|
|
1129
1516
|
this.isIssueRefunfBtnEnable = false;
|
|
@@ -1424,6 +1811,7 @@ class PaymentViewComponent {
|
|
|
1424
1811
|
else {
|
|
1425
1812
|
return false;
|
|
1426
1813
|
}
|
|
1814
|
+
;
|
|
1427
1815
|
}
|
|
1428
1816
|
}
|
|
1429
1817
|
/**
|
|
@@ -1472,6 +1860,7 @@ class PaymentViewComponent {
|
|
|
1472
1860
|
else {
|
|
1473
1861
|
return false;
|
|
1474
1862
|
}
|
|
1863
|
+
;
|
|
1475
1864
|
}
|
|
1476
1865
|
/**
|
|
1477
1866
|
* @return {?}
|
|
@@ -1539,7 +1928,7 @@ class PaymentViewComponent {
|
|
|
1539
1928
|
PaymentViewComponent.decorators = [
|
|
1540
1929
|
{ type: Component, args: [{
|
|
1541
1930
|
selector: 'ccpay-payment-view',
|
|
1542
|
-
template: "\n<ng-container *ngIf=\"viewStatus === 'paymentview'\">\n<div class=\"govuk-width-container\">\n\n <div class=\"govuk-breadcrumbs\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a href=\"javascript:void(0)\" (click)=\"goToCaseTransationPage($event)\" class=\"govuk-back-link\">Back</a>\n </li>\n </ol>\n </div>\n\n <main class=\"govuk-main-wrapper govuk-!-padding-top-0\" id=\"main-content\" role=\"main\">\n\n <div *ngIf=\"errorMessage\">\n <div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Payment details could not be retrieved\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n </div>\n </div>\n\n <div class=\"payment-view-alignment\" *ngIf=\"!errorMessage && paymentGroup?.payments[0]\">\n\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='PAYMENTDETAILS'>\n <div class=\"govuk-grid-row\">\n <div class=\"column\">\n <h1 class=\"heading-large govuk-!-margin-top-0\">Payment details</h1>\n </div>\n </div>\n <table>\n <tbody>\n\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Service request reference</td>\n <td class=\"tb-col-w\">{{ serviceReference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Payment reference</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.reference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Payment amount</td>\n <td class=\"tb-col-w\">\u00A3{{ paymentGroup?.payments[0]?.amount | number:'.2' }}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0] && paymentGroup?.payments[0]?.document_control_number && !paymentGroup?.payments[0]?.external_reference\">\n <td class=\"bold tb-col-w\">Payment asset number(DCN)</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.document_control_number }}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0] && paymentGroup?.payments[0]?.document_control_number && !paymentGroup?.payments[0]?.external_reference\">\n <td class=\"bold tb-col-w\">Banked date</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.banked_date | date:'dd MMM yyyy' }}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0] && paymentGroup?.payments[0]?.external_reference\">\n <td class=\"bold tb-col-w\">GovPay Transaction ID</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.external_reference }}</td>\n </tr>\n <tr class=\"section\" >\n <td class=\"bold tb-col-w\">Payment method</td>\n <td class=\"tb-col-w text-transform\">{{ paymentGroup?.payments[0]?.method }}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0]?.method === 'payment by account'\" >\n <td class=\"bold tb-col-w\">Type</td>\n <td class=\"tb-col-w\" *ngIf=\"paymentGroup?.payments[0]?.method !== 'card'\">Credit</td>\n <td class=\"tb-col-w\" *ngIf=\"paymentGroup?.payments[0]?.method === 'card'\">Card</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Channel</td>\n <td class=\"tb-col-w text-transform\">{{ paymentGroup?.payments[0]?.channel }}</td>\n </tr>\n <!-- <tr class=\"section\">\n <td class=\"bold tb-col-w\">Method</td>\n <td *ngIf=\"paymentGroup?.payments[0]?.method !== 'card'\">{{ paymentGroup?.payments[0]?.method }}</td>\n <td *ngIf=\"paymentGroup?.payments[0]?.method === 'card'\">CARD</td>\n </tr> -->\n <!-- <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0]?.channel !== 'telephony'\">\n <td class=\"bold tb-col-w\">Status</td>\n <td>{{ paymentGroup?.payments[0]?.status }}</td>\n </tr> -->\n <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0]?.payment_allocation[0] !== undefined\">\n <td class=\"bold tb-col-w\">Allocaton status</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.payment_allocation[0]?.allocation_status }}</td>\n </tr>\n\n <tr *ngIf=\"paymentGroup?.payments[0].organisation_name\">\n <td class=\"bold tb-col-w\">PBA account name</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.organisation_name }}</td>\n </tr>\n\n <tr *ngIf=\"paymentGroup?.payments[0].account_number\">\n <td class=\"bold tb-col-w\">PBA number</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.account_number }}</td>\n </tr>\n\n <tr *ngIf=\"paymentGroup?.payments[0].customer_reference\">\n <td class=\"bold tb-col-w\">Customer internal reference</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.customer_reference }}</td>\n </tr>\n\n </tbody>\n </table>\n\n <div>\n <!-- Status histories -->\n <ccpay-payment-statuses *ngIf=\"isStatusAllocated\" [isTakePayment]=\"isTakePayment\"></ccpay-payment-statuses>\n </div>\n <div class=\"remission\">\n <button [disabled]=\"!chkIssueRefundBtnEnable(paymentGroup?.payments[0])\" (click)=\"issueRefund(paymentGroup)\" class=\"govuk-button govuk-button--secondary\">Issue refund</button>\n </div>\n<div *ngIf=\"ISPAYMENTSTATUSENABLED\">\n <div class=\"column\">\n <h2 class=\"heading-medium\">Disputed payment history</h2>\n </div>\n \n <div>\n <table>\n <thead>\n <tr>\n <th>Status</th>\n <th>Amount</th>\n <th>Date</th>\n <th>Payment reference</th>\n <th>Event</th>\n <th></th>\n </tr>\n </thead> \n <tbody *ngIf=\"!errorMsg && allPaymentsFailure.length > 0\">\n <tr *ngFor=\"let payment of allPaymentsFailure\">\n <td>{{ payment.status | capitalize }}</td>\n <td>\u00A3{{ payment.disputed_amount | number:'.2' }}</td>\n <td>{{(payment.representment_date ? payment.representment_date : payment.failure_event_date_time) | date:'dd MMM yyyy'}}</td>\n <td>{{ payment.payment_reference }}</td>\n <td >{{ payment.failure_type }}</td>\n <td>\n \n <a href=\"javascript:void(0)\" (click)=\"goToPaymentFailuePage(payment)\">Show detail</a>\n\n </td>\n </tr>\n </tbody>\n <tbody *ngIf=\"errorMsg || allPaymentsFailure.length === 0\">\n <tr>\n <td colspan=\"6\"> No disputed payment history available. </td>\n </tr>\n </tbody>\n </table>\n </div>\n <br/>\n <br/>\n </div>\n \n <div *ngIf=\"checkForFees(paymentGroup)\">\n <div *ngIf=\"paymentGroup.fees.length > 0\">\n <div class=\"column\">\n <br/>\n <br/>\n <h2 class=\"heading-large\">Fee and remission details</h2>\n\n </div>\n </div>\n\n <div *ngFor=\"let fee of paymentGroup.fees\">\n <table class=\"table\">\n <tbody>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Description</td>\n <td class=\"tb-col-w\">Application for {{ fee.description }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Fee code</td>\n <td class=\"tb-col-w\">{{ fee?.code }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\" [ngClass]=\"{'tr-border': !fee.apportion_amount && !fee.remissions && !isTurnOff }\">Fee amount</td>\n <td [ngClass]=\"{'tr-border': !fee.apportion_amount && !fee.remissions && !isTurnOff}\">\u00A3{{ fee?.calculated_amount | number:'.2' }}</td>\n </tr>\n\n <tr *ngIf=\"fee.apportion_amount\">\n <td class=\"bold tb-col-w tr-border\" [ngClass]=\"{'tr-border': !fee.remissions}\">Allocated amount</td>\n <td [ngClass]=\"{'tr-border': !fee.remissions}\">\u00A3{{ fee?.apportion_amount | number:'.2' }}</td>\n </tr>\n\n </tbody>\n </table>\n <button [disabled]=\"!chkForAddRemission(fee.code)\" (click)=\"addRemission(fee)\" class=\"govuk-button govuk-button--secondary\"> Add remission</button>\n </div>\n\n <!-- remissions -->\n <div class=\"order-class\">\n <div class=\"column\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-24 whitespace-inherit\" scope=\"col\">Help with fees or remission code</td>\n <td class=\"govuk-table__header col-27 whitespace-inherit\" scope=\"col\">Reference</td>\n <td class=\"govuk-table__header whitespace-inherit\" scope=\"col\">Fee</td>\n <td class=\"govuk-table__header whitespace-inherit\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header whitespace-inherit refundBtn\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngFor=\"let remission of paymentGroup.remissions\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission?.hwf_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission?.remission_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission?.fee_code }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission?.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n <td class=\"govuk-table__cell refundBtn whitespace-inherit\" >\n <button [disabled]=\"!chkIsRefundRemissionBtnEnable()\" (click)=\"addRefundForRemission(paymentGroup.payments[0],remission,paymentGroup.fees)\" class=\"govuk-button govuk-button--secondary\"> Add refund</button>\n </td>\n </tr>\n </tbody>\n\n\n </table>\n </div></div>\n\n <div *ngIf=\"paymentGroup.remissions?.length === 0\">\n <span class=\"mar-17\" >No help with fees or remissions.</span>\n </div>\n\n </div>\n </div>\n </main>\n</div>\n\n</ng-container>\n<ng-container *ngIf=\"viewStatus === 'addremission' && feeId\">\n<ccpay-add-remission\n[isTurnOff]=\"isTurnOff\"\n[isStrategicFixEnable]=\"isStrategicFixEnable\"\n[viewCompStatus]= \"viewStatus\"\n[fee]=\"feeId\"\n[payment] = \"payment\"\n[orderStatus] =\"paymentGroup.payments[0].status\"\n[paidAmount]= \"paymentGroup.payments[0].amount\"\n[isRefundRemission]=\"isRefundRemission\"\n[caseType]=\"caseType\"\n[paymentGroupRef]=\"paymentGroup.payment_group_reference\"\n[isFromPaymentDetailPage] = \"true\"\n[ccdCaseNumber]=\"ccdCaseNumber\"\n[orderFeesTotal] = \"orderFeesTotal\"\n[orderTotalPayments] = \"orderTotalPayments\"\n[orderRemissionTotal] = \"orderRemissionTotal\"\n[orderRef] = \"orderRef\"\n[orderCreated] = \"orderCreated\"\n[orderParty] = \"orderParty\"\n[orderCCDEvent] = \"orderCCDEvent\"\n[orderDetail] = \"orderDetail\"\n[LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"></ccpay-add-remission>\n</ng-container>\n\n<ng-container *ngIf=\"viewStatus === 'addrefundforremission' && payment\">\n\n<ccpay-add-remission\n[isTurnOff]=\"isTurnOff\"\n[isStrategicFixEnable]=\"isStrategicFixEnable\"\n[viewCompStatus]= \"viewStatus\"\n[payment]=\"payment\"\n[orderStatus] =\"orderStatus\"\n[paidAmount]= \"orderTotalPayments\"\n[isRefundRemission]=\"isRefundRemission\"\n[caseType]=\"caseType\"\n[feeamount]=\"remissionFeeAmt\"\n[remission] = \"remissions\"\n[isFromServiceRequestPage]=\"false\"\n[paymentGroupRef]=\"paymentGroup.payment_group_reference\"\n[ccdCaseNumber]=\"ccdCaseNumber\"\n[orderFeesTotal] = \"orderFeesTotal\"\n[orderTotalPayments] = \"orderTotalPayments\"\n[orderRemissionTotal] = \"orderRemissionTotal\"\n[orderRef] = \"orderRef\"\n[orderCreated] = \"orderCreated\"\n[orderParty] = \"orderParty\"\n[orderCCDEvent] = \"orderCCDEvent\"\n[orderDetail] = \"orderDetail\"\n[LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"></ccpay-add-remission>\n</ng-container>\n\n<ng-container *ngIf=\"viewStatus === 'issuerefund'\">\n <ccpay-add-remission\n [isTurnOff]=\"isTurnOff\"\n [isStrategicFixEnable]=\"isStrategicFixEnable\"\n [payment] = 'paymentGroup.payments[0]'\n [viewCompStatus]= \"viewStatus\"\n [orderStatus] =\"paymentGroup.payments[0].status\"\n [paidAmount]= \"paymentGroup.payments[0].amount\"\n [isRefundRemission]=\"isRefundRemission\"\n [caseType]=\"caseType\"\n [isFromServiceRequestPage]=\"isFromServiceRequestPage\"\n [isFromPaymentDetailPage] = \"isFromPaymentDetailPage\"\n [paymentGroupRef]=\"paymentGroup.payment_group_reference\"\n [ccdCaseNumber]=\"ccdCaseNumber\"\n [orderFeesTotal] = \"orderFeesTotal\"\n [orderTotalPayments] = \"orderTotalPayments\"\n [orderRemissionTotal] = \"orderRemissionTotal\"\n [orderRef] = \"orderRef\"\n [orderCreated] = \"orderCreated\"\n [orderParty] = \"orderParty\"\n [orderCCDEvent] = \"orderCCDEvent\"\n [orderDetail] = \"orderDetail\"\n [LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\">\n ></ccpay-add-remission>\n</ng-container>\n<ng-container *ngIf=\"viewStatus === 'order-full-view'\">\n <ccpay-service-request\n [viewStatus] = \"viewStatus\"\n [orderRef] = \"orderRef\"\n [orderStatus] = \"orderStatus\"\n [orderCreated] = \"orderCreated\"\n [orderParty] = \"orderParty\"\n [orderCCDEvent] = \"orderCCDEvent\"\n [orderDetail] = \"orderDetail\"\n [LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"\n [takePayment] = \"isTakePayment\"\n [ccdCaseNumber] = \"ccdCaseNumber\"\n [orderFeesTotal] = \"orderFeesTotal\"\n [orderTotalPayments] = \"orderTotalPayments\"\n [orderRemissionTotal] = \"orderRemissionTotal\"\n [isServiceRequest] = \"isServiceRequest\"\n (goToServiceRquestComponent) = \"goToServiceRequestPage()\"\n>\n</ccpay-service-request>\n\n</ng-container>\n\n<ng-container *ngIf=\"viewStatus === 'payment-failure'\">\n <div class=\"payment-failure-alignment\">\n <div class=\"govuk-breadcrumbs\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a href=\"javascript:void(0)\" (click)=\"goBackToPaymentView($event)\" class=\"govuk-back-link\">Back</a>\n </li>\n </ol>\n </div>\n <div class=\"govuk-grid-row\">\n <div class=\"column\">\n <h1 class=\"heading-large govuk-!-margin-top-0\">Failure event details</h1>\n </div>\n </div>\n <table>\n <tbody>\n\n <tr class=\"section\">\n <td class=\"bold\">Failure reference</td>\n <td>\t{{selectedPaymentsStatus.failure_reference}}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Failure reason</td>\n <td>\t{{selectedPaymentsStatus.failure_reason}}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Payment reference</td>\n <td>{{ selectedPaymentsStatus.payment_reference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Payment amount</td>\n <td> \u00A3{{ paymentGroup?.payments[0]?.amount | number:'.2' }}</td>\n\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Disputed amount</td>\n <td>\t\u00A3{{selectedPaymentsStatus.disputed_amount | number:'.2'}}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Additional information</td>\n <td>\t{{selectedPaymentsStatus.additional_reference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Failure type</td>\n <td>\t{{ selectedPaymentsStatus.failure_type }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Failure event date and time</td>\n <td> {{ selectedPaymentsStatus.failure_event_date_time | date:'dd MMM yyyy HH:mm:ss' }}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"selectedPaymentsStatus.has_amount_debited\">\n <td class=\"bold\">Has disputed amount debited</td>\n <td>\t{{selectedPaymentsStatus.has_amount_debited}}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"selectedPaymentsStatus.representment_status\">\n <td class=\"bold\">Status following representation of payment</td>\n <td>\t{{(selectedPaymentsStatus.representment_status === 'Yes' || selectedPaymentsStatus.representment_status === 'yes') ? 'Success' : 'Failure'}}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"selectedPaymentsStatus.representment_date\">\n <td class=\"bold\">Date payment represented</td>\n <td>\t{{selectedPaymentsStatus.representment_date | date:'dd MMM yyyy HH:mm:ss'}}</td>\n </tr>\n </tbody>\n </table>\n\n <div>\n </div>\n </div>\n</ng-container>\n",
|
|
1931
|
+
template: "\n<ng-container *ngIf=\"viewStatus === 'paymentview'\">\n<div class=\"govuk-width-container\">\n\n <div class=\"govuk-breadcrumbs\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a href=\"javascript:void(0)\" (click)=\"goToCaseTransationPage($event)\" class=\"govuk-back-link\">Back</a>\n </li>\n </ol>\n </div>\n\n <main class=\"govuk-main-wrapper govuk-!-padding-top-0\" id=\"main-content\" role=\"main\">\n\n <div *ngIf=\"errorMessage\">\n <div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Payment details could not be retrieved\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n </div>\n </div>\n\n <div class=\"payment-view-alignment\" *ngIf=\"!errorMessage && paymentGroup?.payments[0]\">\n\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='PAYMENTDETAILS'>\n <div class=\"govuk-grid-row\">\n <div class=\"column\">\n <h1 class=\"heading-large govuk-!-margin-top-0\">Payment details</h1>\n </div>\n </div>\n <table>\n <tbody>\n\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Service request reference</td>\n <td class=\"tb-col-w\">{{ serviceReference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Payment reference</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.reference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Payment amount</td>\n <td class=\"tb-col-w\">\u00A3{{ paymentGroup?.payments[0]?.amount | number:'.2' }}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0] && paymentGroup?.payments[0]?.document_control_number && !paymentGroup?.payments[0]?.external_reference\">\n <td class=\"bold tb-col-w\">Payment asset number(DCN)</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.document_control_number }}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0] && paymentGroup?.payments[0]?.document_control_number && !paymentGroup?.payments[0]?.external_reference\">\n <td class=\"bold tb-col-w\">Banked date</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.banked_date | date:'dd MMM yyyy' }}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0] && paymentGroup?.payments[0]?.external_reference\">\n <td class=\"bold tb-col-w\">GovPay Transaction ID</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.external_reference }}</td>\n </tr>\n <tr class=\"section\" >\n <td class=\"bold tb-col-w\">Payment method</td>\n <td class=\"tb-col-w text-transform\">{{ paymentGroup?.payments[0]?.method }}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0]?.method === 'payment by account'\" >\n <td class=\"bold tb-col-w\">Type</td>\n <td class=\"tb-col-w\" *ngIf=\"paymentGroup?.payments[0]?.method !== 'card'\">Credit</td>\n <td class=\"tb-col-w\" *ngIf=\"paymentGroup?.payments[0]?.method === 'card'\">Card</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Channel</td>\n <td class=\"tb-col-w text-transform\">{{ paymentGroup?.payments[0]?.channel }}</td>\n </tr>\n <!-- <tr class=\"section\">\n <td class=\"bold tb-col-w\">Method</td>\n <td *ngIf=\"paymentGroup?.payments[0]?.method !== 'card'\">{{ paymentGroup?.payments[0]?.method }}</td>\n <td *ngIf=\"paymentGroup?.payments[0]?.method === 'card'\">CARD</td>\n </tr> -->\n <!-- <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0]?.channel !== 'telephony'\">\n <td class=\"bold tb-col-w\">Status</td>\n <td>{{ paymentGroup?.payments[0]?.status }}</td>\n </tr> -->\n <tr class=\"section\" *ngIf=\"paymentGroup?.payments[0]?.payment_allocation[0] !== undefined\">\n <td class=\"bold tb-col-w\">Allocaton status</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.payment_allocation[0]?.allocation_status }}</td>\n </tr>\n\n <tr *ngIf=\"paymentGroup?.payments[0].organisation_name\">\n <td class=\"bold tb-col-w\">PBA account name</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.organisation_name }}</td>\n </tr>\n\n <tr *ngIf=\"paymentGroup?.payments[0].account_number\">\n <td class=\"bold tb-col-w\">PBA number</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.account_number }}</td>\n </tr>\n\n <tr *ngIf=\"paymentGroup?.payments[0].customer_reference\">\n <td class=\"bold tb-col-w\">Customer internal reference</td>\n <td class=\"tb-col-w\">{{ paymentGroup?.payments[0]?.customer_reference }}</td>\n </tr>\n\n </tbody>\n </table>\n\n <div>\n <!-- Status histories -->\n <ccpay-payment-statuses *ngIf=\"isStatusAllocated\" [isTakePayment]=\"isTakePayment\"></ccpay-payment-statuses>\n </div>\n <div class=\"remission\">\n <button [disabled]=\"!chkIssueRefundBtnEnable(paymentGroup?.payments[0])\" (click)=\"issueRefund(paymentGroup)\" class=\"govuk-button govuk-button--secondary\">Issue refund</button>\n </div>\n<div *ngIf=\"ISPAYMENTSTATUSENABLED\">\n <div class=\"column\">\n <h2 class=\"heading-medium\">Disputed payment history</h2>\n </div>\n \n <div>\n <table>\n <thead>\n <tr>\n <th>Status</th>\n <th>Amount</th>\n <th>Date</th>\n <th>Payment reference</th>\n <th>Event</th>\n <th></th>\n </tr>\n </thead> \n <tbody *ngIf=\"!errorMsg && allPaymentsFailure.length > 0\">\n <tr *ngFor=\"let payment of allPaymentsFailure\">\n <td>{{ payment.status | capitalize }}</td>\n <td>\u00A3{{ payment.disputed_amount | number:'.2' }}</td>\n <td>{{(payment.representment_date ? payment.representment_date : payment.failure_event_date_time) | date:'dd MMM yyyy'}}</td>\n <td>{{ payment.payment_reference }}</td>\n <td >{{ payment.failure_type }}</td>\n <td>\n \n <a href=\"javascript:void(0)\" (click)=\"goToPaymentFailuePage(payment)\">Show detail</a>\n\n </td>\n </tr>\n </tbody>\n <tbody *ngIf=\"errorMsg || allPaymentsFailure.length === 0\">\n <tr>\n <td colspan=\"6\"> No disputed payment history available. </td>\n </tr>\n </tbody>\n </table>\n </div>\n <br/>\n <br/>\n </div>\n \n <div *ngIf=\"checkForFees(paymentGroup)\">\n <div *ngIf=\"paymentGroup.fees.length > 0\">\n <div class=\"column\">\n <br/>\n <br/>\n <h2 class=\"heading-large\">Fee and remission details</h2>\n\n </div>\n </div>\n\n <div *ngFor=\"let fee of paymentGroup.fees\">\n <table class=\"table\">\n <tbody>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Description</td>\n <td class=\"tb-col-w\">Application for {{ fee.description }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\">Fee code</td>\n <td class=\"tb-col-w\">{{ fee?.code }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold tb-col-w\" [ngClass]=\"{'tr-border': !fee.apportion_amount && !fee.remissions && !isTurnOff }\">Fee amount</td>\n <td [ngClass]=\"{'tr-border': !fee.apportion_amount && !fee.remissions && !isTurnOff}\">\u00A3{{ fee?.calculated_amount | number:'.2' }}</td>\n </tr>\n\n <tr *ngIf=\"fee.apportion_amount\">\n <td class=\"bold tb-col-w tr-border\" [ngClass]=\"{'tr-border': !fee.remissions}\">Allocated amount</td>\n <td [ngClass]=\"{'tr-border': !fee.remissions}\">\u00A3{{ fee?.apportion_amount | number:'.2' }}</td>\n </tr>\n\n </tbody>\n </table>\n <button [disabled]=\"!chkForAddRemission(fee.code)\" (click)=\"addRemission(fee)\" class=\"govuk-button govuk-button--secondary\"> Add remission</button>\n </div>\n\n <!-- remissions -->\n <div class=\"order-class\">\n <div class=\"column\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-24 whitespace-inherit\" scope=\"col\">Help with fees or remission code</td>\n <td class=\"govuk-table__header col-27 whitespace-inherit\" scope=\"col\">Reference</td>\n <td class=\"govuk-table__header whitespace-inherit\" scope=\"col\">Fee</td>\n <td class=\"govuk-table__header whitespace-inherit\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header whitespace-inherit refundBtn\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngFor=\"let remission of paymentGroup.remissions\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission?.hwf_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission?.remission_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission?.fee_code }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission?.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n <td class=\"govuk-table__cell refundBtn whitespace-inherit\" >\n <button [disabled]=\"!chkIsRefundRemissionBtnEnable()\" (click)=\"addRefundForRemission(paymentGroup.payments[0],remission,paymentGroup.fees)\" class=\"govuk-button govuk-button--secondary\"> Add refund</button>\n </td>\n </tr>\n </tbody>\n\n\n </table>\n </div></div>\n\n <div *ngIf=\"paymentGroup.remissions?.length === 0\">\n <span class=\"mar-17\" >No help with fees or remissions.</span>\n </div>\n\n </div>\n </div>\n </main>\n</div>\n\n</ng-container>\n<ng-container *ngIf=\"viewStatus === 'addremission' && feeId\">\n<ccpay-add-remission\n[isTurnOff]=\"isTurnOff\"\n[isStrategicFixEnable]=\"isStrategicFixEnable\"\n[viewCompStatus]= \"viewStatus\"\n[fee]=\"feeId\"\n[payment] = \"payment\"\n[orderStatus] =\"paymentGroup.payments[0].status\"\n[paidAmount]= \"paymentGroup.payments[0].amount\"\n[isRefundRemission]=\"isRefundRemission\"\n[caseType]=\"caseType\"\n[paymentGroupRef]=\"paymentGroup.payment_group_reference\"\n[isFromPaymentDetailPage] = \"true\"\n[ccdCaseNumber]=\"ccdCaseNumber\"\n[orderFeesTotal] = \"orderFeesTotal\"\n[orderTotalPayments] = \"orderTotalPayments\"\n[orderRemissionTotal] = \"orderRemissionTotal\"\n[orderRef] = \"orderRef\"\n[orderCreated] = \"orderCreated\"\n[orderParty] = \"orderParty\"\n[orderCCDEvent] = \"orderCCDEvent\"\n[orderDetail] = \"orderDetail\"\n[LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"></ccpay-add-remission>\n</ng-container>\n\n<ng-container *ngIf=\"viewStatus === 'addrefundforremission' && payment\">\n\n<ccpay-add-remission\n[isTurnOff]=\"isTurnOff\"\n[isStrategicFixEnable]=\"isStrategicFixEnable\"\n[viewCompStatus]= \"viewStatus\"\n[payment]=\"payment\"\n[orderStatus] =\"orderStatus\"\n[paidAmount]= \"orderTotalPayments\"\n[isRefundRemission]=\"isRefundRemission\"\n[caseType]=\"caseType\"\n[feeamount]=\"remissionFeeAmt\"\n[remission] = \"remissions\"\n[isFromServiceRequestPage]=\"false\"\n[paymentGroupRef]=\"paymentGroup.payment_group_reference\"\n[ccdCaseNumber]=\"ccdCaseNumber\"\n[orderFeesTotal] = \"orderFeesTotal\"\n[orderTotalPayments] = \"orderTotalPayments\"\n[orderRemissionTotal] = \"orderRemissionTotal\"\n[orderRef] = \"orderRef\"\n[orderCreated] = \"orderCreated\"\n[orderParty] = \"orderParty\"\n[orderCCDEvent] = \"orderCCDEvent\"\n[orderDetail] = \"orderDetail\"\n[LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"></ccpay-add-remission>\n</ng-container>\n\n<ng-container *ngIf=\"viewStatus === 'issuerefund'\">\n <ccpay-add-remission\n [isTurnOff]=\"isTurnOff\"\n [isStrategicFixEnable]=\"isStrategicFixEnable\"\n [payment] = 'paymentGroup.payments[0]'\n [viewCompStatus]= \"viewStatus\"\n [orderStatus] =\"paymentGroup.payments[0].status\"\n [paidAmount]= \"paymentGroup.payments[0].amount\"\n [isRefundRemission]=\"isRefundRemission\"\n [caseType]=\"caseType\"\n [isFromServiceRequestPage]=\"isFromServiceRequestPage\"\n [isFromPaymentDetailPage] = \"isFromPaymentDetailPage\"\n [paymentGroupRef]=\"paymentGroup.payment_group_reference\"\n [ccdCaseNumber]=\"ccdCaseNumber\"\n [orderFeesTotal] = \"orderFeesTotal\"\n [orderTotalPayments] = \"orderTotalPayments\"\n [orderRemissionTotal] = \"orderRemissionTotal\"\n [orderRef] = \"orderRef\"\n [orderCreated] = \"orderCreated\"\n [orderParty] = \"orderParty\"\n [orderCCDEvent] = \"orderCCDEvent\"\n [orderDetail] = \"orderDetail\"\n [LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\">\n ></ccpay-add-remission>\n</ng-container>\n<ng-container *ngIf=\"viewStatus === 'order-full-view'\">\n <ccpay-service-request\n [viewStatus] = \"viewStatus\"\n [orderRef] = \"orderRef\"\n [orderStatus] = \"orderStatus\"\n [orderCreated] = \"orderCreated\"\n [orderParty] = \"orderParty\"\n [orderCCDEvent] = \"orderCCDEvent\"\n [orderDetail] = \"orderDetail\"\n [LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"\n [takePayment] = \"isTakePayment\"\n [ccdCaseNumber] = \"ccdCaseNumber\"\n [orderFeesTotal] = \"orderFeesTotal\"\n [orderTotalPayments] = \"orderTotalPayments\"\n [orderRemissionTotal] = \"orderRemissionTotal\"\n [isServiceRequest] = \"isServiceRequest\"\n (goToServiceRquestComponent) = \"goToServiceRequestPage()\"\n>\n</ccpay-service-request>\n\n</ng-container>\n\n<ng-container *ngIf=\"viewStatus === 'payment-failure'\">\n <div class=\"payment-failure-alignment\">\n <div class=\"govuk-breadcrumbs\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a href=\"javascript:void(0)\" (click)=\"goBackToPaymentView($event)\" class=\"govuk-back-link\">Back</a>\n </li>\n </ol>\n </div>\n <div class=\"govuk-grid-row\">\n <div class=\"column\">\n <h1 class=\"heading-large govuk-!-margin-top-0\">Failure event details</h1>\n </div>\n </div>\n <table>\n <tbody>\n\n <tr class=\"section\">\n <td class=\"bold\">Failure reference</td>\n <td>\t{{selectedPaymentsStatus.failure_reference}}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Failure reason</td>\n <td>\t{{selectedPaymentsStatus.failure_reason}}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Payment reference</td>\n <td>{{ selectedPaymentsStatus.payment_reference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Payment amount</td>\n <td> \u00A3{{ paymentGroup?.payments[0]?.amount | number:'.2' }}</td>\n\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Disputed amount</td>\n <td>\t\u00A3{{selectedPaymentsStatus.disputed_amount | number:'.2'}}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Additional information</td>\n <td>\t{{selectedPaymentsStatus.additional_reference }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Failure type</td>\n <td>\t{{ selectedPaymentsStatus.failure_type }}</td>\n </tr>\n <tr class=\"section\">\n <td class=\"bold\">Failure event date and time</td>\n <td> {{ selectedPaymentsStatus.failure_event_date_time | date:'dd MMM yyyy HH:mm:ss' }}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"selectedPaymentsStatus.has_amount_debited\">\n <td class=\"bold\">Has disputed amount debited</td>\n <td>\t{{selectedPaymentsStatus.has_amount_debited}}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"selectedPaymentsStatus.representment_status\">\n <td class=\"bold\">Status following representation of payment</td>\n <td>\t{{(selectedPaymentsStatus.representment_status === 'Yes' || selectedPaymentsStatus.representment_status === 'yes') ? 'Success' : 'Failure'}}</td>\n </tr>\n <tr class=\"section\" *ngIf=\"selectedPaymentsStatus.representment_date\">\n <td class=\"bold\">Date payment represented</td>\n <td>\t{{selectedPaymentsStatus.representment_date | date:'dd MMM yyyy HH:mm:ss'}}</td>\n </tr>\n </tbody>\n </table>\n\n <div>\n </div>\n </div>\n</ng-container>\n",
|
|
1543
1932
|
styles: [".tb-col-w{width:330px}.tr-border{border-bottom:2px solid}.payment-view-alignment{margin-left:30px}.govuk-button{font-size:19px;float:left;margin-top:2em}.remission{margin-bottom:7em}.govuk-error-summary__title{font-size:24px!important}.govuk-table__cell,.govuk-table__header{padding:0;line-height:1.3;vertical-align:middle}.govuk-table__row{line-height:1.3}.govuk-table__cell:last-child{text-align:right}.text-transform::first-letter{text-transform:capitalize}.govuk-link{cursor:pointer}.mar-17{font-size:19px!important}.payment-failure-alignment{margin-bottom:50px!important;margin-left:15px!important}"]
|
|
1544
1933
|
}] }
|
|
1545
1934
|
];
|
|
@@ -1568,10 +1957,115 @@ PaymentViewComponent.propDecorators = {
|
|
|
1568
1957
|
orderDetail: [{ type: Input }],
|
|
1569
1958
|
isServiceRequest: [{ type: Input, args: ["isServiceRequest",] }]
|
|
1570
1959
|
};
|
|
1960
|
+
if (false) {
|
|
1961
|
+
/** @type {?} */
|
|
1962
|
+
PaymentViewComponent.prototype.isTurnOff;
|
|
1963
|
+
/** @type {?} */
|
|
1964
|
+
PaymentViewComponent.prototype.isTakePayment;
|
|
1965
|
+
/** @type {?} */
|
|
1966
|
+
PaymentViewComponent.prototype.caseType;
|
|
1967
|
+
/** @type {?} */
|
|
1968
|
+
PaymentViewComponent.prototype.orderRef;
|
|
1969
|
+
/** @type {?} */
|
|
1970
|
+
PaymentViewComponent.prototype.orderStatus;
|
|
1971
|
+
/** @type {?} */
|
|
1972
|
+
PaymentViewComponent.prototype.orderTotalPayments;
|
|
1973
|
+
/** @type {?} */
|
|
1974
|
+
PaymentViewComponent.prototype.payment;
|
|
1975
|
+
/** @type {?} */
|
|
1976
|
+
PaymentViewComponent.prototype.LOGGEDINUSERROLES;
|
|
1977
|
+
/** @type {?} */
|
|
1978
|
+
PaymentViewComponent.prototype.ISPAYMENTSTATUSENABLED;
|
|
1979
|
+
/** @type {?} */
|
|
1980
|
+
PaymentViewComponent.prototype.orderParty;
|
|
1981
|
+
/** @type {?} */
|
|
1982
|
+
PaymentViewComponent.prototype.orderCreated;
|
|
1983
|
+
/** @type {?} */
|
|
1984
|
+
PaymentViewComponent.prototype.orderCCDEvent;
|
|
1985
|
+
/** @type {?} */
|
|
1986
|
+
PaymentViewComponent.prototype.orderFeesTotal;
|
|
1987
|
+
/** @type {?} */
|
|
1988
|
+
PaymentViewComponent.prototype.orderRemissionTotal;
|
|
1989
|
+
/** @type {?} */
|
|
1990
|
+
PaymentViewComponent.prototype.orderDetail;
|
|
1991
|
+
/** @type {?} */
|
|
1992
|
+
PaymentViewComponent.prototype.isServiceRequest;
|
|
1993
|
+
/** @type {?} */
|
|
1994
|
+
PaymentViewComponent.prototype.errorMsg;
|
|
1995
|
+
/** @type {?} */
|
|
1996
|
+
PaymentViewComponent.prototype.paymentGroup;
|
|
1997
|
+
/** @type {?} */
|
|
1998
|
+
PaymentViewComponent.prototype.errorMessage;
|
|
1999
|
+
/** @type {?} */
|
|
2000
|
+
PaymentViewComponent.prototype.ccdCaseNumber;
|
|
2001
|
+
/** @type {?} */
|
|
2002
|
+
PaymentViewComponent.prototype.selectedOption;
|
|
2003
|
+
/** @type {?} */
|
|
2004
|
+
PaymentViewComponent.prototype.dcnNumber;
|
|
2005
|
+
/** @type {?} */
|
|
2006
|
+
PaymentViewComponent.prototype.isStatusAllocated;
|
|
2007
|
+
/** @type {?} */
|
|
2008
|
+
PaymentViewComponent.prototype.isRemissionsMatch;
|
|
2009
|
+
/** @type {?} */
|
|
2010
|
+
PaymentViewComponent.prototype.feeId;
|
|
2011
|
+
/** @type {?} */
|
|
2012
|
+
PaymentViewComponent.prototype.viewStatus;
|
|
2013
|
+
/** @type {?} */
|
|
2014
|
+
PaymentViewComponent.prototype.isRefundRemission;
|
|
2015
|
+
/** @type {?} */
|
|
2016
|
+
PaymentViewComponent.prototype.isStrategicFixEnable;
|
|
2017
|
+
/** @type {?} */
|
|
2018
|
+
PaymentViewComponent.prototype.isAddFeeBtnEnabled;
|
|
2019
|
+
/** @type {?} */
|
|
2020
|
+
PaymentViewComponent.prototype.isIssueRefunfBtnEnable;
|
|
2021
|
+
/** @type {?} */
|
|
2022
|
+
PaymentViewComponent.prototype.allowedRolesToAccessRefund;
|
|
2023
|
+
/** @type {?} */
|
|
2024
|
+
PaymentViewComponent.prototype.remissions;
|
|
2025
|
+
/** @type {?} */
|
|
2026
|
+
PaymentViewComponent.prototype.allPaymentsFailure;
|
|
2027
|
+
/** @type {?} */
|
|
2028
|
+
PaymentViewComponent.prototype.selectedPaymentsStatus;
|
|
2029
|
+
/** @type {?} */
|
|
2030
|
+
PaymentViewComponent.prototype.remissionFeeAmt;
|
|
2031
|
+
/** @type {?} */
|
|
2032
|
+
PaymentViewComponent.prototype.isRefundRemissionBtnEnable;
|
|
2033
|
+
/** @type {?} */
|
|
2034
|
+
PaymentViewComponent.prototype.serviceReference;
|
|
2035
|
+
/** @type {?} */
|
|
2036
|
+
PaymentViewComponent.prototype.isFromServiceRequestPage;
|
|
2037
|
+
/** @type {?} */
|
|
2038
|
+
PaymentViewComponent.prototype.isFromPaymentDetailPage;
|
|
2039
|
+
/** @type {?} */
|
|
2040
|
+
PaymentViewComponent.prototype.check4AllowedRoles2AccessRefund;
|
|
2041
|
+
/** @type {?} */
|
|
2042
|
+
PaymentViewComponent.prototype.allowFurtherAccessAfter4Days;
|
|
2043
|
+
/**
|
|
2044
|
+
* @type {?}
|
|
2045
|
+
* @private
|
|
2046
|
+
*/
|
|
2047
|
+
PaymentViewComponent.prototype.paymentViewService;
|
|
2048
|
+
/**
|
|
2049
|
+
* @type {?}
|
|
2050
|
+
* @private
|
|
2051
|
+
*/
|
|
2052
|
+
PaymentViewComponent.prototype.paymentLibComponent;
|
|
2053
|
+
/**
|
|
2054
|
+
* @type {?}
|
|
2055
|
+
* @private
|
|
2056
|
+
*/
|
|
2057
|
+
PaymentViewComponent.prototype.cd;
|
|
2058
|
+
/**
|
|
2059
|
+
* @type {?}
|
|
2060
|
+
* @private
|
|
2061
|
+
*/
|
|
2062
|
+
PaymentViewComponent.prototype.OrderslistService;
|
|
2063
|
+
}
|
|
1571
2064
|
|
|
1572
2065
|
/**
|
|
1573
2066
|
* @fileoverview added by tsickle
|
|
1574
|
-
*
|
|
2067
|
+
* Generated from: lib/services/refunds/refunds.service.ts
|
|
2068
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1575
2069
|
*/
|
|
1576
2070
|
class RefundsService {
|
|
1577
2071
|
/**
|
|
@@ -1743,11 +2237,39 @@ RefundsService.ctorParameters = () => [
|
|
|
1743
2237
|
{ type: PaymentLibService },
|
|
1744
2238
|
{ type: Meta }
|
|
1745
2239
|
];
|
|
1746
|
-
/** @nocollapse */ RefundsService.ngInjectableDef =
|
|
2240
|
+
/** @nocollapse */ RefundsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function RefundsService_Factory() { return new RefundsService(ɵɵinject(HttpClient), ɵɵinject(WebComponentHttpClient), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService), ɵɵinject(Meta)); }, token: RefundsService, providedIn: "root" });
|
|
2241
|
+
if (false) {
|
|
2242
|
+
/**
|
|
2243
|
+
* @type {?}
|
|
2244
|
+
* @private
|
|
2245
|
+
*/
|
|
2246
|
+
RefundsService.prototype.http;
|
|
2247
|
+
/**
|
|
2248
|
+
* @type {?}
|
|
2249
|
+
* @private
|
|
2250
|
+
*/
|
|
2251
|
+
RefundsService.prototype.https;
|
|
2252
|
+
/**
|
|
2253
|
+
* @type {?}
|
|
2254
|
+
* @private
|
|
2255
|
+
*/
|
|
2256
|
+
RefundsService.prototype.errorHandlerService;
|
|
2257
|
+
/**
|
|
2258
|
+
* @type {?}
|
|
2259
|
+
* @private
|
|
2260
|
+
*/
|
|
2261
|
+
RefundsService.prototype.paymentLibService;
|
|
2262
|
+
/**
|
|
2263
|
+
* @type {?}
|
|
2264
|
+
* @private
|
|
2265
|
+
*/
|
|
2266
|
+
RefundsService.prototype.meta;
|
|
2267
|
+
}
|
|
1747
2268
|
|
|
1748
2269
|
/**
|
|
1749
2270
|
* @fileoverview added by tsickle
|
|
1750
|
-
*
|
|
2271
|
+
* Generated from: lib/components/process-refund/process-refund.component.ts
|
|
2272
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
1751
2273
|
*/
|
|
1752
2274
|
class ProcessRefundComponent {
|
|
1753
2275
|
/**
|
|
@@ -1758,10 +2280,10 @@ class ProcessRefundComponent {
|
|
|
1758
2280
|
* @param {?} router
|
|
1759
2281
|
* @param {?} activeRoute
|
|
1760
2282
|
*/
|
|
1761
|
-
constructor(RefundsService
|
|
1762
|
-
this.RefundsService = RefundsService
|
|
2283
|
+
constructor(RefundsService, formBuilder, OrderslistService, paymentLibComponent, router, activeRoute) {
|
|
2284
|
+
this.RefundsService = RefundsService;
|
|
1763
2285
|
this.formBuilder = formBuilder;
|
|
1764
|
-
this.OrderslistService = OrderslistService
|
|
2286
|
+
this.OrderslistService = OrderslistService;
|
|
1765
2287
|
this.paymentLibComponent = paymentLibComponent;
|
|
1766
2288
|
this.router = router;
|
|
1767
2289
|
this.activeRoute = activeRoute;
|
|
@@ -2111,10 +2633,93 @@ ProcessRefundComponent.propDecorators = {
|
|
|
2111
2633
|
refundReference: [{ type: Input }],
|
|
2112
2634
|
refundlistsource: [{ type: Input }]
|
|
2113
2635
|
};
|
|
2636
|
+
if (false) {
|
|
2637
|
+
/** @type {?} */
|
|
2638
|
+
ProcessRefundComponent.prototype.refundReference;
|
|
2639
|
+
/** @type {?} */
|
|
2640
|
+
ProcessRefundComponent.prototype.refundlistsource;
|
|
2641
|
+
/** @type {?} */
|
|
2642
|
+
ProcessRefundComponent.prototype.processRefundForm;
|
|
2643
|
+
/** @type {?} */
|
|
2644
|
+
ProcessRefundComponent.prototype.errorMessage;
|
|
2645
|
+
/** @type {?} */
|
|
2646
|
+
ProcessRefundComponent.prototype.sendmeback;
|
|
2647
|
+
/** @type {?} */
|
|
2648
|
+
ProcessRefundComponent.prototype.viewStatus;
|
|
2649
|
+
/** @type {?} */
|
|
2650
|
+
ProcessRefundComponent.prototype.refundActionList;
|
|
2651
|
+
/** @type {?} */
|
|
2652
|
+
ProcessRefundComponent.prototype.refundRejectReasonList;
|
|
2653
|
+
/** @type {?} */
|
|
2654
|
+
ProcessRefundComponent.prototype.isSendMeBackClicked;
|
|
2655
|
+
/** @type {?} */
|
|
2656
|
+
ProcessRefundComponent.prototype.isRejectClicked;
|
|
2657
|
+
/** @type {?} */
|
|
2658
|
+
ProcessRefundComponent.prototype.isOtherClicked;
|
|
2659
|
+
/** @type {?} */
|
|
2660
|
+
ProcessRefundComponent.prototype.isSuccesspageEnable;
|
|
2661
|
+
/** @type {?} */
|
|
2662
|
+
ProcessRefundComponent.prototype.refundActionsHasError;
|
|
2663
|
+
/** @type {?} */
|
|
2664
|
+
ProcessRefundComponent.prototype.refundRejectReasonHasError;
|
|
2665
|
+
/** @type {?} */
|
|
2666
|
+
ProcessRefundComponent.prototype.isReasonFieldEmpty;
|
|
2667
|
+
/** @type {?} */
|
|
2668
|
+
ProcessRefundComponent.prototype.isReasonFieldInvalid;
|
|
2669
|
+
/** @type {?} */
|
|
2670
|
+
ProcessRefundComponent.prototype.reasonFieldMinHasError;
|
|
2671
|
+
/** @type {?} */
|
|
2672
|
+
ProcessRefundComponent.prototype.reasonFieldMaxHasError;
|
|
2673
|
+
/** @type {?} */
|
|
2674
|
+
ProcessRefundComponent.prototype.isReasonEmpty;
|
|
2675
|
+
/** @type {?} */
|
|
2676
|
+
ProcessRefundComponent.prototype.isReasonInvalid;
|
|
2677
|
+
/** @type {?} */
|
|
2678
|
+
ProcessRefundComponent.prototype.successMsg;
|
|
2679
|
+
/** @type {?} */
|
|
2680
|
+
ProcessRefundComponent.prototype.navigationpage;
|
|
2681
|
+
/** @type {?} */
|
|
2682
|
+
ProcessRefundComponent.prototype.ccdCaseNumber;
|
|
2683
|
+
/** @type {?} */
|
|
2684
|
+
ProcessRefundComponent.prototype.isFromRefundListPage;
|
|
2685
|
+
/** @type {?} */
|
|
2686
|
+
ProcessRefundComponent.prototype.isConfirmButtondisabled;
|
|
2687
|
+
/**
|
|
2688
|
+
* @type {?}
|
|
2689
|
+
* @private
|
|
2690
|
+
*/
|
|
2691
|
+
ProcessRefundComponent.prototype.RefundsService;
|
|
2692
|
+
/**
|
|
2693
|
+
* @type {?}
|
|
2694
|
+
* @private
|
|
2695
|
+
*/
|
|
2696
|
+
ProcessRefundComponent.prototype.formBuilder;
|
|
2697
|
+
/**
|
|
2698
|
+
* @type {?}
|
|
2699
|
+
* @private
|
|
2700
|
+
*/
|
|
2701
|
+
ProcessRefundComponent.prototype.OrderslistService;
|
|
2702
|
+
/**
|
|
2703
|
+
* @type {?}
|
|
2704
|
+
* @private
|
|
2705
|
+
*/
|
|
2706
|
+
ProcessRefundComponent.prototype.paymentLibComponent;
|
|
2707
|
+
/**
|
|
2708
|
+
* @type {?}
|
|
2709
|
+
* @private
|
|
2710
|
+
*/
|
|
2711
|
+
ProcessRefundComponent.prototype.router;
|
|
2712
|
+
/**
|
|
2713
|
+
* @type {?}
|
|
2714
|
+
* @private
|
|
2715
|
+
*/
|
|
2716
|
+
ProcessRefundComponent.prototype.activeRoute;
|
|
2717
|
+
}
|
|
2114
2718
|
|
|
2115
2719
|
/**
|
|
2116
2720
|
* @fileoverview added by tsickle
|
|
2117
|
-
*
|
|
2721
|
+
* Generated from: lib/components/refund-list/refund-list.component.ts
|
|
2722
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2118
2723
|
*/
|
|
2119
2724
|
class RefundListComponent {
|
|
2120
2725
|
/**
|
|
@@ -2199,10 +2804,48 @@ RefundListComponent.propDecorators = {
|
|
|
2199
2804
|
LOGGEDINUSERROLES: [{ type: Input, args: ['LOGGEDINUSERROLES',] }],
|
|
2200
2805
|
LOGGEDINUSEREMAIL: [{ type: Input, args: ['LOGGEDINUSEREMAIL',] }]
|
|
2201
2806
|
};
|
|
2807
|
+
if (false) {
|
|
2808
|
+
/** @type {?} */
|
|
2809
|
+
RefundListComponent.prototype.USERID;
|
|
2810
|
+
/** @type {?} */
|
|
2811
|
+
RefundListComponent.prototype.LOGGEDINUSERROLES;
|
|
2812
|
+
/** @type {?} */
|
|
2813
|
+
RefundListComponent.prototype.LOGGEDINUSEREMAIL;
|
|
2814
|
+
/** @type {?} */
|
|
2815
|
+
RefundListComponent.prototype.tableApprovalHeader;
|
|
2816
|
+
/** @type {?} */
|
|
2817
|
+
RefundListComponent.prototype.tableRejectedHeader;
|
|
2818
|
+
/** @type {?} */
|
|
2819
|
+
RefundListComponent.prototype.submittedRefundList;
|
|
2820
|
+
/** @type {?} */
|
|
2821
|
+
RefundListComponent.prototype.rejectedRefundList;
|
|
2822
|
+
/** @type {?} */
|
|
2823
|
+
RefundListComponent.prototype.approvalStatus;
|
|
2824
|
+
/** @type {?} */
|
|
2825
|
+
RefundListComponent.prototype.rejectStatus;
|
|
2826
|
+
/** @type {?} */
|
|
2827
|
+
RefundListComponent.prototype.errorMessage;
|
|
2828
|
+
/** @type {?} */
|
|
2829
|
+
RefundListComponent.prototype.isApproveTableVisible;
|
|
2830
|
+
/** @type {?} */
|
|
2831
|
+
RefundListComponent.prototype.isRejectTableVisible;
|
|
2832
|
+
/** @type {?} */
|
|
2833
|
+
RefundListComponent.prototype.dropdownvalue;
|
|
2834
|
+
/** @type {?} */
|
|
2835
|
+
RefundListComponent.prototype.isAuthorized;
|
|
2836
|
+
/** @type {?} */
|
|
2837
|
+
RefundListComponent.prototype.userLst;
|
|
2838
|
+
/**
|
|
2839
|
+
* @type {?}
|
|
2840
|
+
* @private
|
|
2841
|
+
*/
|
|
2842
|
+
RefundListComponent.prototype.refundService;
|
|
2843
|
+
}
|
|
2202
2844
|
|
|
2203
2845
|
/**
|
|
2204
2846
|
* @fileoverview added by tsickle
|
|
2205
|
-
*
|
|
2847
|
+
* Generated from: lib/services/card-details/card-details.service.ts
|
|
2848
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2206
2849
|
*/
|
|
2207
2850
|
class CardDetailsService {
|
|
2208
2851
|
/**
|
|
@@ -2241,11 +2884,34 @@ CardDetailsService.ctorParameters = () => [
|
|
|
2241
2884
|
{ type: ErrorHandlerService },
|
|
2242
2885
|
{ type: PaymentLibService }
|
|
2243
2886
|
];
|
|
2244
|
-
/** @nocollapse */ CardDetailsService.ngInjectableDef =
|
|
2887
|
+
/** @nocollapse */ CardDetailsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function CardDetailsService_Factory() { return new CardDetailsService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: CardDetailsService, providedIn: "root" });
|
|
2888
|
+
if (false) {
|
|
2889
|
+
/**
|
|
2890
|
+
* @type {?}
|
|
2891
|
+
* @private
|
|
2892
|
+
*/
|
|
2893
|
+
CardDetailsService.prototype.http;
|
|
2894
|
+
/**
|
|
2895
|
+
* @type {?}
|
|
2896
|
+
* @private
|
|
2897
|
+
*/
|
|
2898
|
+
CardDetailsService.prototype.logger;
|
|
2899
|
+
/**
|
|
2900
|
+
* @type {?}
|
|
2901
|
+
* @private
|
|
2902
|
+
*/
|
|
2903
|
+
CardDetailsService.prototype.errorHandlerService;
|
|
2904
|
+
/**
|
|
2905
|
+
* @type {?}
|
|
2906
|
+
* @private
|
|
2907
|
+
*/
|
|
2908
|
+
CardDetailsService.prototype.paymentLibService;
|
|
2909
|
+
}
|
|
2245
2910
|
|
|
2246
2911
|
/**
|
|
2247
2912
|
* @fileoverview added by tsickle
|
|
2248
|
-
*
|
|
2913
|
+
* Generated from: lib/components/card-details/card-details.component.ts
|
|
2914
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2249
2915
|
*/
|
|
2250
2916
|
class CardDetailsComponent {
|
|
2251
2917
|
/**
|
|
@@ -2290,10 +2956,31 @@ CardDetailsComponent.ctorParameters = () => [
|
|
|
2290
2956
|
{ type: CardDetailsService },
|
|
2291
2957
|
{ type: PaymentLibComponent }
|
|
2292
2958
|
];
|
|
2959
|
+
if (false) {
|
|
2960
|
+
/** @type {?} */
|
|
2961
|
+
CardDetailsComponent.prototype.pageTitle;
|
|
2962
|
+
/** @type {?} */
|
|
2963
|
+
CardDetailsComponent.prototype.cardDetails;
|
|
2964
|
+
/** @type {?} */
|
|
2965
|
+
CardDetailsComponent.prototype.paymentReference;
|
|
2966
|
+
/** @type {?} */
|
|
2967
|
+
CardDetailsComponent.prototype.errorMessage;
|
|
2968
|
+
/**
|
|
2969
|
+
* @type {?}
|
|
2970
|
+
* @private
|
|
2971
|
+
*/
|
|
2972
|
+
CardDetailsComponent.prototype.cardDetailsService;
|
|
2973
|
+
/**
|
|
2974
|
+
* @type {?}
|
|
2975
|
+
* @private
|
|
2976
|
+
*/
|
|
2977
|
+
CardDetailsComponent.prototype.paymentLibComponent;
|
|
2978
|
+
}
|
|
2293
2979
|
|
|
2294
2980
|
/**
|
|
2295
2981
|
* @fileoverview added by tsickle
|
|
2296
|
-
*
|
|
2982
|
+
* Generated from: lib/components/page-not-found.component.ts
|
|
2983
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2297
2984
|
*/
|
|
2298
2985
|
class PageNotFoundComponent {
|
|
2299
2986
|
}
|
|
@@ -2307,7 +2994,8 @@ PageNotFoundComponent.decorators = [
|
|
|
2307
2994
|
|
|
2308
2995
|
/**
|
|
2309
2996
|
* @fileoverview added by tsickle
|
|
2310
|
-
*
|
|
2997
|
+
* Generated from: lib/services/status-history/status-history.service.ts
|
|
2998
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2311
2999
|
*/
|
|
2312
3000
|
class StatusHistoryService {
|
|
2313
3001
|
/**
|
|
@@ -2349,11 +3037,34 @@ StatusHistoryService.ctorParameters = () => [
|
|
|
2349
3037
|
{ type: ErrorHandlerService },
|
|
2350
3038
|
{ type: PaymentLibService }
|
|
2351
3039
|
];
|
|
2352
|
-
/** @nocollapse */ StatusHistoryService.ngInjectableDef =
|
|
3040
|
+
/** @nocollapse */ StatusHistoryService.ngInjectableDef = ɵɵdefineInjectable({ factory: function StatusHistoryService_Factory() { return new StatusHistoryService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: StatusHistoryService, providedIn: "root" });
|
|
3041
|
+
if (false) {
|
|
3042
|
+
/**
|
|
3043
|
+
* @type {?}
|
|
3044
|
+
* @private
|
|
3045
|
+
*/
|
|
3046
|
+
StatusHistoryService.prototype.http;
|
|
3047
|
+
/**
|
|
3048
|
+
* @type {?}
|
|
3049
|
+
* @private
|
|
3050
|
+
*/
|
|
3051
|
+
StatusHistoryService.prototype.logger;
|
|
3052
|
+
/**
|
|
3053
|
+
* @type {?}
|
|
3054
|
+
* @private
|
|
3055
|
+
*/
|
|
3056
|
+
StatusHistoryService.prototype.errorHandlerService;
|
|
3057
|
+
/**
|
|
3058
|
+
* @type {?}
|
|
3059
|
+
* @private
|
|
3060
|
+
*/
|
|
3061
|
+
StatusHistoryService.prototype.paymentLibService;
|
|
3062
|
+
}
|
|
2353
3063
|
|
|
2354
3064
|
/**
|
|
2355
3065
|
* @fileoverview added by tsickle
|
|
2356
|
-
*
|
|
3066
|
+
* Generated from: lib/components/status-history/status-history.component.ts
|
|
3067
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2357
3068
|
*/
|
|
2358
3069
|
class StatusHistoryComponent {
|
|
2359
3070
|
/**
|
|
@@ -2395,10 +3106,31 @@ StatusHistoryComponent.ctorParameters = () => [
|
|
|
2395
3106
|
StatusHistoryComponent.propDecorators = {
|
|
2396
3107
|
isTakePayment: [{ type: Input }]
|
|
2397
3108
|
};
|
|
3109
|
+
if (false) {
|
|
3110
|
+
/** @type {?} */
|
|
3111
|
+
StatusHistoryComponent.prototype.isTakePayment;
|
|
3112
|
+
/** @type {?} */
|
|
3113
|
+
StatusHistoryComponent.prototype.pageTitle;
|
|
3114
|
+
/** @type {?} */
|
|
3115
|
+
StatusHistoryComponent.prototype.statuses;
|
|
3116
|
+
/** @type {?} */
|
|
3117
|
+
StatusHistoryComponent.prototype.errorMessage;
|
|
3118
|
+
/**
|
|
3119
|
+
* @type {?}
|
|
3120
|
+
* @private
|
|
3121
|
+
*/
|
|
3122
|
+
StatusHistoryComponent.prototype.statusHistoryService;
|
|
3123
|
+
/**
|
|
3124
|
+
* @type {?}
|
|
3125
|
+
* @private
|
|
3126
|
+
*/
|
|
3127
|
+
StatusHistoryComponent.prototype.paymentLibComponent;
|
|
3128
|
+
}
|
|
2398
3129
|
|
|
2399
3130
|
/**
|
|
2400
3131
|
* @fileoverview added by tsickle
|
|
2401
|
-
*
|
|
3132
|
+
* Generated from: lib/components/pba-details/pba-details.component.ts
|
|
3133
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2402
3134
|
*/
|
|
2403
3135
|
class PbaDetailsComponent {
|
|
2404
3136
|
constructor() { }
|
|
@@ -2420,22 +3152,33 @@ PbaDetailsComponent.ctorParameters = () => [];
|
|
|
2420
3152
|
PbaDetailsComponent.propDecorators = {
|
|
2421
3153
|
payment: [{ type: Input }]
|
|
2422
3154
|
};
|
|
3155
|
+
if (false) {
|
|
3156
|
+
/** @type {?} */
|
|
3157
|
+
PbaDetailsComponent.prototype.payment;
|
|
3158
|
+
}
|
|
2423
3159
|
|
|
2424
3160
|
/**
|
|
2425
3161
|
* @fileoverview added by tsickle
|
|
2426
|
-
*
|
|
3162
|
+
* Generated from: lib/services/shared/logger/console-logger.service.ts
|
|
3163
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2427
3164
|
*/
|
|
2428
3165
|
/** @type {?} */
|
|
3166
|
+
let isDebugMode = false;
|
|
3167
|
+
/** @type {?} */
|
|
2429
3168
|
const noop$1 = (/**
|
|
2430
3169
|
* @return {?}
|
|
2431
3170
|
*/
|
|
2432
3171
|
() => undefined);
|
|
3172
|
+
const ɵ0$1 = noop$1;
|
|
2433
3173
|
class ConsoleLoggerService {
|
|
2434
3174
|
/**
|
|
2435
3175
|
* @return {?}
|
|
2436
3176
|
*/
|
|
2437
3177
|
get info() {
|
|
2438
|
-
{
|
|
3178
|
+
if (isDebugMode) {
|
|
3179
|
+
return console.info.bind(console);
|
|
3180
|
+
}
|
|
3181
|
+
else {
|
|
2439
3182
|
return noop$1;
|
|
2440
3183
|
}
|
|
2441
3184
|
}
|
|
@@ -2443,7 +3186,10 @@ class ConsoleLoggerService {
|
|
|
2443
3186
|
* @return {?}
|
|
2444
3187
|
*/
|
|
2445
3188
|
get warn() {
|
|
2446
|
-
{
|
|
3189
|
+
if (isDebugMode) {
|
|
3190
|
+
return console.warn.bind(console);
|
|
3191
|
+
}
|
|
3192
|
+
else {
|
|
2447
3193
|
return noop$1;
|
|
2448
3194
|
}
|
|
2449
3195
|
}
|
|
@@ -2451,7 +3197,10 @@ class ConsoleLoggerService {
|
|
|
2451
3197
|
* @return {?}
|
|
2452
3198
|
*/
|
|
2453
3199
|
get error() {
|
|
2454
|
-
{
|
|
3200
|
+
if (isDebugMode) {
|
|
3201
|
+
return console.error.bind(console);
|
|
3202
|
+
}
|
|
3203
|
+
else {
|
|
2455
3204
|
return noop$1;
|
|
2456
3205
|
}
|
|
2457
3206
|
}
|
|
@@ -2471,11 +3220,12 @@ ConsoleLoggerService.decorators = [
|
|
|
2471
3220
|
providedIn: 'root'
|
|
2472
3221
|
},] }
|
|
2473
3222
|
];
|
|
2474
|
-
/** @nocollapse */ ConsoleLoggerService.ngInjectableDef =
|
|
3223
|
+
/** @nocollapse */ ConsoleLoggerService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ConsoleLoggerService_Factory() { return new ConsoleLoggerService(); }, token: ConsoleLoggerService, providedIn: "root" });
|
|
2475
3224
|
|
|
2476
3225
|
/**
|
|
2477
3226
|
* @fileoverview added by tsickle
|
|
2478
|
-
*
|
|
3227
|
+
* Generated from: lib/services/case-transactions/case-transactions.service.ts
|
|
3228
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2479
3229
|
*/
|
|
2480
3230
|
class CaseTransactionsService {
|
|
2481
3231
|
/**
|
|
@@ -2514,11 +3264,34 @@ CaseTransactionsService.ctorParameters = () => [
|
|
|
2514
3264
|
{ type: ErrorHandlerService },
|
|
2515
3265
|
{ type: PaymentLibService }
|
|
2516
3266
|
];
|
|
2517
|
-
/** @nocollapse */ CaseTransactionsService.ngInjectableDef =
|
|
3267
|
+
/** @nocollapse */ CaseTransactionsService.ngInjectableDef = ɵɵdefineInjectable({ factory: function CaseTransactionsService_Factory() { return new CaseTransactionsService(ɵɵinject(HttpClient), ɵɵinject(LoggerService), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: CaseTransactionsService, providedIn: "root" });
|
|
3268
|
+
if (false) {
|
|
3269
|
+
/**
|
|
3270
|
+
* @type {?}
|
|
3271
|
+
* @private
|
|
3272
|
+
*/
|
|
3273
|
+
CaseTransactionsService.prototype.http;
|
|
3274
|
+
/**
|
|
3275
|
+
* @type {?}
|
|
3276
|
+
* @private
|
|
3277
|
+
*/
|
|
3278
|
+
CaseTransactionsService.prototype.logger;
|
|
3279
|
+
/**
|
|
3280
|
+
* @type {?}
|
|
3281
|
+
* @private
|
|
3282
|
+
*/
|
|
3283
|
+
CaseTransactionsService.prototype.errorHandlerService;
|
|
3284
|
+
/**
|
|
3285
|
+
* @type {?}
|
|
3286
|
+
* @private
|
|
3287
|
+
*/
|
|
3288
|
+
CaseTransactionsService.prototype.paymentLibService;
|
|
3289
|
+
}
|
|
2518
3290
|
|
|
2519
3291
|
/**
|
|
2520
3292
|
* @fileoverview added by tsickle
|
|
2521
|
-
*
|
|
3293
|
+
* Generated from: lib/services/bulk-scaning-payment/bulk-scaning-payment.service.ts
|
|
3294
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2522
3295
|
*/
|
|
2523
3296
|
class BulkScaningPaymentService {
|
|
2524
3297
|
/**
|
|
@@ -2661,12 +3434,37 @@ BulkScaningPaymentService.ctorParameters = () => [
|
|
|
2661
3434
|
{ type: ErrorHandlerService },
|
|
2662
3435
|
{ type: PaymentLibService }
|
|
2663
3436
|
];
|
|
2664
|
-
/** @nocollapse */ BulkScaningPaymentService.ngInjectableDef =
|
|
3437
|
+
/** @nocollapse */ BulkScaningPaymentService.ngInjectableDef = ɵɵdefineInjectable({ factory: function BulkScaningPaymentService_Factory() { return new BulkScaningPaymentService(ɵɵinject(HttpClient), ɵɵinject(WebComponentHttpClient), ɵɵinject(ErrorHandlerService), ɵɵinject(PaymentLibService)); }, token: BulkScaningPaymentService, providedIn: "root" });
|
|
3438
|
+
if (false) {
|
|
3439
|
+
/**
|
|
3440
|
+
* @type {?}
|
|
3441
|
+
* @private
|
|
3442
|
+
*/
|
|
3443
|
+
BulkScaningPaymentService.prototype.http;
|
|
3444
|
+
/**
|
|
3445
|
+
* @type {?}
|
|
3446
|
+
* @private
|
|
3447
|
+
*/
|
|
3448
|
+
BulkScaningPaymentService.prototype.https;
|
|
3449
|
+
/**
|
|
3450
|
+
* @type {?}
|
|
3451
|
+
* @private
|
|
3452
|
+
*/
|
|
3453
|
+
BulkScaningPaymentService.prototype.errorHandlerService;
|
|
3454
|
+
/**
|
|
3455
|
+
* @type {?}
|
|
3456
|
+
* @private
|
|
3457
|
+
*/
|
|
3458
|
+
BulkScaningPaymentService.prototype.paymentLibService;
|
|
3459
|
+
}
|
|
2665
3460
|
|
|
2666
3461
|
/**
|
|
2667
3462
|
* @fileoverview added by tsickle
|
|
2668
|
-
*
|
|
3463
|
+
* Generated from: lib/components/case-transactions/case-transactions.component.ts
|
|
3464
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
2669
3465
|
*/
|
|
3466
|
+
/** @type {?} */
|
|
3467
|
+
const BS_ENABLE_FLAG$1 = 'bulk-scan-enabling-fe';
|
|
2670
3468
|
class CaseTransactionsComponent {
|
|
2671
3469
|
/**
|
|
2672
3470
|
* @param {?} router
|
|
@@ -2676,13 +3474,13 @@ class CaseTransactionsComponent {
|
|
|
2676
3474
|
* @param {?} paymentLibComponent
|
|
2677
3475
|
* @param {?} OrderslistService
|
|
2678
3476
|
*/
|
|
2679
|
-
constructor(router, paymentViewService, bulkScaningPaymentService, caseTransactionsService, paymentLibComponent, OrderslistService
|
|
3477
|
+
constructor(router, paymentViewService, bulkScaningPaymentService, caseTransactionsService, paymentLibComponent, OrderslistService) {
|
|
2680
3478
|
this.router = router;
|
|
2681
3479
|
this.paymentViewService = paymentViewService;
|
|
2682
3480
|
this.bulkScaningPaymentService = bulkScaningPaymentService;
|
|
2683
3481
|
this.caseTransactionsService = caseTransactionsService;
|
|
2684
3482
|
this.paymentLibComponent = paymentLibComponent;
|
|
2685
|
-
this.OrderslistService = OrderslistService
|
|
3483
|
+
this.OrderslistService = OrderslistService;
|
|
2686
3484
|
this.paymentGroups = [];
|
|
2687
3485
|
this.payments = [];
|
|
2688
3486
|
this.nonPayments = [];
|
|
@@ -2983,6 +3781,8 @@ class CaseTransactionsComponent {
|
|
|
2983
3781
|
* @return {?}
|
|
2984
3782
|
*/
|
|
2985
3783
|
calculateOrderFeesAmounts() {
|
|
3784
|
+
/** @type {?} */
|
|
3785
|
+
let feesTotal = 0.00;
|
|
2986
3786
|
this.paymentGroups.forEach((/**
|
|
2987
3787
|
* @param {?} paymentGroup
|
|
2988
3788
|
* @return {?}
|
|
@@ -3684,6 +4484,7 @@ class CaseTransactionsComponent {
|
|
|
3684
4484
|
else {
|
|
3685
4485
|
return false;
|
|
3686
4486
|
}
|
|
4487
|
+
;
|
|
3687
4488
|
}
|
|
3688
4489
|
}
|
|
3689
4490
|
/**
|
|
@@ -3701,6 +4502,7 @@ class CaseTransactionsComponent {
|
|
|
3701
4502
|
else {
|
|
3702
4503
|
return false;
|
|
3703
4504
|
}
|
|
4505
|
+
;
|
|
3704
4506
|
}
|
|
3705
4507
|
/**
|
|
3706
4508
|
* @return {?}
|
|
@@ -3731,6 +4533,7 @@ class CaseTransactionsComponent {
|
|
|
3731
4533
|
else {
|
|
3732
4534
|
return false;
|
|
3733
4535
|
}
|
|
4536
|
+
;
|
|
3734
4537
|
}
|
|
3735
4538
|
}
|
|
3736
4539
|
/**
|
|
@@ -3745,7 +4548,7 @@ class CaseTransactionsComponent {
|
|
|
3745
4548
|
CaseTransactionsComponent.decorators = [
|
|
3746
4549
|
{ type: Component, args: [{
|
|
3747
4550
|
selector: 'ccpay-case-transactions',
|
|
3748
|
-
template: "<div class=\"govuk-width-container\">\n\n <main class=\"govuk-main-wrapper\">\n <ng-container *ngIf=\"viewStatus === 'main1'\">\n <div *ngIf=\"viewStatus === 'main1'&& !isTurnOff && takePayment\">\n <div *ngIf=\"takePayment\" class=\"govuk-grid-row\">\n\n <div class=\"govuk-grid-column-two-thirds\">\n <h1 class=\"govuk-heading-xl\">Case transactions</h1>\n </div>\n </div>\n\n <div *ngIf=\"takePayment\" class=\"govuk-grid-row\">\n <div *ngIf='!isExceptionRecord' class=\"govuk-grid-column-two-thirds govuk-!-padding-bottom-6 govuk-!-padding-top-6\">\n <h3 class=\"heading-medium\">CCD reference:</h3>\n <span> {{ ccdCaseNumber | ccdHyphens }}</span>\n </div>\n\n <div *ngIf='isExceptionRecord' class=\"govuk-grid-column-two-thirds govuk-!-padding-bottom-6 govuk-!-padding-top-6\">\n <h3 class=\"heading-medium\">Exception reference:</h3>\n <span> {{ ccdCaseNumber | ccdHyphens }}</span>\n </div>\n <div class=\"govuk-grid-column-full govuk-!-padding-bottom-3\">\n <hr class=\"govuk-section-break govuk-section-break--visible\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Total payments</td>\n <td class=\"govuk-table__header\" scope=\"col\">Total remissions</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount due</td>\n <td class=\"govuk-table__header govuk-table__header--custom\" scope=\"col\" *ngIf=\"isBulkScanEnable\">Unallocated payments</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"totalpayments govuk-table__row\">\n <td class=\"govuk-table__cell summary-table-font\">{{ totalPayments | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell summary-table-font\">{{ totalRemissions | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell summary-table-font\">{{ clAmountDue | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td class=\"govuk-table__cell case-transaction__color summary-table-font\" *ngIf=\"isBulkScanEnable\">{{unprocessedRecordCount}}</td>\n </tr>\n </tbody>\n </table>\n </div>\n\n <div class=\"govuk-grid-column-two-thirds\" *ngIf=\"takePayment\">\n <button type=\"submit\" (click)=\"redirectToFeeSearchPage($event)\"\n [disabled]=\"!isAddFeeBtnEnabled\"\n [ngClass]='!isAddFeeBtnEnabled ? \"govuk-button govuk-button--secondary govuk-button--disabled govuk-!-margin-right-1\" : \"govuk-button govuk-button--secondary govuk-!-margin-right-1\"'>\n Take telephony payment\n </button>\n </div>\n\n </div>\n <div class=\"govuk-grid-row\">\n\n </div>\n <div *ngIf=\"takePayment\" class=\" govuk-!-margin-top-9\">\n\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full\">\n <h3 class=\"heading-medium\">Fees</h3>\n </div>\n <div class=\"govuk-grid-column-full\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Description</td>\n <td class=\"govuk-table__header\" scope=\"col\">Volume</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Calculated amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount due</td>\n <td class=\"govuk-table__header\" scope=\"col\">Action</td>\n\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngFor=\"let paymentGroup of paymentGroups;\">\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell\">\t{{fee.code}} </td>\n <td class=\"govuk-table__cell\">{{fee.description}}</td>\n <td class=\"govuk-table__cell\">{{fee.volume? fee.volume : '-'}}</td>\n <td class=\"govuk-table__cell\">{{ fee.net_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"govuk-table__cell\">{{fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\" [attr.rowspan]=\"paymentGroup.fees.length\" *ngIf=\"paymentGroup.old && i==0\"> {{getGroupOutstandingAmount(paymentGroup)| currency:'GBP':'symbol-narrow':'1.2-2'}}* </td>\n <td class=\"govuk-table__cell\" *ngIf=\"!paymentGroup.old\"> {{calculateAmountDue(fee) | currency:'GBP':'symbol-narrow':'1.2-2'}} </td>\n <td class=\"govuk-table__cell\" *ngIf=\"!paymentGroup.old\">\n <a (click)=\"confirmRemoveFee(fee.id)\" [ngClass]='!isCheckAmountdueExist(fee.amount_due) || fee.remissions ? \"disable-link\" : \"\"'>Remove</a>\n </td>\n <td class=\"govuk-table__cell\" *ngIf=\"paymentGroup.old\">\n <a (click)=\"confirmRemoveFee(fee.id)\" [ngClass]='paymentGroup.payments?.length > 0 || paymentGroup.remissions?.length > 0 ? \"disable-link\" : \"\"'>Remove</a>\n </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroups?.length === 0\">\n <tr class=\"govuk-table__row\" >\n <td class=\"govuk-table__cell\" colspan=\"7\">No fees recorded</td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n <div class=\"hmcts-banner\" *ngIf=\"isHistoricGroupAvailable\">\n <svg class=\"hmcts-banner__icon\" fill=\"currentColor\" role=\"presentation\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 25 25\" height=\"25\" width=\"25\">\n <path d=\"M13.7,18.5h-2.4v-2.4h2.4V18.5z M12.5,13.7c-0.7,0-1.2-0.5-1.2-1.2V7.7c0-0.7,0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v4.8\n C13.7,13.2,13.2,13.7,12.5,13.7z M12.5,0.5c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S19.1,0.5,12.5,0.5z\"></path>\n </svg>\n <div class=\"hmcts-banner__message\">\n <span class=\"hmcts-banner__assistive\">information</span>\n * These fees have already been processed offline. Check the notes in CCD for more information.\n </div>\n </div>\n <div class=\"panel panel-no--style\" *ngIf=\"allPayments?.length > 0 || remissions?.length > 0\">\n <!-- payments -->\n <h3 class=\"heading-medium\">Payments</h3>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-28\" scope=\"col\">Payment reference</td>\n <td class=\"govuk-table__header\" scope=\"col\">Date created</td>\n <td class=\"govuk-table__header\" scope=\"col\">Channel</td>\n <td class=\"govuk-table__header\" scope=\"col\">Method</td>\n <td class=\"govuk-table__header col-15\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Allocation status</td>\n <td class=\"govuk-table__header\" scope=\"col\">Payment status</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let payment of allPayments\">\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToPayementView(payment.paymentGroupReference, payment.reference, payment.method)\">{{ payment.reference }}</a>\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"channel govuk-table__cell whitespace-inherit\">{{ payment.channel | lowercase }}</td>\n <td class=\"govuk-table__cell capitalize whitespace-inherit\">{{ payment.method | lowercase}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{getAllocationStatus(payment)}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.status }}</td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length === 0\">\n <td class=\"govuk-table__cell\" colspan=\"7\">No payments recorded</td>\n </tbody>\n </table>\n\n <!-- remissions -->\n <h3 class=\"heading-medium\">Remissions</h3>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Remission reference</td>\n <td class=\"govuk-table__header\" scope=\"col\">Date created</td>\n <td class=\"govuk-table__header\" scope=\"col\">Remission code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Remission amount</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"remissions?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let remission of remissions\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.remission_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.hwf_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.fee_code }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"remissions?.length === 0\">\n <td class=\"govuk-table__cell\" colspan=\"5\">No remissions recorded</td>\n </tbody>\n </table>\n </div>\n </div>\n </div>\n\n <div *ngIf=\"takePayment && isTurnOff\">\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <h1 class=\"govuk-heading-xl\">Case transactions</h1>\n </div>\n\n <div class=\"govuk-grid-column-one-third\" align=\"right\" >\n <a [ngClass]=\"{ 'disable': !isAddFeeBtnEnabled} \" (click)=\"redirectToFeeSearchPage($event)\" class=\"button\">Add a new fee</a>\n </div>\n </div>\n\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds govuk-!-padding-bottom-6\">\n <h3 class=\"heading-medium\">CCD reference:</h3>\n <span> {{ ccdCaseNumber | ccdHyphens }}</span>\n </div>\n\n <div class=\"govuk-grid-column-full govuk-!-padding-bottom-3\">\n <hr class=\"govuk-section-break govuk-section-break--visible\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Total payments</td>\n <td class=\"govuk-table__header\" scope=\"col\">Total remissions</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount due</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"totalpayments govuk-table__row\">\n <td class=\"govuk-table__cell\">{{ totalPayments | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell\">{{ totalRemissions | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell\">{{ (totalFees - totalRemissions) - totalPayments | currency :'GBP':'symbol':'1.2-2'}}</td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n\n\n <!-- No fees start -->\n <div *ngIf=\"paymentGroups?.length === 0\">\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full\">\n <span class=\"heading-small\">Existing fees</span>\n </div>\n\n <div class=\"govuk-grid-column-full\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Description</td>\n <td class=\"govuk-table__header\" scope=\"col\">Volume</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Calculated amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Group amount outstanding</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No fees recorded</td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n </div>\n\n <!-- No fees end -->\n\n <div *ngFor=\"let paymentGroup of paymentGroups\">\n\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full govuk-grid-column-full--gr\">\n <span class=\"heading-medium\">Group reference: {{paymentGroup.payment_group_reference}}</span>\n </div>\n </div>\n <div class=\"govuk-grid-row\">\n\n <!--New Code start-->\n\n <div class=\"govuk-grid-column-full\">\n <span class=\"heading-small\">Exisiting fees</span>\n </div>\n <div class=feeclass>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Description</td>\n <td class=\"govuk-table__header\" scope=\"col\">Volume</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Calculated amount</td>\n <td class=\"groupamount govuk-table__header\" scope=\"col\">Group amount outstanding</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" >\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell govuk-table__cell--col1\">{{fee.code}}</td>\n <td class=\"govuk-table__cell govuk-table__cell--col2\"> {{fee.description}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col3 align-center\"> {{fee.volume? fee.volume : '-'}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col4\"> {{ fee.net_amount | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col5\"> {{fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col6 govuk-table__custom--col6\" [attr.rowspan]=\"paymentGroup.fees.length\" *ngIf=\"i==0\">\n {{getGroupOutstandingAmount(paymentGroup) | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.fees.length==0\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n </div>\n </div>\n <div class=\"govuk-inset-text govuk-inset-text__no-border\" *ngIf=\"paymentGroup.payments || paymentGroup.remissions\">\n <details>\n <summary class=\"govuk-hidetext\">\n <span class=\"summary\">Allocated payments and remissions</span>\n </summary>\n\n <div class=\"panel panel-border-narrow\">\n <!-- payments -->\n <span class=\"heading-medium\">Payments</span>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Payment reference</td>\n <td class=\"govuk-table__header\" scope=\"col\">Date created</td>\n <td class=\"govuk-table__header\" scope=\"col\">Channel</td>\n <td class=\"govuk-table__header\" scope=\"col\">Method</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Allocation status</td>\n <td class=\"govuk-table__header\" scope=\"col\">Status</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.payments?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let payment of paymentGroup.payments\">\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToPayementView(paymentGroup.payment_group_reference, payment.reference, payment.method)\">{{ payment.reference }}</a>\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"channel govuk-table__cell whitespace-inherit\">{{ payment.channel | lowercase }}</td>\n <td class=\"govuk-table__cell capitalize whitespace-inherit\">{{ payment.method | lowercase}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.amount }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{getAllocationStatus(payment)}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.status }}</td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.payments?.length === 0\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n\n <!-- remissions -->\n <span class=\"heading-medium\">Remissions</span>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Remission reference</td>\n <td class=\"govuk-table__header\" scope=\"col\">Date created</td>\n <td class=\"govuk-table__header\" scope=\"col\">Remission code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee applied against</td>\n <td class=\"govuk-table__header\" scope=\"col\">Remission amount</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.remissions?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let remission of paymentGroup.remissions\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.remission_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.date_created | date:'dd MMM' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.hwf_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.fee_code }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.hwf_amount }}</td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.remissions?.length === 0\">\n <td class=\"govuk-table__cell\" colspan=\"5\">No remissions recorded</td>\n </tbody>\n </table>\n </div>\n </details>\n\n\n <div *ngIf=\"takePayment\">\n <button type=\"submit\" (click)=\"loadFeeSummaryPage(paymentGroup)\"\n [disabled]=\"(getGroupOutstandingAmount(paymentGroup) <= 0 || isUnprocessedRecordSelected)\"\n [ngClass]='(getGroupOutstandingAmount(paymentGroup) <= 0 || isUnprocessedRecordSelected) ? \"govuk-button govuk-button--secondary govuk-button--disabled govuk-!-margin-right-1\" : \"govuk-button govuk-button--secondary govuk-!-margin-right-1\"'>\n Add telephone payment\n </button>\n </div>\n </div>\n </div>\n <ccpay-app-unprocessed-payments\n *ngIf=\"isBulkScanEnable\"\n [IS_BUTTON_ENABLE]=\"takePayment\"\n [LEVEL]=\"5\"\n [PAYMENTSLENGTH]=\"allPayments?.length\"\n [PAYMENTREF]=\"paymentRef\"\n [ISTURNOFF]=\"isTurnOff\"\n [ISSFENABLE]=\"isStrategicFixEnable\"\n [FEE_RECORDS_EXISTS]=\"isFeeRecordsExist\"\n (getUnprocessedFeeCount) = \"getUnprocessedFeeCount($event)\"\n [IS_OS_AMT_AVAILABLE]=\"isGrpOutstandingAmtPositive\"\n (selectedUnprocessedFeeEvent) = \"selectedUnprocessedFeeEvent($event)\">\n </ccpay-app-unprocessed-payments>\n <div class=\"govuk-grid-row govuk-grid__surplus-payments\" *ngIf=\"totalRefundAmount > 0 && takePayment\">\n <div class=\"govuk-grid-column-full govuk-grid__surplus-payments-col1\">\n <h3 class=\"heading-medium\">Surplus payments</h3>\n </div>\n <div class=\"govuk-grid-column-full\">\n Total surplus payments received: {{totalRefundAmount | currency :'GBP':'symbol':'1.2-2'}}\n </div>\n </div>\n </div>\n\n <div *ngIf=\"takePayment\">\n <ccpay-app-unprocessed-payments\n *ngIf=\"isBulkScanEnable && !takePayment\"\n [IS_BUTTON_ENABLE]=\"takePayment\"\n [LEVEL]=\"1\"\n [ISTURNOFF]=\"isTurnOff\"\n [ISSFENABLE]=\"isStrategicFixEnable\"\n [FEE_RECORDS_EXISTS]=\"isFeeRecordsExist\"\n [IS_OS_AMT_AVAILABLE]=\"isGrpOutstandingAmtPositive\"\n (getUnprocessedFeeCount) = \"getUnprocessedFeeCount($event)\"\n [PAYMENTSLENGTH]=\"allPayments?.length\"\n [PAYMENTREF]=\"paymentRef\"\n (selectedUnprocessedFeeEvent) = \"selectedUnprocessedFeeEvent($event)\">\n </ccpay-app-unprocessed-payments>\n </div>\n\n <div *ngIf=\"!takePayment\" class=\"govuk-grid-row govuk-grid__surplus-payments\">\n\n <div class=\"govuk-grid-column-full\">\n\n <span class=\"heading-medium\">Payments</span>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-13\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-10\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-14\" scope=\"col\">Date allocated</td>\n <td class=\"govuk-table__header col-20\" scope=\"col\">Request reference</td>\n <td class=\"govuk-table__header col-9\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let payment of allPayments\">\n <td class=\"govuk-table__cell col-13 whitespace-inherit\">{{ payment.status }}</td>\n <td class=\"govuk-table__cell col-10 whitespace-inherit\">{{ payment.amount | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell col-17 whitespace-inherit\">{{ payment.date_created | date:'dd MMM yyyy HH:mm:ss' }}</td>\n <td class=\"govuk-table__cell col-24 whitespace-inherit\">{{ payment.paymentGroupReference }}</td>\n <td class=\"govuk-table__cell col-13 whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToPayementView(payment.paymentGroupReference, payment.reference, payment.method)\">Review</a>\n </td>\n </tr>\n </tbody>\n\n </table>\n <ccpay-app-unprocessed-payments class=\"govuk-table\"\n *ngIf=\"isBulkScanEnable && !takePayment\"\n [IS_BUTTON_ENABLE]=\"takePayment\"\n [LEVEL]=\"2\"\n [ISTURNOFF]=\"isTurnOff\"\n [ISSFENABLE]=\"isStrategicFixEnable\"\n [FEE_RECORDS_EXISTS]=\"isFeeRecordsExist\"\n [IS_OS_AMT_AVAILABLE]=\"isGrpOutstandingAmtPositive\"\n [PAYMENTSLENGTH]=\"allPayments?.length\"\n [PAYMENTREF]=\"paymentRef\"\n (getUnprocessedFeeCount) = \"getUnprocessedFeeCount($event)\"\n (selectedUnprocessedFeeEvent) = \"selectedUnprocessedFeeEvent($event)\">\n </ccpay-app-unprocessed-payments>\n </div>\n </div>\n </ng-container>\n\n<!--Order Case Transactions Page-->\n <ng-container *ngIf=\"viewStatus === 'main' && !isTurnOff && takePayment\">\n <div>\n\n <div>\n <h1 class=\"govuk-grid-column-two-thirds govuk-heading-l govuk-!-margin-top-0\">Case transactions</h1>\n <ng-container *ngIf='!isExceptionRecord' class=\" govuk-!-margin-bottom-6 alignself\">\n <b> Case reference: </b>{{ ccdCaseNumber | ccdHyphens }}\n </ng-container>\n <ng-container *ngIf='isExceptionRecord' class=\"govuk-!-margin-bottom-3 col-55 alignself\" >\n <b> Exception reference:</b>{{ ccdCaseNumber | ccdHyphens }}\n </ng-container>\n <div>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-25\" scope=\"col\">Total payments</td>\n <td class=\"govuk-table__header govuk-table__header--custom col-25\" scope=\"col\" *ngIf=\"isBulkScanEnable\">Unallocated payments</td>\n <td class=\"govuk-table__header col-25\" scope=\"col\">Total remissions</td>\n <td class=\"govuk-table__header col-25\" scope=\"col\">Amount due</td>\n\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"totalpayments govuk-table__row\">\n <td class=\"govuk-table__cell summary-table-font\">{{ totalPayments | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell case-transaction__color summary-table-font\" *ngIf=\"isBulkScanEnable\">{{unprocessedRecordCount}}</td>\n\n <td class=\"govuk-table__cell summary-table-font\">{{ totalRemissions | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell summary-table-font\">{{ clAmountDue | currency :'GBP':'symbol':'1.2-2'}}</td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='ORDERIDDETAILS'>\n\n <!--Payment Request-->\n <div class=\"paymentrequest\">\n <span class=\"heading-medium\">Service requests</span>\n <ng-container>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-14\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-10\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-18\" scope=\"col\">Party</td>\n <td class=\"govuk-table__header col-21\" scope=\"col\">Request reference</td>\n <td class=\"govuk-table__header col-9\" scope=\"col\"></td>\n <td class=\"govuk-table__header col\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"orderLevelFees?.length > 0\">\n <tr *ngFor=\"let orderRef of orderLevelFees;let i = index;\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{orderRef.orderStatus}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ orderRef.orderTotalFees | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td *ngIf=\"cpoDetails !== null\" class=\"govuk-table__cell whitespace-inherit\">{{cpoDetails['responsibleParty']}}</td>\n <td *ngIf=\"cpoDetails === null\" class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{orderRef.orderRefId}}</td>\n <td class=\"govuk-table__cell\">\n <a href=\"javascript:void(0)\" (click)=\"goToOrderViewDetailSection(orderRef)\">Review</a>\n </td>\n <td class=\"alignright\">\n\n <button type=\"submit\" (click)=\"redirectToOrderFeeSearchPage($event,orderRef)\"\n [disabled]=\"!orderRef.orderAddBtnEnable\"\n [ngClass]='!orderRef.orderAddBtnEnable ? \"govuk-button govuk-button--secondary govuk-button--disabled govuk-!-margin-right-1\" : \"govuk-button govuk-button--secondary govuk-!-margin-right-1\"'>\n Take telephony payment\n </button></td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body alignleft\" *ngIf=\"orderLevelFees?.length === 0\">\n <td colspan=\"6\">No service requests on this case.</td>\n </tbody>\n </table>\n </ng-container>\n <!-- <ng-container *ngIf=\"orderLevelFees?.length === 0\">\n <br/>No service requests on this case.<br/>\n </ng-container> -->\n <span>\n <br/>\n <a (click)=\"redirectToFeeSearchPage($event)\"\n [class.disabled]=\"!isAddFeeBtnEnabled\">Create service request and pay</a><br/>\n </span>\n </div>\n <div>\n <span class=\"heading-medium\"><br/>Payments</span>\n <ccpay-app-unprocessed-payments\n *ngIf=\"isBulkScanEnable\"\n [IS_BUTTON_ENABLE]=\"takePayment\"\n [LEVEL]=\"3\"\n [PAYMENTSLENGTH]=\"allPayments?.length\"\n [ISTURNOFF]=\"isTurnOff\"\n [ISSFENABLE]=\"isStrategicFixEnable\"\n [PAYMENTREF]=\"paymentRef\"\n [FEE_RECORDS_EXISTS]=\"isFeeRecordsExist\"\n (getUnprocessedFeeCount) = \"getUnprocessedFeeCount($event)\"\n [IS_OS_AMT_AVAILABLE]=\"isGrpOutstandingAmtPositive\"\n (selectedUnprocessedFeeEvent) = \"selectedUnprocessedFeeEvent($event)\">\n </ccpay-app-unprocessed-payments>\n\n <ng-container>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let payment of allPayments\">\n <td class=\"govuk-table__cell col-14 whitespace-inherit\">{{ payment.status }}</td>\n <td class=\"govuk-table__cell col-10 whitespace-inherit\">{{ payment.amount | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell col-17 whitespace-inherit\">{{ payment.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"govuk-table__cell col-24 whitespace-inherit\">{{ payment.paymentGroupReference }}</td>\n <td class=\"govuk-table__cell col-13 whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToPayementView(payment.paymentGroupReference, payment.reference, payment.method)\">Review</a>\n </td>\n </tr>\n </tbody>\n\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length === 0 && unprocessedRecordCount <= 0\">\n <td colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n\n </ng-container>\n\n </div>\n <div *ngIf=\"!check4AllowedRoles2AccessPBApayment()\">\n <span class=\"heading-medium\"><br/>Refunds</span>\n <ccpay-refund-status\n [ccdCaseNumber]=\"ccdCaseNumber\"\n [isTurnOff]=\"isTurnOff\"\n [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" \n [isEliginbleToAccess] = check4AllowedRoles2AccessRefund()\n ></ccpay-refund-status>\n </div>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"!takePayment && viewStatus === 'main'\">\n <div class=\"govuk-grid-column-full\" [ngClass]='serviceRequestValue!== \"false\" ? \"govuk-margin-btm-20px\" : \"\"'>\n <!-- <span *ngIf=\"serviceRequestValue === 'false'\" class=\"heading-medium\">Service requests</span> -->\n <ng-container *ngIf=\"!(orderLevelFees?.length === 0 && !isAnyFeeGroupAvilable) && serviceRequestValue !== 'false' \">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-14\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-18\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-18\" scope=\"col\">Party</td>\n <td class=\"govuk-table__header col-24\" scope=\"col\">Request reference\t</td>\n <td class=\"govuk-table__header col-9\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"orderLevelFees?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let orderRef of orderLevelFees;let i = index;\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{orderRef.orderStatus}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{orderRef.orderTotalFees | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td *ngIf=\"cpoDetails !== null\" class=\"govuk-table__cell whitespace-inherit\">{{cpoDetails['responsibleParty']}}</td>\n <td *ngIf=\"cpoDetails === null\" class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{orderRef.orderRefId}}</td>\n <td class=\"govuk-table__cell of-visible\"> <a href=\"javascript:void(0)\" (click)=\"loadPBAAccountPage(orderRef)\" *ngIf=\"serviceRequestValue !== 'false' && check4AllowedRoles2AccessPBApayment() && orderRef.orderStatus === 'Not paid'\"> Pay now</a></td>\n <td class=\"govuk-table__cell\">\n <a href=\"javascript:void(0)\" (click)=\"goToOrderViewDetailSection(orderRef)\">Review</a>\n </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"orderLevelFees?.length === 0 && serviceRequestValue === 'false'\">\n <tr class=\"govuk-table__row\" >\n <td class=\"alignleft\" colspan=\"7\">No service requests on this case.</td>\n </tr>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"orderLevelFees?.length === 0 && serviceRequestValue !== 'false' && !isAnyFeeGroupAvilable\">\n <h1 class=\"govuk-heading-l govuk-heading-lw\">If you are expecting to pay and are not able to see a service request,</h1>\n <p>please refresh and try in some time.</p>\n </ng-container>\n\n <!-- </div> -->\n\n </div>\n\n <div class=\"govuk-grid-column-full\">\n <div *ngIf=\"serviceRequestValue === 'false'\">\n <span class=\"heading-medium\"><br/>Payments</span>\n <ng-container >\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-14\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-10\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-17\" scope=\"col\">Date</td>\n <td class=\"govuk-table__header col-24\" scope=\"col\">Payment reference</td>\n <td class=\"govuk-table__header col-13\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let payment of allPayments\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.status }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.amount | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment?.reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToPayementView(payment.paymentGroupReference, payment.reference, payment.method)\">Review</a>\n </td>\n </tr>\n </tbody>\n\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length === 0\">\n <td colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n <ccpay-app-unprocessed-payments class=\"govuk-table\"\n *ngIf=\"isBulkScanEnable && !takePayment\"\n [IS_BUTTON_ENABLE]=\"takePayment\"\n [LEVEL]=\"4\"\n [ISTURNOFF]=\"isTurnOff\"\n [ISSFENABLE]=\"isStrategicFixEnable\"\n [PAYMENTSLENGTH]=\"allPayments?.length\"\n [PAYMENTREF]=\"paymentRef\"\n (getUnprocessedFeeCount) = \"getUnprocessedFeeCount($event)\"\n [FEE_RECORDS_EXISTS]=\"isAnyFeeGroupAvilable\"\n [IS_OS_AMT_AVAILABLE]=\"isGrpOutstandingAmtPositive\"\n (selectedUnprocessedFeeEvent) = \"selectedUnprocessedFeeEvent($event)\">\n </ccpay-app-unprocessed-payments>\n </ng-container>\n\n </div>\n </div>\n <div class=\"govuk-grid-column-full\" *ngIf=\"!check4AllowedRoles2AccessPBApayment()\">\n <span class=\"heading-medium\"><br/>Refunds</span>\n <ccpay-refund-status \n [ccdCaseNumber]=\"ccdCaseNumber\"\n [isEliginbleToAccess] = check4AllowedRoles2AccessRefund()\n ></ccpay-refund-status>\n </div>\n\n </ng-container>\n\n\n<input #myInput type='hidden' class='iFrameDrivenImageValue' value='FEEREMOVALCONFIRMATION_2'>\n\n<!-- Order Full View Details-->\n<ng-container *ngIf=\"viewStatus === 'order-full-view'\">\n <ccpay-service-request\n [viewStatus] = \"viewStatus\"\n [orderRef] = \"orderRef\"\n [orderStatus] = \"orderStatus\"\n [orderCreated] = \"orderCreated\"\n [orderParty] = \"orderParty\"\n [orderCCDEvent] = \"orderCCDEvent\"\n [orderDetail] = \"orderDetail\"\n [LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"\n [ccdCaseNumber] = \"ccdCaseNumber\"\n [orderFeesTotal] = \"orderFeesTotal\"\n [orderTotalPayments] = \"orderTotalPayments\"\n [orderRemissionTotal] = \"orderRemissionTotal\"\n [isServiceRequest] = \"serviceRequestValue\"\n (goToServiceRquestComponent) = \"goToServiceRequestPage()\"\n ></ccpay-service-request>\n\n</ng-container>\n<ccpay-add-remission *ngIf=\"viewStatus === 'addremission' && feeId\"\n[isTurnOff]=\"isTurnOff\"\n[isStrategicFixEnable]=\"isStrategicFixEnable\"\n[viewCompStatus]= \"viewStatus\"\n[fee]=\"feeId\"\n[orderStatus] =\"orderStatus\"\n[paidAmount]= \"orderTotalPayments\"\n[isRefundRemission]=\"isRefundRemission\"\n[caseType]=\"caseType\"\n[paymentGroupRef]=\"orderRef\"\n[isFromServiceRequestPage] = \"true\"\n[payment] = \"payment\"\n[ccdCaseNumber]=\"ccdCaseNumber\"></ccpay-add-remission>\n\n<ccpay-add-remission *ngIf=\"viewStatus === 'issuerefund' && payment\"\n[isTurnOff]=\"isTurnOff\"\n[isStrategicFixEnable]=\"isStrategicFixEnable\"\n[viewCompStatus]= \"viewStatus\"\n[isFromServiceRequestPage] = \"true\"\n[payment]=\"payment\"\n[orderStatus] =\"orderStatus\"\n[paidAmount]= \"orderTotalPayments\"\n[isRefundRemission]=\"isRefundRemission\"\n[caseType]=\"caseType\"\n[paymentGroupRef]=\"orderRef\"\n[ccdCaseNumber]=\"ccdCaseNumber\"></ccpay-add-remission>\n\n<ccpay-add-remission *ngIf=\"viewStatus === 'addrefundforremission' && payment\"\n[isTurnOff]=\"isTurnOff\"\n[isStrategicFixEnable]=\"isStrategicFixEnable\"\n[viewCompStatus]= \"viewStatus\"\n[payment]=\"payment\"\n[orderStatus] =\"orderStatus\"\n[paidAmount]= \"orderTotalPayments\"\n[isRefundRemission]=\"isRefundRemission\"\n[caseType]=\"caseType\"\n[feeamount]=\"remissionFeeAmt\"\n[remission] = \"remissions\"\n[isFromServiceRequestPage]=\"true\"\n[ccdCaseNumber]=\"ccdCaseNumber\"></ccpay-add-remission>\n\n<ng-container *ngIf=\"viewStatus === 'feeRemovalConfirmation'\">\n <div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n Are you sure you want to delete this fee?\n </strong>\n </div>\n <div class=\"govuk-button-grb\">\n <form novalidate>\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"cancelRemoval()\">\n Cancel\n </button>\n <button type=\"submit\" class=\"button\"\n [disabled]=\"isRemoveBtnDisabled\"\n [ngClass]='isRemoveBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'\n (click)=\"removeFee(feeId)\">\n Remove\n </button>\n </form>\n </div>\n</ng-container>\n\n</main>\n</div>\n",
|
|
4551
|
+
template: "<div class=\"govuk-width-container\">\n\n <main class=\"govuk-main-wrapper\">\n <ng-container *ngIf=\"viewStatus === 'main1'\">\n <div *ngIf=\"viewStatus === 'main1'&& !isTurnOff && takePayment\">\n <div *ngIf=\"takePayment\" class=\"govuk-grid-row\">\n\n <div class=\"govuk-grid-column-two-thirds\">\n <h1 class=\"govuk-heading-xl\">Case transactions</h1>\n </div>\n </div>\n\n <div *ngIf=\"takePayment\" class=\"govuk-grid-row\">\n <div *ngIf='!isExceptionRecord' class=\"govuk-grid-column-two-thirds govuk-!-padding-bottom-6 govuk-!-padding-top-6\">\n <h3 class=\"heading-medium\">CCD reference:</h3>\n <span> {{ ccdCaseNumber | ccdHyphens }}</span>\n </div>\n\n <div *ngIf='isExceptionRecord' class=\"govuk-grid-column-two-thirds govuk-!-padding-bottom-6 govuk-!-padding-top-6\">\n <h3 class=\"heading-medium\">Exception reference:</h3>\n <span> {{ ccdCaseNumber | ccdHyphens }}</span>\n </div>\n <div class=\"govuk-grid-column-full govuk-!-padding-bottom-3\">\n <hr class=\"govuk-section-break govuk-section-break--visible\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Total payments</td>\n <td class=\"govuk-table__header\" scope=\"col\">Total remissions</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount due</td>\n <td class=\"govuk-table__header govuk-table__header--custom\" scope=\"col\" *ngIf=\"isBulkScanEnable\">Unallocated payments</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"totalpayments govuk-table__row\">\n <td class=\"govuk-table__cell summary-table-font\">{{ totalPayments | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell summary-table-font\">{{ totalRemissions | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell summary-table-font\">{{ clAmountDue | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td class=\"govuk-table__cell case-transaction__color summary-table-font\" *ngIf=\"isBulkScanEnable\">{{unprocessedRecordCount}}</td>\n </tr>\n </tbody>\n </table>\n </div>\n\n <div class=\"govuk-grid-column-two-thirds\" *ngIf=\"takePayment\">\n <button type=\"submit\" (click)=\"redirectToFeeSearchPage($event)\"\n [disabled]=\"!isAddFeeBtnEnabled\"\n [ngClass]='!isAddFeeBtnEnabled ? \"govuk-button govuk-button--secondary govuk-button--disabled govuk-!-margin-right-1\" : \"govuk-button govuk-button--secondary govuk-!-margin-right-1\"'>\n Take telephony payment\n </button>\n </div>\n\n </div>\n <div class=\"govuk-grid-row\">\n\n </div>\n <div *ngIf=\"takePayment\" class=\" govuk-!-margin-top-9\">\n\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full\">\n <h3 class=\"heading-medium\">Fees</h3>\n </div>\n <div class=\"govuk-grid-column-full\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Description</td>\n <td class=\"govuk-table__header\" scope=\"col\">Volume</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Calculated amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount due</td>\n <td class=\"govuk-table__header\" scope=\"col\">Action</td>\n\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngFor=\"let paymentGroup of paymentGroups;\">\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell\">\t{{fee.code}} </td>\n <td class=\"govuk-table__cell\">{{fee.description}}</td>\n <td class=\"govuk-table__cell\">{{fee.volume? fee.volume : '-'}}</td>\n <td class=\"govuk-table__cell\">{{ fee.net_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"govuk-table__cell\">{{fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\" [attr.rowspan]=\"paymentGroup.fees.length\" *ngIf=\"paymentGroup.old && i==0\"> {{getGroupOutstandingAmount(paymentGroup)| currency:'GBP':'symbol-narrow':'1.2-2'}}* </td>\n <td class=\"govuk-table__cell\" *ngIf=\"!paymentGroup.old\"> {{calculateAmountDue(fee) | currency:'GBP':'symbol-narrow':'1.2-2'}} </td>\n <td class=\"govuk-table__cell\" *ngIf=\"!paymentGroup.old\">\n <a (click)=\"confirmRemoveFee(fee.id)\" [ngClass]='!isCheckAmountdueExist(fee.amount_due) || fee.remissions ? \"disable-link\" : \"\"'>Remove</a>\n </td>\n <td class=\"govuk-table__cell\" *ngIf=\"paymentGroup.old\">\n <a (click)=\"confirmRemoveFee(fee.id)\" [ngClass]='paymentGroup.payments?.length > 0 || paymentGroup.remissions?.length > 0 ? \"disable-link\" : \"\"'>Remove</a>\n </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroups?.length === 0\">\n <tr class=\"govuk-table__row\" >\n <td class=\"govuk-table__cell\" colspan=\"7\">No fees recorded</td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n <div class=\"hmcts-banner\" *ngIf=\"isHistoricGroupAvailable\">\n <svg class=\"hmcts-banner__icon\" fill=\"currentColor\" role=\"presentation\" focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 25 25\" height=\"25\" width=\"25\">\n <path d=\"M13.7,18.5h-2.4v-2.4h2.4V18.5z M12.5,13.7c-0.7,0-1.2-0.5-1.2-1.2V7.7c0-0.7,0.5-1.2,1.2-1.2s1.2,0.5,1.2,1.2v4.8\n C13.7,13.2,13.2,13.7,12.5,13.7z M12.5,0.5c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S19.1,0.5,12.5,0.5z\"></path>\n </svg>\n <div class=\"hmcts-banner__message\">\n <span class=\"hmcts-banner__assistive\">information</span>\n * These fees have already been processed offline. Check the notes in CCD for more information.\n </div>\n </div>\n <div class=\"panel panel-no--style\" *ngIf=\"allPayments?.length > 0 || remissions?.length > 0\">\n <!-- payments -->\n <h3 class=\"heading-medium\">Payments</h3>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-28\" scope=\"col\">Payment reference</td>\n <td class=\"govuk-table__header\" scope=\"col\">Date created</td>\n <td class=\"govuk-table__header\" scope=\"col\">Channel</td>\n <td class=\"govuk-table__header\" scope=\"col\">Method</td>\n <td class=\"govuk-table__header col-15\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Allocation status</td>\n <td class=\"govuk-table__header\" scope=\"col\">Payment status</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let payment of allPayments\">\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToPayementView(payment.paymentGroupReference, payment.reference, payment.method)\">{{ payment.reference }}</a>\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"channel govuk-table__cell whitespace-inherit\">{{ payment.channel | lowercase }}</td>\n <td class=\"govuk-table__cell capitalize whitespace-inherit\">{{ payment.method | lowercase}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{getAllocationStatus(payment)}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.status }}</td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length === 0\">\n <td class=\"govuk-table__cell\" colspan=\"7\">No payments recorded</td>\n </tbody>\n </table>\n\n <!-- remissions -->\n <h3 class=\"heading-medium\">Remissions</h3>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Remission reference</td>\n <td class=\"govuk-table__header\" scope=\"col\">Date created</td>\n <td class=\"govuk-table__header\" scope=\"col\">Remission code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Remission amount</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"remissions?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let remission of remissions\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.remission_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.hwf_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.fee_code }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"remissions?.length === 0\">\n <td class=\"govuk-table__cell\" colspan=\"5\">No remissions recorded</td>\n </tbody>\n </table>\n </div>\n </div>\n </div>\n\n <div *ngIf=\"takePayment && isTurnOff\">\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <h1 class=\"govuk-heading-xl\">Case transactions</h1>\n </div>\n\n <div class=\"govuk-grid-column-one-third\" align=\"right\" >\n <a [ngClass]=\"{ 'disable': !isAddFeeBtnEnabled} \" (click)=\"redirectToFeeSearchPage($event)\" class=\"button\">Add a new fee</a>\n </div>\n </div>\n\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds govuk-!-padding-bottom-6\">\n <h3 class=\"heading-medium\">CCD reference:</h3>\n <span> {{ ccdCaseNumber | ccdHyphens }}</span>\n </div>\n\n <div class=\"govuk-grid-column-full govuk-!-padding-bottom-3\">\n <hr class=\"govuk-section-break govuk-section-break--visible\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Total payments</td>\n <td class=\"govuk-table__header\" scope=\"col\">Total remissions</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount due</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"totalpayments govuk-table__row\">\n <td class=\"govuk-table__cell\">{{ totalPayments | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell\">{{ totalRemissions | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell\">{{ (totalFees - totalRemissions) - totalPayments | currency :'GBP':'symbol':'1.2-2'}}</td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n\n\n <!-- No fees start -->\n <div *ngIf=\"paymentGroups?.length === 0\">\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full\">\n <span class=\"heading-small\">Existing fees</span>\n </div>\n\n <div class=\"govuk-grid-column-full\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Description</td>\n <td class=\"govuk-table__header\" scope=\"col\">Volume</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Calculated amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Group amount outstanding</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No fees recorded</td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n </div>\n\n <!-- No fees end -->\n\n <div *ngFor=\"let paymentGroup of paymentGroups\">\n\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full govuk-grid-column-full--gr\">\n <span class=\"heading-medium\">Group reference: {{paymentGroup.payment_group_reference}}</span>\n </div>\n </div>\n <div class=\"govuk-grid-row\">\n\n <!--New Code start-->\n\n <div class=\"govuk-grid-column-full\">\n <span class=\"heading-small\">Exisiting fees</span>\n </div>\n <div class=feeclass>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Description</td>\n <td class=\"govuk-table__header\" scope=\"col\">Volume</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Calculated amount</td>\n <td class=\"groupamount govuk-table__header\" scope=\"col\">Group amount outstanding</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" >\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell govuk-table__cell--col1\">{{fee.code}}</td>\n <td class=\"govuk-table__cell govuk-table__cell--col2\"> {{fee.description}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col3 align-center\"> {{fee.volume? fee.volume : '-'}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col4\"> {{ fee.net_amount | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col5\"> {{fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col6 govuk-table__custom--col6\" [attr.rowspan]=\"paymentGroup.fees.length\" *ngIf=\"i==0\">\n {{getGroupOutstandingAmount(paymentGroup) | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.fees.length==0\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n </div>\n </div>\n <div class=\"govuk-inset-text govuk-inset-text__no-border\" *ngIf=\"paymentGroup.payments || paymentGroup.remissions\">\n <details>\n <summary class=\"govuk-hidetext\">\n <span class=\"summary\">Allocated payments and remissions</span>\n </summary>\n\n <div class=\"panel panel-border-narrow\">\n <!-- payments -->\n <span class=\"heading-medium\">Payments</span>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Payment reference</td>\n <td class=\"govuk-table__header\" scope=\"col\">Date created</td>\n <td class=\"govuk-table__header\" scope=\"col\">Channel</td>\n <td class=\"govuk-table__header\" scope=\"col\">Method</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Allocation status</td>\n <td class=\"govuk-table__header\" scope=\"col\">Status</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.payments?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let payment of paymentGroup.payments\">\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToPayementView(paymentGroup.payment_group_reference, payment.reference, payment.method)\">{{ payment.reference }}</a>\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"channel govuk-table__cell whitespace-inherit\">{{ payment.channel | lowercase }}</td>\n <td class=\"govuk-table__cell capitalize whitespace-inherit\">{{ payment.method | lowercase}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.amount }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{getAllocationStatus(payment)}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.status }}</td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.payments?.length === 0\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n\n <!-- remissions -->\n <span class=\"heading-medium\">Remissions</span>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Remission reference</td>\n <td class=\"govuk-table__header\" scope=\"col\">Date created</td>\n <td class=\"govuk-table__header\" scope=\"col\">Remission code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee applied against</td>\n <td class=\"govuk-table__header\" scope=\"col\">Remission amount</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.remissions?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let remission of paymentGroup.remissions\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.remission_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.date_created | date:'dd MMM' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.hwf_reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.fee_code }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ remission.hwf_amount }}</td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.remissions?.length === 0\">\n <td class=\"govuk-table__cell\" colspan=\"5\">No remissions recorded</td>\n </tbody>\n </table>\n </div>\n </details>\n\n\n <div *ngIf=\"takePayment\">\n <button type=\"submit\" (click)=\"loadFeeSummaryPage(paymentGroup)\"\n [disabled]=\"(getGroupOutstandingAmount(paymentGroup) <= 0 || isUnprocessedRecordSelected)\"\n [ngClass]='(getGroupOutstandingAmount(paymentGroup) <= 0 || isUnprocessedRecordSelected) ? \"govuk-button govuk-button--secondary govuk-button--disabled govuk-!-margin-right-1\" : \"govuk-button govuk-button--secondary govuk-!-margin-right-1\"'>\n Add telephone payment\n </button>\n </div>\n </div>\n </div>\n <ccpay-app-unprocessed-payments\n *ngIf=\"isBulkScanEnable\"\n [IS_BUTTON_ENABLE]=\"takePayment\"\n [LEVEL]=\"5\"\n [PAYMENTSLENGTH]=\"allPayments?.length\"\n [PAYMENTREF]=\"paymentRef\"\n [ISTURNOFF]=\"isTurnOff\"\n [ISSFENABLE]=\"isStrategicFixEnable\"\n [FEE_RECORDS_EXISTS]=\"isFeeRecordsExist\"\n (getUnprocessedFeeCount) = \"getUnprocessedFeeCount($event)\"\n [IS_OS_AMT_AVAILABLE]=\"isGrpOutstandingAmtPositive\"\n (selectedUnprocessedFeeEvent) = \"selectedUnprocessedFeeEvent($event)\">\n </ccpay-app-unprocessed-payments>\n <div class=\"govuk-grid-row govuk-grid__surplus-payments\" *ngIf=\"totalRefundAmount > 0 && takePayment\">\n <div class=\"govuk-grid-column-full govuk-grid__surplus-payments-col1\">\n <h3 class=\"heading-medium\">Surplus payments</h3>\n </div>\n <div class=\"govuk-grid-column-full\">\n Total surplus payments received: {{totalRefundAmount | currency :'GBP':'symbol':'1.2-2'}}\n </div>\n </div>\n </div>\n\n <div *ngIf=\"takePayment\">\n <ccpay-app-unprocessed-payments\n *ngIf=\"isBulkScanEnable && !takePayment\"\n [IS_BUTTON_ENABLE]=\"takePayment\"\n [LEVEL]=\"1\"\n [ISTURNOFF]=\"isTurnOff\"\n [ISSFENABLE]=\"isStrategicFixEnable\"\n [FEE_RECORDS_EXISTS]=\"isFeeRecordsExist\"\n [IS_OS_AMT_AVAILABLE]=\"isGrpOutstandingAmtPositive\"\n (getUnprocessedFeeCount) = \"getUnprocessedFeeCount($event)\"\n [PAYMENTSLENGTH]=\"allPayments?.length\"\n [PAYMENTREF]=\"paymentRef\"\n (selectedUnprocessedFeeEvent) = \"selectedUnprocessedFeeEvent($event)\">\n </ccpay-app-unprocessed-payments>\n </div>\n\n <div *ngIf=\"!takePayment\" class=\"govuk-grid-row govuk-grid__surplus-payments\">\n\n <div class=\"govuk-grid-column-full\">\n\n <span class=\"heading-medium\">Payments</span>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-13\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-10\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-14\" scope=\"col\">Date allocated</td>\n <td class=\"govuk-table__header col-20\" scope=\"col\">Request reference</td>\n <td class=\"govuk-table__header col-9\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let payment of allPayments\">\n <td class=\"govuk-table__cell col-13 whitespace-inherit\">{{ payment.status }}</td>\n <td class=\"govuk-table__cell col-10 whitespace-inherit\">{{ payment.amount | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell col-17 whitespace-inherit\">{{ payment.date_created | date:'dd MMM yyyy HH:mm:ss' }}</td>\n <td class=\"govuk-table__cell col-24 whitespace-inherit\">{{ payment.paymentGroupReference }}</td>\n <td class=\"govuk-table__cell col-13 whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToPayementView(payment.paymentGroupReference, payment.reference, payment.method)\">Review</a>\n </td>\n </tr>\n </tbody>\n\n </table>\n <ccpay-app-unprocessed-payments class=\"govuk-table\"\n *ngIf=\"isBulkScanEnable && !takePayment\"\n [IS_BUTTON_ENABLE]=\"takePayment\"\n [LEVEL]=\"2\"\n [ISTURNOFF]=\"isTurnOff\"\n [ISSFENABLE]=\"isStrategicFixEnable\"\n [FEE_RECORDS_EXISTS]=\"isFeeRecordsExist\"\n [IS_OS_AMT_AVAILABLE]=\"isGrpOutstandingAmtPositive\"\n [PAYMENTSLENGTH]=\"allPayments?.length\"\n [PAYMENTREF]=\"paymentRef\"\n (getUnprocessedFeeCount) = \"getUnprocessedFeeCount($event)\"\n (selectedUnprocessedFeeEvent) = \"selectedUnprocessedFeeEvent($event)\">\n </ccpay-app-unprocessed-payments>\n </div>\n </div>\n </ng-container>\n\n<!--Order Case Transactions Page-->\n <ng-container *ngIf=\"viewStatus === 'main' && !isTurnOff && takePayment\">\n <div>\n\n <div>\n <h1 class=\"govuk-grid-column-two-thirds govuk-heading-l govuk-!-margin-top-0\">Case transactions</h1>\n <ng-container *ngIf='!isExceptionRecord' class=\" govuk-!-margin-bottom-6 alignself\">\n <b> Case reference: </b>{{ ccdCaseNumber | ccdHyphens }}\n </ng-container>\n <ng-container *ngIf='isExceptionRecord' class=\"govuk-!-margin-bottom-3 col-55 alignself\" >\n <b> Exception reference:</b>{{ ccdCaseNumber | ccdHyphens }}\n </ng-container>\n <div>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-25\" scope=\"col\">Total payments</td>\n <td class=\"govuk-table__header govuk-table__header--custom col-25\" scope=\"col\" *ngIf=\"isBulkScanEnable\">Unallocated payments</td>\n <td class=\"govuk-table__header col-25\" scope=\"col\">Total remissions</td>\n <td class=\"govuk-table__header col-25\" scope=\"col\">Amount due</td>\n\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"totalpayments govuk-table__row\">\n <td class=\"govuk-table__cell summary-table-font\">{{ totalPayments | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell case-transaction__color summary-table-font\" *ngIf=\"isBulkScanEnable\">{{unprocessedRecordCount}}</td>\n\n <td class=\"govuk-table__cell summary-table-font\">{{ totalRemissions | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell summary-table-font\">{{ clAmountDue | currency :'GBP':'symbol':'1.2-2'}}</td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='ORDERIDDETAILS'>\n\n <!--Payment Request-->\n <div class=\"paymentrequest\">\n <span class=\"heading-medium\">Service requests</span>\n <ng-container>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-14\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-10\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-18\" scope=\"col\">Party</td>\n <td class=\"govuk-table__header col-21\" scope=\"col\">Request reference</td>\n <td class=\"govuk-table__header col-9\" scope=\"col\"></td>\n <td class=\"govuk-table__header col\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"orderLevelFees?.length > 0\">\n <tr *ngFor=\"let orderRef of orderLevelFees;let i = index;\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{orderRef.orderStatus}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ orderRef.orderTotalFees | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td *ngIf=\"cpoDetails !== null\" class=\"govuk-table__cell whitespace-inherit\">{{cpoDetails['responsibleParty']}}</td>\n <td *ngIf=\"cpoDetails === null\" class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{orderRef.orderRefId}}</td>\n <td class=\"govuk-table__cell\">\n <a href=\"javascript:void(0)\" (click)=\"goToOrderViewDetailSection(orderRef)\">Review</a>\n </td>\n <td class=\"alignright\">\n\n <button type=\"submit\" (click)=\"redirectToOrderFeeSearchPage($event,orderRef)\"\n [disabled]=\"!orderRef.orderAddBtnEnable\"\n [ngClass]='!orderRef.orderAddBtnEnable ? \"govuk-button govuk-button--secondary govuk-button--disabled govuk-!-margin-right-1\" : \"govuk-button govuk-button--secondary govuk-!-margin-right-1\"'>\n Take telephony payment\n </button></td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body alignleft\" *ngIf=\"orderLevelFees?.length === 0\">\n <td colspan=\"6\">No service requests on this case.</td>\n </tbody>\n </table>\n </ng-container>\n <!-- <ng-container *ngIf=\"orderLevelFees?.length === 0\">\n <br/>No service requests on this case.<br/>\n </ng-container> -->\n <span>\n <br/>\n <a (click)=\"redirectToFeeSearchPage($event)\"\n [class.disabled]=\"!isAddFeeBtnEnabled\">Create service request and pay</a><br/>\n </span>\n </div>\n <div>\n <span class=\"heading-medium\"><br/>Payments</span>\n <ccpay-app-unprocessed-payments\n *ngIf=\"isBulkScanEnable\"\n [IS_BUTTON_ENABLE]=\"takePayment\"\n [LEVEL]=\"3\"\n [PAYMENTSLENGTH]=\"allPayments?.length\"\n [ISTURNOFF]=\"isTurnOff\"\n [ISSFENABLE]=\"isStrategicFixEnable\"\n [PAYMENTREF]=\"paymentRef\"\n [FEE_RECORDS_EXISTS]=\"isFeeRecordsExist\"\n (getUnprocessedFeeCount) = \"getUnprocessedFeeCount($event)\"\n [IS_OS_AMT_AVAILABLE]=\"isGrpOutstandingAmtPositive\"\n (selectedUnprocessedFeeEvent) = \"selectedUnprocessedFeeEvent($event)\">\n </ccpay-app-unprocessed-payments>\n\n <ng-container>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let payment of allPayments\">\n <td class=\"govuk-table__cell col-14 whitespace-inherit\">{{ payment.status }}</td>\n <td class=\"govuk-table__cell col-10 whitespace-inherit\">{{ payment.amount | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell col-17 whitespace-inherit\">{{ payment.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"govuk-table__cell col-24 whitespace-inherit\">{{ payment.paymentGroupReference }}</td>\n <td class=\"govuk-table__cell col-13 whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToPayementView(payment.paymentGroupReference, payment.reference, payment.method)\">Review</a>\n </td>\n </tr>\n </tbody>\n\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length === 0 && unprocessedRecordCount <= 0\">\n <td colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n\n </ng-container>\n\n </div>\n <div *ngIf=\"!check4AllowedRoles2AccessPBApayment()\">\n <span class=\"heading-medium\"><br/>Refunds</span>\n <ccpay-refund-status\n [ccdCaseNumber]=\"ccdCaseNumber\"\n [isTurnOff]=\"isTurnOff\"\n [LOGGEDINUSERROLES]=\"LOGGEDINUSERROLES\" \n [isEliginbleToAccess] = check4AllowedRoles2AccessRefund()\n ></ccpay-refund-status>\n </div>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"!takePayment && viewStatus === 'main'\">\n <div class=\"govuk-grid-column-full\" [ngClass]='serviceRequestValue!== \"false\" ? \"govuk-margin-btm-20px\" : \"\"'>\n <!-- <span *ngIf=\"serviceRequestValue === 'false'\" class=\"heading-medium\">Service requests</span> -->\n <ng-container *ngIf=\"!(orderLevelFees?.length === 0 && !isAnyFeeGroupAvilable) && serviceRequestValue !== 'false' \">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-14\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-18\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-18\" scope=\"col\">Party</td>\n <td class=\"govuk-table__header col-24\" scope=\"col\">Request reference\t</td>\n <td class=\"govuk-table__header col-9\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"orderLevelFees?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let orderRef of orderLevelFees;let i = index;\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{orderRef.orderStatus}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{orderRef.orderTotalFees | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td *ngIf=\"cpoDetails !== null\" class=\"govuk-table__cell whitespace-inherit\">{{cpoDetails['responsibleParty']}}</td>\n <td *ngIf=\"cpoDetails === null\" class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{orderRef.orderRefId}}</td>\n <td class=\"govuk-table__cell of-visible\"> <a href=\"javascript:void(0)\" (click)=\"loadPBAAccountPage(orderRef)\" *ngIf=\"serviceRequestValue !== 'false' && check4AllowedRoles2AccessPBApayment() && orderRef.orderStatus === 'Not paid'\"> Pay now</a></td>\n <td class=\"govuk-table__cell\">\n <a href=\"javascript:void(0)\" (click)=\"goToOrderViewDetailSection(orderRef)\">Review</a>\n </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"orderLevelFees?.length === 0 && serviceRequestValue === 'false'\">\n <tr class=\"govuk-table__row\" >\n <td class=\"alignleft\" colspan=\"7\">No service requests on this case.</td>\n </tr>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"orderLevelFees?.length === 0 && serviceRequestValue !== 'false' && !isAnyFeeGroupAvilable\">\n <h1 class=\"govuk-heading-l govuk-heading-lw\">If you are expecting to pay and are not able to see a service request,</h1>\n <p>please refresh and try in some time.</p>\n </ng-container>\n\n <!-- </div> -->\n\n </div>\n\n <div class=\"govuk-grid-column-full\">\n <div *ngIf=\"serviceRequestValue === 'false'\">\n <span class=\"heading-medium\"><br/>Payments</span>\n <ng-container >\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-14\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-10\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-17\" scope=\"col\">Date</td>\n <td class=\"govuk-table__header col-24\" scope=\"col\">Payment reference</td>\n <td class=\"govuk-table__header col-13\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length > 0\">\n <tr class=\"govuk-table__row\" *ngFor=\"let payment of allPayments\">\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.status }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.amount | currency :'GBP':'symbol':'1.2-2' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment.date_created | date:'dd MMM yyyy' }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\">{{ payment?.reference }}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n <a href=\"javascript:void(0)\" (click)=\"goToPayementView(payment.paymentGroupReference, payment.reference, payment.method)\">Review</a>\n </td>\n </tr>\n </tbody>\n\n <tbody class=\"govuk-table__body\" *ngIf=\"allPayments?.length === 0\">\n <td colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n <ccpay-app-unprocessed-payments class=\"govuk-table\"\n *ngIf=\"isBulkScanEnable && !takePayment\"\n [IS_BUTTON_ENABLE]=\"takePayment\"\n [LEVEL]=\"4\"\n [ISTURNOFF]=\"isTurnOff\"\n [ISSFENABLE]=\"isStrategicFixEnable\"\n [PAYMENTSLENGTH]=\"allPayments?.length\"\n [PAYMENTREF]=\"paymentRef\"\n (getUnprocessedFeeCount) = \"getUnprocessedFeeCount($event)\"\n [FEE_RECORDS_EXISTS]=\"isAnyFeeGroupAvilable\"\n [IS_OS_AMT_AVAILABLE]=\"isGrpOutstandingAmtPositive\"\n (selectedUnprocessedFeeEvent) = \"selectedUnprocessedFeeEvent($event)\">\n </ccpay-app-unprocessed-payments>\n </ng-container>\n\n </div>\n </div>\n <div class=\"govuk-grid-column-full\" *ngIf=\"!check4AllowedRoles2AccessPBApayment()\">\n <span class=\"heading-medium\"><br/>Refunds</span>\n <ccpay-refund-status \n [ccdCaseNumber]=\"ccdCaseNumber\"\n [isEliginbleToAccess] = check4AllowedRoles2AccessRefund()\n ></ccpay-refund-status>\n </div>\n\n </ng-container>\n\n\n<input #myInput type='hidden' id='iFrameDrivenImageValue' value='FEEREMOVALCONFIRMATION_2'>\n\n<!-- Order Full View Details-->\n<ng-container *ngIf=\"viewStatus === 'order-full-view'\">\n <ccpay-service-request\n [viewStatus] = \"viewStatus\"\n [orderRef] = \"orderRef\"\n [orderStatus] = \"orderStatus\"\n [orderCreated] = \"orderCreated\"\n [orderParty] = \"orderParty\"\n [orderCCDEvent] = \"orderCCDEvent\"\n [orderDetail] = \"orderDetail\"\n [LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"\n [ccdCaseNumber] = \"ccdCaseNumber\"\n [orderFeesTotal] = \"orderFeesTotal\"\n [orderTotalPayments] = \"orderTotalPayments\"\n [orderRemissionTotal] = \"orderRemissionTotal\"\n [isServiceRequest] = \"serviceRequestValue\"\n (goToServiceRquestComponent) = \"goToServiceRequestPage()\"\n ></ccpay-service-request>\n\n</ng-container>\n<ccpay-add-remission *ngIf=\"viewStatus === 'addremission' && feeId\"\n[isTurnOff]=\"isTurnOff\"\n[isStrategicFixEnable]=\"isStrategicFixEnable\"\n[viewCompStatus]= \"viewStatus\"\n[fee]=\"feeId\"\n[orderStatus] =\"orderStatus\"\n[paidAmount]= \"orderTotalPayments\"\n[isRefundRemission]=\"isRefundRemission\"\n[caseType]=\"caseType\"\n[paymentGroupRef]=\"orderRef\"\n[isFromServiceRequestPage] = \"true\"\n[payment] = \"payment\"\n[ccdCaseNumber]=\"ccdCaseNumber\"></ccpay-add-remission>\n\n<ccpay-add-remission *ngIf=\"viewStatus === 'issuerefund' && payment\"\n[isTurnOff]=\"isTurnOff\"\n[isStrategicFixEnable]=\"isStrategicFixEnable\"\n[viewCompStatus]= \"viewStatus\"\n[isFromServiceRequestPage] = \"true\"\n[payment]=\"payment\"\n[orderStatus] =\"orderStatus\"\n[paidAmount]= \"orderTotalPayments\"\n[isRefundRemission]=\"isRefundRemission\"\n[caseType]=\"caseType\"\n[paymentGroupRef]=\"orderRef\"\n[ccdCaseNumber]=\"ccdCaseNumber\"></ccpay-add-remission>\n\n<ccpay-add-remission *ngIf=\"viewStatus === 'addrefundforremission' && payment\"\n[isTurnOff]=\"isTurnOff\"\n[isStrategicFixEnable]=\"isStrategicFixEnable\"\n[viewCompStatus]= \"viewStatus\"\n[payment]=\"payment\"\n[orderStatus] =\"orderStatus\"\n[paidAmount]= \"orderTotalPayments\"\n[isRefundRemission]=\"isRefundRemission\"\n[caseType]=\"caseType\"\n[feeamount]=\"remissionFeeAmt\"\n[remission] = \"remissions\"\n[isFromServiceRequestPage]=\"true\"\n[ccdCaseNumber]=\"ccdCaseNumber\"></ccpay-add-remission>\n\n<ng-container *ngIf=\"viewStatus === 'feeRemovalConfirmation'\">\n <div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n Are you sure you want to delete this fee?\n </strong>\n </div>\n <div class=\"govuk-button-grb\">\n <form novalidate>\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"cancelRemoval()\">\n Cancel\n </button>\n <button type=\"submit\" class=\"button\"\n [disabled]=\"isRemoveBtnDisabled\"\n [ngClass]='isRemoveBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'\n (click)=\"removeFee(feeId)\">\n Remove\n </button>\n </form>\n </div>\n</ng-container>\n\n</main>\n</div>\n",
|
|
3749
4552
|
styles: [".govuk-grid-column-full--gr{position:relative;margin-bottom:10px}.disable{text-decoration:none;cursor:default;color:#fff;background-color:grey;pointer-events:none}.govuk-grid__surplus-payments{margin:20px 0}.govuk-grid__surplus-payments>.govuk-grid-column-full{padding:0}.govuk-grid__surplus-payments-col1{margin-bottom:10px}.govuk-inset-text__no-border{border-left:0}.govuk-hidetext{font-size:22px;padding-bottom:10px}.lowercase{text-transform:lowercase}.channel::first-letter{text-transform:uppercase}.govuk-heading-xl{font-size:48px;margin-bottom:1px}.govuk-section-break--visible{border-bottom:2px solid #000}.totalpayments.govuk-table__row{border-bottom:2px solid #000!important}.govuk-inset-text{margin-left:1em}.govuk-button{font-size:19px;margin-bottom:0!important}.govuk-table__cell.govuk-table__cell--col6.govuk-table__custom--col6,.groupamount.govuk-table__header{text-align:right}.feeclass{padding-left:.7em}.align-center{text-align:center}details summary{display:list-item}.case-transaction__color{color:#a71414;font-weight:700;text-align:center}.capitalize::first-letter{text-transform:uppercase}.govuk-inset-text__no-left-margin{margin-left:0;padding-left:0}.whitespace-inherit{white-space:inherit!important}.govuk-section-records-break{margin:10px;border-bottom:2px solid #000!important}.exisitng-fees{margin-left:12px}.add-telephony-payment{margin-top:-2em;margin-left:-2em}.govuk-table__header--custom{text-align:center}.disable-link{cursor:default;pointer-events:none;color:#8e8c8c}.panel-no--style{border-left-style:none}.col-28{width:28%!important}.col-8{width:8%!important}.col-60{width:60%!important}.col-32{width:32%!important}.col-34{width:34%!important}.col-15{width:15%!important;padding-right:0!important;padding-left:0!important}.col-16{width:16%!important}.col-14{width:14%!important}.col-17{width:17%!important}.col-12{width:12%!important}.col-9{width:9%!important}.col-10{width:10%!important}.col-11{width:11%!important}.col-13{width:13%!important}.col-21{width:21%!important}.col-20{width:20%!important}.col-24{width:24%!important}.govuk-table__cell,.govuk-table__header{padding:10px 10px 10px 0}.col-27{width:27%!important}td{white-space:nowrap;overflow:hidden!important}.col-19{width:19%!important;padding-left:0!important}.col-18{width:18%!important;padding-left:0!important;padding-right:0!important}.col-37{width:37%!important}.col-55{width:55%!important}.govuk-table{margin-bottom:1px}.hmcts-banner>.hmcts-banner__message{font-size:19px;line-height:1.25}.summary-table-font{font-size:36px}.order-class{padding-top:3em}.govuk-table__cell:last-child,.govuk-table__header:last-child{text-align:right}.govuk-grid-column-two-thirds{width:64%!important;padding:0!important}.govuk-heading-l{font-size:36px;margin-bottom:10px}.govuk-heading-lw{width:70%}.paymentrequest{margin-top:1em}.mar-17{margin-left:17px}.col-61{width:61px!important;padding:0!important}.error{width:960px;margin:auto}.summarypage{padding-left:36em;margin-top:2em}.summarypagealign{width:100%;text-align:right;margin-top:2em}.govuk-inset-text{font-size:2.1875rem}table{table-layout:fixed;width:100%}td,th{word-wrap:break-word}.totalPay{padding-right:14px;float:right;margin-top:2em}.govuk-back-link{font-size:1.5rem!important}.totalfees{float:right;margin-top:2em}.refundBtn{text-align:right;width:18%}.col-25{width:25%!important}.of-visible{overflow:visible!important}.col-51{width:51%!important}.alignright{text-align:right}.alignleft{text-align:left}.alignself{align-self:flex-end}.maxwidth{width:100%}.govuk-padding-btm{padding-bottom:50px}.govuk-margin-btm-20px{margin-bottom:20px}"]
|
|
3750
4553
|
}] }
|
|
3751
4554
|
];
|
|
@@ -3762,10 +4565,193 @@ CaseTransactionsComponent.propDecorators = {
|
|
|
3762
4565
|
LOGGEDINUSERROLES: [{ type: Input, args: ['LOGGEDINUSERROLES',] }],
|
|
3763
4566
|
isTakePayment: [{ type: Input }]
|
|
3764
4567
|
};
|
|
4568
|
+
if (false) {
|
|
4569
|
+
/** @type {?} */
|
|
4570
|
+
CaseTransactionsComponent.prototype.LOGGEDINUSERROLES;
|
|
4571
|
+
/** @type {?} */
|
|
4572
|
+
CaseTransactionsComponent.prototype.isTakePayment;
|
|
4573
|
+
/** @type {?} */
|
|
4574
|
+
CaseTransactionsComponent.prototype.takePayment;
|
|
4575
|
+
/** @type {?} */
|
|
4576
|
+
CaseTransactionsComponent.prototype.ccdCaseNumber;
|
|
4577
|
+
/** @type {?} */
|
|
4578
|
+
CaseTransactionsComponent.prototype.excReference;
|
|
4579
|
+
/** @type {?} */
|
|
4580
|
+
CaseTransactionsComponent.prototype.paymentGroups;
|
|
4581
|
+
/** @type {?} */
|
|
4582
|
+
CaseTransactionsComponent.prototype.payments;
|
|
4583
|
+
/** @type {?} */
|
|
4584
|
+
CaseTransactionsComponent.prototype.nonPayments;
|
|
4585
|
+
/** @type {?} */
|
|
4586
|
+
CaseTransactionsComponent.prototype.allPayments;
|
|
4587
|
+
/** @type {?} */
|
|
4588
|
+
CaseTransactionsComponent.prototype.remissions;
|
|
4589
|
+
/** @type {?} */
|
|
4590
|
+
CaseTransactionsComponent.prototype.fees;
|
|
4591
|
+
/** @type {?} */
|
|
4592
|
+
CaseTransactionsComponent.prototype.errorMessage;
|
|
4593
|
+
/** @type {?} */
|
|
4594
|
+
CaseTransactionsComponent.prototype.totalFees;
|
|
4595
|
+
/** @type {?} */
|
|
4596
|
+
CaseTransactionsComponent.prototype.totalPayments;
|
|
4597
|
+
/** @type {?} */
|
|
4598
|
+
CaseTransactionsComponent.prototype.totalNonOffPayments;
|
|
4599
|
+
/** @type {?} */
|
|
4600
|
+
CaseTransactionsComponent.prototype.totalRemissions;
|
|
4601
|
+
/** @type {?} */
|
|
4602
|
+
CaseTransactionsComponent.prototype.selectedOption;
|
|
4603
|
+
/** @type {?} */
|
|
4604
|
+
CaseTransactionsComponent.prototype.dcnNumber;
|
|
4605
|
+
/** @type {?} */
|
|
4606
|
+
CaseTransactionsComponent.prototype.paymentRef;
|
|
4607
|
+
/** @type {?} */
|
|
4608
|
+
CaseTransactionsComponent.prototype.isTurnOff;
|
|
4609
|
+
/** @type {?} */
|
|
4610
|
+
CaseTransactionsComponent.prototype.isRefundRemission;
|
|
4611
|
+
/** @type {?} */
|
|
4612
|
+
CaseTransactionsComponent.prototype.isStrategicFixEnable;
|
|
4613
|
+
/** @type {?} */
|
|
4614
|
+
CaseTransactionsComponent.prototype.isAddFeeBtnEnabled;
|
|
4615
|
+
/** @type {?} */
|
|
4616
|
+
CaseTransactionsComponent.prototype.isExceptionRecord;
|
|
4617
|
+
/** @type {?} */
|
|
4618
|
+
CaseTransactionsComponent.prototype.isUnprocessedRecordSelected;
|
|
4619
|
+
/** @type {?} */
|
|
4620
|
+
CaseTransactionsComponent.prototype.exceptionRecordReference;
|
|
4621
|
+
/** @type {?} */
|
|
4622
|
+
CaseTransactionsComponent.prototype.isAnyFeeGroupAvilable;
|
|
4623
|
+
/** @type {?} */
|
|
4624
|
+
CaseTransactionsComponent.prototype.isHistoricGroupAvailable;
|
|
4625
|
+
/** @type {?} */
|
|
4626
|
+
CaseTransactionsComponent.prototype.isBulkScanEnable;
|
|
4627
|
+
/** @type {?} */
|
|
4628
|
+
CaseTransactionsComponent.prototype.isRemissionsMatch;
|
|
4629
|
+
/** @type {?} */
|
|
4630
|
+
CaseTransactionsComponent.prototype.viewStatus;
|
|
4631
|
+
/** @type {?} */
|
|
4632
|
+
CaseTransactionsComponent.prototype.isRemoveBtnDisabled;
|
|
4633
|
+
/** @type {?} */
|
|
4634
|
+
CaseTransactionsComponent.prototype.feeId;
|
|
4635
|
+
/** @type {?} */
|
|
4636
|
+
CaseTransactionsComponent.prototype.clAmountDue;
|
|
4637
|
+
/** @type {?} */
|
|
4638
|
+
CaseTransactionsComponent.prototype.unprocessedRecordCount;
|
|
4639
|
+
/** @type {?} */
|
|
4640
|
+
CaseTransactionsComponent.prototype.isFeeRecordsExist;
|
|
4641
|
+
/** @type {?} */
|
|
4642
|
+
CaseTransactionsComponent.prototype.isGrpOutstandingAmtPositive;
|
|
4643
|
+
/** @type {?} */
|
|
4644
|
+
CaseTransactionsComponent.prototype.totalRefundAmount;
|
|
4645
|
+
/** @type {?} */
|
|
4646
|
+
CaseTransactionsComponent.prototype.caseType;
|
|
4647
|
+
/** @type {?} */
|
|
4648
|
+
CaseTransactionsComponent.prototype.payment;
|
|
4649
|
+
/** @type {?} */
|
|
4650
|
+
CaseTransactionsComponent.prototype.paymentGroup;
|
|
4651
|
+
/** @type {?} */
|
|
4652
|
+
CaseTransactionsComponent.prototype.paymentView;
|
|
4653
|
+
/** @type {?} */
|
|
4654
|
+
CaseTransactionsComponent.prototype.orderDetail;
|
|
4655
|
+
/** @type {?} */
|
|
4656
|
+
CaseTransactionsComponent.prototype.isAddRemissionEnable;
|
|
4657
|
+
/** @type {?} */
|
|
4658
|
+
CaseTransactionsComponent.prototype.orderRemissionDetails;
|
|
4659
|
+
/** @type {?} */
|
|
4660
|
+
CaseTransactionsComponent.prototype.orderLevelFees;
|
|
4661
|
+
/** @type {?} */
|
|
4662
|
+
CaseTransactionsComponent.prototype.ispaymentGroupApisuccess;
|
|
4663
|
+
/** @type {?} */
|
|
4664
|
+
CaseTransactionsComponent.prototype.cpoDetails;
|
|
4665
|
+
/** @type {?} */
|
|
4666
|
+
CaseTransactionsComponent.prototype.orderRef;
|
|
4667
|
+
/** @type {?} */
|
|
4668
|
+
CaseTransactionsComponent.prototype.orderStatus;
|
|
4669
|
+
/** @type {?} */
|
|
4670
|
+
CaseTransactionsComponent.prototype.orderParty;
|
|
4671
|
+
/** @type {?} */
|
|
4672
|
+
CaseTransactionsComponent.prototype.orderCreated;
|
|
4673
|
+
/** @type {?} */
|
|
4674
|
+
CaseTransactionsComponent.prototype.orderCCDEvent;
|
|
4675
|
+
/** @type {?} */
|
|
4676
|
+
CaseTransactionsComponent.prototype.serviceRequestValue;
|
|
4677
|
+
/** @type {?} */
|
|
4678
|
+
CaseTransactionsComponent.prototype.orderAddBtnEnable;
|
|
4679
|
+
/** @type {?} */
|
|
4680
|
+
CaseTransactionsComponent.prototype.orderFeesTotal;
|
|
4681
|
+
/** @type {?} */
|
|
4682
|
+
CaseTransactionsComponent.prototype.orderRemissionTotal;
|
|
4683
|
+
/** @type {?} */
|
|
4684
|
+
CaseTransactionsComponent.prototype.orderTotalPayments;
|
|
4685
|
+
/** @type {?} */
|
|
4686
|
+
CaseTransactionsComponent.prototype.orderPendingPayments;
|
|
4687
|
+
/** @type {?} */
|
|
4688
|
+
CaseTransactionsComponent.prototype.isCPODown;
|
|
4689
|
+
/** @type {?} */
|
|
4690
|
+
CaseTransactionsComponent.prototype.test;
|
|
4691
|
+
/** @type {?} */
|
|
4692
|
+
CaseTransactionsComponent.prototype.isPBA;
|
|
4693
|
+
/** @type {?} */
|
|
4694
|
+
CaseTransactionsComponent.prototype.isIssueRefunfBtnEnable;
|
|
4695
|
+
/** @type {?} */
|
|
4696
|
+
CaseTransactionsComponent.prototype.isAddRemissionBtnEnabled;
|
|
4697
|
+
/** @type {?} */
|
|
4698
|
+
CaseTransactionsComponent.prototype.isRefundRemissionBtnEnable;
|
|
4699
|
+
/** @type {?} */
|
|
4700
|
+
CaseTransactionsComponent.prototype.allowedRolesToAccessRefund;
|
|
4701
|
+
/** @type {?} */
|
|
4702
|
+
CaseTransactionsComponent.prototype.isEligible4PBAPayment;
|
|
4703
|
+
/** @type {?} */
|
|
4704
|
+
CaseTransactionsComponent.prototype.currentDate;
|
|
4705
|
+
/** @type {?} */
|
|
4706
|
+
CaseTransactionsComponent.prototype.isFromServiceRequestPage;
|
|
4707
|
+
/** @type {?} */
|
|
4708
|
+
CaseTransactionsComponent.prototype.navigationpage;
|
|
4709
|
+
/** @type {?} */
|
|
4710
|
+
CaseTransactionsComponent.prototype.remissionFeeAmt;
|
|
4711
|
+
/** @type {?} */
|
|
4712
|
+
CaseTransactionsComponent.prototype.check4AllowedRoles2AccessRefund;
|
|
4713
|
+
/** @type {?} */
|
|
4714
|
+
CaseTransactionsComponent.prototype.check4AllowedRoles2AccessPBApayment;
|
|
4715
|
+
/** @type {?} */
|
|
4716
|
+
CaseTransactionsComponent.prototype.allowFurtherAccessAfter4Days;
|
|
4717
|
+
/**
|
|
4718
|
+
* @type {?}
|
|
4719
|
+
* @private
|
|
4720
|
+
*/
|
|
4721
|
+
CaseTransactionsComponent.prototype.router;
|
|
4722
|
+
/**
|
|
4723
|
+
* @type {?}
|
|
4724
|
+
* @private
|
|
4725
|
+
*/
|
|
4726
|
+
CaseTransactionsComponent.prototype.paymentViewService;
|
|
4727
|
+
/**
|
|
4728
|
+
* @type {?}
|
|
4729
|
+
* @private
|
|
4730
|
+
*/
|
|
4731
|
+
CaseTransactionsComponent.prototype.bulkScaningPaymentService;
|
|
4732
|
+
/**
|
|
4733
|
+
* @type {?}
|
|
4734
|
+
* @private
|
|
4735
|
+
*/
|
|
4736
|
+
CaseTransactionsComponent.prototype.caseTransactionsService;
|
|
4737
|
+
/**
|
|
4738
|
+
* @type {?}
|
|
4739
|
+
* @private
|
|
4740
|
+
*/
|
|
4741
|
+
CaseTransactionsComponent.prototype.paymentLibComponent;
|
|
4742
|
+
/**
|
|
4743
|
+
* @type {?}
|
|
4744
|
+
* @private
|
|
4745
|
+
*/
|
|
4746
|
+
CaseTransactionsComponent.prototype.OrderslistService;
|
|
4747
|
+
/* Skipping unhandled member: ;*/
|
|
4748
|
+
/* Skipping unhandled member: ;*/
|
|
4749
|
+
}
|
|
3765
4750
|
|
|
3766
4751
|
/**
|
|
3767
4752
|
* @fileoverview added by tsickle
|
|
3768
|
-
*
|
|
4753
|
+
* Generated from: lib/interfaces/PaymentToPayhubRequest.ts
|
|
4754
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3769
4755
|
*/
|
|
3770
4756
|
class PaymentToPayhubRequest {
|
|
3771
4757
|
/**
|
|
@@ -3783,10 +4769,27 @@ class PaymentToPayhubRequest {
|
|
|
3783
4769
|
this.case_type = caseType;
|
|
3784
4770
|
}
|
|
3785
4771
|
}
|
|
4772
|
+
if (false) {
|
|
4773
|
+
/** @type {?} */
|
|
4774
|
+
PaymentToPayhubRequest.prototype.currency;
|
|
4775
|
+
/** @type {?} */
|
|
4776
|
+
PaymentToPayhubRequest.prototype.description;
|
|
4777
|
+
/** @type {?} */
|
|
4778
|
+
PaymentToPayhubRequest.prototype.channel;
|
|
4779
|
+
/** @type {?} */
|
|
4780
|
+
PaymentToPayhubRequest.prototype.provider;
|
|
4781
|
+
/** @type {?} */
|
|
4782
|
+
PaymentToPayhubRequest.prototype.case_type;
|
|
4783
|
+
/** @type {?} */
|
|
4784
|
+
PaymentToPayhubRequest.prototype.ccd_case_number;
|
|
4785
|
+
/** @type {?} */
|
|
4786
|
+
PaymentToPayhubRequest.prototype.amount;
|
|
4787
|
+
}
|
|
3786
4788
|
|
|
3787
4789
|
/**
|
|
3788
4790
|
* @fileoverview added by tsickle
|
|
3789
|
-
*
|
|
4791
|
+
* Generated from: lib/interfaces/PayhubAntennaRequest.ts
|
|
4792
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3790
4793
|
*/
|
|
3791
4794
|
class PayhubAntennaRequest {
|
|
3792
4795
|
/**
|
|
@@ -3801,10 +4804,21 @@ class PayhubAntennaRequest {
|
|
|
3801
4804
|
this.case_type = caseType;
|
|
3802
4805
|
}
|
|
3803
4806
|
}
|
|
4807
|
+
if (false) {
|
|
4808
|
+
/** @type {?} */
|
|
4809
|
+
PayhubAntennaRequest.prototype.currency;
|
|
4810
|
+
/** @type {?} */
|
|
4811
|
+
PayhubAntennaRequest.prototype.case_type;
|
|
4812
|
+
/** @type {?} */
|
|
4813
|
+
PayhubAntennaRequest.prototype.ccd_case_number;
|
|
4814
|
+
/** @type {?} */
|
|
4815
|
+
PayhubAntennaRequest.prototype.amount;
|
|
4816
|
+
}
|
|
3804
4817
|
|
|
3805
4818
|
/**
|
|
3806
4819
|
* @fileoverview added by tsickle
|
|
3807
|
-
*
|
|
4820
|
+
* Generated from: lib/components/fee-summary/fee-summary.component.ts
|
|
4821
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
3808
4822
|
*/
|
|
3809
4823
|
/** @type {?} */
|
|
3810
4824
|
const BS_ENABLE_FLAG$2 = 'bulk-scan-enabling-fe';
|
|
@@ -3817,13 +4831,13 @@ class FeeSummaryComponent {
|
|
|
3817
4831
|
* @param {?} paymentLibComponent
|
|
3818
4832
|
* @param {?} OrderslistService
|
|
3819
4833
|
*/
|
|
3820
|
-
constructor(router, bulkScaningPaymentService, location, paymentViewService, paymentLibComponent, OrderslistService
|
|
4834
|
+
constructor(router, bulkScaningPaymentService, location, paymentViewService, paymentLibComponent, OrderslistService) {
|
|
3821
4835
|
this.router = router;
|
|
3822
4836
|
this.bulkScaningPaymentService = bulkScaningPaymentService;
|
|
3823
4837
|
this.location = location;
|
|
3824
4838
|
this.paymentViewService = paymentViewService;
|
|
3825
4839
|
this.paymentLibComponent = paymentLibComponent;
|
|
3826
|
-
this.OrderslistService = OrderslistService
|
|
4840
|
+
this.OrderslistService = OrderslistService;
|
|
3827
4841
|
this.viewStatus = 'main';
|
|
3828
4842
|
this.service = "";
|
|
3829
4843
|
this.platForm = "";
|
|
@@ -4135,7 +5149,7 @@ class FeeSummaryComponent {
|
|
|
4135
5149
|
FeeSummaryComponent.decorators = [
|
|
4136
5150
|
{ type: Component, args: [{
|
|
4137
5151
|
selector: 'ccpay-fee-summary',
|
|
4138
|
-
template: "\n<div class=\"govuk-breadcrumbs\" *ngIf=\"isBackButtonEnable\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\" *ngIf=\"!isTurnOff\">\n <a (click)=\"loadCaseTransactionPage()\" class=\"govuk-back-link govuk-label\">Back</a>\n </li>\n <li class=\"govuk-breadcrumbs__list-item\" *ngIf=\"isTurnOff\">\n <a (click)=\"redirectToFeeSearchPage($event,'summary')\" class=\"govuk-back-link govuk-label\">Back</a>\n </li>\n </ol>\n</div>\n<div class=\"fee-summary\" *ngIf=\"viewStatus === 'main'\">\n <main class=\"govuk-main-wrapper\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='FEESUMMARY'>\n <div class=\"summaryheader\">\n <h1 class=\"heading-large govuk-!-margin-top-3 govuk-!-margin-bottom-4\">Summary </h1>\n <p class=\"govuk-!-margin-top-5 caseref\">Case reference:{{ccdCaseNumber | ccdHyphens}}</p>\n </div>\n\n <!-- <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <h1 class=\"heading-xlarge\">Fee Summary</h1>\n </div>\n\n\n \u00A0<div\u00A0class=\"govuk-grid-column-one-third\"\u00A0align=\"right\">\n \u00A0\u00A0\u00A0\u00A0\u00A0\u00A0<button\u00A0 *ngIf=\"!isTurnOff\" (click)=\"redirectToFeeSearchPage($event,'summary')\"\n \u00A0\u00A0\u00A0\u00A0\u00A0\u00A0[disabled]=\"isPaymentExist\"\n \u00A0\u00A0\u00A0\u00A0\u00A0\u00A0[ngClass]='isPaymentExist ?\u00A0\"button\u00A0button--disabled govuk-!-margin-right-1\"\u00A0:\u00A0\"button govuk-!-margin-right-1\"'>\n Add a new fee\n </button>\n\n <a *ngIf=\"isTurnOff\" (click)=\"redirectToFeeSearchPage($event,'summary')\" class=\"button\">Add a new fee</a>\n </div>\n </div> -->\n\n\n <div *ngIf=\"errorMessage\">\n <div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Payment Group details could not be retrieved\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n </div>\n </div>\n\n <!-- <table class=\"govuk-table\" *ngIf=\"!errorMessage && paymentGroup\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <th class=\"govuk-table__header govuk-!-font-weight-bold\" scope=\"col\">Fee Code</th>\n <th class=\"govuk-table__header govuk-!-font-weight-bold\" scope=\"col\">Fee description</th>\n <th class=\"govuk-table__header govuk-!-font-weight-bold\" scope=\"col\">Remission code</th>\n <th class=\"govuk-table__header govuk-!-font-weight-bold\" scope=\"col\"></th>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.fees\">\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell\">{{ fee.code }}</td>\n <td class=\"govuk-table__cell\">{{ fee.description }}</td>\n <td class=\"govuk-table__cell\">{{ getRemissionByFeeCode(fee.code)?.hwf_reference }}</td>\n <td class=\"govuk-table__cell grey-text\">\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"no-border grey-text subcolumn-1\">Fee amount:</td>\n <td class=\"no-border subcolumn-2\">{{ fee.fee_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"no-border subcolumn-3\" *ngIf=\"!isTurnOff\">\n <a (click)=\"confirmRemoveFee(fee.id)\" [ngClass]='isPaymentExist || fee.remissions ? \"disable-link\" : \"\"'>remove fee</a>\n </td>\n <td class=\"no-border subcolumn-3\" *ngIf=\"isTurnOff\">\n <a (click)=\"confirmRemoveFee(fee.id)\">remove fee</a>\n </td>\n </tr>\n <tr class=\"govuk-table__row\" *ngIf=\"fee.volume && fee.volume > 0\">\n <td class=\"no-border grey-text subcolumn-1\">Volume:</td>\n <td class=\"no-border subcolumn-2\">{{ fee.volume }}</td>\n <td class=\"no-border subcolumn-3\"></td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border grey-text subcolumn-1\">Fee total:</td>\n <td class=\"no-border subcolumn-2\">{{ fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"no-border subcolumn-3\"></td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border grey-text subcolumn-1\">Remission amount:</td>\n <td class=\"no-border subcolumn-2\">{{ getRemissionByFeeCode(fee.code)?.hwf_amount? ( getRemissionByFeeCode(fee.code)?.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2') : '-' }}</td>\n <td class=\"no-border subcolumn-3\" *ngIf=\"!isTurnOff\">\n <a (click)=\"addRemission(fee)\" *ngIf=\"(getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount) && !isPaymentExist\">\n Deduct remission\n </a>\n </td>\n <td class=\"no-border subcolumn-3\" *ngIf=\"isTurnOff\">\n <a (click)=\"addRemission(fee)\" *ngIf=\"getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount\">\n Deduct remission\n </a>\n </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border grey-text subcolumn-1\">Total after remission:</td>\n <td class=\"no-border subcolumn-2\">{{ fee.net_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"no-border subcolumn-3\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\">\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"no-border govuk-!-font-weight-bold subcolumn-1\">Total payment</td>\n <td class=\"no-border subcolumn-2\">{{ totalAfterRemission - outStandingAmount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n <td class=\"no-border subcolumn-3\"></td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border govuk-!-font-weight-bold subcolumn-1\">Total outstanding amount</td>\n <td class=\"no-border subcolumn-2\">{{ outStandingAmount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n <td class=\"no-border subcolumn-3\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <tr class=\"govuk-table__row\" *ngIf=\"!bsPaymentDcnNumber && isOldPcipalOff && isNewPcipalOff\">\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\">\n <div class=\"govuk-form-group govuk-form-group--mg\">\n <fieldset class=\"govuk-fieldset\">\n <legend class=\"govuk-fieldset__legend govuk-fieldset__legend--m\">\n <span class=\"govuk-fieldset__heading govuk-fieldset__heading--fz\">\n Which system are you using to take the payment?\n </span>\n </legend>\n <div class=\"govuk-radios govuk-radios--small\">\n <div class=\"govuk-radios__item\">\n <input id=\"changed-name\" class=\"govuk-radios__input\" [(ngModel)]=\"platForm\" type=\"radio\" aria-label=\"8x8\" value=\"8x8\">\n <label class=\"govuk-label govuk-radios__label\" for=\"changed-name\">\n 8x8\n </label>\n </div>\n <div class=\"govuk-radios__item\">\n <input id=\"changed-name-2\" class=\"govuk-radios__input\" [(ngModel)]=\"platForm\" type=\"radio\" aria-label=\"Antenna\" value=\"Antenna\">\n <label class=\"govuk-label govuk-radios__label\" for=\"changed-name-2\">\n Antenna\n </label>\n </div>\n </div>\n </fieldset>\n </div>\n </td>\n </tr>\n </tbody>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\">\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"no-border subcolumn-2\">\n <button *ngIf=\"!bsPaymentDcnNumber\" type=\"submit\" (click)=\"takePayment()\"\n [disabled]=\"totalFee <= 0 || !platForm || isConfirmationBtnDisabled\"\n [ngClass]='totalFee <= 0 || !platForm || isConfirmationBtnDisabled? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'>\n Take payment\n </button>\n <button *ngIf=\"bsPaymentDcnNumber\" type=\"button\" (click)=\"goToAllocatePage(outStandingAmount, isFeeAmountZero)\" class=\"button govuk-!-margin-right-1\">\n <span *ngIf=\"outStandingAmount > 0 || (isFeeAmountZero && outStandingAmount === 0)\">\n Allocate payment\n </span>\n <span *ngIf=\"outStandingAmount < 0 || (!isFeeAmountZero && outStandingAmount === 0)\">\n Continue\n </span>\n </button>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </tbody>\n </table> -->\n\n <div class=\"govuk-!-margin-top-3\">\n <table class=\"govuk-table govuk-!-margin-bottom-2\" *ngIf=\"!errorMessage && paymentGroup\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <th class=\"govuk-table__header\" scope=\"col\" class=\"class600\">Description</th>\n <th class=\"govuk-table__header\" scope=\"col\" class=\"class60\">Quantity</th>\n <th class=\"govuk-table__header\" scope=\"col\" class=\"class80\"></th>\n <th class=\"govuk-table__header\" scope=\"col\" class=\"class100\">Amount</th>\n </tr>\n </thead>\n\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.fees\">\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell\">{{ fee.description }}\n\n <span class=\"no-border\" *ngIf=\"(isPaymentExist || (getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount)) && !isTurnOff\">\n\n\n <a (click)=\"confirmRemoveFee(fee.id)\" *ngIf=\"(!isPaymentExist || !fee.remissions)\" [ngClass]='isPaymentExist || fee.remissions? \"disable-link\" : \"\"'> <br>Remove</a>\n </span>\n\n <span class=\"no-border\" *ngIf=\"(!isPaymentExist || (getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount)) && isTurnOff \">\n <a (click)=\"confirmRemoveFee(fee.id)\">Remove</a>\n </span>\n\n <a (click)=\"addRemission(fee)\" class=\"remissionActive\" *ngIf=\"(getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount) && !isPaymentExist && !isTurnOff\">\n Add help with fees or remission\n </a>\n <a (click)=\"addRemission(fee)\" class=\"remissionActive\" *ngIf=\"(getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount) && isTurnOff\">\n Add help with fees or remission\n </a>\n <span *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">\n <br>\n <div class=\"govuk-table__cell_border\" *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">Remission,{{ getRemissionByFeeCode(fee.code)?.hwf_reference }}</div>\n </span>\n </td>\n\n <td class=\"govuk-table__cell\" *ngIf=\"fee.volume && fee.volume > 0\">\n {{ fee.volume }}\n <span *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">\n <br>\n <div class=\"govuk-table__cell_border\">1</div>\n </span>\n </td>\n\n <td class=\"govuk-table__cell alignright\">\n <br>\n <div *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\" class=\"govuk-table__cell_border\"> <br><br></div>\n </td>\n <td class=\"govuk-table__cell alignright\" >\n {{ fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}\n <span *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">\n <br>\n <div class=\"govuk-table__cell_rmborder alignright\">\n -{{ getRemissionByFeeCode(fee.code)?.hwf_amount? ( getRemissionByFeeCode(fee.code)?.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2') : '-' }}\n </div>\n </span>\n </td>\n\n\n </tr>\n <!-- <tr>\n <td *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">\n <br>\n <div class=\"govuk-table__cell_border\" *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">Remission,{{ getRemissionByFeeCode(fee.code)?.hwf_reference }}</div>\n </td>\n <td *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount ===''\">\n <div class=\"govuk-table__cell_border\"></div>\n </td>\n <td *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount === ''\">\n <br>\n <div class=\"govuk-table__cell_border\" *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount === ''\"></div>\n </td>\n <td>\n <br>\n <div class=\"govuk-table__cell_border\" style=\"text-align: right;\">\n -{{ getRemissionByFeeCode(fee.code)?.hwf_amount? ( getRemissionByFeeCode(fee.code)?.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2') : '-' }}\n </div>\n </td>\n </tr> -->\n </tbody>\n </table>\n </div>\n <div class=\"addfee\">\n <button *ngIf=\"!isTurnOff\" (click)=\"redirectToFeeSearchPage($event,'summary')\"\n [disabled]=\"isPaymentExist\"\n [ngClass]='isPaymentExist ? \"govuk-button govuk-button--secondary button--disabled\" : \"govuk-button govuk-button--secondary\"'>\n Add fee\n </button>\n <a *ngIf=\"isTurnOff\" (click)=\"redirectToFeeSearchPage($event,'summary')\" class=\"govuk-button govuk-button--secondary\">Add a new fee</a>\n <div class=\"feeAddButton\">\n <p class=\"paddigleft govuk-!-margin-top-2\">Total to pay: {{ outStandingAmount | currency:'GBP':'symbol-narrow':'1.2-2'}}</p>\n </div>\n </div>\n<!--\n <div class=\"govuk-form-group govuk-form-group--mg\" *ngIf=\"!bsPaymentDcnNumber\">\n <label class=\"govuk-label custom-govuk-label govuk-fieldset__heading--fz\" for=\"responsibleOffice\">\n <strong>What service is this fee for?</strong>\n </label>\n <select class=\"govuk-select govuk-select--custom\" id=\"responsibleOffice\" [(ngModel)]=\"service\" name=\"responsibleOffice\">\n <option value=\"\" selected='selected'>Please select</option>\n <option value=\"AA07\">Divorce</option>\n <option value=\"AA09\">Financial Remedy</option>\n <option value=\"AA08\">Probate</option>\n </select>\n </div> -->\n\n <div>\n <button *ngIf=\"!bsPaymentDcnNumber\" type=\"submit\" (click)=\"takePayment()\"\n [disabled]=\"totalFee <= 0 || isConfirmationBtnDisabled\"\n [ngClass]='totalFee <= 0 || !platForm || !service || isConfirmationBtnDisabled? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'>\n Take payment\n </button>\n <button *ngIf=\"bsPaymentDcnNumber\" type=\"button\" (click)=\"goToAllocatePage(outStandingAmount, isFeeAmountZero)\" class=\"button govuk-!-margin-right-1\">\n <span *ngIf=\"outStandingAmount > 0 || (isFeeAmountZero && outStandingAmount === 0)\">\n Allocate payment\n </span>\n <span *ngIf=\"outStandingAmount < 0 || (!isFeeAmountZero && outStandingAmount === 0)\">\n Continue\n </span>\n </button>\n </div>\n\n</main>\n</div>\n\n <ng-container *ngIf=\"viewStatus === 'feeRemovalConfirmation'\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='FEEREMOVALCONFIRMATION_1'>\n <div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n Are you sure you want to delete this fee?\n </strong>\n </div>\n <div class=\"govuk-button-grb\">\n <form novalidate>\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"cancelRemission()\">\n Cancel\n </button>\n <button type=\"submit\" class=\"button\"\n *ngIf =\"!isRemoveBtnDisabled\"\n [ngClass]='isRemoveBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'\n (click)=\"removeFee(currentFee)\">\n Remove\n </button>\n </form>\n </div>\n </ng-container>\n<ccpay-add-remission *ngIf=\"viewStatus === 'add_remission' && currentFee\"\n [isTurnOff]=\"isTurnOff\"\n [isStrategicFixEnable]=\"isStrategicFixEnable\"\n [fee]=\"currentFee\"\n [caseType]=\"caseType\"\n [ccdCaseNumber]=\"ccdCaseNumber\"\n [paymentGroupRef]=\"paymentGroupRef\"\n (cancelRemission)=\"cancelRemission()\"></ccpay-add-remission>\n <input *ngIf=\"viewStatus === 'payhub_view' && payhubHtml\" #myInput type='hidden' class='iFrameDrivenImageValue' value='PCIPAL'>\n",
|
|
5152
|
+
template: "\n<div class=\"govuk-breadcrumbs\" *ngIf=\"isBackButtonEnable\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\" *ngIf=\"!isTurnOff\">\n <a (click)=\"loadCaseTransactionPage()\" class=\"govuk-back-link govuk-label\">Back</a>\n </li>\n <li class=\"govuk-breadcrumbs__list-item\" *ngIf=\"isTurnOff\">\n <a (click)=\"redirectToFeeSearchPage($event,'summary')\" class=\"govuk-back-link govuk-label\">Back</a>\n </li>\n </ol>\n</div>\n<div class=\"fee-summary\" *ngIf=\"viewStatus === 'main'\">\n <main class=\"govuk-main-wrapper\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='FEESUMMARY'>\n <div class=\"summaryheader\">\n <h1 class=\"heading-large govuk-!-margin-top-3 govuk-!-margin-bottom-4\">Summary </h1>\n <p class=\"govuk-!-margin-top-5 caseref\">Case reference:{{ccdCaseNumber | ccdHyphens}}</p>\n </div>\n\n <!-- <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-two-thirds\">\n <h1 class=\"heading-xlarge\">Fee Summary</h1>\n </div>\n\n\n \u00A0<div\u00A0class=\"govuk-grid-column-one-third\"\u00A0align=\"right\">\n \u00A0\u00A0\u00A0\u00A0\u00A0\u00A0<button\u00A0 *ngIf=\"!isTurnOff\" (click)=\"redirectToFeeSearchPage($event,'summary')\"\n \u00A0\u00A0\u00A0\u00A0\u00A0\u00A0[disabled]=\"isPaymentExist\"\n \u00A0\u00A0\u00A0\u00A0\u00A0\u00A0[ngClass]='isPaymentExist ?\u00A0\"button\u00A0button--disabled govuk-!-margin-right-1\"\u00A0:\u00A0\"button govuk-!-margin-right-1\"'>\n Add a new fee\n </button>\n\n <a *ngIf=\"isTurnOff\" (click)=\"redirectToFeeSearchPage($event,'summary')\" class=\"button\">Add a new fee</a>\n </div>\n </div> -->\n\n\n <div *ngIf=\"errorMessage\">\n <div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Payment Group details could not be retrieved\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n </div>\n </div>\n\n <!-- <table class=\"govuk-table\" *ngIf=\"!errorMessage && paymentGroup\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <th class=\"govuk-table__header govuk-!-font-weight-bold\" scope=\"col\">Fee Code</th>\n <th class=\"govuk-table__header govuk-!-font-weight-bold\" scope=\"col\">Fee description</th>\n <th class=\"govuk-table__header govuk-!-font-weight-bold\" scope=\"col\">Remission code</th>\n <th class=\"govuk-table__header govuk-!-font-weight-bold\" scope=\"col\"></th>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.fees\">\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell\">{{ fee.code }}</td>\n <td class=\"govuk-table__cell\">{{ fee.description }}</td>\n <td class=\"govuk-table__cell\">{{ getRemissionByFeeCode(fee.code)?.hwf_reference }}</td>\n <td class=\"govuk-table__cell grey-text\">\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"no-border grey-text subcolumn-1\">Fee amount:</td>\n <td class=\"no-border subcolumn-2\">{{ fee.fee_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"no-border subcolumn-3\" *ngIf=\"!isTurnOff\">\n <a (click)=\"confirmRemoveFee(fee.id)\" [ngClass]='isPaymentExist || fee.remissions ? \"disable-link\" : \"\"'>remove fee</a>\n </td>\n <td class=\"no-border subcolumn-3\" *ngIf=\"isTurnOff\">\n <a (click)=\"confirmRemoveFee(fee.id)\">remove fee</a>\n </td>\n </tr>\n <tr class=\"govuk-table__row\" *ngIf=\"fee.volume && fee.volume > 0\">\n <td class=\"no-border grey-text subcolumn-1\">Volume:</td>\n <td class=\"no-border subcolumn-2\">{{ fee.volume }}</td>\n <td class=\"no-border subcolumn-3\"></td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border grey-text subcolumn-1\">Fee total:</td>\n <td class=\"no-border subcolumn-2\">{{ fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"no-border subcolumn-3\"></td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border grey-text subcolumn-1\">Remission amount:</td>\n <td class=\"no-border subcolumn-2\">{{ getRemissionByFeeCode(fee.code)?.hwf_amount? ( getRemissionByFeeCode(fee.code)?.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2') : '-' }}</td>\n <td class=\"no-border subcolumn-3\" *ngIf=\"!isTurnOff\">\n <a (click)=\"addRemission(fee)\" *ngIf=\"(getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount) && !isPaymentExist\">\n Deduct remission\n </a>\n </td>\n <td class=\"no-border subcolumn-3\" *ngIf=\"isTurnOff\">\n <a (click)=\"addRemission(fee)\" *ngIf=\"getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount\">\n Deduct remission\n </a>\n </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border grey-text subcolumn-1\">Total after remission:</td>\n <td class=\"no-border subcolumn-2\">{{ fee.net_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n <td class=\"no-border subcolumn-3\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\">\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"no-border govuk-!-font-weight-bold subcolumn-1\">Total payment</td>\n <td class=\"no-border subcolumn-2\">{{ totalAfterRemission - outStandingAmount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n <td class=\"no-border subcolumn-3\"></td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border govuk-!-font-weight-bold subcolumn-1\">Total outstanding amount</td>\n <td class=\"no-border subcolumn-2\">{{ outStandingAmount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n <td class=\"no-border subcolumn-3\"></td>\n </tr>\n </table>\n </td>\n </tr>\n <tr class=\"govuk-table__row\" *ngIf=\"!bsPaymentDcnNumber && isOldPcipalOff && isNewPcipalOff\">\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\">\n <div class=\"govuk-form-group govuk-form-group--mg\">\n <fieldset class=\"govuk-fieldset\">\n <legend class=\"govuk-fieldset__legend govuk-fieldset__legend--m\">\n <span class=\"govuk-fieldset__heading govuk-fieldset__heading--fz\">\n Which system are you using to take the payment?\n </span>\n </legend>\n <div class=\"govuk-radios govuk-radios--small\">\n <div class=\"govuk-radios__item\">\n <input id=\"changed-name\" class=\"govuk-radios__input\" [(ngModel)]=\"platForm\" type=\"radio\" aria-label=\"8x8\" value=\"8x8\">\n <label class=\"govuk-label govuk-radios__label\" for=\"changed-name\">\n 8x8\n </label>\n </div>\n <div class=\"govuk-radios__item\">\n <input id=\"changed-name-2\" class=\"govuk-radios__input\" [(ngModel)]=\"platForm\" type=\"radio\" aria-label=\"Antenna\" value=\"Antenna\">\n <label class=\"govuk-label govuk-radios__label\" for=\"changed-name-2\">\n Antenna\n </label>\n </div>\n </div>\n </fieldset>\n </div>\n </td>\n </tr>\n </tbody>\n <tr class=\"govuk-table__row\">\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\"></td>\n <td class=\"no-border\">\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"no-border subcolumn-2\">\n <button *ngIf=\"!bsPaymentDcnNumber\" type=\"submit\" (click)=\"takePayment()\"\n [disabled]=\"totalFee <= 0 || !platForm || isConfirmationBtnDisabled\"\n [ngClass]='totalFee <= 0 || !platForm || isConfirmationBtnDisabled? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'>\n Take payment\n </button>\n <button *ngIf=\"bsPaymentDcnNumber\" type=\"button\" (click)=\"goToAllocatePage(outStandingAmount, isFeeAmountZero)\" class=\"button govuk-!-margin-right-1\">\n <span *ngIf=\"outStandingAmount > 0 || (isFeeAmountZero && outStandingAmount === 0)\">\n Allocate payment\n </span>\n <span *ngIf=\"outStandingAmount < 0 || (!isFeeAmountZero && outStandingAmount === 0)\">\n Continue\n </span>\n </button>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </tbody>\n </table> -->\n\n <div class=\"govuk-!-margin-top-3\">\n <table class=\"govuk-table govuk-!-margin-bottom-2\" *ngIf=\"!errorMessage && paymentGroup\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <th class=\"govuk-table__header\" scope=\"col\" class=\"class600\">Description</th>\n <th class=\"govuk-table__header\" scope=\"col\" class=\"class60\">Quantity</th>\n <th class=\"govuk-table__header\" scope=\"col\" class=\"class80\"></th>\n <th class=\"govuk-table__header\" scope=\"col\" class=\"class100\">Amount</th>\n </tr>\n </thead>\n\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.fees\">\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell\">{{ fee.description }}\n\n <span class=\"no-border\" *ngIf=\"(isPaymentExist || (getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount)) && !isTurnOff\">\n\n\n <a (click)=\"confirmRemoveFee(fee.id)\" *ngIf=\"(!isPaymentExist || !fee.remissions)\" [ngClass]='isPaymentExist || fee.remissions? \"disable-link\" : \"\"'> <br>Remove</a>\n </span>\n\n <span class=\"no-border\" *ngIf=\"(!isPaymentExist || (getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount)) && isTurnOff \">\n <a (click)=\"confirmRemoveFee(fee.id)\">Remove</a>\n </span>\n\n <a (click)=\"addRemission(fee)\" class=\"remissionActive\" *ngIf=\"(getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount) && !isPaymentExist && !isTurnOff\">\n Add help with fees or remission\n </a>\n <a (click)=\"addRemission(fee)\" class=\"remissionActive\" *ngIf=\"(getRemissionByFeeCode(fee.code)?.hwf_amount === 0 || !getRemissionByFeeCode(fee.code)?.hwf_amount) && isTurnOff\">\n Add help with fees or remission\n </a>\n <span *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">\n <br>\n <div class=\"govuk-table__cell_border\" *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">Remission,{{ getRemissionByFeeCode(fee.code)?.hwf_reference }}</div>\n </span>\n </td>\n\n <td class=\"govuk-table__cell\" *ngIf=\"fee.volume && fee.volume > 0\">\n {{ fee.volume }}\n <span *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">\n <br>\n <div class=\"govuk-table__cell_border\">1</div>\n </span>\n </td>\n\n <td class=\"govuk-table__cell alignright\">\n <br>\n <div *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\" class=\"govuk-table__cell_border\"> <br><br></div>\n </td>\n <td class=\"govuk-table__cell alignright\" >\n {{ fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2' }}\n <span *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">\n <br>\n <div class=\"govuk-table__cell_rmborder alignright\">\n -{{ getRemissionByFeeCode(fee.code)?.hwf_amount? ( getRemissionByFeeCode(fee.code)?.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2') : '-' }}\n </div>\n </span>\n </td>\n\n\n </tr>\n <!-- <tr>\n <td *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">\n <br>\n <div class=\"govuk-table__cell_border\" *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount > 0\">Remission,{{ getRemissionByFeeCode(fee.code)?.hwf_reference }}</div>\n </td>\n <td *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount ===''\">\n <div class=\"govuk-table__cell_border\"></div>\n </td>\n <td *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount === ''\">\n <br>\n <div class=\"govuk-table__cell_border\" *ngIf = \"getRemissionByFeeCode(fee.code)?.hwf_amount === ''\"></div>\n </td>\n <td>\n <br>\n <div class=\"govuk-table__cell_border\" style=\"text-align: right;\">\n -{{ getRemissionByFeeCode(fee.code)?.hwf_amount? ( getRemissionByFeeCode(fee.code)?.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2') : '-' }}\n </div>\n </td>\n </tr> -->\n </tbody>\n </table>\n </div>\n <div class=\"addfee\">\n <button *ngIf=\"!isTurnOff\" (click)=\"redirectToFeeSearchPage($event,'summary')\"\n [disabled]=\"isPaymentExist\"\n [ngClass]='isPaymentExist ? \"govuk-button govuk-button--secondary button--disabled\" : \"govuk-button govuk-button--secondary\"'>\n Add fee\n </button>\n <a *ngIf=\"isTurnOff\" (click)=\"redirectToFeeSearchPage($event,'summary')\" class=\"govuk-button govuk-button--secondary\">Add a new fee</a>\n <div class=\"feeAddButton\">\n <p class=\"paddigleft govuk-!-margin-top-2\">Total to pay: {{ outStandingAmount | currency:'GBP':'symbol-narrow':'1.2-2'}}</p>\n </div>\n </div>\n<!--\n <div class=\"govuk-form-group govuk-form-group--mg\" *ngIf=\"!bsPaymentDcnNumber\">\n <label class=\"govuk-label custom-govuk-label govuk-fieldset__heading--fz\" for=\"responsibleOffice\">\n <strong>What service is this fee for?</strong>\n </label>\n <select class=\"govuk-select govuk-select--custom\" id=\"responsibleOffice\" [(ngModel)]=\"service\" name=\"responsibleOffice\">\n <option value=\"\" selected='selected'>Please select</option>\n <option value=\"AA07\">Divorce</option>\n <option value=\"AA09\">Financial Remedy</option>\n <option value=\"AA08\">Probate</option>\n </select>\n </div> -->\n\n <div>\n <button *ngIf=\"!bsPaymentDcnNumber\" type=\"submit\" (click)=\"takePayment()\"\n [disabled]=\"totalFee <= 0 || isConfirmationBtnDisabled\"\n [ngClass]='totalFee <= 0 || !platForm || !service || isConfirmationBtnDisabled? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'>\n Take payment\n </button>\n <button *ngIf=\"bsPaymentDcnNumber\" type=\"button\" (click)=\"goToAllocatePage(outStandingAmount, isFeeAmountZero)\" class=\"button govuk-!-margin-right-1\">\n <span *ngIf=\"outStandingAmount > 0 || (isFeeAmountZero && outStandingAmount === 0)\">\n Allocate payment\n </span>\n <span *ngIf=\"outStandingAmount < 0 || (!isFeeAmountZero && outStandingAmount === 0)\">\n Continue\n </span>\n </button>\n </div>\n\n</main>\n</div>\n\n <ng-container *ngIf=\"viewStatus === 'feeRemovalConfirmation'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='FEEREMOVALCONFIRMATION_1'>\n <div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n Are you sure you want to delete this fee?\n </strong>\n </div>\n <div class=\"govuk-button-grb\">\n <form novalidate>\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"cancelRemission()\">\n Cancel\n </button>\n <button type=\"submit\" class=\"button\"\n *ngIf =\"!isRemoveBtnDisabled\"\n [ngClass]='isRemoveBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'\n (click)=\"removeFee(currentFee)\">\n Remove\n </button>\n </form>\n </div>\n </ng-container>\n<ccpay-add-remission *ngIf=\"viewStatus === 'add_remission' && currentFee\"\n [isTurnOff]=\"isTurnOff\"\n [isStrategicFixEnable]=\"isStrategicFixEnable\"\n [fee]=\"currentFee\"\n [caseType]=\"caseType\"\n [ccdCaseNumber]=\"ccdCaseNumber\"\n [paymentGroupRef]=\"paymentGroupRef\"\n (cancelRemission)=\"cancelRemission()\"></ccpay-add-remission>\n <input *ngIf=\"viewStatus === 'payhub_view' && payhubHtml\" #myInput type='hidden' id='iFrameDrivenImageValue' value='PCIPAL'>\n",
|
|
4139
5153
|
styles: [".fee-summary .grey-text{color:#6b7376;font-weight:500}.fee-summary .govuk-table{margin-bottom:0}.fee-summary .no-border{border:none;border-bottom:none}.fee-summary table td,.fee-summary table th{font-size:19px;vertical-align:top}.fee-summary table td .no-padding,.fee-summary table th .no-padding{padding:0}.fee-summary table td .subcolumn-1,.fee-summary table th .subcolumn-1{width:45%}.fee-summary table td .subcolumn-2,.fee-summary table th .subcolumn-2{width:25%;text-align:right}.fee-summary table td .subcolumn-3,.fee-summary table th .subcolumn-3{width:30%;text-align:center}table th{font-weight:700}.govuk-button-grb{padding-bottom:20px}.govuk-button-grb .govuk-button--secondary{background-color:#dee0e2;box-shadow:0 2px 0 #858688;color:#0b0c0c;margin-right:10px}.govuk-form-group--mg{margin-top:10px!important}.govuk-fieldset__heading--fz{font-size:16px}.remissionDisable{color:grey;cursor:default}.heading-xlarge{margin:0 0 14px -20px}.govuk-select--custom{width:50%}.disable-link{cursor:default;pointer-events:none;color:#8e8c8c}.govuk-table__cell_border,.govuk-table__header{padding:10px 0 0;border-top:1px solid #bfc1c3;text-align:left}.govuk-table__cell,.govuk-table__header{padding:10px 0}.govuk-table__cell_rmborder,.govuk-table__header{padding:10px 0 0;border-top:1px solid #bfc1c3;text-align:left}.govuk-table__fessheader{font-weight:700}.govuk-button{font-size:19px}.feeAddButton{padding-left:65rem}.remissionActive{padding-left:10px}.paddigleft{padding-left:2em}.govuk-back-link{font-size:1.5rem!important}.govuk-warning-text__text{font-size:19px}.summaryheader{display:flex;flex-direction:row;justify-content:space-between;width:960px}.class600{width:600px}.class60{width:60px}.class80{width:80px;text-align:right}.class100{width:100px;text-align:right}.alignright{text-align:right}.caseref{align-self:flex-end}.addfee{display:flex;flex-direction:row}"]
|
|
4140
5154
|
}] }
|
|
4141
5155
|
];
|
|
@@ -4154,10 +5168,93 @@ FeeSummaryComponent.propDecorators = {
|
|
|
4154
5168
|
isTurnOff: [{ type: Input }],
|
|
4155
5169
|
caseType: [{ type: Input }]
|
|
4156
5170
|
};
|
|
5171
|
+
if (false) {
|
|
5172
|
+
/** @type {?} */
|
|
5173
|
+
FeeSummaryComponent.prototype.paymentGroupRef;
|
|
5174
|
+
/** @type {?} */
|
|
5175
|
+
FeeSummaryComponent.prototype.ccdCaseNumber;
|
|
5176
|
+
/** @type {?} */
|
|
5177
|
+
FeeSummaryComponent.prototype.isTurnOff;
|
|
5178
|
+
/** @type {?} */
|
|
5179
|
+
FeeSummaryComponent.prototype.caseType;
|
|
5180
|
+
/** @type {?} */
|
|
5181
|
+
FeeSummaryComponent.prototype.bsPaymentDcnNumber;
|
|
5182
|
+
/** @type {?} */
|
|
5183
|
+
FeeSummaryComponent.prototype.paymentGroup;
|
|
5184
|
+
/** @type {?} */
|
|
5185
|
+
FeeSummaryComponent.prototype.errorMessage;
|
|
5186
|
+
/** @type {?} */
|
|
5187
|
+
FeeSummaryComponent.prototype.viewStatus;
|
|
5188
|
+
/** @type {?} */
|
|
5189
|
+
FeeSummaryComponent.prototype.currentFee;
|
|
5190
|
+
/** @type {?} */
|
|
5191
|
+
FeeSummaryComponent.prototype.totalFee;
|
|
5192
|
+
/** @type {?} */
|
|
5193
|
+
FeeSummaryComponent.prototype.payhubHtml;
|
|
5194
|
+
/** @type {?} */
|
|
5195
|
+
FeeSummaryComponent.prototype.service;
|
|
5196
|
+
/** @type {?} */
|
|
5197
|
+
FeeSummaryComponent.prototype.platForm;
|
|
5198
|
+
/** @type {?} */
|
|
5199
|
+
FeeSummaryComponent.prototype.upPaymentErrorMessage;
|
|
5200
|
+
/** @type {?} */
|
|
5201
|
+
FeeSummaryComponent.prototype.selectedOption;
|
|
5202
|
+
/** @type {?} */
|
|
5203
|
+
FeeSummaryComponent.prototype.isBackButtonEnable;
|
|
5204
|
+
/** @type {?} */
|
|
5205
|
+
FeeSummaryComponent.prototype.outStandingAmount;
|
|
5206
|
+
/** @type {?} */
|
|
5207
|
+
FeeSummaryComponent.prototype.isFeeAmountZero;
|
|
5208
|
+
/** @type {?} */
|
|
5209
|
+
FeeSummaryComponent.prototype.totalAfterRemission;
|
|
5210
|
+
/** @type {?} */
|
|
5211
|
+
FeeSummaryComponent.prototype.isConfirmationBtnDisabled;
|
|
5212
|
+
/** @type {?} */
|
|
5213
|
+
FeeSummaryComponent.prototype.isRemoveBtnDisabled;
|
|
5214
|
+
/** @type {?} */
|
|
5215
|
+
FeeSummaryComponent.prototype.isPaymentExist;
|
|
5216
|
+
/** @type {?} */
|
|
5217
|
+
FeeSummaryComponent.prototype.isRemissionsExist;
|
|
5218
|
+
/** @type {?} */
|
|
5219
|
+
FeeSummaryComponent.prototype.isRemissionsMatch;
|
|
5220
|
+
/** @type {?} */
|
|
5221
|
+
FeeSummaryComponent.prototype.isStrategicFixEnable;
|
|
5222
|
+
/**
|
|
5223
|
+
* @type {?}
|
|
5224
|
+
* @private
|
|
5225
|
+
*/
|
|
5226
|
+
FeeSummaryComponent.prototype.router;
|
|
5227
|
+
/**
|
|
5228
|
+
* @type {?}
|
|
5229
|
+
* @private
|
|
5230
|
+
*/
|
|
5231
|
+
FeeSummaryComponent.prototype.bulkScaningPaymentService;
|
|
5232
|
+
/**
|
|
5233
|
+
* @type {?}
|
|
5234
|
+
* @private
|
|
5235
|
+
*/
|
|
5236
|
+
FeeSummaryComponent.prototype.location;
|
|
5237
|
+
/**
|
|
5238
|
+
* @type {?}
|
|
5239
|
+
* @private
|
|
5240
|
+
*/
|
|
5241
|
+
FeeSummaryComponent.prototype.paymentViewService;
|
|
5242
|
+
/**
|
|
5243
|
+
* @type {?}
|
|
5244
|
+
* @private
|
|
5245
|
+
*/
|
|
5246
|
+
FeeSummaryComponent.prototype.paymentLibComponent;
|
|
5247
|
+
/**
|
|
5248
|
+
* @type {?}
|
|
5249
|
+
* @private
|
|
5250
|
+
*/
|
|
5251
|
+
FeeSummaryComponent.prototype.OrderslistService;
|
|
5252
|
+
}
|
|
4157
5253
|
|
|
4158
5254
|
/**
|
|
4159
5255
|
* @fileoverview added by tsickle
|
|
4160
|
-
*
|
|
5256
|
+
* Generated from: lib/components/error-banner/error-banner.component.ts
|
|
5257
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4161
5258
|
*/
|
|
4162
5259
|
class ErrorBannerComponent {
|
|
4163
5260
|
constructor() { }
|
|
@@ -4179,10 +5276,15 @@ ErrorBannerComponent.ctorParameters = () => [];
|
|
|
4179
5276
|
ErrorBannerComponent.propDecorators = {
|
|
4180
5277
|
errorMessage: [{ type: Input, args: ['errorMessage',] }]
|
|
4181
5278
|
};
|
|
5279
|
+
if (false) {
|
|
5280
|
+
/** @type {?} */
|
|
5281
|
+
ErrorBannerComponent.prototype.errorMessage;
|
|
5282
|
+
}
|
|
4182
5283
|
|
|
4183
5284
|
/**
|
|
4184
5285
|
* @fileoverview added by tsickle
|
|
4185
|
-
*
|
|
5286
|
+
* Generated from: lib/interfaces/UnidentifiedPaymentsRequest.ts
|
|
5287
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4186
5288
|
*/
|
|
4187
5289
|
class UnidentifiedPaymentsRequest {
|
|
4188
5290
|
/**
|
|
@@ -4200,10 +5302,21 @@ class UnidentifiedPaymentsRequest {
|
|
|
4200
5302
|
this.unidentified_reason = unidentified_reason;
|
|
4201
5303
|
}
|
|
4202
5304
|
}
|
|
5305
|
+
if (false) {
|
|
5306
|
+
/** @type {?} */
|
|
5307
|
+
UnidentifiedPaymentsRequest.prototype.payment_allocation_status;
|
|
5308
|
+
/** @type {?} */
|
|
5309
|
+
UnidentifiedPaymentsRequest.prototype.payment_group_reference;
|
|
5310
|
+
/** @type {?} */
|
|
5311
|
+
UnidentifiedPaymentsRequest.prototype.payment_reference;
|
|
5312
|
+
/** @type {?} */
|
|
5313
|
+
UnidentifiedPaymentsRequest.prototype.unidentified_reason;
|
|
5314
|
+
}
|
|
4203
5315
|
|
|
4204
5316
|
/**
|
|
4205
5317
|
* @fileoverview added by tsickle
|
|
4206
|
-
*
|
|
5318
|
+
* Generated from: lib/interfaces/AllocatePaymentRequest.ts
|
|
5319
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4207
5320
|
*/
|
|
4208
5321
|
class AllocatePaymentRequest {
|
|
4209
5322
|
/**
|
|
@@ -4238,10 +5351,41 @@ class AllocatePaymentRequest {
|
|
|
4238
5351
|
}
|
|
4239
5352
|
}
|
|
4240
5353
|
}
|
|
5354
|
+
if (false) {
|
|
5355
|
+
/** @type {?} */
|
|
5356
|
+
AllocatePaymentRequest.prototype.amount;
|
|
5357
|
+
/** @type {?} */
|
|
5358
|
+
AllocatePaymentRequest.prototype.banked_date;
|
|
5359
|
+
/** @type {?} */
|
|
5360
|
+
AllocatePaymentRequest.prototype.ccd_case_number;
|
|
5361
|
+
/** @type {?} */
|
|
5362
|
+
AllocatePaymentRequest.prototype.exception_record;
|
|
5363
|
+
/** @type {?} */
|
|
5364
|
+
AllocatePaymentRequest.prototype.currency;
|
|
5365
|
+
/** @type {?} */
|
|
5366
|
+
AllocatePaymentRequest.prototype.document_control_number;
|
|
5367
|
+
/** @type {?} */
|
|
5368
|
+
AllocatePaymentRequest.prototype.external_provider;
|
|
5369
|
+
/** @type {?} */
|
|
5370
|
+
AllocatePaymentRequest.prototype.giro_slip_no;
|
|
5371
|
+
/** @type {?} */
|
|
5372
|
+
AllocatePaymentRequest.prototype.payer_name;
|
|
5373
|
+
/** @type {?} */
|
|
5374
|
+
AllocatePaymentRequest.prototype.payment_channel;
|
|
5375
|
+
/** @type {?} */
|
|
5376
|
+
AllocatePaymentRequest.prototype.payment_status;
|
|
5377
|
+
/** @type {?} */
|
|
5378
|
+
AllocatePaymentRequest.prototype.payment_method;
|
|
5379
|
+
/** @type {?} */
|
|
5380
|
+
AllocatePaymentRequest.prototype.case_type;
|
|
5381
|
+
/** @type {?} */
|
|
5382
|
+
AllocatePaymentRequest.prototype.payment_allocation_dto;
|
|
5383
|
+
}
|
|
4241
5384
|
|
|
4242
5385
|
/**
|
|
4243
5386
|
* @fileoverview added by tsickle
|
|
4244
|
-
*
|
|
5387
|
+
* Generated from: lib/components/mark-unidentified-payment/mark-unidentified-payment.component.ts
|
|
5388
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4245
5389
|
*/
|
|
4246
5390
|
class MarkUnidentifiedPaymentComponent {
|
|
4247
5391
|
/**
|
|
@@ -4503,7 +5647,7 @@ class MarkUnidentifiedPaymentComponent {
|
|
|
4503
5647
|
MarkUnidentifiedPaymentComponent.decorators = [
|
|
4504
5648
|
{ type: Component, args: [{
|
|
4505
5649
|
selector: 'app-mark-unidentified-payment',
|
|
4506
|
-
template: "<div class=\"mkpay-unidentified\" >\n <div *ngIf=\"viewStatus === 'mainForm'\">\n <input #myInput type='hidden'
|
|
5650
|
+
template: "<div class=\"mkpay-unidentified\" >\n <div *ngIf=\"viewStatus === 'mainForm'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='MARKUNIDENTIFIED'>\n <h1 class=\"heading-large\">Mark payment as unidentified</h1>\n\n <div class=\"govuk-grid-column-full govuk-!-padding-bottom-3\">\n <hr class=\"govuk-section-break govuk-section-break--visible\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Payment asset number (DCN)</td>\n <td class=\"govuk-table__header\" scope=\"col\">Banked date</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Method</td>\n \n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell\">{{unassignedRecord.dcn_reference}}</td>\n <td class=\"govuk-table__cell\"> {{unassignedRecord.date_banked | date:'dd MMM yyyy'}}</td>\n <td class=\"govuk-table__cell\"> {{unassignedRecord.amount | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td class=\"capitalize govuk-table__cell\"> {{trimUnderscore(unassignedRecord.payment_method) | lowercase}} </td>\n </tr>\n </tbody>\n </table>\n </div>\n <form [formGroup]=\"markPaymentUnidentifiedForm\" novalidate>\n <div class=\"govuk-form-group\">\n <p class=\"unidentifiedSubText\">\n Give a reason for marking this payment as unidentified.\n <br/>\n Include any investigations you've made.\n </p>\n <label class=\"heading-small\" for=\"investicationDetail\">\n\n </label>\n <textarea class=\"form-control form-control-3-4\" [ngClass]=\"{'inline-error-class': isInvesticationDetailEmpty || investicationDetailHasError || investicationDetailMinHasError || investicationDetailMaxHasError}\" name=\"investicationDetail\" id=\"investicationDetail\" rows=\"5\" formControlName=\"investicationDetail\">\n </textarea>\n <p class=\"inline-error-message\" *ngIf=\"isInvesticationDetailEmpty || investicationDetailHasError || investicationDetailMinHasError || investicationDetailMaxHasError\">\n <span *ngIf=\"isInvesticationDetailEmpty\">Enter a reason for marking this payment as unidentified.</span>\n <span *ngIf=\"investicationDetailHasError\">Enter a vaild reason</span>\n <span *ngIf=\"investicationDetailMinHasError\">Reason should be at least 3 characters.</span>\n <span *ngIf=\"investicationDetailMaxHasError\">Reason should be 255 characters or under.</span>\n </p>\n </div>\n <div class=\"govuk-button--group\">\n <button type=\"submit\" class=\"button\" (click)=\"saveAndContinue()\">\n Continue\n </button>\n <button type=\"button\" class=\"button govuk-button--secondary\" (click)=\"cancelMarkUnidentifiedPayments('cancel')\">\n Cancel\n </button>\n </div>\n </form>\n </div>\n <ng-container *ngIf=\"viewStatus === 'unidentifiedContinueConfirm'\">\n <ccpay-error-banner *ngIf=\"errorMessage.showError\" [errorMessage]=\"errorMessage\"></ccpay-error-banner>\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='UNIDENTIFIEDCONFIRMATION'>\n <div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n <h1 class=\"heading-small\"> Are you sure you want to mark this payment as unidentified? </h1>\n \n </strong>\n\n <div class=\"govuk-grid-column-full govuk-!-padding-bottom-3\">\n <hr class=\"govuk-section-break govuk-section-break--visible\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Investigations</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell\">{{investigationComment}}</td>\n </tr>\n </tbody>\n </table>\n </div>\n\n </div>\n <div class=\"govuk-button--group\">\n <button type=\"submit\" class=\"button\" [disabled]=\"isConfirmButtondisabled\" (click)=\"confirmPayments()\">\n Confirm\n </button>\n <button type=\"button\" class=\"button govuk-button--secondary\" (click)=\"cancelMarkUnidentifiedPayments()\">\n Cancel\n </button>\n </div>\n </ng-container>\n <ng-container *ngIf=\"viewStatus === 'unidentifiedCancelConfirm'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='CANCELUNIDENTIFIED'>\n <div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n Are you sure you want to cancel?\n </strong>\n </div>\n <div class=\"govuk-button--group\">\n <button type=\"submit\" class=\"button\" (click)=\"gotoCasetransationPage()\">\n Yes\n </button>\n <button type=\"button\" class=\"button govuk-button--secondary\" (click)=\"cancelMarkUnidentifiedPayments()\">\n No\n </button>\n </div>\n </ng-container>\n</div>\n",
|
|
4507
5651
|
styles: [".mkpay-unidentified{margin:10px 0 20px}.mkpay-unidentified .govuk-button--group .govuk-button--secondary{margin-left:10px;background-color:#b3b8bdf2}.mkpay-unidentified .inline-error-class{outline:#a71414 solid 3px;outline-offset:0}.mkpay-unidentified .inline-error-message{color:#a71414;font-weight:700;margin-top:10px}.govuk-grid-column-full{padding:0}.unidentifiedSubText{line-height:45px}.govuk-warning-text__text{font-size:19px}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}"]
|
|
4508
5652
|
}] }
|
|
4509
5653
|
];
|
|
@@ -4517,10 +5661,67 @@ MarkUnidentifiedPaymentComponent.ctorParameters = () => [
|
|
|
4517
5661
|
MarkUnidentifiedPaymentComponent.propDecorators = {
|
|
4518
5662
|
caseType: [{ type: Input }]
|
|
4519
5663
|
};
|
|
5664
|
+
if (false) {
|
|
5665
|
+
/** @type {?} */
|
|
5666
|
+
MarkUnidentifiedPaymentComponent.prototype.caseType;
|
|
5667
|
+
/** @type {?} */
|
|
5668
|
+
MarkUnidentifiedPaymentComponent.prototype.markPaymentUnidentifiedForm;
|
|
5669
|
+
/** @type {?} */
|
|
5670
|
+
MarkUnidentifiedPaymentComponent.prototype.viewStatus;
|
|
5671
|
+
/** @type {?} */
|
|
5672
|
+
MarkUnidentifiedPaymentComponent.prototype.ccdCaseNumber;
|
|
5673
|
+
/** @type {?} */
|
|
5674
|
+
MarkUnidentifiedPaymentComponent.prototype.bspaymentdcn;
|
|
5675
|
+
/** @type {?} */
|
|
5676
|
+
MarkUnidentifiedPaymentComponent.prototype.isInvesticationDetailEmpty;
|
|
5677
|
+
/** @type {?} */
|
|
5678
|
+
MarkUnidentifiedPaymentComponent.prototype.investicationDetailHasError;
|
|
5679
|
+
/** @type {?} */
|
|
5680
|
+
MarkUnidentifiedPaymentComponent.prototype.investicationDetailMinHasError;
|
|
5681
|
+
/** @type {?} */
|
|
5682
|
+
MarkUnidentifiedPaymentComponent.prototype.investicationDetailMaxHasError;
|
|
5683
|
+
/** @type {?} */
|
|
5684
|
+
MarkUnidentifiedPaymentComponent.prototype.errorMessage;
|
|
5685
|
+
/** @type {?} */
|
|
5686
|
+
MarkUnidentifiedPaymentComponent.prototype.unassignedRecord;
|
|
5687
|
+
/** @type {?} */
|
|
5688
|
+
MarkUnidentifiedPaymentComponent.prototype.siteID;
|
|
5689
|
+
/** @type {?} */
|
|
5690
|
+
MarkUnidentifiedPaymentComponent.prototype.investigationComment;
|
|
5691
|
+
/** @type {?} */
|
|
5692
|
+
MarkUnidentifiedPaymentComponent.prototype.isConfirmButtondisabled;
|
|
5693
|
+
/** @type {?} */
|
|
5694
|
+
MarkUnidentifiedPaymentComponent.prototype.ccdReference;
|
|
5695
|
+
/** @type {?} */
|
|
5696
|
+
MarkUnidentifiedPaymentComponent.prototype.exceptionReference;
|
|
5697
|
+
/** @type {?} */
|
|
5698
|
+
MarkUnidentifiedPaymentComponent.prototype.isStrategicFixEnable;
|
|
5699
|
+
/**
|
|
5700
|
+
* @type {?}
|
|
5701
|
+
* @private
|
|
5702
|
+
*/
|
|
5703
|
+
MarkUnidentifiedPaymentComponent.prototype.formBuilder;
|
|
5704
|
+
/**
|
|
5705
|
+
* @type {?}
|
|
5706
|
+
* @private
|
|
5707
|
+
*/
|
|
5708
|
+
MarkUnidentifiedPaymentComponent.prototype.paymentViewService;
|
|
5709
|
+
/**
|
|
5710
|
+
* @type {?}
|
|
5711
|
+
* @private
|
|
5712
|
+
*/
|
|
5713
|
+
MarkUnidentifiedPaymentComponent.prototype.paymentLibComponent;
|
|
5714
|
+
/**
|
|
5715
|
+
* @type {?}
|
|
5716
|
+
* @private
|
|
5717
|
+
*/
|
|
5718
|
+
MarkUnidentifiedPaymentComponent.prototype.bulkScaningPaymentService;
|
|
5719
|
+
}
|
|
4520
5720
|
|
|
4521
5721
|
/**
|
|
4522
5722
|
* @fileoverview added by tsickle
|
|
4523
|
-
*
|
|
5723
|
+
* Generated from: lib/interfaces/UnsolicitedPaymentsRequest.ts
|
|
5724
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4524
5725
|
*/
|
|
4525
5726
|
class UnsolicitedPaymentsRequest {
|
|
4526
5727
|
/**
|
|
@@ -4544,10 +5745,27 @@ class UnsolicitedPaymentsRequest {
|
|
|
4544
5745
|
this.sending_email_address = responsible_person;
|
|
4545
5746
|
}
|
|
4546
5747
|
}
|
|
5748
|
+
if (false) {
|
|
5749
|
+
/** @type {?} */
|
|
5750
|
+
UnsolicitedPaymentsRequest.prototype.payment_allocation_status;
|
|
5751
|
+
/** @type {?} */
|
|
5752
|
+
UnsolicitedPaymentsRequest.prototype.payment_group_reference;
|
|
5753
|
+
/** @type {?} */
|
|
5754
|
+
UnsolicitedPaymentsRequest.prototype.payment_reference;
|
|
5755
|
+
/** @type {?} */
|
|
5756
|
+
UnsolicitedPaymentsRequest.prototype.receiving_office;
|
|
5757
|
+
/** @type {?} */
|
|
5758
|
+
UnsolicitedPaymentsRequest.prototype.receiving_email_address;
|
|
5759
|
+
/** @type {?} */
|
|
5760
|
+
UnsolicitedPaymentsRequest.prototype.sending_email_address;
|
|
5761
|
+
/** @type {?} */
|
|
5762
|
+
UnsolicitedPaymentsRequest.prototype.unidentified_reason;
|
|
5763
|
+
}
|
|
4547
5764
|
|
|
4548
5765
|
/**
|
|
4549
5766
|
* @fileoverview added by tsickle
|
|
4550
|
-
*
|
|
5767
|
+
* Generated from: lib/components/mark-unsolicited-payment/mark-unsolicited-payment.component.ts
|
|
5768
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4551
5769
|
*/
|
|
4552
5770
|
class MarkUnsolicitedPaymentComponent {
|
|
4553
5771
|
/**
|
|
@@ -4885,7 +6103,7 @@ class MarkUnsolicitedPaymentComponent {
|
|
|
4885
6103
|
MarkUnsolicitedPaymentComponent.decorators = [
|
|
4886
6104
|
{ type: Component, args: [{
|
|
4887
6105
|
selector: 'app-mark-unsolicited-payment',
|
|
4888
|
-
template: "<div class=\"mkpay-unidentified\">\n <div *ngIf=\"viewStatus === 'mainForm'\">\n <ccpay-error-banner *ngIf=\"errorMessage.showError\" [errorMessage]=\"errorMessage\"></ccpay-error-banner>\n <h1 class=\"heading-large\">Mark payment as transferred</h1>\n <div class=\"govuk-grid-column-full govuk-!-padding-bottom-3\">\n <hr class=\"govuk-section-break govuk-section-break--visible\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Payment asset number (DCN)</td>\n <td class=\"govuk-table__header\" scope=\"col\">Banked date</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Method</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell\">{{unassignedRecord.dcn_reference}}</td>\n <td class=\"govuk-table__cell\"> {{unassignedRecord.date_banked | date:'dd MMM yyyy'}}</td>\n <td class=\"govuk-table__cell\"> {{unassignedRecord.amount | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td class=\"capitalize govuk-table__cell\"> {{trimUnderscore(unassignedRecord.payment_method) | lowercase}} </td>\n </tr>\n </tbody>\n </table>\n </div>\n \n <form [formGroup]=\"markPaymentUnsolicitedForm\" novalidate>\n <input #myInput type='hidden'
|
|
6106
|
+
template: "<div class=\"mkpay-unidentified\">\n <div *ngIf=\"viewStatus === 'mainForm'\">\n <ccpay-error-banner *ngIf=\"errorMessage.showError\" [errorMessage]=\"errorMessage\"></ccpay-error-banner>\n <h1 class=\"heading-large\">Mark payment as transferred</h1>\n <div class=\"govuk-grid-column-full govuk-!-padding-bottom-3\">\n <hr class=\"govuk-section-break govuk-section-break--visible\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Payment asset number (DCN)</td>\n <td class=\"govuk-table__header\" scope=\"col\">Banked date</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Method</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell\">{{unassignedRecord.dcn_reference}}</td>\n <td class=\"govuk-table__cell\"> {{unassignedRecord.date_banked | date:'dd MMM yyyy'}}</td>\n <td class=\"govuk-table__cell\"> {{unassignedRecord.amount | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td class=\"capitalize govuk-table__cell\"> {{trimUnderscore(unassignedRecord.payment_method) | lowercase}} </td>\n </tr>\n </tbody>\n </table>\n </div>\n \n <form [formGroup]=\"markPaymentUnsolicitedForm\" novalidate>\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='MARKTRANSFERRED'>\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label custom-govuk-label custom-govuk-label\" for=\"reason\">\n Reason for payment being marked as transferred \n </label>\n <textarea class=\"form-control form-control-3-4\" [ngClass]=\"{'inline-error-class': reasonHasError || reasonMinHasError || reasonMaxHasError}\" name=\"reason\" id=\"reason\" rows=\"5\" formControlName=\"reason\">\n </textarea>\n <p class=\"inline-error-message\" *ngIf=\"isReasonEmpty || reasonHasError || reasonMinHasError || reasonMaxHasError\">\n <span *ngIf=\"isReasonEmpty\">Enter a reason for marking this payment as transferred.</span>\n <span *ngIf=\"reasonHasError\">Enter a valid reason</span>\n <span *ngIf=\"reasonMinHasError\">Reason should be at least 3 characters.</span>\n <span *ngIf=\"reasonMaxHasError\">Reason should be 255 characters or under.</span>\n </p>\n </div>\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label custom-govuk-label\" for=\"responsibleOffice\">\n Receiving Site ID (Receiving court/Bulk centre site ID) \n </label>\n <select class=\"form-control short-input\" id=\"responsibleOffice\" formControlName=\"responsibleOffice\" (change)=\"selectchange($event)\">\n <option value=\"\" selected='selected'>Please select</option>\n <option *ngFor=\"let siteID of siteIDList;\" value=\"{{siteID.siteId}}\">{{siteID.siteName}} ({{siteID.siteId}})</option>\n </select>\n <p class=\"inline-error-message\" *ngIf=\"isResponsibleOfficeEmpty || responsibleOfficeHasError\">\n <span *ngIf=\"isResponsibleOfficeEmpty\">Please select Receiving Site ID</span>\n <span *ngIf=\"responsibleOfficeHasError\">Please select a valid Receiving Site ID</span>\n </p>\n </div>\n <div class=\"govuk-button--group\">\n <button type=\"submit\" [disabled]=\"isContinueButtondisabled\" class=\"button\" (click)=\"saveAndContinue()\">\n Confirm\n </button>\n <button type=\"button\" class=\"button govuk-button--secondary\" (click)=\"cancelMarkUnsolicitedPayments('cancel')\">\n Cancel\n </button>\n </div>\n </form>\n \n</div>\n <ng-container *ngIf=\"viewStatus === 'unsolicitedContinueConfirm'\">\n <ccpay-error-banner *ngIf=\"errorMessage.showError\" [errorMessage]=\"errorMessage\"></ccpay-error-banner>\n <div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n <h1 class=\"heading-small\"> Are you sure you want to mark this payment as transferred? </h1>\n </strong>\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='TRANSFERREDCONFIRMATION'>\n <div class=\"govuk-grid-column-full govuk-!-padding-bottom-3\">\n <hr class=\"govuk-section-break govuk-section-break--visible\">\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Reason</td>\n <td class=\"govuk-table__header\" scope=\"col\">Receiving site ID</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell\">{{reason}}</td>\n <td class=\"govuk-table__cell\">{{selectedSiteName}}</td>\n </tr>\n </tbody>\n </table>\n </div>\n\n </div>\n <div class=\"govuk-button--group\">\n <button type=\"submit\" class=\"button\" [disabled]=\"isConfirmButtondisabled\" (click)=\"confirmPayments()\">\n Confirm\n </button>\n <button type=\"button\" class=\"button govuk-button--secondary\" (click)=\"cancelMarkUnsolicitedPayments()\">\n Cancel\n </button>\n </div>\n </ng-container>\n <ng-container *ngIf=\"viewStatus === 'unsolicitedCancelConfirm'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='CANCELTRANSFERRED'>\n <div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n Are you sure you want to cancel?\n </strong>\n </div>\n <div class=\"govuk-button--group\">\n <button type=\"submit\" class=\"button\" (click)=\"gotoCasetransationPage()\">\n Yes\n </button>\n <button type=\"button\" class=\"button govuk-button--secondary\" (click)=\"cancelMarkUnsolicitedPayments()\">\n No\n </button>\n </div>\n </ng-container>\n</div>",
|
|
4889
6107
|
styles: [".mkpay-unidentified{margin:10px 0 20px}.mkpay-unidentified .govuk-button--secondary{margin-left:10px;background-color:#b3b8bdf2}.mkpay-unidentified .inline-error-class{outline:#a71414 solid 3px;outline-offset:0}.mkpay-unidentified .inline-error-message{color:#a71414;font-weight:700;margin-top:10px}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.custom-govuk-label,.govuk-warning-text__text{font-size:19px}#responsibleOffice{color:#000;width:75%;font-weight:#fff}select option{background:#fff}"]
|
|
4890
6108
|
}] }
|
|
4891
6109
|
];
|
|
@@ -4899,10 +6117,85 @@ MarkUnsolicitedPaymentComponent.ctorParameters = () => [
|
|
|
4899
6117
|
MarkUnsolicitedPaymentComponent.propDecorators = {
|
|
4900
6118
|
caseType: [{ type: Input }]
|
|
4901
6119
|
};
|
|
6120
|
+
if (false) {
|
|
6121
|
+
/** @type {?} */
|
|
6122
|
+
MarkUnsolicitedPaymentComponent.prototype.caseType;
|
|
6123
|
+
/** @type {?} */
|
|
6124
|
+
MarkUnsolicitedPaymentComponent.prototype.markPaymentUnsolicitedForm;
|
|
6125
|
+
/** @type {?} */
|
|
6126
|
+
MarkUnsolicitedPaymentComponent.prototype.viewStatus;
|
|
6127
|
+
/** @type {?} */
|
|
6128
|
+
MarkUnsolicitedPaymentComponent.prototype.reasonHasError;
|
|
6129
|
+
/** @type {?} */
|
|
6130
|
+
MarkUnsolicitedPaymentComponent.prototype.isReasonEmpty;
|
|
6131
|
+
/** @type {?} */
|
|
6132
|
+
MarkUnsolicitedPaymentComponent.prototype.reasonMinHasError;
|
|
6133
|
+
/** @type {?} */
|
|
6134
|
+
MarkUnsolicitedPaymentComponent.prototype.reasonMaxHasError;
|
|
6135
|
+
/** @type {?} */
|
|
6136
|
+
MarkUnsolicitedPaymentComponent.prototype.responsibleOfficeHasError;
|
|
6137
|
+
/** @type {?} */
|
|
6138
|
+
MarkUnsolicitedPaymentComponent.prototype.isResponsibleOfficeEmpty;
|
|
6139
|
+
/** @type {?} */
|
|
6140
|
+
MarkUnsolicitedPaymentComponent.prototype.errorMessage;
|
|
6141
|
+
/** @type {?} */
|
|
6142
|
+
MarkUnsolicitedPaymentComponent.prototype.ccdCaseNumber;
|
|
6143
|
+
/** @type {?} */
|
|
6144
|
+
MarkUnsolicitedPaymentComponent.prototype.bspaymentdcn;
|
|
6145
|
+
/** @type {?} */
|
|
6146
|
+
MarkUnsolicitedPaymentComponent.prototype.unassignedRecord;
|
|
6147
|
+
/** @type {?} */
|
|
6148
|
+
MarkUnsolicitedPaymentComponent.prototype.siteID;
|
|
6149
|
+
/** @type {?} */
|
|
6150
|
+
MarkUnsolicitedPaymentComponent.prototype.reason;
|
|
6151
|
+
/** @type {?} */
|
|
6152
|
+
MarkUnsolicitedPaymentComponent.prototype.responsiblePerson;
|
|
6153
|
+
/** @type {?} */
|
|
6154
|
+
MarkUnsolicitedPaymentComponent.prototype.responsibleOffice;
|
|
6155
|
+
/** @type {?} */
|
|
6156
|
+
MarkUnsolicitedPaymentComponent.prototype.emailId;
|
|
6157
|
+
/** @type {?} */
|
|
6158
|
+
MarkUnsolicitedPaymentComponent.prototype.isConfirmButtondisabled;
|
|
6159
|
+
/** @type {?} */
|
|
6160
|
+
MarkUnsolicitedPaymentComponent.prototype.isContinueButtondisabled;
|
|
6161
|
+
/** @type {?} */
|
|
6162
|
+
MarkUnsolicitedPaymentComponent.prototype.ccdReference;
|
|
6163
|
+
/** @type {?} */
|
|
6164
|
+
MarkUnsolicitedPaymentComponent.prototype.exceptionReference;
|
|
6165
|
+
/** @type {?} */
|
|
6166
|
+
MarkUnsolicitedPaymentComponent.prototype.selectedSiteId;
|
|
6167
|
+
/** @type {?} */
|
|
6168
|
+
MarkUnsolicitedPaymentComponent.prototype.selectedSiteName;
|
|
6169
|
+
/** @type {?} */
|
|
6170
|
+
MarkUnsolicitedPaymentComponent.prototype.isStrategicFixEnable;
|
|
6171
|
+
/** @type {?} */
|
|
6172
|
+
MarkUnsolicitedPaymentComponent.prototype.siteIDList;
|
|
6173
|
+
/**
|
|
6174
|
+
* @type {?}
|
|
6175
|
+
* @private
|
|
6176
|
+
*/
|
|
6177
|
+
MarkUnsolicitedPaymentComponent.prototype.formBuilder;
|
|
6178
|
+
/**
|
|
6179
|
+
* @type {?}
|
|
6180
|
+
* @private
|
|
6181
|
+
*/
|
|
6182
|
+
MarkUnsolicitedPaymentComponent.prototype.paymentViewService;
|
|
6183
|
+
/**
|
|
6184
|
+
* @type {?}
|
|
6185
|
+
* @private
|
|
6186
|
+
*/
|
|
6187
|
+
MarkUnsolicitedPaymentComponent.prototype.paymentLibComponent;
|
|
6188
|
+
/**
|
|
6189
|
+
* @type {?}
|
|
6190
|
+
* @private
|
|
6191
|
+
*/
|
|
6192
|
+
MarkUnsolicitedPaymentComponent.prototype.bulkScaningPaymentService;
|
|
6193
|
+
}
|
|
4902
6194
|
|
|
4903
6195
|
/**
|
|
4904
6196
|
* @fileoverview added by tsickle
|
|
4905
|
-
*
|
|
6197
|
+
* Generated from: lib/components/unprocessed-payments/unprocessed-payments.component.ts
|
|
6198
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
4906
6199
|
*/
|
|
4907
6200
|
class UnprocessedPaymentsComponent {
|
|
4908
6201
|
/**
|
|
@@ -4912,12 +6205,12 @@ class UnprocessedPaymentsComponent {
|
|
|
4912
6205
|
* @param {?} paymentViewService
|
|
4913
6206
|
* @param {?} OrderslistService
|
|
4914
6207
|
*/
|
|
4915
|
-
constructor(router, bulkScaningPaymentService, paymentLibComponent, paymentViewService, OrderslistService
|
|
6208
|
+
constructor(router, bulkScaningPaymentService, paymentLibComponent, paymentViewService, OrderslistService) {
|
|
4916
6209
|
this.router = router;
|
|
4917
6210
|
this.bulkScaningPaymentService = bulkScaningPaymentService;
|
|
4918
6211
|
this.paymentLibComponent = paymentLibComponent;
|
|
4919
6212
|
this.paymentViewService = paymentViewService;
|
|
4920
|
-
this.OrderslistService = OrderslistService
|
|
6213
|
+
this.OrderslistService = OrderslistService;
|
|
4921
6214
|
this.selectedUnprocessedFeeEvent = new EventEmitter();
|
|
4922
6215
|
this.getUnprocessedFeeCount = new EventEmitter();
|
|
4923
6216
|
this.viewStatus = 'main';
|
|
@@ -5151,7 +6444,7 @@ class UnprocessedPaymentsComponent {
|
|
|
5151
6444
|
UnprocessedPaymentsComponent.decorators = [
|
|
5152
6445
|
{ type: Component, args: [{
|
|
5153
6446
|
selector: 'ccpay-app-unprocessed-payments',
|
|
5154
|
-
template: "<!-- <ng-container *ngIf=\"IS_BUTTON_ENABLE\">\n <div class=\"unprocessed-payments govuk-grid-column-full govuk-!-padding-bottom-3\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='CASETRANSACTION'>\n <h3 class=\"heading-medium\" *ngIf=\"!IS_BUTTON_ENABLE\">Unprocessed payments</h3>\n <h3 class=\"heading-medium\" *ngIf=\"IS_BUTTON_ENABLE\">Unallocated payments</h3>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\" *ngIf=\"IS_BUTTON_ENABLE && !isTurnOff\">Select</td>\n <td class=\"govuk-table__header\" scope=\"col\" *ngIf=\"IS_BUTTON_ENABLE && isTurnOff\"><a href=\"#\" (click)=\"unprocessedPaymentUnSelectEvent($event)\">Unselect</a></td>\n \n <td class=\"govuk-table__header\" scope=\"col\">Payment asset number (DCN)</td>\n <td class=\"govuk-table__header\" scope=\"col\">Banked date</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Method</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" >\n <tr class=\"govuk-table__row\" *ngFor=\"let unassignedRecord of unassignedRecordList; let i of index;\">\n <td class=\"govuk-table__cell\" *ngIf=\"IS_BUTTON_ENABLE\">\n <div class=\"multiple-choice unprocessed-payments--radio-button\">\n <input id=\"'unpaiedFee'+i+''\"\n aria-label=\"unassignedRecord\"\n name=\"unassignedRecord\"\n type=\"radio\"\n [(ngModel)]=\"recordId\"\n (click)=\"unprocessedPaymentSelectEvent(unassignedRecord.dcn_reference)\"\n value=\"{{unassignedRecord.dcn_reference}}\" />\n <label for=\"radio-inline-1\"></label>\n </div>\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n {{unassignedRecord.dcn_reference}}\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{unassignedRecord.date_banked | date:'dd MMM yyyy'}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{unassignedRecord.amount | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td class=\"capitalize govuk-table__cell whitespace-inherit\"> {{ trimUnderscore(unassignedRecord.payment_method) | lowercase}} </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"upPaymentErrorMessage !== null\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No unallocated payments record available</td>\n </tbody>\n </table>\n <div class=\"button-grb\" *ngIf=\"IS_BUTTON_ENABLE && !isTurnOff\">\n <button type=\"button\"\n [disabled]=\"!isAllocatedToNewFeebtnEnabled\"\n [ngClass]=\"!isAllocatedToNewFeebtnEnabled ? 'button govuk-button--secondary button--disabled govuk-!-margin-right-1' : 'button govuk-button--secondary govuk-!-margin-right-1'\" (click)=\"redirectToFeeSearchPage($event)\">\n Allocate to a new fee\n </button>\n <button type=\"button\" \n [disabled]=\"!isAllocateToExistingFeebtnEnabled\"\n [ngClass]='!isAllocateToExistingFeebtnEnabled ? \"button govuk-button--secondary button--disabled govuk-!-margin-right-1\" : \"button govuk-button--secondary govuk-!-margin-right-1\"' (click)=\"goToAllocatePage()\">\n Allocate to an existing fee\n </button>\n <button type=\"button\" \n [disabled]=\"!isMarkAsUnidentifiedbtnEnabled\"\n [ngClass]='!isMarkAsUnidentifiedbtnEnabled ? \"button govuk-button--secondary button--disabled govuk-!-margin-right-1\" : \"button govuk-button--secondary govuk-!-margin-right-1\"' (click)=\"loadUnsolicitedPage('unidentifiedPage')\">\n Mark as unidentified\n </button>\n <button type=\"button\" \n [disabled]=\"!isUnprocessedRecordSelected\"\n [ngClass]='!isUnprocessedRecordSelected ? \"button govuk-button--secondary button--disabled govuk-!-margin-right-1\" : \"button govuk-button--secondary govuk-!-margin-right-1\"' (click)=\"loadUnsolicitedPage('unsolicitedPage')\">\n Mark as transferred\n </button> \n </div>\n \n <div class=\"button-grb\" *ngIf=\"IS_BUTTON_ENABLE && isTurnOff\">\n <button type=\"button\"\n [disabled]=\"!isAllocatedToNewFeebtnEnabled\"\n [ngClass]=\"!isAllocatedToNewFeebtnEnabled ? 'button button--disabled govuk-!-margin-right-1' : 'button govuk-!-margin-right-1'\" (click)=\"redirectToFeeSearchPage($event)\">\n Allocate to a new fee\n </button>\n <button type=\"button\" \n [disabled]=\"!isAllocateToExistingFeebtnEnabled\"\n [ngClass]='!isAllocateToExistingFeebtnEnabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"' (click)=\"goToAllocatePage()\">\n Allocate to an existing fee\n </button>\n <button type=\"button\" \n [disabled]=\"!isMarkAsUnidentifiedbtnEnabled\"\n [ngClass]='!isMarkAsUnidentifiedbtnEnabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"' (click)=\"loadUnsolicitedPage('unidentifiedPage')\">\n Mark as unidentified\n </button>\n <button type=\"button\" \n [disabled]=\"!isUnprocessedRecordSelected\"\n [ngClass]='!isUnprocessedRecordSelected ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"' (click)=\"loadUnsolicitedPage('unsolicitedPage')\">\n Mark as transferred\n </button> \n </div>\n </div>\n</ng-container> -->\n\n\n<ng-container *ngIf=\"!IS_BUTTON_ENABLE\">\n <table class=\"govuk-table\">\n \n <thead class=\"govuk-table__head\" *ngIf='PAYMENTSLENGTH === 0 '>\n <!-- <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-14\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-10\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-14\" scope=\"col\">Date</td>\n <td class=\"govuk-table__header col-20\" scope=\"col\">Request reference</td>\n <td class=\"govuk-table__header col-9\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr> -->\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\" *ngFor=\"let unassignedRecord of unassignedRecordList; let i of index;\">\n <td class=\"govuk-table__cell whitespace-inherit\" class=\"col-13\">\n Unallocated \n </td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{unassignedRecord.amount | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\"></td>\n </tr>\n </tbody>\n \n </table>\n\n</ng-container>\n\n\n<!--Orders Unallocated changes-->\n<ng-container *ngIf=\"IS_BUTTON_ENABLE\">\n <div class=\"unprocessed-payments\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='CASETRANSACTION'>\n <table class=\"table\">\n \n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-13\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-9\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-16\" scope=\"col\">Date allocated</td>\n <td class=\"govuk-table__header col-24\" colspan=\"3\" scope=\"col\">Request reference</td>\n <td class=\"govuk-table__header col-13\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody>\n <ng-container *ngFor=\"let unassignedRecord of unassignedRecordList; let i of index;\">\n <tr>\n <td class=\"govuk-table__cell whitespace-inherit col-13\" >\n Unallocated \n </td>\n <td class=\"govuk-table__cell whitespace-inherit col-10\">\n {{unassignedRecord.amount | currency :'GBP':'symbol':'1.2-2'}}\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\" colspan=\"8\">\n <div *ngIf=\"IS_BUTTON_ENABLE && !isTurnOff\" class=\"alignright\">\n <button type=\"button\"\n [disabled]=\"!isAllocatedToNewFeebtnEnabled\"\n [ngClass]=\"!isAllocatedToNewFeebtnEnabled ? 'button govuk-button--secondary button--disabled' : 'button govuk-button--secondary'\" (click)=\"redirectToFeeSearchPage($event,unassignedRecord.dcn_reference)\">\n Allocate to new service request\n </button><br/>\n <button type=\"button\" \n [disabled]=\"!isAllocateToExistingFeebtnEnabled\"\n [ngClass]='!isAllocateToExistingFeebtnEnabled ? \"button govuk-button--secondary button--disabled\" : \"button govuk-button--secondary\"' (click)=\"goToAllocatePage(unassignedRecord.dcn_reference)\">\n Allocate to existing service request \n </button>\n </div>\n \n </td>\n </tr>\n \n <!-- <ng-container> -->\n <tr>\n <td class=\"unassigned noborders\" colspan=\"10\">\n <summary (click)=\"unassignedRecord.expanded = !unassignedRecord.expanded\" class=\"govuk-details__summary\">\n <span class=\"govuk-details__summary-text\">\n More details and actions\n </span>\n </summary>\n <div *ngIf=\"unassignedRecord.expanded\" class=\"govuk-details__text govuk-!-margin-bottom-5 paddingright\">\n <dl class=\"govuk-summary-list govuk-!-margin-bottom-5\">\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Method\n </dt>\n <dd class=\"govuk-summary-list__value\">\n {{ trimUnderscore(unassignedRecord.payment_method) | lowercase}}\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Payment assest number (DCN) \n </dt>\n <dd class=\"govuk-summary-list__value\">\n {{unassignedRecord.dcn_reference}}\n </dd>\n </div>\n </dl>\n <div class=\" govuk-!-margin-bottom-5\">\n <button type=\"button\" \n [disabled]=\"!isMarkAsUnidentifiedbtnEnabled\"\n [ngClass]='!isMarkAsUnidentifiedbtnEnabled ? \"button govuk-button--secondary button--disabled\" : \"button govuk-button--secondary\"' (click)=\"loadUnsolicitedPage('unidentifiedPage',unassignedRecord.dcn_reference)\">\n Mark as unidentified\n </button>\n </div>\n <div>\n <button type=\"button\" \n [disabled]=\"!isUnprocessedRecordSelected\"\n [ngClass]='!isUnprocessedRecordSelected ? \"button govuk-button--secondary button--disabled\" : \"button govuk-button--secondary\"' (click)=\"loadUnsolicitedPage('unsolicitedPage',unassignedRecord.dcn_reference)\">\n Mark as transferred\n </button> \n </div>\n\n </div>\n </td> \n </tr> \n <!-- </ng-container> -->\n </ng-container>\n </tbody>\n </table>\n \n </div>\n</ng-container>\n\n<ng-container *ngIf=\"viewStatus === 'main'\">\n\n</ng-container>\n<!-- <ng-container *ngIf=\"PAYMENTSLENGTH === 0 && unassignedRecordListLength === 0\">\n <br/>No payments.<br/>\n</ng-container> -->\n\n",
|
|
6447
|
+
template: "<!-- <ng-container *ngIf=\"IS_BUTTON_ENABLE\">\n <div class=\"unprocessed-payments govuk-grid-column-full govuk-!-padding-bottom-3\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='CASETRANSACTION'>\n <h3 class=\"heading-medium\" *ngIf=\"!IS_BUTTON_ENABLE\">Unprocessed payments</h3>\n <h3 class=\"heading-medium\" *ngIf=\"IS_BUTTON_ENABLE\">Unallocated payments</h3>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\" *ngIf=\"IS_BUTTON_ENABLE && !isTurnOff\">Select</td>\n <td class=\"govuk-table__header\" scope=\"col\" *ngIf=\"IS_BUTTON_ENABLE && isTurnOff\"><a href=\"#\" (click)=\"unprocessedPaymentUnSelectEvent($event)\">Unselect</a></td>\n \n <td class=\"govuk-table__header\" scope=\"col\">Payment asset number (DCN)</td>\n <td class=\"govuk-table__header\" scope=\"col\">Banked date</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Method</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\" >\n <tr class=\"govuk-table__row\" *ngFor=\"let unassignedRecord of unassignedRecordList; let i of index;\">\n <td class=\"govuk-table__cell\" *ngIf=\"IS_BUTTON_ENABLE\">\n <div class=\"multiple-choice unprocessed-payments--radio-button\">\n <input id=\"'unpaiedFee'+i+''\"\n aria-label=\"unassignedRecord\"\n name=\"unassignedRecord\"\n type=\"radio\"\n [(ngModel)]=\"recordId\"\n (click)=\"unprocessedPaymentSelectEvent(unassignedRecord.dcn_reference)\"\n value=\"{{unassignedRecord.dcn_reference}}\" />\n <label for=\"radio-inline-1\"></label>\n </div>\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\">\n {{unassignedRecord.dcn_reference}}\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{unassignedRecord.date_banked | date:'dd MMM yyyy'}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{unassignedRecord.amount | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td class=\"capitalize govuk-table__cell whitespace-inherit\"> {{ trimUnderscore(unassignedRecord.payment_method) | lowercase}} </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"upPaymentErrorMessage !== null\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No unallocated payments record available</td>\n </tbody>\n </table>\n <div class=\"button-grb\" *ngIf=\"IS_BUTTON_ENABLE && !isTurnOff\">\n <button type=\"button\"\n [disabled]=\"!isAllocatedToNewFeebtnEnabled\"\n [ngClass]=\"!isAllocatedToNewFeebtnEnabled ? 'button govuk-button--secondary button--disabled govuk-!-margin-right-1' : 'button govuk-button--secondary govuk-!-margin-right-1'\" (click)=\"redirectToFeeSearchPage($event)\">\n Allocate to a new fee\n </button>\n <button type=\"button\" \n [disabled]=\"!isAllocateToExistingFeebtnEnabled\"\n [ngClass]='!isAllocateToExistingFeebtnEnabled ? \"button govuk-button--secondary button--disabled govuk-!-margin-right-1\" : \"button govuk-button--secondary govuk-!-margin-right-1\"' (click)=\"goToAllocatePage()\">\n Allocate to an existing fee\n </button>\n <button type=\"button\" \n [disabled]=\"!isMarkAsUnidentifiedbtnEnabled\"\n [ngClass]='!isMarkAsUnidentifiedbtnEnabled ? \"button govuk-button--secondary button--disabled govuk-!-margin-right-1\" : \"button govuk-button--secondary govuk-!-margin-right-1\"' (click)=\"loadUnsolicitedPage('unidentifiedPage')\">\n Mark as unidentified\n </button>\n <button type=\"button\" \n [disabled]=\"!isUnprocessedRecordSelected\"\n [ngClass]='!isUnprocessedRecordSelected ? \"button govuk-button--secondary button--disabled govuk-!-margin-right-1\" : \"button govuk-button--secondary govuk-!-margin-right-1\"' (click)=\"loadUnsolicitedPage('unsolicitedPage')\">\n Mark as transferred\n </button> \n </div>\n \n <div class=\"button-grb\" *ngIf=\"IS_BUTTON_ENABLE && isTurnOff\">\n <button type=\"button\"\n [disabled]=\"!isAllocatedToNewFeebtnEnabled\"\n [ngClass]=\"!isAllocatedToNewFeebtnEnabled ? 'button button--disabled govuk-!-margin-right-1' : 'button govuk-!-margin-right-1'\" (click)=\"redirectToFeeSearchPage($event)\">\n Allocate to a new fee\n </button>\n <button type=\"button\" \n [disabled]=\"!isAllocateToExistingFeebtnEnabled\"\n [ngClass]='!isAllocateToExistingFeebtnEnabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"' (click)=\"goToAllocatePage()\">\n Allocate to an existing fee\n </button>\n <button type=\"button\" \n [disabled]=\"!isMarkAsUnidentifiedbtnEnabled\"\n [ngClass]='!isMarkAsUnidentifiedbtnEnabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"' (click)=\"loadUnsolicitedPage('unidentifiedPage')\">\n Mark as unidentified\n </button>\n <button type=\"button\" \n [disabled]=\"!isUnprocessedRecordSelected\"\n [ngClass]='!isUnprocessedRecordSelected ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"' (click)=\"loadUnsolicitedPage('unsolicitedPage')\">\n Mark as transferred\n </button> \n </div>\n </div>\n</ng-container> -->\n\n\n<ng-container *ngIf=\"!IS_BUTTON_ENABLE\">\n <table class=\"govuk-table\">\n \n <thead class=\"govuk-table__head\" *ngIf='PAYMENTSLENGTH === 0 '>\n <!-- <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-14\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-10\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-14\" scope=\"col\">Date</td>\n <td class=\"govuk-table__header col-20\" scope=\"col\">Request reference</td>\n <td class=\"govuk-table__header col-9\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr> -->\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\" *ngFor=\"let unassignedRecord of unassignedRecordList; let i of index;\">\n <td class=\"govuk-table__cell whitespace-inherit\" class=\"col-13\">\n Unallocated \n </td>\n <td class=\"govuk-table__cell whitespace-inherit\"> {{unassignedRecord.amount | currency :'GBP':'symbol':'1.2-2'}}</td>\n <td class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\"></td>\n <td class=\"govuk-table__cell whitespace-inherit\"></td>\n </tr>\n </tbody>\n \n </table>\n\n</ng-container>\n\n\n<!--Orders Unallocated changes-->\n<ng-container *ngIf=\"IS_BUTTON_ENABLE\">\n <div class=\"unprocessed-payments\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='CASETRANSACTION'>\n <table class=\"table\">\n \n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header col-13\" scope=\"col\">Status</td>\n <td class=\"govuk-table__header col-9\" scope=\"col\">Amount</td>\n <td class=\"govuk-table__header col-16\" scope=\"col\">Date allocated</td>\n <td class=\"govuk-table__header col-24\" colspan=\"3\" scope=\"col\">Request reference</td>\n <td class=\"govuk-table__header col-13\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n </tr>\n </thead>\n <tbody>\n <ng-container *ngFor=\"let unassignedRecord of unassignedRecordList; let i of index;\">\n <tr>\n <td class=\"govuk-table__cell whitespace-inherit col-13\" >\n Unallocated \n </td>\n <td class=\"govuk-table__cell whitespace-inherit col-10\">\n {{unassignedRecord.amount | currency :'GBP':'symbol':'1.2-2'}}\n </td>\n <td class=\"govuk-table__cell whitespace-inherit\" colspan=\"8\">\n <div *ngIf=\"IS_BUTTON_ENABLE && !isTurnOff\" class=\"alignright\">\n <button type=\"button\"\n [disabled]=\"!isAllocatedToNewFeebtnEnabled\"\n [ngClass]=\"!isAllocatedToNewFeebtnEnabled ? 'button govuk-button--secondary button--disabled' : 'button govuk-button--secondary'\" (click)=\"redirectToFeeSearchPage($event,unassignedRecord.dcn_reference)\">\n Allocate to new service request\n </button><br/>\n <button type=\"button\" \n [disabled]=\"!isAllocateToExistingFeebtnEnabled\"\n [ngClass]='!isAllocateToExistingFeebtnEnabled ? \"button govuk-button--secondary button--disabled\" : \"button govuk-button--secondary\"' (click)=\"goToAllocatePage(unassignedRecord.dcn_reference)\">\n Allocate to existing service request \n </button>\n </div>\n \n </td>\n </tr>\n \n <!-- <ng-container> -->\n <tr>\n <td class=\"unassigned noborders\" colspan=\"10\">\n <summary (click)=\"unassignedRecord.expanded = !unassignedRecord.expanded\" class=\"govuk-details__summary\">\n <span class=\"govuk-details__summary-text\">\n More details and actions\n </span>\n </summary>\n <div *ngIf=\"unassignedRecord.expanded\" class=\"govuk-details__text govuk-!-margin-bottom-5 paddingright\">\n <dl class=\"govuk-summary-list govuk-!-margin-bottom-5\">\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Method\n </dt>\n <dd class=\"govuk-summary-list__value\">\n {{ trimUnderscore(unassignedRecord.payment_method) | lowercase}}\n </dd>\n </div>\n <div class=\"govuk-summary-list__row\">\n <dt class=\"govuk-summary-list__key\">\n Payment assest number (DCN) \n </dt>\n <dd class=\"govuk-summary-list__value\">\n {{unassignedRecord.dcn_reference}}\n </dd>\n </div>\n </dl>\n <div class=\" govuk-!-margin-bottom-5\">\n <button type=\"button\" \n [disabled]=\"!isMarkAsUnidentifiedbtnEnabled\"\n [ngClass]='!isMarkAsUnidentifiedbtnEnabled ? \"button govuk-button--secondary button--disabled\" : \"button govuk-button--secondary\"' (click)=\"loadUnsolicitedPage('unidentifiedPage',unassignedRecord.dcn_reference)\">\n Mark as unidentified\n </button>\n </div>\n <div>\n <button type=\"button\" \n [disabled]=\"!isUnprocessedRecordSelected\"\n [ngClass]='!isUnprocessedRecordSelected ? \"button govuk-button--secondary button--disabled\" : \"button govuk-button--secondary\"' (click)=\"loadUnsolicitedPage('unsolicitedPage',unassignedRecord.dcn_reference)\">\n Mark as transferred\n </button> \n </div>\n\n </div>\n </td> \n </tr> \n <!-- </ng-container> -->\n </ng-container>\n </tbody>\n </table>\n \n </div>\n</ng-container>\n\n<ng-container *ngIf=\"viewStatus === 'main'\">\n\n</ng-container>\n<!-- <ng-container *ngIf=\"PAYMENTSLENGTH === 0 && unassignedRecordListLength === 0\">\n <br/>No payments.<br/>\n</ng-container> -->\n\n",
|
|
5155
6448
|
styles: [".unprocessed-payments .unprocessed-payments--radio-button{bottom:10px}.disable{text-decoration:none;padding:.526315em .789473em .263157em;cursor:default;color:#fff;background-color:#00823b;pointer-events:none;font-size:1em;line-height:1.25;outline:transparent solid 1px;outline-offset:-1px;-webkit-appearance:none;box-shadow:0 2px 0 #003618}.button.disabled,.button[disabled=disabled],.button[disabled]{zoom:1;opacity:.5}.button.disabled:active,.button[disabled=disabled]:active,.button[disabled]:active{top:0;box-shadow:0 2px 0 #003618}.button[disabled=disabled]{background:#00823b}.col-13{width:13%!important}.col-17{width:17%!important}.col-12{width:12%!important}.col-9{width:9%!important}.col-15{width:15%!important}.lowercase{text-transform:lowercase}.capitalize::first-letter{text-transform:uppercase}.whitespace-inherit{white-space:inherit!important}.top_row{display:table;width:100%}.top_row>div{display:table-cell;width:50%;border-bottom:1px solid #eee}.unassigned{border-top:hidden}.col-16{width:16%!important}.col-10{width:10%!important}.col-14{width:14%!important}.col-19{width:19%!important;padding-left:0!important}.col-18{width:18%!important;padding-left:0!important;padding-right:0!important}.col-21{width:21%!important}.col-20{width:20%!important}.col-11{width:11%!important}.col-37{width:37%!important}.noborders>td{border-color:transparent;border-top-style:hidden;border-right-style:hidden;border-left-style:hidden}.govuk-button--secondary{margin-bottom:10px}.govuk-summary-list{font-size:19px}.govuk-summary-list__key{width:35%}td{white-space:nowrap;overflow:hidden!important}table{table-layout:fixed;width:100%}td,th{word-wrap:break-word}.alignright{text-align:right}.paddingright{padding-right:0}"]
|
|
5156
6449
|
}] }
|
|
5157
6450
|
];
|
|
@@ -5175,10 +6468,98 @@ UnprocessedPaymentsComponent.propDecorators = {
|
|
|
5175
6468
|
selectedUnprocessedFeeEvent: [{ type: Output }],
|
|
5176
6469
|
getUnprocessedFeeCount: [{ type: Output }]
|
|
5177
6470
|
};
|
|
6471
|
+
if (false) {
|
|
6472
|
+
/** @type {?} */
|
|
6473
|
+
UnprocessedPaymentsComponent.prototype.FEE_RECORDS_EXISTS;
|
|
6474
|
+
/** @type {?} */
|
|
6475
|
+
UnprocessedPaymentsComponent.prototype.PAYMENTREF;
|
|
6476
|
+
/** @type {?} */
|
|
6477
|
+
UnprocessedPaymentsComponent.prototype.ISTURNOFF;
|
|
6478
|
+
/** @type {?} */
|
|
6479
|
+
UnprocessedPaymentsComponent.prototype.IS_BUTTON_ENABLE;
|
|
6480
|
+
/** @type {?} */
|
|
6481
|
+
UnprocessedPaymentsComponent.prototype.IS_OS_AMT_AVAILABLE;
|
|
6482
|
+
/** @type {?} */
|
|
6483
|
+
UnprocessedPaymentsComponent.prototype.ISSFENABLE;
|
|
6484
|
+
/** @type {?} */
|
|
6485
|
+
UnprocessedPaymentsComponent.prototype.PAYMENTSLENGTH;
|
|
6486
|
+
/** @type {?} */
|
|
6487
|
+
UnprocessedPaymentsComponent.prototype.LEVEL;
|
|
6488
|
+
/** @type {?} */
|
|
6489
|
+
UnprocessedPaymentsComponent.prototype.selectedUnprocessedFeeEvent;
|
|
6490
|
+
/** @type {?} */
|
|
6491
|
+
UnprocessedPaymentsComponent.prototype.getUnprocessedFeeCount;
|
|
6492
|
+
/** @type {?} */
|
|
6493
|
+
UnprocessedPaymentsComponent.prototype.viewStatus;
|
|
6494
|
+
/** @type {?} */
|
|
6495
|
+
UnprocessedPaymentsComponent.prototype.unassignedRecordList;
|
|
6496
|
+
/** @type {?} */
|
|
6497
|
+
UnprocessedPaymentsComponent.prototype.upPaymentErrorMessage;
|
|
6498
|
+
/** @type {?} */
|
|
6499
|
+
UnprocessedPaymentsComponent.prototype.ccdCaseNumber;
|
|
6500
|
+
/** @type {?} */
|
|
6501
|
+
UnprocessedPaymentsComponent.prototype.recordId;
|
|
6502
|
+
/** @type {?} */
|
|
6503
|
+
UnprocessedPaymentsComponent.prototype.isRecordExist;
|
|
6504
|
+
/** @type {?} */
|
|
6505
|
+
UnprocessedPaymentsComponent.prototype.dcnNumber;
|
|
6506
|
+
/** @type {?} */
|
|
6507
|
+
UnprocessedPaymentsComponent.prototype.selectedOption;
|
|
6508
|
+
/** @type {?} */
|
|
6509
|
+
UnprocessedPaymentsComponent.prototype.isUnprocessedRecordSelected;
|
|
6510
|
+
/** @type {?} */
|
|
6511
|
+
UnprocessedPaymentsComponent.prototype.isAllocateToExistingFeebtnEnabled;
|
|
6512
|
+
/** @type {?} */
|
|
6513
|
+
UnprocessedPaymentsComponent.prototype.isMarkAsUnidentifiedbtnEnabled;
|
|
6514
|
+
/** @type {?} */
|
|
6515
|
+
UnprocessedPaymentsComponent.prototype.isAllocatedToNewFeebtnEnabled;
|
|
6516
|
+
/** @type {?} */
|
|
6517
|
+
UnprocessedPaymentsComponent.prototype.isExceptionCase;
|
|
6518
|
+
/** @type {?} */
|
|
6519
|
+
UnprocessedPaymentsComponent.prototype.serviceId;
|
|
6520
|
+
/** @type {?} */
|
|
6521
|
+
UnprocessedPaymentsComponent.prototype.isBulkScanEnable;
|
|
6522
|
+
/** @type {?} */
|
|
6523
|
+
UnprocessedPaymentsComponent.prototype.isTurnOff;
|
|
6524
|
+
/** @type {?} */
|
|
6525
|
+
UnprocessedPaymentsComponent.prototype.isStFixEnable;
|
|
6526
|
+
/** @type {?} */
|
|
6527
|
+
UnprocessedPaymentsComponent.prototype.unassignedRecordSelectedList;
|
|
6528
|
+
/** @type {?} */
|
|
6529
|
+
UnprocessedPaymentsComponent.prototype.unassignedRecordListLength;
|
|
6530
|
+
/** @type {?} */
|
|
6531
|
+
UnprocessedPaymentsComponent.prototype.showContent;
|
|
6532
|
+
/**
|
|
6533
|
+
* @type {?}
|
|
6534
|
+
* @private
|
|
6535
|
+
*/
|
|
6536
|
+
UnprocessedPaymentsComponent.prototype.router;
|
|
6537
|
+
/**
|
|
6538
|
+
* @type {?}
|
|
6539
|
+
* @private
|
|
6540
|
+
*/
|
|
6541
|
+
UnprocessedPaymentsComponent.prototype.bulkScaningPaymentService;
|
|
6542
|
+
/**
|
|
6543
|
+
* @type {?}
|
|
6544
|
+
* @private
|
|
6545
|
+
*/
|
|
6546
|
+
UnprocessedPaymentsComponent.prototype.paymentLibComponent;
|
|
6547
|
+
/**
|
|
6548
|
+
* @type {?}
|
|
6549
|
+
* @private
|
|
6550
|
+
*/
|
|
6551
|
+
UnprocessedPaymentsComponent.prototype.paymentViewService;
|
|
6552
|
+
/**
|
|
6553
|
+
* @type {?}
|
|
6554
|
+
* @private
|
|
6555
|
+
*/
|
|
6556
|
+
UnprocessedPaymentsComponent.prototype.OrderslistService;
|
|
6557
|
+
}
|
|
5178
6558
|
|
|
5179
6559
|
/**
|
|
5180
6560
|
* @fileoverview added by tsickle
|
|
5181
|
-
*
|
|
6561
|
+
* Generated from: lib/components/processed-payments/processed-payments.component.ts
|
|
6562
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5182
6563
|
*/
|
|
5183
6564
|
class ProcessedPaymentsComponent {
|
|
5184
6565
|
/**
|
|
@@ -5228,10 +6609,27 @@ ProcessedPaymentsComponent.propDecorators = {
|
|
|
5228
6609
|
NONPAYMENTS: [{ type: Input, args: ['NONPAYMENTS',] }],
|
|
5229
6610
|
goToPaymentViewComponent: [{ type: Output }]
|
|
5230
6611
|
};
|
|
6612
|
+
if (false) {
|
|
6613
|
+
/** @type {?} */
|
|
6614
|
+
ProcessedPaymentsComponent.prototype.NONPAYMENTS;
|
|
6615
|
+
/** @type {?} */
|
|
6616
|
+
ProcessedPaymentsComponent.prototype.goToPaymentViewComponent;
|
|
6617
|
+
/**
|
|
6618
|
+
* @type {?}
|
|
6619
|
+
* @private
|
|
6620
|
+
*/
|
|
6621
|
+
ProcessedPaymentsComponent.prototype.router;
|
|
6622
|
+
/**
|
|
6623
|
+
* @type {?}
|
|
6624
|
+
* @private
|
|
6625
|
+
*/
|
|
6626
|
+
ProcessedPaymentsComponent.prototype.bulkScaningPaymentService;
|
|
6627
|
+
}
|
|
5231
6628
|
|
|
5232
6629
|
/**
|
|
5233
6630
|
* @fileoverview added by tsickle
|
|
5234
|
-
*
|
|
6631
|
+
* Generated from: lib/interfaces/IAllocationPaymentsRequest.ts
|
|
6632
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5235
6633
|
*/
|
|
5236
6634
|
class IAllocationPaymentsRequest {
|
|
5237
6635
|
/**
|
|
@@ -5253,10 +6651,25 @@ class IAllocationPaymentsRequest {
|
|
|
5253
6651
|
this.user_name = userName ? userName : null;
|
|
5254
6652
|
}
|
|
5255
6653
|
}
|
|
6654
|
+
if (false) {
|
|
6655
|
+
/** @type {?} */
|
|
6656
|
+
IAllocationPaymentsRequest.prototype.payment_allocation_status;
|
|
6657
|
+
/** @type {?} */
|
|
6658
|
+
IAllocationPaymentsRequest.prototype.payment_group_reference;
|
|
6659
|
+
/** @type {?} */
|
|
6660
|
+
IAllocationPaymentsRequest.prototype.payment_reference;
|
|
6661
|
+
/** @type {?} */
|
|
6662
|
+
IAllocationPaymentsRequest.prototype.reason;
|
|
6663
|
+
/** @type {?} */
|
|
6664
|
+
IAllocationPaymentsRequest.prototype.explanation;
|
|
6665
|
+
/** @type {?} */
|
|
6666
|
+
IAllocationPaymentsRequest.prototype.user_name;
|
|
6667
|
+
}
|
|
5256
6668
|
|
|
5257
6669
|
/**
|
|
5258
6670
|
* @fileoverview added by tsickle
|
|
5259
|
-
*
|
|
6671
|
+
* Generated from: lib/components/allocate-payments/allocate-payments.component.ts
|
|
6672
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5260
6673
|
*/
|
|
5261
6674
|
class AllocatePaymentsComponent {
|
|
5262
6675
|
/**
|
|
@@ -5268,14 +6681,14 @@ class AllocatePaymentsComponent {
|
|
|
5268
6681
|
* @param {?} bulkScaningPaymentService
|
|
5269
6682
|
* @param {?} OrderslistService
|
|
5270
6683
|
*/
|
|
5271
|
-
constructor(errorHandlerService, caseTransactionsService, formBuilder, paymentViewService, paymentLibComponent, bulkScaningPaymentService, OrderslistService
|
|
6684
|
+
constructor(errorHandlerService, caseTransactionsService, formBuilder, paymentViewService, paymentLibComponent, bulkScaningPaymentService, OrderslistService) {
|
|
5272
6685
|
this.errorHandlerService = errorHandlerService;
|
|
5273
6686
|
this.caseTransactionsService = caseTransactionsService;
|
|
5274
6687
|
this.formBuilder = formBuilder;
|
|
5275
6688
|
this.paymentViewService = paymentViewService;
|
|
5276
6689
|
this.paymentLibComponent = paymentLibComponent;
|
|
5277
6690
|
this.bulkScaningPaymentService = bulkScaningPaymentService;
|
|
5278
|
-
this.OrderslistService = OrderslistService
|
|
6691
|
+
this.OrderslistService = OrderslistService;
|
|
5279
6692
|
this.unAllocatedPayment = {
|
|
5280
6693
|
amount: 0
|
|
5281
6694
|
};
|
|
@@ -5786,7 +7199,7 @@ class AllocatePaymentsComponent {
|
|
|
5786
7199
|
AllocatePaymentsComponent.decorators = [
|
|
5787
7200
|
{ type: Component, args: [{
|
|
5788
7201
|
selector: 'app-allocate-payments',
|
|
5789
|
-
template: "<div class=\"allocate-payments\">\n <ng-container *ngIf=\"viewStatus === 'mainForm' && !isTurnOff\">\n\n <div class=\"govuk-breadcrumbs\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a (click)=\"gotoCasetransationPage()\" class=\"govuk-back-link govuk-label\">Back</a>\n </li>\n </ol>\n </div>\n \n <div class=\"paymentrequest\">\n <h1 class=\"govuk-heading-xl govuk-!-margin-top-3 govuk-!-margin-bottom-4\">Select payment request</h1>\n <p class=\"govuk-!-margin-top-5 casererf\">Case reference: {{ccdReference}}</p>\n </div>\n \n <div *ngFor=\"let orderRef of orderLevelFees; let i of index;\" class=\"multiple-choice unprocessed-payments--radio-button\">\n <input id=\"'orderfee'+i+''\"\n aria-label=\"orderLevelRecord\"\n name=\"orderLevelRecord\"\n \n (click)=\"OrderListSelectEvent(orderRef.orderRefId)\"\n type=\"radio\"\n value=\"{{orderRef.orderTotalFees}}\" />\n <label for=\"radio-inline-1\"> {{orderRef.orderTotalFees | currency :'GBP':'symbol':'1.2-2'}}({{orderRef.orderStatus}})</label>\n </div>\n \n <div class=\"paymentrequest\">\n <button [disabled]=\"isContinueButtondisabled\" type=\"submit\" (click)=\"redirectToOrderFeeSearchPage()\" class=\"button allbtb button--disabled govuk-!-margin-right-1\">\n Continue\n </button>\n </div>\n \n </ng-container>\n\n <div *ngIf=\"viewStatus==='mainForm' && isTurnOff\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='ALLOCATEPAYMENTS'>\n <div class=\"govuk-breadcrumbs\" *ngIf=\"paymentRef\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a href=\"#\" (click)=\"gotoSummaryPage($event)\" class=\"govuk-back-link\">Back</a>\n </li>\n </ol>\n </div>\n <div class=\"govuk-heading-section\">\n <h1 class=\"govuk-heading-xl\">Allocate payment to fee group</h1>\n <h2 class=\"govuk-heading-l\">Amount left to be allocated:\n {{ unAllocatedPayment.amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</h2>\n </div>\n <div class=\"payment-group-section\" *ngFor=\"let paymentGroup of paymentGroups\">\n <h3 class=\"govuk-heading-m\">Group reference: {{paymentGroup.payment_group_reference}}</h3>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\">Code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Description</td>\n <td class=\"govuk-table__header\" scope=\"col\">Volume</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Calculated amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Group amount outstanding</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell govuk-table__cell--col1 govuk-table__custom--col1\"\n [attr.rowspan]=\"paymentGroup.fees.length\" *ngIf=\"i==0\">\n <div class=\"multiple-choice\">\n <input id=\"unpaiedFee-{{i}}\" name=\"unassignedRecord\" type=\"radio\"\n (click)=\"selectedPaymentGroup(paymentGroup)\" />\n <label for=\"unpaiedFee-{{i}}\"></label>\n </div>\n </td>\n <td class=\"govuk-table__cell govuk-table__cell--col1\">{{fee.code}}</td>\n <td class=\"govuk-table__cell govuk-table__cell--col2\"> {{fee.description}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col3\"> {{fee.volume? fee.volume : '-'}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col4\">\n {{ fee.fee_amount | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col5\">\n {{fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col6 govuk-table__custom--col6\"\n [attr.rowspan]=\"paymentGroup.fees.length\" *ngIf=\"i==0\">\n {{getGroupOutstandingAmount(paymentGroup) | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n\n </tr>\n\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.fees.length==0\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n </div>\n <div class=\"govuk-button-group-allocate\">\n <button type=\"button\" class=\"button govuk-!-margin-right-1\" [disabled]=\"isContinueButtondisabled\"\n (click)=\"saveAndContinue()\">\n Continue\n </button>\n <button type=\"button\" class=\"button govuk-button--secondary\" (click)=\"gotoCasetransationPage()\">\n Cancel\n </button>\n </div>\n </div>\n\n <ng-container *ngIf=\"(viewStatus === 'mainForm' && isTurnOff) || viewStatus === 'allocatePaymentConfirmation'\">\n <ccpay-error-banner *ngIf=\"errorMessage.showError\" [errorMessage]=\"errorMessage\"></ccpay-error-banner>\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='{{feedbackUrlLabel}}'>\n <h1 class=\"govuk-heading-xl\">Confirm allocation</h1>\n <h2 class=\"govuk-heading-l govuk-heading-l--custom\">\n Amount to be allocated: {{amountForAllocation | currency:'GBP':'symbol-narrow':'1.2-2'}}\n </h2>\n <div class=\"payment-group-section\" *ngIf=\"paymentGroup\">\n <h3 class=\"govuk-heading-m--custom\" *ngIf=\"isTurnOff\">Group reference: {{paymentGroup.payment_group_reference}}\n </h3>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Description</td>\n <td class=\"govuk-table__header\" scope=\"col\">Volume</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Calculated amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount Due</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell govuk-table__cell--col1\">{{fee.code}}</td>\n <td class=\"govuk-table__cell govuk-table__cell--col2\"> {{fee.description}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col3\"> {{fee.volume? fee.volume : '-'}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col4\">\n {{ fee.fee_amount | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col5\">\n {{fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2'}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col6\" [attr.rowspan]=\"paymentGroup.fees.length\"\n *ngIf=\"i==0\"> {{afterFeeAllocateOutstanding | currency:'GBP':'symbol-narrow':'1.2-2'}} </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.fees.length == 0\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n </div>\n <div class=\"govuk-warning-text\" *ngIf=\"isRemainingAmountGtZero || isRemainingAmountLtZero || remainingAmount === 0\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text govuk-warning-text__custom\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n {{paymentSectionLabel.title}} {{ remainingAmount | currency:'GBP':'symbol-narrow':'1.2-2' }}\n </strong>\n </div>\n <div class=\"govuk-form-group\" *ngIf=\"isRemainingAmountGtZero || isRemainingAmountLtZero\">\n <div class=\"govuk-form-group\">\n <fieldset class=\"govuk-fieldset\" aria-describedby=\"how-contacted-conditional-hint\">\n <span id=\"how-contacted-conditional-hint\" class=\"govuk-hint\"\n [ngClass]=\"{'inline-error-message': paymentReasonHasError}\">\n {{paymentSectionLabel.reason}}\n </span>\n <div\n [ngClass]=\"paymentReasonHasError ? 'govuk-radios govuk-radios--conditional form-group-error' : 'govuk-radios govuk-radios--conditional'\"\n data-module=\"govuk-radios\" *ngIf=\"isRemainingAmountGtZero\">\n <div class=\"govuk-radios__item\" *ngFor=\"let reason of reasonList.overPayment | keyValue\">\n <input class=\"govuk-radios__input\" id=\"{{reason.key}}\" name=\"paymentReason\" type=\"radio\"\n [(ngModel)]=\"paymentReason\" value={{reason.value}}>\n <label class=\"govuk-label govuk-radios__label govuk-font__custom\" for=\"how-contacted-conditional\">\n {{reason.value}}\n </label>\n </div>\n </div>\n <div\n [ngClass]=\"paymentReasonHasError ? 'govuk-radios govuk-radios--conditional form-group-error' : 'govuk-radios govuk-radios--conditional'\"\n data-module=\"govuk-radios\" *ngIf=\"isRemainingAmountLtZero\">\n <div class=\"govuk-radios__item\" *ngFor=\"let reason of reasonList.shortFall | keyValue\">\n <input class=\"govuk-radios__input\" id=\"{{reason.key}}\" name=\"paymentReason\" type=\"radio\"\n [(ngModel)]=\"paymentReason\" value={{reason.value}}>\n <label class=\"govuk-label govuk-radios__label govuk-font__custom\" for=\"how-contacted-conditional\">\n {{reason.value}}\n </label>\n </div>\n </div>\n </fieldset>\n </div>\n <div class=\"govuk-form-group\">\n <fieldset class=\"govuk-fieldset\" aria-describedby=\"how-contacted-conditional-hint\">\n <span id=\"how-contacted-conditional-hint\" class=\"govuk-hint\"\n [ngClass]=\"{'inline-error-message': paymentExplanationHasError}\">\n Provide an explanatory note\n </span>\n <div\n [ngClass]=\"paymentExplanationHasError ? 'govuk-radios govuk-radios--conditional form-group-error' : 'govuk-radios govuk-radios--conditional'\"\n data-module=\"govuk-radios\" *ngIf=\"isRemainingAmountGtZero\">\n <div class=\"govuk-radios__item\" *ngFor=\"let explanation of explanationList.overPayment | keyValue\">\n <input class=\"govuk-radios__input\" id=\"{{explanation.key}}\" name=\"paymentExplanation\" type=\"radio\"\n [(ngModel)]=\"paymentExplanation\" value={{explanation.value}}\n (click)=\"selectRadioButton(explanation.key, 'explanation')\">\n <label class=\"govuk-label govuk-radios__label govuk-font__custom\" for=\"how-contacted-conditional\">\n {{explanation.value}}\n </label>\n </div>\n </div>\n <div\n [ngClass]=\"paymentExplanationHasError ? 'govuk-radios govuk-radios--conditional form-group-error' : 'govuk-radios govuk-radios--conditional'\"\n data-module=\"govuk-radios\" *ngIf=\"isRemainingAmountLtZero\">\n <div class=\"govuk-radios__item\" *ngFor=\"let explanation of explanationList.shortFall | keyValue\">\n <input class=\"govuk-radios__input\" id=\"{{explanation.key}}\" name=\"paymentExplanation\" type=\"radio\"\n [(ngModel)]=\"paymentExplanation\" value={{explanation.value}}\n (click)=\"selectRadioButton(explanation.key, 'explanation')\">\n <label class=\"govuk-label govuk-radios__label govuk-font__custom\" for=\"how-contacted-conditional\">\n {{explanation.value}}\n </label>\n </div>\n </div>\n </fieldset>\n </div>\n </div>\n\n <form [formGroup]=\"overUnderPaymentForm\" novalidate>\n <div\n [ngClass]=\"isMoreDetailsBoxHide ? 'govuk-radios__conditional govuk-radios__conditional--hidden' : isPaymentDetailsEmpty || isPaymentDetailsInvalid || paymentDetailsMinHasError || paymentDetailsMaxHasError ? 'govuk-radios__conditional inline-error-border' : 'govuk-radios__conditional'\"\n id=\"conditional-how-contacted-conditional-3\">\n <div class=\"govuk-form-group\">\n <span id=\"more-detail-hint\" class=\"govuk-hint govuk-font__custom\">\n Please enter details\n </span>\n <textarea class=\"govuk-textarea\"\n [ngClass]=\"{'inline-error-class': isPaymentDetailsEmpty || isPaymentDetailsInvalid || paymentDetailsMinHasError || paymentDetailsMaxHasError}\"\n id=\"moreDetails\" name=\"moreDetails\" rows=\"5\" formControlName=\"moreDetails\">\n </textarea>\n <p class=\"inline-error-message\"\n *ngIf=\"isPaymentDetailsEmpty || isPaymentDetailsInvalid || paymentDetailsMinHasError || paymentDetailsMaxHasError\">\n <span *ngIf=\"isPaymentDetailsEmpty\">Enter a explanation</span>\n <span *ngIf=\"isPaymentDetailsInvalid\">Enter a valid explanation</span>\n <span *ngIf=\"paymentDetailsMinHasError\">Explanation should be at least 3 characters.</span>\n <span *ngIf=\"paymentDetailsMaxHasError\">Explanation should be 255 characters or under.</span>\n </p>\n </div>\n </div>\n <div class=\"govuk-button--group\">\n <button type=\"submit\" [disabled]=\"isConfirmButtondisabled\"\n [ngClass]=\"isConfirmButtondisabled ? 'button button--disabled' : 'button'\"\n (click)=\"confirmAllocatePayement()\">\n Confirm\n </button>\n <button type=\"button\" class=\"button govuk-button--secondary\" (click)=\"cancelAllocatePayment($event)\">\n Cancel\n </button>\n </div>\n </form>\n </ng-container>\n</div>",
|
|
7202
|
+
template: "<div class=\"allocate-payments\">\n <ng-container *ngIf=\"viewStatus === 'mainForm' && !isTurnOff\">\n\n <div class=\"govuk-breadcrumbs\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a (click)=\"gotoCasetransationPage()\" class=\"govuk-back-link govuk-label\">Back</a>\n </li>\n </ol>\n </div>\n \n <div class=\"paymentrequest\">\n <h1 class=\"govuk-heading-xl govuk-!-margin-top-3 govuk-!-margin-bottom-4\">Select payment request</h1>\n <p class=\"govuk-!-margin-top-5 casererf\">Case reference: {{ccdReference}}</p>\n </div>\n \n <div *ngFor=\"let orderRef of orderLevelFees; let i of index;\" class=\"multiple-choice unprocessed-payments--radio-button\">\n <input id=\"'orderfee'+i+''\"\n aria-label=\"orderLevelRecord\"\n name=\"orderLevelRecord\"\n \n (click)=\"OrderListSelectEvent(orderRef.orderRefId)\"\n type=\"radio\"\n value=\"{{orderRef.orderTotalFees}}\" />\n <label for=\"radio-inline-1\"> {{orderRef.orderTotalFees | currency :'GBP':'symbol':'1.2-2'}}({{orderRef.orderStatus}})</label>\n </div>\n \n <div class=\"paymentrequest\">\n <button [disabled]=\"isContinueButtondisabled\" type=\"submit\" (click)=\"redirectToOrderFeeSearchPage()\" class=\"button allbtb button--disabled govuk-!-margin-right-1\">\n Continue\n </button>\n </div>\n \n </ng-container>\n\n <div *ngIf=\"viewStatus==='mainForm' && isTurnOff\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='ALLOCATEPAYMENTS'>\n <div class=\"govuk-breadcrumbs\" *ngIf=\"paymentRef\">\n <ol class=\"govuk-breadcrumbs__list\">\n <li class=\"govuk-breadcrumbs__list-item\">\n <a href=\"#\" (click)=\"gotoSummaryPage($event)\" class=\"govuk-back-link\">Back</a>\n </li>\n </ol>\n </div>\n <div class=\"govuk-heading-section\">\n <h1 class=\"govuk-heading-xl\">Allocate payment to fee group</h1>\n <h2 class=\"govuk-heading-l\">Amount left to be allocated:\n {{ unAllocatedPayment.amount | currency:'GBP':'symbol-narrow':'1.2-2' }}</h2>\n </div>\n <div class=\"payment-group-section\" *ngFor=\"let paymentGroup of paymentGroups\">\n <h3 class=\"govuk-heading-m\">Group reference: {{paymentGroup.payment_group_reference}}</h3>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\"></td>\n <td class=\"govuk-table__header\" scope=\"col\">Code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Description</td>\n <td class=\"govuk-table__header\" scope=\"col\">Volume</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Calculated amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Group amount outstanding</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell govuk-table__cell--col1 govuk-table__custom--col1\"\n [attr.rowspan]=\"paymentGroup.fees.length\" *ngIf=\"i==0\">\n <div class=\"multiple-choice\">\n <input id=\"unpaiedFee-{{i}}\" name=\"unassignedRecord\" type=\"radio\"\n (click)=\"selectedPaymentGroup(paymentGroup)\" />\n <label for=\"unpaiedFee-{{i}}\"></label>\n </div>\n </td>\n <td class=\"govuk-table__cell govuk-table__cell--col1\">{{fee.code}}</td>\n <td class=\"govuk-table__cell govuk-table__cell--col2\"> {{fee.description}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col3\"> {{fee.volume? fee.volume : '-'}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col4\">\n {{ fee.fee_amount | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col5\">\n {{fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col6 govuk-table__custom--col6\"\n [attr.rowspan]=\"paymentGroup.fees.length\" *ngIf=\"i==0\">\n {{getGroupOutstandingAmount(paymentGroup) | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n\n </tr>\n\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.fees.length==0\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n </div>\n <div class=\"govuk-button-group-allocate\">\n <button type=\"button\" class=\"button govuk-!-margin-right-1\" [disabled]=\"isContinueButtondisabled\"\n (click)=\"saveAndContinue()\">\n Continue\n </button>\n <button type=\"button\" class=\"button govuk-button--secondary\" (click)=\"gotoCasetransationPage()\">\n Cancel\n </button>\n </div>\n </div>\n\n <ng-container *ngIf=\"(viewStatus === 'mainForm' && isTurnOff) || viewStatus === 'allocatePaymentConfirmation'\">\n <ccpay-error-banner *ngIf=\"errorMessage.showError\" [errorMessage]=\"errorMessage\"></ccpay-error-banner>\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='{{feedbackUrlLabel}}'>\n <h1 class=\"govuk-heading-xl\">Confirm allocation</h1>\n <h2 class=\"govuk-heading-l govuk-heading-l--custom\">\n Amount to be allocated: {{amountForAllocation | currency:'GBP':'symbol-narrow':'1.2-2'}}\n </h2>\n <div class=\"payment-group-section\" *ngIf=\"paymentGroup\">\n <h3 class=\"govuk-heading-m--custom\" *ngIf=\"isTurnOff\">Group reference: {{paymentGroup.payment_group_reference}}\n </h3>\n <table class=\"govuk-table\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__header\" scope=\"col\">Code</td>\n <td class=\"govuk-table__header\" scope=\"col\">Description</td>\n <td class=\"govuk-table__header\" scope=\"col\">Volume</td>\n <td class=\"govuk-table__header\" scope=\"col\">Fee amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Calculated amount</td>\n <td class=\"govuk-table__header\" scope=\"col\">Amount Due</td>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\" *ngFor=\"let fee of paymentGroup.fees; let i = index;\">\n <td class=\"govuk-table__cell govuk-table__cell--col1\">{{fee.code}}</td>\n <td class=\"govuk-table__cell govuk-table__cell--col2\"> {{fee.description}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col3\"> {{fee.volume? fee.volume : '-'}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col4\">\n {{ fee.fee_amount | currency:'GBP':'symbol-narrow':'1.2-2' }} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col5\">\n {{fee.calculated_amount | currency:'GBP':'symbol-narrow':'1.2-2'}} </td>\n <td class=\"govuk-table__cell govuk-table__cell--col6\" [attr.rowspan]=\"paymentGroup.fees.length\"\n *ngIf=\"i==0\"> {{afterFeeAllocateOutstanding | currency:'GBP':'symbol-narrow':'1.2-2'}} </td>\n </tr>\n </tbody>\n <tbody class=\"govuk-table__body\" *ngIf=\"paymentGroup.fees.length == 0\">\n <td class=\"govuk-table__cell\" colspan=\"6\">No payments recorded</td>\n </tbody>\n </table>\n </div>\n <div class=\"govuk-warning-text\" *ngIf=\"isRemainingAmountGtZero || isRemainingAmountLtZero || remainingAmount === 0\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text govuk-warning-text__custom\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n {{paymentSectionLabel.title}} {{ remainingAmount | currency:'GBP':'symbol-narrow':'1.2-2' }}\n </strong>\n </div>\n <div class=\"govuk-form-group\" *ngIf=\"isRemainingAmountGtZero || isRemainingAmountLtZero\">\n <div class=\"govuk-form-group\">\n <fieldset class=\"govuk-fieldset\" aria-describedby=\"how-contacted-conditional-hint\">\n <span id=\"how-contacted-conditional-hint\" class=\"govuk-hint\"\n [ngClass]=\"{'inline-error-message': paymentReasonHasError}\">\n {{paymentSectionLabel.reason}}\n </span>\n <div\n [ngClass]=\"paymentReasonHasError ? 'govuk-radios govuk-radios--conditional form-group-error' : 'govuk-radios govuk-radios--conditional'\"\n data-module=\"govuk-radios\" *ngIf=\"isRemainingAmountGtZero\">\n <div class=\"govuk-radios__item\" *ngFor=\"let reason of reasonList.overPayment | keyValue\">\n <input class=\"govuk-radios__input\" id=\"{{reason.key}}\" name=\"paymentReason\" type=\"radio\"\n [(ngModel)]=\"paymentReason\" value={{reason.value}}>\n <label class=\"govuk-label govuk-radios__label govuk-font__custom\" for=\"how-contacted-conditional\">\n {{reason.value}}\n </label>\n </div>\n </div>\n <div\n [ngClass]=\"paymentReasonHasError ? 'govuk-radios govuk-radios--conditional form-group-error' : 'govuk-radios govuk-radios--conditional'\"\n data-module=\"govuk-radios\" *ngIf=\"isRemainingAmountLtZero\">\n <div class=\"govuk-radios__item\" *ngFor=\"let reason of reasonList.shortFall | keyValue\">\n <input class=\"govuk-radios__input\" id=\"{{reason.key}}\" name=\"paymentReason\" type=\"radio\"\n [(ngModel)]=\"paymentReason\" value={{reason.value}}>\n <label class=\"govuk-label govuk-radios__label govuk-font__custom\" for=\"how-contacted-conditional\">\n {{reason.value}}\n </label>\n </div>\n </div>\n </fieldset>\n </div>\n <div class=\"govuk-form-group\">\n <fieldset class=\"govuk-fieldset\" aria-describedby=\"how-contacted-conditional-hint\">\n <span id=\"how-contacted-conditional-hint\" class=\"govuk-hint\"\n [ngClass]=\"{'inline-error-message': paymentExplanationHasError}\">\n Provide an explanatory note\n </span>\n <div\n [ngClass]=\"paymentExplanationHasError ? 'govuk-radios govuk-radios--conditional form-group-error' : 'govuk-radios govuk-radios--conditional'\"\n data-module=\"govuk-radios\" *ngIf=\"isRemainingAmountGtZero\">\n <div class=\"govuk-radios__item\" *ngFor=\"let explanation of explanationList.overPayment | keyValue\">\n <input class=\"govuk-radios__input\" id=\"{{explanation.key}}\" name=\"paymentExplanation\" type=\"radio\"\n [(ngModel)]=\"paymentExplanation\" value={{explanation.value}}\n (click)=\"selectRadioButton(explanation.key, 'explanation')\">\n <label class=\"govuk-label govuk-radios__label govuk-font__custom\" for=\"how-contacted-conditional\">\n {{explanation.value}}\n </label>\n </div>\n </div>\n <div\n [ngClass]=\"paymentExplanationHasError ? 'govuk-radios govuk-radios--conditional form-group-error' : 'govuk-radios govuk-radios--conditional'\"\n data-module=\"govuk-radios\" *ngIf=\"isRemainingAmountLtZero\">\n <div class=\"govuk-radios__item\" *ngFor=\"let explanation of explanationList.shortFall | keyValue\">\n <input class=\"govuk-radios__input\" id=\"{{explanation.key}}\" name=\"paymentExplanation\" type=\"radio\"\n [(ngModel)]=\"paymentExplanation\" value={{explanation.value}}\n (click)=\"selectRadioButton(explanation.key, 'explanation')\">\n <label class=\"govuk-label govuk-radios__label govuk-font__custom\" for=\"how-contacted-conditional\">\n {{explanation.value}}\n </label>\n </div>\n </div>\n </fieldset>\n </div>\n </div>\n\n <form [formGroup]=\"overUnderPaymentForm\" novalidate>\n <div\n [ngClass]=\"isMoreDetailsBoxHide ? 'govuk-radios__conditional govuk-radios__conditional--hidden' : isPaymentDetailsEmpty || isPaymentDetailsInvalid || paymentDetailsMinHasError || paymentDetailsMaxHasError ? 'govuk-radios__conditional inline-error-border' : 'govuk-radios__conditional'\"\n id=\"conditional-how-contacted-conditional-3\">\n <div class=\"govuk-form-group\">\n <span id=\"more-detail-hint\" class=\"govuk-hint govuk-font__custom\">\n Please enter details\n </span>\n <textarea class=\"govuk-textarea\"\n [ngClass]=\"{'inline-error-class': isPaymentDetailsEmpty || isPaymentDetailsInvalid || paymentDetailsMinHasError || paymentDetailsMaxHasError}\"\n id=\"moreDetails\" name=\"moreDetails\" rows=\"5\" formControlName=\"moreDetails\">\n </textarea>\n <p class=\"inline-error-message\"\n *ngIf=\"isPaymentDetailsEmpty || isPaymentDetailsInvalid || paymentDetailsMinHasError || paymentDetailsMaxHasError\">\n <span *ngIf=\"isPaymentDetailsEmpty\">Enter a explanation</span>\n <span *ngIf=\"isPaymentDetailsInvalid\">Enter a valid explanation</span>\n <span *ngIf=\"paymentDetailsMinHasError\">Explanation should be at least 3 characters.</span>\n <span *ngIf=\"paymentDetailsMaxHasError\">Explanation should be 255 characters or under.</span>\n </p>\n </div>\n </div>\n <div class=\"govuk-button--group\">\n <button type=\"submit\" [disabled]=\"isConfirmButtondisabled\"\n [ngClass]=\"isConfirmButtondisabled ? 'button button--disabled' : 'button'\"\n (click)=\"confirmAllocatePayement()\">\n Confirm\n </button>\n <button type=\"button\" class=\"button govuk-button--secondary\" (click)=\"cancelAllocatePayment($event)\">\n Cancel\n </button>\n </div>\n </form>\n </ng-container>\n</div>",
|
|
5790
7203
|
styles: [".allocate-payments{margin:20px 0}.allocate-payments .govuk-table__cell--col1,.allocate-payments .govuk-table__cell--col3{width:10%}.allocate-payments .govuk-table__cell--col2,.allocate-payments .govuk-table__cell--col6{width:25%}.allocate-payments .govuk-table__cell--col4,.allocate-payments .govuk-table__cell--col5{width:15%}.allocate-payments .govuk-button-group-allocate{display:flex;justify-content:flex-start}.allocate-payments .govuk-button--secondary{margin-left:10px;background-color:#b3b8bdf2}.allocate-payments .govuk-custom-warning__message{font-size:30px;position:relative;top:12px;font-weight:700}.allocate-payments .govuk-warning-text-custom{margin-bottom:0!important;padding:10px 0 5px}.allocate-payments .govuk-table__custom--col1{padding-top:0;padding-bottom:20px;padding-left:15px}.allocate-payments .govuk-table__custom--col6{text-align:center}.allocate-payments .govuk-list__custom{padding-left:20px}.allocate-payments .govuk-font__custom,.allocate-payments .govuk-heading-m--custom,.allocate-payments .govuk-hint,.allocate-payments .govuk-label--m,.allocate-payments .govuk-list__custom,.allocate-payments .govuk-radios__item,.allocate-payments .govuk-warning-text__custom{font-size:19px}.allocate-payments .govuk-radios__conditional--hidden{display:none}.allocate-payments .form-group-error{border-left:5px solid #b10e1e;padding-left:15px}.allocate-payments .inline-error-class{outline:#a71414 solid 3px;outline-offset:0}.allocate-payments .inline-error-message{color:#a71414;font-weight:700;margin-top:10px}.allocate-payments .inline-error-border{border-color:#a71414}.allbtb{margin-top:2em}.govuk-back-link{font-size:1.5rem!important}.multiple-choice{font-size:19px}.casererf{align-self:flex-end;font-size:19px}.paymentrequest{display:flex;flex-direction:row;justify-content:space-between;width:960px}"]
|
|
5791
7204
|
}] }
|
|
5792
7205
|
];
|
|
@@ -5804,10 +7217,142 @@ AllocatePaymentsComponent.propDecorators = {
|
|
|
5804
7217
|
isTurnOff: [{ type: Input }],
|
|
5805
7218
|
caseType: [{ type: Input }]
|
|
5806
7219
|
};
|
|
7220
|
+
if (false) {
|
|
7221
|
+
/** @type {?} */
|
|
7222
|
+
AllocatePaymentsComponent.prototype.isTurnOff;
|
|
7223
|
+
/** @type {?} */
|
|
7224
|
+
AllocatePaymentsComponent.prototype.caseType;
|
|
7225
|
+
/** @type {?} */
|
|
7226
|
+
AllocatePaymentsComponent.prototype.overUnderPaymentForm;
|
|
7227
|
+
/** @type {?} */
|
|
7228
|
+
AllocatePaymentsComponent.prototype.viewStatus;
|
|
7229
|
+
/** @type {?} */
|
|
7230
|
+
AllocatePaymentsComponent.prototype.ccdCaseNumber;
|
|
7231
|
+
/** @type {?} */
|
|
7232
|
+
AllocatePaymentsComponent.prototype.bspaymentdcn;
|
|
7233
|
+
/** @type {?} */
|
|
7234
|
+
AllocatePaymentsComponent.prototype.recordId;
|
|
7235
|
+
/** @type {?} */
|
|
7236
|
+
AllocatePaymentsComponent.prototype.feedbackUrlLabel;
|
|
7237
|
+
/** @type {?} */
|
|
7238
|
+
AllocatePaymentsComponent.prototype.unAllocatedPayment;
|
|
7239
|
+
/** @type {?} */
|
|
7240
|
+
AllocatePaymentsComponent.prototype.siteID;
|
|
7241
|
+
/** @type {?} */
|
|
7242
|
+
AllocatePaymentsComponent.prototype.errorMessage;
|
|
7243
|
+
/** @type {?} */
|
|
7244
|
+
AllocatePaymentsComponent.prototype.paymentGroup;
|
|
7245
|
+
/** @type {?} */
|
|
7246
|
+
AllocatePaymentsComponent.prototype.paymentGroups;
|
|
7247
|
+
/** @type {?} */
|
|
7248
|
+
AllocatePaymentsComponent.prototype.remainingAmount;
|
|
7249
|
+
/** @type {?} */
|
|
7250
|
+
AllocatePaymentsComponent.prototype.isRemainingAmountGtZero;
|
|
7251
|
+
/** @type {?} */
|
|
7252
|
+
AllocatePaymentsComponent.prototype.isMoreDetailsBoxHide;
|
|
7253
|
+
/** @type {?} */
|
|
7254
|
+
AllocatePaymentsComponent.prototype.isRemainingAmountLtZero;
|
|
7255
|
+
/** @type {?} */
|
|
7256
|
+
AllocatePaymentsComponent.prototype.afterFeeAllocateOutstanding;
|
|
7257
|
+
/** @type {?} */
|
|
7258
|
+
AllocatePaymentsComponent.prototype.amountForAllocation;
|
|
7259
|
+
/** @type {?} */
|
|
7260
|
+
AllocatePaymentsComponent.prototype.isConfirmButtondisabled;
|
|
7261
|
+
/** @type {?} */
|
|
7262
|
+
AllocatePaymentsComponent.prototype.isContinueButtondisabled;
|
|
7263
|
+
/** @type {?} */
|
|
7264
|
+
AllocatePaymentsComponent.prototype.otherPaymentExplanation;
|
|
7265
|
+
/** @type {?} */
|
|
7266
|
+
AllocatePaymentsComponent.prototype.selectedOption;
|
|
7267
|
+
/** @type {?} */
|
|
7268
|
+
AllocatePaymentsComponent.prototype.isFeeAmountZero;
|
|
7269
|
+
/** @type {?} */
|
|
7270
|
+
AllocatePaymentsComponent.prototype.paymentReasonHasError;
|
|
7271
|
+
/** @type {?} */
|
|
7272
|
+
AllocatePaymentsComponent.prototype.paymentExplanationHasError;
|
|
7273
|
+
/** @type {?} */
|
|
7274
|
+
AllocatePaymentsComponent.prototype.isPaymentDetailsEmpty;
|
|
7275
|
+
/** @type {?} */
|
|
7276
|
+
AllocatePaymentsComponent.prototype.isPaymentDetailsInvalid;
|
|
7277
|
+
/** @type {?} */
|
|
7278
|
+
AllocatePaymentsComponent.prototype.paymentDetailsMinHasError;
|
|
7279
|
+
/** @type {?} */
|
|
7280
|
+
AllocatePaymentsComponent.prototype.paymentDetailsMaxHasError;
|
|
7281
|
+
/** @type {?} */
|
|
7282
|
+
AllocatePaymentsComponent.prototype.isUserNameEmpty;
|
|
7283
|
+
/** @type {?} */
|
|
7284
|
+
AllocatePaymentsComponent.prototype.isUserNameInvalid;
|
|
7285
|
+
/** @type {?} */
|
|
7286
|
+
AllocatePaymentsComponent.prototype.ccdReference;
|
|
7287
|
+
/** @type {?} */
|
|
7288
|
+
AllocatePaymentsComponent.prototype.exceptionReference;
|
|
7289
|
+
/** @type {?} */
|
|
7290
|
+
AllocatePaymentsComponent.prototype.paymentReason;
|
|
7291
|
+
/** @type {?} */
|
|
7292
|
+
AllocatePaymentsComponent.prototype.paymentExplanation;
|
|
7293
|
+
/** @type {?} */
|
|
7294
|
+
AllocatePaymentsComponent.prototype.userName;
|
|
7295
|
+
/** @type {?} */
|
|
7296
|
+
AllocatePaymentsComponent.prototype.paymentSectionLabel;
|
|
7297
|
+
/** @type {?} */
|
|
7298
|
+
AllocatePaymentsComponent.prototype.paymentRef;
|
|
7299
|
+
/** @type {?} */
|
|
7300
|
+
AllocatePaymentsComponent.prototype.isStrategicFixEnable;
|
|
7301
|
+
/** @type {?} */
|
|
7302
|
+
AllocatePaymentsComponent.prototype.orderLevelFees;
|
|
7303
|
+
/** @type {?} */
|
|
7304
|
+
AllocatePaymentsComponent.prototype.cookieUserName;
|
|
7305
|
+
/** @type {?} */
|
|
7306
|
+
AllocatePaymentsComponent.prototype.enCookieUserName;
|
|
7307
|
+
/** @type {?} */
|
|
7308
|
+
AllocatePaymentsComponent.prototype.userNameField;
|
|
7309
|
+
/** @type {?} */
|
|
7310
|
+
AllocatePaymentsComponent.prototype.reasonList;
|
|
7311
|
+
/** @type {?} */
|
|
7312
|
+
AllocatePaymentsComponent.prototype.explanationList;
|
|
7313
|
+
/** @type {?} */
|
|
7314
|
+
AllocatePaymentsComponent.prototype.refund;
|
|
7315
|
+
/**
|
|
7316
|
+
* @type {?}
|
|
7317
|
+
* @private
|
|
7318
|
+
*/
|
|
7319
|
+
AllocatePaymentsComponent.prototype.errorHandlerService;
|
|
7320
|
+
/**
|
|
7321
|
+
* @type {?}
|
|
7322
|
+
* @private
|
|
7323
|
+
*/
|
|
7324
|
+
AllocatePaymentsComponent.prototype.caseTransactionsService;
|
|
7325
|
+
/**
|
|
7326
|
+
* @type {?}
|
|
7327
|
+
* @private
|
|
7328
|
+
*/
|
|
7329
|
+
AllocatePaymentsComponent.prototype.formBuilder;
|
|
7330
|
+
/**
|
|
7331
|
+
* @type {?}
|
|
7332
|
+
* @private
|
|
7333
|
+
*/
|
|
7334
|
+
AllocatePaymentsComponent.prototype.paymentViewService;
|
|
7335
|
+
/**
|
|
7336
|
+
* @type {?}
|
|
7337
|
+
* @private
|
|
7338
|
+
*/
|
|
7339
|
+
AllocatePaymentsComponent.prototype.paymentLibComponent;
|
|
7340
|
+
/**
|
|
7341
|
+
* @type {?}
|
|
7342
|
+
* @private
|
|
7343
|
+
*/
|
|
7344
|
+
AllocatePaymentsComponent.prototype.bulkScaningPaymentService;
|
|
7345
|
+
/**
|
|
7346
|
+
* @type {?}
|
|
7347
|
+
* @private
|
|
7348
|
+
*/
|
|
7349
|
+
AllocatePaymentsComponent.prototype.OrderslistService;
|
|
7350
|
+
}
|
|
5807
7351
|
|
|
5808
7352
|
/**
|
|
5809
7353
|
* @fileoverview added by tsickle
|
|
5810
|
-
*
|
|
7354
|
+
* Generated from: lib/interfaces/AddRemissionRequest.ts
|
|
7355
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5811
7356
|
*/
|
|
5812
7357
|
class AddRemissionRequest {
|
|
5813
7358
|
/**
|
|
@@ -5825,10 +7370,27 @@ class AddRemissionRequest {
|
|
|
5825
7370
|
this.case_type = caseType;
|
|
5826
7371
|
}
|
|
5827
7372
|
}
|
|
7373
|
+
if (false) {
|
|
7374
|
+
/** @type {?} */
|
|
7375
|
+
AddRemissionRequest.prototype.beneficiary_name;
|
|
7376
|
+
/** @type {?} */
|
|
7377
|
+
AddRemissionRequest.prototype.ccd_case_number;
|
|
7378
|
+
/** @type {?} */
|
|
7379
|
+
AddRemissionRequest.prototype.fee;
|
|
7380
|
+
/** @type {?} */
|
|
7381
|
+
AddRemissionRequest.prototype.hwf_amount;
|
|
7382
|
+
/** @type {?} */
|
|
7383
|
+
AddRemissionRequest.prototype.hwf_reference;
|
|
7384
|
+
/** @type {?} */
|
|
7385
|
+
AddRemissionRequest.prototype.payment_group_reference;
|
|
7386
|
+
/** @type {?} */
|
|
7387
|
+
AddRemissionRequest.prototype.case_type;
|
|
7388
|
+
}
|
|
5828
7389
|
|
|
5829
7390
|
/**
|
|
5830
7391
|
* @fileoverview added by tsickle
|
|
5831
|
-
*
|
|
7392
|
+
* Generated from: lib/interfaces/AddRetroRemissionRequest.ts
|
|
7393
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5832
7394
|
*/
|
|
5833
7395
|
class AddRetroRemissionRequest {
|
|
5834
7396
|
/**
|
|
@@ -5840,10 +7402,17 @@ class AddRetroRemissionRequest {
|
|
|
5840
7402
|
this.hwf_reference = hwf_reference;
|
|
5841
7403
|
}
|
|
5842
7404
|
}
|
|
7405
|
+
if (false) {
|
|
7406
|
+
/** @type {?} */
|
|
7407
|
+
AddRetroRemissionRequest.prototype.hwf_amount;
|
|
7408
|
+
/** @type {?} */
|
|
7409
|
+
AddRetroRemissionRequest.prototype.hwf_reference;
|
|
7410
|
+
}
|
|
5843
7411
|
|
|
5844
7412
|
/**
|
|
5845
7413
|
* @fileoverview added by tsickle
|
|
5846
|
-
*
|
|
7414
|
+
* Generated from: lib/interfaces/PostRefundRetroRemission.ts
|
|
7415
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5847
7416
|
*/
|
|
5848
7417
|
class PostRefundRetroRemission {
|
|
5849
7418
|
/**
|
|
@@ -5855,10 +7424,17 @@ class PostRefundRetroRemission {
|
|
|
5855
7424
|
this.refund_reason = refund_reason;
|
|
5856
7425
|
}
|
|
5857
7426
|
}
|
|
7427
|
+
if (false) {
|
|
7428
|
+
/** @type {?} */
|
|
7429
|
+
PostRefundRetroRemission.prototype.payment_reference;
|
|
7430
|
+
/** @type {?} */
|
|
7431
|
+
PostRefundRetroRemission.prototype.refund_reason;
|
|
7432
|
+
}
|
|
5858
7433
|
|
|
5859
7434
|
/**
|
|
5860
7435
|
* @fileoverview added by tsickle
|
|
5861
|
-
*
|
|
7436
|
+
* Generated from: lib/interfaces/PostIssueRefundRetroRemission.ts
|
|
7437
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5862
7438
|
*/
|
|
5863
7439
|
class PostIssueRefundRetroRemission {
|
|
5864
7440
|
/**
|
|
@@ -5868,11 +7444,18 @@ class PostIssueRefundRetroRemission {
|
|
|
5868
7444
|
this.remissionReference = remissionReference;
|
|
5869
7445
|
}
|
|
5870
7446
|
}
|
|
7447
|
+
if (false) {
|
|
7448
|
+
/** @type {?} */
|
|
7449
|
+
PostIssueRefundRetroRemission.prototype.remissionReference;
|
|
7450
|
+
}
|
|
5871
7451
|
|
|
5872
7452
|
/**
|
|
5873
7453
|
* @fileoverview added by tsickle
|
|
5874
|
-
*
|
|
7454
|
+
* Generated from: lib/components/add-remission/add-remission.component.ts
|
|
7455
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
5875
7456
|
*/
|
|
7457
|
+
/** @type {?} */
|
|
7458
|
+
const BS_ENABLE_FLAG$3 = 'bulk-scan-enabling-fe';
|
|
5876
7459
|
class AddRemissionComponent {
|
|
5877
7460
|
/**
|
|
5878
7461
|
* @param {?} formBuilder
|
|
@@ -5883,14 +7466,14 @@ class AddRemissionComponent {
|
|
|
5883
7466
|
* @param {?} cd
|
|
5884
7467
|
* @param {?} OrderslistService
|
|
5885
7468
|
*/
|
|
5886
|
-
constructor(formBuilder, router, paymentViewService, paymentLibComponent, refundService, cd, OrderslistService
|
|
7469
|
+
constructor(formBuilder, router, paymentViewService, paymentLibComponent, refundService, cd, OrderslistService) {
|
|
5887
7470
|
this.formBuilder = formBuilder;
|
|
5888
7471
|
this.router = router;
|
|
5889
7472
|
this.paymentViewService = paymentViewService;
|
|
5890
7473
|
this.paymentLibComponent = paymentLibComponent;
|
|
5891
7474
|
this.refundService = refundService;
|
|
5892
7475
|
this.cd = cd;
|
|
5893
|
-
this.OrderslistService = OrderslistService
|
|
7476
|
+
this.OrderslistService = OrderslistService;
|
|
5894
7477
|
this.cancelRemission = new EventEmitter();
|
|
5895
7478
|
//@Output() refundListReason: EventEmitter<any> = new EventEmitter({reason:string, code:string});
|
|
5896
7479
|
this.refundListReason = new EventEmitter();
|
|
@@ -5934,7 +7517,8 @@ class AddRemissionComponent {
|
|
|
5934
7517
|
if (this.viewCompStatus !== '' && this.viewCompStatus !== undefined) {
|
|
5935
7518
|
this.viewStatus = '';
|
|
5936
7519
|
}
|
|
5937
|
-
if (this.remission)
|
|
7520
|
+
if (this.remission) {
|
|
7521
|
+
}
|
|
5938
7522
|
if (this.fee) {
|
|
5939
7523
|
this.amount = (this.fee.volume * this.fee.calculated_amount);
|
|
5940
7524
|
}
|
|
@@ -6692,7 +8276,7 @@ class AddRemissionComponent {
|
|
|
6692
8276
|
AddRemissionComponent.decorators = [
|
|
6693
8277
|
{ type: Component, args: [{
|
|
6694
8278
|
selector: 'ccpay-add-remission',
|
|
6695
|
-
template: "<div class=\"add-remission pagesize\">\n <div *ngIf=\"errorMessage\">\n <div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Error in processing the request\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n </div>\n </div>\n\n <ng-container *ngIf=\"viewStatus === 'main' && !isRefundRemission \">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='ADDREMISSION'>\n <h1 class=\"heading-large\">Add remission </h1>\n <form novalidate>\n <div class=\"govuk-form-group\">\n <form [formGroup]=\"remissionForm\" novalidate>\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label govuk-label--s\" for=\"remission-code\">\n Add remission to {{ fee?.code }}: {{ fee?.description }}\n <span class=\"form-hint\">Enter remission for reference. For example: HWF-A1B-23C OR PA21-123456</span>\n </label>\n <input [ngClass]=\"{'inline-error-class': isRemissionCodeEmpty || remissionCodeHasError}\" class=\"govuk-input govuk-input--width-20 govuk-!-margin-right-1\" id=\"remissionCode\" aria-label=\"remissionCode\" name=\"remissionCode\" type=\"text\" formControlName=\"remissionCode\">\n <p class=\"inline-error-message\" *ngIf=\"isRemissionCodeEmpty || remissionCodeHasError\">\n <span *ngIf=\"isRemissionCodeEmpty\">Enter a remission code</span>\n <span *ngIf=\"remissionCodeHasError\">Enter a vaild remission code</span>\n </p>\n </div>\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label govuk-label--s\" for=\"amount\">\n How much does the applicant need to pay?\n </label>\n\n <div id=\"amount-currency\" class=\"govuk-visually-hidden\">in pounds</div>\n <div class=\"hmcts-currency-input\">\n <div class=\"hmcts-currency-input__symbol\" aria-hidden=\"true\">\u00A3</div>\n <input class=\"govuk-input govuk-input--width-10\" [ngClass]=\"{'inline-error-class': isAmountEmpty || amountHasError || isRemissionLessThanFeeError}\" id=\"amount\" aria-label=\"amount\" name=\"amount\" type=\"text\" aria-describedby=\"amount-currency\" formControlName=\"amount\">\n <p class=\"inline-error-message\" *ngIf=\"isAmountEmpty || amountHasError || isRemissionLessThanFeeError\">\n <span *ngIf=\"isAmountEmpty\">Enter a amount</span>\n <span *ngIf=\"amountHasError\">Enter a vaild amount</span>\n <span *ngIf=\"isRemissionLessThanFeeError\">The remission amount must be less than the total fee</span>\n </p>\n </div>\n </div>\n </form>\n <button class=\"button\" type=\"submit\" (click)=\"addRemission()\">\n Submit\n </button>\n </div>\n </form>\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'confirmation'\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='ADDREMISSIONCONFIRMATION'>\n <div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n Are you sure you want to add remission to this fee?\n </strong>\n </div>\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Remission code:</td>\n <td class=\"govuk-table__cell\">{{ remissionForm.controls.remissionCode.value }}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Fee code:</td>\n <td class=\"govuk-table__cell\">{{ fee.code }}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Fee description:</td>\n <td class=\"govuk-table__cell\">{{ fee.description }}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Amount the applicant must pay:</td>\n <td class=\"govuk-table__cell\">{{ remissionForm.controls.amount.value | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n </tr>\n </table>\n\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"cancelRemission.emit()\">\n Cancel\n </button>\n <button type=\"submit\"\n [disabled]=\"isConfirmationBtnDisabled\"\n [ngClass]='isConfirmationBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'\n (click)=\"confirmRemission()\">\n Confirm\n </button>\n\n </ng-container>\n\n <!-- Add retro remission changes-->\n\n <ng-container *ngIf=\"viewCompStatus === 'addremission'\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='PROCESSADDRETROREMISSIONPAGE'>\n <h1 class=\"heading-large\">Process remission</h1>\n <h1 class=\"heading-medium\">#{{ccdCaseNumber | ccdHyphens}}</h1>\n <h1 class=\"heading-large\">Enter help with fees or remission reference</h1>\n <form novalidate>\n <div class=\"govuk-form-group\">\n <form [formGroup]=\"remissionForm\" novalidate>\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label govuk-label--s\" for=\"remission-code\">\n <span class=\"form-hint\">For example: HWF-A1B-23C OR PA21-123456</span>\n </label>\n <p class=\"inline-error-message\" *ngIf=\"isRemissionCodeEmpty || remissionCodeHasError\">\n <span *ngIf=\"isRemissionCodeEmpty\">Enter a remission code</span>\n <span *ngIf=\"remissionCodeHasError\">Enter a vaild remission code</span>\n </p>\n <input [ngClass]=\"{'inline-error-class': isRemissionCodeEmpty || remissionCodeHasError}\" class=\"govuk-input govuk-input--width-20 govuk-!-margin-right-1\" id=\"remissionCode\" aria-label=\"remissionCode\" name=\"remissionCode\" type=\"text\" formControlName=\"remissionCode\">\n\n </div>\n\n </form>\n <div class=\"govuk-button-group\">\n <button (click)=\"gotoServiceRequestPage($event)\" class=\"govuk-button govuk-button--secondary\"> Previous</button>\n <button (click)=\"addRemissionCode()\" class=\"govuk-button\"> Continue</button>\n </div>\n <p><a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link pointer\" data-module=\"govuk-button\">Cancel</a></p>\n </div>\n </form>\n\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'processretroremissonpage'\" >\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='PROCESSRETROREMISSIONPAGE'>\n <h1 class=\"heading-large\">Process remission</h1>\n <h1 class=\"heading-medium\">#{{ccdCaseNumber | ccdHyphens }}</h1>\n <div class=\"govuk-form-group\">\n <form novalidate>\n <div class=\"govuk-form-group\">\n <form [formGroup]=\"remissionForm\" novalidate>\n <fieldset class=\"govuk-fieldset\">\n <legend class=\"govuk-fieldset__legend govuk-fieldset__legend--m\">\n <h1 *ngIf=\"remessionPayment?.status === 'Success' || isFromRefundListPage\" class=\"heading-medium\">\n Enter the amount to be refunded\n </h1>\n <h1 *ngIf=\"remessionPayment?.status !== 'Success' && !isFromRefundListPage\" class=\"heading-medium\">\n Enter the remission amount\n </h1>\n <h1 *ngIf=\"remessionPayment?.status === 'undefined'\" class=\"heading-medium\">\n Enter the amount\n </h1>\n </legend>\n <div id=\"amount-currency\" class=\"govuk-visually-hidden\">in pounds</div>\n <p class=\"inline-error-message\" *ngIf=\"isAmountEmpty || amountHasError || isRemissionLessThanFeeError\">\n <span *ngIf=\"isAmountEmpty\">Enter a amount</span>\n <span *ngIf=\"amountHasError\">Enter a vaild amount</span>\n <span *ngIf=\"isRemissionLessThanFeeError\">You cannot add a remission that's more than the fee amount.</span>\n </p>\n <div class=\"hmcts-currency-input\">\n\n <div class=\"hmcts-currency-input__symbol\" aria-hidden=\"true\">\u00A3</div>\n <input class=\"govuk-input govuk-input--width-10\" [ngClass]=\"{'inline-error-class': isAmountEmpty || amountHasError || isRemissionLessThanFeeError}\" id=\"amount\" aria-label=\"amount\" name=\"amount\" type=\"number\" aria-describedby=\"amount-currency\" formControlName=\"amount\">\n\n\n </div>\n </fieldset>\n </form>\n\n <div class=\"govuk-button-group\">\n <button (click)=\"gotoAddRetroRemissionCodePage()\" class=\"govuk-button govuk-button--secondary\"> Previous</button>\n <button (click)=\"gotoCheckRetroRemissionPage(payment)\" class=\"govuk-button\"> Continue</button>\n\n </div>\n <p>\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link\" data-module=\"govuk-button\">Cancel</a>\n </p>\n </div>\n\n </form>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'checkretroremissionpage'\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='CHECKRETROREMISSIONCONFIRMATION'>\n <div class=\"govuk-warning-text\">\n <h1 class=\"heading-large\"> Check your answers</h1>\n </div>\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment reference</td>\n <td class=\"govuk-table__cell\">{{remessionPayment ? remessionPayment.reference: ' '}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment amount</td>\n <td class=\"govuk-table__cell\">\u00A3{{ remessionPayment ? getFormattedCurrency(remessionPayment.amount): ' ' | currency :'GBP':'symbol':'1.2-2'}} </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment status</td>\n <td class=\"govuk-table__cell\">{{remessionPayment ? remessionPayment.status: ''}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Fee</td>\n <td class=\"govuk-table__cell\">{{ fee.code }} - {{ fee.description }} ({{ fee.calculated_amount/fee.volume| currency:'GBP':'symbol-narrow':'1.2-2' }}) </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Help with fees or remission reference</td>\n <td class=\"govuk-table__cell\"> {{ remissionForm.controls.remissionCode.value }}\n <a (click)=\"gotoProcessRetroRemissionPage()\" class=\"govuk-link right\" >Change</a>\n </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td *ngIf=\"remessionPayment.status === 'Success'\" class=\"govuk-table__cell govuk-!-font-weight-bold\">Refund amount</td>\n <td *ngIf=\"remessionPayment.status !== 'Success'\" class=\"govuk-table__cell govuk-!-font-weight-bold\">Remission amount</td>\n <td class=\"govuk-table__cell\">{{remissionForm.controls.amount.value | currency:'GBP':'symbol-narrow':'1.2-2' }}\n <a (click)=\"addRemissionCode()\" class=\"govuk-link right\" >Change</a>\n </td>\n </tr>\n </table>\n\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"addRemissionCode()\">Previous</button>\n <button type=\"submit\" [disabled]=\"isConfirmationBtnDisabled\" [ngClass]='isConfirmationBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"' (click)=\"confirmRetroRemission()\"> Add remission </button>\n <p> <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link\" data-module=\"govuk-button\"> Cancel</a> </p>\n\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'retroremissionconfirmationpage'\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='RETROREMISSIONCONFIRMATIONPAGE'>\n <div class=\"govuk-grid-row\">\n <div >\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">\n Remission added\n </h1>\n <div *ngIf=\"remessionPayment.status === 'Success'\" class=\"govuk-panel__body\">\n <p class=\"govuk-body white\"><strong>The amount to be refunded should be {{remissionForm.controls.amount.value | currency:'GBP':'symbol-narrow':'1.2-2' }}</strong></p>\n\n </div>\n </div>\n <div *ngIf=\"remessionPayment.status === 'Success'\" >\n <button type=\"submit\" [disabled]=\"!isRemissionApplied\" [ngClass]='isConfirmationBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"' (click)=\"processRefund()\">Submit refund </button>\n </div>\n <p class=\"govuk-body\">\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link pointer\" data-module=\"govuk-button\">\n Return to case\n </a>\n </p>\n </div>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'refundconfirmationpage'\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='RETROREMISSIONREFUNDCONFIRMATIONPAGE'>\n <div class=\"govuk-grid-row\">\n <div >\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">\n Refund submitted\n </h1>\n\n <div class=\"govuk-panel__body\">\n <p class=\"govuk-body white\"><strong>Refund reference: {{refundReference}}</strong></p>\n </div>\n\n </div>\n <div *ngIf=\"isPaymentSuccess\">\n <h2 class=\"govuk-heading-l\">What happens next</h2>\n <p class=\"govuk-body\">\n A refund request for {{refundAmount | currency:'GBP':'symbol-narrow':'1.2-2' }} has been created and will be passed to a team leader to approve.\n </p>\n </div>\n <p class=\"govuk-body\">\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link pointer\" data-module=\"govuk-button\">\n Return to case\n </a>\n </p>\n </div>\n </div>\n\n </ng-container>\n\n <!-- Issue Refund Section -->\n\n <ng-container *ngIf=\"viewCompStatus === 'issuerefund' && isRefundRemission\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='ISSUEREFUNDPAGE'>\n <h1 class=\"heading-large\">Process refund</h1>\n <h1 class=\"heading-medium\">#{{ccdCaseNumber | ccdHyphens }}</h1>\n <h1 class=\"heading-large\">Why are you making this refund?\n </h1>\n\n\n <div class=\"govuk-form-group\">\n <form novalidate>\n <div class=\"govuk-form-group\">\n <form [formGroup]=\"remissionForm\" novalidate>\n <fieldset class=\"govuk-fieldset\" aria-describedby=\"how-contacted-conditional-hint\">\n\n <div\n [ngClass]=\"refundHasError ? 'govuk-radios govuk-radios--conditional form-group-error' : 'govuk-radios govuk-radios--conditional'\"\n data-module=\"govuk-radios\" >\n <p class=\"inline-error-message\" *ngIf=\"refundHasError\">\n <span *ngIf=\"refundHasError\">Select a reason why you\u2019re making this refund</span>\n </p>\n\n\n\n <div class = \"container-fluid\">\n <div class=\"row\">\n <div class=\"govuk-radios__item col-md-4\" *ngFor=\"let refund of commonRefundReasons; let i = index;\">\n <!-- <div *ngIf = \"{{refund.name}} !== 'Retrospective remission'\"> -->\n <input class=\"govuk-radios__input\" id=\"{{refund.name}}\" name=\"refundReason\" type=\"radio\"\n formControlName=\"refundReason\" value={{refund.code}}\n (change)=\"selectRadioButton(refund.name, refund.name)\">\n <label class=\"govuk-label--s govuk-radios__label govuk-font__custom\" for=\"how-contacted-conditional\">\n {{refund.name}}\n </label>\n\n <div class=\"govuk-radios__conditional\" *ngIf=\"isRefundReasonsSelected && showReasonText && selectedRefundReason === refund.name \" >\n <label class=\"govuk-label govuk-label--m\" for=\"{{refund.name}}\">\n Enter reason\n </label>\n <div [ngClass]=\"{'form-group-error': isReasonEmpty}\">\n <p class=\"inline-error-message\" *ngIf=\"isReasonEmpty\">\n <span *ngIf=\"isReasonEmpty\">Enter a reason why you\u2019re making this refund</span>\n </p>\n\n <input class=\"govuk-input govuk-input--width-10\" [ngClass]=\"{'inline-error-class': isReasonEmpty}\" id=\"reason\" aria-label=\"reason\" name=\"reason\" type=\"text\" aria-describedby=\"reason\" maxlength=\"30\" formControlName=\"reason\">\n </div>\n </div>\n <!-- </div> -->\n </div>\n </div>\n </div>\n <br/>\n <div>\n <select formControlName=\"refundDDReason\" class=\"govuk-select\" id=\"sort\" (change)=\"selectchange($event)\">\n <option selected='selected' [defaultSelected]=true [value]=\"default\" >{{default}}</option>\n <!-- <option value=\"\" selected='selected'>Select a different reason</option> -->\n <option *ngFor=\"let refund of refundReasons;\" id=\"{{refund.name}}\" value=\"{{refund.code}}\">{{refund.name}}</option>\n </select>\n\n </div>\n <br/>\n <div class=\"govuk-radios__conditional\" *ngIf=\"showReasonText && !isRefundReasonsSelected\" >\n <div [ngClass]=\"{'form-group-error': isReasonEmpty}\">\n <label class=\"govuk-label govuk-label--m\" for=\"amount\">\n Enter reason\n </label>\n <p class=\"inline-error-message\" *ngIf=\"isReasonEmpty\">\n <span *ngIf=\"isReasonEmpty\">Enter a reason why you\u2019re making this refund</span>\n </p>\n <input class=\"govuk-input govuk-input--width-10\" [ngClass]=\"{'inline-error-class': isReasonEmpty}\" id=\"reason\" aria-label=\"reason\" name=\"reason\" type=\"text\" aria-describedby=\"reason\" maxlength=\"{{reasonLength}}\" formControlName=\"reason\">\n </div>\n </div>\n\n\n </div>\n </fieldset>\n </form>\n </div>\n </form>\n </div>\n <div class=\"govuk-button-group\">\n <button (click)=\"gotoServiceRequestPage($event)\" class=\"govuk-button govuk-button--secondary\"> Previous</button>\n <button (click)=\"gotoIssueRefundConfirmation(payment)\" class=\"govuk-button\"> Continue</button>\n </div>\n <p>\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link\" data-module=\"govuk-button\">\n Cancel\n </a>\n </p>\n\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'checkissuerefundpage'\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='CHECKISSUEREFUNDPAGE'>\n <div class=\"govuk-warning-text\">\n\n <h1 class=\"heading-large\"> Check your answers</h1>\n </div>\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Reason for refund</td>\n <td class=\"govuk-table__cell\"> {{ displayRefundReason }}\n <a (click)=\"changeIssueRefundReason()\" class=\"govuk-link right\" >Change</a>\n </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment reference</td>\n <td class=\"govuk-table__cell\">{{this.payment.reference}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment amount</td>\n <td class=\"govuk-table__cell\">{{this.payment.amount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n </tr>\n </table>\n <div class=\"govuk-button-group\">\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"gotoIssueRefundPage()\"> Previous </button>\n <button type=\"submit\"\n [disabled]=\"isConfirmationBtnDisabled\"\n [ngClass]='isConfirmationBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'\n (click)=\"confirmIssueRefund()\">\n Submit refund\n </button>\n </div>\n <p>\n <a (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link\" data-module=\"govuk-button\">\n Cancel\n </a>\n </p>\n\n </ng-container>\n\n <!--Retro Refund-->\n <ng-container *ngIf=\"viewCompStatus === 'addrefundforremission'\">\n <input #myInput type='hidden' class='iFrameDrivenImageValue' value='ADDREFUNDFORREMISSION'>\n <div class=\"govuk-warning-text\">\n\n <h1 class=\"heading-large\"> Check your answers</h1>\n </div>\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Reason for refund</td>\n <td class=\"govuk-table__cell\"> Retrospective remission </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment reference</td>\n <td class=\"govuk-table__cell\">{{this.payment.reference}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Refund amount</td>\n <td class=\"govuk-table__cell\">{{this.remission.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Fee code</td>\n <td class=\"govuk-table__cell\">{{this.remission.fee_code}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Fee amount</td>\n <td class=\"govuk-table__cell\">{{feeamount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n </tr>\n </table>\n <div class=\"govuk-button-group\">\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"gotoServiceRequestPage($event)\">Previous</button>\n <button type=\"submit\"\n [disabled]=\"isConfirmationBtnDisabled\"\n [ngClass]='isConfirmationBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'\n (click)=\"processRefund()\">\n Submit refund\n </button>\n </div>\n <p>\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link\" data-module=\"govuk-button\">\n Cancel\n </a>\n </p>\n\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'retrorefundconfirmationpage'\">\n <div class=\"govuk-grid-row\">\n <div >\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">\n Refund submitted\n </h1>\n\n <div class=\"govuk-panel__body\">\n <p class=\"govuk-body white\"><strong>Refund reference: {{refundReference}}</strong></p>\n </div>\n\n </div>\n <div *ngIf=\"isPaymentSuccess\">\n <h2 class=\"govuk-heading-l\">What happens next</h2>\n <p class=\"govuk-body\">\n A refund request for {{ refundAmount| currency:'GBP':'symbol-narrow':'1.2-2'}} has been passed to a team leader to approve.\n </p>\n </div>\n <p class=\"govuk-body\">\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link pointer\" data-module=\"govuk-button\">\n Return to case\n </a>\n </p>\n </div>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'order-full-view'\">\n <ccpay-service-request\n [viewStatus] = \"viewStatus\"\n [orderRef] = \"orderRef\"\n [orderStatus] = \"orderStatus\"\n [orderCreated] = \"orderCreated\"\n [orderParty] = \"orderParty\"\n [orderCCDEvent] = \"orderCCDEvent\"\n [orderDetail] = \"orderDetail\"\n [LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"\n [takePayment] = \"takePayment\"\n [ccdCaseNumber] = \"ccdCaseNumber\"\n [orderFeesTotal] = \"orderFeesTotal\"\n [orderTotalPayments] = \"orderTotalPayments\"\n [orderRemissionTotal] = \"orderRemissionTotal\">\n </ccpay-service-request>\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'payment-view'\">\n <ccpay-payment-view\n [LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"\n [isTurnOff] = \"isTurnOff\"\n [isTakePayment] = \"takePayment\"\n [caseType] = \"caseType\"\n [orderRef] = \"orderRef\"\n [orderStatus] = \"orderStatus\"\n [orderCreated] = \"orderCreated\"\n [orderParty] = \"orderParty\"\n [orderCCDEvent] = \"orderCCDEvent\"\n [orderDetail] = \"orderDetail\"\n [orderFeesTotal] = \"orderFeesTotal\"\n [orderTotalPayments] = \"orderTotalPayments\"\n [orderRemissionTotal] = \"orderRemissionTotal\"\n >\n </ccpay-payment-view>\n </ng-container>\n\n</div>\n\n\n\n",
|
|
8279
|
+
template: "<div class=\"add-remission pagesize\">\n <div *ngIf=\"errorMessage\">\n <div class=\"error-summary\" role=\"group\" aria-labelledby=\"failure-error-summary-heading\" tabindex=\"-1\">\n <h2 class=\"heading-medium error-summary-heading\" id=\"failure-error-summary-heading\">\n Error in processing the request\n </h2>\n <div class=\"govuk-error-summary__body\">\n {{ errorMessage }}\n </div>\n </div>\n </div>\n\n <ng-container *ngIf=\"viewStatus === 'main' && !isRefundRemission \">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='ADDREMISSION'>\n <h1 class=\"heading-large\">Add remission </h1>\n <form novalidate>\n <div class=\"govuk-form-group\">\n <form [formGroup]=\"remissionForm\" novalidate>\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label govuk-label--s\" for=\"remission-code\">\n Add remission to {{ fee?.code }}: {{ fee?.description }}\n <span class=\"form-hint\">Enter remission for reference. For example: HWF-A1B-23C OR PA21-123456</span>\n </label>\n <input [ngClass]=\"{'inline-error-class': isRemissionCodeEmpty || remissionCodeHasError}\" class=\"govuk-input govuk-input--width-20 govuk-!-margin-right-1\" id=\"remissionCode\" aria-label=\"remissionCode\" name=\"remissionCode\" type=\"text\" formControlName=\"remissionCode\">\n <p class=\"inline-error-message\" *ngIf=\"isRemissionCodeEmpty || remissionCodeHasError\">\n <span *ngIf=\"isRemissionCodeEmpty\">Enter a remission code</span>\n <span *ngIf=\"remissionCodeHasError\">Enter a vaild remission code</span>\n </p>\n </div>\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label govuk-label--s\" for=\"amount\">\n How much does the applicant need to pay?\n </label>\n\n <div id=\"amount-currency\" class=\"govuk-visually-hidden\">in pounds</div>\n <div class=\"hmcts-currency-input\">\n <div class=\"hmcts-currency-input__symbol\" aria-hidden=\"true\">\u00A3</div>\n <input class=\"govuk-input govuk-input--width-10\" [ngClass]=\"{'inline-error-class': isAmountEmpty || amountHasError || isRemissionLessThanFeeError}\" id=\"amount\" aria-label=\"amount\" name=\"amount\" type=\"text\" aria-describedby=\"amount-currency\" formControlName=\"amount\">\n <p class=\"inline-error-message\" *ngIf=\"isAmountEmpty || amountHasError || isRemissionLessThanFeeError\">\n <span *ngIf=\"isAmountEmpty\">Enter a amount</span>\n <span *ngIf=\"amountHasError\">Enter a vaild amount</span>\n <span *ngIf=\"isRemissionLessThanFeeError\">The remission amount must be less than the total fee</span>\n </p>\n </div>\n </div>\n </form>\n <button class=\"button\" type=\"submit\" (click)=\"addRemission()\">\n Submit\n </button>\n </div>\n </form>\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'confirmation'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='ADDREMISSIONCONFIRMATION'>\n <div class=\"govuk-warning-text\">\n <span class=\"govuk-warning-text__icon\" aria-hidden=\"true\">!</span>\n <strong class=\"govuk-warning-text__text\">\n <span class=\"govuk-warning-text__assistive\">Warning</span>\n Are you sure you want to add remission to this fee?\n </strong>\n </div>\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Remission code:</td>\n <td class=\"govuk-table__cell\">{{ remissionForm.controls.remissionCode.value }}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Fee code:</td>\n <td class=\"govuk-table__cell\">{{ fee.code }}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Fee description:</td>\n <td class=\"govuk-table__cell\">{{ fee.description }}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Amount the applicant must pay:</td>\n <td class=\"govuk-table__cell\">{{ remissionForm.controls.amount.value | currency:'GBP':'symbol-narrow':'1.2-2' }}</td>\n </tr>\n </table>\n\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"cancelRemission.emit()\">\n Cancel\n </button>\n <button type=\"submit\"\n [disabled]=\"isConfirmationBtnDisabled\"\n [ngClass]='isConfirmationBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'\n (click)=\"confirmRemission()\">\n Confirm\n </button>\n\n </ng-container>\n\n <!-- Add retro remission changes-->\n\n <ng-container *ngIf=\"viewCompStatus === 'addremission'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='PROCESSADDRETROREMISSIONPAGE'>\n <h1 class=\"heading-large\">Process remission</h1>\n <h1 class=\"heading-medium\">#{{ccdCaseNumber | ccdHyphens}}</h1>\n <h1 class=\"heading-large\">Enter help with fees or remission reference</h1>\n <form novalidate>\n <div class=\"govuk-form-group\">\n <form [formGroup]=\"remissionForm\" novalidate>\n <div class=\"govuk-form-group\">\n <label class=\"govuk-label govuk-label--s\" for=\"remission-code\">\n <span class=\"form-hint\">For example: HWF-A1B-23C OR PA21-123456</span>\n </label>\n <p class=\"inline-error-message\" *ngIf=\"isRemissionCodeEmpty || remissionCodeHasError\">\n <span *ngIf=\"isRemissionCodeEmpty\">Enter a remission code</span>\n <span *ngIf=\"remissionCodeHasError\">Enter a vaild remission code</span>\n </p>\n <input [ngClass]=\"{'inline-error-class': isRemissionCodeEmpty || remissionCodeHasError}\" class=\"govuk-input govuk-input--width-20 govuk-!-margin-right-1\" id=\"remissionCode\" aria-label=\"remissionCode\" name=\"remissionCode\" type=\"text\" formControlName=\"remissionCode\">\n\n </div>\n\n </form>\n <div class=\"govuk-button-group\">\n <button (click)=\"gotoServiceRequestPage($event)\" class=\"govuk-button govuk-button--secondary\"> Previous</button>\n <button (click)=\"addRemissionCode()\" class=\"govuk-button\"> Continue</button>\n </div>\n <p><a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link pointer\" data-module=\"govuk-button\">Cancel</a></p>\n </div>\n </form>\n\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'processretroremissonpage'\" >\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='PROCESSRETROREMISSIONPAGE'>\n <h1 class=\"heading-large\">Process remission</h1>\n <h1 class=\"heading-medium\">#{{ccdCaseNumber | ccdHyphens }}</h1>\n <div class=\"govuk-form-group\">\n <form novalidate>\n <div class=\"govuk-form-group\">\n <form [formGroup]=\"remissionForm\" novalidate>\n <fieldset class=\"govuk-fieldset\">\n <legend class=\"govuk-fieldset__legend govuk-fieldset__legend--m\">\n <h1 *ngIf=\"remessionPayment?.status === 'Success' || isFromRefundListPage\" class=\"heading-medium\">\n Enter the amount to be refunded\n </h1>\n <h1 *ngIf=\"remessionPayment?.status !== 'Success' && !isFromRefundListPage\" class=\"heading-medium\">\n Enter the remission amount\n </h1>\n <h1 *ngIf=\"remessionPayment?.status === 'undefined'\" class=\"heading-medium\">\n Enter the amount\n </h1>\n </legend>\n <div id=\"amount-currency\" class=\"govuk-visually-hidden\">in pounds</div>\n <p class=\"inline-error-message\" *ngIf=\"isAmountEmpty || amountHasError || isRemissionLessThanFeeError\">\n <span *ngIf=\"isAmountEmpty\">Enter a amount</span>\n <span *ngIf=\"amountHasError\">Enter a vaild amount</span>\n <span *ngIf=\"isRemissionLessThanFeeError\">You cannot add a remission that's more than the fee amount.</span>\n </p>\n <div class=\"hmcts-currency-input\">\n\n <div class=\"hmcts-currency-input__symbol\" aria-hidden=\"true\">\u00A3</div>\n <input class=\"govuk-input govuk-input--width-10\" [ngClass]=\"{'inline-error-class': isAmountEmpty || amountHasError || isRemissionLessThanFeeError}\" id=\"amount\" aria-label=\"amount\" name=\"amount\" type=\"number\" aria-describedby=\"amount-currency\" formControlName=\"amount\">\n\n\n </div>\n </fieldset>\n </form>\n\n <div class=\"govuk-button-group\">\n <button (click)=\"gotoAddRetroRemissionCodePage()\" class=\"govuk-button govuk-button--secondary\"> Previous</button>\n <button (click)=\"gotoCheckRetroRemissionPage(payment)\" class=\"govuk-button\"> Continue</button>\n\n </div>\n <p>\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link\" data-module=\"govuk-button\">Cancel</a>\n </p>\n </div>\n\n </form>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'checkretroremissionpage'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='CHECKRETROREMISSIONCONFIRMATION'>\n <div class=\"govuk-warning-text\">\n <h1 class=\"heading-large\"> Check your answers</h1>\n </div>\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment reference</td>\n <td class=\"govuk-table__cell\">{{remessionPayment ? remessionPayment.reference: ' '}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment amount</td>\n <td class=\"govuk-table__cell\">\u00A3{{ remessionPayment ? getFormattedCurrency(remessionPayment.amount): ' ' | currency :'GBP':'symbol':'1.2-2'}} </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment status</td>\n <td class=\"govuk-table__cell\">{{remessionPayment ? remessionPayment.status: ''}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Fee</td>\n <td class=\"govuk-table__cell\">{{ fee.code }} - {{ fee.description }} ({{ fee.calculated_amount/fee.volume| currency:'GBP':'symbol-narrow':'1.2-2' }}) </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Help with fees or remission reference</td>\n <td class=\"govuk-table__cell\"> {{ remissionForm.controls.remissionCode.value }}\n <a (click)=\"gotoProcessRetroRemissionPage()\" class=\"govuk-link right\" >Change</a>\n </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td *ngIf=\"remessionPayment.status === 'Success'\" class=\"govuk-table__cell govuk-!-font-weight-bold\">Refund amount</td>\n <td *ngIf=\"remessionPayment.status !== 'Success'\" class=\"govuk-table__cell govuk-!-font-weight-bold\">Remission amount</td>\n <td class=\"govuk-table__cell\">{{remissionForm.controls.amount.value | currency:'GBP':'symbol-narrow':'1.2-2' }}\n <a (click)=\"addRemissionCode()\" class=\"govuk-link right\" >Change</a>\n </td>\n </tr>\n </table>\n\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"addRemissionCode()\">Previous</button>\n <button type=\"submit\" [disabled]=\"isConfirmationBtnDisabled\" [ngClass]='isConfirmationBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"' (click)=\"confirmRetroRemission()\"> Add remission </button>\n <p> <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link\" data-module=\"govuk-button\"> Cancel</a> </p>\n\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'retroremissionconfirmationpage'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='RETROREMISSIONCONFIRMATIONPAGE'>\n <div class=\"govuk-grid-row\">\n <div >\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">\n Remission added\n </h1>\n <div *ngIf=\"remessionPayment.status === 'Success'\" class=\"govuk-panel__body\">\n <p class=\"govuk-body white\"><strong>The amount to be refunded should be {{remissionForm.controls.amount.value | currency:'GBP':'symbol-narrow':'1.2-2' }}</strong></p>\n\n </div>\n </div>\n <div *ngIf=\"remessionPayment.status === 'Success'\" >\n <button type=\"submit\" [disabled]=\"!isRemissionApplied\" [ngClass]='isConfirmationBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"' (click)=\"processRefund()\">Submit refund </button>\n </div>\n <p class=\"govuk-body\">\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link pointer\" data-module=\"govuk-button\">\n Return to case\n </a>\n </p>\n </div>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'refundconfirmationpage'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='RETROREMISSIONREFUNDCONFIRMATIONPAGE'>\n <div class=\"govuk-grid-row\">\n <div >\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">\n Refund submitted\n </h1>\n\n <div class=\"govuk-panel__body\">\n <p class=\"govuk-body white\"><strong>Refund reference: {{refundReference}}</strong></p>\n </div>\n\n </div>\n <div *ngIf=\"isPaymentSuccess\">\n <h2 class=\"govuk-heading-l\">What happens next</h2>\n <p class=\"govuk-body\">\n A refund request for {{refundAmount | currency:'GBP':'symbol-narrow':'1.2-2' }} has been created and will be passed to a team leader to approve.\n </p>\n </div>\n <p class=\"govuk-body\">\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link pointer\" data-module=\"govuk-button\">\n Return to case\n </a>\n </p>\n </div>\n </div>\n\n </ng-container>\n\n <!-- Issue Refund Section -->\n\n <ng-container *ngIf=\"viewCompStatus === 'issuerefund' && isRefundRemission\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='ISSUEREFUNDPAGE'>\n <h1 class=\"heading-large\">Process refund</h1>\n <h1 class=\"heading-medium\">#{{ccdCaseNumber | ccdHyphens }}</h1>\n <h1 class=\"heading-large\">Why are you making this refund?\n </h1>\n\n\n <div class=\"govuk-form-group\">\n <form novalidate>\n <div class=\"govuk-form-group\">\n <form [formGroup]=\"remissionForm\" novalidate>\n <fieldset class=\"govuk-fieldset\" aria-describedby=\"how-contacted-conditional-hint\">\n\n <div\n [ngClass]=\"refundHasError ? 'govuk-radios govuk-radios--conditional form-group-error' : 'govuk-radios govuk-radios--conditional'\"\n data-module=\"govuk-radios\" >\n <p class=\"inline-error-message\" *ngIf=\"refundHasError\">\n <span *ngIf=\"refundHasError\">Select a reason why you\u2019re making this refund</span>\n </p>\n\n\n\n <div class = \"container-fluid\">\n <div class=\"row\">\n <div class=\"govuk-radios__item col-md-4\" *ngFor=\"let refund of commonRefundReasons; let i = index;\">\n <!-- <div *ngIf = \"{{refund.name}} !== 'Retrospective remission'\"> -->\n <input class=\"govuk-radios__input\" id=\"{{refund.name}}\" name=\"refundReason\" type=\"radio\"\n formControlName=\"refundReason\" value={{refund.code}}\n (change)=\"selectRadioButton(refund.name, refund.name)\">\n <label class=\"govuk-label--s govuk-radios__label govuk-font__custom\" for=\"how-contacted-conditional\">\n {{refund.name}}\n </label>\n\n <div class=\"govuk-radios__conditional\" *ngIf=\"isRefundReasonsSelected && showReasonText && selectedRefundReason === refund.name \" >\n <label class=\"govuk-label govuk-label--m\" for=\"{{refund.name}}\">\n Enter reason\n </label>\n <div [ngClass]=\"{'form-group-error': isReasonEmpty}\">\n <p class=\"inline-error-message\" *ngIf=\"isReasonEmpty\">\n <span *ngIf=\"isReasonEmpty\">Enter a reason why you\u2019re making this refund</span>\n </p>\n\n <input class=\"govuk-input govuk-input--width-10\" [ngClass]=\"{'inline-error-class': isReasonEmpty}\" id=\"reason\" aria-label=\"reason\" name=\"reason\" type=\"text\" aria-describedby=\"reason\" maxlength=\"30\" formControlName=\"reason\">\n </div>\n </div>\n <!-- </div> -->\n </div>\n </div>\n </div>\n <br/>\n <div>\n <select formControlName=\"refundDDReason\" class=\"govuk-select\" id=\"sort\" (change)=\"selectchange($event)\">\n <option selected='selected' [defaultSelected]=true [value]=\"default\" >{{default}}</option>\n <!-- <option value=\"\" selected='selected'>Select a different reason</option> -->\n <option *ngFor=\"let refund of refundReasons;\" id=\"{{refund.name}}\" value=\"{{refund.code}}\">{{refund.name}}</option>\n </select>\n\n </div>\n <br/>\n <div class=\"govuk-radios__conditional\" *ngIf=\"showReasonText && !isRefundReasonsSelected\" >\n <div [ngClass]=\"{'form-group-error': isReasonEmpty}\">\n <label class=\"govuk-label govuk-label--m\" for=\"amount\">\n Enter reason\n </label>\n <p class=\"inline-error-message\" *ngIf=\"isReasonEmpty\">\n <span *ngIf=\"isReasonEmpty\">Enter a reason why you\u2019re making this refund</span>\n </p>\n <input class=\"govuk-input govuk-input--width-10\" [ngClass]=\"{'inline-error-class': isReasonEmpty}\" id=\"reason\" aria-label=\"reason\" name=\"reason\" type=\"text\" aria-describedby=\"reason\" maxlength=\"{{reasonLength}}\" formControlName=\"reason\">\n </div>\n </div>\n\n\n </div>\n </fieldset>\n </form>\n </div>\n </form>\n </div>\n <div class=\"govuk-button-group\">\n <button (click)=\"gotoServiceRequestPage($event)\" class=\"govuk-button govuk-button--secondary\"> Previous</button>\n <button (click)=\"gotoIssueRefundConfirmation(payment)\" class=\"govuk-button\"> Continue</button>\n </div>\n <p>\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link\" data-module=\"govuk-button\">\n Cancel\n </a>\n </p>\n\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'checkissuerefundpage'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='CHECKISSUEREFUNDPAGE'>\n <div class=\"govuk-warning-text\">\n\n <h1 class=\"heading-large\"> Check your answers</h1>\n </div>\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Reason for refund</td>\n <td class=\"govuk-table__cell\"> {{ displayRefundReason }}\n <a (click)=\"changeIssueRefundReason()\" class=\"govuk-link right\" >Change</a>\n </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment reference</td>\n <td class=\"govuk-table__cell\">{{this.payment.reference}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment amount</td>\n <td class=\"govuk-table__cell\">{{this.payment.amount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n </tr>\n </table>\n <div class=\"govuk-button-group\">\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"gotoIssueRefundPage()\"> Previous </button>\n <button type=\"submit\"\n [disabled]=\"isConfirmationBtnDisabled\"\n [ngClass]='isConfirmationBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'\n (click)=\"confirmIssueRefund()\">\n Submit refund\n </button>\n </div>\n <p>\n <a (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link\" data-module=\"govuk-button\">\n Cancel\n </a>\n </p>\n\n </ng-container>\n\n <!--Retro Refund-->\n <ng-container *ngIf=\"viewCompStatus === 'addrefundforremission'\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='ADDREFUNDFORREMISSION'>\n <div class=\"govuk-warning-text\">\n\n <h1 class=\"heading-large\"> Check your answers</h1>\n </div>\n <table class=\"govuk-table\">\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Reason for refund</td>\n <td class=\"govuk-table__cell\"> Retrospective remission </td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Payment reference</td>\n <td class=\"govuk-table__cell\">{{this.payment.reference}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Refund amount</td>\n <td class=\"govuk-table__cell\">{{this.remission.hwf_amount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Fee code</td>\n <td class=\"govuk-table__cell\">{{this.remission.fee_code}}</td>\n </tr>\n <tr class=\"govuk-table__row\">\n <td class=\"govuk-table__cell govuk-!-font-weight-bold\">Fee amount</td>\n <td class=\"govuk-table__cell\">{{feeamount | currency:'GBP':'symbol-narrow':'1.2-2'}}</td>\n </tr>\n </table>\n <div class=\"govuk-button-group\">\n <button type=\"submit\" class=\"button govuk-button--secondary\" (click)=\"gotoServiceRequestPage($event)\">Previous</button>\n <button type=\"submit\"\n [disabled]=\"isConfirmationBtnDisabled\"\n [ngClass]='isConfirmationBtnDisabled ? \"button button--disabled govuk-!-margin-right-1\" : \"button govuk-!-margin-right-1\"'\n (click)=\"processRefund()\">\n Submit refund\n </button>\n </div>\n <p>\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link\" data-module=\"govuk-button\">\n Cancel\n </a>\n </p>\n\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'retrorefundconfirmationpage'\">\n <div class=\"govuk-grid-row\">\n <div >\n <div class=\"govuk-panel govuk-panel--confirmation\">\n <h1 class=\"govuk-panel__title\">\n Refund submitted\n </h1>\n\n <div class=\"govuk-panel__body\">\n <p class=\"govuk-body white\"><strong>Refund reference: {{refundReference}}</strong></p>\n </div>\n\n </div>\n <div *ngIf=\"isPaymentSuccess\">\n <h2 class=\"govuk-heading-l\">What happens next</h2>\n <p class=\"govuk-body\">\n A refund request for {{ refundAmount| currency:'GBP':'symbol-narrow':'1.2-2'}} has been passed to a team leader to approve.\n </p>\n </div>\n <p class=\"govuk-body\">\n <a href=\"javascript:void(0)\" (click)=\"gotoCasetransationPageCancelBtnClicked($event)\" class=\"govuk-link pointer\" data-module=\"govuk-button\">\n Return to case\n </a>\n </p>\n </div>\n </div>\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'order-full-view'\">\n <ccpay-service-request\n [viewStatus] = \"viewStatus\"\n [orderRef] = \"orderRef\"\n [orderStatus] = \"orderStatus\"\n [orderCreated] = \"orderCreated\"\n [orderParty] = \"orderParty\"\n [orderCCDEvent] = \"orderCCDEvent\"\n [orderDetail] = \"orderDetail\"\n [LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"\n [takePayment] = \"takePayment\"\n [ccdCaseNumber] = \"ccdCaseNumber\"\n [orderFeesTotal] = \"orderFeesTotal\"\n [orderTotalPayments] = \"orderTotalPayments\"\n [orderRemissionTotal] = \"orderRemissionTotal\">\n </ccpay-service-request>\n </ng-container>\n\n <ng-container *ngIf=\"viewStatus === 'payment-view'\">\n <ccpay-payment-view\n [LOGGEDINUSERROLES] = \"LOGGEDINUSERROLES\"\n [isTurnOff] = \"isTurnOff\"\n [isTakePayment] = \"takePayment\"\n [caseType] = \"caseType\"\n [orderRef] = \"orderRef\"\n [orderStatus] = \"orderStatus\"\n [orderCreated] = \"orderCreated\"\n [orderParty] = \"orderParty\"\n [orderCCDEvent] = \"orderCCDEvent\"\n [orderDetail] = \"orderDetail\"\n [orderFeesTotal] = \"orderFeesTotal\"\n [orderTotalPayments] = \"orderTotalPayments\"\n [orderRemissionTotal] = \"orderRemissionTotal\"\n >\n </ccpay-payment-view>\n </ng-container>\n\n</div>\n\n\n\n",
|
|
6696
8280
|
styles: [".add-remission .button{padding:.5em;font-size:19px;font-weight:200;margin:20px 2px}.add-remission td.govuk-table__cell{width:50%}.add-remission .govuk-button--secondary{background-color:#dee0e2;box-shadow:0 2px 0 #858688;color:#0b0c0c;margin-right:.5em}.add-remission .right{cursor:pointer}.add-remission .govuk-label--s,.add-remission .govuk-warning-text__text,.add-remission .hmcts-currency-input__symbol{font-size:19px;font-weight:400}.add-remission .inline-error-class{outline:#a71414 solid 3px;outline-offset:0;border-color:#a71414}.add-remission .inline-error-message{color:#a71414;border-color:#a71414;font-weight:700;margin-top:10px;font-size:20px}.add-remission .govuk-button,.add-remission .govuk-link{margin-right:1em;font-size:19px;font-weight:200}.add-remission .govuk-button-group{padding-top:2em}.add-remission .heading-medium{margin-top:.875em}.add-remission .heading-large{margin-top:.25em}.add-remission .govuk-panel--confirmation{color:#fff;background:#00703c}.add-remission .govuk-panel__title{font-size:5rem}.add-remission .govuk-body,.add-remission .govuk-body-m{font-size:2.1875rem}.add-remission .govuk-radios__item{clear:initial!important;display:inline-block;width:45%!important}.add-remission .govuk-radios__conditional{padding-top:12px!important}.add-remission .radio,.add-remission .right{float:right}.govuk-input{font-size:19px}.govuk-select{font-size:19px;font-weight:400}.govuk-input--width-10{max-width:50ex}.govuk-label--m{font-size:19px;font-weight:400}.govuk-error-summary__body{font-size:19px!important}.govuk-error-summary__title{font-size:24px!important}.white{color:#fff}.pagesize{margin:2em;width:97%}.right{cursor:pointer}.form-hint{font-size:19px!important}"]
|
|
6697
8281
|
}] }
|
|
6698
8282
|
];
|
|
@@ -6737,10 +8321,188 @@ AddRemissionComponent.propDecorators = {
|
|
|
6737
8321
|
refundListReason: [{ type: Output }],
|
|
6738
8322
|
refundListAmount: [{ type: Output }]
|
|
6739
8323
|
};
|
|
8324
|
+
if (false) {
|
|
8325
|
+
/** @type {?} */
|
|
8326
|
+
AddRemissionComponent.prototype.fee;
|
|
8327
|
+
/** @type {?} */
|
|
8328
|
+
AddRemissionComponent.prototype.payment;
|
|
8329
|
+
/** @type {?} */
|
|
8330
|
+
AddRemissionComponent.prototype.remission;
|
|
8331
|
+
/** @type {?} */
|
|
8332
|
+
AddRemissionComponent.prototype.ccdCaseNumber;
|
|
8333
|
+
/** @type {?} */
|
|
8334
|
+
AddRemissionComponent.prototype.caseType;
|
|
8335
|
+
/** @type {?} */
|
|
8336
|
+
AddRemissionComponent.prototype.viewCompStatus;
|
|
8337
|
+
/** @type {?} */
|
|
8338
|
+
AddRemissionComponent.prototype.paymentGroupRef;
|
|
8339
|
+
/** @type {?} */
|
|
8340
|
+
AddRemissionComponent.prototype.isTurnOff;
|
|
8341
|
+
/** @type {?} */
|
|
8342
|
+
AddRemissionComponent.prototype.isRefundRemission;
|
|
8343
|
+
/** @type {?} */
|
|
8344
|
+
AddRemissionComponent.prototype.isStrategicFixEnable;
|
|
8345
|
+
/** @type {?} */
|
|
8346
|
+
AddRemissionComponent.prototype.paidAmount;
|
|
8347
|
+
/** @type {?} */
|
|
8348
|
+
AddRemissionComponent.prototype.isFromRefundListPage;
|
|
8349
|
+
/** @type {?} */
|
|
8350
|
+
AddRemissionComponent.prototype.isFromPaymentDetailPage;
|
|
8351
|
+
/** @type {?} */
|
|
8352
|
+
AddRemissionComponent.prototype.isFromServiceRequestPage;
|
|
8353
|
+
/** @type {?} */
|
|
8354
|
+
AddRemissionComponent.prototype.feeamount;
|
|
8355
|
+
/** @type {?} */
|
|
8356
|
+
AddRemissionComponent.prototype.LOGGEDINUSERROLES;
|
|
8357
|
+
/** @type {?} */
|
|
8358
|
+
AddRemissionComponent.prototype.orderDetail;
|
|
8359
|
+
/** @type {?} */
|
|
8360
|
+
AddRemissionComponent.prototype.orderRef;
|
|
8361
|
+
/** @type {?} */
|
|
8362
|
+
AddRemissionComponent.prototype.orderStatus;
|
|
8363
|
+
/** @type {?} */
|
|
8364
|
+
AddRemissionComponent.prototype.orderParty;
|
|
8365
|
+
/** @type {?} */
|
|
8366
|
+
AddRemissionComponent.prototype.orderCreated;
|
|
8367
|
+
/** @type {?} */
|
|
8368
|
+
AddRemissionComponent.prototype.orderCCDEvent;
|
|
8369
|
+
/** @type {?} */
|
|
8370
|
+
AddRemissionComponent.prototype.takePayment;
|
|
8371
|
+
/** @type {?} */
|
|
8372
|
+
AddRemissionComponent.prototype.orderFeesTotal;
|
|
8373
|
+
/** @type {?} */
|
|
8374
|
+
AddRemissionComponent.prototype.orderTotalPayments;
|
|
8375
|
+
/** @type {?} */
|
|
8376
|
+
AddRemissionComponent.prototype.orderRemissionTotal;
|
|
8377
|
+
/** @type {?} */
|
|
8378
|
+
AddRemissionComponent.prototype.cancelRemission;
|
|
8379
|
+
/** @type {?} */
|
|
8380
|
+
AddRemissionComponent.prototype.refundListReason;
|
|
8381
|
+
/** @type {?} */
|
|
8382
|
+
AddRemissionComponent.prototype.refundListAmount;
|
|
8383
|
+
/** @type {?} */
|
|
8384
|
+
AddRemissionComponent.prototype.refund;
|
|
8385
|
+
/** @type {?} */
|
|
8386
|
+
AddRemissionComponent.prototype.remissionForm;
|
|
8387
|
+
/** @type {?} */
|
|
8388
|
+
AddRemissionComponent.prototype.hasErrors;
|
|
8389
|
+
/** @type {?} */
|
|
8390
|
+
AddRemissionComponent.prototype.viewStatus;
|
|
8391
|
+
/** @type {?} */
|
|
8392
|
+
AddRemissionComponent.prototype.errorMessage;
|
|
8393
|
+
/** @type {?} */
|
|
8394
|
+
AddRemissionComponent.prototype.option;
|
|
8395
|
+
/** @type {?} */
|
|
8396
|
+
AddRemissionComponent.prototype.isConfirmationBtnDisabled;
|
|
8397
|
+
/** @type {?} */
|
|
8398
|
+
AddRemissionComponent.prototype.bsPaymentDcnNumber;
|
|
8399
|
+
/** @type {?} */
|
|
8400
|
+
AddRemissionComponent.prototype.selectedValue;
|
|
8401
|
+
/** @type {?} */
|
|
8402
|
+
AddRemissionComponent.prototype.amount;
|
|
8403
|
+
/** @type {?} */
|
|
8404
|
+
AddRemissionComponent.prototype.retroRemission;
|
|
8405
|
+
/** @type {?} */
|
|
8406
|
+
AddRemissionComponent.prototype.remissionReference;
|
|
8407
|
+
/** @type {?} */
|
|
8408
|
+
AddRemissionComponent.prototype.refundReference;
|
|
8409
|
+
/** @type {?} */
|
|
8410
|
+
AddRemissionComponent.prototype.refundAmount;
|
|
8411
|
+
/** @type {?} */
|
|
8412
|
+
AddRemissionComponent.prototype.paymentExplanationHasError;
|
|
8413
|
+
/** @type {?} */
|
|
8414
|
+
AddRemissionComponent.prototype.refundReason;
|
|
8415
|
+
/** @type {?} */
|
|
8416
|
+
AddRemissionComponent.prototype.selectedRefundReason;
|
|
8417
|
+
/** @type {?} */
|
|
8418
|
+
AddRemissionComponent.prototype.displayRefundReason;
|
|
8419
|
+
/** @type {?} */
|
|
8420
|
+
AddRemissionComponent.prototype.refundCode;
|
|
8421
|
+
/** @type {?} */
|
|
8422
|
+
AddRemissionComponent.prototype.remessionPayment;
|
|
8423
|
+
/** @type {?} */
|
|
8424
|
+
AddRemissionComponent.prototype.isRemissionCodeEmpty;
|
|
8425
|
+
/** @type {?} */
|
|
8426
|
+
AddRemissionComponent.prototype.remissionCodeHasError;
|
|
8427
|
+
/** @type {?} */
|
|
8428
|
+
AddRemissionComponent.prototype.isAmountEmpty;
|
|
8429
|
+
/** @type {?} */
|
|
8430
|
+
AddRemissionComponent.prototype.isReasonEmpty;
|
|
8431
|
+
/** @type {?} */
|
|
8432
|
+
AddRemissionComponent.prototype.amountHasError;
|
|
8433
|
+
/** @type {?} */
|
|
8434
|
+
AddRemissionComponent.prototype.isRemissionLessThanFeeError;
|
|
8435
|
+
/** @type {?} */
|
|
8436
|
+
AddRemissionComponent.prototype.refundHasError;
|
|
8437
|
+
/** @type {?} */
|
|
8438
|
+
AddRemissionComponent.prototype.isPaymentSuccess;
|
|
8439
|
+
/** @type {?} */
|
|
8440
|
+
AddRemissionComponent.prototype.isRemissionApplied;
|
|
8441
|
+
/** @type {?} */
|
|
8442
|
+
AddRemissionComponent.prototype.remissionamt;
|
|
8443
|
+
/** @type {?} */
|
|
8444
|
+
AddRemissionComponent.prototype.commonRefundReasons;
|
|
8445
|
+
/** @type {?} */
|
|
8446
|
+
AddRemissionComponent.prototype.showReasonText;
|
|
8447
|
+
/** @type {?} */
|
|
8448
|
+
AddRemissionComponent.prototype.isRefundReasonsSelected;
|
|
8449
|
+
/** @type {?} */
|
|
8450
|
+
AddRemissionComponent.prototype.default;
|
|
8451
|
+
/** @type {?} */
|
|
8452
|
+
AddRemissionComponent.prototype.reasonLength;
|
|
8453
|
+
/** @type {?} */
|
|
8454
|
+
AddRemissionComponent.prototype.refundReasons;
|
|
8455
|
+
/** @type {?} */
|
|
8456
|
+
AddRemissionComponent.prototype.pattern1;
|
|
8457
|
+
/** @type {?} */
|
|
8458
|
+
AddRemissionComponent.prototype.pattern2;
|
|
8459
|
+
/** @type {?} */
|
|
8460
|
+
AddRemissionComponent.prototype.sendOrderDetail;
|
|
8461
|
+
/** @type {?} */
|
|
8462
|
+
AddRemissionComponent.prototype.sendOrderRef;
|
|
8463
|
+
/** @type {?} */
|
|
8464
|
+
AddRemissionComponent.prototype.component;
|
|
8465
|
+
/**
|
|
8466
|
+
* @type {?}
|
|
8467
|
+
* @private
|
|
8468
|
+
*/
|
|
8469
|
+
AddRemissionComponent.prototype.formBuilder;
|
|
8470
|
+
/**
|
|
8471
|
+
* @type {?}
|
|
8472
|
+
* @private
|
|
8473
|
+
*/
|
|
8474
|
+
AddRemissionComponent.prototype.router;
|
|
8475
|
+
/**
|
|
8476
|
+
* @type {?}
|
|
8477
|
+
* @private
|
|
8478
|
+
*/
|
|
8479
|
+
AddRemissionComponent.prototype.paymentViewService;
|
|
8480
|
+
/**
|
|
8481
|
+
* @type {?}
|
|
8482
|
+
* @private
|
|
8483
|
+
*/
|
|
8484
|
+
AddRemissionComponent.prototype.paymentLibComponent;
|
|
8485
|
+
/**
|
|
8486
|
+
* @type {?}
|
|
8487
|
+
* @private
|
|
8488
|
+
*/
|
|
8489
|
+
AddRemissionComponent.prototype.refundService;
|
|
8490
|
+
/**
|
|
8491
|
+
* @type {?}
|
|
8492
|
+
* @private
|
|
8493
|
+
*/
|
|
8494
|
+
AddRemissionComponent.prototype.cd;
|
|
8495
|
+
/**
|
|
8496
|
+
* @type {?}
|
|
8497
|
+
* @private
|
|
8498
|
+
*/
|
|
8499
|
+
AddRemissionComponent.prototype.OrderslistService;
|
|
8500
|
+
}
|
|
6740
8501
|
|
|
6741
8502
|
/**
|
|
6742
8503
|
* @fileoverview added by tsickle
|
|
6743
|
-
*
|
|
8504
|
+
* Generated from: lib/pipes/ccd-hyphens.pipe.ts
|
|
8505
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6744
8506
|
*/
|
|
6745
8507
|
class CcdHyphensPipe {
|
|
6746
8508
|
constructor() { }
|
|
@@ -6768,7 +8530,8 @@ CcdHyphensPipe.ctorParameters = () => [];
|
|
|
6768
8530
|
|
|
6769
8531
|
/**
|
|
6770
8532
|
* @fileoverview added by tsickle
|
|
6771
|
-
*
|
|
8533
|
+
* Generated from: lib/pipes/capitalize.pipe.ts
|
|
8534
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6772
8535
|
*/
|
|
6773
8536
|
class CapitalizePipe {
|
|
6774
8537
|
constructor() { }
|
|
@@ -6791,7 +8554,8 @@ CapitalizePipe.ctorParameters = () => [];
|
|
|
6791
8554
|
|
|
6792
8555
|
/**
|
|
6793
8556
|
* @fileoverview added by tsickle
|
|
6794
|
-
*
|
|
8557
|
+
* Generated from: lib/pipes/key-value.pipe.ts
|
|
8558
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6795
8559
|
*/
|
|
6796
8560
|
class keyValuePipe {
|
|
6797
8561
|
constructor() { }
|
|
@@ -6820,7 +8584,8 @@ keyValuePipe.ctorParameters = () => [];
|
|
|
6820
8584
|
|
|
6821
8585
|
/**
|
|
6822
8586
|
* @fileoverview added by tsickle
|
|
6823
|
-
*
|
|
8587
|
+
* Generated from: lib/pipes/sanitize-html.pipe.ts
|
|
8588
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6824
8589
|
*/
|
|
6825
8590
|
class SanitizeHtmlPipe {
|
|
6826
8591
|
/**
|
|
@@ -6844,10 +8609,18 @@ SanitizeHtmlPipe.decorators = [
|
|
|
6844
8609
|
SanitizeHtmlPipe.ctorParameters = () => [
|
|
6845
8610
|
{ type: DomSanitizer }
|
|
6846
8611
|
];
|
|
8612
|
+
if (false) {
|
|
8613
|
+
/**
|
|
8614
|
+
* @type {?}
|
|
8615
|
+
* @private
|
|
8616
|
+
*/
|
|
8617
|
+
SanitizeHtmlPipe.prototype.sanitizer;
|
|
8618
|
+
}
|
|
6847
8619
|
|
|
6848
8620
|
/**
|
|
6849
8621
|
* @fileoverview added by tsickle
|
|
6850
|
-
*
|
|
8622
|
+
* Generated from: lib/services/xl-file/xl-file.service.ts
|
|
8623
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
6851
8624
|
*/
|
|
6852
8625
|
/** @type {?} */
|
|
6853
8626
|
const EXCEL_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8';
|
|
@@ -7053,7 +8826,8 @@ XlFileService.ctorParameters = () => [];
|
|
|
7053
8826
|
|
|
7054
8827
|
/**
|
|
7055
8828
|
* @fileoverview added by tsickle
|
|
7056
|
-
*
|
|
8829
|
+
* Generated from: lib/components/reports/reports.component.ts
|
|
8830
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7057
8831
|
*/
|
|
7058
8832
|
class ReportsComponent {
|
|
7059
8833
|
/**
|
|
@@ -7441,7 +9215,7 @@ class ReportsComponent {
|
|
|
7441
9215
|
ReportsComponent.decorators = [
|
|
7442
9216
|
{ type: Component, args: [{
|
|
7443
9217
|
selector: 'ccpay-reports',
|
|
7444
|
-
template: "<div class=\"header\">\n <input #myInput type='hidden'
|
|
9218
|
+
template: "<div class=\"header\">\n <input #myInput type='hidden' id='iFrameDrivenImageValue' value='REPORTS'>\n <ccpay-error-banner *ngIf=\"errorMessage.showError\" [errorMessage]=\"errorMessage\"></ccpay-error-banner>\n <legend class=\"govuk-fieldset__legend--xl\">\n <h1 class=\"govuk-fieldset__heading\"> Choose the report type and date range</h1>\n </legend>\n</div>\n<form [formGroup]=\"reportsForm\">\n <div class=\"govuk-form-group\">\n <div class=\"govuk-radios govuk-radios--conditional\" data-module=\"govuk-radios\">\n <div class=\"govuk-radios__item\">\n <input \n required\n id=\"DataLoss\"\n class=\"govuk-radios__input\"\n formControlName=\"selectedreport\"\n (click)=\"validateDates('DATA_LOSS')\"\n name=\"selectedreport\"\n type=\"radio\"\n value=\"DATA_LOSS\" \n data-aria-controls=\"DataLoss\"/>\n <label class=\"govuk-label govuk-radios__label govuk-label--m\" for=\"DataLoss\">Data loss</label>\n <span class=\"form-hint\">Missing transactions where data has been received from only either of Exela or Bulk scan</span>\n </div>\n\n <div class=\"govuk-radios__item\">\n <input \n id=\"UnprocessedTransactions\"\n class=\"govuk-radios__input\"\n formControlName=\"selectedreport\"\n (click)=\"validateDates('UNPROCESSED')\"\n name=\"selectedreport\"\n type=\"radio\"\n value=\"UNPROCESSED\" \n data-aria-controls=\"UnprocessedTransactions\"/>\n <label class=\"govuk-label govuk-radios__label govuk-label--m\" for=\"UnprocessedTransactions\">Unprocessed transactions</label>\n <span class=\"form-hint\">Transaction records that are still unprocessed by staff.</span>\n </div>\n\n <div class=\"govuk-radios__item\">\n <input \n id=\"ProcessedUnallocated\"\n class=\"govuk-radios__input\"\n formControlName=\"selectedreport\"\n name=\"selectedreport\"\n (click)=\"validateDates('PROCESSED_UNALLOCATED')\"\n type=\"radio\"\n value=\"PROCESSED_UNALLOCATED\" \n data-aria-controls=\"ProcessedUnallocated\"/>\n <label class=\"govuk-label govuk-radios__label govuk-label--m\" for=\"ProcessedUnallocated\">Processed unallocated</label>\n <span class=\"form-hint\">Payments that are marked as \u2018Unidentified\u2019 or \u2018Transferred\u2019 (Unsolicited requests)</span>\n </div>\n\n <div class=\"govuk-radios__item\">\n <input \n id=\"ShortfallsandSurplus\"\n class=\"govuk-radios__input\"\n formControlName=\"selectedreport\"\n name=\"selectedreport\"\n (click)=\"validateDates('SURPLUS_AND_SHORTFALL')\"\n type=\"radio\"\n value=\"SURPLUS_AND_SHORTFALL\" \n data-aria-controls=\"ShortfallsandSurplus\"/>\n <label class=\"govuk-label govuk-radios__label govuk-label--m\" for=\"ShortfallsandSurplus\">Under payment and Over payment</label>\n <span class=\"form-hint\">Requests where balances are marked as Under payment/Over payment further case management.\n E.g: Refund approval, Customer contact</span>\n </div>\n <div class=\"govuk-radios__item\" *ngIf=\"ISPAYMENTSTATUSENABLED\">\n <input \n id=\"PaymentFailureEvent\"\n class=\"govuk-radios__input\"\n formControlName=\"selectedreport\"\n name=\"selectedreport\"\n (click)=\"validateDates('PAYMENT_FAILURE_EVENT')\"\n type=\"radio\"\n value=\"PAYMENT_FAILURE_EVENT\" \n data-aria-controls=\"PaymentFailureEvent\"/>\n <label class=\"govuk-label govuk-radios__label govuk-label--m\" for=\"PaymentFailureEvent\">Payment failure event</label>\n <span class=\"form-hint\">Failed payment transaction details</span>\n </div>\n </div>\n </div>\n <div class=\"govuk-form-group\">\n <div class=\"datefrom\">\n <label class=\"govuk-label govuk-radios__label govuk-label--m\" for=\"date-from\">Date from</label>\n <input (change)=\"getSelectedFromDate()\" [max]=\"getToday()\" class=\"form-control\" id=\"date-from\" name=\"date-from\" type=\"date\" formControlName=\"startDate\" required/>\n </div>\n\n <div class=\"dateto\">\n <label class=\"govuk-label govuk-radios__label govuk-label--m\" for=\"date-to\">Date to</label>\n <input (change)=\"getSelectedFromDate()\" [max]=\"getToday()\" class=\"form-control\" id=\"date-to\" name=\"search\" type=\"date\" formControlName=\"endDate\" required/>\n </div>\n </div>\n <p class=\"inline-error-message\" *ngIf=\"isStartDateLesthanEndDate || isDateRangeBetnWeek || isDateBetwnMonth\">\n <span *ngIf=\"isStartDateLesthanEndDate\">Please select 'Date From' less than or equal to 'Date To'</span>\n <span *ngIf=\"isDateRangeBetnWeek\"> Please select the date range between 7 days</span>\n <span *ngIf=\"isDateBetwnMonth\"> Please select the date range between 30 days</span>\n </p>\n <div class=\"btnsubmit\">\n <button type=\"submit\" (click)=\"downloadReport()\" class=\"button\" [disabled]=\"!reportsForm.valid || isDownLoadButtondisabled || isStartDateLesthanEndDate || isDateRangeBetnWeek\">Download report</button>\n </div>\n </form>\n \n",
|
|
7445
9219
|
styles: [".govuk-radios__input:focus+.govuk-radios__label::before{border-width:4px;box-shadow:0 0 0 4px #ffaf00}.datefrom{width:50%;float:left}.dateto{width:50%;float:right}.govuk-label--m{font-size:large}.form-hint{padding-left:.7em}.header{margin-top:10px;margin-bottom:15px}.btnsubmit{margin-bottom:30px}.inline-error-message{color:#a71414;font-weight:700;margin-top:10px}"]
|
|
7446
9220
|
}] }
|
|
7447
9221
|
];
|
|
@@ -7456,10 +9230,66 @@ ReportsComponent.ctorParameters = () => [
|
|
|
7456
9230
|
ReportsComponent.propDecorators = {
|
|
7457
9231
|
ISPAYMENTSTATUSENABLED: [{ type: Input }]
|
|
7458
9232
|
};
|
|
9233
|
+
if (false) {
|
|
9234
|
+
/** @type {?} */
|
|
9235
|
+
ReportsComponent.prototype.ISPAYMENTSTATUSENABLED;
|
|
9236
|
+
/** @type {?} */
|
|
9237
|
+
ReportsComponent.prototype.fmt;
|
|
9238
|
+
/** @type {?} */
|
|
9239
|
+
ReportsComponent.prototype.loc;
|
|
9240
|
+
/** @type {?} */
|
|
9241
|
+
ReportsComponent.prototype.reportsForm;
|
|
9242
|
+
/** @type {?} */
|
|
9243
|
+
ReportsComponent.prototype.startDate;
|
|
9244
|
+
/** @type {?} */
|
|
9245
|
+
ReportsComponent.prototype.endDate;
|
|
9246
|
+
/** @type {?} */
|
|
9247
|
+
ReportsComponent.prototype.errorMeaagse;
|
|
9248
|
+
/** @type {?} */
|
|
9249
|
+
ReportsComponent.prototype.ccdCaseNumber;
|
|
9250
|
+
/** @type {?} */
|
|
9251
|
+
ReportsComponent.prototype.isDownLoadButtondisabled;
|
|
9252
|
+
/** @type {?} */
|
|
9253
|
+
ReportsComponent.prototype.isStartDateLesthanEndDate;
|
|
9254
|
+
/** @type {?} */
|
|
9255
|
+
ReportsComponent.prototype.isDateBetwnMonth;
|
|
9256
|
+
/** @type {?} */
|
|
9257
|
+
ReportsComponent.prototype.isDateRangeBetnWeek;
|
|
9258
|
+
/** @type {?} */
|
|
9259
|
+
ReportsComponent.prototype.errorMessage;
|
|
9260
|
+
/** @type {?} */
|
|
9261
|
+
ReportsComponent.prototype.paymentGroups;
|
|
9262
|
+
/**
|
|
9263
|
+
* @type {?}
|
|
9264
|
+
* @private
|
|
9265
|
+
*/
|
|
9266
|
+
ReportsComponent.prototype.xlFileService;
|
|
9267
|
+
/**
|
|
9268
|
+
* @type {?}
|
|
9269
|
+
* @private
|
|
9270
|
+
*/
|
|
9271
|
+
ReportsComponent.prototype.errorHandlerService;
|
|
9272
|
+
/**
|
|
9273
|
+
* @type {?}
|
|
9274
|
+
* @private
|
|
9275
|
+
*/
|
|
9276
|
+
ReportsComponent.prototype.formBuilder;
|
|
9277
|
+
/**
|
|
9278
|
+
* @type {?}
|
|
9279
|
+
* @private
|
|
9280
|
+
*/
|
|
9281
|
+
ReportsComponent.prototype.bulkScaningPaymentService;
|
|
9282
|
+
/**
|
|
9283
|
+
* @type {?}
|
|
9284
|
+
* @private
|
|
9285
|
+
*/
|
|
9286
|
+
ReportsComponent.prototype.paymentViewService;
|
|
9287
|
+
}
|
|
7459
9288
|
|
|
7460
9289
|
/**
|
|
7461
9290
|
* @fileoverview added by tsickle
|
|
7462
|
-
*
|
|
9291
|
+
* Generated from: lib/components/table/table.component.ts
|
|
9292
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7463
9293
|
*/
|
|
7464
9294
|
class TableComponent {
|
|
7465
9295
|
/**
|
|
@@ -7469,10 +9299,10 @@ class TableComponent {
|
|
|
7469
9299
|
* @param {?} router
|
|
7470
9300
|
* @param {?} activeRoute
|
|
7471
9301
|
*/
|
|
7472
|
-
constructor(paymentLibComponent, cdRef, OrderslistService
|
|
9302
|
+
constructor(paymentLibComponent, cdRef, OrderslistService, router, activeRoute) {
|
|
7473
9303
|
this.paymentLibComponent = paymentLibComponent;
|
|
7474
9304
|
this.cdRef = cdRef;
|
|
7475
|
-
this.OrderslistService = OrderslistService
|
|
9305
|
+
this.OrderslistService = OrderslistService;
|
|
7476
9306
|
this.router = router;
|
|
7477
9307
|
this.activeRoute = activeRoute;
|
|
7478
9308
|
// displayedColumns = ['ccdCaseNumber', 'refundReference', 'reason', 'createBy', 'updateDate', 'Action'];
|
|
@@ -7591,13 +9421,65 @@ TableComponent.propDecorators = {
|
|
|
7591
9421
|
DATASOURCE: [{ type: Input, args: ['DATASOURCE',] }],
|
|
7592
9422
|
STATUS: [{ type: Input, args: ['STATUS',] }],
|
|
7593
9423
|
errorMessage: [{ type: Input, args: ['errorMessage',] }],
|
|
7594
|
-
paginator: [{ type: ViewChild, args: [MatPaginator,] }],
|
|
7595
|
-
sort: [{ type: ViewChild, args: [MatSort,] }]
|
|
9424
|
+
paginator: [{ type: ViewChild, args: [MatPaginator, { static: false },] }],
|
|
9425
|
+
sort: [{ type: ViewChild, args: [MatSort, { static: false },] }]
|
|
7596
9426
|
};
|
|
9427
|
+
if (false) {
|
|
9428
|
+
/** @type {?} */
|
|
9429
|
+
TableComponent.prototype.DATASOURCE;
|
|
9430
|
+
/** @type {?} */
|
|
9431
|
+
TableComponent.prototype.STATUS;
|
|
9432
|
+
/** @type {?} */
|
|
9433
|
+
TableComponent.prototype.errorMessage;
|
|
9434
|
+
/** @type {?} */
|
|
9435
|
+
TableComponent.prototype.isApprovalFlow;
|
|
9436
|
+
/** @type {?} */
|
|
9437
|
+
TableComponent.prototype.displayedColumns;
|
|
9438
|
+
/** @type {?} */
|
|
9439
|
+
TableComponent.prototype.dataSource;
|
|
9440
|
+
/** @type {?} */
|
|
9441
|
+
TableComponent.prototype.userLst;
|
|
9442
|
+
/** @type {?} */
|
|
9443
|
+
TableComponent.prototype.actualcount;
|
|
9444
|
+
/** @type {?} */
|
|
9445
|
+
TableComponent.prototype.count;
|
|
9446
|
+
/** @type {?} */
|
|
9447
|
+
TableComponent.prototype.refundList;
|
|
9448
|
+
/** @type {?} */
|
|
9449
|
+
TableComponent.prototype.paginator;
|
|
9450
|
+
/** @type {?} */
|
|
9451
|
+
TableComponent.prototype.sort;
|
|
9452
|
+
/**
|
|
9453
|
+
* @type {?}
|
|
9454
|
+
* @private
|
|
9455
|
+
*/
|
|
9456
|
+
TableComponent.prototype.paymentLibComponent;
|
|
9457
|
+
/**
|
|
9458
|
+
* @type {?}
|
|
9459
|
+
* @private
|
|
9460
|
+
*/
|
|
9461
|
+
TableComponent.prototype.cdRef;
|
|
9462
|
+
/**
|
|
9463
|
+
* @type {?}
|
|
9464
|
+
* @private
|
|
9465
|
+
*/
|
|
9466
|
+
TableComponent.prototype.OrderslistService;
|
|
9467
|
+
/**
|
|
9468
|
+
* @type {?}
|
|
9469
|
+
* @private
|
|
9470
|
+
*/
|
|
9471
|
+
TableComponent.prototype.router;
|
|
9472
|
+
/**
|
|
9473
|
+
* @type {?}
|
|
9474
|
+
* @private
|
|
9475
|
+
*/
|
|
9476
|
+
TableComponent.prototype.activeRoute;
|
|
9477
|
+
}
|
|
7597
9478
|
|
|
7598
9479
|
/**
|
|
7599
9480
|
* @fileoverview added by tsickle
|
|
7600
|
-
*
|
|
9481
|
+
* Generated from: lib/interfaces/IResubmitRefundRequest.ts
|
|
9482
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7601
9483
|
*/
|
|
7602
9484
|
class IResubmitRefundRequest {
|
|
7603
9485
|
/**
|
|
@@ -7609,11 +9491,20 @@ class IResubmitRefundRequest {
|
|
|
7609
9491
|
this.amount = amount;
|
|
7610
9492
|
}
|
|
7611
9493
|
}
|
|
9494
|
+
if (false) {
|
|
9495
|
+
/** @type {?} */
|
|
9496
|
+
IResubmitRefundRequest.prototype.refund_reason;
|
|
9497
|
+
/** @type {?} */
|
|
9498
|
+
IResubmitRefundRequest.prototype.amount;
|
|
9499
|
+
}
|
|
7612
9500
|
|
|
7613
9501
|
/**
|
|
7614
9502
|
* @fileoverview added by tsickle
|
|
7615
|
-
*
|
|
9503
|
+
* Generated from: lib/components/refund-status/refund-status.component.ts
|
|
9504
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7616
9505
|
*/
|
|
9506
|
+
/** @type {?} */
|
|
9507
|
+
const BS_ENABLE_FLAG$4 = 'bulk-scan-enabling-fe';
|
|
7617
9508
|
class RefundStatusComponent {
|
|
7618
9509
|
/**
|
|
7619
9510
|
* @param {?} formBuilder
|
|
@@ -7623,13 +9514,13 @@ class RefundStatusComponent {
|
|
|
7623
9514
|
* @param {?} router
|
|
7624
9515
|
* @param {?} OrderslistService
|
|
7625
9516
|
*/
|
|
7626
|
-
constructor(formBuilder, refundService, paymentLibComponent, paymentViewService, router, OrderslistService
|
|
9517
|
+
constructor(formBuilder, refundService, paymentLibComponent, paymentViewService, router, OrderslistService) {
|
|
7627
9518
|
this.formBuilder = formBuilder;
|
|
7628
9519
|
this.refundService = refundService;
|
|
7629
9520
|
this.paymentLibComponent = paymentLibComponent;
|
|
7630
9521
|
this.paymentViewService = paymentViewService;
|
|
7631
9522
|
this.router = router;
|
|
7632
|
-
this.OrderslistService = OrderslistService
|
|
9523
|
+
this.OrderslistService = OrderslistService;
|
|
7633
9524
|
this.LOGGEDINUSERROLES = [];
|
|
7634
9525
|
this.rejectedRefundList = [];
|
|
7635
9526
|
this.approvalStatus = 'Sent for approval';
|
|
@@ -7992,10 +9883,113 @@ RefundStatusComponent.propDecorators = {
|
|
|
7992
9883
|
isTurnOff: [{ type: Input }],
|
|
7993
9884
|
isEliginbleToAccess: [{ type: Input }]
|
|
7994
9885
|
};
|
|
9886
|
+
if (false) {
|
|
9887
|
+
/** @type {?} */
|
|
9888
|
+
RefundStatusComponent.prototype.LOGGEDINUSERROLES;
|
|
9889
|
+
/** @type {?} */
|
|
9890
|
+
RefundStatusComponent.prototype.API_ROOT;
|
|
9891
|
+
/** @type {?} */
|
|
9892
|
+
RefundStatusComponent.prototype.ccdCaseNumber;
|
|
9893
|
+
/** @type {?} */
|
|
9894
|
+
RefundStatusComponent.prototype.isTurnOff;
|
|
9895
|
+
/** @type {?} */
|
|
9896
|
+
RefundStatusComponent.prototype.isEliginbleToAccess;
|
|
9897
|
+
/** @type {?} */
|
|
9898
|
+
RefundStatusComponent.prototype.refundStatusForm;
|
|
9899
|
+
/** @type {?} */
|
|
9900
|
+
RefundStatusComponent.prototype.selectedRefundReason;
|
|
9901
|
+
/** @type {?} */
|
|
9902
|
+
RefundStatusComponent.prototype.rejectedRefundList;
|
|
9903
|
+
/** @type {?} */
|
|
9904
|
+
RefundStatusComponent.prototype.approvalStatus;
|
|
9905
|
+
/** @type {?} */
|
|
9906
|
+
RefundStatusComponent.prototype.rejectStatus;
|
|
9907
|
+
/** @type {?} */
|
|
9908
|
+
RefundStatusComponent.prototype.errorMessage;
|
|
9909
|
+
/** @type {?} */
|
|
9910
|
+
RefundStatusComponent.prototype.viewName;
|
|
9911
|
+
/** @type {?} */
|
|
9912
|
+
RefundStatusComponent.prototype.refundReason;
|
|
9913
|
+
/** @type {?} */
|
|
9914
|
+
RefundStatusComponent.prototype.refundlist;
|
|
9915
|
+
/** @type {?} */
|
|
9916
|
+
RefundStatusComponent.prototype.bsPaymentDcnNumber;
|
|
9917
|
+
/** @type {?} */
|
|
9918
|
+
RefundStatusComponent.prototype.isCallFromRefundList;
|
|
9919
|
+
/** @type {?} */
|
|
9920
|
+
RefundStatusComponent.prototype.refundButtonState;
|
|
9921
|
+
/** @type {?} */
|
|
9922
|
+
RefundStatusComponent.prototype.isAmountEmpty;
|
|
9923
|
+
/** @type {?} */
|
|
9924
|
+
RefundStatusComponent.prototype.isReasonEmpty;
|
|
9925
|
+
/** @type {?} */
|
|
9926
|
+
RefundStatusComponent.prototype.amountHasError;
|
|
9927
|
+
/** @type {?} */
|
|
9928
|
+
RefundStatusComponent.prototype.isRemissionLessThanFeeError;
|
|
9929
|
+
/** @type {?} */
|
|
9930
|
+
RefundStatusComponent.prototype.refundHasError;
|
|
9931
|
+
/** @type {?} */
|
|
9932
|
+
RefundStatusComponent.prototype.refundReasons;
|
|
9933
|
+
/** @type {?} */
|
|
9934
|
+
RefundStatusComponent.prototype.refundStatusHistories;
|
|
9935
|
+
/** @type {?} */
|
|
9936
|
+
RefundStatusComponent.prototype.refundReference;
|
|
9937
|
+
/** @type {?} */
|
|
9938
|
+
RefundStatusComponent.prototype.refundAmount;
|
|
9939
|
+
/** @type {?} */
|
|
9940
|
+
RefundStatusComponent.prototype.refundCode;
|
|
9941
|
+
/** @type {?} */
|
|
9942
|
+
RefundStatusComponent.prototype.isRefundBtnDisabled;
|
|
9943
|
+
/** @type {?} */
|
|
9944
|
+
RefundStatusComponent.prototype.oldRefundReason;
|
|
9945
|
+
/** @type {?} */
|
|
9946
|
+
RefundStatusComponent.prototype.refundreason;
|
|
9947
|
+
/** @type {?} */
|
|
9948
|
+
RefundStatusComponent.prototype.navigationpage;
|
|
9949
|
+
/** @type {?} */
|
|
9950
|
+
RefundStatusComponent.prototype.isLastUpdatedByCurrentUser;
|
|
9951
|
+
/** @type {?} */
|
|
9952
|
+
RefundStatusComponent.prototype.isProcessRefund;
|
|
9953
|
+
/** @type {?} */
|
|
9954
|
+
RefundStatusComponent.prototype.changedAmount;
|
|
9955
|
+
/** @type {?} */
|
|
9956
|
+
RefundStatusComponent.prototype.isFromPayBubble;
|
|
9957
|
+
/**
|
|
9958
|
+
* @type {?}
|
|
9959
|
+
* @private
|
|
9960
|
+
*/
|
|
9961
|
+
RefundStatusComponent.prototype.formBuilder;
|
|
9962
|
+
/**
|
|
9963
|
+
* @type {?}
|
|
9964
|
+
* @private
|
|
9965
|
+
*/
|
|
9966
|
+
RefundStatusComponent.prototype.refundService;
|
|
9967
|
+
/**
|
|
9968
|
+
* @type {?}
|
|
9969
|
+
* @private
|
|
9970
|
+
*/
|
|
9971
|
+
RefundStatusComponent.prototype.paymentLibComponent;
|
|
9972
|
+
/**
|
|
9973
|
+
* @type {?}
|
|
9974
|
+
* @private
|
|
9975
|
+
*/
|
|
9976
|
+
RefundStatusComponent.prototype.paymentViewService;
|
|
9977
|
+
/**
|
|
9978
|
+
* @type {?}
|
|
9979
|
+
* @private
|
|
9980
|
+
*/
|
|
9981
|
+
RefundStatusComponent.prototype.router;
|
|
9982
|
+
/**
|
|
9983
|
+
* @type {?}
|
|
9984
|
+
* @private
|
|
9985
|
+
*/
|
|
9986
|
+
RefundStatusComponent.prototype.OrderslistService;
|
|
9987
|
+
}
|
|
7995
9988
|
|
|
7996
9989
|
/**
|
|
7997
9990
|
* @fileoverview added by tsickle
|
|
7998
|
-
*
|
|
9991
|
+
* Generated from: lib/components/service-request/service-request.component.ts
|
|
9992
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
7999
9993
|
*/
|
|
8000
9994
|
class ServiceRequestComponent {
|
|
8001
9995
|
/**
|
|
@@ -8004,10 +9998,10 @@ class ServiceRequestComponent {
|
|
|
8004
9998
|
* @param {?} OrderslistService
|
|
8005
9999
|
* @param {?} router
|
|
8006
10000
|
*/
|
|
8007
|
-
constructor(paymentLibComponent, paymentViewService, OrderslistService
|
|
10001
|
+
constructor(paymentLibComponent, paymentViewService, OrderslistService, router) {
|
|
8008
10002
|
this.paymentLibComponent = paymentLibComponent;
|
|
8009
10003
|
this.paymentViewService = paymentViewService;
|
|
8010
|
-
this.OrderslistService = OrderslistService
|
|
10004
|
+
this.OrderslistService = OrderslistService;
|
|
8011
10005
|
this.router = router;
|
|
8012
10006
|
this.goToServiceRquestComponent = new EventEmitter();
|
|
8013
10007
|
this.paymentGroups = [];
|
|
@@ -8207,6 +10201,7 @@ class ServiceRequestComponent {
|
|
|
8207
10201
|
else {
|
|
8208
10202
|
return false;
|
|
8209
10203
|
}
|
|
10204
|
+
;
|
|
8210
10205
|
}
|
|
8211
10206
|
}
|
|
8212
10207
|
/**
|
|
@@ -8316,6 +10311,7 @@ class ServiceRequestComponent {
|
|
|
8316
10311
|
else {
|
|
8317
10312
|
return false;
|
|
8318
10313
|
}
|
|
10314
|
+
;
|
|
8319
10315
|
}
|
|
8320
10316
|
/**
|
|
8321
10317
|
* @return {?}
|
|
@@ -8346,6 +10342,7 @@ class ServiceRequestComponent {
|
|
|
8346
10342
|
else {
|
|
8347
10343
|
return false;
|
|
8348
10344
|
}
|
|
10345
|
+
;
|
|
8349
10346
|
}
|
|
8350
10347
|
}
|
|
8351
10348
|
/**
|
|
@@ -8435,10 +10432,175 @@ ServiceRequestComponent.propDecorators = {
|
|
|
8435
10432
|
isServiceRequest: [{ type: Input, args: ["isServiceRequest",] }],
|
|
8436
10433
|
goToServiceRquestComponent: [{ type: Output }]
|
|
8437
10434
|
};
|
|
10435
|
+
if (false) {
|
|
10436
|
+
/** @type {?} */
|
|
10437
|
+
ServiceRequestComponent.prototype.LOGGEDINUSERROLES;
|
|
10438
|
+
/** @type {?} */
|
|
10439
|
+
ServiceRequestComponent.prototype.viewStatus;
|
|
10440
|
+
/** @type {?} */
|
|
10441
|
+
ServiceRequestComponent.prototype.orderDetail;
|
|
10442
|
+
/** @type {?} */
|
|
10443
|
+
ServiceRequestComponent.prototype.orderRef;
|
|
10444
|
+
/** @type {?} */
|
|
10445
|
+
ServiceRequestComponent.prototype.orderStatus;
|
|
10446
|
+
/** @type {?} */
|
|
10447
|
+
ServiceRequestComponent.prototype.orderParty;
|
|
10448
|
+
/** @type {?} */
|
|
10449
|
+
ServiceRequestComponent.prototype.orderCreated;
|
|
10450
|
+
/** @type {?} */
|
|
10451
|
+
ServiceRequestComponent.prototype.orderCCDEvent;
|
|
10452
|
+
/** @type {?} */
|
|
10453
|
+
ServiceRequestComponent.prototype.orderFeesTotal;
|
|
10454
|
+
/** @type {?} */
|
|
10455
|
+
ServiceRequestComponent.prototype.orderTotalPayments;
|
|
10456
|
+
/** @type {?} */
|
|
10457
|
+
ServiceRequestComponent.prototype.orderRemissionTotal;
|
|
10458
|
+
/** @type {?} */
|
|
10459
|
+
ServiceRequestComponent.prototype.takePayment;
|
|
10460
|
+
/** @type {?} */
|
|
10461
|
+
ServiceRequestComponent.prototype.ccdCaseNumber;
|
|
10462
|
+
/** @type {?} */
|
|
10463
|
+
ServiceRequestComponent.prototype.isServiceRequest;
|
|
10464
|
+
/** @type {?} */
|
|
10465
|
+
ServiceRequestComponent.prototype.goToServiceRquestComponent;
|
|
10466
|
+
/** @type {?} */
|
|
10467
|
+
ServiceRequestComponent.prototype.servicerequest;
|
|
10468
|
+
/** @type {?} */
|
|
10469
|
+
ServiceRequestComponent.prototype.excReference;
|
|
10470
|
+
/** @type {?} */
|
|
10471
|
+
ServiceRequestComponent.prototype.paymentGroups;
|
|
10472
|
+
/** @type {?} */
|
|
10473
|
+
ServiceRequestComponent.prototype.payments;
|
|
10474
|
+
/** @type {?} */
|
|
10475
|
+
ServiceRequestComponent.prototype.nonPayments;
|
|
10476
|
+
/** @type {?} */
|
|
10477
|
+
ServiceRequestComponent.prototype.allPayments;
|
|
10478
|
+
/** @type {?} */
|
|
10479
|
+
ServiceRequestComponent.prototype.remissions;
|
|
10480
|
+
/** @type {?} */
|
|
10481
|
+
ServiceRequestComponent.prototype.fees;
|
|
10482
|
+
/** @type {?} */
|
|
10483
|
+
ServiceRequestComponent.prototype.errorMessage;
|
|
10484
|
+
/** @type {?} */
|
|
10485
|
+
ServiceRequestComponent.prototype.totalFees;
|
|
10486
|
+
/** @type {?} */
|
|
10487
|
+
ServiceRequestComponent.prototype.totalPayments;
|
|
10488
|
+
/** @type {?} */
|
|
10489
|
+
ServiceRequestComponent.prototype.totalNonOffPayments;
|
|
10490
|
+
/** @type {?} */
|
|
10491
|
+
ServiceRequestComponent.prototype.totalRemissions;
|
|
10492
|
+
/** @type {?} */
|
|
10493
|
+
ServiceRequestComponent.prototype.selectedOption;
|
|
10494
|
+
/** @type {?} */
|
|
10495
|
+
ServiceRequestComponent.prototype.dcnNumber;
|
|
10496
|
+
/** @type {?} */
|
|
10497
|
+
ServiceRequestComponent.prototype.paymentRef;
|
|
10498
|
+
/** @type {?} */
|
|
10499
|
+
ServiceRequestComponent.prototype.isTurnOff;
|
|
10500
|
+
/** @type {?} */
|
|
10501
|
+
ServiceRequestComponent.prototype.isRefundRemission;
|
|
10502
|
+
/** @type {?} */
|
|
10503
|
+
ServiceRequestComponent.prototype.isStrategicFixEnable;
|
|
10504
|
+
/** @type {?} */
|
|
10505
|
+
ServiceRequestComponent.prototype.isAddFeeBtnEnabled;
|
|
10506
|
+
/** @type {?} */
|
|
10507
|
+
ServiceRequestComponent.prototype.isExceptionRecord;
|
|
10508
|
+
/** @type {?} */
|
|
10509
|
+
ServiceRequestComponent.prototype.isUnprocessedRecordSelected;
|
|
10510
|
+
/** @type {?} */
|
|
10511
|
+
ServiceRequestComponent.prototype.exceptionRecordReference;
|
|
10512
|
+
/** @type {?} */
|
|
10513
|
+
ServiceRequestComponent.prototype.isAnyFeeGroupAvilable;
|
|
10514
|
+
/** @type {?} */
|
|
10515
|
+
ServiceRequestComponent.prototype.isHistoricGroupAvailable;
|
|
10516
|
+
/** @type {?} */
|
|
10517
|
+
ServiceRequestComponent.prototype.isBulkScanEnable;
|
|
10518
|
+
/** @type {?} */
|
|
10519
|
+
ServiceRequestComponent.prototype.isRemissionsMatch;
|
|
10520
|
+
/** @type {?} */
|
|
10521
|
+
ServiceRequestComponent.prototype.isRemoveBtnDisabled;
|
|
10522
|
+
/** @type {?} */
|
|
10523
|
+
ServiceRequestComponent.prototype.feeId;
|
|
10524
|
+
/** @type {?} */
|
|
10525
|
+
ServiceRequestComponent.prototype.clAmountDue;
|
|
10526
|
+
/** @type {?} */
|
|
10527
|
+
ServiceRequestComponent.prototype.unprocessedRecordCount;
|
|
10528
|
+
/** @type {?} */
|
|
10529
|
+
ServiceRequestComponent.prototype.isFeeRecordsExist;
|
|
10530
|
+
/** @type {?} */
|
|
10531
|
+
ServiceRequestComponent.prototype.isGrpOutstandingAmtPositive;
|
|
10532
|
+
/** @type {?} */
|
|
10533
|
+
ServiceRequestComponent.prototype.totalRefundAmount;
|
|
10534
|
+
/** @type {?} */
|
|
10535
|
+
ServiceRequestComponent.prototype.caseType;
|
|
10536
|
+
/** @type {?} */
|
|
10537
|
+
ServiceRequestComponent.prototype.payment;
|
|
10538
|
+
/** @type {?} */
|
|
10539
|
+
ServiceRequestComponent.prototype.paymentGroup;
|
|
10540
|
+
/** @type {?} */
|
|
10541
|
+
ServiceRequestComponent.prototype.paymentView;
|
|
10542
|
+
/** @type {?} */
|
|
10543
|
+
ServiceRequestComponent.prototype.isAddRemissionEnable;
|
|
10544
|
+
/** @type {?} */
|
|
10545
|
+
ServiceRequestComponent.prototype.orderRemissionDetails;
|
|
10546
|
+
/** @type {?} */
|
|
10547
|
+
ServiceRequestComponent.prototype.orderLevelFees;
|
|
10548
|
+
/** @type {?} */
|
|
10549
|
+
ServiceRequestComponent.prototype.cpoDetails;
|
|
10550
|
+
/** @type {?} */
|
|
10551
|
+
ServiceRequestComponent.prototype.serviceRequestValue;
|
|
10552
|
+
/** @type {?} */
|
|
10553
|
+
ServiceRequestComponent.prototype.orderAddBtnEnable;
|
|
10554
|
+
/** @type {?} */
|
|
10555
|
+
ServiceRequestComponent.prototype.isCPODown;
|
|
10556
|
+
/** @type {?} */
|
|
10557
|
+
ServiceRequestComponent.prototype.test;
|
|
10558
|
+
/** @type {?} */
|
|
10559
|
+
ServiceRequestComponent.prototype.isPBA;
|
|
10560
|
+
/** @type {?} */
|
|
10561
|
+
ServiceRequestComponent.prototype.isIssueRefunfBtnEnable;
|
|
10562
|
+
/** @type {?} */
|
|
10563
|
+
ServiceRequestComponent.prototype.isAddRemissionBtnEnabled;
|
|
10564
|
+
/** @type {?} */
|
|
10565
|
+
ServiceRequestComponent.prototype.isRefundRemissionBtnEnable;
|
|
10566
|
+
/** @type {?} */
|
|
10567
|
+
ServiceRequestComponent.prototype.allowedRolesToAccessRefund;
|
|
10568
|
+
/** @type {?} */
|
|
10569
|
+
ServiceRequestComponent.prototype.isFromServiceRequestPage;
|
|
10570
|
+
/** @type {?} */
|
|
10571
|
+
ServiceRequestComponent.prototype.navigationpage;
|
|
10572
|
+
/** @type {?} */
|
|
10573
|
+
ServiceRequestComponent.prototype.remissionFeeAmt;
|
|
10574
|
+
/** @type {?} */
|
|
10575
|
+
ServiceRequestComponent.prototype.check4AllowedRoles2AccessRefund;
|
|
10576
|
+
/** @type {?} */
|
|
10577
|
+
ServiceRequestComponent.prototype.allowFurtherAccessAfter4Days;
|
|
10578
|
+
/**
|
|
10579
|
+
* @type {?}
|
|
10580
|
+
* @private
|
|
10581
|
+
*/
|
|
10582
|
+
ServiceRequestComponent.prototype.paymentLibComponent;
|
|
10583
|
+
/**
|
|
10584
|
+
* @type {?}
|
|
10585
|
+
* @private
|
|
10586
|
+
*/
|
|
10587
|
+
ServiceRequestComponent.prototype.paymentViewService;
|
|
10588
|
+
/**
|
|
10589
|
+
* @type {?}
|
|
10590
|
+
* @private
|
|
10591
|
+
*/
|
|
10592
|
+
ServiceRequestComponent.prototype.OrderslistService;
|
|
10593
|
+
/**
|
|
10594
|
+
* @type {?}
|
|
10595
|
+
* @private
|
|
10596
|
+
*/
|
|
10597
|
+
ServiceRequestComponent.prototype.router;
|
|
10598
|
+
}
|
|
8438
10599
|
|
|
8439
10600
|
/**
|
|
8440
10601
|
* @fileoverview added by tsickle
|
|
8441
|
-
*
|
|
10602
|
+
* Generated from: lib/interfaces/IserviceRequestCardPayment.ts
|
|
10603
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8442
10604
|
*/
|
|
8443
10605
|
class IserviceRequestCardPayment {
|
|
8444
10606
|
/**
|
|
@@ -8450,10 +10612,19 @@ class IserviceRequestCardPayment {
|
|
|
8450
10612
|
this.language = 'string';
|
|
8451
10613
|
}
|
|
8452
10614
|
}
|
|
10615
|
+
if (false) {
|
|
10616
|
+
/** @type {?} */
|
|
10617
|
+
IserviceRequestCardPayment.prototype.amount;
|
|
10618
|
+
/** @type {?} */
|
|
10619
|
+
IserviceRequestCardPayment.prototype.currency;
|
|
10620
|
+
/** @type {?} */
|
|
10621
|
+
IserviceRequestCardPayment.prototype.language;
|
|
10622
|
+
}
|
|
8453
10623
|
|
|
8454
10624
|
/**
|
|
8455
10625
|
* @fileoverview added by tsickle
|
|
8456
|
-
*
|
|
10626
|
+
* Generated from: lib/interfaces/IserviceRequestPbaPayment.ts
|
|
10627
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8457
10628
|
*/
|
|
8458
10629
|
class IserviceRequestPbaPayment {
|
|
8459
10630
|
/**
|
|
@@ -8470,11 +10641,26 @@ class IserviceRequestPbaPayment {
|
|
|
8470
10641
|
this.organisation_name = orgName;
|
|
8471
10642
|
}
|
|
8472
10643
|
}
|
|
10644
|
+
if (false) {
|
|
10645
|
+
/** @type {?} */
|
|
10646
|
+
IserviceRequestPbaPayment.prototype.account_number;
|
|
10647
|
+
/** @type {?} */
|
|
10648
|
+
IserviceRequestPbaPayment.prototype.amount;
|
|
10649
|
+
/** @type {?} */
|
|
10650
|
+
IserviceRequestPbaPayment.prototype.currency;
|
|
10651
|
+
/** @type {?} */
|
|
10652
|
+
IserviceRequestPbaPayment.prototype.customer_reference;
|
|
10653
|
+
/** @type {?} */
|
|
10654
|
+
IserviceRequestPbaPayment.prototype.organisation_name;
|
|
10655
|
+
}
|
|
8473
10656
|
|
|
8474
10657
|
/**
|
|
8475
10658
|
* @fileoverview added by tsickle
|
|
8476
|
-
*
|
|
10659
|
+
* Generated from: lib/components/pba-payment/pba-payment.component.ts
|
|
10660
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8477
10661
|
*/
|
|
10662
|
+
/** @type {?} */
|
|
10663
|
+
const BS_ENABLE_FLAG$5 = 'bulk-scan-enabling-fe';
|
|
8478
10664
|
class PbaPaymentComponent {
|
|
8479
10665
|
/**
|
|
8480
10666
|
* @param {?} paymentLibComponent
|
|
@@ -8661,10 +10847,61 @@ PbaPaymentComponent.ctorParameters = () => [
|
|
|
8661
10847
|
PbaPaymentComponent.propDecorators = {
|
|
8662
10848
|
pbaPayOrderRef: [{ type: Input }]
|
|
8663
10849
|
};
|
|
10850
|
+
if (false) {
|
|
10851
|
+
/** @type {?} */
|
|
10852
|
+
PbaPaymentComponent.prototype.pbaPayOrderRef;
|
|
10853
|
+
/** @type {?} */
|
|
10854
|
+
PbaPaymentComponent.prototype.viewStatus;
|
|
10855
|
+
/** @type {?} */
|
|
10856
|
+
PbaPaymentComponent.prototype.pbaAccountList;
|
|
10857
|
+
/** @type {?} */
|
|
10858
|
+
PbaPaymentComponent.prototype.isPBAAccountHold;
|
|
10859
|
+
/** @type {?} */
|
|
10860
|
+
PbaPaymentComponent.prototype.errorMsg;
|
|
10861
|
+
/** @type {?} */
|
|
10862
|
+
PbaPaymentComponent.prototype.isCardPaymentSuccess;
|
|
10863
|
+
/** @type {?} */
|
|
10864
|
+
PbaPaymentComponent.prototype.isInSufficiantFund;
|
|
10865
|
+
/** @type {?} */
|
|
10866
|
+
PbaPaymentComponent.prototype.isPBAAccountNotExist;
|
|
10867
|
+
/** @type {?} */
|
|
10868
|
+
PbaPaymentComponent.prototype.isPBAServerError;
|
|
10869
|
+
/** @type {?} */
|
|
10870
|
+
PbaPaymentComponent.prototype.isGetPBAAccountSucceed;
|
|
10871
|
+
/** @type {?} */
|
|
10872
|
+
PbaPaymentComponent.prototype.selectedPbaAccount;
|
|
10873
|
+
/** @type {?} */
|
|
10874
|
+
PbaPaymentComponent.prototype.pbaAccountRef;
|
|
10875
|
+
/** @type {?} */
|
|
10876
|
+
PbaPaymentComponent.prototype.isPbaAccountSelected;
|
|
10877
|
+
/** @type {?} */
|
|
10878
|
+
PbaPaymentComponent.prototype.isCardPaymentSelected;
|
|
10879
|
+
/** @type {?} */
|
|
10880
|
+
PbaPaymentComponent.prototype.isPBADropdownSelected;
|
|
10881
|
+
/** @type {?} */
|
|
10882
|
+
PbaPaymentComponent.prototype.isContinueButtondisabled;
|
|
10883
|
+
/** @type {?} */
|
|
10884
|
+
PbaPaymentComponent.prototype.isPBAAccountPaymentSuccess;
|
|
10885
|
+
/** @type {?} */
|
|
10886
|
+
PbaPaymentComponent.prototype.pbaAccountrPaymentResult;
|
|
10887
|
+
/** @type {?} */
|
|
10888
|
+
PbaPaymentComponent.prototype.orgName;
|
|
10889
|
+
/**
|
|
10890
|
+
* @type {?}
|
|
10891
|
+
* @private
|
|
10892
|
+
*/
|
|
10893
|
+
PbaPaymentComponent.prototype.paymentLibComponent;
|
|
10894
|
+
/**
|
|
10895
|
+
* @type {?}
|
|
10896
|
+
* @private
|
|
10897
|
+
*/
|
|
10898
|
+
PbaPaymentComponent.prototype.paymentViewService;
|
|
10899
|
+
}
|
|
8664
10900
|
|
|
8665
10901
|
/**
|
|
8666
10902
|
* @fileoverview added by tsickle
|
|
8667
|
-
*
|
|
10903
|
+
* Generated from: lib/payment-lib.module.ts
|
|
10904
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8668
10905
|
*/
|
|
8669
10906
|
class PaymentLibModule {
|
|
8670
10907
|
}
|
|
@@ -8721,14 +10958,15 @@ PaymentLibModule.decorators = [
|
|
|
8721
10958
|
|
|
8722
10959
|
/**
|
|
8723
10960
|
* @fileoverview added by tsickle
|
|
8724
|
-
*
|
|
10961
|
+
* Generated from: public_api.ts
|
|
10962
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8725
10963
|
*/
|
|
8726
10964
|
|
|
8727
10965
|
/**
|
|
8728
10966
|
* @fileoverview added by tsickle
|
|
8729
|
-
*
|
|
10967
|
+
* Generated from: hmcts-ccpay-web-component.ts
|
|
10968
|
+
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
|
|
8730
10969
|
*/
|
|
8731
10970
|
|
|
8732
|
-
export {
|
|
8733
|
-
|
|
8734
|
-
//# sourceMappingURL=hmcts-ccpay-web-component.js.map
|
|
10971
|
+
export { PaymentLibComponent, PaymentLibModule, PaymentLibService, OrderslistService as ɵa, PaymentListComponent as ɵb, FeeSummaryComponent as ɵba, AddRemissionComponent as ɵbb, CcdHyphensPipe as ɵbc, CapitalizePipe as ɵbd, keyValuePipe as ɵbe, SanitizeHtmlPipe as ɵbf, ReportsComponent as ɵbg, XlFileService as ɵbh, ErrorBannerComponent as ɵbi, TableComponent as ɵbj, RefundStatusComponent as ɵbk, ServiceRequestComponent as ɵbl, ConsoleLoggerService as ɵbm, PaymentListService as ɵc, LoggerService as ɵd, ErrorHandlerService as ɵe, PaymentViewComponent as ɵf, PaymentViewService as ɵg, WebComponentHttpClient as ɵh, PbaPaymentComponent as ɵi, ProcessRefundComponent as ɵj, RefundsService as ɵk, RefundListComponent as ɵl, CardDetailsComponent as ɵm, CardDetailsService as ɵn, PageNotFoundComponent as ɵo, StatusHistoryComponent as ɵp, StatusHistoryService as ɵq, MarkUnidentifiedPaymentComponent as ɵr, BulkScaningPaymentService as ɵs, MarkUnsolicitedPaymentComponent as ɵt, UnprocessedPaymentsComponent as ɵu, ProcessedPaymentsComponent as ɵv, AllocatePaymentsComponent as ɵw, CaseTransactionsService as ɵx, PbaDetailsComponent as ɵy, CaseTransactionsComponent as ɵz };
|
|
10972
|
+
//# sourceMappingURL=hmcts-ccpay-web-component.js.map
|