@colijnit/transaction 255.1.2 → 255.1.3
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 +531 -361
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +311 -309
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +312 -310
- package/esm2015/lib/component/dialog/transaction-search/components/transaction-search-header/transaction-search-header.component.js +3 -1
- package/esm2015/lib/component/dialog/transaction-search/components/transaction-search-header/transaction-search-header.module.js +4 -2
- package/esm2015/lib/component/dialog/transaction-search/dialog-transaction-search.component.js +26 -14
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-cash.component.js +2 -2
- package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.component.js +8 -3
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.js +34 -16
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-line-tile/transaction-line-tile.component.js +42 -0
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-line-tile/transaction-line-tile.module.js +21 -0
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.component.js +34 -6
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.module.js +12 -2
- package/esm2015/lib/service/transaction-connector-adapter.service.js +14 -1
- package/esm2015/lib/service/transaction-connector.service.js +6 -1
- package/esm2015/lib/service/transaction-payment.service.js +2 -2
- package/esm2015/lib/service/transaction.service.js +6 -1
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +188 -41
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/dialog/transaction-search/components/transaction-search-header/style/_layout.scss +16 -23
- package/lib/component/dialog/transaction-search/dialog-transaction-search.component.d.ts +6 -0
- package/lib/component/dialog/transaction-search/style/_layout.scss +44 -0
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.d.ts +10 -1
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/style/_layout.scss +208 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-line-tile/style/_layout.scss +37 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-line-tile/style/_material-definition.scss +0 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-line-tile/style/_theme.scss +4 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-line-tile/style/material.scss +5 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-line-tile/transaction-line-tile.component.d.ts +11 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-line-tile/transaction-line-tile.module.d.ts +2 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-line-select-tile/transaction-search-sales-line-select-tile.component.d.ts +10 -1
- package/lib/service/transaction-connector-adapter.service.d.ts +2 -0
- package/lib/service/transaction-connector.service.d.ts +2 -0
- package/lib/service/transaction.service.d.ts +2 -0
- package/package.json +2 -2
|
@@ -3,8 +3,8 @@ export class Version {
|
|
|
3
3
|
constructor() {
|
|
4
4
|
this.name = "@colijnit/transaction";
|
|
5
5
|
this.description = "Colijn IT transaction package";
|
|
6
|
-
this.symVer = "255.1.
|
|
7
|
-
this.publishDate = "7
|
|
6
|
+
this.symVer = "255.1.3";
|
|
7
|
+
this.publishDate = "26-7-2024 17:43:27";
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNhY3Rpb24tdmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3RyYW5zYWN0aW9uL3NyYy9saWIvdHJhbnNhY3Rpb24tdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSx1REFBdUQ7QUFDdkQsTUFBTSxPQUFPLE9BQU87SUFBcEI7UUFDUyxTQUFJLEdBQUcsdUJBQXVCLENBQUM7UUFDL0IsZ0JBQVcsR0FBRywrQkFBK0IsQ0FBQztRQUM5QyxXQUFNLEdBQUcsU0FBUyxDQUFDO1FBQ25CLGdCQUFXLEdBQUcsb0JBQW9CLENBQUM7SUFDNUMsQ0FBQztDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLy8gdGhpcyBmaWxlIGlzIGR5bmFtaWNhbGx5IGNyZWF0ZWQsIGRvIG5vdCBjaGFuZ2UgdGhpc1xuZXhwb3J0IGNsYXNzIFZlcnNpb24ge1xuICBwdWJsaWMgbmFtZSA9IFwiQGNvbGlqbml0L3RyYW5zYWN0aW9uXCI7XG4gIHB1YmxpYyBkZXNjcmlwdGlvbiA9IFwiQ29saWpuIElUIHRyYW5zYWN0aW9uIHBhY2thZ2VcIjtcbiAgcHVibGljIHN5bVZlciA9IFwiMjU1LjEuM1wiO1xuICBwdWJsaWMgcHVibGlzaERhdGUgPSBcIjI2LTctMjAyNCAxNzo0MzoyN1wiO1xufSJdfQ==
|
|
@@ -114,6 +114,7 @@ import { TransactionMarginInfo } from '@colijnit/transactionapi/build/model/tran
|
|
|
114
114
|
import { OutstandingAmountCustomer } from '@colijnit/transactionapi/build/model/outstanding-amount-customer.bo';
|
|
115
115
|
import { PaymentAnalysis } from '@colijnit/transactionapi/build/model/payment-analysis.bo';
|
|
116
116
|
import { SupplierArticleStockForecast } from '@colijnit/transactionapi/build/model/supplier-article-stock-forecast';
|
|
117
|
+
import { TransactionLineSearchIndex } from '@colijnit/transactionapi/build/model/transaction-line-search-index.bo';
|
|
117
118
|
import { InternalParam } from '@colijnit/mainapi/build/enum/internal-param.enum';
|
|
118
119
|
import { RelationKind } from '@colijnit/relationapi/build/enum/relation-kind.enum';
|
|
119
120
|
import { BaseModuleScreenConfigService, BaseModuleService, FormMasterService, SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME, CoDialogModule, ButtonModule, CollapsibleModule, InputCheckboxModule, InputTextModule, ListOfValuesModule, FormModule, ScreenConfigurationModule, InputRadioButtonModule, IconModule, InputTextComponent, TooltipDirectiveModule, CheckmarkOverlayModule, FilterViewmodel, FormComponent, InputSearchModule, CoreComponentsTranslationModule, ColorPickerModule, InputTextareaModule, ColumnAlign, SimpleGridColumnDirective, OverlayService, ColorSequenceService, ClickoutsideModule, OverlayModule, CalendarComponent, InputNumberPickerModule, InputDatePickerComponent, InputDatePickerModule, ObserveVisibilityModule, PriceDisplayPipeModule, Carousel3dModule, CarouselModule, FilterPipeModule, InputTextareaComponent, InputCheckboxComponent, ContentViewMode, PopupModule, CoDialogWizardModule, SimpleGridModule, GridToolbarButtonModule, InputDateRangePickerModule, ViewModeButtonsModule, FilterItemModule, FilterItemMode, PaginationModule, PaginationBarModule, IconCollapseHandleModule, ImageModule as ImageModule$1, InputScannerModule } from '@colijnit/corecomponents_v12';
|
|
@@ -261,8 +262,8 @@ class Version {
|
|
|
261
262
|
constructor() {
|
|
262
263
|
this.name = "@colijnit/transaction";
|
|
263
264
|
this.description = "Colijn IT transaction package";
|
|
264
|
-
this.symVer = "255.1.
|
|
265
|
-
this.publishDate = "7
|
|
265
|
+
this.symVer = "255.1.3";
|
|
266
|
+
this.publishDate = "26-7-2024 17:43:27";
|
|
266
267
|
}
|
|
267
268
|
}
|
|
268
269
|
|
|
@@ -2305,6 +2306,18 @@ class TransactionConnectorAdapterService {
|
|
|
2305
2306
|
}
|
|
2306
2307
|
});
|
|
2307
2308
|
}
|
|
2309
|
+
getLineIndicesByTransId(transId) {
|
|
2310
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2311
|
+
const result = yield this.connector.getLineIndicesByTransId(transId, false);
|
|
2312
|
+
if (result.validationResult && result.validationResult.success) {
|
|
2313
|
+
return this._boFactory.makeBOArrayFromRawBackendDataArray(TransactionLineSearchIndex, result.resultObject);
|
|
2314
|
+
}
|
|
2315
|
+
else {
|
|
2316
|
+
this._handleExceptionFromResponse(result);
|
|
2317
|
+
return null;
|
|
2318
|
+
}
|
|
2319
|
+
});
|
|
2320
|
+
}
|
|
2308
2321
|
lockTransactionById(transactionId, version) {
|
|
2309
2322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2310
2323
|
const result = yield this.connector.lockTransactionByTransId(transactionId, version);
|
|
@@ -7379,6 +7392,11 @@ class TransactionConnectorService {
|
|
|
7379
7392
|
return yield this._adapterService.convertCashRegisterOrderToSalesOrder(uuid);
|
|
7380
7393
|
});
|
|
7381
7394
|
}
|
|
7395
|
+
getLineIndicesByTransId(transId) {
|
|
7396
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
7397
|
+
return yield this._adapterService.getLineIndicesByTransId(transId);
|
|
7398
|
+
});
|
|
7399
|
+
}
|
|
7382
7400
|
}
|
|
7383
7401
|
TransactionConnectorService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TransactionConnectorService_Factory() { return new TransactionConnectorService(i0.ɵɵinject(TransactionConnectorAdapterService), i0.ɵɵinject(TransactionSelectSingleCacheService), i0.ɵɵinject(TransactionSelectMultipleCacheService), i0.ɵɵinject(TransactionSelectMultipleParameterizedCacheService), i0.ɵɵinject(TransactionSelectSingleParameterizedCacheService)); }, token: TransactionConnectorService, providedIn: "root" });
|
|
7384
7402
|
TransactionConnectorService.decorators = [
|
|
@@ -11750,6 +11768,11 @@ class TransactionService extends PendingReasonService {
|
|
|
11750
11768
|
return yield this.connector.lockTask(id);
|
|
11751
11769
|
});
|
|
11752
11770
|
}
|
|
11771
|
+
getLineIndicesByTransId(transId) {
|
|
11772
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
11773
|
+
return yield this.connector.getLineIndicesByTransId(transId);
|
|
11774
|
+
});
|
|
11775
|
+
}
|
|
11753
11776
|
convertCashRegisterOrderToSalesOrder() {
|
|
11754
11777
|
return __awaiter(this, void 0, void 0, function* () {
|
|
11755
11778
|
if (this.currentTransaction.transactionInfo.uuid) {
|
|
@@ -29862,7 +29885,7 @@ class TransactionPaymentService {
|
|
|
29862
29885
|
handlePayment() {
|
|
29863
29886
|
return __awaiter(this, void 0, void 0, function* () {
|
|
29864
29887
|
if (this.amountToPay === 0) {
|
|
29865
|
-
|
|
29888
|
+
this._handlePayment();
|
|
29866
29889
|
}
|
|
29867
29890
|
this.statusMessage = "";
|
|
29868
29891
|
this.cancelUrl = "";
|
|
@@ -35445,9 +35468,10 @@ TransactionHeaderProjectCodeModule.decorators = [
|
|
|
35445
35468
|
];
|
|
35446
35469
|
|
|
35447
35470
|
class TransactionHeaderPopupCreateServiceComponent {
|
|
35448
|
-
constructor(formMasterService, dictionaryService, imageService) {
|
|
35471
|
+
constructor(formMasterService, dictionaryService, transactionService, imageService) {
|
|
35449
35472
|
this.formMasterService = formMasterService;
|
|
35450
35473
|
this.dictionaryService = dictionaryService;
|
|
35474
|
+
this.transactionService = transactionService;
|
|
35451
35475
|
this.imageService = imageService;
|
|
35452
35476
|
this.forceReadonly = false;
|
|
35453
35477
|
this.buttonsVisible = true;
|
|
@@ -35471,6 +35495,13 @@ class TransactionHeaderPopupCreateServiceComponent {
|
|
|
35471
35495
|
showClass() {
|
|
35472
35496
|
return true;
|
|
35473
35497
|
}
|
|
35498
|
+
set chosenTransactionLine(response) {
|
|
35499
|
+
this._chosenTransactionLine = response;
|
|
35500
|
+
this.setTransactionLabel();
|
|
35501
|
+
}
|
|
35502
|
+
get chosenTransactionLine() {
|
|
35503
|
+
return this._chosenTransactionLine;
|
|
35504
|
+
}
|
|
35474
35505
|
set existingTransaction(response) {
|
|
35475
35506
|
this._existingTransaction = response;
|
|
35476
35507
|
this.setTransactionLabel();
|
|
@@ -35480,7 +35511,6 @@ class TransactionHeaderPopupCreateServiceComponent {
|
|
|
35480
35511
|
}
|
|
35481
35512
|
set existingTransactionLine(line) {
|
|
35482
35513
|
this._existingTransactionLine = line;
|
|
35483
|
-
this.setTransactionLineImage();
|
|
35484
35514
|
}
|
|
35485
35515
|
get existingTransactionLine() {
|
|
35486
35516
|
return this._existingTransactionLine;
|
|
@@ -35511,13 +35541,6 @@ class TransactionHeaderPopupCreateServiceComponent {
|
|
|
35511
35541
|
this.createViaProduct = false;
|
|
35512
35542
|
this.createViaOldTrans = true;
|
|
35513
35543
|
}
|
|
35514
|
-
/*public searchArticleClicked_handler() {
|
|
35515
|
-
this.catalogParameters.general = this.articleSearchText;
|
|
35516
|
-
this.openPopUp();
|
|
35517
|
-
}*/
|
|
35518
|
-
/*public searchTransactionClicked_handler() {
|
|
35519
|
-
this.openPopUp();
|
|
35520
|
-
}*/
|
|
35521
35544
|
openCatalogPopUp() {
|
|
35522
35545
|
this.showCatalogPopup = true;
|
|
35523
35546
|
}
|
|
@@ -35529,6 +35552,11 @@ class TransactionHeaderPopupCreateServiceComponent {
|
|
|
35529
35552
|
this.chosenArticle = article;
|
|
35530
35553
|
this.goodId = article.goodId;
|
|
35531
35554
|
}
|
|
35555
|
+
handleTransactinLineClick(line) {
|
|
35556
|
+
this.showTransLinePopup = false;
|
|
35557
|
+
this.chosenTransactionLine = line;
|
|
35558
|
+
this.setTransactionLineImage();
|
|
35559
|
+
}
|
|
35532
35560
|
_prepareCatalogRequest() {
|
|
35533
35561
|
this.catalogParameters.searchOnStart = true;
|
|
35534
35562
|
this.catalogParameters.doSync = 'A';
|
|
@@ -35550,9 +35578,11 @@ class TransactionHeaderPopupCreateServiceComponent {
|
|
|
35550
35578
|
}
|
|
35551
35579
|
}
|
|
35552
35580
|
setTransactionLineImage() {
|
|
35553
|
-
if (this.
|
|
35554
|
-
this.
|
|
35555
|
-
this.
|
|
35581
|
+
if (this.chosenTransactionLine) {
|
|
35582
|
+
this.transactionService.getGoodIdFromArticleNr(this.chosenTransactionLine.articleNr).then((goodId) => {
|
|
35583
|
+
this.imageService.getArticleImage(goodId).then((image) => {
|
|
35584
|
+
this.transactionImage = image;
|
|
35585
|
+
});
|
|
35556
35586
|
});
|
|
35557
35587
|
}
|
|
35558
35588
|
}
|
|
@@ -35582,12 +35612,18 @@ TransactionHeaderPopupCreateServiceComponent.decorators = [
|
|
|
35582
35612
|
<span class="data-description" [textContent]="existingTransactionTitleText"></span>
|
|
35583
35613
|
<span class="toggle-change" [textContent]="'CHANGE' | localize" (click)="createOrderFromSLAClicked(); forceReadonly = false"></span>
|
|
35584
35614
|
</div>
|
|
35585
|
-
<div class="create-via-transaction-result-display">
|
|
35615
|
+
<div *ngIf="existingTransactionLine" class="create-via-transaction-result-display">
|
|
35586
35616
|
<co-image-display [model]="existingTransactionLine?.articleImageData"></co-image-display>
|
|
35587
35617
|
<span [textContent]="existingTransactionLine?.goodDescription"></span>
|
|
35588
35618
|
<span [textContent]="existingTransactionLine?.articleBoundConcatenatedText"></span>
|
|
35589
35619
|
<span [textContent]="existingTransactionLine?.price | currency: 'EUR'"></span>
|
|
35590
35620
|
</div>
|
|
35621
|
+
<div *ngIf="chosenTransactionLine" class="create-via-transaction-result-display">
|
|
35622
|
+
<co-image-display [model]="transactionImage"></co-image-display>
|
|
35623
|
+
<span [textContent]="chosenTransactionLine?.goodDescription"></span>
|
|
35624
|
+
<!--<span [textContent]="existingTransactionLine?.articleBoundConcatenatedText"></span>-->
|
|
35625
|
+
<!--<span [textContent]="existingTransactionLine?.price | currency: 'EUR'"></span>-->
|
|
35626
|
+
</div>
|
|
35591
35627
|
</div>
|
|
35592
35628
|
<div *ngIf="createViaProduct" class="create-via-product">
|
|
35593
35629
|
<!--
|
|
@@ -35616,7 +35652,9 @@ TransactionHeaderPopupCreateServiceComponent.decorators = [
|
|
|
35616
35652
|
>
|
|
35617
35653
|
</co-dialog-catalog >
|
|
35618
35654
|
<co-dialog-transaction-search *ngIf="showTransLinePopup"
|
|
35619
|
-
|
|
35655
|
+
[relation]="this.relation"
|
|
35656
|
+
(lineClicked)="handleTransactinLineClick($event)"
|
|
35657
|
+
(closeClick)="showTransLinePopup = false">
|
|
35620
35658
|
</co-dialog-transaction-search>
|
|
35621
35659
|
</div>
|
|
35622
35660
|
`,
|
|
@@ -35629,11 +35667,13 @@ TransactionHeaderPopupCreateServiceComponent.decorators = [
|
|
|
35629
35667
|
TransactionHeaderPopupCreateServiceComponent.ctorParameters = () => [
|
|
35630
35668
|
{ type: FormMasterService },
|
|
35631
35669
|
{ type: DictionaryService },
|
|
35670
|
+
{ type: TransactionService },
|
|
35632
35671
|
{ type: TransactionImageService }
|
|
35633
35672
|
];
|
|
35634
35673
|
TransactionHeaderPopupCreateServiceComponent.propDecorators = {
|
|
35635
35674
|
showClass: [{ type: HostBinding, args: ['class.co-transaction-header-popup-create-service',] }],
|
|
35636
|
-
forceReadonly: [{ type: Input }]
|
|
35675
|
+
forceReadonly: [{ type: Input }],
|
|
35676
|
+
relation: [{ type: Input }]
|
|
35637
35677
|
};
|
|
35638
35678
|
|
|
35639
35679
|
class TransactionHeaderPopupServiceWizardComponent {
|
|
@@ -36342,6 +36382,11 @@ class DialogTransactionSearchComponent {
|
|
|
36342
36382
|
this.icons = Icon;
|
|
36343
36383
|
this.filterIconClick = new EventEmitter();
|
|
36344
36384
|
this.closeClick = new EventEmitter();
|
|
36385
|
+
this.lineClicked = new EventEmitter();
|
|
36386
|
+
this.showFilters = false;
|
|
36387
|
+
}
|
|
36388
|
+
set relation(value) {
|
|
36389
|
+
this.transactionSearchService.searchRequest.relationNrTr = Number(value.relationNumber);
|
|
36345
36390
|
}
|
|
36346
36391
|
showClass() {
|
|
36347
36392
|
return true;
|
|
@@ -36353,30 +36398,35 @@ class DialogTransactionSearchComponent {
|
|
|
36353
36398
|
ngOnDestroy() {
|
|
36354
36399
|
}
|
|
36355
36400
|
onFilterButtonClick() {
|
|
36356
|
-
this.
|
|
36401
|
+
this.showFilters = !this.showFilters;
|
|
36402
|
+
}
|
|
36403
|
+
transLineClicked(line) {
|
|
36404
|
+
this.lineClicked.emit(line);
|
|
36357
36405
|
}
|
|
36358
36406
|
}
|
|
36359
36407
|
DialogTransactionSearchComponent.decorators = [
|
|
36360
36408
|
{ type: Component, args: [{
|
|
36361
36409
|
selector: "co-dialog-transaction-search",
|
|
36362
36410
|
template: `
|
|
36363
|
-
<co-dialog (closeClick)="closeClick.emit()">
|
|
36364
|
-
|
|
36365
|
-
|
|
36366
|
-
|
|
36367
|
-
*ngIf="searchViewModeService.showFilterSidebar" @showHideFilterSidebar>-->
|
|
36368
|
-
<co-search-filter-panel *ngIf="searchViewModeService.showFilterSidebar"> <!--(resetFilterClick)="onResetFilterClick()"-->
|
|
36369
|
-
<co-transaction-filter></co-transaction-filter>
|
|
36370
|
-
</co-search-filter-panel>
|
|
36411
|
+
<co-dialog (closeClick)="closeClick.emit()" >
|
|
36412
|
+
|
|
36413
|
+
<div class="search-wrapper">
|
|
36414
|
+
<co-transaction-search-header (filterIconClick)="onFilterButtonClick()"></co-transaction-search-header>
|
|
36371
36415
|
<div class="search-content">
|
|
36372
36416
|
<ng-container>
|
|
36373
|
-
<div class="
|
|
36374
|
-
<co-transaction-
|
|
36375
|
-
|
|
36376
|
-
|
|
36417
|
+
<div class="search-filter-panel narrow-scrollbar" *ngIf="showFilters" >
|
|
36418
|
+
<co-transaction-filter></co-transaction-filter>
|
|
36419
|
+
</div>
|
|
36420
|
+
<div class="search-result-content">
|
|
36421
|
+
<div class="transaction-tile" *ngFor="let transaction of transactionSearchService.transactions">
|
|
36422
|
+
<co-transaction-search-sales-line-select-tile
|
|
36423
|
+
[transaction]="transaction" (lineClicked)="transLineClicked($event)">
|
|
36424
|
+
</co-transaction-search-sales-line-select-tile>
|
|
36425
|
+
</div>
|
|
36377
36426
|
</div>
|
|
36378
36427
|
</ng-container>
|
|
36379
36428
|
</div>
|
|
36429
|
+
</div>
|
|
36380
36430
|
</co-dialog>
|
|
36381
36431
|
`,
|
|
36382
36432
|
encapsulation: ViewEncapsulation.None
|
|
@@ -36389,8 +36439,10 @@ DialogTransactionSearchComponent.ctorParameters = () => [
|
|
|
36389
36439
|
];
|
|
36390
36440
|
DialogTransactionSearchComponent.propDecorators = {
|
|
36391
36441
|
placeholder: [{ type: Input }],
|
|
36442
|
+
relation: [{ type: Input }],
|
|
36392
36443
|
filterIconClick: [{ type: Output }],
|
|
36393
36444
|
closeClick: [{ type: Output }],
|
|
36445
|
+
lineClicked: [{ type: Output }],
|
|
36394
36446
|
showClass: [{ type: HostBinding, args: ["class.co-dialog-transaction-search",] }]
|
|
36395
36447
|
};
|
|
36396
36448
|
|
|
@@ -36416,6 +36468,8 @@ TransactionSearchHeaderComponent.decorators = [
|
|
|
36416
36468
|
selector: "co-transaction-search-header",
|
|
36417
36469
|
template: `
|
|
36418
36470
|
<div class="transaction-search-header-wrapper">
|
|
36471
|
+
<co-icon class="icon" [iconData]="iconCacheService.getIcon(icons.CartShoppingRegular)"></co-icon>
|
|
36472
|
+
<label class="title" [textContent]="'SALES_ORDERS' | localize"></label>
|
|
36419
36473
|
<co-input-search class="catalog-search-general"
|
|
36420
36474
|
[useRightIcon]="true"
|
|
36421
36475
|
[centerLabel]="true"
|
|
@@ -36451,7 +36505,8 @@ TransactionSearchHeaderModule.decorators = [
|
|
|
36451
36505
|
{ type: NgModule, args: [{
|
|
36452
36506
|
imports: [
|
|
36453
36507
|
InputSearchModule,
|
|
36454
|
-
IconModule
|
|
36508
|
+
IconModule,
|
|
36509
|
+
PipeModule
|
|
36455
36510
|
],
|
|
36456
36511
|
declarations: [
|
|
36457
36512
|
TransactionSearchHeaderComponent
|
|
@@ -36822,25 +36877,107 @@ TransactionSearchSalesOrderTileModule.decorators = [
|
|
|
36822
36877
|
];
|
|
36823
36878
|
|
|
36824
36879
|
class TransactionSearchSalesLineSelectTileComponent extends TransactionSearchTileBaseComponent {
|
|
36825
|
-
constructor(iconCacheService) {
|
|
36880
|
+
constructor(iconCacheService, transactionService) {
|
|
36826
36881
|
super(iconCacheService);
|
|
36827
36882
|
this.iconCacheService = iconCacheService;
|
|
36883
|
+
this.transactionService = transactionService;
|
|
36884
|
+
this.lineClicked = new EventEmitter();
|
|
36885
|
+
}
|
|
36886
|
+
showClass() {
|
|
36887
|
+
return true;
|
|
36888
|
+
}
|
|
36889
|
+
handleVisibilityChange(visible) {
|
|
36890
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
36891
|
+
if (visible && (this.lines === null || this.lines === undefined)) {
|
|
36892
|
+
this.lines = yield this.transactionService.getLineIndicesByTransId(this.transaction.transId);
|
|
36893
|
+
}
|
|
36894
|
+
});
|
|
36895
|
+
}
|
|
36896
|
+
tileClicked(line) {
|
|
36897
|
+
this.lineClicked.emit(line);
|
|
36828
36898
|
}
|
|
36829
36899
|
}
|
|
36830
36900
|
TransactionSearchSalesLineSelectTileComponent.decorators = [
|
|
36831
36901
|
{ type: Component, args: [{
|
|
36832
36902
|
selector: "co-transaction-search-sales-line-select-tile",
|
|
36833
36903
|
template: `
|
|
36834
|
-
<div class="co-transaction-search-tile">
|
|
36835
|
-
<co-transaction-search-sales-order-tile [transaction]="transaction" [showAvatar]="
|
|
36904
|
+
<div class="co-transaction-search-sales-line-select-tile-wrapper " observeVisibility #observer=visibilityObserve (visibilityChange)="handleVisibilityChange($event)">
|
|
36905
|
+
<co-transaction-search-sales-order-tile [transaction]="transaction" [showAvatar]="true">
|
|
36836
36906
|
</co-transaction-search-sales-order-tile>
|
|
36907
|
+
<div class="vertical-line "></div>
|
|
36908
|
+
<div class="order-lines-container co-small-scrollbar">
|
|
36909
|
+
<div *ngFor="let line of lines" >
|
|
36910
|
+
<co-transaction-line-tile [line]="line" (click)="tileClicked(line)"></co-transaction-line-tile>
|
|
36911
|
+
</div>
|
|
36912
|
+
</div>
|
|
36837
36913
|
</div>
|
|
36838
36914
|
`,
|
|
36839
36915
|
encapsulation: ViewEncapsulation.None
|
|
36840
36916
|
},] }
|
|
36841
36917
|
];
|
|
36842
36918
|
TransactionSearchSalesLineSelectTileComponent.ctorParameters = () => [
|
|
36843
|
-
{ type: IconCacheService }
|
|
36919
|
+
{ type: IconCacheService },
|
|
36920
|
+
{ type: TransactionService }
|
|
36921
|
+
];
|
|
36922
|
+
TransactionSearchSalesLineSelectTileComponent.propDecorators = {
|
|
36923
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-search-sales-line-select-tile",] }],
|
|
36924
|
+
lineClicked: [{ type: Output }]
|
|
36925
|
+
};
|
|
36926
|
+
|
|
36927
|
+
class TransactionLineTileComponent {
|
|
36928
|
+
constructor(transactionService, imageService) {
|
|
36929
|
+
this.transactionService = transactionService;
|
|
36930
|
+
this.imageService = imageService;
|
|
36931
|
+
}
|
|
36932
|
+
showClass() {
|
|
36933
|
+
return true;
|
|
36934
|
+
}
|
|
36935
|
+
handleVisibilityChange(visible) {
|
|
36936
|
+
if (visible && (this.line && this.line.image === null || this.line.image === undefined)) {
|
|
36937
|
+
this.transactionService.getGoodIdFromArticleNr(this.line.articleNr).then((goodId) => {
|
|
36938
|
+
this.imageService.getArticleImageByGoodId(goodId).then((image) => {
|
|
36939
|
+
this.line.image = image;
|
|
36940
|
+
});
|
|
36941
|
+
});
|
|
36942
|
+
}
|
|
36943
|
+
}
|
|
36944
|
+
}
|
|
36945
|
+
TransactionLineTileComponent.decorators = [
|
|
36946
|
+
{ type: Component, args: [{
|
|
36947
|
+
selector: "co-transaction-line-tile",
|
|
36948
|
+
template: `
|
|
36949
|
+
<div class="tile-wrapper" observeVisibility #observer=visibilityObserve (visibilityChange)="handleVisibilityChange($event)">
|
|
36950
|
+
<co-image-display [model]="line.image"></co-image-display>
|
|
36951
|
+
<span class="good-description" [textContent]="line.goodDescription"></span>
|
|
36952
|
+
</div>
|
|
36953
|
+
`,
|
|
36954
|
+
encapsulation: ViewEncapsulation.None
|
|
36955
|
+
},] }
|
|
36956
|
+
];
|
|
36957
|
+
TransactionLineTileComponent.ctorParameters = () => [
|
|
36958
|
+
{ type: TransactionService },
|
|
36959
|
+
{ type: TransactionImageService }
|
|
36960
|
+
];
|
|
36961
|
+
TransactionLineTileComponent.propDecorators = {
|
|
36962
|
+
line: [{ type: Input }],
|
|
36963
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-line-tile",] }]
|
|
36964
|
+
};
|
|
36965
|
+
|
|
36966
|
+
class TransactionLineTileModule {
|
|
36967
|
+
}
|
|
36968
|
+
TransactionLineTileModule.decorators = [
|
|
36969
|
+
{ type: NgModule, args: [{
|
|
36970
|
+
imports: [
|
|
36971
|
+
CoreModule,
|
|
36972
|
+
ObserveVisibilityModule
|
|
36973
|
+
],
|
|
36974
|
+
declarations: [
|
|
36975
|
+
TransactionLineTileComponent
|
|
36976
|
+
],
|
|
36977
|
+
exports: [
|
|
36978
|
+
TransactionLineTileComponent
|
|
36979
|
+
]
|
|
36980
|
+
},] }
|
|
36844
36981
|
];
|
|
36845
36982
|
|
|
36846
36983
|
class TransactionSearchSalesLineSelectTileModule {
|
|
@@ -36848,7 +36985,12 @@ class TransactionSearchSalesLineSelectTileModule {
|
|
|
36848
36985
|
TransactionSearchSalesLineSelectTileModule.decorators = [
|
|
36849
36986
|
{ type: NgModule, args: [{
|
|
36850
36987
|
imports: [
|
|
36851
|
-
TransactionSearchSalesOrderTileModule
|
|
36988
|
+
TransactionSearchSalesOrderTileModule,
|
|
36989
|
+
ObserveVisibilityModule,
|
|
36990
|
+
CommonModule,
|
|
36991
|
+
CoreModule,
|
|
36992
|
+
TransactionLineStatusbarModule,
|
|
36993
|
+
TransactionLineTileModule,
|
|
36852
36994
|
],
|
|
36853
36995
|
declarations: [
|
|
36854
36996
|
TransactionSearchSalesLineSelectTileComponent
|
|
@@ -50844,7 +50986,7 @@ TransactionCashRegisterPaymentCashComponent.decorators = [
|
|
|
50844
50986
|
<co-payment-to-pay [showLabel]="false" [amountToPay]="paymentService.amountToPay"></co-payment-to-pay>
|
|
50845
50987
|
<div class="payment-to-pay-button">
|
|
50846
50988
|
<co-button [iconData]="iconCacheService.getIcon(icons.CheckDuotone)" (click)="confirmPaymentClicked.emit()"
|
|
50847
|
-
|
|
50989
|
+
></co-button>
|
|
50848
50990
|
</div>
|
|
50849
50991
|
</div>
|
|
50850
50992
|
</div>
|
|
@@ -53166,7 +53308,12 @@ class TransactionCreateWizardComponent {
|
|
|
53166
53308
|
let valid = false;
|
|
53167
53309
|
if (!this.createService.currentTransaction.transactionInfo.uuid) {
|
|
53168
53310
|
if (this.transactionSection.createViaTransLine) {
|
|
53169
|
-
|
|
53311
|
+
if (this.transactionSection.existingTransaction) {
|
|
53312
|
+
this.stepTransactionSection.completed = yield this.createService.createServiceOrderWithTransactionLine(Number(this.transactionSection.existingTransaction.transactionInfo.id), Number(this.transactionSection.existingTransactionLine.lineNr));
|
|
53313
|
+
}
|
|
53314
|
+
else if (this.transactionSection.chosenTransactionLine) {
|
|
53315
|
+
this.stepTransactionSection.completed = yield this.createService.createServiceOrderWithTransactionLine(this.transactionSection.chosenTransactionLine.transactionId, this.transactionSection.chosenTransactionLine.lineNumber);
|
|
53316
|
+
}
|
|
53170
53317
|
}
|
|
53171
53318
|
else if (this.transactionSection.createViaProduct) {
|
|
53172
53319
|
valid = yield this._validateForArticleTransaction();
|
|
@@ -53259,7 +53406,7 @@ TransactionCreateWizardComponent.decorators = [
|
|
|
53259
53406
|
></co-transaction-header-popup-relation>
|
|
53260
53407
|
</co-stepper-step>
|
|
53261
53408
|
<co-stepper-step #stepTransactionSection [index]="2" [label]="'HOW_TO_CREATE_SERVICE' | localize" (validateStep)="handleTransactionValidation()">
|
|
53262
|
-
<co-transaction-header-popup-create-service #transactionSection [forceReadonly]="(createService.currentTransaction.transactionInfo.uuid !== undefined)"></co-transaction-header-popup-create-service>
|
|
53409
|
+
<co-transaction-header-popup-create-service #transactionSection [relation]="createService.relation" [forceReadonly]="(createService.currentTransaction.transactionInfo.uuid !== undefined)"></co-transaction-header-popup-create-service>
|
|
53263
53410
|
</co-stepper-step>
|
|
53264
53411
|
<co-stepper-step #stepWizardSection [index]="3" [label]="'SERVICE_WIZARD' | localize" (validateStep)="handleWizardValidation()">
|
|
53265
53412
|
<co-transaction-header-popup-service-wizard #wizardSection (wizardFinished)="wizardFinished()"></co-transaction-header-popup-service-wizard>
|
|
@@ -54282,5 +54429,5 @@ SharedConnectorService.ctorParameters = () => [
|
|
|
54282
54429
|
* Generated bundle index. Do not edit.
|
|
54283
54430
|
*/
|
|
54284
54431
|
|
|
54285
|
-
export { AddProductComponent, AddProductModule, CheckoutComponent, CheckoutModule, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningViewModes, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, 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, CustomerLanguagesComponent as ɵbh, StockStatusIndicatorComponent as ɵbi, LazyRenderMasterDirective as ɵbj, LazyRenderDirective as ɵbk, RelationAddressModule as ɵbl, RelationAddressComponent as ɵbm, RelationBaseComponent as ɵbn, RelationAddressSelectModule as ɵbo, RelationAddressTileModule as ɵbp, TileModule as ɵbq, TileComponent as ɵbr, RelationAddressTileComponent as ɵbs, RelationAddressSelectComponent as ɵbt, StepperModule as ɵbu, StepperComponent as ɵbv, StepperBaseComponent as ɵbw, StepperStepComponent as ɵbx, TransactionLineModule as ɵby, TransactionTextLineModule as ɵbz, DictionaryService as ɵc, TransactionTextLineComponent as ɵca, TransactionBaseComponent as ɵcb, TransactionImageService as ɵcc, OrderLineSetService as ɵcd, TransactionOverviewLineModule as ɵce, TransactionArticleTextModule as ɵcf, TransactionLineImageAndDescriptionModule as ɵcg, TransactionLineDescriptionModule as ɵch, TransactionLineDescriptionComponent as ɵci, TransactionInputFieldBaseComponent as ɵcj, TransactionLineImageAndDescriptionComponent as ɵck, TransactionArticleTextComponent as ɵcl, TransactionArticleTextOverviewModule as ɵcm, TransactionArticleTextOverviewComponent as ɵcn, TransactionLineActionButtonsModule as ɵco, TransactionLineActionButtonsComponent as ɵcp, TransactionLineActionButtonsPopupComponent as ɵcq, EditableLabelModule as ɵcr, EditableLabelComponent as ɵcs, TransactionLinePriceModule as ɵct, TransactionLinePriceComponent as ɵcu, TransactionBaseLineModule as ɵcv, TransactionBaseLineComponent as ɵcw, TransactionLineCommissionButtonModule as ɵcx, DialogTransactionLineCommissionCodeModule as ɵcy, TransactionLineCommissionCodeModule as ɵcz, CacheField as ɵd, TransactionLineCheckboxModule as ɵda, TransactionLineCheckboxListComponent as ɵdb, TransactionLineCommissionCodeComponent as ɵdc, TransactionFilterPopupBaseComponent as ɵdd, DialogHeaderSearchModule as ɵde, DialogHeaderSearchComponent as ɵdf, DialogTransactionLineCommissionCodeComponent as ɵdg, DialogTransactionBaseComponent as ɵdh, TransactionButtonModule as ɵdi, TransactionButtonComponent as ɵdj, TransactionLineCommissionButtonComponent as ɵdk, TransactionLineWarehouseButtonModule as ɵdl, DialogTransactionLineWarehouseModule as ɵdm, TransactionLineWarehouseModule as ɵdn, TransactionLineWarehouseComponent as ɵdo, DialogTransactionLineWarehouseComponent as ɵdp, TransactionLineWarehouseButtonComponent as ɵdq, TransactionLineDeliveryButtonModule as ɵdr, DialogTransactionLineDeliveryMethodModule as ɵds, TransactionLineDeliveryMethodModule as ɵdt, TransactionLineDeliveryMethodComponent as ɵdu, DialogTransactionLineDeliveryMethodComponent as ɵdv, TransactionLineDeliveryButtonComponent as ɵdw, TransactionLineDeliveryDateButtonModule as ɵdx, TransactionDateSelectModule as ɵdy, TransactionDateSelectComponent as ɵdz, ErrorService as ɵe, TransactionLineDeliveryDateButtonComponent as ɵea, DialogTransactionLineVatModule as ɵeb, TransactionLineVatModule as ɵec, TransactionLineVatComponent as ɵed, DialogTransactionLineVatComponent as ɵee, DialogTransactionLineDiscountModule as ɵef, TransactionLinePriceListModule as ɵeg, TransactionLinePriceListComponent as ɵeh, TransactionLineDiscountPercentageModule as ɵei, TransactionLineDiscountPercentageComponent as ɵej, TransactionLineDiscountAmountModule as ɵek, TransactionLineDiscountAmountComponent as ɵel, TransactionLineQuantumDiscountModule as ɵem, TransactionLineQuantumDiscountComponent as ɵen, TransactionLineSpecialDiscountModule as ɵeo, TransactionLineSpecialDiscountComponent as ɵep, DialogTransactionLinePriceListModule as ɵeq, DialogTransactionLinePriceListComponent as ɵer, DialogTransactionLineDiscountComponent as ɵes, TransactionLineAmountModule as ɵet, TransactionLineAmountComponent as ɵeu, TransactionLineVatButtonModule as ɵev, TransactionLineVatButtonComponent as ɵew, TransactionLineDiscountButtonModule as ɵex, TransactionLineDiscountButtonComponent as ɵey, TransactionLineDeliveryDateModule as ɵez, DialogService as ɵf, TransactionLineDeliveryDateComponent as ɵfa, TransactionMarginInfoLineModule as ɵfb, TransactionMarginInfoLineComponent as ɵfc, TransactionPlanningLineModule as ɵfd, TransactionPlanningLineComponent as ɵfe, DeliveryPlanningService as ɵff, TransactionOverviewLineComponent as ɵfg, TransactionPurchaseLineModule as ɵfh, TransactionLineSupplierButtonModule as ɵfi, TransactionLineSupplierModule as ɵfj, TransactionLineSupplierComponent as ɵfk, DialogTransactionLineSupplierModule as ɵfl, DialogTransactionLineSupplierComponent as ɵfm, TransactionLineSupplierButtonComponent as ɵfn, TransactionNavigationButtonModule as ɵfo, TransactionNavigationButtonComponent as ɵfp, TransactionLineDropShipmentButtonModule as ɵfq, TransactionLineDropShipmentButtonComponent as ɵfr, TransactionNavigationButtonListModule as ɵfs, TransactionNavigationButtonListComponent as ɵft, TransactionLineConfirmedDeliveryDateButtonModule as ɵfu, TransactionLineConfirmedDeliveryDateButtonComponent as ɵfv, TransactionPurchaseLineComponent as ɵfw, TransactionPurchaseLineBaseComponent as ɵfx, TransactionGoodsAllocationLineModule as ɵfy, TransactionLineWarehouseLocationButtonModule as ɵfz, DynamicComponentService as ɵg, DialogTransactionLineWarehouseLocationModule as ɵga, TransactionLineWarehouseLocationModule as ɵgb, TransactionLineWarehouseLocationComponent as ɵgc, ArticleService as ɵgd, DialogTransactionLineWarehouseLocationComponent as ɵge, TransactionLineWarehouseLocationButtonComponent as ɵgf, TransactionGoodsAllocationLineComponent as ɵgg, TransactionOrderDeliveryLineModule as ɵgh, TransactionOrderDeliveryLineComponent as ɵgi, TransactionOrderDeliveryLineBaseComponent as ɵgj, TransactionInvoiceLineModule as ɵgk, TransactionInvoiceLineComponent as ɵgl, TransactionInvoiceLineBaseComponent as ɵgm, TransactionPickedLineModule as ɵgn, TransactionPickedLineComponent as ɵgo, TransactionToBePickedLineModule as ɵgp, TransactionToBePickedLineComponent as ɵgq, TransactionPurchaseOverviewLineModule as ɵgr, TransactionPurchaseOverviewLineComponent as ɵgs, TransactionReceiveGoodsLineModule as ɵgt, TransactionPrintPackageStickerModule as ɵgu, TransactionPrintPackageStickerComponent as ɵgv, TransactionQuickAccessSendMethodBaseComponent as ɵgw, TransactionReceiveGoodsLineComponent as ɵgx, TransactionReceiveGoodsLineBaseComponent as ɵgy, TransactionPurchaseOrderLineModule as ɵgz, ArticleConnectorService as ɵh, TransactionPurchasePortalLineGrossOrderPriceModule as ɵha, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵhb, TransactionPurchasePortalLineNetOrderPriceModule as ɵhc, TransactionPurchasePortalLineNetOrderPriceComponent as ɵhd, TransactionPurchasePortalLineDeliveryDateModule as ɵhe, TransactionPurchasePortalLineDeliveryDateComponent as ɵhf, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhg, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhh, TransactionLineSupplierDeliveryDateButtonModule as ɵhi, TransactionLineSupplierDeliveryDateButtonComponent as ɵhj, TransactionLineConfirmedPriceModule as ɵhk, TransactionLineConfirmedPriceComponent as ɵhl, TransactionPurchaseOrderLineComponent as ɵhm, TransactionPurchaseOrderLineBaseComponent as ɵhn, TransactionCashRegisterOrderLineModule as ɵho, TransactionCashRegisterOrderLineComponent as ɵhp, TransactionSalesOrderQuotationLineModule as ɵhq, TransactionSalesOrderQuotationLineComponent as ɵhr, TransactionLineComponent as ɵhs, TransactionMappingService as ɵht, TransactionLinesBaseComponent as ɵhu, DialogTransactionHeaderDiscountModule as ɵhv, TransactionHeaderDiscountPercentageModule as ɵhw, TransactionHeaderDiscountPercentageComponent as ɵhx, TransactionHeaderDiscountAmountModule as ɵhy, TransactionHeaderDiscountAmountComponent as ɵhz, PendingReasonService as ɵi, TransactionHeaderDiscountTransactionTotalModule as ɵia, TransactionHeaderDiscountTransactionTotalComponent as ɵib, DialogTransactionHeaderDiscountComponent as ɵic, AvatarModule as ɵid, AvatarComponent as ɵie, DeliveryTypeTileModule as ɵif, DeliveryTypeTileComponent as ɵig, PaymentModule as ɵih, PaymentTileModule as ɵii, PaymentTileComponent as ɵij, PaymentQrCodeModule as ɵik, PaymentQrCodeComponent as ɵil, DepositPaymentModule as ɵim, DepositPaymentComponent as ɵin, PaymentToPayModule as ɵio, PaymentToPayComponent as ɵip, PaymentComponent as ɵiq, TransactionPaymentBaseComponent as ɵir, RelationTypeModule as ɵis, RelationTypeComponent as ɵit, RelationGeneralModule as ɵiu, RelationContactDetailsModule as ɵiv, RelationContactDetailsComponent as ɵiw, RelationGeneralComponent as ɵix, RelationAddressesModule as ɵiy, RelationAddressesComponent as ɵiz, TransactionBaseService as ɵj, RelationPreferencesModule as ɵja, RelationPreferencesComponent as ɵjb, TransactionHeaderBlockModule as ɵjc, TransactionHeaderBlockComponent as ɵjd, TransactionHeaderDeliveryDateModule as ɵje, TransactionHeaderDeliveryDateComponent as ɵjf, TransactionHeaderDeliveryOptionsModule as ɵjg, TransactionHeaderDeliveryOptionsComponent as ɵjh, TransactionHeaderRemarksModule as ɵji, TransactionHeaderRemarksComponent as ɵjj, TransactionHeaderReferenceModule as ɵjk, TransactionHeaderReferenceComponent as ɵjl, TransactionHeaderRelationReferenceModule as ɵjm, TransactionHeaderRelationReferenceComponent as ɵjn, TransactionHeaderDeliveryMethodModule as ɵjo, TransactionHeaderDeliveryMethodComponent as ɵjp, TransactionHeaderPreferredDeliveryDateModule as ɵjq, TransactionHeaderPreferredDeliveryDateComponent as ɵjr, DialogTransactionHeaderDeliveryMethodModule as ɵjs, DialogTransactionHeaderDeliveryMethodComponent as ɵjt, TransactionHeaderPopupModule as ɵju, TransactionFilterCategoriesModule as ɵjv, TransactionFilterCategoriesComponent as ɵjw, TransactionHeaderBranchModule as ɵjx, TransactionHeaderBranchComponent as ɵjy, TransactionHeaderSalesPersonModule as ɵjz, CoreModule as ɵk, TransactionHeaderSalesPersonComponent as ɵka, TransactionHeaderAdministrativeRelationModule as ɵkb, TransactionHeaderAdministrativeRelationComponent as ɵkc, TransactionHeaderPriceKindModule as ɵkd, TransactionHeaderPriceKindComponent as ɵke, TransactionHeaderCurrencyModule as ɵkf, TransactionHeaderCurrencyComponent as ɵkg, TransactionHeaderPaymentConditionModule as ɵkh, TransactionHeaderPaymentConditionComponent as ɵki, TransactionHeaderHoldCodesModule as ɵkj, TransactionHeaderHoldCodesComponent as ɵkk, TransactionHeaderMarketingModule as ɵkl, TransactionHeaderMarketingComponent as ɵkm, TransactionHeaderDeliveryMethodButtonModule as ɵkn, TransactionHeaderDeliveryMethodButtonComponent as ɵko, TransactionHeaderDefinitiveModule as ɵkp, TransactionHeaderDefinitiveComponent as ɵkq, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵkr, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵks, TransactionHeaderDepositPercentageModule as ɵkt, TransactionHeaderDepositPercentageComponent as ɵku, TransactionHeaderDepositAmountModule as ɵkv, TransactionHeaderDepositAmountComponent as ɵkw, TransactionHeaderPaymentButtonModule as ɵkx, TransactionHeaderPaymentButtonComponent as ɵky, TransactionHeaderDivideEvenlyModule as ɵkz, ConfirmationDialogModule as ɵl, TransactionHeaderDivideEvenlyComponent as ɵla, TransactionHeaderAmountToSettleModule as ɵlb, TransactionHeaderAmountToSettleComponent as ɵlc, TransactionHeaderScoringChanceModule as ɵld, TransactionHeaderScoringChanceComponent as ɵle, TransactionHeaderRetailStadiumModule as ɵlf, TransactionHeaderRetailStadiumComponent as ɵlg, TransactionHeaderScoringDateModule as ɵlh, TransactionHeaderScoringDateComponent as ɵli, TransactionHeaderPartialDeliveryModule as ɵlj, TransactionHeaderPartialDeliveryComponent as ɵlk, TransactionHeaderAutoRecalculateDepositModule as ɵll, TransactionHeaderAutoRecalculateDepositComponent as ɵlm, TransactionHeaderUseDepositRuleModule as ɵln, TransactionHeaderUseDepositRuleComponent as ɵlo, TransactionHeaderProjectCodeModule as ɵlp, TransactionHeaderProjectCodeComponent as ɵlq, DialogCatalogModule as ɵlr, DialogCatalogComponent as ɵls, ServiceWizardQaModule as ɵlt, QuestionAnswerModule as ɵlu, QuestionAnswerComponent as ɵlv, ServiceWizardQaComponent as ɵlw, DialogTransactionSearchModule as ɵlx, TransactionSearchHeaderModule as ɵly, TransactionSearchHeaderComponent as ɵlz, PipeModule as ɵm, SearchFilterPanelModule as ɵma, SearchFilterPanelComponent as ɵmb, SearchViewModeService as ɵmc, TransactionSearchSalesOrderTileModule as ɵmd, TransactionSearchSalesOrderTileComponent as ɵme, TransactionSearchTileBaseComponent as ɵmf, TransactionSearchSalesLineSelectTileModule as ɵmg, TransactionSearchSalesLineSelectTileComponent as ɵmh, DialogTransactionSearchComponent as ɵmi, TransactionHeaderPopupComponent as ɵmj, TransactionHeaderPopupRelationComponent as ɵmk, TransactionHeaderPopupBaseComponent as ɵml, RelationSuggestionsService as ɵmm, TransactionHeaderPopupOrderComponent as ɵmn, TransactionHeaderPopupDeliveryComponent as ɵmo, TransactionHeaderPopupPaymentComponent as ɵmp, CashOnDeliveryModalComponent as ɵmq, TransactionHeaderPopupCreateServiceComponent as ɵmr, TransactionHeaderPopupServiceWizardComponent as ɵms, TransactionHeaderPopupServiceFieldsComponent as ɵmt, TransactionCreateService as ɵmu, RelationSuggestionsListModule as ɵmv, RelationSuggestionsListItemModule as ɵmw, RelationSuggestionsListItemComponent as ɵmx, RelationSuggestionsListComponent as ɵmy, SuggestionsSidebarModule as ɵmz, AppendPipe as ɵn, SuggestionsSidebarComponent as ɵna, StepperStepModule as ɵnb, CheckoutOverviewRelationEditComponent as ɵnc, CheckoutOverviewDeliveryEditComponent as ɵnd, CheckoutOverviewPaymentComponent as ɵne, TransactionInternalModule as ɵnf, TransactionHeaderPaymentModule as ɵng, TransactionHeaderRemainingAmountModule as ɵnh, TransactionHeaderRemainingAmountComponent as ɵni, TransactionHeaderPaymentComponent as ɵnj, TransactionLabeledWarehouseLocationButtonModule as ɵnk, TransactionLabeledWarehouseLocationButtonComponent as ɵnl, TransactionQuickAccessOverviewModule as ɵnm, TransactionSendDocumentsModule as ɵnn, TransactionSendDocumentsComponent as ɵno, DigitalSignatureModule as ɵnp, DigitalSignatureComponent as ɵnq, TransactionQuickAccessOverviewComponent as ɵnr, TransactionQuickAccessOrderDeliveryModule as ɵns, TransactionButtonBarModule as ɵnt, AnimatedCheckboxModule as ɵnu, AnimatedCheckboxComponent as ɵnv, TransactionButtonBarComponent as ɵnw, TransactionButtonBarButtonComponent as ɵnx, TransactionButtonBarButtonBaseComponent as ɵny, TransactionSalesPurchaseButtonBarButtonComponent as ɵnz, DeliveryTimePipe as ɵo, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵoa, TransactionSalesAllocationButtonBarButtonComponent as ɵob, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵoc, TransactionSalesDeliveryButtonBarButtonComponent as ɵod, TransactionSalesInvoiceButtonBarButtonComponent as ɵoe, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵof, TransactionSalesPickingButtonBarButtonComponent as ɵog, TransactionSalesOverviewButtonBarButtonComponent as ɵoh, TransactionServiceServiceButtonBarButtonComponent as ɵoi, TransactionSalesPlanningButtonBarButtonComponent as ɵoj, TransactionUndoDeliveryModule as ɵok, TransactionUndoDeliveryComponent as ɵol, TransactionQuickAccessOrderDeliveryComponent as ɵom, TransactionQuickAccessOrderPurchaseModule as ɵon, TransactionQuickAccessOrderPurchaseComponent as ɵoo, TransactionQuickAccessGoodsAllocationModule as ɵop, TransactionQuickAccessGoodsAllocationComponent as ɵoq, TransactionQuickAccessPurchaseOrderOverviewModule as ɵor, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵos, TransactionQuickAccessInvoiceModule as ɵot, TransactionQuickAccessInvoiceComponent as ɵou, TransactionQuickAccessToBePickedModule as ɵov, TransactionQuickAccessToBePickedComponent as ɵow, TransactionQuickAccessPickedModule as ɵox, TransactionQuickAccessPickedComponent as ɵoy, TransactionQuickAccessSalesQuotationModule as ɵoz, DateDurationPipe as ɵp, TransactionQuickAccessSalesQuotationComponent as ɵpa, TransactionCreationService as ɵpb, TransactionQuickAccessPlanningModule as ɵpc, TransactionLineSidePanelPlanningModule as ɵpd, TransactionHistoryGridModule as ɵpe, TransactionHistoryGridStatusModule as ɵpf, TransactionHistoryGridStatusComponent as ɵpg, TransactionHistoryGridComponent as ɵph, TransactionReceivingGoodsHistoryModule as ɵpi, TransactionReceivingGoodsHistoryComponent as ɵpj, TransactionLineSidePanelDefaultModule as ɵpk, TransactionLineQuantityModule as ɵpl, TransactionLineQuantityComponent as ɵpm, TransactionLineReferenceModule as ɵpn, TransactionLineReferenceComponent as ɵpo, TransactionLineSidePanelDefaultComponent as ɵpp, TransactionAvailableStockGridModule as ɵpq, TransactionAvailableStockGridComponent as ɵpr, TransactionLinePurchaseReceiveGoodsModule as ɵps, TransactionLinePurchaseReceiveGoodsComponent as ɵpt, TransactionLinePurchaseConfirmationModule as ɵpu, DefaultOkCancelButtonsModule as ɵpv, DefaultOkCancelButtonsComponent as ɵpw, TransactionLabeledPriceInputModule as ɵpx, TransactionLabeledPriceInputComponent as ɵpy, PurchaseConfirmationLinesModule as ɵpz, LocalizePipe as ɵq, TransactionLinesPopupModule as ɵqa, TransactionLinesPopupComponent as ɵqb, PurchaseConfirmationLinesComponent as ɵqc, TransactionLinePurchaseConfirmationComponent as ɵqd, DeliveryPlanningMainModule as ɵqe, DeliveryPlanningModeSelectionModule as ɵqf, DeliveryPlanningModeSelectionComponent as ɵqg, DeliveryPlanningSelectionModule as ɵqh, DeliveryPlanningSelectionComponent as ɵqi, DeliveryPlanningOverviewModule as ɵqj, DeliveryPlanningOverviewTileModule as ɵqk, DeliveryPlanningOverviewTileLineModule as ɵql, DeliveryPlanningOverviewTileLineComponent as ɵqm, DeliveryPlanningTileStatusModule as ɵqn, DeliveryPlanningTileStatusComponent as ɵqo, DeliveryPlanningOverviewShortLineModule as ɵqp, DeliveryPlanningOverviewShortLineComponent as ɵqq, DeliveryPlanningOverviewTileComponent as ɵqr, DeliveryPlanningOverviewComponent as ɵqs, DeliveryPlanningOverviewPopupComponent as ɵqt, TransactionSearchPurchaseOrderTileModule as ɵqu, TransactionSearchPurchaseOrderTileComponent as ɵqv, TransactionSearchSalesOrderGridModule as ɵqw, TransactionSearchSalesOrderGridComponent as ɵqx, TransactionSearchGridBaseComponent as ɵqy, TransactionSearchPurchaseOrderGridModule as ɵqz, CoCurrencyPipe as ɵr, TransactionSearchPurchaseOrderGridComponent as ɵra, TransactionSearchSalesQuotationGridModule as ɵrb, TransactionSearchSalesQuotationGridComponent as ɵrc, TransactionSearchPosGridModule as ɵrd, TransactionSearchPosGridComponent as ɵre, TransactionSearchSalesQuotationTileModule as ɵrf, TransactionSearchSalesQuotationTileComponent as ɵrg, TransactionSearchPosOrderTileModule as ɵrh, TransactionSearchPosOrderTileComponent as ɵri, TransactionSearchGridModule as ɵrj, TransactionSearchGridComponent as ɵrk, TransactionSearchTileModule as ɵrl, TransactionSearchTileComponent as ɵrm, TransactionSalesOrderFilterModule as ɵrn, TransactionSalesOrderFilterContentOrderModule as ɵro, TransactionFilterItemModule as ɵrp, TransactionFilterItemComponent as ɵrq, TransactionSalesOrderFilterContentOrderComponent as ɵrr, TransactionFilterContentBaseComponent as ɵrs, TransactionSalesOrderFilterContentLogisticsModule as ɵrt, TransactionFilterHistoricStateModule as ɵru, TransactionFilterHistoricStateComponent as ɵrv, TransactionSalesOrderFilterContentLogisticsComponent as ɵrw, TransactionSalesOrderFilterContentArticleModule as ɵrx, TransactionSalesOrderFilterContentArticleComponent as ɵry, TransactionSalesOrderFilterComponent as ɵrz, SafeStylePipe as ɵs, TransactionFilterBaseComponent as ɵsa, TransactionPurchaseOrderFilterModule as ɵsb, TransactionPurchaseOrderFilterContentOrderModule as ɵsc, TransactionPurchaseOrderFilterContentOrderComponent as ɵsd, TransactionPurchaseOrderFilterContentLogisticsModule as ɵse, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵsf, TransactionPurchaseOrderFilterContentArticleModule as ɵsg, TransactionPurchaseOrderFilterContentArticleComponent as ɵsh, TransactionPurchaseOrderFilterComponent as ɵsi, TransactionSalesQuotationFilterModule as ɵsj, TransactionSalesQuotationFilterContentOrderModule as ɵsk, TransactionSalesQuotationFilterContentOrderComponent as ɵsl, TransactionSalesQuotationFilterContentLogisticsModule as ɵsm, TransactionSalesQuotationFilterContentLogisticsComponent as ɵsn, TransactionSalesQuotationFilterContentArticleModule as ɵso, TransactionSalesQuotationFilterContentArticleComponent as ɵsp, TransactionSalesQuotationFilterComponent as ɵsq, TransactionCashDeskFilterModule as ɵsr, TransactionCashDeskFilterContentArticleModule as ɵss, TransactionCashDeskFilterContentArticleComponent as ɵst, TransactionCashDeskFilterContentLogisticsModule as ɵsu, TransactionCashDeskFilterContentLogisticsComponent as ɵsv, TransactionCashDeskFilterContentOrderModule as ɵsw, TransactionCashDeskFilterContentOrderComponent as ɵsx, TransactionCashDeskFilterComponent as ɵsy, TransactionServiceOrderFilterModule as ɵsz, SafeHtmlPipe as ɵt, TransactionServiceOrderFilterContentOrderModule as ɵta, TransactionServiceOrderFilterContentOrderComponent as ɵtb, TransactionServiceOrderFilterContentLogisticsModule as ɵtc, TransactionServiceOrderFilterContentLogisticsComponent as ɵtd, TransactionServiceOrderFilterContentArticleModule as ɵte, TransactionServiceOrderFilterContentArticleComponent as ɵtf, TransactionServiceOrderFilterComponent as ɵtg, SearchFeatureModule as ɵth, SearchHeaderButtonsModule as ɵti, SearchHeaderButtonsComponent as ɵtj, SearchComponent as ɵtk, DeliveryPlanningMainComponent as ɵtl, DeliveryPlanningPlanOrderListComponent as ɵtm, DeliveryPlanningPlanOrderListTileComponent as ɵtn, TransactionLineSidePanelPlanningComponent as ɵto, TransactionQuickAccessPlanningComponent as ɵtp, TransactionQuickAccessPlanningPopupComponent as ɵtq, TransactionCardModule as ɵtr, TransactionCardPurchaseOverviewModule as ɵts, TransactionCardHeaderModule as ɵtt, TransactionCardHeaderComponent as ɵtu, TransactionCardFooterModule as ɵtv, TransactionCardFooterComponent as ɵtw, TransactionCardPurchaseOverviewComponent as ɵtx, TransactionCardSalesOverviewModule as ɵty, TransactionCardSalesOverviewComponent as ɵtz, PrependPipe as ɵu, TransactionCardReceiveGoodsModule as ɵua, TransactionCardReceiveGoodsComponent as ɵub, TransactionCardInvoiceModule as ɵuc, TransactionCardInvoiceComponent as ɵud, TransactionCardOrderDeliveryModule as ɵue, TransactionCardOrderDeliveryComponent as ɵuf, TransactionCardPurchaseModule as ɵug, TransactionCardPurchaseComponent as ɵuh, TransactionCardGoodsAllocationModule as ɵui, TransactionCardGoodsAllocationComponent as ɵuj, TransactionCardToBePickedModule as ɵuk, TransactionCardToBePickedComponent as ɵul, TransactionCardPickedModule as ɵum, TransactionCardPickedComponent as ɵun, TransactionCardPurchaseConfirmationModule as ɵuo, TransactionBaseCardModule as ɵup, TransactionBaseCardComponent as ɵuq, TransactionCardPurchaseConfirmationComponent as ɵur, TransactionCardPlanningModule as ɵus, TransactionCardPlanningComponent as ɵut, TransactionCardMarginModule as ɵuu, TransactionCardMarginComponent as ɵuv, TransactionCardComponent as ɵuw, TransactionLineSidePanelModule as ɵux, TransactionLineSidePanelPurchaseModule as ɵuy, TransactionLineSidePanelPurchaseComponent as ɵuz, ConfirmationDialogComponent as ɵv, TransactionLineSidePanelSalesModule as ɵva, TransactionAllocateGoodsHistoryModule as ɵvb, TransactionAllocateGoodsHistoryComponent as ɵvc, TransactionLineSalesAllocationModule as ɵvd, TransactionLineSalesAllocationComponent as ɵve, TransactionLineSalesDeliveryModule as ɵvf, TransactionLineDeliveryHistoryModule as ɵvg, TransactionLineDeliveryHistoryComponent as ɵvh, TransactionLineSalesDeliveryComponent as ɵvi, TransactionLineSalesInvoiceModule as ɵvj, TransactionLineInvoiceHistoryModule as ɵvk, TransactionLineInvoiceHistoryComponent as ɵvl, TransactionLineSalesInvoiceComponent as ɵvm, TransactionLineSidePanelToBePickedModule as ɵvn, TransactionPickingHistoryModule as ɵvo, TransactionPickingHistoryComponent as ɵvp, TransactionLineSidePanelToBePickedComponent as ɵvq, TransactionLineSidePanelPickedModule as ɵvr, TransactionLineSidePanelPickedComponent as ɵvs, TransactionLineSidePanelSalesComponent as ɵvt, TransactionLineSidePanelComponent as ɵvu, TransactionCopyOrderModule as ɵvv, DefaultConfirmCancelButtonsModule as ɵvw, DefaultConfirmCancelButtonsComponent as ɵvx, TransactionCopyOrderComponent as ɵvy, TransactionLinesSidePanelModule as ɵvz, DialogBaseComponent as ɵw, TransactionLinesSidePanelCashDeskModule as ɵwa, TransactionCashRegisterPaymentDialogModule as ɵwb, TransactionCashRegisterPaymentPinModule as ɵwc, TransactionCashRegisterPaymentButtonsModule as ɵwd, TransactionCashRegisterPaymentButtonsComponent as ɵwe, TransactionCashRegisterPaymentPinComponent as ɵwf, TransactionCashRegisterPaymentCashModule as ɵwg, RegisteredPaymentModule as ɵwh, RegisteredPaymentComponent as ɵwi, TransactionCashRegisterPaymentCashComponent as ɵwj, TransactionCashRegisterPaymentDoneModule as ɵwk, TransactionCashRegisterPaymentDoneComponent as ɵwl, TransactionCashRegisterPaymentMethodModule as ɵwm, TransactionCashRegisterPaymentMethodComponent as ɵwn, TransactionCashRegisterPaymentQrCodeModule as ɵwo, TransactionCashRegisterPaymentQrCodeComponent as ɵwp, TransactionCashRegisterPaymentDialogComponent as ɵwq, TransactionCashRegisterOrderExpenseDialogModule as ɵwr, TransactionCashRegisterOrderExpenseDialogComponent as ɵws, TransactionLinesSidePanelCashDeskComponent as ɵwt, TransactionLinesSidePanelServiceOrderModule as ɵwu, TransactionLinesSidePanelServiceOrderComponent as ɵwv, TransactionLinesSidePanelComponent as ɵww, TransactionServiceOverviewModule as ɵwx, TransactionServiceOverviewComponent as ɵwy, TransactionCardsModule as ɵwz, IconCacheService as ɵx, TransactionCardsComponent as ɵxa, TransactionMarginBlockComponent as ɵxb, TransactionMarginLineComponent as ɵxc, ClickBlockModule as ɵxd, ClickBlockComponent as ɵxe, TransactionInternalComponent as ɵxf, TransactionGridModule as ɵxg, TransactionLinesGridModule as ɵxh, TransactionBaseGridModule as ɵxi, TransactionBaseGridComponent as ɵxj, TransactionGridBaseComponent as ɵxk, DialogTransactionLineWarehouseCcModule as ɵxl, DialogTransactionLineWarehouseCcComponent as ɵxm, DialogDirectSellComponent as ɵxn, DialogTransactionHeaderBranchModule as ɵxo, DialogTransactionHeaderBranchComponent as ɵxp, TransactionLinesGridComponent as ɵxq, TransactionOrderConfirmationGridModule as ɵxr, TransactionOrderConfirmationGridComponent as ɵxs, TransactionGridComponent as ɵxt, TransactionCashRegisterOrderReceiptDialogModule as ɵxu, TransactionCashRegisterOrderReceiptDialogComponent as ɵxv, TransactionTagComponent as ɵxw, CheckoutSimpleModule as ɵxx, CheckoutSimpleComponent as ɵxy, CheckoutSimpleOverviewRelationEditComponent as ɵxz, CharacteristicAnswerModule as ɵy, CheckoutSimpleOverviewDeliveryEditComponent as ɵya, CheckoutSimpleOverviewPaymentComponent as ɵyb, SimpleVerticalStepperModule as ɵyc, SimpleVerticalStepperComponent as ɵyd, CharacteristicAnswerComponent as ɵz };
|
|
54432
|
+
export { AddProductComponent, AddProductModule, CheckoutComponent, CheckoutModule, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningViewModes, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, 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, CustomerLanguagesComponent as ɵbh, StockStatusIndicatorComponent as ɵbi, LazyRenderMasterDirective as ɵbj, LazyRenderDirective as ɵbk, RelationAddressModule as ɵbl, RelationAddressComponent as ɵbm, RelationBaseComponent as ɵbn, RelationAddressSelectModule as ɵbo, RelationAddressTileModule as ɵbp, TileModule as ɵbq, TileComponent as ɵbr, RelationAddressTileComponent as ɵbs, RelationAddressSelectComponent as ɵbt, StepperModule as ɵbu, StepperComponent as ɵbv, StepperBaseComponent as ɵbw, StepperStepComponent as ɵbx, TransactionLineModule as ɵby, TransactionTextLineModule as ɵbz, DictionaryService as ɵc, TransactionTextLineComponent as ɵca, TransactionBaseComponent as ɵcb, TransactionImageService as ɵcc, OrderLineSetService as ɵcd, TransactionOverviewLineModule as ɵce, TransactionArticleTextModule as ɵcf, TransactionLineImageAndDescriptionModule as ɵcg, TransactionLineDescriptionModule as ɵch, TransactionLineDescriptionComponent as ɵci, TransactionInputFieldBaseComponent as ɵcj, TransactionLineImageAndDescriptionComponent as ɵck, TransactionArticleTextComponent as ɵcl, TransactionArticleTextOverviewModule as ɵcm, TransactionArticleTextOverviewComponent as ɵcn, TransactionLineActionButtonsModule as ɵco, TransactionLineActionButtonsComponent as ɵcp, TransactionLineActionButtonsPopupComponent as ɵcq, EditableLabelModule as ɵcr, EditableLabelComponent as ɵcs, TransactionLinePriceModule as ɵct, TransactionLinePriceComponent as ɵcu, TransactionBaseLineModule as ɵcv, TransactionBaseLineComponent as ɵcw, TransactionLineCommissionButtonModule as ɵcx, DialogTransactionLineCommissionCodeModule as ɵcy, TransactionLineCommissionCodeModule as ɵcz, CacheField as ɵd, TransactionLineCheckboxModule as ɵda, TransactionLineCheckboxListComponent as ɵdb, TransactionLineCommissionCodeComponent as ɵdc, TransactionFilterPopupBaseComponent as ɵdd, DialogHeaderSearchModule as ɵde, DialogHeaderSearchComponent as ɵdf, DialogTransactionLineCommissionCodeComponent as ɵdg, DialogTransactionBaseComponent as ɵdh, TransactionButtonModule as ɵdi, TransactionButtonComponent as ɵdj, TransactionLineCommissionButtonComponent as ɵdk, TransactionLineWarehouseButtonModule as ɵdl, DialogTransactionLineWarehouseModule as ɵdm, TransactionLineWarehouseModule as ɵdn, TransactionLineWarehouseComponent as ɵdo, DialogTransactionLineWarehouseComponent as ɵdp, TransactionLineWarehouseButtonComponent as ɵdq, TransactionLineDeliveryButtonModule as ɵdr, DialogTransactionLineDeliveryMethodModule as ɵds, TransactionLineDeliveryMethodModule as ɵdt, TransactionLineDeliveryMethodComponent as ɵdu, DialogTransactionLineDeliveryMethodComponent as ɵdv, TransactionLineDeliveryButtonComponent as ɵdw, TransactionLineDeliveryDateButtonModule as ɵdx, TransactionDateSelectModule as ɵdy, TransactionDateSelectComponent as ɵdz, ErrorService as ɵe, TransactionLineDeliveryDateButtonComponent as ɵea, DialogTransactionLineVatModule as ɵeb, TransactionLineVatModule as ɵec, TransactionLineVatComponent as ɵed, DialogTransactionLineVatComponent as ɵee, DialogTransactionLineDiscountModule as ɵef, TransactionLinePriceListModule as ɵeg, TransactionLinePriceListComponent as ɵeh, TransactionLineDiscountPercentageModule as ɵei, TransactionLineDiscountPercentageComponent as ɵej, TransactionLineDiscountAmountModule as ɵek, TransactionLineDiscountAmountComponent as ɵel, TransactionLineQuantumDiscountModule as ɵem, TransactionLineQuantumDiscountComponent as ɵen, TransactionLineSpecialDiscountModule as ɵeo, TransactionLineSpecialDiscountComponent as ɵep, DialogTransactionLinePriceListModule as ɵeq, DialogTransactionLinePriceListComponent as ɵer, DialogTransactionLineDiscountComponent as ɵes, TransactionLineAmountModule as ɵet, TransactionLineAmountComponent as ɵeu, TransactionLineVatButtonModule as ɵev, TransactionLineVatButtonComponent as ɵew, TransactionLineDiscountButtonModule as ɵex, TransactionLineDiscountButtonComponent as ɵey, TransactionLineDeliveryDateModule as ɵez, DialogService as ɵf, TransactionLineDeliveryDateComponent as ɵfa, TransactionMarginInfoLineModule as ɵfb, TransactionMarginInfoLineComponent as ɵfc, TransactionPlanningLineModule as ɵfd, TransactionPlanningLineComponent as ɵfe, DeliveryPlanningService as ɵff, TransactionOverviewLineComponent as ɵfg, TransactionPurchaseLineModule as ɵfh, TransactionLineSupplierButtonModule as ɵfi, TransactionLineSupplierModule as ɵfj, TransactionLineSupplierComponent as ɵfk, DialogTransactionLineSupplierModule as ɵfl, DialogTransactionLineSupplierComponent as ɵfm, TransactionLineSupplierButtonComponent as ɵfn, TransactionNavigationButtonModule as ɵfo, TransactionNavigationButtonComponent as ɵfp, TransactionLineDropShipmentButtonModule as ɵfq, TransactionLineDropShipmentButtonComponent as ɵfr, TransactionNavigationButtonListModule as ɵfs, TransactionNavigationButtonListComponent as ɵft, TransactionLineConfirmedDeliveryDateButtonModule as ɵfu, TransactionLineConfirmedDeliveryDateButtonComponent as ɵfv, TransactionPurchaseLineComponent as ɵfw, TransactionPurchaseLineBaseComponent as ɵfx, TransactionGoodsAllocationLineModule as ɵfy, TransactionLineWarehouseLocationButtonModule as ɵfz, DynamicComponentService as ɵg, DialogTransactionLineWarehouseLocationModule as ɵga, TransactionLineWarehouseLocationModule as ɵgb, TransactionLineWarehouseLocationComponent as ɵgc, ArticleService as ɵgd, DialogTransactionLineWarehouseLocationComponent as ɵge, TransactionLineWarehouseLocationButtonComponent as ɵgf, TransactionGoodsAllocationLineComponent as ɵgg, TransactionOrderDeliveryLineModule as ɵgh, TransactionOrderDeliveryLineComponent as ɵgi, TransactionOrderDeliveryLineBaseComponent as ɵgj, TransactionInvoiceLineModule as ɵgk, TransactionInvoiceLineComponent as ɵgl, TransactionInvoiceLineBaseComponent as ɵgm, TransactionPickedLineModule as ɵgn, TransactionPickedLineComponent as ɵgo, TransactionToBePickedLineModule as ɵgp, TransactionToBePickedLineComponent as ɵgq, TransactionPurchaseOverviewLineModule as ɵgr, TransactionPurchaseOverviewLineComponent as ɵgs, TransactionReceiveGoodsLineModule as ɵgt, TransactionPrintPackageStickerModule as ɵgu, TransactionPrintPackageStickerComponent as ɵgv, TransactionQuickAccessSendMethodBaseComponent as ɵgw, TransactionReceiveGoodsLineComponent as ɵgx, TransactionReceiveGoodsLineBaseComponent as ɵgy, TransactionPurchaseOrderLineModule as ɵgz, ArticleConnectorService as ɵh, TransactionPurchasePortalLineGrossOrderPriceModule as ɵha, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵhb, TransactionPurchasePortalLineNetOrderPriceModule as ɵhc, TransactionPurchasePortalLineNetOrderPriceComponent as ɵhd, TransactionPurchasePortalLineDeliveryDateModule as ɵhe, TransactionPurchasePortalLineDeliveryDateComponent as ɵhf, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhg, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhh, TransactionLineSupplierDeliveryDateButtonModule as ɵhi, TransactionLineSupplierDeliveryDateButtonComponent as ɵhj, TransactionLineConfirmedPriceModule as ɵhk, TransactionLineConfirmedPriceComponent as ɵhl, TransactionPurchaseOrderLineComponent as ɵhm, TransactionPurchaseOrderLineBaseComponent as ɵhn, TransactionCashRegisterOrderLineModule as ɵho, TransactionCashRegisterOrderLineComponent as ɵhp, TransactionSalesOrderQuotationLineModule as ɵhq, TransactionSalesOrderQuotationLineComponent as ɵhr, TransactionLineComponent as ɵhs, TransactionMappingService as ɵht, TransactionLinesBaseComponent as ɵhu, DialogTransactionHeaderDiscountModule as ɵhv, TransactionHeaderDiscountPercentageModule as ɵhw, TransactionHeaderDiscountPercentageComponent as ɵhx, TransactionHeaderDiscountAmountModule as ɵhy, TransactionHeaderDiscountAmountComponent as ɵhz, PendingReasonService as ɵi, TransactionHeaderDiscountTransactionTotalModule as ɵia, TransactionHeaderDiscountTransactionTotalComponent as ɵib, DialogTransactionHeaderDiscountComponent as ɵic, AvatarModule as ɵid, AvatarComponent as ɵie, DeliveryTypeTileModule as ɵif, DeliveryTypeTileComponent as ɵig, PaymentModule as ɵih, PaymentTileModule as ɵii, PaymentTileComponent as ɵij, PaymentQrCodeModule as ɵik, PaymentQrCodeComponent as ɵil, DepositPaymentModule as ɵim, DepositPaymentComponent as ɵin, PaymentToPayModule as ɵio, PaymentToPayComponent as ɵip, PaymentComponent as ɵiq, TransactionPaymentBaseComponent as ɵir, RelationTypeModule as ɵis, RelationTypeComponent as ɵit, RelationGeneralModule as ɵiu, RelationContactDetailsModule as ɵiv, RelationContactDetailsComponent as ɵiw, RelationGeneralComponent as ɵix, RelationAddressesModule as ɵiy, RelationAddressesComponent as ɵiz, TransactionBaseService as ɵj, RelationPreferencesModule as ɵja, RelationPreferencesComponent as ɵjb, TransactionHeaderBlockModule as ɵjc, TransactionHeaderBlockComponent as ɵjd, TransactionHeaderDeliveryDateModule as ɵje, TransactionHeaderDeliveryDateComponent as ɵjf, TransactionHeaderDeliveryOptionsModule as ɵjg, TransactionHeaderDeliveryOptionsComponent as ɵjh, TransactionHeaderRemarksModule as ɵji, TransactionHeaderRemarksComponent as ɵjj, TransactionHeaderReferenceModule as ɵjk, TransactionHeaderReferenceComponent as ɵjl, TransactionHeaderRelationReferenceModule as ɵjm, TransactionHeaderRelationReferenceComponent as ɵjn, TransactionHeaderDeliveryMethodModule as ɵjo, TransactionHeaderDeliveryMethodComponent as ɵjp, TransactionHeaderPreferredDeliveryDateModule as ɵjq, TransactionHeaderPreferredDeliveryDateComponent as ɵjr, DialogTransactionHeaderDeliveryMethodModule as ɵjs, DialogTransactionHeaderDeliveryMethodComponent as ɵjt, TransactionHeaderPopupModule as ɵju, TransactionFilterCategoriesModule as ɵjv, TransactionFilterCategoriesComponent as ɵjw, TransactionHeaderBranchModule as ɵjx, TransactionHeaderBranchComponent as ɵjy, TransactionHeaderSalesPersonModule as ɵjz, CoreModule as ɵk, TransactionHeaderSalesPersonComponent as ɵka, TransactionHeaderAdministrativeRelationModule as ɵkb, TransactionHeaderAdministrativeRelationComponent as ɵkc, TransactionHeaderPriceKindModule as ɵkd, TransactionHeaderPriceKindComponent as ɵke, TransactionHeaderCurrencyModule as ɵkf, TransactionHeaderCurrencyComponent as ɵkg, TransactionHeaderPaymentConditionModule as ɵkh, TransactionHeaderPaymentConditionComponent as ɵki, TransactionHeaderHoldCodesModule as ɵkj, TransactionHeaderHoldCodesComponent as ɵkk, TransactionHeaderMarketingModule as ɵkl, TransactionHeaderMarketingComponent as ɵkm, TransactionHeaderDeliveryMethodButtonModule as ɵkn, TransactionHeaderDeliveryMethodButtonComponent as ɵko, TransactionHeaderDefinitiveModule as ɵkp, TransactionHeaderDefinitiveComponent as ɵkq, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵkr, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵks, TransactionHeaderDepositPercentageModule as ɵkt, TransactionHeaderDepositPercentageComponent as ɵku, TransactionHeaderDepositAmountModule as ɵkv, TransactionHeaderDepositAmountComponent as ɵkw, TransactionHeaderPaymentButtonModule as ɵkx, TransactionHeaderPaymentButtonComponent as ɵky, TransactionHeaderDivideEvenlyModule as ɵkz, ConfirmationDialogModule as ɵl, TransactionHeaderDivideEvenlyComponent as ɵla, TransactionHeaderAmountToSettleModule as ɵlb, TransactionHeaderAmountToSettleComponent as ɵlc, TransactionHeaderScoringChanceModule as ɵld, TransactionHeaderScoringChanceComponent as ɵle, TransactionHeaderRetailStadiumModule as ɵlf, TransactionHeaderRetailStadiumComponent as ɵlg, TransactionHeaderScoringDateModule as ɵlh, TransactionHeaderScoringDateComponent as ɵli, TransactionHeaderPartialDeliveryModule as ɵlj, TransactionHeaderPartialDeliveryComponent as ɵlk, TransactionHeaderAutoRecalculateDepositModule as ɵll, TransactionHeaderAutoRecalculateDepositComponent as ɵlm, TransactionHeaderUseDepositRuleModule as ɵln, TransactionHeaderUseDepositRuleComponent as ɵlo, TransactionHeaderProjectCodeModule as ɵlp, TransactionHeaderProjectCodeComponent as ɵlq, DialogCatalogModule as ɵlr, DialogCatalogComponent as ɵls, ServiceWizardQaModule as ɵlt, QuestionAnswerModule as ɵlu, QuestionAnswerComponent as ɵlv, ServiceWizardQaComponent as ɵlw, DialogTransactionSearchModule as ɵlx, TransactionSearchHeaderModule as ɵly, TransactionSearchHeaderComponent as ɵlz, PipeModule as ɵm, SearchFilterPanelModule as ɵma, SearchFilterPanelComponent as ɵmb, SearchViewModeService as ɵmc, TransactionSearchSalesOrderTileModule as ɵmd, TransactionSearchSalesOrderTileComponent as ɵme, TransactionSearchTileBaseComponent as ɵmf, TransactionSearchSalesLineSelectTileModule as ɵmg, TransactionLineTileModule as ɵmh, TransactionLineTileComponent as ɵmi, TransactionSearchSalesLineSelectTileComponent as ɵmj, DialogTransactionSearchComponent as ɵmk, TransactionHeaderPopupComponent as ɵml, TransactionHeaderPopupRelationComponent as ɵmm, TransactionHeaderPopupBaseComponent as ɵmn, RelationSuggestionsService as ɵmo, TransactionHeaderPopupOrderComponent as ɵmp, TransactionHeaderPopupDeliveryComponent as ɵmq, TransactionHeaderPopupPaymentComponent as ɵmr, CashOnDeliveryModalComponent as ɵms, TransactionHeaderPopupCreateServiceComponent as ɵmt, TransactionHeaderPopupServiceWizardComponent as ɵmu, TransactionHeaderPopupServiceFieldsComponent as ɵmv, TransactionCreateService as ɵmw, RelationSuggestionsListModule as ɵmx, RelationSuggestionsListItemModule as ɵmy, RelationSuggestionsListItemComponent as ɵmz, AppendPipe as ɵn, RelationSuggestionsListComponent as ɵna, SuggestionsSidebarModule as ɵnb, SuggestionsSidebarComponent as ɵnc, StepperStepModule as ɵnd, CheckoutOverviewRelationEditComponent as ɵne, CheckoutOverviewDeliveryEditComponent as ɵnf, CheckoutOverviewPaymentComponent as ɵng, TransactionInternalModule as ɵnh, TransactionHeaderPaymentModule as ɵni, TransactionHeaderRemainingAmountModule as ɵnj, TransactionHeaderRemainingAmountComponent as ɵnk, TransactionHeaderPaymentComponent as ɵnl, TransactionLabeledWarehouseLocationButtonModule as ɵnm, TransactionLabeledWarehouseLocationButtonComponent as ɵnn, TransactionQuickAccessOverviewModule as ɵno, TransactionSendDocumentsModule as ɵnp, TransactionSendDocumentsComponent as ɵnq, DigitalSignatureModule as ɵnr, DigitalSignatureComponent as ɵns, TransactionQuickAccessOverviewComponent as ɵnt, TransactionQuickAccessOrderDeliveryModule as ɵnu, TransactionButtonBarModule as ɵnv, AnimatedCheckboxModule as ɵnw, AnimatedCheckboxComponent as ɵnx, TransactionButtonBarComponent as ɵny, TransactionButtonBarButtonComponent as ɵnz, DeliveryTimePipe as ɵo, TransactionButtonBarButtonBaseComponent as ɵoa, TransactionSalesPurchaseButtonBarButtonComponent as ɵob, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵoc, TransactionSalesAllocationButtonBarButtonComponent as ɵod, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵoe, TransactionSalesDeliveryButtonBarButtonComponent as ɵof, TransactionSalesInvoiceButtonBarButtonComponent as ɵog, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵoh, TransactionSalesPickingButtonBarButtonComponent as ɵoi, TransactionSalesOverviewButtonBarButtonComponent as ɵoj, TransactionServiceServiceButtonBarButtonComponent as ɵok, TransactionSalesPlanningButtonBarButtonComponent as ɵol, TransactionUndoDeliveryModule as ɵom, TransactionUndoDeliveryComponent as ɵon, TransactionQuickAccessOrderDeliveryComponent as ɵoo, TransactionQuickAccessOrderPurchaseModule as ɵop, TransactionQuickAccessOrderPurchaseComponent as ɵoq, TransactionQuickAccessGoodsAllocationModule as ɵor, TransactionQuickAccessGoodsAllocationComponent as ɵos, TransactionQuickAccessPurchaseOrderOverviewModule as ɵot, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵou, TransactionQuickAccessInvoiceModule as ɵov, TransactionQuickAccessInvoiceComponent as ɵow, TransactionQuickAccessToBePickedModule as ɵox, TransactionQuickAccessToBePickedComponent as ɵoy, TransactionQuickAccessPickedModule as ɵoz, DateDurationPipe as ɵp, TransactionQuickAccessPickedComponent as ɵpa, TransactionQuickAccessSalesQuotationModule as ɵpb, TransactionQuickAccessSalesQuotationComponent as ɵpc, TransactionCreationService as ɵpd, TransactionQuickAccessPlanningModule as ɵpe, TransactionLineSidePanelPlanningModule as ɵpf, TransactionHistoryGridModule as ɵpg, TransactionHistoryGridStatusModule as ɵph, TransactionHistoryGridStatusComponent as ɵpi, TransactionHistoryGridComponent as ɵpj, TransactionReceivingGoodsHistoryModule as ɵpk, TransactionReceivingGoodsHistoryComponent as ɵpl, TransactionLineSidePanelDefaultModule as ɵpm, TransactionLineQuantityModule as ɵpn, TransactionLineQuantityComponent as ɵpo, TransactionLineReferenceModule as ɵpp, TransactionLineReferenceComponent as ɵpq, TransactionLineSidePanelDefaultComponent as ɵpr, TransactionAvailableStockGridModule as ɵps, TransactionAvailableStockGridComponent as ɵpt, TransactionLinePurchaseReceiveGoodsModule as ɵpu, TransactionLinePurchaseReceiveGoodsComponent as ɵpv, TransactionLinePurchaseConfirmationModule as ɵpw, DefaultOkCancelButtonsModule as ɵpx, DefaultOkCancelButtonsComponent as ɵpy, TransactionLabeledPriceInputModule as ɵpz, LocalizePipe as ɵq, TransactionLabeledPriceInputComponent as ɵqa, PurchaseConfirmationLinesModule as ɵqb, TransactionLinesPopupModule as ɵqc, TransactionLinesPopupComponent as ɵqd, PurchaseConfirmationLinesComponent as ɵqe, TransactionLinePurchaseConfirmationComponent as ɵqf, DeliveryPlanningMainModule as ɵqg, DeliveryPlanningModeSelectionModule as ɵqh, DeliveryPlanningModeSelectionComponent as ɵqi, DeliveryPlanningSelectionModule as ɵqj, DeliveryPlanningSelectionComponent as ɵqk, DeliveryPlanningOverviewModule as ɵql, DeliveryPlanningOverviewTileModule as ɵqm, DeliveryPlanningOverviewTileLineModule as ɵqn, DeliveryPlanningOverviewTileLineComponent as ɵqo, DeliveryPlanningTileStatusModule as ɵqp, DeliveryPlanningTileStatusComponent as ɵqq, DeliveryPlanningOverviewShortLineModule as ɵqr, DeliveryPlanningOverviewShortLineComponent as ɵqs, DeliveryPlanningOverviewTileComponent as ɵqt, DeliveryPlanningOverviewComponent as ɵqu, DeliveryPlanningOverviewPopupComponent as ɵqv, TransactionSearchPurchaseOrderTileModule as ɵqw, TransactionSearchPurchaseOrderTileComponent as ɵqx, TransactionSearchSalesOrderGridModule as ɵqy, TransactionSearchSalesOrderGridComponent as ɵqz, CoCurrencyPipe as ɵr, TransactionSearchGridBaseComponent as ɵra, TransactionSearchPurchaseOrderGridModule as ɵrb, TransactionSearchPurchaseOrderGridComponent as ɵrc, TransactionSearchSalesQuotationGridModule as ɵrd, TransactionSearchSalesQuotationGridComponent as ɵre, TransactionSearchPosGridModule as ɵrf, TransactionSearchPosGridComponent as ɵrg, TransactionSearchSalesQuotationTileModule as ɵrh, TransactionSearchSalesQuotationTileComponent as ɵri, TransactionSearchPosOrderTileModule as ɵrj, TransactionSearchPosOrderTileComponent as ɵrk, TransactionSearchGridModule as ɵrl, TransactionSearchGridComponent as ɵrm, TransactionSearchTileModule as ɵrn, TransactionSearchTileComponent as ɵro, TransactionSalesOrderFilterModule as ɵrp, TransactionSalesOrderFilterContentOrderModule as ɵrq, TransactionFilterItemModule as ɵrr, TransactionFilterItemComponent as ɵrs, TransactionSalesOrderFilterContentOrderComponent as ɵrt, TransactionFilterContentBaseComponent as ɵru, TransactionSalesOrderFilterContentLogisticsModule as ɵrv, TransactionFilterHistoricStateModule as ɵrw, TransactionFilterHistoricStateComponent as ɵrx, TransactionSalesOrderFilterContentLogisticsComponent as ɵry, TransactionSalesOrderFilterContentArticleModule as ɵrz, SafeStylePipe as ɵs, TransactionSalesOrderFilterContentArticleComponent as ɵsa, TransactionSalesOrderFilterComponent as ɵsb, TransactionFilterBaseComponent as ɵsc, TransactionPurchaseOrderFilterModule as ɵsd, TransactionPurchaseOrderFilterContentOrderModule as ɵse, TransactionPurchaseOrderFilterContentOrderComponent as ɵsf, TransactionPurchaseOrderFilterContentLogisticsModule as ɵsg, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵsh, TransactionPurchaseOrderFilterContentArticleModule as ɵsi, TransactionPurchaseOrderFilterContentArticleComponent as ɵsj, TransactionPurchaseOrderFilterComponent as ɵsk, TransactionSalesQuotationFilterModule as ɵsl, TransactionSalesQuotationFilterContentOrderModule as ɵsm, TransactionSalesQuotationFilterContentOrderComponent as ɵsn, TransactionSalesQuotationFilterContentLogisticsModule as ɵso, TransactionSalesQuotationFilterContentLogisticsComponent as ɵsp, TransactionSalesQuotationFilterContentArticleModule as ɵsq, TransactionSalesQuotationFilterContentArticleComponent as ɵsr, TransactionSalesQuotationFilterComponent as ɵss, TransactionCashDeskFilterModule as ɵst, TransactionCashDeskFilterContentArticleModule as ɵsu, TransactionCashDeskFilterContentArticleComponent as ɵsv, TransactionCashDeskFilterContentLogisticsModule as ɵsw, TransactionCashDeskFilterContentLogisticsComponent as ɵsx, TransactionCashDeskFilterContentOrderModule as ɵsy, TransactionCashDeskFilterContentOrderComponent as ɵsz, SafeHtmlPipe as ɵt, TransactionCashDeskFilterComponent as ɵta, TransactionServiceOrderFilterModule as ɵtb, TransactionServiceOrderFilterContentOrderModule as ɵtc, TransactionServiceOrderFilterContentOrderComponent as ɵtd, TransactionServiceOrderFilterContentLogisticsModule as ɵte, TransactionServiceOrderFilterContentLogisticsComponent as ɵtf, TransactionServiceOrderFilterContentArticleModule as ɵtg, TransactionServiceOrderFilterContentArticleComponent as ɵth, TransactionServiceOrderFilterComponent as ɵti, SearchFeatureModule as ɵtj, SearchHeaderButtonsModule as ɵtk, SearchHeaderButtonsComponent as ɵtl, SearchComponent as ɵtm, DeliveryPlanningMainComponent as ɵtn, DeliveryPlanningPlanOrderListComponent as ɵto, DeliveryPlanningPlanOrderListTileComponent as ɵtp, TransactionLineSidePanelPlanningComponent as ɵtq, TransactionQuickAccessPlanningComponent as ɵtr, TransactionQuickAccessPlanningPopupComponent as ɵts, TransactionCardModule as ɵtt, TransactionCardPurchaseOverviewModule as ɵtu, TransactionCardHeaderModule as ɵtv, TransactionCardHeaderComponent as ɵtw, TransactionCardFooterModule as ɵtx, TransactionCardFooterComponent as ɵty, TransactionCardPurchaseOverviewComponent as ɵtz, PrependPipe as ɵu, TransactionCardSalesOverviewModule as ɵua, TransactionCardSalesOverviewComponent as ɵub, TransactionCardReceiveGoodsModule as ɵuc, TransactionCardReceiveGoodsComponent as ɵud, TransactionCardInvoiceModule as ɵue, TransactionCardInvoiceComponent as ɵuf, TransactionCardOrderDeliveryModule as ɵug, TransactionCardOrderDeliveryComponent as ɵuh, TransactionCardPurchaseModule as ɵui, TransactionCardPurchaseComponent as ɵuj, TransactionCardGoodsAllocationModule as ɵuk, TransactionCardGoodsAllocationComponent as ɵul, TransactionCardToBePickedModule as ɵum, TransactionCardToBePickedComponent as ɵun, TransactionCardPickedModule as ɵuo, TransactionCardPickedComponent as ɵup, TransactionCardPurchaseConfirmationModule as ɵuq, TransactionBaseCardModule as ɵur, TransactionBaseCardComponent as ɵus, TransactionCardPurchaseConfirmationComponent as ɵut, TransactionCardPlanningModule as ɵuu, TransactionCardPlanningComponent as ɵuv, TransactionCardMarginModule as ɵuw, TransactionCardMarginComponent as ɵux, TransactionCardComponent as ɵuy, TransactionLineSidePanelModule as ɵuz, ConfirmationDialogComponent as ɵv, TransactionLineSidePanelPurchaseModule as ɵva, TransactionLineSidePanelPurchaseComponent as ɵvb, TransactionLineSidePanelSalesModule as ɵvc, TransactionAllocateGoodsHistoryModule as ɵvd, TransactionAllocateGoodsHistoryComponent as ɵve, TransactionLineSalesAllocationModule as ɵvf, TransactionLineSalesAllocationComponent as ɵvg, TransactionLineSalesDeliveryModule as ɵvh, TransactionLineDeliveryHistoryModule as ɵvi, TransactionLineDeliveryHistoryComponent as ɵvj, TransactionLineSalesDeliveryComponent as ɵvk, TransactionLineSalesInvoiceModule as ɵvl, TransactionLineInvoiceHistoryModule as ɵvm, TransactionLineInvoiceHistoryComponent as ɵvn, TransactionLineSalesInvoiceComponent as ɵvo, TransactionLineSidePanelToBePickedModule as ɵvp, TransactionPickingHistoryModule as ɵvq, TransactionPickingHistoryComponent as ɵvr, TransactionLineSidePanelToBePickedComponent as ɵvs, TransactionLineSidePanelPickedModule as ɵvt, TransactionLineSidePanelPickedComponent as ɵvu, TransactionLineSidePanelSalesComponent as ɵvv, TransactionLineSidePanelComponent as ɵvw, TransactionCopyOrderModule as ɵvx, DefaultConfirmCancelButtonsModule as ɵvy, DefaultConfirmCancelButtonsComponent as ɵvz, DialogBaseComponent as ɵw, TransactionCopyOrderComponent as ɵwa, TransactionLinesSidePanelModule as ɵwb, TransactionLinesSidePanelCashDeskModule as ɵwc, TransactionCashRegisterPaymentDialogModule as ɵwd, TransactionCashRegisterPaymentPinModule as ɵwe, TransactionCashRegisterPaymentButtonsModule as ɵwf, TransactionCashRegisterPaymentButtonsComponent as ɵwg, TransactionCashRegisterPaymentPinComponent as ɵwh, TransactionCashRegisterPaymentCashModule as ɵwi, RegisteredPaymentModule as ɵwj, RegisteredPaymentComponent as ɵwk, TransactionCashRegisterPaymentCashComponent as ɵwl, TransactionCashRegisterPaymentDoneModule as ɵwm, TransactionCashRegisterPaymentDoneComponent as ɵwn, TransactionCashRegisterPaymentMethodModule as ɵwo, TransactionCashRegisterPaymentMethodComponent as ɵwp, TransactionCashRegisterPaymentQrCodeModule as ɵwq, TransactionCashRegisterPaymentQrCodeComponent as ɵwr, TransactionCashRegisterPaymentDialogComponent as ɵws, TransactionCashRegisterOrderExpenseDialogModule as ɵwt, TransactionCashRegisterOrderExpenseDialogComponent as ɵwu, TransactionLinesSidePanelCashDeskComponent as ɵwv, TransactionLinesSidePanelServiceOrderModule as ɵww, TransactionLinesSidePanelServiceOrderComponent as ɵwx, TransactionLinesSidePanelComponent as ɵwy, TransactionServiceOverviewModule as ɵwz, IconCacheService as ɵx, TransactionServiceOverviewComponent as ɵxa, TransactionCardsModule as ɵxb, TransactionCardsComponent as ɵxc, TransactionMarginBlockComponent as ɵxd, TransactionMarginLineComponent as ɵxe, ClickBlockModule as ɵxf, ClickBlockComponent as ɵxg, TransactionInternalComponent as ɵxh, TransactionGridModule as ɵxi, TransactionLinesGridModule as ɵxj, TransactionBaseGridModule as ɵxk, TransactionBaseGridComponent as ɵxl, TransactionGridBaseComponent as ɵxm, DialogTransactionLineWarehouseCcModule as ɵxn, DialogTransactionLineWarehouseCcComponent as ɵxo, DialogDirectSellComponent as ɵxp, DialogTransactionHeaderBranchModule as ɵxq, DialogTransactionHeaderBranchComponent as ɵxr, TransactionLinesGridComponent as ɵxs, TransactionOrderConfirmationGridModule as ɵxt, TransactionOrderConfirmationGridComponent as ɵxu, TransactionGridComponent as ɵxv, TransactionCashRegisterOrderReceiptDialogModule as ɵxw, TransactionCashRegisterOrderReceiptDialogComponent as ɵxx, TransactionTagComponent as ɵxy, CheckoutSimpleModule as ɵxz, CharacteristicAnswerModule as ɵy, CheckoutSimpleComponent as ɵya, CheckoutSimpleOverviewRelationEditComponent as ɵyb, CheckoutSimpleOverviewDeliveryEditComponent as ɵyc, CheckoutSimpleOverviewPaymentComponent as ɵyd, SimpleVerticalStepperModule as ɵye, SimpleVerticalStepperComponent as ɵyf, CharacteristicAnswerComponent as ɵz };
|
|
54286
54433
|
//# sourceMappingURL=colijnit-transaction.js.map
|