@colijnit/transaction 12.1.185 → 12.1.187
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 +320 -217
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +177 -175
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +178 -176
- package/esm2015/lib/component/add-product/add-product.component.js +7 -2
- package/esm2015/lib/component/avatar/avatar.component.js +2 -2
- package/esm2015/lib/component/core/base/transaction-payment-base.component.js +1 -1
- package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.js +3 -3
- package/esm2015/lib/component/payment-qr-code/payment-qr-code.component.js +1 -1
- package/esm2015/lib/component/payment-qr-code/payment-qr-code.module.js +6 -6
- package/esm2015/lib/component/payment-to-pay/payment-to-pay.component.js +2 -2
- package/esm2015/lib/component/shared/transaction-article-text/transaction-article-text.component.js +3 -2
- package/esm2015/lib/component/transaction/transaction.component.js +1 -1
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar-button/transaction-sales-picking-button-bar-button.component.js +3 -1
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +1 -16
- package/esm2015/lib/component/transaction-card/transaction-card-header/transaction-card-header.component.js +1 -1
- package/esm2015/lib/component/transaction-card/transaction-card-order-delivery/transaction-card-order-delivery.component.js +1 -1
- package/esm2015/lib/component/transaction-cash-register-dialog/transaction-cash-register-dialog.component.js +3 -3
- package/esm2015/lib/component/transaction-cash-register-dialog/transaction-cash-register-dialog.module.js +5 -5
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-buttons.component.js +2 -2
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-buttons.module.js +5 -5
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-cash.module.js +8 -8
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-done.component.js +4 -4
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-method.component.js +5 -5
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-pin.component.js +1 -1
- package/esm2015/lib/component/transaction-copy-order/transaction-copy-order.component.js +13 -13
- package/esm2015/lib/component/transaction-internal/transaction-internal.component.js +8 -5
- package/esm2015/lib/component/transaction-line-side-panel-planning/transaction-line-side-panel-planning.component.js +63 -54
- package/esm2015/lib/component/transaction-lines-side-panel/transaction-lines-side-panel/transaction-lines-side-panel.component.js +1 -1
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access/transaction-quick-access.module.js +4 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-planning/transaction-quick-access-planning.component.js +67 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-planning/transaction-quick-access-planning.module.js +35 -0
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/transaction-quick-access-sales-quotation.component.js +22 -22
- package/esm2015/lib/component/transaction-search/transaction-filter-content/sales-quotation-filter-content/transaction-sales-quotation-filter-content-order/transaction-sales-quotation-filter-content-order.component.js +1 -1
- package/esm2015/lib/service/transaction-base.service.js +2 -5
- package/esm2015/lib/service/transaction-connector-adapter.service.js +3 -3
- package/esm2015/lib/service/transaction-connector.service.js +1 -1
- package/esm2015/lib/service/transaction-mapping.service.js +3 -1
- package/esm2015/lib/service/transaction.service.js +1 -1
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +169 -86
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/add-product/add-product.component.d.ts +1 -0
- package/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.d.ts +5 -1
- package/lib/component/transaction-button-bar/transaction-button-bar.component.d.ts +0 -3
- package/lib/component/transaction-card/transaction-card-header/transaction-card-header.component.d.ts +1 -1
- package/lib/component/transaction-cash-register-dialog/transaction-cash-register-dialog.component.d.ts +6 -6
- package/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-buttons.component.d.ts +1 -1
- package/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-done.component.d.ts +2 -2
- package/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-method.component.d.ts +5 -5
- package/lib/component/transaction-copy-order/transaction-copy-order.component.d.ts +14 -14
- package/lib/component/transaction-line-side-panel-planning/style/_layout.scss +47 -5
- package/lib/component/transaction-line-side-panel-planning/style/_material-definition.scss +6 -0
- package/lib/component/transaction-line-side-panel-planning/transaction-line-side-panel-planning.component.d.ts +3 -2
- package/lib/component/transaction-lines-side-panel/transaction-lines-side-panel/style/_layout.scss +2 -1
- package/lib/component/transaction-lines-side-panel/transaction-lines-side-panel/style/_material-definition.scss +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-planning/style/_layout.scss +27 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-planning/style/_material-definition.scss +3 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-planning/style/_theme.scss +6 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-planning/style/material.scss +4 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-planning/transaction-quick-access-planning.component.d.ts +28 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-planning/transaction-quick-access-planning.module.d.ts +2 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/transaction-quick-access-sales-quotation.component.d.ts +16 -16
- package/lib/service/transaction-base.service.d.ts +0 -2
- package/lib/service/transaction-connector-adapter.service.d.ts +2 -2
- package/lib/service/transaction-connector.service.d.ts +2 -2
- package/package.json +5 -5
- package/esm2015/lib/model/payment-transaction-view-model.js +0 -3
- package/lib/model/payment-transaction-view-model.d.ts +0 -12
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
function Version() {
|
|
32
32
|
this.name = "@colijnit/transaction";
|
|
33
33
|
this.description = "Colijn IT transaction package";
|
|
34
|
-
this.symVer = "12.1.
|
|
35
|
-
this.publishDate = "
|
|
34
|
+
this.symVer = "12.1.187";
|
|
35
|
+
this.publishDate = "22-1-2024 17:19:59";
|
|
36
36
|
}
|
|
37
37
|
return Version;
|
|
38
38
|
}());
|
|
@@ -7055,7 +7055,7 @@
|
|
|
7055
7055
|
case 1:
|
|
7056
7056
|
response = _a.sent();
|
|
7057
7057
|
if (response && response.validationResult && response.validationResult.success) {
|
|
7058
|
-
return [2 /*return*/, this._boFactory.makeBOArrayFromRawBackendDataArray(packageLsp_bo.PackageLSP, response.
|
|
7058
|
+
return [2 /*return*/, this._boFactory.makeBOArrayFromRawBackendDataArray(packageLsp_bo.PackageLSP, response.resultObject)];
|
|
7059
7059
|
}
|
|
7060
7060
|
else {
|
|
7061
7061
|
this._handleExceptionFromResponse(response);
|
|
@@ -10267,7 +10267,6 @@
|
|
|
10267
10267
|
// not being used at the moment, so it should be false
|
|
10268
10268
|
_this._readonly = false;
|
|
10269
10269
|
_this._activeRubric = TransactionTypeCategory.SalesOrderOverview;
|
|
10270
|
-
_this._transactionKind = transactionKind_enum.TransactionKind.SalesOrder;
|
|
10271
10270
|
_this._relation = new relation_bo.Relation();
|
|
10272
10271
|
_this._purchaseOrdersCompleted = false;
|
|
10273
10272
|
_this._receiveGoodsCompleted = false;
|
|
@@ -10281,8 +10280,6 @@
|
|
|
10281
10280
|
_this._alreadyLocked = false;
|
|
10282
10281
|
_this._transactionDirty = false;
|
|
10283
10282
|
_this._salesOrderConfirmationSent = false;
|
|
10284
|
-
_this._answerRecalculationDeposit = false;
|
|
10285
|
-
_this._dontAskForRecalculationDeposit = false;
|
|
10286
10283
|
return _this;
|
|
10287
10284
|
}
|
|
10288
10285
|
Object.defineProperty(TransactionBaseService.prototype, "activeRubric", {
|
|
@@ -10325,8 +10322,8 @@
|
|
|
10325
10322
|
if (this._transactionKind !== value) {
|
|
10326
10323
|
this._transactionKind = value;
|
|
10327
10324
|
this.activeRubric = this._defaultActiveRubricFromTransactionKind.get(value);
|
|
10325
|
+
this.transactionKindSet.next(true);
|
|
10328
10326
|
}
|
|
10329
|
-
this.transactionKindSet.next(true);
|
|
10330
10327
|
},
|
|
10331
10328
|
enumerable: false,
|
|
10332
10329
|
configurable: true
|
|
@@ -17505,7 +17502,7 @@
|
|
|
17505
17502
|
set: function (value) {
|
|
17506
17503
|
if (value) {
|
|
17507
17504
|
this._transactionLine = value;
|
|
17508
|
-
this.transactionAddTextLineRequest.text = value.text;
|
|
17505
|
+
this.transactionAddTextLineRequest.text = this.orderLineSetDTO ? this.orderLineSetDTO.text : value.text;
|
|
17509
17506
|
this.showOrderLineFields = (this.orderLineSetDTO && this.orderLineSetDTO.orderLineSetCode !== null && this.transactionLine && !this.transactionLine.articleBound);
|
|
17510
17507
|
}
|
|
17511
17508
|
},
|
|
@@ -17523,6 +17520,7 @@
|
|
|
17523
17520
|
this.color = this.orderLineSetDTO.color;
|
|
17524
17521
|
this.amount = this.orderLineSetDTO.amount;
|
|
17525
17522
|
this.title = this.orderLineSetDTO.title;
|
|
17523
|
+
this.transactionAddTextLineRequest.text = this.orderLineSetDTO.text;
|
|
17526
17524
|
},
|
|
17527
17525
|
enumerable: false,
|
|
17528
17526
|
configurable: true
|
|
@@ -21042,6 +21040,8 @@
|
|
|
21042
21040
|
}), _this._transactionEventService.salesOrderToBePickedCompletedChanged.subscribe(function (completed) {
|
|
21043
21041
|
_this.toBePickedChecked = completed;
|
|
21044
21042
|
_this._checkAdditional();
|
|
21043
|
+
}), _this._transactionEventService.activeRubricChange.subscribe(function (rubric) {
|
|
21044
|
+
_this.showCategories = false;
|
|
21045
21045
|
}));
|
|
21046
21046
|
return _this;
|
|
21047
21047
|
}
|
|
@@ -22419,6 +22419,65 @@
|
|
|
22419
22419
|
handleMouseLeave: [{ type: i0.HostListener, args: ["mouseleave", ["$event"],] }]
|
|
22420
22420
|
};
|
|
22421
22421
|
|
|
22422
|
+
var TransactionQuickAccessPlanningComponent = /** @class */ (function (_super) {
|
|
22423
|
+
__extends(TransactionQuickAccessPlanningComponent, _super);
|
|
22424
|
+
function TransactionQuickAccessPlanningComponent(transactionEventService, service, iconCacheService, transactionScreenConfigurationService, dictionaryService, imageService, changeDetector, _purchaseConfirmationService, _transactionService) {
|
|
22425
|
+
var _this = _super.call(this, transactionEventService, iconCacheService, transactionScreenConfigurationService, imageService, dictionaryService, service, changeDetector) || this;
|
|
22426
|
+
_this.transactionEventService = transactionEventService;
|
|
22427
|
+
_this.service = service;
|
|
22428
|
+
_this.iconCacheService = iconCacheService;
|
|
22429
|
+
_this.transactionScreenConfigurationService = transactionScreenConfigurationService;
|
|
22430
|
+
_this.dictionaryService = dictionaryService;
|
|
22431
|
+
_this.imageService = imageService;
|
|
22432
|
+
_this.changeDetector = changeDetector;
|
|
22433
|
+
_this._purchaseConfirmationService = _purchaseConfirmationService;
|
|
22434
|
+
_this._transactionService = _transactionService;
|
|
22435
|
+
_this.lspMode = false;
|
|
22436
|
+
return _this;
|
|
22437
|
+
}
|
|
22438
|
+
TransactionQuickAccessPlanningComponent.prototype.showClass = function () {
|
|
22439
|
+
return true;
|
|
22440
|
+
};
|
|
22441
|
+
TransactionQuickAccessPlanningComponent.prototype.toggleLspMode = function () {
|
|
22442
|
+
this.lspMode = !this.lspMode;
|
|
22443
|
+
};
|
|
22444
|
+
TransactionQuickAccessPlanningComponent.prototype.openPlanningSideBar = function () {
|
|
22445
|
+
if (this.lspMode && this.selectedLines.length > 0) {
|
|
22446
|
+
this.transactionEventService.openSidePanel.next(this.selectedLines[0]);
|
|
22447
|
+
}
|
|
22448
|
+
};
|
|
22449
|
+
Object.defineProperty(TransactionQuickAccessPlanningComponent.prototype, "selectedLines", {
|
|
22450
|
+
get: function () {
|
|
22451
|
+
return this._transactionService.currentTransaction.transactionLines.filter(function (line) { return line.selected; });
|
|
22452
|
+
},
|
|
22453
|
+
enumerable: false,
|
|
22454
|
+
configurable: true
|
|
22455
|
+
});
|
|
22456
|
+
return TransactionQuickAccessPlanningComponent;
|
|
22457
|
+
}(TransactionBaseComponent));
|
|
22458
|
+
TransactionQuickAccessPlanningComponent.decorators = [
|
|
22459
|
+
{ type: i0.Component, args: [{
|
|
22460
|
+
selector: "co-transaction-quick-access-planning",
|
|
22461
|
+
template: "\n <div class=\"planning-buttons\">\n <co-transaction-button-bar-button [class.selected]=\"lspMode\" [iconName]=\"icons.BoxesPackingRegular\" (click)=\"toggleLspMode()\"></co-transaction-button-bar-button>\n <co-transaction-button-bar-button [iconName]=\"icons.RegularBoxesPackingCircleCheck\" (click)=\"openPlanningSideBar()\"></co-transaction-button-bar-button>\n </div>\n ",
|
|
22462
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
22463
|
+
},] }
|
|
22464
|
+
];
|
|
22465
|
+
TransactionQuickAccessPlanningComponent.ctorParameters = function () { return [
|
|
22466
|
+
{ type: TransactionEventService },
|
|
22467
|
+
{ type: TransactionService },
|
|
22468
|
+
{ type: IconCacheService },
|
|
22469
|
+
{ type: TransactionScreenConfigurationService },
|
|
22470
|
+
{ type: DictionaryService },
|
|
22471
|
+
{ type: TransactionImageService },
|
|
22472
|
+
{ type: i0.ChangeDetectorRef },
|
|
22473
|
+
{ type: PurchaseConfirmationService },
|
|
22474
|
+
{ type: TransactionService }
|
|
22475
|
+
]; };
|
|
22476
|
+
TransactionQuickAccessPlanningComponent.propDecorators = {
|
|
22477
|
+
sendDocumentsComponent: [{ type: i0.ViewChild, args: [TransactionSendDocumentsComponent,] }],
|
|
22478
|
+
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-quick-access-planning",] }]
|
|
22479
|
+
};
|
|
22480
|
+
|
|
22422
22481
|
var TransactionMappingService = /** @class */ (function () {
|
|
22423
22482
|
function TransactionMappingService(_transactionService) {
|
|
22424
22483
|
this._transactionService = _transactionService;
|
|
@@ -22455,6 +22514,7 @@
|
|
|
22455
22514
|
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderInvoice }, TransactionQuickAccessInvoiceComponent],
|
|
22456
22515
|
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderToBePicked }, TransactionQuickAccessToBePickedComponent],
|
|
22457
22516
|
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderPicked }, TransactionQuickAccessPickedComponent],
|
|
22517
|
+
[{ type: transactionKind_enum.TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderPlanning }, TransactionQuickAccessPlanningComponent],
|
|
22458
22518
|
[{ type: transactionKind_enum.TransactionKind.SalesQuotation, category: TransactionTypeCategory.SalesOrderQuotation }, TransactionQuickAccessSalesQuotationComponent]
|
|
22459
22519
|
]);
|
|
22460
22520
|
this._transactionGridComponent = new Map([
|
|
@@ -27907,7 +27967,7 @@
|
|
|
27907
27967
|
case 0: return [4 /*yield*/, this._transactionConnectorService.getDocumentContent(docId)];
|
|
27908
27968
|
case 1:
|
|
27909
27969
|
content = _a.sent();
|
|
27910
|
-
if (content) {
|
|
27970
|
+
if (content && this._image) {
|
|
27911
27971
|
this._image.thumbnailBody = content;
|
|
27912
27972
|
this.imageSrc = this.image.thumbnailBodyAsDataUri;
|
|
27913
27973
|
this._changeDetector.detectChanges();
|
|
@@ -33585,13 +33645,13 @@
|
|
|
33585
33645
|
return [3 /*break*/, 5];
|
|
33586
33646
|
case 3:
|
|
33587
33647
|
newRequest = new transactionAddOrderLineSetTextLineRequest.TransactionAddOrderLineSetTextLineRequest();
|
|
33588
|
-
newRequest.
|
|
33648
|
+
newRequest.orderLineSetText = data.request.text;
|
|
33589
33649
|
newRequest.amount = data.request.amount;
|
|
33590
33650
|
newRequest.categoryId = data.request.categoryId;
|
|
33591
33651
|
newRequest.color = data.request.color;
|
|
33592
33652
|
newRequest.transactionUuid = data.request.transactionUuid;
|
|
33593
33653
|
newRequest.showOnDocuments = data.request.showOnDocuments;
|
|
33594
|
-
newRequest.text = data.request.
|
|
33654
|
+
newRequest.text = data.request.title;
|
|
33595
33655
|
return [4 /*yield*/, this.service.addOrderLineSet(newRequest)];
|
|
33596
33656
|
case 4:
|
|
33597
33657
|
_a.sent();
|
|
@@ -33626,8 +33686,10 @@
|
|
|
33626
33686
|
};
|
|
33627
33687
|
TransactionInternalComponent.prototype.handleEditTransactionText = function (line) {
|
|
33628
33688
|
this.transactionLine = line;
|
|
33629
|
-
this.textToEdit = line.text;
|
|
33630
33689
|
this.selectedOrderLineSetDTO = this._getOrderLineSetIfExists(line);
|
|
33690
|
+
if (isNill_function.isNill(this.selectedOrderLineSetDTO)) {
|
|
33691
|
+
this.textToEdit = line.text;
|
|
33692
|
+
}
|
|
33631
33693
|
if (line.isText) {
|
|
33632
33694
|
this.showTransactionTextDialog();
|
|
33633
33695
|
}
|
|
@@ -33713,7 +33775,7 @@
|
|
|
33713
33775
|
TransactionInternalComponent.decorators = [
|
|
33714
33776
|
{ type: i0.Component, args: [{
|
|
33715
33777
|
selector: 'co-transaction-internal',
|
|
33716
|
-
template: "\n <ng-container *ngIf=\"loaded\">\n <div cdkDropListGroup class=\"drop-list-group\">\n <co-transaction-header *ngIf=\"showHeader\" [transaction]=\"transaction\" [relation]=\"relation\"\n (relationChange)=\"handleRelationChange($event)\"></co-transaction-header>\n\n <div class=\"transaction-lines-header\">\n <co-transaction-quick-access *ngIf=\"showQuickAccess\" class=\"transaction-lines-header-item\"\n [
|
|
33778
|
+
template: "\n <ng-container *ngIf=\"loaded\">\n <div cdkDropListGroup class=\"drop-list-group\">\n <co-transaction-header *ngIf=\"showHeader\" [transaction]=\"transaction\" [relation]=\"relation\"\n (relationChange)=\"handleRelationChange($event)\"></co-transaction-header>\n\n <div class=\"transaction-lines-header\">\n <co-transaction-quick-access *ngIf=\"showQuickAccess\" class=\"transaction-lines-header-item\"\n [transaction]=\"transaction\"\n [relation]=\"relation\"\n [activeCategory]=\"activeCategory\"\n ></co-transaction-quick-access>\n <co-transaction-button-bar *ngIf=\"showButtonBar\" class=\"transaction-lines-header-item\"\n [selectedCategory]=\"activeCategory\"\n (buttonClicked)=\"handleButtonBarButtonClicked($event)\"\n ></co-transaction-button-bar>\n <div class=\"transaction-lines-header-item right\">\n <co-avatar class=\"transaction-sales-avatar\" [relationId]=\"transaction.transactionInfo.handledBy\"></co-avatar>\n <co-avatar class=\"transaction-sales-avatar\"\n [relationId]=\"transaction.transactionInfo.branch?.relationId\"></co-avatar>\n <co-view-mode-buttons *ngIf=\"!shouldShowTiles()\" [showViewModes]=\"[viewModes.List, viewModes.Tiles]\"\n (viewModeChange)=\"activeViewMode = $event\"></co-view-mode-buttons>\n </div>\n </div>\n\n\n <!--<co-transaction-document-button-bar [transaction]=\"transaction\"></co-transaction-document-button-bar>-->\n\n <div class=\"transaction-tiles-wrapper\" *ngIf=\"activeViewMode === viewModes.Tiles || shouldShowTiles()\">\n <co-transaction-card\n *ngFor=\"let line of (historicTransactionLines ? historicTransactionLines : transaction.transactionLines)\"\n [statusBarConfigNames]=\"statusBarConfigNames\"\n [transaction]=\"transaction\"\n [transactionLine]=\"line\"\n [readonly]=\"historicTransactionLines !== null\"\n [activeCategory]=\"activeCategory\"\n ></co-transaction-card>\n </div>\n <div class=\"transaction-lines-wrapper\" *ngIf=\"activeViewMode === viewModes.List && !shouldShowTiles()\">\n <co-transaction-lines\n [transaction]=\"transaction\"\n [activeCategory]=\"activeCategory\"\n (saveTransactionLine)=\"saveTransactionLineText($event)\"\n ></co-transaction-lines>\n </div>\n <div class=\"transaction-footer-wrapper\">\n <co-add-product\n *ngIf=\"activeCategory === categories.SalesOrderCashRegister || activeCategory === categories.SalesOrderOverview || activeCategory === categories.PurchaseOrderOverview || activeCategory === categories.SalesOrderQuotation\"></co-add-product>\n <co-transaction-totals\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionTotal]=\"transaction.transactionTotal\"\n [showDiscount]=\"true\"\n ></co-transaction-totals>\n </div>\n <co-transaction-line-side-panel *ngIf=\"showSidePanel\"\n [transaction]=\"transaction\"\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionLine]=\"sidePanelTransactionLine\"\n [activeCategory]=\"activeCategory\"\n (cancelClick)=\"showSidePanel = false\"\n ></co-transaction-line-side-panel>\n\n <!--Popup voor wijzigen volgorde van tekstregels-->\n <co-transaction-article-text-overview *ngIf=\"showArticleTextOverview\"\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionLine]=\"transactionLine\"\n (closeClick)=\"closeArticleTextOverview()\"\n (cancelClick)=\"closeArticleTextOverview()\"\n ></co-transaction-article-text-overview>\n\n <!--Popup voor aanmaken en updaten transactietekstregels-->\n <co-transaction-article-text *ngIf=\"showTransactionText\"\n [header]=\"'ORDER_TEXT_LINE' | localize\"\n [transactionUuid]=\"transaction.transactionInfo.uuid\"\n [editText]=\"textToEdit\"\n [orderLineSetDTO]=\"selectedOrderLineSetDTO\"\n [transactionLine]=\"transactionLine\"\n (saveClick)=\"saveTransactionLineText($event)\"\n (closeClick)=\"closeTransactionText()\"\n (cancelClick)=\"closeTransactionText()\"\n (saveOrderLineSetClick)=\"saveOrderLineSet($event)\"\n\n ></co-transaction-article-text>\n\n <!--Popup voor aanmaken en updaten artikeltekstregels-->\n <co-transaction-article-text *ngIf=\"showArticleText\"\n [header]=\"'PRODUCT_DESCRIPTION_AND_TEXTS' | localize\"\n [transactionUuid]=\"transaction.transactionInfo.uuid\"\n [showArticleImageDescription]=\"transactionLine.articleBound\"\n [showImage]=\"false\"\n [articleLineNr]=\"transactionLine.lineNr\"\n [articleRef]=\"transactionLine.articleNumber\"\n [transactionLine]=\"transactionLine\"\n [editText]=\"textToEdit\"\n (saveClick)=\"saveArticleLineText($event)\"\n (closeClick)=\"closeArticleText()\"\n (cancelClick)=\"closeArticleText()\"\n ></co-transaction-article-text>\n\n <co-transaction-copy-order *ngIf=\"showCopyOrderDialog\"\n [transaction]=\"transaction\"\n (closeDialog)=\"showCopyOrderDialog = false\"\n ></co-transaction-copy-order>\n </div>\n <co-transaction-lines-side-panel\n [posOrderData]=\"posOrderData\"\n [transaction]=\"transaction\"\n ></co-transaction-lines-side-panel>\n </ng-container>\n ",
|
|
33717
33779
|
encapsulation: i0.ViewEncapsulation.None
|
|
33718
33780
|
},] }
|
|
33719
33781
|
];
|
|
@@ -34651,8 +34713,8 @@
|
|
|
34651
34713
|
this.catArtName = data.article.name;
|
|
34652
34714
|
this.showProduct = true;
|
|
34653
34715
|
};
|
|
34654
|
-
DialogCatalogComponent.prototype.handleAddCatFarmArticleClicked = function (
|
|
34655
|
-
this.addCatFarmArticleClicked.emit({ jsonString:
|
|
34716
|
+
DialogCatalogComponent.prototype.handleAddCatFarmArticleClicked = function (data) {
|
|
34717
|
+
this.addCatFarmArticleClicked.emit({ quantity: data.quantity, jsonString: data.article, catalog: this.catalogDefinition.getId() });
|
|
34656
34718
|
};
|
|
34657
34719
|
DialogCatalogComponent.prototype.checkIfOpeningIsAllowed = function () {
|
|
34658
34720
|
var _this = this;
|
|
@@ -34973,13 +35035,6 @@
|
|
|
34973
35035
|
enumerable: false,
|
|
34974
35036
|
configurable: true
|
|
34975
35037
|
});
|
|
34976
|
-
Object.defineProperty(TransactionButtonBarComponent.prototype, "selectedLines", {
|
|
34977
|
-
get: function () {
|
|
34978
|
-
return this._transactionService.currentTransaction.transactionLines.filter(function (line) { return line.selected; });
|
|
34979
|
-
},
|
|
34980
|
-
enumerable: false,
|
|
34981
|
-
configurable: true
|
|
34982
|
-
});
|
|
34983
35038
|
TransactionButtonBarComponent.prototype.showClass = function () {
|
|
34984
35039
|
return true;
|
|
34985
35040
|
};
|
|
@@ -35006,20 +35061,12 @@
|
|
|
35006
35061
|
TransactionButtonBarComponent.prototype.trackButton = function (index, button) {
|
|
35007
35062
|
return button.category;
|
|
35008
35063
|
};
|
|
35009
|
-
TransactionButtonBarComponent.prototype.toggleLspMode = function () {
|
|
35010
|
-
this.lspMode = !this.lspMode;
|
|
35011
|
-
};
|
|
35012
|
-
TransactionButtonBarComponent.prototype.openPlanningSideBar = function () {
|
|
35013
|
-
if (this.lspMode && this.selectedLines.length > 0) {
|
|
35014
|
-
this._transactionEventService.openSidePanel.next(this.selectedLines[0]);
|
|
35015
|
-
}
|
|
35016
|
-
};
|
|
35017
35064
|
return TransactionButtonBarComponent;
|
|
35018
35065
|
}());
|
|
35019
35066
|
TransactionButtonBarComponent.decorators = [
|
|
35020
35067
|
{ type: i0.Component, args: [{
|
|
35021
35068
|
selector: "co-transaction-button-bar",
|
|
35022
|
-
template: "\n <div class=\"button-bar-wrapper\">\n <
|
|
35069
|
+
template: "\n <div class=\"button-bar-wrapper\">\n <co-transaction-button-bar-button *ngFor=\"let button of buttons; let index = index; trackBy: trackButton\"\n [screenConfigurationObject]=\"button.cfgName\"\n [transactionInfoResponse]=\"transactionInfoResponse\"\n [component]=\"button.component\"\n [class.selected]=\"selectedCategory === button.category\"\n [title]=\"button.title\"\n [iconName]=\"button.icon\"\n (buttonClicked)=\"handleButtonClicked($event)\"\n (click)=\"selectCategory(index)\"\n ></co-transaction-button-bar-button>\n </div>\n ",
|
|
35023
35070
|
encapsulation: i0.ViewEncapsulation.None
|
|
35024
35071
|
},] }
|
|
35025
35072
|
];
|
|
@@ -35404,6 +35451,33 @@
|
|
|
35404
35451
|
},] }
|
|
35405
35452
|
];
|
|
35406
35453
|
|
|
35454
|
+
var TransactionQuickAccessPlanningModule = /** @class */ (function () {
|
|
35455
|
+
function TransactionQuickAccessPlanningModule() {
|
|
35456
|
+
}
|
|
35457
|
+
return TransactionQuickAccessPlanningModule;
|
|
35458
|
+
}());
|
|
35459
|
+
TransactionQuickAccessPlanningModule.decorators = [
|
|
35460
|
+
{ type: i0.NgModule, args: [{
|
|
35461
|
+
imports: [
|
|
35462
|
+
common.CommonModule,
|
|
35463
|
+
corecomponents_v12.InputSearchModule,
|
|
35464
|
+
PipeModule,
|
|
35465
|
+
DialogCatalogModule,
|
|
35466
|
+
QuickSendButtonModule,
|
|
35467
|
+
sharedcomponents.SendMethodDialogModule,
|
|
35468
|
+
TransactionSendDocumentsModule,
|
|
35469
|
+
DigitalSignatureModule,
|
|
35470
|
+
TransactionButtonBarModule
|
|
35471
|
+
],
|
|
35472
|
+
declarations: [
|
|
35473
|
+
TransactionQuickAccessPlanningComponent
|
|
35474
|
+
],
|
|
35475
|
+
exports: [
|
|
35476
|
+
TransactionQuickAccessPlanningComponent
|
|
35477
|
+
]
|
|
35478
|
+
},] }
|
|
35479
|
+
];
|
|
35480
|
+
|
|
35407
35481
|
var TransactionQuickAccessModule = /** @class */ (function () {
|
|
35408
35482
|
function TransactionQuickAccessModule() {
|
|
35409
35483
|
}
|
|
@@ -35428,7 +35502,8 @@
|
|
|
35428
35502
|
TransactionQuickAccessInvoiceModule,
|
|
35429
35503
|
TransactionQuickAccessToBePickedModule,
|
|
35430
35504
|
TransactionQuickAccessPickedModule,
|
|
35431
|
-
TransactionQuickAccessSalesQuotationModule
|
|
35505
|
+
TransactionQuickAccessSalesQuotationModule,
|
|
35506
|
+
TransactionQuickAccessPlanningModule
|
|
35432
35507
|
],
|
|
35433
35508
|
declarations: [
|
|
35434
35509
|
TransactionQuickAccessComponent
|
|
@@ -36170,11 +36245,16 @@
|
|
|
36170
36245
|
};
|
|
36171
36246
|
AddProductComponent.prototype.handleAddCatFarmArticleClick = function (data) {
|
|
36172
36247
|
return __awaiter(this, void 0, void 0, function () {
|
|
36248
|
+
var request;
|
|
36173
36249
|
return __generator(this, function (_a) {
|
|
36174
36250
|
switch (_a.label) {
|
|
36175
36251
|
case 0:
|
|
36176
36252
|
this.showCatalog = false;
|
|
36177
|
-
|
|
36253
|
+
request = new externalCatalogAddArticleRequest.ExternalCatalogAddArticleRequest();
|
|
36254
|
+
request.catalogId = data.catalog;
|
|
36255
|
+
request.catalogType = externalCatalogTypes_enum.ExternalCatalogTypes.CatalogFarm;
|
|
36256
|
+
request.articleJson = data.jsonString;
|
|
36257
|
+
return [4 /*yield*/, this.transactionService.addExternalCatalogArticle(request)];
|
|
36178
36258
|
case 1:
|
|
36179
36259
|
_a.sent();
|
|
36180
36260
|
return [2 /*return*/];
|
|
@@ -38302,13 +38382,34 @@
|
|
|
38302
38382
|
TransactionLineSidePanelPlanningComponent.prototype.showClass = function () {
|
|
38303
38383
|
return true;
|
|
38304
38384
|
};
|
|
38385
|
+
Object.defineProperty(TransactionLineSidePanelPlanningComponent.prototype, "packageLSP", {
|
|
38386
|
+
get: function () {
|
|
38387
|
+
return this._packageLSP;
|
|
38388
|
+
},
|
|
38389
|
+
enumerable: false,
|
|
38390
|
+
configurable: true
|
|
38391
|
+
});
|
|
38305
38392
|
TransactionLineSidePanelPlanningComponent.prototype.ngOnInit = function () {
|
|
38306
|
-
|
|
38307
|
-
|
|
38308
|
-
|
|
38309
|
-
|
|
38310
|
-
|
|
38311
|
-
|
|
38393
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
38394
|
+
var _this = this;
|
|
38395
|
+
return __generator(this, function (_a) {
|
|
38396
|
+
switch (_a.label) {
|
|
38397
|
+
case 0: return [4 /*yield*/, this._transaction.getPackageInformation(this.transactionInfo.transactionInfo.uuid, this.transactionLine.uuid).then(function (result) {
|
|
38398
|
+
if (result.length) {
|
|
38399
|
+
_this._packageLSP = result[0];
|
|
38400
|
+
}
|
|
38401
|
+
else {
|
|
38402
|
+
_this._transaction.getLogisticsPartners().then(function (result) {
|
|
38403
|
+
_this.deliveryMethods = result;
|
|
38404
|
+
_this.selectedMethod = _this.deliveryMethods[0];
|
|
38405
|
+
});
|
|
38406
|
+
}
|
|
38407
|
+
})];
|
|
38408
|
+
case 1:
|
|
38409
|
+
_a.sent();
|
|
38410
|
+
return [2 /*return*/];
|
|
38411
|
+
}
|
|
38412
|
+
});
|
|
38312
38413
|
});
|
|
38313
38414
|
};
|
|
38314
38415
|
TransactionLineSidePanelPlanningComponent.prototype.deliveryMethodChange = function (method) {
|
|
@@ -38334,21 +38435,21 @@
|
|
|
38334
38435
|
_a = this;
|
|
38335
38436
|
return [4 /*yield*/, this._transaction.sendPackageInformationToLSP(request)];
|
|
38336
38437
|
case 1:
|
|
38337
|
-
_a.
|
|
38438
|
+
_a._packageLSP = _b.sent();
|
|
38338
38439
|
return [2 /*return*/];
|
|
38339
38440
|
}
|
|
38340
38441
|
});
|
|
38341
38442
|
});
|
|
38342
38443
|
};
|
|
38343
38444
|
TransactionLineSidePanelPlanningComponent.prototype.openTrackAndTraceURL = function () {
|
|
38344
|
-
window.open(this.
|
|
38445
|
+
window.open(this._packageLSP.trackAndTraceUrl, "_blank");
|
|
38345
38446
|
};
|
|
38346
38447
|
return TransactionLineSidePanelPlanningComponent;
|
|
38347
38448
|
}());
|
|
38348
38449
|
TransactionLineSidePanelPlanningComponent.decorators = [
|
|
38349
38450
|
{ type: i0.Component, args: [{
|
|
38350
38451
|
selector: "co-transaction-line-side-panel-planning",
|
|
38351
|
-
template: "\n
|
|
38452
|
+
template: "\n <div class=\"wrapper\">\n <div class=\"delivery-method-wrapper\" *ngIf=\"!packageLSP\">\n <span [textContent]=\"'LOGISTICS_SERVICE_PROVIDER_CHOICE' | localize\"></span>\n <div class=\"methods-wrapper\">\n <div class=\"method\" [class.selected]=\"selectedMethod === method\" *ngFor=\"let method of deliveryMethods\">\n <div class=\"radio-wrapper\">\n <co-input-radio-button [model]=\"selectedMethod === method\"\n (modelChange)=\"deliveryMethodChange($event)\"></co-input-radio-button>\n </div>\n <div class=\"body-wrapper\">\n <co-image\n [source]=\"method.image.documentBody\"></co-image>\n <span class=\"body-text\" [textContent]=\"method.description\"></span>\n </div>\n </div>\n </div>\n </div>\n <div class=\"header-info-wrapper\">\n <div class=\"block\">\n <span class=\"header\" [textContent]=\"'LINES_AMOUNT' | localize\"></span>\n <span class=\"text\" [textContent]=\"selectedLines?.length\"></span>\n </div>\n\n <div class=\"block\">\n <span class=\"header\" [textContent]=\"'ARTICLES_AMOUNT' | localize\"></span>\n <span class=\"text\" [textContent]=\"'?'\"></span>\n </div>\n\n <div class=\"block\">\n <span class=\"header\" [textContent]=\"'TOTAL_WEIGHT' | localize\"></span>\n <span class=\"text\" [textContent]=\"'?'\"></span>\n </div>\n\n <div class=\"block\">\n <span class=\"header\" [textContent]=\"'DELIVERY_BATCH' | localize\"></span>\n <span class=\"text\" [textContent]=\"'?'\"></span>\n </div>\n </div>\n\n <div class=\"send-button-wrapper\" *ngIf=\"!packageLSP\">\n <co-button (click)=\"createTrackAndTrace()\" [label]=\"'SEND' | localize\"></co-button>\n </div>\n\n <div class=\"track-and-trace-wrapper\">\n <span class=\"track-and-trace-header\" [textContent]=\"'INFORMATION_LOGISTIC_SERVICE_PROVIDER' | localize\"></span>\n <div class=\"track-and-trace-body-wrapper\">\n <div class=\"code-wrapper\">\n <span [textContent]=\"'TRACK_AND_TRACE' | localize\"></span>\n <span [textContent]=\"packageLSP ? packageLSP['trackAndTraceCode'] : '--'\"></span>\n </div>\n <a (click)=\"openTrackAndTraceURL()\" [textContent]=\"packageLSP ? packageLSP['trackAndTraceUrl'] : '--'\"></a>\n </div>\n </div>\n </div>\n ",
|
|
38352
38453
|
encapsulation: i0.ViewEncapsulation.None
|
|
38353
38454
|
},] }
|
|
38354
38455
|
];
|
|
@@ -43849,188 +43950,190 @@
|
|
|
43849
43950
|
exports["ɵnt"] = TransactionQuickAccessSalesQuotationModule;
|
|
43850
43951
|
exports["ɵnu"] = TransactionQuickAccessSalesQuotationComponent;
|
|
43851
43952
|
exports["ɵnv"] = TransactionCreationService;
|
|
43852
|
-
exports["ɵnw"] =
|
|
43853
|
-
exports["ɵnx"] =
|
|
43854
|
-
exports["ɵny"] =
|
|
43855
|
-
exports["ɵnz"] =
|
|
43953
|
+
exports["ɵnw"] = TransactionQuickAccessPlanningModule;
|
|
43954
|
+
exports["ɵnx"] = TransactionQuickAccessPlanningComponent;
|
|
43955
|
+
exports["ɵny"] = TransactionCardModule;
|
|
43956
|
+
exports["ɵnz"] = TransactionCardPurchaseOverviewModule;
|
|
43856
43957
|
exports["ɵo"] = DeliveryTimePipe;
|
|
43857
|
-
exports["ɵoa"] =
|
|
43858
|
-
exports["ɵob"] =
|
|
43859
|
-
exports["ɵoc"] =
|
|
43860
|
-
exports["ɵod"] =
|
|
43861
|
-
exports["ɵoe"] =
|
|
43862
|
-
exports["ɵof"] =
|
|
43863
|
-
exports["ɵog"] =
|
|
43864
|
-
exports["ɵoh"] =
|
|
43865
|
-
exports["ɵoi"] =
|
|
43866
|
-
exports["ɵoj"] =
|
|
43867
|
-
exports["ɵok"] =
|
|
43868
|
-
exports["ɵol"] =
|
|
43869
|
-
exports["ɵom"] =
|
|
43870
|
-
exports["ɵon"] =
|
|
43871
|
-
exports["ɵoo"] =
|
|
43872
|
-
exports["ɵop"] =
|
|
43873
|
-
exports["ɵoq"] =
|
|
43874
|
-
exports["ɵor"] =
|
|
43875
|
-
exports["ɵos"] =
|
|
43876
|
-
exports["ɵot"] =
|
|
43877
|
-
exports["ɵou"] =
|
|
43878
|
-
exports["ɵov"] =
|
|
43879
|
-
exports["ɵow"] =
|
|
43880
|
-
exports["ɵox"] =
|
|
43881
|
-
exports["ɵoy"] =
|
|
43882
|
-
exports["ɵoz"] =
|
|
43958
|
+
exports["ɵoa"] = TransactionCardHeaderModule;
|
|
43959
|
+
exports["ɵob"] = TransactionCardHeaderComponent;
|
|
43960
|
+
exports["ɵoc"] = TransactionCardFooterModule;
|
|
43961
|
+
exports["ɵod"] = TransactionCardFooterComponent;
|
|
43962
|
+
exports["ɵoe"] = TransactionCardPurchaseOverviewComponent;
|
|
43963
|
+
exports["ɵof"] = TransactionCardSalesOverviewModule;
|
|
43964
|
+
exports["ɵog"] = TransactionCardSalesOverviewComponent;
|
|
43965
|
+
exports["ɵoh"] = TransactionCardReceiveGoodsModule;
|
|
43966
|
+
exports["ɵoi"] = TransactionCardReceiveGoodsComponent;
|
|
43967
|
+
exports["ɵoj"] = TransactionCardInvoiceModule;
|
|
43968
|
+
exports["ɵok"] = TransactionCardInvoiceComponent;
|
|
43969
|
+
exports["ɵol"] = TransactionCardOrderDeliveryModule;
|
|
43970
|
+
exports["ɵom"] = TransactionCardOrderDeliveryComponent;
|
|
43971
|
+
exports["ɵon"] = TransactionCardPurchaseModule;
|
|
43972
|
+
exports["ɵoo"] = TransactionCardPurchaseComponent;
|
|
43973
|
+
exports["ɵop"] = TransactionCardGoodsAllocationModule;
|
|
43974
|
+
exports["ɵoq"] = TransactionCardGoodsAllocationComponent;
|
|
43975
|
+
exports["ɵor"] = TransactionCardToBePickedModule;
|
|
43976
|
+
exports["ɵos"] = TransactionCardToBePickedComponent;
|
|
43977
|
+
exports["ɵot"] = TransactionCardPickedModule;
|
|
43978
|
+
exports["ɵou"] = TransactionCardPickedComponent;
|
|
43979
|
+
exports["ɵov"] = TransactionCardComponent;
|
|
43980
|
+
exports["ɵow"] = TransactionLineSidePanelModule;
|
|
43981
|
+
exports["ɵox"] = TransactionLineSidePanelDefaultModule;
|
|
43982
|
+
exports["ɵoy"] = TransactionLineQuantityModule;
|
|
43983
|
+
exports["ɵoz"] = TransactionLineQuantityComponent;
|
|
43883
43984
|
exports["ɵp"] = DateDurationPipe;
|
|
43884
|
-
exports["ɵpa"] =
|
|
43885
|
-
exports["ɵpb"] =
|
|
43886
|
-
exports["ɵpc"] =
|
|
43887
|
-
exports["ɵpd"] =
|
|
43888
|
-
exports["ɵpe"] =
|
|
43889
|
-
exports["ɵpf"] =
|
|
43890
|
-
exports["ɵpg"] =
|
|
43891
|
-
exports["ɵph"] =
|
|
43892
|
-
exports["ɵpi"] =
|
|
43893
|
-
exports["ɵpj"] =
|
|
43894
|
-
exports["ɵpk"] =
|
|
43895
|
-
exports["ɵpl"] =
|
|
43896
|
-
exports["ɵpm"] =
|
|
43897
|
-
exports["ɵpn"] =
|
|
43898
|
-
exports["ɵpo"] =
|
|
43899
|
-
exports["ɵpp"] =
|
|
43900
|
-
exports["ɵpq"] =
|
|
43901
|
-
exports["ɵpr"] =
|
|
43902
|
-
exports["ɵps"] =
|
|
43903
|
-
exports["ɵpt"] =
|
|
43904
|
-
exports["ɵpu"] =
|
|
43905
|
-
exports["ɵpv"] =
|
|
43906
|
-
exports["ɵpw"] =
|
|
43907
|
-
exports["ɵpx"] =
|
|
43908
|
-
exports["ɵpy"] =
|
|
43909
|
-
exports["ɵpz"] =
|
|
43985
|
+
exports["ɵpa"] = TransactionLineReferenceModule;
|
|
43986
|
+
exports["ɵpb"] = TransactionLineReferenceComponent;
|
|
43987
|
+
exports["ɵpc"] = TransactionLineSidePanelDefaultComponent;
|
|
43988
|
+
exports["ɵpd"] = TransactionReceivingGoodsHistoryModule;
|
|
43989
|
+
exports["ɵpe"] = TransactionHistoryGridModule;
|
|
43990
|
+
exports["ɵpf"] = TransactionHistoryGridStatusModule;
|
|
43991
|
+
exports["ɵpg"] = TransactionHistoryGridStatusComponent;
|
|
43992
|
+
exports["ɵph"] = TransactionHistoryGridComponent;
|
|
43993
|
+
exports["ɵpi"] = TransactionReceivingGoodsHistoryComponent;
|
|
43994
|
+
exports["ɵpj"] = TransactionLineSidePanelPurchaseModule;
|
|
43995
|
+
exports["ɵpk"] = TransactionAvailableStockGridModule;
|
|
43996
|
+
exports["ɵpl"] = TransactionAvailableStockGridComponent;
|
|
43997
|
+
exports["ɵpm"] = TransactionLinePurchaseReceiveGoodsModule;
|
|
43998
|
+
exports["ɵpn"] = TransactionLinePurchaseReceiveGoodsComponent;
|
|
43999
|
+
exports["ɵpo"] = TransactionLinePurchaseConfirmationModule;
|
|
44000
|
+
exports["ɵpp"] = DefaultOkCancelButtonsModule;
|
|
44001
|
+
exports["ɵpq"] = DefaultOkCancelButtonsComponent;
|
|
44002
|
+
exports["ɵpr"] = TransactionLabeledPriceInputModule;
|
|
44003
|
+
exports["ɵps"] = TransactionLabeledPriceInputComponent;
|
|
44004
|
+
exports["ɵpt"] = PurchaseConfirmationLinesModule;
|
|
44005
|
+
exports["ɵpu"] = TransactionLinesPopupModule;
|
|
44006
|
+
exports["ɵpv"] = TransactionLinesPopupComponent;
|
|
44007
|
+
exports["ɵpw"] = PurchaseConfirmationLinesComponent;
|
|
44008
|
+
exports["ɵpx"] = TransactionLinePurchaseConfirmationComponent;
|
|
44009
|
+
exports["ɵpy"] = TransactionLineSidePanelPurchaseComponent;
|
|
44010
|
+
exports["ɵpz"] = TransactionLineSidePanelSalesModule;
|
|
43910
44011
|
exports["ɵq"] = LocalizePipe;
|
|
43911
|
-
exports["ɵqa"] =
|
|
43912
|
-
exports["ɵqb"] =
|
|
43913
|
-
exports["ɵqc"] =
|
|
43914
|
-
exports["ɵqd"] =
|
|
43915
|
-
exports["ɵqe"] =
|
|
43916
|
-
exports["ɵqf"] =
|
|
43917
|
-
exports["ɵqg"] =
|
|
43918
|
-
exports["ɵqh"] =
|
|
43919
|
-
exports["ɵqi"] =
|
|
43920
|
-
exports["ɵqj"] =
|
|
43921
|
-
exports["ɵqk"] =
|
|
43922
|
-
exports["ɵql"] =
|
|
43923
|
-
exports["ɵqm"] =
|
|
43924
|
-
exports["ɵqn"] =
|
|
43925
|
-
exports["ɵqo"] =
|
|
43926
|
-
exports["ɵqp"] =
|
|
43927
|
-
exports["ɵqq"] =
|
|
43928
|
-
exports["ɵqr"] =
|
|
43929
|
-
exports["ɵqs"] =
|
|
43930
|
-
exports["ɵqt"] =
|
|
43931
|
-
exports["ɵqu"] =
|
|
43932
|
-
exports["ɵqv"] =
|
|
43933
|
-
exports["ɵqw"] =
|
|
43934
|
-
exports["ɵqx"] =
|
|
43935
|
-
exports["ɵqy"] =
|
|
43936
|
-
exports["ɵqz"] =
|
|
44012
|
+
exports["ɵqa"] = TransactionAllocateGoodsHistoryModule;
|
|
44013
|
+
exports["ɵqb"] = TransactionAllocateGoodsHistoryComponent;
|
|
44014
|
+
exports["ɵqc"] = TransactionLineSalesAllocationModule;
|
|
44015
|
+
exports["ɵqd"] = TransactionLineSalesAllocationComponent;
|
|
44016
|
+
exports["ɵqe"] = TransactionLineSalesDeliveryModule;
|
|
44017
|
+
exports["ɵqf"] = TransactionLineDeliveryHistoryModule;
|
|
44018
|
+
exports["ɵqg"] = TransactionLineDeliveryHistoryComponent;
|
|
44019
|
+
exports["ɵqh"] = TransactionLineSalesDeliveryComponent;
|
|
44020
|
+
exports["ɵqi"] = TransactionLineSalesInvoiceModule;
|
|
44021
|
+
exports["ɵqj"] = TransactionLineInvoiceHistoryModule;
|
|
44022
|
+
exports["ɵqk"] = TransactionLineInvoiceHistoryComponent;
|
|
44023
|
+
exports["ɵql"] = TransactionLineSalesInvoiceComponent;
|
|
44024
|
+
exports["ɵqm"] = TransactionLineSidePanelToBePickedModule;
|
|
44025
|
+
exports["ɵqn"] = TransactionPickingHistoryModule;
|
|
44026
|
+
exports["ɵqo"] = TransactionPickingHistoryComponent;
|
|
44027
|
+
exports["ɵqp"] = TransactionLineSidePanelToBePickedComponent;
|
|
44028
|
+
exports["ɵqq"] = TransactionLineSidePanelPickedModule;
|
|
44029
|
+
exports["ɵqr"] = TransactionLineSidePanelPickedComponent;
|
|
44030
|
+
exports["ɵqs"] = TransactionLineSidePanelPlanningModule;
|
|
44031
|
+
exports["ɵqt"] = TransactionLineSidePanelPlanningComponent;
|
|
44032
|
+
exports["ɵqu"] = TransactionLineSidePanelSalesComponent;
|
|
44033
|
+
exports["ɵqv"] = TransactionLineSidePanelComponent;
|
|
44034
|
+
exports["ɵqw"] = TransactionCopyOrderModule;
|
|
44035
|
+
exports["ɵqx"] = DefaultConfirmCancelButtonsModule;
|
|
44036
|
+
exports["ɵqy"] = DefaultConfirmCancelButtonsComponent;
|
|
44037
|
+
exports["ɵqz"] = TransactionCopyOrderComponent;
|
|
43937
44038
|
exports["ɵr"] = CoCurrencyPipe;
|
|
43938
|
-
exports["ɵra"] =
|
|
43939
|
-
exports["ɵrb"] =
|
|
43940
|
-
exports["ɵrc"] =
|
|
43941
|
-
exports["ɵrd"] =
|
|
43942
|
-
exports["ɵre"] =
|
|
43943
|
-
exports["ɵrf"] =
|
|
43944
|
-
exports["ɵrg"] =
|
|
43945
|
-
exports["ɵrh"] =
|
|
43946
|
-
exports["ɵri"] =
|
|
43947
|
-
exports["ɵrj"] =
|
|
43948
|
-
exports["ɵrk"] =
|
|
43949
|
-
exports["ɵrl"] =
|
|
43950
|
-
exports["ɵrm"] =
|
|
43951
|
-
exports["ɵrn"] =
|
|
43952
|
-
exports["ɵro"] =
|
|
43953
|
-
exports["ɵrp"] =
|
|
43954
|
-
exports["ɵrq"] =
|
|
43955
|
-
exports["ɵrr"] =
|
|
43956
|
-
exports["ɵrs"] =
|
|
43957
|
-
exports["ɵrt"] =
|
|
43958
|
-
exports["ɵru"] =
|
|
43959
|
-
exports["ɵrv"] =
|
|
43960
|
-
exports["ɵrw"] =
|
|
43961
|
-
exports["ɵrx"] =
|
|
43962
|
-
exports["ɵry"] =
|
|
43963
|
-
exports["ɵrz"] =
|
|
44039
|
+
exports["ɵra"] = TransactionLinesSidePanelModule;
|
|
44040
|
+
exports["ɵrb"] = TransactionLinesSidePanelCashDeskModule;
|
|
44041
|
+
exports["ɵrc"] = TransactionCashRegisterPaymentDialogModule;
|
|
44042
|
+
exports["ɵrd"] = TransactionCashRegisterPaymentPinModule;
|
|
44043
|
+
exports["ɵre"] = TransactionCashRegisterPaymentButtonsModule;
|
|
44044
|
+
exports["ɵrf"] = TransactionCashRegisterPaymentButtonsComponent;
|
|
44045
|
+
exports["ɵrg"] = TransactionCashRegisterPaymentPinComponent;
|
|
44046
|
+
exports["ɵrh"] = TransactionCashRegisterPaymentCashModule;
|
|
44047
|
+
exports["ɵri"] = RegisteredPaymentModule;
|
|
44048
|
+
exports["ɵrj"] = RegisteredPaymentComponent;
|
|
44049
|
+
exports["ɵrk"] = TransactionCashRegisterPaymentCashComponent;
|
|
44050
|
+
exports["ɵrl"] = TransactionCashRegisterPaymentDoneModule;
|
|
44051
|
+
exports["ɵrm"] = TransactionCashRegisterPaymentDoneComponent;
|
|
44052
|
+
exports["ɵrn"] = TransactionCashRegisterPaymentMethodModule;
|
|
44053
|
+
exports["ɵro"] = TransactionCashRegisterPaymentMethodComponent;
|
|
44054
|
+
exports["ɵrp"] = TransactionCashRegisterPaymentQrCodeModule;
|
|
44055
|
+
exports["ɵrq"] = TransactionCashRegisterPaymentQrCodeComponent;
|
|
44056
|
+
exports["ɵrr"] = TransactionCashRegisterPaymentDialogComponent;
|
|
44057
|
+
exports["ɵrs"] = TransactionLinesSidePanelCashDeskComponent;
|
|
44058
|
+
exports["ɵrt"] = TransactionLinesSidePanelComponent;
|
|
44059
|
+
exports["ɵru"] = TransactionInternalComponent;
|
|
44060
|
+
exports["ɵrv"] = LineSelectionService;
|
|
44061
|
+
exports["ɵrw"] = TransactionGridModule;
|
|
44062
|
+
exports["ɵrx"] = TransactionLinesGridModule;
|
|
44063
|
+
exports["ɵry"] = TransactionBaseGridModule;
|
|
44064
|
+
exports["ɵrz"] = TransactionBaseGridComponent;
|
|
43964
44065
|
exports["ɵs"] = SafeStylePipe;
|
|
43965
|
-
exports["ɵsa"] =
|
|
43966
|
-
exports["ɵsb"] =
|
|
43967
|
-
exports["ɵsc"] =
|
|
43968
|
-
exports["ɵsd"] =
|
|
43969
|
-
exports["ɵse"] =
|
|
43970
|
-
exports["ɵsf"] =
|
|
43971
|
-
exports["ɵsg"] =
|
|
43972
|
-
exports["ɵsh"] =
|
|
43973
|
-
exports["ɵsi"] =
|
|
43974
|
-
exports["ɵsj"] =
|
|
43975
|
-
exports["ɵsk"] =
|
|
43976
|
-
exports["ɵsl"] =
|
|
43977
|
-
exports["ɵsm"] =
|
|
43978
|
-
exports["ɵsn"] =
|
|
43979
|
-
exports["ɵso"] =
|
|
43980
|
-
exports["ɵsp"] =
|
|
43981
|
-
exports["ɵsq"] =
|
|
43982
|
-
exports["ɵsr"] =
|
|
43983
|
-
exports["ɵss"] =
|
|
43984
|
-
exports["ɵst"] =
|
|
43985
|
-
exports["ɵsu"] =
|
|
43986
|
-
exports["ɵsv"] =
|
|
43987
|
-
exports["ɵsw"] =
|
|
43988
|
-
exports["ɵsx"] =
|
|
43989
|
-
exports["ɵsy"] =
|
|
43990
|
-
exports["ɵsz"] =
|
|
44066
|
+
exports["ɵsa"] = TransactionGridBaseComponent;
|
|
44067
|
+
exports["ɵsb"] = DialogTransactionLineWarehouseCcModule;
|
|
44068
|
+
exports["ɵsc"] = DialogTransactionLineWarehouseCcComponent;
|
|
44069
|
+
exports["ɵsd"] = DialogTransactionHeaderBranchModule;
|
|
44070
|
+
exports["ɵse"] = DialogTransactionHeaderBranchComponent;
|
|
44071
|
+
exports["ɵsf"] = TransactionLinesGridComponent;
|
|
44072
|
+
exports["ɵsg"] = TransactionOrderConfirmationGridModule;
|
|
44073
|
+
exports["ɵsh"] = TransactionOrderConfirmationGridComponent;
|
|
44074
|
+
exports["ɵsi"] = TransactionGridComponent;
|
|
44075
|
+
exports["ɵsj"] = SearchViewModeService;
|
|
44076
|
+
exports["ɵsk"] = TransactionSearchSalesOrderTileModule;
|
|
44077
|
+
exports["ɵsl"] = TransactionSearchSalesOrderTileComponent;
|
|
44078
|
+
exports["ɵsm"] = TransactionSearchTileBaseComponent;
|
|
44079
|
+
exports["ɵsn"] = TransactionSearchPurchaseOrderTileModule;
|
|
44080
|
+
exports["ɵso"] = TransactionSearchPurchaseOrderTileComponent;
|
|
44081
|
+
exports["ɵsp"] = TransactionSearchSalesOrderGridModule;
|
|
44082
|
+
exports["ɵsq"] = TransactionSearchSalesOrderGridComponent;
|
|
44083
|
+
exports["ɵsr"] = TransactionSearchGridBaseComponent;
|
|
44084
|
+
exports["ɵss"] = TransactionSearchPurchaseOrderGridModule;
|
|
44085
|
+
exports["ɵst"] = TransactionSearchPurchaseOrderGridComponent;
|
|
44086
|
+
exports["ɵsu"] = TransactionSearchSalesQuotationGridModule;
|
|
44087
|
+
exports["ɵsv"] = TransactionSearchSalesQuotationGridComponent;
|
|
44088
|
+
exports["ɵsw"] = TransactionSearchPosGridModule;
|
|
44089
|
+
exports["ɵsx"] = TransactionSearchPosGridComponent;
|
|
44090
|
+
exports["ɵsy"] = TransactionSearchSalesQuotationTileModule;
|
|
44091
|
+
exports["ɵsz"] = TransactionSearchSalesQuotationTileComponent;
|
|
43991
44092
|
exports["ɵt"] = SafeHtmlPipe;
|
|
43992
|
-
exports["ɵta"] =
|
|
43993
|
-
exports["ɵtb"] =
|
|
43994
|
-
exports["ɵtc"] =
|
|
43995
|
-
exports["ɵtd"] =
|
|
43996
|
-
exports["ɵte"] =
|
|
43997
|
-
exports["ɵtf"] =
|
|
43998
|
-
exports["ɵtg"] =
|
|
43999
|
-
exports["ɵth"] =
|
|
44000
|
-
exports["ɵti"] =
|
|
44001
|
-
exports["ɵtj"] =
|
|
44002
|
-
exports["ɵtk"] =
|
|
44003
|
-
exports["ɵtl"] =
|
|
44004
|
-
exports["ɵtm"] =
|
|
44005
|
-
exports["ɵtn"] =
|
|
44006
|
-
exports["ɵto"] =
|
|
44007
|
-
exports["ɵtp"] =
|
|
44008
|
-
exports["ɵtq"] =
|
|
44009
|
-
exports["ɵtr"] =
|
|
44010
|
-
exports["ɵts"] =
|
|
44011
|
-
exports["ɵtt"] =
|
|
44012
|
-
exports["ɵtu"] =
|
|
44013
|
-
exports["ɵtv"] =
|
|
44014
|
-
exports["ɵtw"] =
|
|
44015
|
-
exports["ɵtx"] =
|
|
44016
|
-
exports["ɵty"] =
|
|
44017
|
-
exports["ɵtz"] =
|
|
44093
|
+
exports["ɵta"] = TransactionSearchPosOrderTileModule;
|
|
44094
|
+
exports["ɵtb"] = TransactionSearchPosOrderTileComponent;
|
|
44095
|
+
exports["ɵtc"] = TransactionSearchGridModule;
|
|
44096
|
+
exports["ɵtd"] = TransactionSearchGridComponent;
|
|
44097
|
+
exports["ɵte"] = TransactionSearchTileModule;
|
|
44098
|
+
exports["ɵtf"] = TransactionSearchTileComponent;
|
|
44099
|
+
exports["ɵtg"] = TransactionSalesOrderFilterModule;
|
|
44100
|
+
exports["ɵth"] = TransactionSalesOrderFilterContentOrderModule;
|
|
44101
|
+
exports["ɵti"] = TransactionFilterItemModule;
|
|
44102
|
+
exports["ɵtj"] = TransactionFilterItemComponent;
|
|
44103
|
+
exports["ɵtk"] = TransactionSalesOrderFilterContentOrderComponent;
|
|
44104
|
+
exports["ɵtl"] = TransactionFilterContentBaseComponent;
|
|
44105
|
+
exports["ɵtm"] = TransactionSalesOrderFilterContentLogisticsModule;
|
|
44106
|
+
exports["ɵtn"] = TransactionFilterHistoricStateModule;
|
|
44107
|
+
exports["ɵto"] = TransactionFilterHistoricStateComponent;
|
|
44108
|
+
exports["ɵtp"] = TransactionSalesOrderFilterContentLogisticsComponent;
|
|
44109
|
+
exports["ɵtq"] = TransactionSalesOrderFilterContentArticleModule;
|
|
44110
|
+
exports["ɵtr"] = TransactionSalesOrderFilterContentArticleComponent;
|
|
44111
|
+
exports["ɵts"] = TransactionSalesOrderFilterComponent;
|
|
44112
|
+
exports["ɵtt"] = TransactionFilterBaseComponent;
|
|
44113
|
+
exports["ɵtu"] = TransactionPurchaseOrderFilterModule;
|
|
44114
|
+
exports["ɵtv"] = TransactionPurchaseOrderFilterContentOrderModule;
|
|
44115
|
+
exports["ɵtw"] = TransactionPurchaseOrderFilterContentOrderComponent;
|
|
44116
|
+
exports["ɵtx"] = TransactionPurchaseOrderFilterContentLogisticsModule;
|
|
44117
|
+
exports["ɵty"] = TransactionPurchaseOrderFilterContentLogisticsComponent;
|
|
44118
|
+
exports["ɵtz"] = TransactionPurchaseOrderFilterContentArticleModule;
|
|
44018
44119
|
exports["ɵu"] = PrependPipe;
|
|
44019
|
-
exports["ɵua"] =
|
|
44020
|
-
exports["ɵub"] =
|
|
44021
|
-
exports["ɵuc"] =
|
|
44022
|
-
exports["ɵud"] =
|
|
44023
|
-
exports["ɵue"] =
|
|
44024
|
-
exports["ɵuf"] =
|
|
44025
|
-
exports["ɵug"] =
|
|
44026
|
-
exports["ɵuh"] =
|
|
44027
|
-
exports["ɵui"] =
|
|
44028
|
-
exports["ɵuj"] =
|
|
44029
|
-
exports["ɵuk"] =
|
|
44030
|
-
exports["ɵul"] =
|
|
44031
|
-
exports["ɵum"] =
|
|
44032
|
-
exports["ɵun"] =
|
|
44033
|
-
exports["ɵuo"] =
|
|
44120
|
+
exports["ɵua"] = TransactionPurchaseOrderFilterContentArticleComponent;
|
|
44121
|
+
exports["ɵub"] = TransactionPurchaseOrderFilterComponent;
|
|
44122
|
+
exports["ɵuc"] = TransactionSalesQuotationFilterModule;
|
|
44123
|
+
exports["ɵud"] = TransactionSalesQuotationFilterContentOrderModule;
|
|
44124
|
+
exports["ɵue"] = TransactionSalesQuotationFilterContentOrderComponent;
|
|
44125
|
+
exports["ɵuf"] = TransactionSalesQuotationFilterContentLogisticsModule;
|
|
44126
|
+
exports["ɵug"] = TransactionSalesQuotationFilterContentLogisticsComponent;
|
|
44127
|
+
exports["ɵuh"] = TransactionSalesQuotationFilterContentArticleModule;
|
|
44128
|
+
exports["ɵui"] = TransactionSalesQuotationFilterContentArticleComponent;
|
|
44129
|
+
exports["ɵuj"] = TransactionSalesQuotationFilterComponent;
|
|
44130
|
+
exports["ɵuk"] = SearchFeatureModule;
|
|
44131
|
+
exports["ɵul"] = SearchHeaderButtonsModule;
|
|
44132
|
+
exports["ɵum"] = SearchHeaderButtonsComponent;
|
|
44133
|
+
exports["ɵun"] = SearchFilterPanelModule;
|
|
44134
|
+
exports["ɵuo"] = SearchFilterPanelComponent;
|
|
44135
|
+
exports["ɵup"] = SearchComponent;
|
|
44136
|
+
exports["ɵuq"] = TransactionTagComponent;
|
|
44034
44137
|
exports["ɵv"] = ConfirmationDialogComponent;
|
|
44035
44138
|
exports["ɵw"] = DialogBaseComponent;
|
|
44036
44139
|
exports["ɵx"] = IconCacheService;
|