@colijnit/transaction 12.1.42 → 12.1.44
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 +398 -313
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +64 -62
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +65 -63
- package/esm2015/lib/assets/dictionary/text.properties.js +11 -1
- package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +1 -1
- package/esm2015/lib/component/core/base/transaction-base.component.js +1 -1
- package/esm2015/lib/component/core/base/transaction-filter-popup-base.component.js +5 -2
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +15 -10
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.js +2 -2
- package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.js +11 -4
- package/esm2015/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.module.js +6 -2
- package/esm2015/lib/component/transaction-grid/transaction-received-goods-grid/transaction-received-goods-grid.component.js +9 -7
- package/esm2015/lib/component/transaction-header/transaction-header/transaction-header.component.js +1 -1
- package/esm2015/lib/component/transaction-line-statusbar/transaction-line-checkbox-list.module.js +23 -0
- package/esm2015/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.js +79 -0
- package/esm2015/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.component.js +6 -4
- package/esm2015/lib/component/transaction-search/service/transaction-search.service.js +25 -1
- package/esm2015/lib/component/transaction-search/transaction-search.component.js +34 -56
- package/esm2015/lib/interface/dialog-response.interface.js +2 -0
- package/esm2015/lib/service/dialog.service.js +7 -4
- package/esm2015/lib/service/dynamic-component.service.js +2 -2
- package/esm2015/lib/service/pending-reason.service.js +20 -30
- package/esm2015/lib/service/transaction.service.js +1 -1
- package/fesm2015/colijnit-transaction.js +329 -214
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/core/base/transaction-filter-popup-base.component.d.ts +1 -0
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.d.ts +3 -3
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_layout.scss +2 -2
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/style/_material-definition.scss +1 -1
- package/lib/component/transaction-grid/transaction-lines-grid/transaction-lines-grid.component.d.ts +5 -2
- package/lib/component/transaction-line-statusbar/style/_layout.scss +4 -0
- package/lib/component/transaction-line-statusbar/style/_material-definition.scss +1 -0
- package/lib/component/transaction-line-statusbar/style/_theme.scss +4 -0
- package/lib/component/transaction-line-statusbar/style/material.scss +4 -0
- package/lib/component/transaction-line-statusbar/transaction-line-checkbox-list.module.d.ts +2 -0
- package/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.d.ts +22 -0
- package/lib/component/transaction-search/service/transaction-search.service.d.ts +10 -0
- package/lib/component/transaction-search/transaction-search-header/style/_layout.scss +4 -1
- package/lib/component/transaction-search/transaction-search.component.d.ts +2 -10
- package/lib/interface/dialog-response.interface.d.ts +5 -0
- package/lib/service/dialog.service.d.ts +9 -8
- package/lib/service/dynamic-component.service.d.ts +2 -1
- package/lib/service/pending-reason.service.d.ts +0 -2
- package/package.json +1 -1
|
@@ -652,7 +652,10 @@
|
|
|
652
652
|
"PICKED": "Gepickt",
|
|
653
653
|
"PHONE_NO": "Telefoonnummer",
|
|
654
654
|
"PHYSICAL_STOCK": "Fysieke voorraad",
|
|
655
|
+
"PLANNED": "Gepland",
|
|
655
656
|
"PLANNING": "Planning",
|
|
657
|
+
"PLANNING_REQUESTED": "Voorkeur aangevraagd",
|
|
658
|
+
"PLANNING_PREFERRED_DATE_ENTERED": "Voorkeur bekend",
|
|
656
659
|
"POSTAL_CODE": "Postcode",
|
|
657
660
|
"PREFERRED_DATE": "Voorkeursdatum",
|
|
658
661
|
"PREFIX": "Tussenvoegsel",
|
|
@@ -729,6 +732,7 @@
|
|
|
729
732
|
"TEXT_ARTICLE_BOUND": "Text bij artikel |~",
|
|
730
733
|
"TO_REPORT_IN": 'Binnen te melden',
|
|
731
734
|
"TO_BE_PICKED": "Te picken",
|
|
735
|
+
"TO_ORDER": "Te bestellen",
|
|
732
736
|
"TO_DELIVER": "Te leveren",
|
|
733
737
|
"TO_PAY": "Te betalen",
|
|
734
738
|
"TOTAL_AMOUNT": "Totaalbedrag",
|
|
@@ -742,6 +746,7 @@
|
|
|
742
746
|
"TRANSACTION_SUM_I": "Ordertotaal incl. BTW",
|
|
743
747
|
"TRANSACTION_TOTAL": "Transactie totaal",
|
|
744
748
|
"TRANSPORT": "Transport",
|
|
749
|
+
"TRANSPORT_NOTIFICATION": "Transport notificatie",
|
|
745
750
|
"TRANSPORT_COST": "Transportkosten",
|
|
746
751
|
"TRANSPORT_COST_LINE_TOTAL": "Transportkosten regeltotaal",
|
|
747
752
|
"TURNOVER_GROUP": "Omzetgroep",
|
|
@@ -993,6 +998,9 @@
|
|
|
993
998
|
"PRICING": "Pricing",
|
|
994
999
|
"PRIVACY_PREFERENCES": "Privacy preferences",
|
|
995
1000
|
"PRIVATE_PERSON": "Private",
|
|
1001
|
+
"PLANNED": "Planned",
|
|
1002
|
+
"PLANNING_REQUESTED": "Planning requested",
|
|
1003
|
+
"PLANNING_PREFERRED_DATE_ENTERED": "Planning preferred date entered",
|
|
996
1004
|
"PRODUCT": "Product",
|
|
997
1005
|
"PRODUCT_TYPE": "Product type",
|
|
998
1006
|
"PURCHASE": "Purchase",
|
|
@@ -1052,6 +1060,7 @@
|
|
|
1052
1060
|
"TO_REPORT_IN": 'To report in',
|
|
1053
1061
|
"TO_BE_PICKED": "Te be picked",
|
|
1054
1062
|
"TO_DELIVER": "To deliver",
|
|
1063
|
+
"TO_ORDER": "To order",
|
|
1055
1064
|
"TO_PAY": "To pay",
|
|
1056
1065
|
"TOTAL_AMOUNT": "Total amount",
|
|
1057
1066
|
"TOTAL_ASSEMBLY_TIME": "Total assembly time",
|
|
@@ -1066,6 +1075,7 @@
|
|
|
1066
1075
|
"TRANSPORT": "Transport",
|
|
1067
1076
|
"TRANSPORT_COST": "Transportcosts",
|
|
1068
1077
|
"TRANSPORT_COST_LINE_TOTAL": "Transportcosts linetotal",
|
|
1078
|
+
"TRANSPORT_NOTIFICATION": "Transport notification",
|
|
1069
1079
|
"TURNOVER_GROUP": "Turnover group",
|
|
1070
1080
|
"TYPE": "Type",
|
|
1071
1081
|
"UNKNOWN": "unknown",
|
|
@@ -2729,7 +2739,9 @@
|
|
|
2729
2739
|
_this.viewModels.push({
|
|
2730
2740
|
value: d[_this.codeField],
|
|
2731
2741
|
propsForLabel: labels,
|
|
2732
|
-
checked: (_this.useModel && _this.model && _this.checkField) ?
|
|
2742
|
+
checked: (_this.useModel && _this.model && _this.checkField) ?
|
|
2743
|
+
_this.model[_this.checkField] === d[_this.codeField] :
|
|
2744
|
+
(_this.value ? _this.value === d[_this.codeField] : index === 0)
|
|
2733
2745
|
});
|
|
2734
2746
|
});
|
|
2735
2747
|
this.viewModelsFiltered = this.viewModels.slice();
|
|
@@ -2767,6 +2779,7 @@
|
|
|
2767
2779
|
autoClose: [{ type: i0.Input }],
|
|
2768
2780
|
useModel: [{ type: i0.Input }],
|
|
2769
2781
|
searchText: [{ type: i0.Input }],
|
|
2782
|
+
value: [{ type: i0.Input }],
|
|
2770
2783
|
valueChange: [{ type: i0.Output }],
|
|
2771
2784
|
closeAfterCommit: [{ type: i0.Output }]
|
|
2772
2785
|
};
|
|
@@ -2958,7 +2971,7 @@
|
|
|
2958
2971
|
}
|
|
2959
2972
|
}
|
|
2960
2973
|
}
|
|
2961
|
-
resolve(output ? output :
|
|
2974
|
+
resolve({ button: button, output: output ? output : undefined });
|
|
2962
2975
|
};
|
|
2963
2976
|
});
|
|
2964
2977
|
};
|
|
@@ -2989,7 +3002,7 @@
|
|
|
2989
3002
|
DialogTransactionLineWarehouseLocationComponent.decorators = [
|
|
2990
3003
|
{ type: i0.Component, args: [{
|
|
2991
3004
|
selector: "co-dialog-transaction-line-warehouse-location",
|
|
2992
|
-
template: "\n <co-dialog [headerTemplate]=\"dialogHeader\" [footerTemplate]=\"footerTemplate\" [showCloseIcon]=\"
|
|
3005
|
+
template: "\n <co-dialog [headerTemplate]=\"dialogHeader\" [footerTemplate]=\"footerTemplate\" [showCloseIcon]=\"true\" (closeClick)=\"onClose(buttonType.Ok)\">\n <co-transaction-line-warehouse-location\n [autoClose]=\"autoClose\"\n [useModel]=\"useModel\"\n [transactionLine]=\"transactionLine\"\n [searchText]=\"searchText\"\n [warehouseNr]=\"warehouseNr\"\n (closeAfterCommit)=\"handleClose(buttonType.Ok)\"\n (valueChange)=\"handleValueChange($event)\"\n ></co-transaction-line-warehouse-location>\n </co-dialog>\n <ng-template #dialogHeader>\n <co-dialog-header-search [title]=\"'LOCATION'\" (search)=\"handleSearch($event)\"></co-dialog-header-search>\n </ng-template>\n <ng-template #footerTemplate>\n <div class=\"dialog-footer-button-wrapper\" *ngIf=\"!useModel\">\n <co-button [label]=\"'OK' | localize\" (click)=\"handleOkClick()\"></co-button>\n </div>\n </ng-template>\n ",
|
|
2993
3006
|
encapsulation: i0.ViewEncapsulation.None
|
|
2994
3007
|
},] }
|
|
2995
3008
|
];
|
|
@@ -3002,14 +3015,14 @@
|
|
|
3002
3015
|
__extends(DialogTransactionLineWarehouseCcComponent, _super);
|
|
3003
3016
|
function DialogTransactionLineWarehouseCcComponent() {
|
|
3004
3017
|
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
3005
|
-
_this.
|
|
3018
|
+
_this.quantity = 1;
|
|
3006
3019
|
return _this;
|
|
3007
3020
|
}
|
|
3008
3021
|
DialogTransactionLineWarehouseCcComponent.prototype.showClass = function () {
|
|
3009
3022
|
return true;
|
|
3010
3023
|
};
|
|
3011
|
-
DialogTransactionLineWarehouseCcComponent.prototype.
|
|
3012
|
-
this.
|
|
3024
|
+
DialogTransactionLineWarehouseCcComponent.prototype.handleQuantityChange = function (value) {
|
|
3025
|
+
this.quantity = value;
|
|
3013
3026
|
};
|
|
3014
3027
|
DialogTransactionLineWarehouseCcComponent.prototype.handleCommissionCodeChange = function (value) {
|
|
3015
3028
|
this.commissionCode = value;
|
|
@@ -3019,9 +3032,9 @@
|
|
|
3019
3032
|
};
|
|
3020
3033
|
DialogTransactionLineWarehouseCcComponent.prototype.handleOkClick = function () {
|
|
3021
3034
|
var output = {
|
|
3022
|
-
|
|
3035
|
+
quantity: this.quantity,
|
|
3023
3036
|
commissionCode: this.commissionCode,
|
|
3024
|
-
|
|
3037
|
+
warehouseNr: this.warehouse,
|
|
3025
3038
|
};
|
|
3026
3039
|
this.onClose(AppPopupButtonType.Ok, output);
|
|
3027
3040
|
};
|
|
@@ -3033,11 +3046,14 @@
|
|
|
3033
3046
|
DialogTransactionLineWarehouseCcComponent.decorators = [
|
|
3034
3047
|
{ type: i0.Component, args: [{
|
|
3035
3048
|
selector: "co-dialog-transaction-line-warehouse-cc",
|
|
3036
|
-
template: "\n <co-dialog\n [customCssClass]=\"'co-transaction-small-toolbar'\"\n [headerTemplate]=\"dialogHeader\"\n [footerTemplate]=\"footerTemplate\"\n (closeClick)=\"handleDialogClose()\">\n <div class=\"transaction-line-warehouse-cc-section\">\n <co-input-number-picker class=\"
|
|
3049
|
+
template: "\n <co-dialog\n [customCssClass]=\"'co-transaction-small-toolbar'\"\n [headerTemplate]=\"dialogHeader\"\n [footerTemplate]=\"footerTemplate\"\n (closeClick)=\"handleDialogClose()\">\n <div class=\"transaction-line-warehouse-cc-section\">\n <co-input-number-picker class=\"quantity-number-picker\"\n [(model)]=\"quantity\" [min]=\"1\"\n (modelChange)=\"handleQuantityChange($event)\"></co-input-number-picker>\n </div>\n <div class=\"transaction-line-warehouse-cc-section\">\n <div class=\"transaction-line-warehouse-cc-section-label\" [textContent]=\"'COMMISSION_CODE' | localize\"></div>\n <co-transaction-line-commission-code\n [value]=\"commissionCode\"\n [useModel]=\"false\"\n (valueChange)=\"handleCommissionCodeChange($event)\"></co-transaction-line-commission-code>\n </div>\n <div class=\"transaction-line-warehouse-cc-section\">\n <div class=\"transaction-line-warehouse-cc-section-label\" [textContent]=\"'WAREHOUSE' | localize\"></div>\n <co-transaction-line-warehouse\n [value]=\"warehouse\"\n [useModel]=\"false\"\n (valueChange)=\"handleWarehouseChange($event)\"></co-transaction-line-warehouse>\n </div>\n </co-dialog>\n <ng-template #dialogHeader>\n <div class=\"dialog-header-title\" [textContent]=\"'COMMISSION_CODE_WAREHOUSE_SELECTION' | localize\"></div>\n </ng-template>\n <ng-template #footerTemplate>\n <div class=\"dialog-footer-button-wrapper\">\n <co-button [label]=\"'OK' | localize\" (click)=\"handleOkClick()\"></co-button>\n </div>\n </ng-template>\n ",
|
|
3037
3050
|
encapsulation: i0.ViewEncapsulation.None
|
|
3038
3051
|
},] }
|
|
3039
3052
|
];
|
|
3040
3053
|
DialogTransactionLineWarehouseCcComponent.propDecorators = {
|
|
3054
|
+
quantity: [{ type: i0.Input }],
|
|
3055
|
+
commissionCode: [{ type: i0.Input }],
|
|
3056
|
+
warehouse: [{ type: i0.Input }],
|
|
3041
3057
|
showClass: [{ type: i0.HostBinding, args: ["class.co-dialog-transaction-line-warehouse-cc",] }]
|
|
3042
3058
|
};
|
|
3043
3059
|
|
|
@@ -3063,7 +3079,7 @@
|
|
|
3063
3079
|
return [4 /*yield*/, this.dynamicComponentService.createComponent(ConfirmationDialogComponent, data)];
|
|
3064
3080
|
case 1:
|
|
3065
3081
|
response = _a.sent();
|
|
3066
|
-
return [2 /*return*/, response === AppPopupButtonType.Yes];
|
|
3082
|
+
return [2 /*return*/, response.button === AppPopupButtonType.Yes];
|
|
3067
3083
|
}
|
|
3068
3084
|
});
|
|
3069
3085
|
});
|
|
@@ -3107,9 +3123,12 @@
|
|
|
3107
3123
|
};
|
|
3108
3124
|
return this.dynamicComponentService.createComponent(CharacteristicAnswerComponent, data);
|
|
3109
3125
|
};
|
|
3110
|
-
DialogService.prototype.showWarehouseCC = function () {
|
|
3126
|
+
DialogService.prototype.showWarehouseCC = function (quantity, commissionCode, warehouseNr) {
|
|
3111
3127
|
var data = {
|
|
3112
|
-
useModel: false
|
|
3128
|
+
useModel: false,
|
|
3129
|
+
quantity: quantity,
|
|
3130
|
+
commissionCode: commissionCode,
|
|
3131
|
+
warehouse: warehouseNr,
|
|
3113
3132
|
};
|
|
3114
3133
|
return this.dynamicComponentService.createComponent(DialogTransactionLineWarehouseCcComponent, data);
|
|
3115
3134
|
};
|
|
@@ -6305,7 +6324,7 @@
|
|
|
6305
6324
|
case 6:
|
|
6306
6325
|
_b.sent();
|
|
6307
6326
|
return [2 /*return*/, false];
|
|
6308
|
-
case 7: return [4 /*yield*/, this._showWarehouseCcDialog(operationStatus.uuid, operationStatus.pendingReason, operationStatus.pendingReasonType)];
|
|
6327
|
+
case 7: return [4 /*yield*/, this._showWarehouseCcDialog(operationStatus.uuid, transactionLine.amount, transactionLine.commissionCode, transactionLine.warehouseNumber, operationStatus.pendingReason, operationStatus.pendingReasonType)];
|
|
6309
6328
|
case 8:
|
|
6310
6329
|
_b.sent();
|
|
6311
6330
|
return [2 /*return*/, true];
|
|
@@ -6430,76 +6449,48 @@
|
|
|
6430
6449
|
};
|
|
6431
6450
|
PendingReasonService.prototype._showCharacteristicDialog = function (uuid, characteristics, reason, type) {
|
|
6432
6451
|
return __awaiter(this, void 0, void 0, function () {
|
|
6433
|
-
var reasonRequest,
|
|
6434
|
-
return __generator(this, function (
|
|
6435
|
-
switch (
|
|
6452
|
+
var reasonRequest, char, response;
|
|
6453
|
+
return __generator(this, function (_a) {
|
|
6454
|
+
switch (_a.label) {
|
|
6436
6455
|
case 0:
|
|
6437
6456
|
reasonRequest = new resolvePendingReasonRequest_bo.ResolveLinePendingReasonRequest(uuid, reason, type);
|
|
6438
|
-
_a = reasonRequest;
|
|
6439
6457
|
return [4 /*yield*/, this.dialogService.showCharacteristics(characteristics.question, characteristics.transactionLineCharacteristicChoices, characteristics.value)];
|
|
6440
6458
|
case 1:
|
|
6441
|
-
_a.
|
|
6442
|
-
|
|
6443
|
-
|
|
6444
|
-
|
|
6445
|
-
|
|
6446
|
-
return [2 /*return*/];
|
|
6447
|
-
}
|
|
6448
|
-
});
|
|
6449
|
-
});
|
|
6450
|
-
};
|
|
6451
|
-
PendingReasonService.prototype._showWarehouseDialog = function (uuid, reason, type) {
|
|
6452
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
6453
|
-
var reasonRequest, _a;
|
|
6454
|
-
return __generator(this, function (_b) {
|
|
6455
|
-
switch (_b.label) {
|
|
6456
|
-
case 0:
|
|
6457
|
-
reasonRequest = new resolvePendingReasonRequest_bo.ResolveLinePendingReasonRequest(uuid, reason, type);
|
|
6458
|
-
_a = reasonRequest;
|
|
6459
|
-
return [4 /*yield*/, this.dialogService.showWarehouse()];
|
|
6460
|
-
case 1:
|
|
6461
|
-
_a.warehouseNr = _b.sent();
|
|
6462
|
-
return [4 /*yield*/, this.resolvePendingLineReason(reasonRequest)];
|
|
6463
|
-
case 2:
|
|
6464
|
-
_b.sent();
|
|
6465
|
-
return [2 /*return*/];
|
|
6466
|
-
}
|
|
6467
|
-
});
|
|
6468
|
-
});
|
|
6469
|
-
};
|
|
6470
|
-
PendingReasonService.prototype._showCommissionCodeDialog = function (uuid, reason, type) {
|
|
6471
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
6472
|
-
var reasonRequest, _a;
|
|
6473
|
-
return __generator(this, function (_b) {
|
|
6474
|
-
switch (_b.label) {
|
|
6475
|
-
case 0:
|
|
6476
|
-
reasonRequest = new resolvePendingReasonRequest_bo.ResolveLinePendingReasonRequest(uuid, reason, type);
|
|
6477
|
-
_a = reasonRequest;
|
|
6478
|
-
return [4 /*yield*/, this.dialogService.showCommissionCode()];
|
|
6479
|
-
case 1:
|
|
6480
|
-
_a.commissionCode = _b.sent();
|
|
6459
|
+
response = _a.sent();
|
|
6460
|
+
if (response.button === AppPopupButtonType.Ok) {
|
|
6461
|
+
char = response.output;
|
|
6462
|
+
}
|
|
6463
|
+
reasonRequest.textualUserInput = char;
|
|
6481
6464
|
return [4 /*yield*/, this.resolvePendingLineReason(reasonRequest)];
|
|
6482
6465
|
case 2:
|
|
6483
|
-
|
|
6466
|
+
_a.sent();
|
|
6484
6467
|
return [2 /*return*/];
|
|
6485
6468
|
}
|
|
6486
6469
|
});
|
|
6487
6470
|
});
|
|
6488
6471
|
};
|
|
6489
|
-
PendingReasonService.prototype._showWarehouseCcDialog = function (uuid, reason, type) {
|
|
6472
|
+
PendingReasonService.prototype._showWarehouseCcDialog = function (uuid, quantity, commissionCode, warehouseNr, reason, type) {
|
|
6490
6473
|
return __awaiter(this, void 0, void 0, function () {
|
|
6491
6474
|
var reasonRequest, response;
|
|
6492
6475
|
return __generator(this, function (_a) {
|
|
6493
6476
|
switch (_a.label) {
|
|
6494
6477
|
case 0:
|
|
6495
6478
|
reasonRequest = new resolvePendingReasonRequest_bo.ResolveLinePendingReasonRequest(uuid, reason, type);
|
|
6496
|
-
return [4 /*yield*/, this.dialogService.showWarehouseCC()];
|
|
6479
|
+
return [4 /*yield*/, this.dialogService.showWarehouseCC(quantity, commissionCode, warehouseNr)];
|
|
6497
6480
|
case 1:
|
|
6498
6481
|
response = _a.sent();
|
|
6482
|
+
if (!(response.button === AppPopupButtonType.Ok)) return [3 /*break*/, 3];
|
|
6483
|
+
reasonRequest.quantity = response.output.quantity;
|
|
6484
|
+
reasonRequest.commissionCode = response.output.commissionCode;
|
|
6485
|
+
reasonRequest.warehouseNr = response.output.warehouseNr;
|
|
6499
6486
|
return [4 /*yield*/, this.resolvePendingLineReason(reasonRequest)];
|
|
6500
6487
|
case 2:
|
|
6501
6488
|
_a.sent();
|
|
6502
|
-
return [
|
|
6489
|
+
return [3 /*break*/, 4];
|
|
6490
|
+
case 3:
|
|
6491
|
+
this._cancelArticle(uuid);
|
|
6492
|
+
_a.label = 4;
|
|
6493
|
+
case 4: return [2 /*return*/];
|
|
6503
6494
|
}
|
|
6504
6495
|
});
|
|
6505
6496
|
});
|
|
@@ -15604,6 +15595,106 @@
|
|
|
15604
15595
|
},] }
|
|
15605
15596
|
];
|
|
15606
15597
|
|
|
15598
|
+
var TransactionLineStatusbarComponent = /** @class */ (function () {
|
|
15599
|
+
function TransactionLineStatusbarComponent(_dictionary) {
|
|
15600
|
+
this._dictionary = _dictionary;
|
|
15601
|
+
this.showClass = true;
|
|
15602
|
+
}
|
|
15603
|
+
Object.defineProperty(TransactionLineStatusbarComponent.prototype, "transaction", {
|
|
15604
|
+
get: function () {
|
|
15605
|
+
return this._transaction;
|
|
15606
|
+
},
|
|
15607
|
+
set: function (value) {
|
|
15608
|
+
this._transaction = value;
|
|
15609
|
+
this._total = value.amount;
|
|
15610
|
+
},
|
|
15611
|
+
enumerable: false,
|
|
15612
|
+
configurable: true
|
|
15613
|
+
});
|
|
15614
|
+
TransactionLineStatusbarComponent.prototype.ngOnInit = function () {
|
|
15615
|
+
this.setStatusbarData();
|
|
15616
|
+
};
|
|
15617
|
+
TransactionLineStatusbarComponent.prototype.setStatusbarData = function () {
|
|
15618
|
+
if (this.transactionKind === transactionKind_enum.TransactionKind.PurchaseOrder) {
|
|
15619
|
+
this.setStatusbarDataForPurchaseOrder();
|
|
15620
|
+
}
|
|
15621
|
+
else {
|
|
15622
|
+
this.setStatusbardataForSalesOrder();
|
|
15623
|
+
}
|
|
15624
|
+
};
|
|
15625
|
+
TransactionLineStatusbarComponent.prototype.setStatusbardataForSalesOrder = function () {
|
|
15626
|
+
var transaction = this._transaction;
|
|
15627
|
+
this.statusbarData = [
|
|
15628
|
+
this.getStatusbarLine("TO_ORDER", transaction.amount),
|
|
15629
|
+
this.getStatusbarLine("ALLOCATED", transaction.quantityAllocatedFromStock),
|
|
15630
|
+
this.getStatusbarLine("PLANNING_REQUESTED", transaction.quantityPlanningRequested),
|
|
15631
|
+
this.getStatusbarLine("PLANNING_PREFERRED_DATE_ENTERED", transaction.quantityPlanningPreferredDateEntered),
|
|
15632
|
+
this.getStatusbarLine("TO_BE_PICKED", transaction.quantityToBePicked),
|
|
15633
|
+
this.getStatusbarLine("PICKED", transaction.quantityPicked),
|
|
15634
|
+
this.getStatusbarLine("PLANNED", transaction.quantityPlanned),
|
|
15635
|
+
this.getStatusbarLine("DELIVERED", transaction.quantityDelivered),
|
|
15636
|
+
this.getStatusbarLine("INVOICED", transaction.quantityInvoiced), //Gefactureerd
|
|
15637
|
+
];
|
|
15638
|
+
};
|
|
15639
|
+
TransactionLineStatusbarComponent.prototype.setStatusbarDataForPurchaseOrder = function () {
|
|
15640
|
+
var transaction = this._transaction;
|
|
15641
|
+
this.statusbarData = [
|
|
15642
|
+
this.getStatusbarLine("IN_ORDER", transaction.amount),
|
|
15643
|
+
this.getStatusbarLine("CONFIRMED", transaction.quantityPurchaseConfirmed),
|
|
15644
|
+
this.getStatusbarLine("TRANSPORT_NOTIFICATION", transaction.quantityTransportNotification), //Transport notificatie
|
|
15645
|
+
//todo: Vooraangemeld
|
|
15646
|
+
//todo: Binnengemeld
|
|
15647
|
+
//todo: Factuurcheck
|
|
15648
|
+
];
|
|
15649
|
+
};
|
|
15650
|
+
TransactionLineStatusbarComponent.prototype.getStatusbarLine = function (label, property) {
|
|
15651
|
+
return { label: this._dictionary.get(label), percentage: this.calculatePercentage(property, this._total), count: property };
|
|
15652
|
+
};
|
|
15653
|
+
TransactionLineStatusbarComponent.prototype.calculatePercentage = function (amount, totalAmount) {
|
|
15654
|
+
if (amount === 0 || totalAmount === 0) {
|
|
15655
|
+
return 0;
|
|
15656
|
+
}
|
|
15657
|
+
return Math.floor((amount / totalAmount) * 100);
|
|
15658
|
+
};
|
|
15659
|
+
return TransactionLineStatusbarComponent;
|
|
15660
|
+
}());
|
|
15661
|
+
TransactionLineStatusbarComponent.decorators = [
|
|
15662
|
+
{ type: i0.Component, args: [{
|
|
15663
|
+
selector: "co-transaction-line-statusbar",
|
|
15664
|
+
template: "\n <co-statusbar [statusbarData]=\"statusbarData\"></co-statusbar>\n ",
|
|
15665
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
15666
|
+
},] }
|
|
15667
|
+
];
|
|
15668
|
+
TransactionLineStatusbarComponent.ctorParameters = function () { return [
|
|
15669
|
+
{ type: DictionaryService }
|
|
15670
|
+
]; };
|
|
15671
|
+
TransactionLineStatusbarComponent.propDecorators = {
|
|
15672
|
+
transaction: [{ type: i0.Input }],
|
|
15673
|
+
transactionKind: [{ type: i0.Input }],
|
|
15674
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line-statusbar",] }]
|
|
15675
|
+
};
|
|
15676
|
+
|
|
15677
|
+
var TransactionLineStatusbarModule = /** @class */ (function () {
|
|
15678
|
+
function TransactionLineStatusbarModule() {
|
|
15679
|
+
}
|
|
15680
|
+
return TransactionLineStatusbarModule;
|
|
15681
|
+
}());
|
|
15682
|
+
TransactionLineStatusbarModule.decorators = [
|
|
15683
|
+
{ type: i0.NgModule, args: [{
|
|
15684
|
+
imports: [
|
|
15685
|
+
common.CommonModule,
|
|
15686
|
+
CoreModule,
|
|
15687
|
+
sharedcomponents.StatusbarModule
|
|
15688
|
+
],
|
|
15689
|
+
declarations: [
|
|
15690
|
+
TransactionLineStatusbarComponent
|
|
15691
|
+
],
|
|
15692
|
+
exports: [
|
|
15693
|
+
TransactionLineStatusbarComponent
|
|
15694
|
+
]
|
|
15695
|
+
},] }
|
|
15696
|
+
];
|
|
15697
|
+
|
|
15607
15698
|
var TransactionGridBaseComponent = /** @class */ (function () {
|
|
15608
15699
|
function TransactionGridBaseComponent(imageService) {
|
|
15609
15700
|
this.imageService = imageService;
|
|
@@ -15681,6 +15772,9 @@
|
|
|
15681
15772
|
TransactionLinesGridComponent.prototype.showClass = function () {
|
|
15682
15773
|
return true;
|
|
15683
15774
|
};
|
|
15775
|
+
TransactionLinesGridComponent.prototype.ngOnInit = function () {
|
|
15776
|
+
this.transactionKind = this.service.currentTransaction.transactionInfo.transactionKind;
|
|
15777
|
+
};
|
|
15684
15778
|
TransactionLinesGridComponent.prototype.changeLineAmount = function (row, amount) {
|
|
15685
15779
|
this.service.changeTransactionLineQuantity(row.uuid, amount).then(function (value) {
|
|
15686
15780
|
if (!value || !value.isSuccess) {
|
|
@@ -15704,7 +15798,7 @@
|
|
|
15704
15798
|
TransactionLinesGridComponent.decorators = [
|
|
15705
15799
|
{ type: i0.Component, args: [{
|
|
15706
15800
|
selector: "co-transaction-lines-grid",
|
|
15707
|
-
template: "\n <co-transaction-base-grid [transactionLines]=\"transactionLines\" (sidePanelClicked)=\"openSidePanel($event)\">\n <co-simple-grid-column [field]=\"'warehouseNumber'\" [width]=\"50\" [order]=\"40\" [textAlign]=\"align.Right\">\n <ng-template #headerTemplate>\n <icon class=\"transaction-grid-header-icon\" [icon]=\"icons.Warehouse\"></icon>\n </ng-template>\n <ng-template #template let-row = \"row\">\n <div [textContent]=\"row.warehouseNumber\" (click)=\"openWarehouseDialog(row)\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [field]=\"''\" [width]=\"50\" [order]=\"45\" [textAlign]=\"align.Right\">\n <ng-template #headerTemplate>\n <icon class=\"transaction-grid-header-icon\" [icon]=\"icons.DeliveryTruck\"></icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [field]=\"''\" [width]=\"50\" [order]=\"46\" [textAlign]=\"align.Right\">\n <ng-template #headerTemplate>\n <icon class=\"transaction-grid-header-icon\" [icon]=\"icons.DeliveryTruck\"></icon>\n </ng-template>\n <ng-template #template let-row = \"row\">\n <div [textContent]=\"row.commissionCode\" (click)=\"openCommissionCodeDialog(row)\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT' | localize\" [field]=\"'amount'\" [textAlign]=\"align.Right\" [width]=\"75\" [resizable]=\"false\" [order]=\"50\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TO_DELIVER' | localize\" [textAlign]=\"align.Right\" [width]=\"75\" [resizable]=\"false\" [order]=\"60\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STATUS' | localize\" [textAlign]=\"align.
|
|
15801
|
+
template: "\n <co-transaction-base-grid [transactionLines]=\"transactionLines\" (sidePanelClicked)=\"openSidePanel($event)\">\n <co-simple-grid-column [field]=\"'warehouseNumber'\" [width]=\"50\" [order]=\"40\" [textAlign]=\"align.Right\">\n <ng-template #headerTemplate>\n <icon class=\"transaction-grid-header-icon\" [icon]=\"icons.Warehouse\"></icon>\n </ng-template>\n <ng-template #template let-row = \"row\">\n <div [textContent]=\"row.warehouseNumber\" (click)=\"openWarehouseDialog(row)\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [field]=\"''\" [width]=\"50\" [order]=\"45\" [textAlign]=\"align.Right\">\n <ng-template #headerTemplate>\n <icon class=\"transaction-grid-header-icon\" [icon]=\"icons.DeliveryTruck\"></icon>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [field]=\"''\" [width]=\"50\" [order]=\"46\" [textAlign]=\"align.Right\">\n <ng-template #headerTemplate>\n <icon class=\"transaction-grid-header-icon\" [icon]=\"icons.DeliveryTruck\"></icon>\n </ng-template>\n <ng-template #template let-row = \"row\">\n <div [textContent]=\"row.commissionCode\" (click)=\"openCommissionCodeDialog(row)\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'AMOUNT' | localize\" [field]=\"'amount'\" [textAlign]=\"align.Right\" [width]=\"75\" [resizable]=\"false\" [order]=\"50\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'TO_DELIVER' | localize\" [textAlign]=\"align.Right\" [width]=\"75\" [resizable]=\"false\" [order]=\"60\"></co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'STATUS' | localize\" [textAlign]=\"align.Left\" [width]=\"100\" [resizable]=\"false\" [order]=\"70\">\n <ng-template #template let-row = \"row\">\n <co-transaction-line-statusbar [transaction]=\"row\" [transactionKind]=\"transactionKind\"></co-transaction-line-statusbar>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'PRICE' | localize\" [textAlign]=\"align.Right\" [order]=\"80\">\n <ng-template #template let-row = \"row\">\n <div [textContent]=\"row.price | priceDisplay\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DISCOUNT' | localize\" [textAlign]=\"align.Right\" [width]=\"100\" [resizable]=\"false\" [order]=\"90\">\n <ng-template #template let-row = \"row\">\n <div class=\"transaction-lines-grid-line-label\" [textContent]=\"row.lineTotalDiscountAmount | priceDisplay\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'SUBTOTAL' | localize\" [textAlign]=\"align.Right\" [width]=\"100\" [resizable]=\"false\" [order]=\"100\">\n <ng-template #template let-row = \"row\">\n <div class=\"transaction-lines-grid-line-label\" [textContent]=\"row.lineTotalDiscountAmount | priceDisplay\"></div>\n <div [textContent]=\"row.netLineTotal | priceDisplay\"></div>\n </ng-template>\n </co-simple-grid-column>\n <co-simple-grid-column [headerText]=\"'DELIVERY_DATE' | localize\" [textAlign]=\"align.Right\" [width]=\"100\" [resizable]=\"false\" [order]=\"110\">\n <ng-template #template let-row = \"row\">\n <div [textContent]=\"row.deliveryDate | date:'dd MMM yyyy'\"></div>\n </ng-template>\n </co-simple-grid-column>\n </co-transaction-base-grid>\n <co-dialog-transaction-line-commission-code *ngIf=\"showDialogCommissionCode\"\n [transactionInfo]=\"service.currentTransaction.transactionInfo\"\n [transactionLine]=\"currentTransactionLine\"\n (close)=\"showDialogCommissionCode = false\"\n ></co-dialog-transaction-line-commission-code>\n <co-dialog-transaction-line-warehouse *ngIf=\"showDialogWarehouse\"\n [transactionInfo]=\"service.currentTransaction.transactionInfo\"\n [transactionLine]=\"currentTransactionLine\"\n (close)=\"showDialogWarehouse = false\">\n </co-dialog-transaction-line-warehouse>\n ",
|
|
15708
15802
|
encapsulation: i0.ViewEncapsulation.None
|
|
15709
15803
|
},] }
|
|
15710
15804
|
];
|
|
@@ -16395,14 +16489,15 @@
|
|
|
16395
16489
|
};
|
|
16396
16490
|
TransactionReceivingGoodsDetailsComponent.prototype.openWarehouseLocationDialog = function () {
|
|
16397
16491
|
return __awaiter(this, void 0, void 0, function () {
|
|
16398
|
-
var
|
|
16492
|
+
var response;
|
|
16399
16493
|
return __generator(this, function (_a) {
|
|
16400
16494
|
switch (_a.label) {
|
|
16401
|
-
case 0: return [4 /*yield*/, this._dialogService.showWarehouseLocation(this.receiptDetails.warehouseNr)
|
|
16402
|
-
_this.receiptDetails.locationNr = result;
|
|
16403
|
-
})];
|
|
16495
|
+
case 0: return [4 /*yield*/, this._dialogService.showWarehouseLocation(this.receiptDetails.warehouseNr)];
|
|
16404
16496
|
case 1:
|
|
16405
|
-
_a.sent();
|
|
16497
|
+
response = _a.sent();
|
|
16498
|
+
if (response.button === AppPopupButtonType.Ok) {
|
|
16499
|
+
this.receiptDetails.locationNr = response.output;
|
|
16500
|
+
}
|
|
16406
16501
|
return [2 /*return*/];
|
|
16407
16502
|
}
|
|
16408
16503
|
});
|
|
@@ -16467,11 +16562,116 @@
|
|
|
16467
16562
|
SearchViewMode[SearchViewMode["SideBar"] = 1] = "SideBar";
|
|
16468
16563
|
})(SearchViewMode || (SearchViewMode = {}));
|
|
16469
16564
|
|
|
16565
|
+
exports.SearchBarViewMode = void 0;
|
|
16566
|
+
(function (SearchBarViewMode) {
|
|
16567
|
+
SearchBarViewMode[SearchBarViewMode["Expanded"] = 0] = "Expanded";
|
|
16568
|
+
SearchBarViewMode[SearchBarViewMode["Collapsed"] = 1] = "Collapsed";
|
|
16569
|
+
})(exports.SearchBarViewMode || (exports.SearchBarViewMode = {}));
|
|
16570
|
+
var TransactionSearchComponent = /** @class */ (function () {
|
|
16571
|
+
function TransactionSearchComponent(transactionSearchService) {
|
|
16572
|
+
this.transactionSearchService = transactionSearchService;
|
|
16573
|
+
this.searchViewModes = SearchViewMode;
|
|
16574
|
+
this.orientations = corecomponents_v12.CoOrientation;
|
|
16575
|
+
this.directionRight = corecomponents_v12.CoDirection.Right;
|
|
16576
|
+
this.transactionClick = new i0.EventEmitter();
|
|
16577
|
+
this.searchViewModeChange = new i0.EventEmitter();
|
|
16578
|
+
}
|
|
16579
|
+
Object.defineProperty(TransactionSearchComponent.prototype, "transactionType", {
|
|
16580
|
+
get: function () {
|
|
16581
|
+
return this._transactionType;
|
|
16582
|
+
},
|
|
16583
|
+
set: function (value) {
|
|
16584
|
+
this._transactionType = value;
|
|
16585
|
+
this.transactionSearchService.transactionType = this._transactionType;
|
|
16586
|
+
},
|
|
16587
|
+
enumerable: false,
|
|
16588
|
+
configurable: true
|
|
16589
|
+
});
|
|
16590
|
+
TransactionSearchComponent.prototype.showClass = function () {
|
|
16591
|
+
return true;
|
|
16592
|
+
};
|
|
16593
|
+
TransactionSearchComponent.prototype.onTransactionClick = function (transaction) {
|
|
16594
|
+
if (this.transactionSearchService.activeSearchViewMode === this.searchViewModes.FullScreen) {
|
|
16595
|
+
this.collapseSearchBar();
|
|
16596
|
+
}
|
|
16597
|
+
this._scrollToTop();
|
|
16598
|
+
this.transactionClick.emit(transaction);
|
|
16599
|
+
};
|
|
16600
|
+
TransactionSearchComponent.prototype.onSearchViewResizeClick = function () {
|
|
16601
|
+
if (this.transactionSearchService.activeSearchViewMode === this.searchViewModes.SideBar) {
|
|
16602
|
+
this.transactionSearchService.activeSearchViewMode = this.searchViewModes.FullScreen;
|
|
16603
|
+
}
|
|
16604
|
+
else {
|
|
16605
|
+
this.transactionSearchService.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
16606
|
+
}
|
|
16607
|
+
this.searchViewModeChange.emit(this.transactionSearchService.activeSearchViewMode);
|
|
16608
|
+
};
|
|
16609
|
+
TransactionSearchComponent.prototype.onSideCollapseHandleClick = function () {
|
|
16610
|
+
this.toggleSearchBar();
|
|
16611
|
+
};
|
|
16612
|
+
TransactionSearchComponent.prototype.toggleSearchBar = function () {
|
|
16613
|
+
if (this.transactionSearchService.collapsed || this.transactionSearchService.fullscreen) {
|
|
16614
|
+
this.expandSearchBar();
|
|
16615
|
+
}
|
|
16616
|
+
else {
|
|
16617
|
+
this.collapseSearchBar();
|
|
16618
|
+
}
|
|
16619
|
+
};
|
|
16620
|
+
TransactionSearchComponent.prototype.collapseSearchBar = function () {
|
|
16621
|
+
this.transactionSearchService.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
16622
|
+
this.transactionSearchService.activeSearchBarViewMode = exports.SearchBarViewMode.Collapsed;
|
|
16623
|
+
this.searchViewModeChange.emit(this.searchViewModes.SideBar);
|
|
16624
|
+
};
|
|
16625
|
+
TransactionSearchComponent.prototype.expandSearchBar = function () {
|
|
16626
|
+
this.transactionSearchService.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
16627
|
+
this.transactionSearchService.activeSearchBarViewMode = exports.SearchBarViewMode.Expanded;
|
|
16628
|
+
this.searchViewModeChange.emit(this.searchViewModes.SideBar);
|
|
16629
|
+
};
|
|
16630
|
+
TransactionSearchComponent.prototype.calculateClasses = function () {
|
|
16631
|
+
return {
|
|
16632
|
+
'fullscreen': this.transactionSearchService.fullscreen,
|
|
16633
|
+
'sidebar': !this.transactionSearchService.fullscreen,
|
|
16634
|
+
'collapsed': this.transactionSearchService.collapsed,
|
|
16635
|
+
'expanded': !this.transactionSearchService.collapsed,
|
|
16636
|
+
};
|
|
16637
|
+
};
|
|
16638
|
+
TransactionSearchComponent.prototype._scrollToTop = function () {
|
|
16639
|
+
window.scrollTo({ top: 0, behavior: 'smooth' });
|
|
16640
|
+
};
|
|
16641
|
+
return TransactionSearchComponent;
|
|
16642
|
+
}());
|
|
16643
|
+
TransactionSearchComponent.decorators = [
|
|
16644
|
+
{ type: i0.Component, args: [{
|
|
16645
|
+
selector: 'co-transaction-search',
|
|
16646
|
+
template: "\n <div class=\"transaction-search-main-wrapper\">\n <div class=\"transaction-search-wrapper\"\n [ngClass]=\"calculateClasses()\">\n <div class=\"transaction-filter-wrapper narrow-scrollbar\"\n [ngClass]=\"calculateClasses()\"\n *ngIf=\"transactionSearchService.showFilterSidebar\" @showHideFilterSidebar>\n <co-transaction-filter\n [transactionType]=\"transactionType\"\n [activeSearchViewMode]=\"transactionSearchService.activeSearchViewMode\"\n (closeButtonClick)=\"transactionSearchService.handleHideFilter()\"\n (resetFilterClick)=\"transactionSearchService.handleResetFilter()\"></co-transaction-filter>\n </div>\n <div class=\"transaction-search-result-wrapper\"\n [class.fullscreen]=\"transactionSearchService.fullscreen\"\n [class.sidebar]=\"!transactionSearchService.fullscreen\"\n [class.collapsed]=\"transactionSearchService.collapsed\"\n [class.expanded]=\"!transactionSearchService.collapsed\"\n >\n <co-transaction-search-result\n [transactionType]=\"transactionType\"\n [activeSearchViewMode]=\"transactionSearchService.activeSearchViewMode\"\n (filterClick)=\"transactionSearchService.toggleFilter()\"\n (transactionClick)=\"onTransactionClick($event)\"\n (resizeClick)=\"onSearchViewResizeClick()\"\n (closeClick)=\"collapseSearchBar()\"\n ></co-transaction-search-result>\n </div>\n </div>\n <div class=\"transaction-search-content-wrapper\"\n [class.fullscreen]=\"transactionSearchService.fullscreen\"\n [class.sidebar]=\"!transactionSearchService.fullscreen\"\n [class.collapsed]=\"transactionSearchService.collapsed\"\n [class.expanded]=\"!transactionSearchService.collapsed\"\n >\n <ng-content></ng-content>\n </div>\n </div>\n ",
|
|
16647
|
+
animations: [
|
|
16648
|
+
animations.trigger("showHideFilterSidebar", [
|
|
16649
|
+
animations.state("void", animations.style({ transform: 'translateX(-100%)' })),
|
|
16650
|
+
animations.state("*", animations.style({ transform: 'translateX(0)' })),
|
|
16651
|
+
animations.transition("void <=> *", animations.animate("200ms ease-in-out"))
|
|
16652
|
+
])
|
|
16653
|
+
],
|
|
16654
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
16655
|
+
},] }
|
|
16656
|
+
];
|
|
16657
|
+
TransactionSearchComponent.ctorParameters = function () { return [
|
|
16658
|
+
{ type: TransactionSearchService }
|
|
16659
|
+
]; };
|
|
16660
|
+
TransactionSearchComponent.propDecorators = {
|
|
16661
|
+
transactionType: [{ type: i0.Input }],
|
|
16662
|
+
transactionClick: [{ type: i0.Output }],
|
|
16663
|
+
searchViewModeChange: [{ type: i0.Output }],
|
|
16664
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-search",] }]
|
|
16665
|
+
};
|
|
16666
|
+
|
|
16470
16667
|
var TransactionSearchService = /** @class */ (function () {
|
|
16471
16668
|
function TransactionSearchService(_transactionService) {
|
|
16472
16669
|
this._transactionService = _transactionService;
|
|
16473
16670
|
this.searchRequest = new transactionSearchViewRequest.TransactionSearchViewRequest();
|
|
16474
16671
|
this.previousSearchRequest = new transactionSearchViewRequest.TransactionSearchViewRequest();
|
|
16672
|
+
this.activeSearchViewMode = SearchViewMode.FullScreen;
|
|
16673
|
+
this.activeSearchBarViewMode = exports.SearchBarViewMode.Expanded;
|
|
16674
|
+
this.showFilterSidebar = false;
|
|
16475
16675
|
this.transactions = [];
|
|
16476
16676
|
this.labelBasedOnTransactionType = new Map([
|
|
16477
16677
|
[transactionKind_enum.TransactionKind.SalesOrder, "SALESORDERS"],
|
|
@@ -16540,6 +16740,34 @@
|
|
|
16540
16740
|
TransactionSearchService.prototype.isNewGeneralSearch = function () {
|
|
16541
16741
|
return this.previousSearchRequest && this.previousSearchRequest.general !== this.searchRequest.general;
|
|
16542
16742
|
};
|
|
16743
|
+
Object.defineProperty(TransactionSearchService.prototype, "fullscreen", {
|
|
16744
|
+
get: function () {
|
|
16745
|
+
return this.activeSearchViewMode === SearchViewMode.FullScreen;
|
|
16746
|
+
},
|
|
16747
|
+
enumerable: false,
|
|
16748
|
+
configurable: true
|
|
16749
|
+
});
|
|
16750
|
+
Object.defineProperty(TransactionSearchService.prototype, "collapsed", {
|
|
16751
|
+
get: function () {
|
|
16752
|
+
return this.activeSearchBarViewMode === exports.SearchBarViewMode.Collapsed;
|
|
16753
|
+
},
|
|
16754
|
+
enumerable: false,
|
|
16755
|
+
configurable: true
|
|
16756
|
+
});
|
|
16757
|
+
TransactionSearchService.prototype.toggleFilter = function () {
|
|
16758
|
+
this.showFilterSidebar = !this.showFilterSidebar;
|
|
16759
|
+
};
|
|
16760
|
+
TransactionSearchService.prototype.handleHideFilter = function () {
|
|
16761
|
+
this.showFilterSidebar = false;
|
|
16762
|
+
};
|
|
16763
|
+
TransactionSearchService.prototype.handleResetFilter = function () {
|
|
16764
|
+
var _this = this;
|
|
16765
|
+
this.resetFilters();
|
|
16766
|
+
this.showFilterSidebar = false;
|
|
16767
|
+
setTimeout(function () {
|
|
16768
|
+
_this.showFilterSidebar = true;
|
|
16769
|
+
}, 10);
|
|
16770
|
+
};
|
|
16543
16771
|
return TransactionSearchService;
|
|
16544
16772
|
}());
|
|
16545
16773
|
TransactionSearchService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function TransactionSearchService_Factory() { return new TransactionSearchService(i0__namespace.ɵɵinject(TransactionService)); }, token: TransactionSearchService, providedIn: "root" });
|
|
@@ -16966,18 +17194,13 @@
|
|
|
16966
17194
|
return __awaiter(this, void 0, void 0, function () {
|
|
16967
17195
|
var _this = this;
|
|
16968
17196
|
return __generator(this, function (_a) {
|
|
16969
|
-
|
|
16970
|
-
|
|
16971
|
-
|
|
16972
|
-
|
|
16973
|
-
|
|
16974
|
-
_this.rowViewModels.set(row, new ReceiveGoodsViewModel(row, result, result.quantityToReceive === 0, result.quantityToReceive));
|
|
16975
|
-
})];
|
|
16976
|
-
case 1:
|
|
16977
|
-
_a.sent();
|
|
16978
|
-
_a.label = 2;
|
|
16979
|
-
case 2: return [2 /*return*/];
|
|
17197
|
+
if (row.isArticle) {
|
|
17198
|
+
this._transactionService.getGoodsReceiptStatus(this.transactionId, row.lineNr)
|
|
17199
|
+
.then(function (result) {
|
|
17200
|
+
_this.rowViewModels.set(row, new ReceiveGoodsViewModel(row, result, result.quantityToReceive === 0, result.quantityToReceive));
|
|
17201
|
+
});
|
|
16980
17202
|
}
|
|
17203
|
+
return [2 /*return*/];
|
|
16981
17204
|
});
|
|
16982
17205
|
});
|
|
16983
17206
|
};
|
|
@@ -16988,17 +17211,12 @@
|
|
|
16988
17211
|
return __awaiter(this, void 0, void 0, function () {
|
|
16989
17212
|
var _this = this;
|
|
16990
17213
|
return __generator(this, function (_a) {
|
|
16991
|
-
|
|
16992
|
-
|
|
16993
|
-
|
|
16994
|
-
|
|
16995
|
-
_this.locations = result;
|
|
16996
|
-
})];
|
|
16997
|
-
case 1:
|
|
16998
|
-
_a.sent();
|
|
16999
|
-
_a.label = 2;
|
|
17000
|
-
case 2: return [2 /*return*/];
|
|
17214
|
+
if (!this.locations) {
|
|
17215
|
+
this._articleService.getWarehouseLocations(warehouseNr).then(function (result) {
|
|
17216
|
+
_this.locations = result;
|
|
17217
|
+
});
|
|
17001
17218
|
}
|
|
17219
|
+
return [2 /*return*/];
|
|
17002
17220
|
});
|
|
17003
17221
|
});
|
|
17004
17222
|
};
|
|
@@ -17010,31 +17228,26 @@
|
|
|
17010
17228
|
var selectedRows, receivedGoodsRequest_1;
|
|
17011
17229
|
var _this = this;
|
|
17012
17230
|
return __generator(this, function (_a) {
|
|
17013
|
-
|
|
17014
|
-
|
|
17015
|
-
|
|
17016
|
-
|
|
17017
|
-
|
|
17018
|
-
|
|
17019
|
-
|
|
17020
|
-
|
|
17021
|
-
|
|
17022
|
-
|
|
17023
|
-
|
|
17024
|
-
|
|
17025
|
-
|
|
17026
|
-
|
|
17027
|
-
|
|
17028
|
-
|
|
17029
|
-
|
|
17030
|
-
|
|
17031
|
-
_this._handleAfterCommitReceivedOrders(selectedRows);
|
|
17032
|
-
})];
|
|
17033
|
-
case 1:
|
|
17034
|
-
_a.sent();
|
|
17035
|
-
_a.label = 2;
|
|
17036
|
-
case 2: return [2 /*return*/];
|
|
17231
|
+
selectedRows = __spreadArray([], __read(this.rowViewModels.values())).filter(function (row) { return row.selected && row.toReceive !== 0; });
|
|
17232
|
+
if (value.checkboxValue && selectedRows.length > 0) {
|
|
17233
|
+
receivedGoodsRequest_1 = new receiveGoodsForPurchaseOrderRequest_bo.ReceiveGoodsForPurchaseOrderRequest();
|
|
17234
|
+
receivedGoodsRequest_1.transId = this.transactionId;
|
|
17235
|
+
receivedGoodsRequest_1.receivedDate = value.date;
|
|
17236
|
+
receivedGoodsRequest_1.packingSlipNr = value.id;
|
|
17237
|
+
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS = [];
|
|
17238
|
+
selectedRows.forEach(function (row) {
|
|
17239
|
+
var detail = new purchaseOrderLineReceiptDetails_bo.PurchaseOrderLineReceiptDetails();
|
|
17240
|
+
detail.lineNr = row.transactionLine.lineNr;
|
|
17241
|
+
detail.quantityToReceive = row.toReceive;
|
|
17242
|
+
detail.warehouseNr = row.transactionLine.warehouseNumber;
|
|
17243
|
+
detail.locationNr = row.location;
|
|
17244
|
+
receivedGoodsRequest_1.purchaseOrderLineReceiptDetailsDTOS.push(detail);
|
|
17245
|
+
});
|
|
17246
|
+
this._transactionService.receiveGoodsForPurchaseOrder(receivedGoodsRequest_1).then(function () {
|
|
17247
|
+
_this._handleAfterCommitReceivedOrders(selectedRows);
|
|
17248
|
+
});
|
|
17037
17249
|
}
|
|
17250
|
+
return [2 /*return*/];
|
|
17038
17251
|
});
|
|
17039
17252
|
});
|
|
17040
17253
|
};
|
|
@@ -17055,14 +17268,15 @@
|
|
|
17055
17268
|
};
|
|
17056
17269
|
TransactionReceivedGoodsGridComponent.prototype.openWarehouseLocationDialog = function (line) {
|
|
17057
17270
|
return __awaiter(this, void 0, void 0, function () {
|
|
17058
|
-
var
|
|
17271
|
+
var response;
|
|
17059
17272
|
return __generator(this, function (_a) {
|
|
17060
17273
|
switch (_a.label) {
|
|
17061
|
-
case 0: return [4 /*yield*/, this._dialogService.showWarehouseLocation(line.warehouseNumber)
|
|
17062
|
-
_this.getRowViewModel(line).location = result;
|
|
17063
|
-
})];
|
|
17274
|
+
case 0: return [4 /*yield*/, this._dialogService.showWarehouseLocation(line.warehouseNumber)];
|
|
17064
17275
|
case 1:
|
|
17065
|
-
_a.sent();
|
|
17276
|
+
response = _a.sent();
|
|
17277
|
+
if (response.button === AppPopupButtonType.Ok) {
|
|
17278
|
+
this.getRowViewModel(line).location = response.output;
|
|
17279
|
+
}
|
|
17066
17280
|
return [2 /*return*/];
|
|
17067
17281
|
}
|
|
17068
17282
|
});
|
|
@@ -17710,7 +17924,9 @@
|
|
|
17710
17924
|
DialogTransactionLineDeliveryMethodModule,
|
|
17711
17925
|
DialogTransactionLineVatModule,
|
|
17712
17926
|
DialogTransactionLineDiscountModule,
|
|
17713
|
-
DialogTransactionLinePriceListModule
|
|
17927
|
+
DialogTransactionLinePriceListModule,
|
|
17928
|
+
sharedcomponents.StatusbarModule,
|
|
17929
|
+
TransactionLineStatusbarModule
|
|
17714
17930
|
],
|
|
17715
17931
|
declarations: [
|
|
17716
17932
|
TransactionLinesGridComponent
|
|
@@ -18459,139 +18675,6 @@
|
|
|
18459
18675
|
},] }
|
|
18460
18676
|
];
|
|
18461
18677
|
|
|
18462
|
-
exports.SearchBarViewMode = void 0;
|
|
18463
|
-
(function (SearchBarViewMode) {
|
|
18464
|
-
SearchBarViewMode[SearchBarViewMode["Expanded"] = 0] = "Expanded";
|
|
18465
|
-
SearchBarViewMode[SearchBarViewMode["Collapsed"] = 1] = "Collapsed";
|
|
18466
|
-
})(exports.SearchBarViewMode || (exports.SearchBarViewMode = {}));
|
|
18467
|
-
var TransactionSearchComponent = /** @class */ (function () {
|
|
18468
|
-
function TransactionSearchComponent(_transactionSearchService) {
|
|
18469
|
-
this._transactionSearchService = _transactionSearchService;
|
|
18470
|
-
this.searchViewModes = SearchViewMode;
|
|
18471
|
-
this.orientations = corecomponents_v12.CoOrientation;
|
|
18472
|
-
this.directionRight = corecomponents_v12.CoDirection.Right;
|
|
18473
|
-
this.activeSearchViewMode = SearchViewMode.FullScreen;
|
|
18474
|
-
this.activeSearchBarViewMode = exports.SearchBarViewMode.Expanded;
|
|
18475
|
-
this.showFilterSidebar = false;
|
|
18476
|
-
this.transactionClick = new i0.EventEmitter();
|
|
18477
|
-
this.searchViewModeChange = new i0.EventEmitter();
|
|
18478
|
-
}
|
|
18479
|
-
Object.defineProperty(TransactionSearchComponent.prototype, "transactionType", {
|
|
18480
|
-
get: function () {
|
|
18481
|
-
return this._transactionType;
|
|
18482
|
-
},
|
|
18483
|
-
set: function (value) {
|
|
18484
|
-
this._transactionType = value;
|
|
18485
|
-
this._transactionSearchService.transactionType = this._transactionType;
|
|
18486
|
-
},
|
|
18487
|
-
enumerable: false,
|
|
18488
|
-
configurable: true
|
|
18489
|
-
});
|
|
18490
|
-
TransactionSearchComponent.prototype.showClass = function () {
|
|
18491
|
-
return true;
|
|
18492
|
-
};
|
|
18493
|
-
Object.defineProperty(TransactionSearchComponent.prototype, "fullscreen", {
|
|
18494
|
-
get: function () {
|
|
18495
|
-
return this.activeSearchViewMode === SearchViewMode.FullScreen;
|
|
18496
|
-
},
|
|
18497
|
-
enumerable: false,
|
|
18498
|
-
configurable: true
|
|
18499
|
-
});
|
|
18500
|
-
Object.defineProperty(TransactionSearchComponent.prototype, "collapsed", {
|
|
18501
|
-
get: function () {
|
|
18502
|
-
return this.activeSearchBarViewMode === exports.SearchBarViewMode.Collapsed;
|
|
18503
|
-
},
|
|
18504
|
-
enumerable: false,
|
|
18505
|
-
configurable: true
|
|
18506
|
-
});
|
|
18507
|
-
TransactionSearchComponent.prototype.toggleFilter = function () {
|
|
18508
|
-
this.showFilterSidebar = !this.showFilterSidebar;
|
|
18509
|
-
};
|
|
18510
|
-
TransactionSearchComponent.prototype.handleHideFilter = function () {
|
|
18511
|
-
this.showFilterSidebar = false;
|
|
18512
|
-
};
|
|
18513
|
-
TransactionSearchComponent.prototype.handleResetFilter = function () {
|
|
18514
|
-
var _this = this;
|
|
18515
|
-
this._transactionSearchService.resetFilters();
|
|
18516
|
-
this.showFilterSidebar = false;
|
|
18517
|
-
setTimeout(function () {
|
|
18518
|
-
_this.showFilterSidebar = true;
|
|
18519
|
-
}, 10);
|
|
18520
|
-
};
|
|
18521
|
-
TransactionSearchComponent.prototype.onTransactionClick = function (transaction) {
|
|
18522
|
-
if (this.activeSearchViewMode === this.searchViewModes.FullScreen) {
|
|
18523
|
-
this.collapseSearchBar();
|
|
18524
|
-
}
|
|
18525
|
-
this._scrollToTop();
|
|
18526
|
-
this.transactionClick.emit(transaction);
|
|
18527
|
-
};
|
|
18528
|
-
TransactionSearchComponent.prototype.onSearchViewResizeClick = function () {
|
|
18529
|
-
if (this.activeSearchViewMode === this.searchViewModes.SideBar) {
|
|
18530
|
-
this.activeSearchViewMode = this.searchViewModes.FullScreen;
|
|
18531
|
-
}
|
|
18532
|
-
else {
|
|
18533
|
-
this.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
18534
|
-
}
|
|
18535
|
-
this.searchViewModeChange.emit(this.activeSearchViewMode);
|
|
18536
|
-
};
|
|
18537
|
-
TransactionSearchComponent.prototype.onSideCollapseHandleClick = function () {
|
|
18538
|
-
this.toggleSearchBar();
|
|
18539
|
-
};
|
|
18540
|
-
TransactionSearchComponent.prototype.toggleSearchBar = function () {
|
|
18541
|
-
if (this.collapsed || this.fullscreen) {
|
|
18542
|
-
this.expandSearchBar();
|
|
18543
|
-
}
|
|
18544
|
-
else {
|
|
18545
|
-
this.collapseSearchBar();
|
|
18546
|
-
}
|
|
18547
|
-
};
|
|
18548
|
-
TransactionSearchComponent.prototype.collapseSearchBar = function () {
|
|
18549
|
-
this.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
18550
|
-
this.activeSearchBarViewMode = exports.SearchBarViewMode.Collapsed;
|
|
18551
|
-
this.searchViewModeChange.emit(this.activeSearchViewMode);
|
|
18552
|
-
};
|
|
18553
|
-
TransactionSearchComponent.prototype.expandSearchBar = function () {
|
|
18554
|
-
this.activeSearchViewMode = this.searchViewModes.SideBar;
|
|
18555
|
-
this.activeSearchBarViewMode = exports.SearchBarViewMode.Expanded;
|
|
18556
|
-
this.searchViewModeChange.emit(this.activeSearchViewMode);
|
|
18557
|
-
};
|
|
18558
|
-
TransactionSearchComponent.prototype.calculateClasses = function () {
|
|
18559
|
-
return {
|
|
18560
|
-
'fullscreen': this.fullscreen,
|
|
18561
|
-
'sidebar': !this.fullscreen,
|
|
18562
|
-
'collapsed': this.collapsed,
|
|
18563
|
-
'expanded': !this.collapsed,
|
|
18564
|
-
};
|
|
18565
|
-
};
|
|
18566
|
-
TransactionSearchComponent.prototype._scrollToTop = function () {
|
|
18567
|
-
window.scrollTo({ top: 0, behavior: 'smooth' });
|
|
18568
|
-
};
|
|
18569
|
-
return TransactionSearchComponent;
|
|
18570
|
-
}());
|
|
18571
|
-
TransactionSearchComponent.decorators = [
|
|
18572
|
-
{ type: i0.Component, args: [{
|
|
18573
|
-
selector: 'co-transaction-search',
|
|
18574
|
-
template: "\n <div class=\"transaction-search-main-wrapper\">\n <div class=\"transaction-search-wrapper\"\n [ngClass]=\"calculateClasses()\">\n <div class=\"transaction-filter-wrapper narrow-scrollbar\"\n [ngClass]=\"calculateClasses()\"\n *ngIf=\"showFilterSidebar\" @showHideFilterSidebar>\n <co-transaction-filter\n [transactionType]=\"transactionType\"\n [activeSearchViewMode]=\"activeSearchViewMode\"\n (closeButtonClick)=\"handleHideFilter()\"\n (resetFilterClick)=\"handleResetFilter()\"></co-transaction-filter>\n </div>\n <div class=\"transaction-search-result-wrapper\"\n [class.fullscreen]=\"fullscreen\"\n [class.sidebar]=\"!fullscreen\"\n [class.collapsed]=\"collapsed\"\n [class.expanded]=\"!collapsed\"\n >\n <co-transaction-search-result\n [transactionType]=\"transactionType\"\n [activeSearchViewMode]=\"activeSearchViewMode\"\n (filterClick)=\"toggleFilter()\"\n (transactionClick)=\"onTransactionClick($event)\"\n (resizeClick)=\"onSearchViewResizeClick()\"\n (closeClick)=\"collapseSearchBar()\"\n ></co-transaction-search-result>\n </div>\n </div>\n <div class=\"transaction-search-content-wrapper\"\n [class.fullscreen]=\"fullscreen\"\n [class.sidebar]=\"!fullscreen\"\n [class.collapsed]=\"collapsed\"\n [class.expanded]=\"!collapsed\"\n >\n <ng-content></ng-content>\n </div>\n </div>\n ",
|
|
18575
|
-
animations: [
|
|
18576
|
-
animations.trigger("showHideFilterSidebar", [
|
|
18577
|
-
animations.state("void", animations.style({ transform: 'translateX(-100%)' })),
|
|
18578
|
-
animations.state("*", animations.style({ transform: 'translateX(0)' })),
|
|
18579
|
-
animations.transition("void <=> *", animations.animate("200ms ease-in-out"))
|
|
18580
|
-
])
|
|
18581
|
-
],
|
|
18582
|
-
encapsulation: i0.ViewEncapsulation.None
|
|
18583
|
-
},] }
|
|
18584
|
-
];
|
|
18585
|
-
TransactionSearchComponent.ctorParameters = function () { return [
|
|
18586
|
-
{ type: TransactionSearchService }
|
|
18587
|
-
]; };
|
|
18588
|
-
TransactionSearchComponent.propDecorators = {
|
|
18589
|
-
transactionType: [{ type: i0.Input }],
|
|
18590
|
-
transactionClick: [{ type: i0.Output }],
|
|
18591
|
-
searchViewModeChange: [{ type: i0.Output }],
|
|
18592
|
-
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-search",] }]
|
|
18593
|
-
};
|
|
18594
|
-
|
|
18595
18678
|
var TransactionFilterComponent = /** @class */ (function () {
|
|
18596
18679
|
function TransactionFilterComponent(_mappingService, _compFactoryResolver, appRef, injector, searchService) {
|
|
18597
18680
|
this._mappingService = _mappingService;
|
|
@@ -20547,70 +20630,72 @@
|
|
|
20547
20630
|
exports["ɵhz"] = TransactionBaseGridComponent;
|
|
20548
20631
|
exports["ɵi"] = BusinessObjectCacheManagerService;
|
|
20549
20632
|
exports["ɵia"] = TransactionGridBaseComponent;
|
|
20550
|
-
exports["ɵib"] =
|
|
20551
|
-
exports["ɵic"] =
|
|
20552
|
-
exports["ɵid"] =
|
|
20553
|
-
exports["ɵie"] =
|
|
20554
|
-
exports["ɵif"] =
|
|
20555
|
-
exports["ɵig"] =
|
|
20556
|
-
exports["ɵih"] =
|
|
20557
|
-
exports["ɵii"] =
|
|
20558
|
-
exports["ɵij"] =
|
|
20559
|
-
exports["ɵik"] =
|
|
20560
|
-
exports["ɵil"] =
|
|
20561
|
-
exports["ɵim"] =
|
|
20562
|
-
exports["ɵin"] =
|
|
20563
|
-
exports["ɵio"] =
|
|
20564
|
-
exports["ɵip"] =
|
|
20565
|
-
exports["ɵiq"] =
|
|
20566
|
-
exports["ɵir"] =
|
|
20567
|
-
exports["ɵis"] =
|
|
20568
|
-
exports["ɵit"] =
|
|
20569
|
-
exports["ɵiu"] =
|
|
20570
|
-
exports["ɵiv"] =
|
|
20571
|
-
exports["ɵiw"] =
|
|
20572
|
-
exports["ɵix"] =
|
|
20573
|
-
exports["ɵiy"] =
|
|
20574
|
-
exports["ɵiz"] =
|
|
20633
|
+
exports["ɵib"] = TransactionLineStatusbarModule;
|
|
20634
|
+
exports["ɵic"] = TransactionLineStatusbarComponent;
|
|
20635
|
+
exports["ɵid"] = TransactionLinesGridComponent;
|
|
20636
|
+
exports["ɵie"] = DiscountModule;
|
|
20637
|
+
exports["ɵif"] = DiscountComponent;
|
|
20638
|
+
exports["ɵig"] = TransactionQuickAccessOverviewModule;
|
|
20639
|
+
exports["ɵih"] = TransactionQuickAccessOverviewComponent;
|
|
20640
|
+
exports["ɵii"] = TransactionOrderConfirmationGridModule;
|
|
20641
|
+
exports["ɵij"] = TransactionOrderConfirmationGridComponent;
|
|
20642
|
+
exports["ɵik"] = TransactionReceivedGoodsGridModule;
|
|
20643
|
+
exports["ɵil"] = DialogTransactionLineWarehouseLocationModule;
|
|
20644
|
+
exports["ɵim"] = TransactionLineWarehouseLocationModule;
|
|
20645
|
+
exports["ɵin"] = TransactionLineWarehouseLocationComponent;
|
|
20646
|
+
exports["ɵio"] = DialogTransactionLineWarehouseLocationComponent;
|
|
20647
|
+
exports["ɵip"] = TransactionReceivedGoodsGridComponent;
|
|
20648
|
+
exports["ɵiq"] = ViewModeButtonsModule;
|
|
20649
|
+
exports["ɵir"] = ViewModeButtonsComponent;
|
|
20650
|
+
exports["ɵis"] = TransactionGridModule;
|
|
20651
|
+
exports["ɵit"] = TransactionGridComponent;
|
|
20652
|
+
exports["ɵiu"] = TransactionTileModule;
|
|
20653
|
+
exports["ɵiv"] = TransactionTileComponent;
|
|
20654
|
+
exports["ɵiw"] = TransactionSearchResultModule;
|
|
20655
|
+
exports["ɵix"] = TransactionSearchSalesOrderTileModule;
|
|
20656
|
+
exports["ɵiy"] = StatusBarModule;
|
|
20657
|
+
exports["ɵiz"] = StatusBarComponent;
|
|
20575
20658
|
exports["ɵj"] = CacheField;
|
|
20576
|
-
exports["ɵja"] =
|
|
20577
|
-
exports["ɵjb"] =
|
|
20578
|
-
exports["ɵjc"] =
|
|
20579
|
-
exports["ɵjd"] =
|
|
20580
|
-
exports["ɵje"] =
|
|
20581
|
-
exports["ɵjf"] =
|
|
20582
|
-
exports["ɵjg"] =
|
|
20583
|
-
exports["ɵjh"] =
|
|
20584
|
-
exports["ɵji"] =
|
|
20585
|
-
exports["ɵjj"] =
|
|
20586
|
-
exports["ɵjk"] =
|
|
20587
|
-
exports["ɵjl"] =
|
|
20588
|
-
exports["ɵjm"] =
|
|
20589
|
-
exports["ɵjn"] =
|
|
20590
|
-
exports["ɵjo"] =
|
|
20591
|
-
exports["ɵjp"] =
|
|
20592
|
-
exports["ɵjq"] =
|
|
20593
|
-
exports["ɵjr"] =
|
|
20594
|
-
exports["ɵjs"] =
|
|
20595
|
-
exports["ɵjt"] =
|
|
20596
|
-
exports["ɵju"] =
|
|
20597
|
-
exports["ɵjv"] =
|
|
20598
|
-
exports["ɵjw"] =
|
|
20599
|
-
exports["ɵjx"] =
|
|
20600
|
-
exports["ɵjy"] =
|
|
20601
|
-
exports["ɵjz"] =
|
|
20659
|
+
exports["ɵja"] = TransactionSearchSalesOrderTileComponent;
|
|
20660
|
+
exports["ɵjb"] = TransactionSearchTileBaseComponent;
|
|
20661
|
+
exports["ɵjc"] = TransactionSearchPurchaseOrderTileModule;
|
|
20662
|
+
exports["ɵjd"] = TransactionSearchPurchaseOrderTileComponent;
|
|
20663
|
+
exports["ɵje"] = TransactionSearchSalesOrderGridModule;
|
|
20664
|
+
exports["ɵjf"] = TransactionSearchSalesOrderGridComponent;
|
|
20665
|
+
exports["ɵjg"] = TransactionSearchGridBaseComponent;
|
|
20666
|
+
exports["ɵjh"] = TransactionSearchPurchaseOrderGridModule;
|
|
20667
|
+
exports["ɵji"] = TransactionSearchPurchaseOrderGridComponent;
|
|
20668
|
+
exports["ɵjj"] = TransactionSearchHeaderModule;
|
|
20669
|
+
exports["ɵjk"] = TransactionSearchHeaderComponent;
|
|
20670
|
+
exports["ɵjl"] = TransactionSearchGridModule;
|
|
20671
|
+
exports["ɵjm"] = TransactionSearchGridComponent;
|
|
20672
|
+
exports["ɵjn"] = TransactionSearchTileModule;
|
|
20673
|
+
exports["ɵjo"] = TransactionSearchTileComponent;
|
|
20674
|
+
exports["ɵjp"] = TransactionSearchResultComponent;
|
|
20675
|
+
exports["ɵjq"] = TransactionSalesOrderFilterModule;
|
|
20676
|
+
exports["ɵjr"] = TransactionSalesOrderFilterContentOrderModule;
|
|
20677
|
+
exports["ɵjs"] = TransactionSalesOrderFilterContentOrderComponent;
|
|
20678
|
+
exports["ɵjt"] = TransactionFilterContentBaseComponent;
|
|
20679
|
+
exports["ɵju"] = FilterRequestService;
|
|
20680
|
+
exports["ɵjv"] = TransactionSalesOrderFilterContentLogisticsModule;
|
|
20681
|
+
exports["ɵjw"] = TransactionFilterHistoricStateModule;
|
|
20682
|
+
exports["ɵjx"] = TransactionFilterHistoricStateComponent;
|
|
20683
|
+
exports["ɵjy"] = TransactionSalesOrderFilterContentLogisticsComponent;
|
|
20684
|
+
exports["ɵjz"] = TransactionSalesOrderFilterContentArticleModule;
|
|
20602
20685
|
exports["ɵk"] = SelectMultipleParameterizedCacheService;
|
|
20603
|
-
exports["ɵka"] =
|
|
20604
|
-
exports["ɵkb"] =
|
|
20605
|
-
exports["ɵkc"] =
|
|
20606
|
-
exports["ɵkd"] =
|
|
20607
|
-
exports["ɵke"] =
|
|
20608
|
-
exports["ɵkf"] =
|
|
20609
|
-
exports["ɵkg"] =
|
|
20610
|
-
exports["ɵkh"] =
|
|
20611
|
-
exports["ɵki"] =
|
|
20612
|
-
exports["ɵkj"] =
|
|
20613
|
-
exports["ɵkk"] =
|
|
20686
|
+
exports["ɵka"] = TransactionSalesOrderFilterContentArticleComponent;
|
|
20687
|
+
exports["ɵkb"] = TransactionSalesOrderFilterComponent;
|
|
20688
|
+
exports["ɵkc"] = TransactionFilterBaseComponent;
|
|
20689
|
+
exports["ɵkd"] = TransactionPurchaseOrderFilterModule;
|
|
20690
|
+
exports["ɵke"] = TransactionPurchaseOrderFilterContentOrderModule;
|
|
20691
|
+
exports["ɵkf"] = TransactionPurchaseOrderFilterContentOrderComponent;
|
|
20692
|
+
exports["ɵkg"] = TransactionPurchaseOrderFilterContentLogisticsModule;
|
|
20693
|
+
exports["ɵkh"] = TransactionPurchaseOrderFilterContentLogisticsComponent;
|
|
20694
|
+
exports["ɵki"] = TransactionPurchaseOrderFilterContentArticleModule;
|
|
20695
|
+
exports["ɵkj"] = TransactionPurchaseOrderFilterContentArticleComponent;
|
|
20696
|
+
exports["ɵkk"] = TransactionPurchaseOrderFilterComponent;
|
|
20697
|
+
exports["ɵkl"] = TransactionFilterModule;
|
|
20698
|
+
exports["ɵkm"] = TransactionFilterComponent;
|
|
20614
20699
|
exports["ɵl"] = ErrorService;
|
|
20615
20700
|
exports["ɵm"] = SelectSingleCacheService;
|
|
20616
20701
|
exports["ɵn"] = ArticleConnectorService;
|