@colijnit/transaction 255.1.39 → 255.1.41
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/colijnit-transaction.umd.js +167 -105
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/component/core/base/transaction-payment-base.component.js +12 -4
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +2 -1
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse.component.js +2 -2
- package/esm2015/lib/component/transaction-lines-side-panel/transaction-lines-side-panel-cash-desk/transaction-lines-side-panel-cash-desk.component.js +22 -7
- package/esm2015/lib/component/transaction-send-documents/transaction-send-documents.component.js +2 -2
- package/esm2015/lib/component/transaction-service-overview/components/transaction-service-message.component.js +3 -3
- package/esm2015/lib/component/transaction-service-overview/components/transaction-service-message.module.js +4 -3
- package/esm2015/lib/component/transaction-service-overview/transaction-service-overview.component.js +5 -3
- package/esm2015/lib/component/transaction-undo-delivery/transaction-undo-delivery.component.js +2 -2
- package/esm2015/lib/enum/transaction-cfg-name.enum.js +3 -1
- package/esm2015/lib/service/transaction-create.service.js +12 -1
- package/esm2015/lib/service/transaction-payment.service.js +9 -3
- package/esm2015/lib/service/transaction.service.js +43 -47
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +108 -68
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/core/base/transaction-payment-base.component.d.ts +5 -2
- package/lib/component/transaction-lines-side-panel/transaction-lines-side-panel-cash-desk/transaction-lines-side-panel-cash-desk.component.d.ts +2 -1
- package/lib/component/transaction-service-overview/transaction-service-overview.component.d.ts +2 -0
- package/lib/enum/transaction-cfg-name.enum.d.ts +2 -1
- package/lib/service/transaction-create.service.d.ts +2 -0
- package/lib/service/transaction-payment.service.d.ts +3 -1
- package/lib/service/transaction.service.d.ts +2 -1
- package/package.json +2 -2
|
@@ -3,8 +3,8 @@ export class Version {
|
|
|
3
3
|
constructor() {
|
|
4
4
|
this.name = "@colijnit/transaction";
|
|
5
5
|
this.description = "Colijn IT transaction package";
|
|
6
|
-
this.symVer = "255.1.
|
|
7
|
-
this.publishDate = "
|
|
6
|
+
this.symVer = "255.1.41";
|
|
7
|
+
this.publishDate = "25-9-2024 17:27:58";
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tdmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvdHJhbnNhY3Rpb24tdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSx1REFBdUQ7QUFDdkQsTUFBTSxPQUFPLE9BQU87SUFBcEI7UUFDUyxTQUFJLEdBQUcsdUJBQXVCLENBQUM7UUFDL0IsZ0JBQVcsR0FBRywrQkFBK0IsQ0FBQztRQUM5QyxXQUFNLEdBQUcsVUFBVSxDQUFDO1FBQ3BCLGdCQUFXLEdBQUcsb0JBQW9CLENBQUM7SUFDNUMsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLy8gdGhpcyBmaWxlIGlzIGR5bmFtaWNhbGx5IGNyZWF0ZWQsIGRvIG5vdCBjaGFuZ2UgdGhpc1xuZXhwb3J0IGNsYXNzIFZlcnNpb24ge1xuICBwdWJsaWMgbmFtZSA9IFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uXCI7XG4gIHB1YmxpYyBkZXNjcmlwdGlvbiA9IFwiQ29saWpuIElUIHRyYW5zYWN0aW9uIHBhY2thZ2VcIjtcbiAgcHVibGljIHN5bVZlciA9IFwiMjU1LjEuNDFcIjtcbiAgcHVibGljIHB1Ymxpc2hEYXRlID0gXCIyNS05LTIwMjQgMTc6Mjc6NThcIjtcbn0iXX0=
|
|
@@ -268,8 +268,8 @@ class Version {
|
|
|
268
268
|
constructor() {
|
|
269
269
|
this.name = "@colijnit/transaction";
|
|
270
270
|
this.description = "Colijn IT transaction package";
|
|
271
|
-
this.symVer = "255.1.
|
|
272
|
-
this.publishDate = "
|
|
271
|
+
this.symVer = "255.1.41";
|
|
272
|
+
this.publishDate = "25-9-2024 17:27:58";
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
|
|
@@ -7921,6 +7921,8 @@ var TransactionCfgName;
|
|
|
7921
7921
|
TransactionCfgName["StickerAmount"] = "stickerAmount";
|
|
7922
7922
|
TransactionCfgName["LineWarehouseLocationReceived"] = "lineWarehouseLocationReceived";
|
|
7923
7923
|
/* Invoice_check rubric */
|
|
7924
|
+
/* Service Overview Tab*/
|
|
7925
|
+
TransactionCfgName["ServiceMessage"] = "serviceMessage";
|
|
7924
7926
|
})(TransactionCfgName || (TransactionCfgName = {}));
|
|
7925
7927
|
|
|
7926
7928
|
class TransactionScreenConfigurationService extends BaseModuleScreenConfigService {
|
|
@@ -8527,6 +8529,7 @@ DialogTransactionLineWarehouseCcComponent.decorators = [
|
|
|
8527
8529
|
[transactionLine]="transactionLine"
|
|
8528
8530
|
[value]="warehouse"
|
|
8529
8531
|
[useModel]="false"
|
|
8532
|
+
[transactionInfo]="transactionInfo"
|
|
8530
8533
|
(valueChange)="handleWarehouseChange($event)"></co-transaction-line-warehouse>
|
|
8531
8534
|
</div>
|
|
8532
8535
|
</co-dialog>
|
|
@@ -10842,17 +10845,14 @@ class TransactionService extends PendingReasonService {
|
|
|
10842
10845
|
}
|
|
10843
10846
|
createSalesOrder(request) {
|
|
10844
10847
|
return __awaiter(this, void 0, void 0, function* () {
|
|
10845
|
-
|
|
10846
|
-
|
|
10847
|
-
|
|
10848
|
-
|
|
10849
|
-
|
|
10850
|
-
|
|
10851
|
-
|
|
10852
|
-
|
|
10853
|
-
resolve(true);
|
|
10854
|
-
});
|
|
10855
|
-
}));
|
|
10848
|
+
yield this.checkBranch();
|
|
10849
|
+
if (!this.currentBranch) {
|
|
10850
|
+
return Promise.reject();
|
|
10851
|
+
}
|
|
10852
|
+
request.branchNr = this.currentBranch;
|
|
10853
|
+
const response = yield this.connector.createSalesOrder(request);
|
|
10854
|
+
yield this.rememberCurrentTransaction(response);
|
|
10855
|
+
return true;
|
|
10856
10856
|
});
|
|
10857
10857
|
}
|
|
10858
10858
|
createCashRegisterOrder(request, saveTransaction = true) {
|
|
@@ -10867,17 +10867,14 @@ class TransactionService extends PendingReasonService {
|
|
|
10867
10867
|
}
|
|
10868
10868
|
createPurchaseOrder(request) {
|
|
10869
10869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
10870
|
-
|
|
10871
|
-
|
|
10872
|
-
|
|
10873
|
-
|
|
10874
|
-
|
|
10875
|
-
|
|
10876
|
-
|
|
10877
|
-
|
|
10878
|
-
resolve(true);
|
|
10879
|
-
});
|
|
10880
|
-
}));
|
|
10870
|
+
yield this.checkBranch();
|
|
10871
|
+
if (!this.currentBranch) {
|
|
10872
|
+
return Promise.reject();
|
|
10873
|
+
}
|
|
10874
|
+
request.branchNr = this.currentBranch;
|
|
10875
|
+
const response = yield this.connector.createPurchaseOrder(request);
|
|
10876
|
+
yield this.rememberCurrentTransaction(response);
|
|
10877
|
+
return true;
|
|
10881
10878
|
});
|
|
10882
10879
|
}
|
|
10883
10880
|
createServiceOrder(request) {
|
|
@@ -10924,17 +10921,14 @@ class TransactionService extends PendingReasonService {
|
|
|
10924
10921
|
}
|
|
10925
10922
|
createSalesQuotation(request) {
|
|
10926
10923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
10927
|
-
|
|
10928
|
-
|
|
10929
|
-
|
|
10930
|
-
|
|
10931
|
-
|
|
10932
|
-
|
|
10933
|
-
|
|
10934
|
-
|
|
10935
|
-
resolve(true);
|
|
10936
|
-
});
|
|
10937
|
-
}));
|
|
10924
|
+
yield this.checkBranch();
|
|
10925
|
+
if (!this.currentBranch) {
|
|
10926
|
+
return Promise.reject();
|
|
10927
|
+
}
|
|
10928
|
+
request.branchNr = this.currentBranch;
|
|
10929
|
+
const response = yield this.connector.createSalesQuotation(request);
|
|
10930
|
+
yield this.rememberCurrentTransaction(response);
|
|
10931
|
+
return true;
|
|
10938
10932
|
});
|
|
10939
10933
|
}
|
|
10940
10934
|
addRelationToTransaction(relationId) {
|
|
@@ -11360,9 +11354,16 @@ class TransactionService extends PendingReasonService {
|
|
|
11360
11354
|
getWarehouses() {
|
|
11361
11355
|
return this.connector.getWarehouses(this.currentBranch);
|
|
11362
11356
|
}
|
|
11363
|
-
getWarehouseStockInfoByGoodAndBranch(goodId) {
|
|
11364
|
-
|
|
11365
|
-
|
|
11357
|
+
getWarehouseStockInfoByGoodAndBranch(goodId, transactionInfo) {
|
|
11358
|
+
let transactionBranch;
|
|
11359
|
+
if (transactionInfo && transactionInfo.branch) {
|
|
11360
|
+
transactionBranch = transactionInfo.branch.relationNr;
|
|
11361
|
+
}
|
|
11362
|
+
else if (this.currentTransaction && this.currentTransaction.transactionInfo && this.currentTransaction.transactionInfo.branch)
|
|
11363
|
+
transactionBranch = this.currentTransaction.transactionInfo.branch.relationNr;
|
|
11364
|
+
else {
|
|
11365
|
+
transactionBranch = this.currentBranch;
|
|
11366
|
+
}
|
|
11366
11367
|
return this.connector.getWarehouseStockInfoByGoodAndBranch(goodId, transactionBranch);
|
|
11367
11368
|
}
|
|
11368
11369
|
getMaxConfirmedDeliveryDateForPurchaseOrder(transId) {
|
|
@@ -12256,17 +12257,15 @@ class TransactionService extends PendingReasonService {
|
|
|
12256
12257
|
_checkAndCreateTransaction() {
|
|
12257
12258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
12258
12259
|
if (!this.currentTransaction || !this.currentTransaction.transactionInfo || !this.currentTransaction.transactionInfo.transactionNr) {
|
|
12259
|
-
const createMethod = this._createTransactionMethods.get(this.transactionKind);
|
|
12260
|
+
const createMethod = this._createTransactionMethods.get(this.transactionKind || TransactionKind.SalesOrder);
|
|
12260
12261
|
if (createMethod) {
|
|
12261
|
-
|
|
12262
|
-
|
|
12263
|
-
|
|
12264
|
-
|
|
12265
|
-
|
|
12266
|
-
|
|
12267
|
-
|
|
12268
|
-
resolve(false);
|
|
12269
|
-
});
|
|
12262
|
+
const request = new CreateTransactionRequest();
|
|
12263
|
+
return yield createMethod(request)
|
|
12264
|
+
.then(() => {
|
|
12265
|
+
return true;
|
|
12266
|
+
})
|
|
12267
|
+
.catch(() => {
|
|
12268
|
+
return false;
|
|
12270
12269
|
});
|
|
12271
12270
|
}
|
|
12272
12271
|
else {
|
|
@@ -17650,7 +17649,7 @@ TransactionSendDocumentsComponent.decorators = [
|
|
|
17650
17649
|
{ type: Component, args: [{
|
|
17651
17650
|
selector: "co-transaction-send-documents",
|
|
17652
17651
|
template: `
|
|
17653
|
-
<div class="send-documents-wrapper" *ngIf="historicReports
|
|
17652
|
+
<div class="send-documents-wrapper" *ngIf="historicReports?.length > 0">
|
|
17654
17653
|
<div class="amount-send-indicator">
|
|
17655
17654
|
<span [textContent]="historicReports.length"></span>
|
|
17656
17655
|
</div>
|
|
@@ -23411,12 +23410,26 @@ class TransactionLinesSidePanelCashDeskComponent extends TransactionBaseComponen
|
|
|
23411
23410
|
});
|
|
23412
23411
|
}
|
|
23413
23412
|
paymentMethodSelected(method, index) {
|
|
23414
|
-
this
|
|
23415
|
-
|
|
23416
|
-
|
|
23417
|
-
|
|
23418
|
-
|
|
23419
|
-
|
|
23413
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
23414
|
+
this.cashRegisterNr = this.posOrderData ? this.posOrderData.cashRegisterNr : this.transaction.transactionInfo.cashRegisterNr;
|
|
23415
|
+
this.cashRegisterGroupId = this.posOrderData ? this.posOrderData.cashRegisterGroupId : this.transaction.transactionInfo.cashRegisterGroupId;
|
|
23416
|
+
this.cashRegisterDrawerId = this.posOrderData ? this.posOrderData.cashDrawerId : undefined;
|
|
23417
|
+
this.printerName = this.posOrderData ? this.posOrderData.printerName : undefined;
|
|
23418
|
+
//if we don't have a cashregister id or printer like we should.
|
|
23419
|
+
if ((this.cashRegisterDrawerId === undefined || this.cashRegisterDrawerId === null) ||
|
|
23420
|
+
(this.printerName === undefined || this.printerName === null)) {
|
|
23421
|
+
let registers = yield this.transactionService.getCashRegisters(this.transactionInfo.branch.relationNr, this.cashRegisterGroupId);
|
|
23422
|
+
let register = registers.find(c => c.nr === this.cashRegisterNr);
|
|
23423
|
+
if (register !== undefined && register !== null) {
|
|
23424
|
+
if (this.cashRegisterDrawerId === undefined || this.cashRegisterDrawerId === null) {
|
|
23425
|
+
this.cashRegisterDrawerNr = register.defaultDrawerNumber;
|
|
23426
|
+
}
|
|
23427
|
+
this.printerName = this.printerName ? this.printerName : register.defaultPrinter;
|
|
23428
|
+
}
|
|
23429
|
+
}
|
|
23430
|
+
this.selectedPaymentMethod = method;
|
|
23431
|
+
this.showCashRegisterPaymentDialog = true;
|
|
23432
|
+
});
|
|
23420
23433
|
}
|
|
23421
23434
|
_getPaymentMethods() {
|
|
23422
23435
|
this.paymentMethods.length = 0;
|
|
@@ -23454,6 +23467,7 @@ TransactionLinesSidePanelCashDeskComponent.decorators = [
|
|
|
23454
23467
|
[cashRegisterNr]="cashRegisterNr"
|
|
23455
23468
|
[cashRegisterGroupId]="cashRegisterGroupId"
|
|
23456
23469
|
[cashRegisterDrawerId]="cashRegisterDrawerId"
|
|
23470
|
+
[cashRegisterDrawerNr]="cashRegisterDrawerNr"
|
|
23457
23471
|
[printerName]="printerName"
|
|
23458
23472
|
[emailLayout]="emailLayout"
|
|
23459
23473
|
[printerLayout]="printerLayout"
|
|
@@ -26323,7 +26337,7 @@ class TransactionLineWarehouseComponent extends TransactionFilterPopupBaseCompon
|
|
|
26323
26337
|
}
|
|
26324
26338
|
ngOnInit() {
|
|
26325
26339
|
this.viewModels.length = 0;
|
|
26326
|
-
this.transactionService.getWarehouseStockInfoByGoodAndBranch(this.transactionLine.goodId).then((warehouses) => {
|
|
26340
|
+
this.transactionService.getWarehouseStockInfoByGoodAndBranch(this.transactionLine.goodId, this.transactionInfo).then((warehouses) => {
|
|
26327
26341
|
this.collection = !this.transactionLine.dropShipment ? warehouses.slice() : warehouses.slice().filter((warehouse) => warehouse.dropShipment);
|
|
26328
26342
|
this.detectChanges();
|
|
26329
26343
|
});
|
|
@@ -30644,11 +30658,17 @@ class TransactionPaymentService {
|
|
|
30644
30658
|
}
|
|
30645
30659
|
set cashRegisterDrawerNr(value) {
|
|
30646
30660
|
this._cashRegisterDrawerNr = value;
|
|
30647
|
-
this.
|
|
30661
|
+
this.setCashDrawerIdIfValidDrawer(this._cashRegisterDrawerNr);
|
|
30648
30662
|
}
|
|
30649
30663
|
get cashRegisterDrawerNr() {
|
|
30650
30664
|
return this._cashRegisterDrawerNr;
|
|
30651
30665
|
}
|
|
30666
|
+
set cashRegisterDrawerId(value) {
|
|
30667
|
+
this._cashRegisterDrawerId = value;
|
|
30668
|
+
}
|
|
30669
|
+
get cashRegisterDrawerId() {
|
|
30670
|
+
return this._cashRegisterDrawerId;
|
|
30671
|
+
}
|
|
30652
30672
|
ngOnDestroy() {
|
|
30653
30673
|
this._clearInterval();
|
|
30654
30674
|
}
|
|
@@ -30832,7 +30852,7 @@ class TransactionPaymentService {
|
|
|
30832
30852
|
_dataUriToBase64(uri, mimeType) {
|
|
30833
30853
|
return uri ? "data:" + mimeType + ";base64," + uri : "";
|
|
30834
30854
|
}
|
|
30835
|
-
|
|
30855
|
+
setCashDrawerIdIfValidDrawer(drawerNr) {
|
|
30836
30856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
30837
30857
|
this._cashRegisterDrawerId = NaN;
|
|
30838
30858
|
if (!drawerNr) {
|
|
@@ -30942,11 +30962,18 @@ class TransactionPaymentBaseComponent {
|
|
|
30942
30962
|
}
|
|
30943
30963
|
set cashRegisterDrawerId(value) {
|
|
30944
30964
|
this._cashRegisterDrawerId = value;
|
|
30945
|
-
this.paymentService.
|
|
30965
|
+
this.paymentService.cashRegisterDrawerId = this._cashRegisterDrawerId;
|
|
30946
30966
|
}
|
|
30947
30967
|
get cashRegisterDrawerId() {
|
|
30948
30968
|
return this._cashRegisterDrawerId;
|
|
30949
30969
|
}
|
|
30970
|
+
set cashRegisterDrawerNr(value) {
|
|
30971
|
+
this._cashRegisterDrawerNr = value;
|
|
30972
|
+
this.paymentService.cashRegisterDrawerNr = this._cashRegisterDrawerNr;
|
|
30973
|
+
}
|
|
30974
|
+
get cashRegisterDrawerNr() {
|
|
30975
|
+
return this._cashRegisterDrawerNr;
|
|
30976
|
+
}
|
|
30950
30977
|
set printerName(value) {
|
|
30951
30978
|
this._printerName = value;
|
|
30952
30979
|
this.paymentService.printerName = this._printerName;
|
|
@@ -31013,7 +31040,7 @@ class TransactionPaymentBaseComponent {
|
|
|
31013
31040
|
this.cashRegisterIdx = index;
|
|
31014
31041
|
this.cashRegisterNr = cashRegister.nr;
|
|
31015
31042
|
this.cashRegisterGroupId = cashRegister.group;
|
|
31016
|
-
this.
|
|
31043
|
+
this.cashRegisterDrawerNr = cashRegister.defaultDrawerNumber;
|
|
31017
31044
|
this.paymentService.printerName = cashRegister.defaultPrinter;
|
|
31018
31045
|
}
|
|
31019
31046
|
handlePayment() {
|
|
@@ -31053,7 +31080,7 @@ class TransactionPaymentBaseComponent {
|
|
|
31053
31080
|
if (currentCashRegister) {
|
|
31054
31081
|
this.cashRegisterNr = currentCashRegister.nr;
|
|
31055
31082
|
this.cashRegisterGroupId = currentCashRegister.group;
|
|
31056
|
-
this.
|
|
31083
|
+
this.cashRegisterDrawerNr = currentCashRegister.defaultDrawerNumber;
|
|
31057
31084
|
this.prepareCashDrawers(currentCashRegister.group);
|
|
31058
31085
|
this.paymentService.printerName = currentCashRegister.defaultPrinter;
|
|
31059
31086
|
}
|
|
@@ -31092,6 +31119,7 @@ TransactionPaymentBaseComponent.propDecorators = {
|
|
|
31092
31119
|
cashRegisterNr: [{ type: Input }],
|
|
31093
31120
|
cashRegisterGroupId: [{ type: Input }],
|
|
31094
31121
|
cashRegisterDrawerId: [{ type: Input }],
|
|
31122
|
+
cashRegisterDrawerNr: [{ type: Input }],
|
|
31095
31123
|
printerName: [{ type: Input }],
|
|
31096
31124
|
emailLayout: [{ type: Input }],
|
|
31097
31125
|
printerLayout: [{ type: Input }],
|
|
@@ -36663,7 +36691,17 @@ class TransactionCreateService extends TransactionService {
|
|
|
36663
36691
|
}));
|
|
36664
36692
|
});
|
|
36665
36693
|
}
|
|
36666
|
-
|
|
36694
|
+
//In this case we need information about a separate transaction to add info from it to the transaction we actually wish to create.
|
|
36695
|
+
//As such we need to fetch a transaction but just return it. Not set it on the service.
|
|
36696
|
+
getSeparateTransactionById(transactionId) {
|
|
36697
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36698
|
+
return yield this.connector.getTransactionById(transactionId);
|
|
36699
|
+
});
|
|
36700
|
+
}
|
|
36701
|
+
}
|
|
36702
|
+
TransactionCreateService.decorators = [
|
|
36703
|
+
{ type: Injectable }
|
|
36704
|
+
];
|
|
36667
36705
|
|
|
36668
36706
|
class TransactionHeaderPopupServiceFieldsComponent {
|
|
36669
36707
|
constructor(transactionService) {
|
|
@@ -40588,7 +40626,7 @@ TransactionUndoDeliveryComponent.decorators = [
|
|
|
40588
40626
|
{ type: Component, args: [{
|
|
40589
40627
|
selector: "co-undo-delivery",
|
|
40590
40628
|
template: `
|
|
40591
|
-
<div class="send-documents-wrapper" *ngIf="historicReports
|
|
40629
|
+
<div class="send-documents-wrapper" *ngIf="historicReports?.length > 0 && allowToUndoDelivery">
|
|
40592
40630
|
<div class="amount-send-indicator">
|
|
40593
40631
|
<span [textContent]="historicReports.length"></span>
|
|
40594
40632
|
</div>
|
|
@@ -51995,6 +52033,7 @@ class TransactionServiceOverviewComponent extends TransactionBaseComponent {
|
|
|
51995
52033
|
this._dialogService = _dialogService;
|
|
51996
52034
|
this.TableName = TableName;
|
|
51997
52035
|
this.WorkflowCategoryType = WorkflowCategoryType;
|
|
52036
|
+
this.cfgNames = TransactionCfgName;
|
|
51998
52037
|
this.Icon = Icon;
|
|
51999
52038
|
this._editMode = false;
|
|
52000
52039
|
this.priorityDomainColl = [];
|
|
@@ -52131,8 +52170,8 @@ TransactionServiceOverviewComponent.decorators = [
|
|
|
52131
52170
|
<div class="service-message-and-image-wrapper">
|
|
52132
52171
|
<div class="service-message-wrapper">
|
|
52133
52172
|
<label class="label service-label" [textContent]="'SERVICE_REPORT'| localize"></label>
|
|
52134
|
-
<span
|
|
52135
|
-
[textContent]="transactionServiceInfo.wizardQuestionsAndAnswers"></span>
|
|
52173
|
+
<span *ngIf="transactionServiceInfo && transactionServiceInfo.wizardQuestionsAndAnswers"
|
|
52174
|
+
[textContent]="transactionServiceInfo.wizardQuestionsAndAnswers"></span> <!--[screenConfigurationObject]="" screenConfigNativeElement-->
|
|
52136
52175
|
<co-transaction-service-message class="transaction-service-message" [transaction]="transaction">
|
|
52137
52176
|
</co-transaction-service-message>
|
|
52138
52177
|
</div>
|
|
@@ -52231,9 +52270,9 @@ TransactionServiceMessageComponent.decorators = [
|
|
|
52231
52270
|
template: `
|
|
52232
52271
|
<co-input-textarea #input
|
|
52233
52272
|
[model]="transactionServiceInfo.reportMessage"
|
|
52234
|
-
[
|
|
52273
|
+
[forceReadonly]="readonly"
|
|
52235
52274
|
[showSaveCancel]="true"
|
|
52236
|
-
></co-input-textarea>
|
|
52275
|
+
></co-input-textarea> <!--[screenConfigurationObject]="cfgNames.ServiceMessage"-->
|
|
52237
52276
|
`,
|
|
52238
52277
|
encapsulation: ViewEncapsulation.None
|
|
52239
52278
|
},] }
|
|
@@ -52250,7 +52289,8 @@ TransactionServiceMessageModule.decorators = [
|
|
|
52250
52289
|
CommonModule,
|
|
52251
52290
|
InputTextModule,
|
|
52252
52291
|
PipeModule,
|
|
52253
|
-
InputTextareaModule
|
|
52292
|
+
InputTextareaModule,
|
|
52293
|
+
ScreenConfigurationModule
|
|
52254
52294
|
],
|
|
52255
52295
|
declarations: [
|
|
52256
52296
|
TransactionServiceMessageComponent
|