@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
|
@@ -3,8 +3,8 @@ export class Version {
|
|
|
3
3
|
constructor() {
|
|
4
4
|
this.name = "@colijnit/transaction";
|
|
5
5
|
this.description = "Colijn IT transaction package";
|
|
6
|
-
this.symVer = "12.1.
|
|
7
|
-
this.publishDate = "
|
|
6
|
+
this.symVer = "12.1.187";
|
|
7
|
+
this.publishDate = "22-1-2024 17:19:59";
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tdmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvdHJhbnNhY3Rpb24tdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSx1REFBdUQ7QUFDdkQsTUFBTSxPQUFPLE9BQU87SUFBcEI7UUFDUyxTQUFJLEdBQUcsdUJBQXVCLENBQUM7UUFDL0IsZ0JBQVcsR0FBRywrQkFBK0IsQ0FBQztRQUM5QyxXQUFNLEdBQUcsVUFBVSxDQUFDO1FBQ3BCLGdCQUFXLEdBQUcsb0JBQW9CLENBQUM7SUFDNUMsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLy8gdGhpcyBmaWxlIGlzIGR5bmFtaWNhbGx5IGNyZWF0ZWQsIGRvIG5vdCBjaGFuZ2UgdGhpc1xuZXhwb3J0IGNsYXNzIFZlcnNpb24ge1xuICBwdWJsaWMgbmFtZSA9IFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uXCI7XG4gIHB1YmxpYyBkZXNjcmlwdGlvbiA9IFwiQ29saWpuIElUIHRyYW5zYWN0aW9uIHBhY2thZ2VcIjtcbiAgcHVibGljIHN5bVZlciA9IFwiMTIuMS4xODdcIjtcbiAgcHVibGljIHB1Ymxpc2hEYXRlID0gXCIyMi0xLTIwMjQgMTc6MTk6NTlcIjtcbn0iXX0=
|
|
@@ -213,8 +213,8 @@ class Version {
|
|
|
213
213
|
constructor() {
|
|
214
214
|
this.name = "@colijnit/transaction";
|
|
215
215
|
this.description = "Colijn IT transaction package";
|
|
216
|
-
this.symVer = "12.1.
|
|
217
|
-
this.publishDate = "
|
|
216
|
+
this.symVer = "12.1.187";
|
|
217
|
+
this.publishDate = "22-1-2024 17:19:59";
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
|
|
@@ -4948,7 +4948,7 @@ class TransactionConnectorAdapterService {
|
|
|
4948
4948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4949
4949
|
const response = yield this.connector.getPackageInformation(transactionUUID, lineUUID);
|
|
4950
4950
|
if (response && response.validationResult && response.validationResult.success) {
|
|
4951
|
-
return this._boFactory.makeBOArrayFromRawBackendDataArray(PackageLSP, response.
|
|
4951
|
+
return this._boFactory.makeBOArrayFromRawBackendDataArray(PackageLSP, response.resultObject);
|
|
4952
4952
|
}
|
|
4953
4953
|
else {
|
|
4954
4954
|
this._handleExceptionFromResponse(response);
|
|
@@ -7417,7 +7417,6 @@ class TransactionBaseService extends BaseModuleService {
|
|
|
7417
7417
|
// not being used at the moment, so it should be false
|
|
7418
7418
|
this._readonly = false;
|
|
7419
7419
|
this._activeRubric = TransactionTypeCategory.SalesOrderOverview;
|
|
7420
|
-
this._transactionKind = TransactionKind.SalesOrder;
|
|
7421
7420
|
this._relation = new Relation();
|
|
7422
7421
|
this._purchaseOrdersCompleted = false;
|
|
7423
7422
|
this._receiveGoodsCompleted = false;
|
|
@@ -7431,8 +7430,6 @@ class TransactionBaseService extends BaseModuleService {
|
|
|
7431
7430
|
this._alreadyLocked = false;
|
|
7432
7431
|
this._transactionDirty = false;
|
|
7433
7432
|
this._salesOrderConfirmationSent = false;
|
|
7434
|
-
this._answerRecalculationDeposit = false;
|
|
7435
|
-
this._dontAskForRecalculationDeposit = false;
|
|
7436
7433
|
}
|
|
7437
7434
|
set activeRubric(value) {
|
|
7438
7435
|
this._activeRubric = value;
|
|
@@ -7454,8 +7451,8 @@ class TransactionBaseService extends BaseModuleService {
|
|
|
7454
7451
|
if (this._transactionKind !== value) {
|
|
7455
7452
|
this._transactionKind = value;
|
|
7456
7453
|
this.activeRubric = this._defaultActiveRubricFromTransactionKind.get(value);
|
|
7454
|
+
this.transactionKindSet.next(true);
|
|
7457
7455
|
}
|
|
7458
|
-
this.transactionKindSet.next(true);
|
|
7459
7456
|
}
|
|
7460
7457
|
get transactionKind() {
|
|
7461
7458
|
return this._transactionKind;
|
|
@@ -13229,7 +13226,7 @@ class TransactionArticleTextComponent {
|
|
|
13229
13226
|
set transactionLine(value) {
|
|
13230
13227
|
if (value) {
|
|
13231
13228
|
this._transactionLine = value;
|
|
13232
|
-
this.transactionAddTextLineRequest.text = value.text;
|
|
13229
|
+
this.transactionAddTextLineRequest.text = this.orderLineSetDTO ? this.orderLineSetDTO.text : value.text;
|
|
13233
13230
|
this.showOrderLineFields = (this.orderLineSetDTO && this.orderLineSetDTO.orderLineSetCode !== null && this.transactionLine && !this.transactionLine.articleBound);
|
|
13234
13231
|
}
|
|
13235
13232
|
}
|
|
@@ -13243,6 +13240,7 @@ class TransactionArticleTextComponent {
|
|
|
13243
13240
|
this.color = this.orderLineSetDTO.color;
|
|
13244
13241
|
this.amount = this.orderLineSetDTO.amount;
|
|
13245
13242
|
this.title = this.orderLineSetDTO.title;
|
|
13243
|
+
this.transactionAddTextLineRequest.text = this.orderLineSetDTO.text;
|
|
13246
13244
|
}
|
|
13247
13245
|
get orderLineSetDTO() {
|
|
13248
13246
|
return this._orderLineSetDTO;
|
|
@@ -18003,6 +18001,8 @@ class TransactionSalesPickingButtonBarButtonComponent extends TransactionButtonB
|
|
|
18003
18001
|
}), this._transactionEventService.salesOrderToBePickedCompletedChanged.subscribe((completed) => {
|
|
18004
18002
|
this.toBePickedChecked = completed;
|
|
18005
18003
|
this._checkAdditional();
|
|
18004
|
+
}), this._transactionEventService.activeRubricChange.subscribe((rubric) => {
|
|
18005
|
+
this.showCategories = false;
|
|
18006
18006
|
}));
|
|
18007
18007
|
}
|
|
18008
18008
|
ngOnDestroy() {
|
|
@@ -19893,6 +19893,63 @@ TransactionPlanningLineComponent.propDecorators = {
|
|
|
19893
19893
|
handleMouseLeave: [{ type: HostListener, args: ["mouseleave", ["$event"],] }]
|
|
19894
19894
|
};
|
|
19895
19895
|
|
|
19896
|
+
class TransactionQuickAccessPlanningComponent extends TransactionBaseComponent {
|
|
19897
|
+
constructor(transactionEventService, service, iconCacheService, transactionScreenConfigurationService, dictionaryService, imageService, changeDetector, _purchaseConfirmationService, _transactionService) {
|
|
19898
|
+
super(transactionEventService, iconCacheService, transactionScreenConfigurationService, imageService, dictionaryService, service, changeDetector);
|
|
19899
|
+
this.transactionEventService = transactionEventService;
|
|
19900
|
+
this.service = service;
|
|
19901
|
+
this.iconCacheService = iconCacheService;
|
|
19902
|
+
this.transactionScreenConfigurationService = transactionScreenConfigurationService;
|
|
19903
|
+
this.dictionaryService = dictionaryService;
|
|
19904
|
+
this.imageService = imageService;
|
|
19905
|
+
this.changeDetector = changeDetector;
|
|
19906
|
+
this._purchaseConfirmationService = _purchaseConfirmationService;
|
|
19907
|
+
this._transactionService = _transactionService;
|
|
19908
|
+
this.lspMode = false;
|
|
19909
|
+
}
|
|
19910
|
+
showClass() {
|
|
19911
|
+
return true;
|
|
19912
|
+
}
|
|
19913
|
+
toggleLspMode() {
|
|
19914
|
+
this.lspMode = !this.lspMode;
|
|
19915
|
+
}
|
|
19916
|
+
openPlanningSideBar() {
|
|
19917
|
+
if (this.lspMode && this.selectedLines.length > 0) {
|
|
19918
|
+
this.transactionEventService.openSidePanel.next(this.selectedLines[0]);
|
|
19919
|
+
}
|
|
19920
|
+
}
|
|
19921
|
+
get selectedLines() {
|
|
19922
|
+
return this._transactionService.currentTransaction.transactionLines.filter(line => line.selected);
|
|
19923
|
+
}
|
|
19924
|
+
}
|
|
19925
|
+
TransactionQuickAccessPlanningComponent.decorators = [
|
|
19926
|
+
{ type: Component, args: [{
|
|
19927
|
+
selector: "co-transaction-quick-access-planning",
|
|
19928
|
+
template: `
|
|
19929
|
+
<div class="planning-buttons">
|
|
19930
|
+
<co-transaction-button-bar-button [class.selected]="lspMode" [iconName]="icons.BoxesPackingRegular" (click)="toggleLspMode()"></co-transaction-button-bar-button>
|
|
19931
|
+
<co-transaction-button-bar-button [iconName]="icons.RegularBoxesPackingCircleCheck" (click)="openPlanningSideBar()"></co-transaction-button-bar-button>
|
|
19932
|
+
</div>
|
|
19933
|
+
`,
|
|
19934
|
+
encapsulation: ViewEncapsulation.None
|
|
19935
|
+
},] }
|
|
19936
|
+
];
|
|
19937
|
+
TransactionQuickAccessPlanningComponent.ctorParameters = () => [
|
|
19938
|
+
{ type: TransactionEventService },
|
|
19939
|
+
{ type: TransactionService },
|
|
19940
|
+
{ type: IconCacheService },
|
|
19941
|
+
{ type: TransactionScreenConfigurationService },
|
|
19942
|
+
{ type: DictionaryService },
|
|
19943
|
+
{ type: TransactionImageService },
|
|
19944
|
+
{ type: ChangeDetectorRef },
|
|
19945
|
+
{ type: PurchaseConfirmationService },
|
|
19946
|
+
{ type: TransactionService }
|
|
19947
|
+
];
|
|
19948
|
+
TransactionQuickAccessPlanningComponent.propDecorators = {
|
|
19949
|
+
sendDocumentsComponent: [{ type: ViewChild, args: [TransactionSendDocumentsComponent,] }],
|
|
19950
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-quick-access-planning",] }]
|
|
19951
|
+
};
|
|
19952
|
+
|
|
19896
19953
|
class TransactionMappingService {
|
|
19897
19954
|
constructor(_transactionService) {
|
|
19898
19955
|
this._transactionService = _transactionService;
|
|
@@ -19929,6 +19986,7 @@ class TransactionMappingService {
|
|
|
19929
19986
|
[{ type: TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderInvoice }, TransactionQuickAccessInvoiceComponent],
|
|
19930
19987
|
[{ type: TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderToBePicked }, TransactionQuickAccessToBePickedComponent],
|
|
19931
19988
|
[{ type: TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderPicked }, TransactionQuickAccessPickedComponent],
|
|
19989
|
+
[{ type: TransactionKind.SalesOrder, category: TransactionTypeCategory.SalesOrderPlanning }, TransactionQuickAccessPlanningComponent],
|
|
19932
19990
|
[{ type: TransactionKind.SalesQuotation, category: TransactionTypeCategory.SalesOrderQuotation }, TransactionQuickAccessSalesQuotationComponent]
|
|
19933
19991
|
]);
|
|
19934
19992
|
this._transactionGridComponent = new Map([
|
|
@@ -25382,7 +25440,7 @@ class AvatarComponent {
|
|
|
25382
25440
|
_getImageContent(docId) {
|
|
25383
25441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
25384
25442
|
const content = yield this._transactionConnectorService.getDocumentContent(docId);
|
|
25385
|
-
if (content) {
|
|
25443
|
+
if (content && this._image) {
|
|
25386
25444
|
this._image.thumbnailBody = content;
|
|
25387
25445
|
this.imageSrc = this.image.thumbnailBodyAsDataUri;
|
|
25388
25446
|
this._changeDetector.detectChanges();
|
|
@@ -31213,13 +31271,13 @@ class TransactionInternalComponent {
|
|
|
31213
31271
|
}
|
|
31214
31272
|
else {
|
|
31215
31273
|
const newRequest = new TransactionAddOrderLineSetTextLineRequest();
|
|
31216
|
-
newRequest.
|
|
31274
|
+
newRequest.orderLineSetText = data.request.text;
|
|
31217
31275
|
newRequest.amount = data.request.amount;
|
|
31218
31276
|
newRequest.categoryId = data.request.categoryId;
|
|
31219
31277
|
newRequest.color = data.request.color;
|
|
31220
31278
|
newRequest.transactionUuid = data.request.transactionUuid;
|
|
31221
31279
|
newRequest.showOnDocuments = data.request.showOnDocuments;
|
|
31222
|
-
newRequest.text = data.request.
|
|
31280
|
+
newRequest.text = data.request.title;
|
|
31223
31281
|
yield this.service.addOrderLineSet(newRequest);
|
|
31224
31282
|
}
|
|
31225
31283
|
this._hideTransactionTextDialog();
|
|
@@ -31238,8 +31296,10 @@ class TransactionInternalComponent {
|
|
|
31238
31296
|
}
|
|
31239
31297
|
handleEditTransactionText(line) {
|
|
31240
31298
|
this.transactionLine = line;
|
|
31241
|
-
this.textToEdit = line.text;
|
|
31242
31299
|
this.selectedOrderLineSetDTO = this._getOrderLineSetIfExists(line);
|
|
31300
|
+
if (isNill(this.selectedOrderLineSetDTO)) {
|
|
31301
|
+
this.textToEdit = line.text;
|
|
31302
|
+
}
|
|
31243
31303
|
if (line.isText) {
|
|
31244
31304
|
this.showTransactionTextDialog();
|
|
31245
31305
|
}
|
|
@@ -31331,8 +31391,8 @@ TransactionInternalComponent.decorators = [
|
|
|
31331
31391
|
|
|
31332
31392
|
<div class="transaction-lines-header">
|
|
31333
31393
|
<co-transaction-quick-access *ngIf="showQuickAccess" class="transaction-lines-header-item"
|
|
31334
|
-
[relation]="relation"
|
|
31335
31394
|
[transaction]="transaction"
|
|
31395
|
+
[relation]="relation"
|
|
31336
31396
|
[activeCategory]="activeCategory"
|
|
31337
31397
|
></co-transaction-quick-access>
|
|
31338
31398
|
<co-transaction-button-bar *ngIf="showButtonBar" class="transaction-lines-header-item"
|
|
@@ -32610,8 +32670,8 @@ class DialogCatalogComponent {
|
|
|
32610
32670
|
this.catArtName = data.article.name;
|
|
32611
32671
|
this.showProduct = true;
|
|
32612
32672
|
}
|
|
32613
|
-
handleAddCatFarmArticleClicked(
|
|
32614
|
-
this.addCatFarmArticleClicked.emit({ jsonString:
|
|
32673
|
+
handleAddCatFarmArticleClicked(data) {
|
|
32674
|
+
this.addCatFarmArticleClicked.emit({ quantity: data.quantity, jsonString: data.article, catalog: this.catalogDefinition.getId() });
|
|
32615
32675
|
}
|
|
32616
32676
|
checkIfOpeningIsAllowed() {
|
|
32617
32677
|
if (this.transaction.transactionInfo.orderLineSets && this.transaction.transactionInfo.orderLineSets.length > 0) {
|
|
@@ -32964,9 +33024,6 @@ class TransactionButtonBarComponent {
|
|
|
32964
33024
|
set selectedCategory(value) {
|
|
32965
33025
|
this._selectedCategory = value;
|
|
32966
33026
|
}
|
|
32967
|
-
get selectedLines() {
|
|
32968
|
-
return this._transactionService.currentTransaction.transactionLines.filter(line => line.selected);
|
|
32969
|
-
}
|
|
32970
33027
|
showClass() {
|
|
32971
33028
|
return true;
|
|
32972
33029
|
}
|
|
@@ -32992,24 +33049,12 @@ class TransactionButtonBarComponent {
|
|
|
32992
33049
|
trackButton(index, button) {
|
|
32993
33050
|
return button.category;
|
|
32994
33051
|
}
|
|
32995
|
-
toggleLspMode() {
|
|
32996
|
-
this.lspMode = !this.lspMode;
|
|
32997
|
-
}
|
|
32998
|
-
openPlanningSideBar() {
|
|
32999
|
-
if (this.lspMode && this.selectedLines.length > 0) {
|
|
33000
|
-
this._transactionEventService.openSidePanel.next(this.selectedLines[0]);
|
|
33001
|
-
}
|
|
33002
|
-
}
|
|
33003
33052
|
}
|
|
33004
33053
|
TransactionButtonBarComponent.decorators = [
|
|
33005
33054
|
{ type: Component, args: [{
|
|
33006
33055
|
selector: "co-transaction-button-bar",
|
|
33007
33056
|
template: `
|
|
33008
33057
|
<div class="button-bar-wrapper">
|
|
33009
|
-
<div class="planning-buttons" *ngIf="selectedCategory === categories.SalesOrderPlanning && !sidePanel">
|
|
33010
|
-
<co-transaction-button-bar-button [class.selected]="lspMode" [iconName]="icons.BoxesPackingRegular" (click)="toggleLspMode()"></co-transaction-button-bar-button>
|
|
33011
|
-
<co-transaction-button-bar-button [iconName]="icons.RegularBoxesPackingCircleCheck" (click)="openPlanningSideBar()"></co-transaction-button-bar-button>
|
|
33012
|
-
</div>
|
|
33013
33058
|
<co-transaction-button-bar-button *ngFor="let button of buttons; let index = index; trackBy: trackButton"
|
|
33014
33059
|
[screenConfigurationObject]="button.cfgName"
|
|
33015
33060
|
[transactionInfoResponse]="transactionInfoResponse"
|
|
@@ -33377,6 +33422,30 @@ TransactionQuickAccessSalesQuotationModule.decorators = [
|
|
|
33377
33422
|
},] }
|
|
33378
33423
|
];
|
|
33379
33424
|
|
|
33425
|
+
class TransactionQuickAccessPlanningModule {
|
|
33426
|
+
}
|
|
33427
|
+
TransactionQuickAccessPlanningModule.decorators = [
|
|
33428
|
+
{ type: NgModule, args: [{
|
|
33429
|
+
imports: [
|
|
33430
|
+
CommonModule,
|
|
33431
|
+
InputSearchModule,
|
|
33432
|
+
PipeModule,
|
|
33433
|
+
DialogCatalogModule,
|
|
33434
|
+
QuickSendButtonModule,
|
|
33435
|
+
SendMethodDialogModule,
|
|
33436
|
+
TransactionSendDocumentsModule,
|
|
33437
|
+
DigitalSignatureModule,
|
|
33438
|
+
TransactionButtonBarModule
|
|
33439
|
+
],
|
|
33440
|
+
declarations: [
|
|
33441
|
+
TransactionQuickAccessPlanningComponent
|
|
33442
|
+
],
|
|
33443
|
+
exports: [
|
|
33444
|
+
TransactionQuickAccessPlanningComponent
|
|
33445
|
+
]
|
|
33446
|
+
},] }
|
|
33447
|
+
];
|
|
33448
|
+
|
|
33380
33449
|
class TransactionQuickAccessModule {
|
|
33381
33450
|
}
|
|
33382
33451
|
TransactionQuickAccessModule.decorators = [
|
|
@@ -33398,7 +33467,8 @@ TransactionQuickAccessModule.decorators = [
|
|
|
33398
33467
|
TransactionQuickAccessInvoiceModule,
|
|
33399
33468
|
TransactionQuickAccessToBePickedModule,
|
|
33400
33469
|
TransactionQuickAccessPickedModule,
|
|
33401
|
-
TransactionQuickAccessSalesQuotationModule
|
|
33470
|
+
TransactionQuickAccessSalesQuotationModule,
|
|
33471
|
+
TransactionQuickAccessPlanningModule
|
|
33402
33472
|
],
|
|
33403
33473
|
declarations: [
|
|
33404
33474
|
TransactionQuickAccessComponent
|
|
@@ -34081,7 +34151,11 @@ class AddProductComponent {
|
|
|
34081
34151
|
handleAddCatFarmArticleClick(data) {
|
|
34082
34152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
34083
34153
|
this.showCatalog = false;
|
|
34084
|
-
|
|
34154
|
+
let request = new ExternalCatalogAddArticleRequest();
|
|
34155
|
+
request.catalogId = data.catalog;
|
|
34156
|
+
request.catalogType = ExternalCatalogTypes.CatalogFarm;
|
|
34157
|
+
request.articleJson = data.jsonString;
|
|
34158
|
+
yield this.transactionService.addExternalCatalogArticle(request);
|
|
34085
34159
|
});
|
|
34086
34160
|
}
|
|
34087
34161
|
_prepareCatalogRequest() {
|
|
@@ -36612,12 +36686,22 @@ class TransactionLineSidePanelPlanningComponent {
|
|
|
36612
36686
|
showClass() {
|
|
36613
36687
|
return true;
|
|
36614
36688
|
}
|
|
36689
|
+
get packageLSP() {
|
|
36690
|
+
return this._packageLSP;
|
|
36691
|
+
}
|
|
36615
36692
|
ngOnInit() {
|
|
36616
|
-
this
|
|
36617
|
-
this.
|
|
36618
|
-
|
|
36619
|
-
|
|
36620
|
-
|
|
36693
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36694
|
+
yield this._transaction.getPackageInformation(this.transactionInfo.transactionInfo.uuid, this.transactionLine.uuid).then(result => {
|
|
36695
|
+
if (result.length) {
|
|
36696
|
+
this._packageLSP = result[0];
|
|
36697
|
+
}
|
|
36698
|
+
else {
|
|
36699
|
+
this._transaction.getLogisticsPartners().then(result => {
|
|
36700
|
+
this.deliveryMethods = result;
|
|
36701
|
+
this.selectedMethod = this.deliveryMethods[0];
|
|
36702
|
+
});
|
|
36703
|
+
}
|
|
36704
|
+
});
|
|
36621
36705
|
});
|
|
36622
36706
|
}
|
|
36623
36707
|
deliveryMethodChange(method) {
|
|
@@ -36636,72 +36720,71 @@ class TransactionLineSidePanelPlanningComponent {
|
|
|
36636
36720
|
lspLine.lineUUID = line.uuid;
|
|
36637
36721
|
request.lines.push(lspLine);
|
|
36638
36722
|
});
|
|
36639
|
-
this.
|
|
36723
|
+
this._packageLSP = yield this._transaction.sendPackageInformationToLSP(request);
|
|
36640
36724
|
});
|
|
36641
36725
|
}
|
|
36642
36726
|
openTrackAndTraceURL() {
|
|
36643
|
-
window.open(this.
|
|
36727
|
+
window.open(this._packageLSP.trackAndTraceUrl, "_blank");
|
|
36644
36728
|
}
|
|
36645
36729
|
}
|
|
36646
36730
|
TransactionLineSidePanelPlanningComponent.decorators = [
|
|
36647
36731
|
{ type: Component, args: [{
|
|
36648
36732
|
selector: "co-transaction-line-side-panel-planning",
|
|
36649
36733
|
template: `
|
|
36650
|
-
|
|
36651
|
-
|
|
36652
|
-
|
|
36653
|
-
|
|
36654
|
-
|
|
36655
|
-
|
|
36656
|
-
|
|
36657
|
-
|
|
36658
|
-
|
|
36659
|
-
|
|
36660
|
-
|
|
36661
|
-
|
|
36662
|
-
|
|
36663
|
-
|
|
36664
|
-
</div>
|
|
36665
|
-
</div>
|
|
36734
|
+
<div class="wrapper">
|
|
36735
|
+
<div class="delivery-method-wrapper" *ngIf="!packageLSP">
|
|
36736
|
+
<span [textContent]="'LOGISTICS_SERVICE_PROVIDER_CHOICE' | localize"></span>
|
|
36737
|
+
<div class="methods-wrapper">
|
|
36738
|
+
<div class="method" [class.selected]="selectedMethod === method" *ngFor="let method of deliveryMethods">
|
|
36739
|
+
<div class="radio-wrapper">
|
|
36740
|
+
<co-input-radio-button [model]="selectedMethod === method"
|
|
36741
|
+
(modelChange)="deliveryMethodChange($event)"></co-input-radio-button>
|
|
36742
|
+
</div>
|
|
36743
|
+
<div class="body-wrapper">
|
|
36744
|
+
<co-image
|
|
36745
|
+
[source]="method.image.documentBody"></co-image>
|
|
36746
|
+
<span class="body-text" [textContent]="method.description"></span>
|
|
36747
|
+
</div>
|
|
36666
36748
|
</div>
|
|
36667
|
-
|
|
36668
|
-
|
|
36669
|
-
|
|
36670
|
-
|
|
36671
|
-
|
|
36672
|
-
|
|
36673
|
-
|
|
36674
|
-
<span class="header" [textContent]="'ARTICLES_AMOUNT' | localize"></span>
|
|
36675
|
-
<span class="text" [textContent]="'?'"></span>
|
|
36676
|
-
</div>
|
|
36677
|
-
|
|
36678
|
-
<div class="block">
|
|
36679
|
-
<span class="header" [textContent]="'TOTAL_WEIGHT' | localize"></span>
|
|
36680
|
-
<span class="text" [textContent]="'?'"></span>
|
|
36681
|
-
</div>
|
|
36682
|
-
|
|
36683
|
-
<div class="block">
|
|
36684
|
-
<span class="header" [textContent]="'DELIVERY_BATCH' | localize"></span>
|
|
36685
|
-
<span class="text" [textContent]="'?'"></span>
|
|
36686
|
-
</div>
|
|
36687
|
-
|
|
36749
|
+
</div>
|
|
36750
|
+
</div>
|
|
36751
|
+
<div class="header-info-wrapper">
|
|
36752
|
+
<div class="block">
|
|
36753
|
+
<span class="header" [textContent]="'LINES_AMOUNT' | localize"></span>
|
|
36754
|
+
<span class="text" [textContent]="selectedLines?.length"></span>
|
|
36755
|
+
</div>
|
|
36688
36756
|
|
|
36757
|
+
<div class="block">
|
|
36758
|
+
<span class="header" [textContent]="'ARTICLES_AMOUNT' | localize"></span>
|
|
36759
|
+
<span class="text" [textContent]="'?'"></span>
|
|
36760
|
+
</div>
|
|
36689
36761
|
|
|
36690
|
-
|
|
36762
|
+
<div class="block">
|
|
36763
|
+
<span class="header" [textContent]="'TOTAL_WEIGHT' | localize"></span>
|
|
36764
|
+
<span class="text" [textContent]="'?'"></span>
|
|
36765
|
+
</div>
|
|
36691
36766
|
|
|
36692
|
-
<div class="
|
|
36693
|
-
<
|
|
36767
|
+
<div class="block">
|
|
36768
|
+
<span class="header" [textContent]="'DELIVERY_BATCH' | localize"></span>
|
|
36769
|
+
<span class="text" [textContent]="'?'"></span>
|
|
36694
36770
|
</div>
|
|
36771
|
+
</div>
|
|
36695
36772
|
|
|
36696
|
-
|
|
36697
|
-
|
|
36698
|
-
|
|
36699
|
-
|
|
36700
|
-
|
|
36701
|
-
|
|
36773
|
+
<div class="send-button-wrapper" *ngIf="!packageLSP">
|
|
36774
|
+
<co-button (click)="createTrackAndTrace()" [label]="'SEND' | localize"></co-button>
|
|
36775
|
+
</div>
|
|
36776
|
+
|
|
36777
|
+
<div class="track-and-trace-wrapper">
|
|
36778
|
+
<span class="track-and-trace-header" [textContent]="'INFORMATION_LOGISTIC_SERVICE_PROVIDER' | localize"></span>
|
|
36779
|
+
<div class="track-and-trace-body-wrapper">
|
|
36780
|
+
<div class="code-wrapper">
|
|
36781
|
+
<span [textContent]="'TRACK_AND_TRACE' | localize"></span>
|
|
36782
|
+
<span [textContent]="packageLSP ? packageLSP['trackAndTraceCode'] : '--'"></span>
|
|
36702
36783
|
</div>
|
|
36784
|
+
<a (click)="openTrackAndTraceURL()" [textContent]="packageLSP ? packageLSP['trackAndTraceUrl'] : '--'"></a>
|
|
36703
36785
|
</div>
|
|
36704
36786
|
</div>
|
|
36787
|
+
</div>
|
|
36705
36788
|
`,
|
|
36706
36789
|
encapsulation: ViewEncapsulation.None
|
|
36707
36790
|
},] }
|
|
@@ -42924,5 +43007,5 @@ SharedConnectorService.ctorParameters = () => [
|
|
|
42924
43007
|
* Generated bundle index. Do not edit.
|
|
42925
43008
|
*/
|
|
42926
43009
|
|
|
42927
|
-
export { AddProductComponent, AddProductModule, CheckoutComponent, CheckoutModule, DatePeriod, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, RelationConnectorService, RelationService, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, CheckoutModuleService as ɵa, CheckoutScreenConfigurationService as ɵb, WarehouseModule as ɵba, WarehouseComponent as ɵbb, ToastModule as ɵbc, ToastComponent as ɵbd, ImageDisplayComponent as ɵbe, IconComponent as ɵbf, CustomerGroupsComponent as ɵbg, StockStatusIndicatorComponent as ɵbh, LazyRenderMasterDirective as ɵbi, LazyRenderDirective as ɵbj, RelationAddressModule as ɵbk, RelationAddressComponent as ɵbl, RelationBaseComponent as ɵbm, RelationAddressSelectModule as ɵbn, RelationAddressTileModule as ɵbo, TileModule as ɵbp, TileComponent as ɵbq, RelationAddressTileComponent as ɵbr, RelationAddressSelectComponent as ɵbs, StepperModule as ɵbt, StepperComponent as ɵbu, StepperStepComponent as ɵbv, TransactionLineModule as ɵbw, TransactionTextLineModule as ɵbx, TransactionTextLineComponent as ɵby, TransactionBaseComponent as ɵbz, DictionaryService as ɵc, TransactionImageService as ɵca, OrderLineSetService as ɵcb, TransactionOverviewLineModule as ɵcc, TransactionArticleTextModule as ɵcd, TransactionLineImageAndDescriptionModule as ɵce, TransactionLineDescriptionModule as ɵcf, TransactionLineDescriptionComponent as ɵcg, TransactionInputFieldBaseComponent as ɵch, TransactionLineImageAndDescriptionComponent as ɵci, TransactionArticleTextComponent as ɵcj, TransactionArticleTextOverviewModule as ɵck, TransactionArticleTextOverviewComponent as ɵcl, TransactionLineActionButtonsModule as ɵcm, TransactionLineActionButtonsComponent as ɵcn, TransactionLineActionButtonsPopupComponent as ɵco, EditableLabelModule as ɵcp, EditableLabelComponent as ɵcq, TransactionLinePriceModule as ɵcr, TransactionLinePriceComponent as ɵcs, TransactionBaseLineModule as ɵct, TransactionBaseLineComponent as ɵcu, TransactionLineCommissionButtonModule as ɵcv, DialogTransactionLineCommissionCodeModule as ɵcw, TransactionLineCommissionCodeModule as ɵcx, TransactionLineCheckboxModule as ɵcy, TransactionLineCheckboxListComponent as ɵcz, CacheField as ɵd, TransactionLineCommissionCodeComponent as ɵda, TransactionFilterPopupBaseComponent as ɵdb, DialogHeaderSearchModule as ɵdc, DialogHeaderSearchComponent as ɵdd, DialogTransactionLineCommissionCodeComponent as ɵde, DialogTransactionBaseComponent as ɵdf, TransactionButtonModule as ɵdg, TransactionButtonComponent as ɵdh, TransactionLineCommissionButtonComponent as ɵdi, TransactionLineWarehouseButtonModule as ɵdj, DialogTransactionLineWarehouseModule as ɵdk, TransactionLineWarehouseModule as ɵdl, TransactionLineWarehouseComponent as ɵdm, DialogTransactionLineWarehouseComponent as ɵdn, TransactionLineWarehouseButtonComponent as ɵdo, TransactionLineDeliveryButtonModule as ɵdp, DialogTransactionLineDeliveryMethodModule as ɵdq, TransactionLineDeliveryMethodModule as ɵdr, TransactionLineDeliveryMethodComponent as ɵds, DialogTransactionLineDeliveryMethodComponent as ɵdt, TransactionLineDeliveryButtonComponent as ɵdu, TransactionLineDeliveryDateButtonModule as ɵdv, TransactionDateSelectModule as ɵdw, TransactionDateSelectComponent as ɵdx, TransactionLineDeliveryDateButtonComponent as ɵdy, DialogTransactionLineVatModule as ɵdz, ErrorService as ɵe, TransactionLineVatModule as ɵea, TransactionLineVatComponent as ɵeb, DialogTransactionLineVatComponent as ɵec, DialogTransactionLineDiscountModule as ɵed, TransactionLinePriceListModule as ɵee, TransactionLinePriceListComponent as ɵef, TransactionLineDiscountPercentageModule as ɵeg, TransactionLineDiscountPercentageComponent as ɵeh, TransactionLineDiscountAmountModule as ɵei, TransactionLineDiscountAmountComponent as ɵej, TransactionLineQuantumDiscountModule as ɵek, TransactionLineQuantumDiscountComponent as ɵel, TransactionLineSpecialDiscountModule as ɵem, TransactionLineSpecialDiscountComponent as ɵen, DialogTransactionLinePriceListModule as ɵeo, DialogTransactionLinePriceListComponent as ɵep, DialogTransactionLineDiscountComponent as ɵeq, TransactionLineAmountModule as ɵer, TransactionLineAmountComponent as ɵes, TransactionLineVatButtonModule as ɵet, TransactionLineVatButtonComponent as ɵeu, TransactionLineDiscountButtonModule as ɵev, TransactionLineDiscountButtonComponent as ɵew, TransactionLineDeliveryDateModule as ɵex, TransactionLineDeliveryDateComponent as ɵey, TransactionPlanningLineModule as ɵez, DialogService as ɵf, TransactionPlanningLineComponent as ɵfa, TransactionOverviewLineComponent as ɵfb, TransactionPurchaseLineModule as ɵfc, TransactionLineSupplierButtonModule as ɵfd, TransactionLineSupplierModule as ɵfe, TransactionLineSupplierComponent as ɵff, DialogTransactionLineSupplierModule as ɵfg, DialogTransactionLineSupplierComponent as ɵfh, TransactionLineSupplierButtonComponent as ɵfi, TransactionNavigationButtonModule as ɵfj, TransactionNavigationButtonComponent as ɵfk, TransactionLineDropShipmentButtonModule as ɵfl, TransactionLineDropShipmentButtonComponent as ɵfm, TransactionNavigationButtonListModule as ɵfn, TransactionNavigationButtonListComponent as ɵfo, TransactionLineConfirmedDeliveryDateButtonModule as ɵfp, TransactionLineConfirmedDeliveryDateButtonComponent as ɵfq, TransactionPurchaseLineComponent as ɵfr, TransactionPurchaseLineBaseComponent as ɵfs, TransactionGoodsAllocationLineModule as ɵft, TransactionLineWarehouseLocationButtonModule as ɵfu, DialogTransactionLineWarehouseLocationModule as ɵfv, TransactionLineWarehouseLocationModule as ɵfw, TransactionLineWarehouseLocationComponent as ɵfx, ArticleService as ɵfy, DialogTransactionLineWarehouseLocationComponent as ɵfz, DynamicComponentService as ɵg, TransactionLineWarehouseLocationButtonComponent as ɵga, TransactionGoodsAllocationLineComponent as ɵgb, TransactionOrderDeliveryLineModule as ɵgc, TransactionOrderDeliveryLineComponent as ɵgd, TransactionOrderDeliveryLineBaseComponent as ɵge, TransactionInvoiceLineModule as ɵgf, TransactionInvoiceLineComponent as ɵgg, TransactionInvoiceLineBaseComponent as ɵgh, TransactionPickedLineModule as ɵgi, TransactionPickedLineComponent as ɵgj, TransactionToBePickedLineModule as ɵgk, TransactionToBePickedLineComponent as ɵgl, TransactionPurchaseOverviewLineModule as ɵgm, TransactionPurchaseOverviewLineComponent as ɵgn, TransactionReceiveGoodsLineModule as ɵgo, TransactionPrintPackageStickerModule as ɵgp, TransactionPrintPackageStickerComponent as ɵgq, TransactionQuickAccessSendMethodBaseComponent as ɵgr, TransactionReceiveGoodsLineComponent as ɵgs, TransactionReceiveGoodsLineBaseComponent as ɵgt, TransactionPurchaseOrderLineModule as ɵgu, TransactionPurchasePortalLineGrossOrderPriceModule as ɵgv, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵgw, TransactionPurchasePortalLineNetOrderPriceModule as ɵgx, TransactionPurchasePortalLineNetOrderPriceComponent as ɵgy, TransactionPurchasePortalLineDeliveryDateModule as ɵgz, ArticleConnectorService as ɵh, TransactionPurchasePortalLineDeliveryDateComponent as ɵha, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhb, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhc, TransactionLineSupplierDeliveryDateButtonModule as ɵhd, TransactionLineSupplierDeliveryDateButtonComponent as ɵhe, TransactionLineConfirmedPriceModule as ɵhf, TransactionLineConfirmedPriceComponent as ɵhg, TransactionPurchaseOrderLineComponent as ɵhh, TransactionPurchaseOrderLineBaseComponent as ɵhi, TransactionCashRegisterOrderLineModule as ɵhj, TransactionCashRegisterOrderLineComponent as ɵhk, TransactionSalesOrderQuotationLineModule as ɵhl, TransactionSalesOrderQuotationLineComponent as ɵhm, TransactionLineComponent as ɵhn, TransactionMappingService as ɵho, DialogTransactionHeaderDiscountModule as ɵhp, TransactionHeaderDiscountPercentageModule as ɵhq, TransactionHeaderDiscountPercentageComponent as ɵhr, TransactionHeaderDiscountAmountModule as ɵhs, TransactionHeaderDiscountAmountComponent as ɵht, TransactionHeaderDiscountTransactionTotalModule as ɵhu, TransactionHeaderDiscountTransactionTotalComponent as ɵhv, DialogTransactionHeaderDiscountComponent as ɵhw, AvatarModule as ɵhx, AvatarComponent as ɵhy, DeliveryTypeTileModule as ɵhz, PendingReasonService as ɵi, DeliveryTypeTileComponent as ɵia, PaymentModule as ɵib, PaymentTileModule as ɵic, PaymentTileComponent as ɵid, PaymentQrCodeModule as ɵie, PaymentQrCodeComponent as ɵif, DepositPaymentModule as ɵig, DepositPaymentComponent as ɵih, PaymentConnectorService as ɵii, PaymentToPayModule as ɵij, PaymentToPayComponent as ɵik, PaymentComponent as ɵil, TransactionPaymentBaseComponent as ɵim, PaymentService as ɵin, RelationTypeModule as ɵio, RelationTypeComponent as ɵip, RelationGeneralModule as ɵiq, RelationContactDetailsModule as ɵir, RelationContactDetailsComponent as ɵis, RelationGeneralComponent as ɵit, RelationAddressesModule as ɵiu, RelationAddressesComponent as ɵiv, RelationPreferencesModule as ɵiw, RelationPreferencesComponent as ɵix, TransactionHeaderBlockModule as ɵiy, TransactionHeaderBlockComponent as ɵiz, TransactionBaseService as ɵj, TransactionHeaderDeliveryDateModule as ɵja, TransactionHeaderDeliveryDateComponent as ɵjb, TransactionHeaderDeliveryOptionsModule as ɵjc, TransactionHeaderDeliveryOptionsComponent as ɵjd, TransactionHeaderRemarksModule as ɵje, TransactionHeaderRemarksComponent as ɵjf, TransactionHeaderReferenceModule as ɵjg, TransactionHeaderReferenceComponent as ɵjh, TransactionHeaderRelationReferenceModule as ɵji, TransactionHeaderRelationReferenceComponent as ɵjj, TransactionHeaderDeliveryMethodModule as ɵjk, TransactionHeaderDeliveryMethodComponent as ɵjl, TransactionHeaderPreferredDeliveryDateModule as ɵjm, TransactionHeaderPreferredDeliveryDateComponent as ɵjn, DialogTransactionHeaderDeliveryMethodModule as ɵjo, DialogTransactionHeaderDeliveryMethodComponent as ɵjp, TransactionHeaderPopupModule as ɵjq, TransactionFilterCategoriesModule as ɵjr, TransactionFilterCategoriesComponent as ɵjs, TransactionHeaderBranchModule as ɵjt, TransactionHeaderBranchComponent as ɵju, TransactionHeaderSalesPersonModule as ɵjv, TransactionHeaderSalesPersonComponent as ɵjw, TransactionHeaderAdministrativeRelationModule as ɵjx, TransactionHeaderAdministrativeRelationComponent as ɵjy, TransactionHeaderPriceKindModule as ɵjz, CoreModule as ɵk, TransactionHeaderPriceKindComponent as ɵka, TransactionHeaderCurrencyModule as ɵkb, TransactionHeaderCurrencyComponent as ɵkc, TransactionHeaderPaymentConditionModule as ɵkd, TransactionHeaderPaymentConditionComponent as ɵke, TransactionHeaderHoldCodesModule as ɵkf, TransactionHeaderHoldCodesComponent as ɵkg, TransactionHeaderMarketingModule as ɵkh, TransactionHeaderMarketingComponent as ɵki, TransactionHeaderDeliveryMethodButtonModule as ɵkj, TransactionHeaderDeliveryMethodButtonComponent as ɵkk, TransactionHeaderDefinitiveModule as ɵkl, TransactionHeaderDefinitiveComponent as ɵkm, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵkn, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵko, TransactionHeaderDepositPercentageModule as ɵkp, TransactionHeaderDepositPercentageComponent as ɵkq, TransactionHeaderDepositAmountModule as ɵkr, TransactionHeaderDepositAmountComponent as ɵks, TransactionHeaderPaymentButtonModule as ɵkt, TransactionHeaderPaymentButtonComponent as ɵku, TransactionHeaderDivideEvenlyModule as ɵkv, TransactionHeaderDivideEvenlyComponent as ɵkw, TransactionHeaderAmountToSettleModule as ɵkx, TransactionHeaderAmountToSettleComponent as ɵky, TransactionHeaderScoringChanceModule as ɵkz, ConfirmationDialogModule as ɵl, TransactionHeaderScoringChanceComponent as ɵla, TransactionHeaderRetailStadiumModule as ɵlb, TransactionHeaderRetailStadiumComponent as ɵlc, TransactionHeaderScoringDateModule as ɵld, TransactionHeaderScoringDateComponent as ɵle, TransactionHeaderPartialDeliveryModule as ɵlf, TransactionHeaderPartialDeliveryComponent as ɵlg, TransactionHeaderAutoRecalculateDepositModule as ɵlh, TransactionHeaderAutoRecalculateDepositComponent as ɵli, TransactionHeaderUseDepositRuleModule as ɵlj, TransactionHeaderUseDepositRuleComponent as ɵlk, TransactionHeaderPopupComponent as ɵll, TransactionHeaderPopupRelationComponent as ɵlm, TransactionHeaderPopupBaseComponent as ɵln, RelationSuggestionsService as ɵlo, TransactionHeaderPopupOrderComponent as ɵlp, TransactionHeaderPopupDeliveryComponent as ɵlq, TransactionHeaderPopupPaymentComponent as ɵlr, RelationSuggestionsListModule as ɵls, RelationSuggestionsListItemModule as ɵlt, RelationSuggestionsListItemComponent as ɵlu, RelationSuggestionsListComponent as ɵlv, SuggestionsSidebarModule as ɵlw, SuggestionsSidebarComponent as ɵlx, CheckoutOverviewRelationEditComponent as ɵly, CheckoutOverviewDeliveryEditComponent as ɵlz, PipeModule as ɵm, CheckoutOverviewPaymentComponent as ɵma, TransactionInternalModule as ɵmb, TransactionHeaderPaymentModule as ɵmc, TransactionHeaderRemainingAmountModule as ɵmd, TransactionHeaderRemainingAmountComponent as ɵme, TransactionHeaderPaymentComponent as ɵmf, TransactionLabeledWarehouseLocationButtonModule as ɵmg, TransactionLabeledWarehouseLocationButtonComponent as ɵmh, TransactionQuickAccessOverviewModule as ɵmi, DialogCatalogModule as ɵmj, DialogCatalogComponent as ɵmk, TransactionSendDocumentsModule as ɵml, TransactionSendDocumentsComponent as ɵmm, DigitalSignatureModule as ɵmn, DigitalSignatureComponent as ɵmo, TransactionQuickAccessOverviewComponent as ɵmp, TransactionQuickAccessOrderDeliveryModule as ɵmq, TransactionButtonBarModule as ɵmr, AnimatedCheckboxModule as ɵms, AnimatedCheckboxComponent as ɵmt, TransactionButtonBarComponent as ɵmu, TransactionButtonBarButtonComponent as ɵmv, TransactionButtonBarButtonBaseComponent as ɵmw, TransactionSalesPurchaseButtonBarButtonComponent as ɵmx, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵmy, TransactionSalesAllocationButtonBarButtonComponent as ɵmz, AppendPipe as ɵn, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵna, TransactionSalesDeliveryButtonBarButtonComponent as ɵnb, TransactionSalesInvoiceButtonBarButtonComponent as ɵnc, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵnd, TransactionSalesPickingButtonBarButtonComponent as ɵne, TransactionSalesOverviewButtonBarButtonComponent as ɵnf, TransactionQuickAccessOrderDeliveryComponent as ɵng, TransactionQuickAccessOrderPurchaseModule as ɵnh, TransactionQuickAccessOrderPurchaseComponent as ɵni, TransactionQuickAccessGoodsAllocationModule as ɵnj, TransactionQuickAccessGoodsAllocationComponent as ɵnk, TransactionQuickAccessPurchaseOrderOverviewModule as ɵnl, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵnm, TransactionQuickAccessInvoiceModule as ɵnn, TransactionQuickAccessInvoiceComponent as ɵno, TransactionQuickAccessToBePickedModule as ɵnp, TransactionQuickAccessToBePickedComponent as ɵnq, TransactionQuickAccessPickedModule as ɵnr, TransactionQuickAccessPickedComponent as ɵns, TransactionQuickAccessSalesQuotationModule as ɵnt, TransactionQuickAccessSalesQuotationComponent as ɵnu, TransactionCreationService as ɵnv, TransactionCardModule as ɵnw, TransactionCardPurchaseOverviewModule as ɵnx, TransactionCardHeaderModule as ɵny, TransactionCardHeaderComponent as ɵnz, DeliveryTimePipe as ɵo, TransactionCardFooterModule as ɵoa, TransactionCardFooterComponent as ɵob, TransactionCardPurchaseOverviewComponent as ɵoc, TransactionCardSalesOverviewModule as ɵod, TransactionCardSalesOverviewComponent as ɵoe, TransactionCardReceiveGoodsModule as ɵof, TransactionCardReceiveGoodsComponent as ɵog, TransactionCardInvoiceModule as ɵoh, TransactionCardInvoiceComponent as ɵoi, TransactionCardOrderDeliveryModule as ɵoj, TransactionCardOrderDeliveryComponent as ɵok, TransactionCardPurchaseModule as ɵol, TransactionCardPurchaseComponent as ɵom, TransactionCardGoodsAllocationModule as ɵon, TransactionCardGoodsAllocationComponent as ɵoo, TransactionCardToBePickedModule as ɵop, TransactionCardToBePickedComponent as ɵoq, TransactionCardPickedModule as ɵor, TransactionCardPickedComponent as ɵos, TransactionCardComponent as ɵot, TransactionLineSidePanelModule as ɵou, TransactionLineSidePanelDefaultModule as ɵov, TransactionLineQuantityModule as ɵow, TransactionLineQuantityComponent as ɵox, TransactionLineReferenceModule as ɵoy, TransactionLineReferenceComponent as ɵoz, DateDurationPipe as ɵp, TransactionLineSidePanelDefaultComponent as ɵpa, TransactionReceivingGoodsHistoryModule as ɵpb, TransactionHistoryGridModule as ɵpc, TransactionHistoryGridStatusModule as ɵpd, TransactionHistoryGridStatusComponent as ɵpe, TransactionHistoryGridComponent as ɵpf, TransactionReceivingGoodsHistoryComponent as ɵpg, TransactionLineSidePanelPurchaseModule as ɵph, TransactionAvailableStockGridModule as ɵpi, TransactionAvailableStockGridComponent as ɵpj, TransactionLinePurchaseReceiveGoodsModule as ɵpk, TransactionLinePurchaseReceiveGoodsComponent as ɵpl, TransactionLinePurchaseConfirmationModule as ɵpm, DefaultOkCancelButtonsModule as ɵpn, DefaultOkCancelButtonsComponent as ɵpo, TransactionLabeledPriceInputModule as ɵpp, TransactionLabeledPriceInputComponent as ɵpq, PurchaseConfirmationLinesModule as ɵpr, TransactionLinesPopupModule as ɵps, TransactionLinesPopupComponent as ɵpt, PurchaseConfirmationLinesComponent as ɵpu, TransactionLinePurchaseConfirmationComponent as ɵpv, TransactionLineSidePanelPurchaseComponent as ɵpw, TransactionLineSidePanelSalesModule as ɵpx, TransactionAllocateGoodsHistoryModule as ɵpy, TransactionAllocateGoodsHistoryComponent as ɵpz, LocalizePipe as ɵq, TransactionLineSalesAllocationModule as ɵqa, TransactionLineSalesAllocationComponent as ɵqb, TransactionLineSalesDeliveryModule as ɵqc, TransactionLineDeliveryHistoryModule as ɵqd, TransactionLineDeliveryHistoryComponent as ɵqe, TransactionLineSalesDeliveryComponent as ɵqf, TransactionLineSalesInvoiceModule as ɵqg, TransactionLineInvoiceHistoryModule as ɵqh, TransactionLineInvoiceHistoryComponent as ɵqi, TransactionLineSalesInvoiceComponent as ɵqj, TransactionLineSidePanelToBePickedModule as ɵqk, TransactionPickingHistoryModule as ɵql, TransactionPickingHistoryComponent as ɵqm, TransactionLineSidePanelToBePickedComponent as ɵqn, TransactionLineSidePanelPickedModule as ɵqo, TransactionLineSidePanelPickedComponent as ɵqp, TransactionLineSidePanelPlanningModule as ɵqq, TransactionLineSidePanelPlanningComponent as ɵqr, TransactionLineSidePanelSalesComponent as ɵqs, TransactionLineSidePanelComponent as ɵqt, TransactionCopyOrderModule as ɵqu, DefaultConfirmCancelButtonsModule as ɵqv, DefaultConfirmCancelButtonsComponent as ɵqw, TransactionCopyOrderComponent as ɵqx, TransactionLinesSidePanelModule as ɵqy, TransactionLinesSidePanelCashDeskModule as ɵqz, CoCurrencyPipe as ɵr, TransactionCashRegisterPaymentDialogModule as ɵra, TransactionCashRegisterPaymentPinModule as ɵrb, TransactionCashRegisterPaymentButtonsModule as ɵrc, TransactionCashRegisterPaymentButtonsComponent as ɵrd, TransactionCashRegisterPaymentPinComponent as ɵre, TransactionCashRegisterPaymentCashModule as ɵrf, RegisteredPaymentModule as ɵrg, RegisteredPaymentComponent as ɵrh, TransactionCashRegisterPaymentCashComponent as ɵri, TransactionCashRegisterPaymentDoneModule as ɵrj, TransactionCashRegisterPaymentDoneComponent as ɵrk, TransactionCashRegisterPaymentMethodModule as ɵrl, TransactionCashRegisterPaymentMethodComponent as ɵrm, TransactionCashRegisterPaymentQrCodeModule as ɵrn, TransactionCashRegisterPaymentQrCodeComponent as ɵro, TransactionCashRegisterPaymentDialogComponent as ɵrp, TransactionLinesSidePanelCashDeskComponent as ɵrq, TransactionLinesSidePanelComponent as ɵrr, TransactionInternalComponent as ɵrs, LineSelectionService as ɵrt, TransactionGridModule as ɵru, TransactionLinesGridModule as ɵrv, TransactionBaseGridModule as ɵrw, TransactionBaseGridComponent as ɵrx, TransactionGridBaseComponent as ɵry, DialogTransactionLineWarehouseCcModule as ɵrz, SafeStylePipe as ɵs, DialogTransactionLineWarehouseCcComponent as ɵsa, DialogTransactionHeaderBranchModule as ɵsb, DialogTransactionHeaderBranchComponent as ɵsc, TransactionLinesGridComponent as ɵsd, TransactionOrderConfirmationGridModule as ɵse, TransactionOrderConfirmationGridComponent as ɵsf, TransactionGridComponent as ɵsg, SearchViewModeService as ɵsh, TransactionSearchSalesOrderTileModule as ɵsi, TransactionSearchSalesOrderTileComponent as ɵsj, TransactionSearchTileBaseComponent as ɵsk, TransactionSearchPurchaseOrderTileModule as ɵsl, TransactionSearchPurchaseOrderTileComponent as ɵsm, TransactionSearchSalesOrderGridModule as ɵsn, TransactionSearchSalesOrderGridComponent as ɵso, TransactionSearchGridBaseComponent as ɵsp, TransactionSearchPurchaseOrderGridModule as ɵsq, TransactionSearchPurchaseOrderGridComponent as ɵsr, TransactionSearchSalesQuotationGridModule as ɵss, TransactionSearchSalesQuotationGridComponent as ɵst, TransactionSearchPosGridModule as ɵsu, TransactionSearchPosGridComponent as ɵsv, TransactionSearchSalesQuotationTileModule as ɵsw, TransactionSearchSalesQuotationTileComponent as ɵsx, TransactionSearchPosOrderTileModule as ɵsy, TransactionSearchPosOrderTileComponent as ɵsz, SafeHtmlPipe as ɵt, TransactionSearchGridModule as ɵta, TransactionSearchGridComponent as ɵtb, TransactionSearchTileModule as ɵtc, TransactionSearchTileComponent as ɵtd, TransactionSalesOrderFilterModule as ɵte, TransactionSalesOrderFilterContentOrderModule as ɵtf, TransactionFilterItemModule as ɵtg, TransactionFilterItemComponent as ɵth, TransactionSalesOrderFilterContentOrderComponent as ɵti, TransactionFilterContentBaseComponent as ɵtj, TransactionSalesOrderFilterContentLogisticsModule as ɵtk, TransactionFilterHistoricStateModule as ɵtl, TransactionFilterHistoricStateComponent as ɵtm, TransactionSalesOrderFilterContentLogisticsComponent as ɵtn, TransactionSalesOrderFilterContentArticleModule as ɵto, TransactionSalesOrderFilterContentArticleComponent as ɵtp, TransactionSalesOrderFilterComponent as ɵtq, TransactionFilterBaseComponent as ɵtr, TransactionPurchaseOrderFilterModule as ɵts, TransactionPurchaseOrderFilterContentOrderModule as ɵtt, TransactionPurchaseOrderFilterContentOrderComponent as ɵtu, TransactionPurchaseOrderFilterContentLogisticsModule as ɵtv, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵtw, TransactionPurchaseOrderFilterContentArticleModule as ɵtx, TransactionPurchaseOrderFilterContentArticleComponent as ɵty, TransactionPurchaseOrderFilterComponent as ɵtz, PrependPipe as ɵu, TransactionSalesQuotationFilterModule as ɵua, TransactionSalesQuotationFilterContentOrderModule as ɵub, TransactionSalesQuotationFilterContentOrderComponent as ɵuc, TransactionSalesQuotationFilterContentLogisticsModule as ɵud, TransactionSalesQuotationFilterContentLogisticsComponent as ɵue, TransactionSalesQuotationFilterContentArticleModule as ɵuf, TransactionSalesQuotationFilterContentArticleComponent as ɵug, TransactionSalesQuotationFilterComponent as ɵuh, SearchFeatureModule as ɵui, SearchHeaderButtonsModule as ɵuj, SearchHeaderButtonsComponent as ɵuk, SearchFilterPanelModule as ɵul, SearchFilterPanelComponent as ɵum, SearchComponent as ɵun, TransactionTagComponent as ɵuo, ConfirmationDialogComponent as ɵv, DialogBaseComponent as ɵw, IconCacheService as ɵx, CharacteristicAnswerModule as ɵy, CharacteristicAnswerComponent as ɵz };
|
|
43010
|
+
export { AddProductComponent, AddProductModule, CheckoutComponent, CheckoutModule, DatePeriod, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, RelationConnectorService, RelationService, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, CheckoutModuleService as ɵa, CheckoutScreenConfigurationService as ɵb, WarehouseModule as ɵba, WarehouseComponent as ɵbb, ToastModule as ɵbc, ToastComponent as ɵbd, ImageDisplayComponent as ɵbe, IconComponent as ɵbf, CustomerGroupsComponent as ɵbg, StockStatusIndicatorComponent as ɵbh, LazyRenderMasterDirective as ɵbi, LazyRenderDirective as ɵbj, RelationAddressModule as ɵbk, RelationAddressComponent as ɵbl, RelationBaseComponent as ɵbm, RelationAddressSelectModule as ɵbn, RelationAddressTileModule as ɵbo, TileModule as ɵbp, TileComponent as ɵbq, RelationAddressTileComponent as ɵbr, RelationAddressSelectComponent as ɵbs, StepperModule as ɵbt, StepperComponent as ɵbu, StepperStepComponent as ɵbv, TransactionLineModule as ɵbw, TransactionTextLineModule as ɵbx, TransactionTextLineComponent as ɵby, TransactionBaseComponent as ɵbz, DictionaryService as ɵc, TransactionImageService as ɵca, OrderLineSetService as ɵcb, TransactionOverviewLineModule as ɵcc, TransactionArticleTextModule as ɵcd, TransactionLineImageAndDescriptionModule as ɵce, TransactionLineDescriptionModule as ɵcf, TransactionLineDescriptionComponent as ɵcg, TransactionInputFieldBaseComponent as ɵch, TransactionLineImageAndDescriptionComponent as ɵci, TransactionArticleTextComponent as ɵcj, TransactionArticleTextOverviewModule as ɵck, TransactionArticleTextOverviewComponent as ɵcl, TransactionLineActionButtonsModule as ɵcm, TransactionLineActionButtonsComponent as ɵcn, TransactionLineActionButtonsPopupComponent as ɵco, EditableLabelModule as ɵcp, EditableLabelComponent as ɵcq, TransactionLinePriceModule as ɵcr, TransactionLinePriceComponent as ɵcs, TransactionBaseLineModule as ɵct, TransactionBaseLineComponent as ɵcu, TransactionLineCommissionButtonModule as ɵcv, DialogTransactionLineCommissionCodeModule as ɵcw, TransactionLineCommissionCodeModule as ɵcx, TransactionLineCheckboxModule as ɵcy, TransactionLineCheckboxListComponent as ɵcz, CacheField as ɵd, TransactionLineCommissionCodeComponent as ɵda, TransactionFilterPopupBaseComponent as ɵdb, DialogHeaderSearchModule as ɵdc, DialogHeaderSearchComponent as ɵdd, DialogTransactionLineCommissionCodeComponent as ɵde, DialogTransactionBaseComponent as ɵdf, TransactionButtonModule as ɵdg, TransactionButtonComponent as ɵdh, TransactionLineCommissionButtonComponent as ɵdi, TransactionLineWarehouseButtonModule as ɵdj, DialogTransactionLineWarehouseModule as ɵdk, TransactionLineWarehouseModule as ɵdl, TransactionLineWarehouseComponent as ɵdm, DialogTransactionLineWarehouseComponent as ɵdn, TransactionLineWarehouseButtonComponent as ɵdo, TransactionLineDeliveryButtonModule as ɵdp, DialogTransactionLineDeliveryMethodModule as ɵdq, TransactionLineDeliveryMethodModule as ɵdr, TransactionLineDeliveryMethodComponent as ɵds, DialogTransactionLineDeliveryMethodComponent as ɵdt, TransactionLineDeliveryButtonComponent as ɵdu, TransactionLineDeliveryDateButtonModule as ɵdv, TransactionDateSelectModule as ɵdw, TransactionDateSelectComponent as ɵdx, TransactionLineDeliveryDateButtonComponent as ɵdy, DialogTransactionLineVatModule as ɵdz, ErrorService as ɵe, TransactionLineVatModule as ɵea, TransactionLineVatComponent as ɵeb, DialogTransactionLineVatComponent as ɵec, DialogTransactionLineDiscountModule as ɵed, TransactionLinePriceListModule as ɵee, TransactionLinePriceListComponent as ɵef, TransactionLineDiscountPercentageModule as ɵeg, TransactionLineDiscountPercentageComponent as ɵeh, TransactionLineDiscountAmountModule as ɵei, TransactionLineDiscountAmountComponent as ɵej, TransactionLineQuantumDiscountModule as ɵek, TransactionLineQuantumDiscountComponent as ɵel, TransactionLineSpecialDiscountModule as ɵem, TransactionLineSpecialDiscountComponent as ɵen, DialogTransactionLinePriceListModule as ɵeo, DialogTransactionLinePriceListComponent as ɵep, DialogTransactionLineDiscountComponent as ɵeq, TransactionLineAmountModule as ɵer, TransactionLineAmountComponent as ɵes, TransactionLineVatButtonModule as ɵet, TransactionLineVatButtonComponent as ɵeu, TransactionLineDiscountButtonModule as ɵev, TransactionLineDiscountButtonComponent as ɵew, TransactionLineDeliveryDateModule as ɵex, TransactionLineDeliveryDateComponent as ɵey, TransactionPlanningLineModule as ɵez, DialogService as ɵf, TransactionPlanningLineComponent as ɵfa, TransactionOverviewLineComponent as ɵfb, TransactionPurchaseLineModule as ɵfc, TransactionLineSupplierButtonModule as ɵfd, TransactionLineSupplierModule as ɵfe, TransactionLineSupplierComponent as ɵff, DialogTransactionLineSupplierModule as ɵfg, DialogTransactionLineSupplierComponent as ɵfh, TransactionLineSupplierButtonComponent as ɵfi, TransactionNavigationButtonModule as ɵfj, TransactionNavigationButtonComponent as ɵfk, TransactionLineDropShipmentButtonModule as ɵfl, TransactionLineDropShipmentButtonComponent as ɵfm, TransactionNavigationButtonListModule as ɵfn, TransactionNavigationButtonListComponent as ɵfo, TransactionLineConfirmedDeliveryDateButtonModule as ɵfp, TransactionLineConfirmedDeliveryDateButtonComponent as ɵfq, TransactionPurchaseLineComponent as ɵfr, TransactionPurchaseLineBaseComponent as ɵfs, TransactionGoodsAllocationLineModule as ɵft, TransactionLineWarehouseLocationButtonModule as ɵfu, DialogTransactionLineWarehouseLocationModule as ɵfv, TransactionLineWarehouseLocationModule as ɵfw, TransactionLineWarehouseLocationComponent as ɵfx, ArticleService as ɵfy, DialogTransactionLineWarehouseLocationComponent as ɵfz, DynamicComponentService as ɵg, TransactionLineWarehouseLocationButtonComponent as ɵga, TransactionGoodsAllocationLineComponent as ɵgb, TransactionOrderDeliveryLineModule as ɵgc, TransactionOrderDeliveryLineComponent as ɵgd, TransactionOrderDeliveryLineBaseComponent as ɵge, TransactionInvoiceLineModule as ɵgf, TransactionInvoiceLineComponent as ɵgg, TransactionInvoiceLineBaseComponent as ɵgh, TransactionPickedLineModule as ɵgi, TransactionPickedLineComponent as ɵgj, TransactionToBePickedLineModule as ɵgk, TransactionToBePickedLineComponent as ɵgl, TransactionPurchaseOverviewLineModule as ɵgm, TransactionPurchaseOverviewLineComponent as ɵgn, TransactionReceiveGoodsLineModule as ɵgo, TransactionPrintPackageStickerModule as ɵgp, TransactionPrintPackageStickerComponent as ɵgq, TransactionQuickAccessSendMethodBaseComponent as ɵgr, TransactionReceiveGoodsLineComponent as ɵgs, TransactionReceiveGoodsLineBaseComponent as ɵgt, TransactionPurchaseOrderLineModule as ɵgu, TransactionPurchasePortalLineGrossOrderPriceModule as ɵgv, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵgw, TransactionPurchasePortalLineNetOrderPriceModule as ɵgx, TransactionPurchasePortalLineNetOrderPriceComponent as ɵgy, TransactionPurchasePortalLineDeliveryDateModule as ɵgz, ArticleConnectorService as ɵh, TransactionPurchasePortalLineDeliveryDateComponent as ɵha, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhb, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhc, TransactionLineSupplierDeliveryDateButtonModule as ɵhd, TransactionLineSupplierDeliveryDateButtonComponent as ɵhe, TransactionLineConfirmedPriceModule as ɵhf, TransactionLineConfirmedPriceComponent as ɵhg, TransactionPurchaseOrderLineComponent as ɵhh, TransactionPurchaseOrderLineBaseComponent as ɵhi, TransactionCashRegisterOrderLineModule as ɵhj, TransactionCashRegisterOrderLineComponent as ɵhk, TransactionSalesOrderQuotationLineModule as ɵhl, TransactionSalesOrderQuotationLineComponent as ɵhm, TransactionLineComponent as ɵhn, TransactionMappingService as ɵho, DialogTransactionHeaderDiscountModule as ɵhp, TransactionHeaderDiscountPercentageModule as ɵhq, TransactionHeaderDiscountPercentageComponent as ɵhr, TransactionHeaderDiscountAmountModule as ɵhs, TransactionHeaderDiscountAmountComponent as ɵht, TransactionHeaderDiscountTransactionTotalModule as ɵhu, TransactionHeaderDiscountTransactionTotalComponent as ɵhv, DialogTransactionHeaderDiscountComponent as ɵhw, AvatarModule as ɵhx, AvatarComponent as ɵhy, DeliveryTypeTileModule as ɵhz, PendingReasonService as ɵi, DeliveryTypeTileComponent as ɵia, PaymentModule as ɵib, PaymentTileModule as ɵic, PaymentTileComponent as ɵid, PaymentQrCodeModule as ɵie, PaymentQrCodeComponent as ɵif, DepositPaymentModule as ɵig, DepositPaymentComponent as ɵih, PaymentConnectorService as ɵii, PaymentToPayModule as ɵij, PaymentToPayComponent as ɵik, PaymentComponent as ɵil, TransactionPaymentBaseComponent as ɵim, PaymentService as ɵin, RelationTypeModule as ɵio, RelationTypeComponent as ɵip, RelationGeneralModule as ɵiq, RelationContactDetailsModule as ɵir, RelationContactDetailsComponent as ɵis, RelationGeneralComponent as ɵit, RelationAddressesModule as ɵiu, RelationAddressesComponent as ɵiv, RelationPreferencesModule as ɵiw, RelationPreferencesComponent as ɵix, TransactionHeaderBlockModule as ɵiy, TransactionHeaderBlockComponent as ɵiz, TransactionBaseService as ɵj, TransactionHeaderDeliveryDateModule as ɵja, TransactionHeaderDeliveryDateComponent as ɵjb, TransactionHeaderDeliveryOptionsModule as ɵjc, TransactionHeaderDeliveryOptionsComponent as ɵjd, TransactionHeaderRemarksModule as ɵje, TransactionHeaderRemarksComponent as ɵjf, TransactionHeaderReferenceModule as ɵjg, TransactionHeaderReferenceComponent as ɵjh, TransactionHeaderRelationReferenceModule as ɵji, TransactionHeaderRelationReferenceComponent as ɵjj, TransactionHeaderDeliveryMethodModule as ɵjk, TransactionHeaderDeliveryMethodComponent as ɵjl, TransactionHeaderPreferredDeliveryDateModule as ɵjm, TransactionHeaderPreferredDeliveryDateComponent as ɵjn, DialogTransactionHeaderDeliveryMethodModule as ɵjo, DialogTransactionHeaderDeliveryMethodComponent as ɵjp, TransactionHeaderPopupModule as ɵjq, TransactionFilterCategoriesModule as ɵjr, TransactionFilterCategoriesComponent as ɵjs, TransactionHeaderBranchModule as ɵjt, TransactionHeaderBranchComponent as ɵju, TransactionHeaderSalesPersonModule as ɵjv, TransactionHeaderSalesPersonComponent as ɵjw, TransactionHeaderAdministrativeRelationModule as ɵjx, TransactionHeaderAdministrativeRelationComponent as ɵjy, TransactionHeaderPriceKindModule as ɵjz, CoreModule as ɵk, TransactionHeaderPriceKindComponent as ɵka, TransactionHeaderCurrencyModule as ɵkb, TransactionHeaderCurrencyComponent as ɵkc, TransactionHeaderPaymentConditionModule as ɵkd, TransactionHeaderPaymentConditionComponent as ɵke, TransactionHeaderHoldCodesModule as ɵkf, TransactionHeaderHoldCodesComponent as ɵkg, TransactionHeaderMarketingModule as ɵkh, TransactionHeaderMarketingComponent as ɵki, TransactionHeaderDeliveryMethodButtonModule as ɵkj, TransactionHeaderDeliveryMethodButtonComponent as ɵkk, TransactionHeaderDefinitiveModule as ɵkl, TransactionHeaderDefinitiveComponent as ɵkm, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵkn, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵko, TransactionHeaderDepositPercentageModule as ɵkp, TransactionHeaderDepositPercentageComponent as ɵkq, TransactionHeaderDepositAmountModule as ɵkr, TransactionHeaderDepositAmountComponent as ɵks, TransactionHeaderPaymentButtonModule as ɵkt, TransactionHeaderPaymentButtonComponent as ɵku, TransactionHeaderDivideEvenlyModule as ɵkv, TransactionHeaderDivideEvenlyComponent as ɵkw, TransactionHeaderAmountToSettleModule as ɵkx, TransactionHeaderAmountToSettleComponent as ɵky, TransactionHeaderScoringChanceModule as ɵkz, ConfirmationDialogModule as ɵl, TransactionHeaderScoringChanceComponent as ɵla, TransactionHeaderRetailStadiumModule as ɵlb, TransactionHeaderRetailStadiumComponent as ɵlc, TransactionHeaderScoringDateModule as ɵld, TransactionHeaderScoringDateComponent as ɵle, TransactionHeaderPartialDeliveryModule as ɵlf, TransactionHeaderPartialDeliveryComponent as ɵlg, TransactionHeaderAutoRecalculateDepositModule as ɵlh, TransactionHeaderAutoRecalculateDepositComponent as ɵli, TransactionHeaderUseDepositRuleModule as ɵlj, TransactionHeaderUseDepositRuleComponent as ɵlk, TransactionHeaderPopupComponent as ɵll, TransactionHeaderPopupRelationComponent as ɵlm, TransactionHeaderPopupBaseComponent as ɵln, RelationSuggestionsService as ɵlo, TransactionHeaderPopupOrderComponent as ɵlp, TransactionHeaderPopupDeliveryComponent as ɵlq, TransactionHeaderPopupPaymentComponent as ɵlr, RelationSuggestionsListModule as ɵls, RelationSuggestionsListItemModule as ɵlt, RelationSuggestionsListItemComponent as ɵlu, RelationSuggestionsListComponent as ɵlv, SuggestionsSidebarModule as ɵlw, SuggestionsSidebarComponent as ɵlx, CheckoutOverviewRelationEditComponent as ɵly, CheckoutOverviewDeliveryEditComponent as ɵlz, PipeModule as ɵm, CheckoutOverviewPaymentComponent as ɵma, TransactionInternalModule as ɵmb, TransactionHeaderPaymentModule as ɵmc, TransactionHeaderRemainingAmountModule as ɵmd, TransactionHeaderRemainingAmountComponent as ɵme, TransactionHeaderPaymentComponent as ɵmf, TransactionLabeledWarehouseLocationButtonModule as ɵmg, TransactionLabeledWarehouseLocationButtonComponent as ɵmh, TransactionQuickAccessOverviewModule as ɵmi, DialogCatalogModule as ɵmj, DialogCatalogComponent as ɵmk, TransactionSendDocumentsModule as ɵml, TransactionSendDocumentsComponent as ɵmm, DigitalSignatureModule as ɵmn, DigitalSignatureComponent as ɵmo, TransactionQuickAccessOverviewComponent as ɵmp, TransactionQuickAccessOrderDeliveryModule as ɵmq, TransactionButtonBarModule as ɵmr, AnimatedCheckboxModule as ɵms, AnimatedCheckboxComponent as ɵmt, TransactionButtonBarComponent as ɵmu, TransactionButtonBarButtonComponent as ɵmv, TransactionButtonBarButtonBaseComponent as ɵmw, TransactionSalesPurchaseButtonBarButtonComponent as ɵmx, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵmy, TransactionSalesAllocationButtonBarButtonComponent as ɵmz, AppendPipe as ɵn, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵna, TransactionSalesDeliveryButtonBarButtonComponent as ɵnb, TransactionSalesInvoiceButtonBarButtonComponent as ɵnc, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵnd, TransactionSalesPickingButtonBarButtonComponent as ɵne, TransactionSalesOverviewButtonBarButtonComponent as ɵnf, TransactionQuickAccessOrderDeliveryComponent as ɵng, TransactionQuickAccessOrderPurchaseModule as ɵnh, TransactionQuickAccessOrderPurchaseComponent as ɵni, TransactionQuickAccessGoodsAllocationModule as ɵnj, TransactionQuickAccessGoodsAllocationComponent as ɵnk, TransactionQuickAccessPurchaseOrderOverviewModule as ɵnl, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵnm, TransactionQuickAccessInvoiceModule as ɵnn, TransactionQuickAccessInvoiceComponent as ɵno, TransactionQuickAccessToBePickedModule as ɵnp, TransactionQuickAccessToBePickedComponent as ɵnq, TransactionQuickAccessPickedModule as ɵnr, TransactionQuickAccessPickedComponent as ɵns, TransactionQuickAccessSalesQuotationModule as ɵnt, TransactionQuickAccessSalesQuotationComponent as ɵnu, TransactionCreationService as ɵnv, TransactionQuickAccessPlanningModule as ɵnw, TransactionQuickAccessPlanningComponent as ɵnx, TransactionCardModule as ɵny, TransactionCardPurchaseOverviewModule as ɵnz, DeliveryTimePipe as ɵo, TransactionCardHeaderModule as ɵoa, TransactionCardHeaderComponent as ɵob, TransactionCardFooterModule as ɵoc, TransactionCardFooterComponent as ɵod, TransactionCardPurchaseOverviewComponent as ɵoe, TransactionCardSalesOverviewModule as ɵof, TransactionCardSalesOverviewComponent as ɵog, TransactionCardReceiveGoodsModule as ɵoh, TransactionCardReceiveGoodsComponent as ɵoi, TransactionCardInvoiceModule as ɵoj, TransactionCardInvoiceComponent as ɵok, TransactionCardOrderDeliveryModule as ɵol, TransactionCardOrderDeliveryComponent as ɵom, TransactionCardPurchaseModule as ɵon, TransactionCardPurchaseComponent as ɵoo, TransactionCardGoodsAllocationModule as ɵop, TransactionCardGoodsAllocationComponent as ɵoq, TransactionCardToBePickedModule as ɵor, TransactionCardToBePickedComponent as ɵos, TransactionCardPickedModule as ɵot, TransactionCardPickedComponent as ɵou, TransactionCardComponent as ɵov, TransactionLineSidePanelModule as ɵow, TransactionLineSidePanelDefaultModule as ɵox, TransactionLineQuantityModule as ɵoy, TransactionLineQuantityComponent as ɵoz, DateDurationPipe as ɵp, TransactionLineReferenceModule as ɵpa, TransactionLineReferenceComponent as ɵpb, TransactionLineSidePanelDefaultComponent as ɵpc, TransactionReceivingGoodsHistoryModule as ɵpd, TransactionHistoryGridModule as ɵpe, TransactionHistoryGridStatusModule as ɵpf, TransactionHistoryGridStatusComponent as ɵpg, TransactionHistoryGridComponent as ɵph, TransactionReceivingGoodsHistoryComponent as ɵpi, TransactionLineSidePanelPurchaseModule as ɵpj, TransactionAvailableStockGridModule as ɵpk, TransactionAvailableStockGridComponent as ɵpl, TransactionLinePurchaseReceiveGoodsModule as ɵpm, TransactionLinePurchaseReceiveGoodsComponent as ɵpn, TransactionLinePurchaseConfirmationModule as ɵpo, DefaultOkCancelButtonsModule as ɵpp, DefaultOkCancelButtonsComponent as ɵpq, TransactionLabeledPriceInputModule as ɵpr, TransactionLabeledPriceInputComponent as ɵps, PurchaseConfirmationLinesModule as ɵpt, TransactionLinesPopupModule as ɵpu, TransactionLinesPopupComponent as ɵpv, PurchaseConfirmationLinesComponent as ɵpw, TransactionLinePurchaseConfirmationComponent as ɵpx, TransactionLineSidePanelPurchaseComponent as ɵpy, TransactionLineSidePanelSalesModule as ɵpz, LocalizePipe as ɵq, TransactionAllocateGoodsHistoryModule as ɵqa, TransactionAllocateGoodsHistoryComponent as ɵqb, TransactionLineSalesAllocationModule as ɵqc, TransactionLineSalesAllocationComponent as ɵqd, TransactionLineSalesDeliveryModule as ɵqe, TransactionLineDeliveryHistoryModule as ɵqf, TransactionLineDeliveryHistoryComponent as ɵqg, TransactionLineSalesDeliveryComponent as ɵqh, TransactionLineSalesInvoiceModule as ɵqi, TransactionLineInvoiceHistoryModule as ɵqj, TransactionLineInvoiceHistoryComponent as ɵqk, TransactionLineSalesInvoiceComponent as ɵql, TransactionLineSidePanelToBePickedModule as ɵqm, TransactionPickingHistoryModule as ɵqn, TransactionPickingHistoryComponent as ɵqo, TransactionLineSidePanelToBePickedComponent as ɵqp, TransactionLineSidePanelPickedModule as ɵqq, TransactionLineSidePanelPickedComponent as ɵqr, TransactionLineSidePanelPlanningModule as ɵqs, TransactionLineSidePanelPlanningComponent as ɵqt, TransactionLineSidePanelSalesComponent as ɵqu, TransactionLineSidePanelComponent as ɵqv, TransactionCopyOrderModule as ɵqw, DefaultConfirmCancelButtonsModule as ɵqx, DefaultConfirmCancelButtonsComponent as ɵqy, TransactionCopyOrderComponent as ɵqz, CoCurrencyPipe as ɵr, TransactionLinesSidePanelModule as ɵra, TransactionLinesSidePanelCashDeskModule as ɵrb, TransactionCashRegisterPaymentDialogModule as ɵrc, TransactionCashRegisterPaymentPinModule as ɵrd, TransactionCashRegisterPaymentButtonsModule as ɵre, TransactionCashRegisterPaymentButtonsComponent as ɵrf, TransactionCashRegisterPaymentPinComponent as ɵrg, TransactionCashRegisterPaymentCashModule as ɵrh, RegisteredPaymentModule as ɵri, RegisteredPaymentComponent as ɵrj, TransactionCashRegisterPaymentCashComponent as ɵrk, TransactionCashRegisterPaymentDoneModule as ɵrl, TransactionCashRegisterPaymentDoneComponent as ɵrm, TransactionCashRegisterPaymentMethodModule as ɵrn, TransactionCashRegisterPaymentMethodComponent as ɵro, TransactionCashRegisterPaymentQrCodeModule as ɵrp, TransactionCashRegisterPaymentQrCodeComponent as ɵrq, TransactionCashRegisterPaymentDialogComponent as ɵrr, TransactionLinesSidePanelCashDeskComponent as ɵrs, TransactionLinesSidePanelComponent as ɵrt, TransactionInternalComponent as ɵru, LineSelectionService as ɵrv, TransactionGridModule as ɵrw, TransactionLinesGridModule as ɵrx, TransactionBaseGridModule as ɵry, TransactionBaseGridComponent as ɵrz, SafeStylePipe as ɵs, TransactionGridBaseComponent as ɵsa, DialogTransactionLineWarehouseCcModule as ɵsb, DialogTransactionLineWarehouseCcComponent as ɵsc, DialogTransactionHeaderBranchModule as ɵsd, DialogTransactionHeaderBranchComponent as ɵse, TransactionLinesGridComponent as ɵsf, TransactionOrderConfirmationGridModule as ɵsg, TransactionOrderConfirmationGridComponent as ɵsh, TransactionGridComponent as ɵsi, SearchViewModeService as ɵsj, TransactionSearchSalesOrderTileModule as ɵsk, TransactionSearchSalesOrderTileComponent as ɵsl, TransactionSearchTileBaseComponent as ɵsm, TransactionSearchPurchaseOrderTileModule as ɵsn, TransactionSearchPurchaseOrderTileComponent as ɵso, TransactionSearchSalesOrderGridModule as ɵsp, TransactionSearchSalesOrderGridComponent as ɵsq, TransactionSearchGridBaseComponent as ɵsr, TransactionSearchPurchaseOrderGridModule as ɵss, TransactionSearchPurchaseOrderGridComponent as ɵst, TransactionSearchSalesQuotationGridModule as ɵsu, TransactionSearchSalesQuotationGridComponent as ɵsv, TransactionSearchPosGridModule as ɵsw, TransactionSearchPosGridComponent as ɵsx, TransactionSearchSalesQuotationTileModule as ɵsy, TransactionSearchSalesQuotationTileComponent as ɵsz, SafeHtmlPipe as ɵt, TransactionSearchPosOrderTileModule as ɵta, TransactionSearchPosOrderTileComponent as ɵtb, TransactionSearchGridModule as ɵtc, TransactionSearchGridComponent as ɵtd, TransactionSearchTileModule as ɵte, TransactionSearchTileComponent as ɵtf, TransactionSalesOrderFilterModule as ɵtg, TransactionSalesOrderFilterContentOrderModule as ɵth, TransactionFilterItemModule as ɵti, TransactionFilterItemComponent as ɵtj, TransactionSalesOrderFilterContentOrderComponent as ɵtk, TransactionFilterContentBaseComponent as ɵtl, TransactionSalesOrderFilterContentLogisticsModule as ɵtm, TransactionFilterHistoricStateModule as ɵtn, TransactionFilterHistoricStateComponent as ɵto, TransactionSalesOrderFilterContentLogisticsComponent as ɵtp, TransactionSalesOrderFilterContentArticleModule as ɵtq, TransactionSalesOrderFilterContentArticleComponent as ɵtr, TransactionSalesOrderFilterComponent as ɵts, TransactionFilterBaseComponent as ɵtt, TransactionPurchaseOrderFilterModule as ɵtu, TransactionPurchaseOrderFilterContentOrderModule as ɵtv, TransactionPurchaseOrderFilterContentOrderComponent as ɵtw, TransactionPurchaseOrderFilterContentLogisticsModule as ɵtx, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵty, TransactionPurchaseOrderFilterContentArticleModule as ɵtz, PrependPipe as ɵu, TransactionPurchaseOrderFilterContentArticleComponent as ɵua, TransactionPurchaseOrderFilterComponent as ɵub, TransactionSalesQuotationFilterModule as ɵuc, TransactionSalesQuotationFilterContentOrderModule as ɵud, TransactionSalesQuotationFilterContentOrderComponent as ɵue, TransactionSalesQuotationFilterContentLogisticsModule as ɵuf, TransactionSalesQuotationFilterContentLogisticsComponent as ɵug, TransactionSalesQuotationFilterContentArticleModule as ɵuh, TransactionSalesQuotationFilterContentArticleComponent as ɵui, TransactionSalesQuotationFilterComponent as ɵuj, SearchFeatureModule as ɵuk, SearchHeaderButtonsModule as ɵul, SearchHeaderButtonsComponent as ɵum, SearchFilterPanelModule as ɵun, SearchFilterPanelComponent as ɵuo, SearchComponent as ɵup, TransactionTagComponent as ɵuq, ConfirmationDialogComponent as ɵv, DialogBaseComponent as ɵw, IconCacheService as ɵx, CharacteristicAnswerModule as ɵy, CharacteristicAnswerComponent as ɵz };
|
|
42928
43011
|
//# sourceMappingURL=colijnit-transaction.js.map
|