@colijnit/transaction 254.1.2 → 254.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 +932 -669
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +566 -562
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +567 -563
- package/esm2015/lib/component/checkout/checkout.component.js +1 -1
- package/esm2015/lib/component/checkout/checkout.module.js +4 -2
- package/esm2015/lib/component/checkout-simple/checkout-simple.component.js +1 -1
- package/esm2015/lib/component/checkout-simple/checkout-simple.module.js +4 -2
- package/esm2015/lib/component/core/base/stepper-base.component.js +57 -0
- package/esm2015/lib/component/payment/payment.component.js +75 -7
- package/esm2015/lib/component/payment/payment.module.js +4 -3
- package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +4 -2
- package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.js +58 -0
- package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module.js +27 -0
- package/esm2015/lib/component/stepper/stepper.component.js +13 -48
- package/esm2015/lib/component/stepper/stepper.module.js +3 -6
- package/esm2015/lib/component/stepper-step/stepper-step.component.js +40 -0
- package/esm2015/lib/component/stepper-step/stepper-step.module.js +27 -0
- package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.component.js +30 -5
- package/esm2015/lib/component/transaction-create-wizard/transaction-create-wizard.module.js +6 -2
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.js +20 -18
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.js +2 -1
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-service-wizard.component.js +1 -1
- package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +4 -2
- package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.js +23 -24
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +25 -11
- package/esm2015/lib/service/transaction-connector-adapter.service.js +2 -2
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +336 -108
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/checkout/checkout.component.d.ts +1 -1
- package/lib/component/checkout/style/material.scss +1 -0
- package/lib/component/checkout-simple/checkout-simple.component.d.ts +1 -1
- package/lib/component/checkout-simple/style/material.scss +1 -0
- package/lib/component/core/base/stepper-base.component.d.ts +25 -0
- package/lib/component/dialog/transaction-search/style/_layout.scss +29 -0
- package/lib/component/dialog/transaction-search/style/_material-definition.scss +2 -0
- package/lib/component/dialog/transaction-search/style/_theme.scss +4 -0
- package/lib/component/dialog/transaction-search/style/material.scss +4 -0
- package/lib/component/payment/payment.component.d.ts +15 -1
- package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +1 -0
- package/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.d.ts +12 -0
- package/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.module.d.ts +2 -0
- package/lib/component/simple-vertical-stepper/style/_layout.scss +37 -0
- package/lib/component/simple-vertical-stepper/style/_material-definition.scss +30 -0
- package/lib/component/simple-vertical-stepper/style/_theme.scss +7 -0
- package/lib/component/simple-vertical-stepper/style/material.scss +3 -0
- package/lib/component/stepper/stepper.component.d.ts +4 -22
- package/lib/component/stepper-step/stepper-step.module.d.ts +2 -0
- package/lib/component/stepper-step/style/_layout.scss +12 -0
- package/lib/component/stepper-step/style/_material-definition.scss +30 -0
- package/lib/component/stepper-step/style/_theme.scss +41 -0
- package/lib/component/stepper-step/style/material.scss +3 -0
- package/lib/component/transaction-create-wizard/style/_layout.scss +4 -0
- package/lib/component/transaction-create-wizard/style/_material-definition.scss +4 -0
- package/lib/component/transaction-create-wizard/style/_theme.scss +4 -0
- package/lib/component/transaction-create-wizard/style/material.scss +6 -0
- package/lib/component/transaction-create-wizard/transaction-create-wizard.component.d.ts +12 -2
- package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-create-service.component.d.ts +5 -3
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +4 -1
- package/package.json +1 -1
- package/esm2015/lib/component/stepper/component/stepper-step.component.js +0 -40
- /package/lib/component/{stepper/component → stepper-step}/stepper-step.component.d.ts +0 -0
|
@@ -208,6 +208,7 @@ import { PurchaseAdviceFilters } from '@colijnit/transactionapi/build/model/purc
|
|
|
208
208
|
import { CatalogFilterModule, CatalogService, CatalogEventService, CatalogSearchModule, CatalogExternalSourceModule } from '@colijnit/catalog';
|
|
209
209
|
import { DoPaymentRequest } from '@colijnit/transactionapi/build/model/do-payment-request';
|
|
210
210
|
import { IonePaymentStatusCode } from '@colijnit/transactionapi/build/enum/ione-payment-status-code.enum';
|
|
211
|
+
import { CashDrawersRequest } from '@colijnit/transactionapi/build/model/cash-drawers-request';
|
|
211
212
|
import { GenderType } from '@colijnit/relationapi/build/enum/gender-type.enum';
|
|
212
213
|
import { ContactOption } from '@colijnit/relationapi/build/model/contact-option.bo';
|
|
213
214
|
import { BusinessObjectUtils } from '@colijnit/ioneconnector/build/utils/business-object-utils';
|
|
@@ -243,7 +244,6 @@ import { TransactionAddPaymentLineRequest } from '@colijnit/transactionapi/build
|
|
|
243
244
|
import { take } from 'rxjs/operators';
|
|
244
245
|
import { TagCategory } from '@colijnit/mainapi/build/enum/tab-category.enum';
|
|
245
246
|
import { CssUtils } from '@colijnit/mainapi/build/utils/css-utils';
|
|
246
|
-
import { CashDrawersRequest } from '@colijnit/transactionapi/build/model/cash-drawers-request';
|
|
247
247
|
import { CreateServiceOrderWithSourceGoodRequest } from '@colijnit/transactionapi/build/model/create-service-order-with-source-good-request';
|
|
248
248
|
import { CreateServiceOrderWithSLARequest } from '@colijnit/transactionapi/build/model/create-service-order-with-SLA-request';
|
|
249
249
|
import { CreateServiceOrderWithSourceOrderNrAndArticleDescriptionRequest } from '@colijnit/transactionapi/build/model/create-service-order-with-source-ordernr-and-article-description-request';
|
|
@@ -254,8 +254,8 @@ class Version {
|
|
|
254
254
|
constructor() {
|
|
255
255
|
this.name = "@colijnit/transaction";
|
|
256
256
|
this.description = "Colijn IT transaction package";
|
|
257
|
-
this.symVer = "254.1.
|
|
258
|
-
this.publishDate = "
|
|
257
|
+
this.symVer = "254.1.3";
|
|
258
|
+
this.publishDate = "19-6-2024 17:51:09";
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
261
|
|
|
@@ -5092,7 +5092,7 @@ class TransactionConnectorAdapterService {
|
|
|
5092
5092
|
}
|
|
5093
5093
|
getPrinters() {
|
|
5094
5094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5095
|
-
const response = yield this.mainConnector.listPrinters(
|
|
5095
|
+
const response = yield this.mainConnector.listPrinters(false);
|
|
5096
5096
|
if (response && Array.isArray(response)) {
|
|
5097
5097
|
return this._boFactory.makeBOArrayFromRawBackendDataArray(Printer, response);
|
|
5098
5098
|
}
|
|
@@ -14116,26 +14116,66 @@ StepperStepComponent.propDecorators = {
|
|
|
14116
14116
|
showClass: [{ type: HostBinding, args: ["class.co-stepper-step",] }]
|
|
14117
14117
|
};
|
|
14118
14118
|
|
|
14119
|
-
class
|
|
14119
|
+
class StepperBaseComponent {
|
|
14120
14120
|
constructor(iconCacheService) {
|
|
14121
14121
|
this.iconCacheService = iconCacheService;
|
|
14122
14122
|
this.cfgNames = CheckoutCfgName;
|
|
14123
14123
|
this.icons = Icon;
|
|
14124
|
-
this.showCreate = true;
|
|
14125
|
-
this.showStepper = true;
|
|
14126
|
-
this.createClicked = new EventEmitter();
|
|
14127
14124
|
this.firstStep = 0;
|
|
14128
|
-
this.truckPosition = 0;
|
|
14129
14125
|
this._activeStep = 0;
|
|
14130
14126
|
}
|
|
14131
14127
|
set content(children) {
|
|
14132
14128
|
this.stepChildren = children.toArray();
|
|
14133
14129
|
if (this.stepChildren) {
|
|
14134
14130
|
setTimeout(() => {
|
|
14135
|
-
this.
|
|
14131
|
+
this.setActive(0);
|
|
14136
14132
|
});
|
|
14137
14133
|
}
|
|
14138
14134
|
}
|
|
14135
|
+
set stepChildren(value) {
|
|
14136
|
+
this._stepChildren = value;
|
|
14137
|
+
this.prepareSteps();
|
|
14138
|
+
}
|
|
14139
|
+
get stepChildren() {
|
|
14140
|
+
return this._stepChildren;
|
|
14141
|
+
}
|
|
14142
|
+
set activeStep(value) {
|
|
14143
|
+
this._activeStep = value;
|
|
14144
|
+
}
|
|
14145
|
+
get activeStep() {
|
|
14146
|
+
return this._activeStep;
|
|
14147
|
+
}
|
|
14148
|
+
get finished() {
|
|
14149
|
+
return this.activeStep === this.lastStep;
|
|
14150
|
+
}
|
|
14151
|
+
prepareSteps() {
|
|
14152
|
+
this.lastStep = this.stepChildren.length - 1;
|
|
14153
|
+
}
|
|
14154
|
+
setActive(idx) {
|
|
14155
|
+
}
|
|
14156
|
+
validateCurrentStep() {
|
|
14157
|
+
}
|
|
14158
|
+
}
|
|
14159
|
+
StepperBaseComponent.decorators = [
|
|
14160
|
+
{ type: Directive }
|
|
14161
|
+
];
|
|
14162
|
+
StepperBaseComponent.ctorParameters = () => [
|
|
14163
|
+
{ type: IconCacheService }
|
|
14164
|
+
];
|
|
14165
|
+
StepperBaseComponent.propDecorators = {
|
|
14166
|
+
title: [{ type: Input }],
|
|
14167
|
+
titleIcon: [{ type: Input }],
|
|
14168
|
+
content: [{ type: ContentChildren, args: [StepperStepComponent,] }]
|
|
14169
|
+
};
|
|
14170
|
+
|
|
14171
|
+
class StepperComponent extends StepperBaseComponent {
|
|
14172
|
+
constructor() {
|
|
14173
|
+
super(...arguments);
|
|
14174
|
+
this.showCreate = true;
|
|
14175
|
+
this.showStepper = true;
|
|
14176
|
+
this.createClicked = new EventEmitter();
|
|
14177
|
+
this.truckPosition = 0;
|
|
14178
|
+
}
|
|
14139
14179
|
set child(child) {
|
|
14140
14180
|
if (child && child.nativeElement) {
|
|
14141
14181
|
this._deliveryTruckClientRect = child.nativeElement.getBoundingClientRect();
|
|
@@ -14144,13 +14184,6 @@ class StepperComponent {
|
|
|
14144
14184
|
showClass() {
|
|
14145
14185
|
return true;
|
|
14146
14186
|
}
|
|
14147
|
-
set stepChildren(value) {
|
|
14148
|
-
this._stepChildren = value;
|
|
14149
|
-
this._prepareSteps();
|
|
14150
|
-
}
|
|
14151
|
-
get stepChildren() {
|
|
14152
|
-
return this._stepChildren;
|
|
14153
|
-
}
|
|
14154
14187
|
get canPrevious() {
|
|
14155
14188
|
return this.activeStep > this.firstStep;
|
|
14156
14189
|
}
|
|
@@ -14160,36 +14193,29 @@ class StepperComponent {
|
|
|
14160
14193
|
get finished() {
|
|
14161
14194
|
return this.activeStep === this.lastStep;
|
|
14162
14195
|
}
|
|
14163
|
-
set activeStep(value) {
|
|
14164
|
-
this._activeStep = value;
|
|
14165
|
-
this.truckPosition = (100 / this.stepChildren.length) * (this._activeStep + 1);
|
|
14166
|
-
}
|
|
14167
|
-
get activeStep() {
|
|
14168
|
-
return this._activeStep;
|
|
14169
|
-
}
|
|
14170
14196
|
goto(idx) {
|
|
14171
14197
|
if (idx > this.activeStep) {
|
|
14172
|
-
this.
|
|
14198
|
+
this.validateCurrentStep(idx);
|
|
14173
14199
|
}
|
|
14174
14200
|
else {
|
|
14175
|
-
this.
|
|
14201
|
+
this.setActive(idx);
|
|
14176
14202
|
}
|
|
14177
14203
|
}
|
|
14178
14204
|
gotoPrevious() {
|
|
14179
|
-
this.
|
|
14205
|
+
this.setActive(this.activeStep - 1);
|
|
14180
14206
|
}
|
|
14181
14207
|
gotoNext() {
|
|
14182
|
-
this.
|
|
14208
|
+
this.validateCurrentStep();
|
|
14183
14209
|
}
|
|
14184
|
-
|
|
14210
|
+
validateCurrentStep(nextStep) {
|
|
14185
14211
|
this.stepChildren[this.activeStep].onComplete = (complete) => {
|
|
14186
14212
|
if (complete) {
|
|
14187
|
-
this.
|
|
14213
|
+
this.setActive(nextStep === undefined ? this.activeStep + 1 : nextStep);
|
|
14188
14214
|
}
|
|
14189
14215
|
};
|
|
14190
14216
|
this.stepChildren[this.activeStep].validateStep.next();
|
|
14191
14217
|
}
|
|
14192
|
-
|
|
14218
|
+
setActive(idx) {
|
|
14193
14219
|
const prevStep = this.stepChildren[idx - 1];
|
|
14194
14220
|
if (!prevStep || prevStep.completed) {
|
|
14195
14221
|
if (this.stepChildren) {
|
|
@@ -14254,14 +14280,8 @@ StepperComponent.decorators = [
|
|
|
14254
14280
|
encapsulation: ViewEncapsulation.None
|
|
14255
14281
|
},] }
|
|
14256
14282
|
];
|
|
14257
|
-
StepperComponent.ctorParameters = () => [
|
|
14258
|
-
{ type: IconCacheService }
|
|
14259
|
-
];
|
|
14260
14283
|
StepperComponent.propDecorators = {
|
|
14261
|
-
content: [{ type: ContentChildren, args: [StepperStepComponent,] }],
|
|
14262
14284
|
child: [{ type: ViewChild, args: ['deliveryTruck', { read: ElementRef },] }],
|
|
14263
|
-
title: [{ type: Input }],
|
|
14264
|
-
titleIcon: [{ type: Input }],
|
|
14265
14285
|
finishButtonLabel: [{ type: Input }],
|
|
14266
14286
|
showCreate: [{ type: Input }],
|
|
14267
14287
|
showStepper: [{ type: Input }],
|
|
@@ -14282,12 +14302,10 @@ StepperModule.decorators = [
|
|
|
14282
14302
|
ScreenConfigurationModule
|
|
14283
14303
|
],
|
|
14284
14304
|
declarations: [
|
|
14285
|
-
StepperComponent
|
|
14286
|
-
StepperStepComponent
|
|
14305
|
+
StepperComponent
|
|
14287
14306
|
],
|
|
14288
14307
|
exports: [
|
|
14289
|
-
StepperComponent
|
|
14290
|
-
StepperStepComponent
|
|
14308
|
+
StepperComponent
|
|
14291
14309
|
]
|
|
14292
14310
|
},] }
|
|
14293
14311
|
];
|
|
@@ -16555,6 +16573,8 @@ class TransactionQuickAccessReceivedGoodsComponent extends TransactionQuickAcces
|
|
|
16555
16573
|
this.globalWarehouseLocation = '-';
|
|
16556
16574
|
this.internalParamMLocat = false;
|
|
16557
16575
|
this.showProcessingLoader = false;
|
|
16576
|
+
this.showWarehouseLocationButton = true;
|
|
16577
|
+
this.warehouseNumber = 0;
|
|
16558
16578
|
this._subs = [];
|
|
16559
16579
|
}
|
|
16560
16580
|
showClass() {
|
|
@@ -16565,6 +16585,7 @@ class TransactionQuickAccessReceivedGoodsComponent extends TransactionQuickAcces
|
|
|
16565
16585
|
this._subs.push(this.transactionEventService.purchaseOrderReceiveGoodsCompletedChanged.subscribe((completed) => {
|
|
16566
16586
|
this.hideQuickAccessContent = completed;
|
|
16567
16587
|
}));
|
|
16588
|
+
this.checkForLocationButtonVisibility();
|
|
16568
16589
|
}
|
|
16569
16590
|
ngOnDestroy() {
|
|
16570
16591
|
this._subs.forEach(s => s.unsubscribe());
|
|
@@ -16581,6 +16602,24 @@ class TransactionQuickAccessReceivedGoodsComponent extends TransactionQuickAcces
|
|
|
16581
16602
|
handleSelectAllLines(value) {
|
|
16582
16603
|
this.transactionEventService.selectAllPurchaseOrderLinesForReceiveGoods.next(value);
|
|
16583
16604
|
}
|
|
16605
|
+
handleGlobalLocationChange(location) {
|
|
16606
|
+
this.globalWarehouseLocation = location;
|
|
16607
|
+
this.transactionService.currentTransaction.transactionLines
|
|
16608
|
+
.filter(l => l.isLocationRequired && l.articleLineStatus.quantityToReceive > 0 && !l.locationNr)
|
|
16609
|
+
.forEach((l) => {
|
|
16610
|
+
l.locationNr = location;
|
|
16611
|
+
this.transactionEventService.transactionLineChanged.next(l);
|
|
16612
|
+
});
|
|
16613
|
+
}
|
|
16614
|
+
checkForLocationButtonVisibility() {
|
|
16615
|
+
const trLines = this.transactionService.currentTransaction.transactionLines;
|
|
16616
|
+
if (trLines.length === 0) {
|
|
16617
|
+
return;
|
|
16618
|
+
}
|
|
16619
|
+
const firstWarehouseNumber = trLines[0]['warehouseNumber'];
|
|
16620
|
+
this.showWarehouseLocationButton = trLines.every(obj => obj['warehouseNumber'] === firstWarehouseNumber);
|
|
16621
|
+
this.warehouseNumber = this.showWarehouseLocationButton ? firstWarehouseNumber : 0;
|
|
16622
|
+
}
|
|
16584
16623
|
getDefaultEmailAddressList() {
|
|
16585
16624
|
return Promise.resolve([]);
|
|
16586
16625
|
}
|
|
@@ -16607,15 +16646,6 @@ class TransactionQuickAccessReceivedGoodsComponent extends TransactionQuickAcces
|
|
|
16607
16646
|
super.transactionInfoSet();
|
|
16608
16647
|
this.internalParamMLocat = this.transactionService.internalParameterMLocat;
|
|
16609
16648
|
}
|
|
16610
|
-
handleGlobalLocationChange(location) {
|
|
16611
|
-
this.globalWarehouseLocation = location;
|
|
16612
|
-
this.transactionService.currentTransaction.transactionLines
|
|
16613
|
-
.filter(l => l.isLocationRequired && l.articleLineStatus.quantityToReceive > 0 && !l.locationNr)
|
|
16614
|
-
.forEach((l) => {
|
|
16615
|
-
l.locationNr = location;
|
|
16616
|
-
this.transactionEventService.transactionLineChanged.next(l);
|
|
16617
|
-
});
|
|
16618
|
-
}
|
|
16619
16649
|
}
|
|
16620
16650
|
TransactionQuickAccessReceivedGoodsComponent.decorators = [
|
|
16621
16651
|
{ type: Component, args: [{
|
|
@@ -16635,8 +16665,10 @@ TransactionQuickAccessReceivedGoodsComponent.decorators = [
|
|
|
16635
16665
|
[placeholder]="'PACKING_SLIP' | localize"
|
|
16636
16666
|
[(model)]="packingSlipNr"
|
|
16637
16667
|
></co-input-text>
|
|
16638
|
-
<co-transaction-labeled-warehouse-location-button
|
|
16668
|
+
<co-transaction-labeled-warehouse-location-button
|
|
16669
|
+
*ngIf="internalParamMLocat && showWarehouseLocationButton"
|
|
16639
16670
|
[locationNr]="globalWarehouseLocation"
|
|
16671
|
+
[warehouseNumber]="warehouseNumber"
|
|
16640
16672
|
(locationNrChange)="handleGlobalLocationChange($event)"
|
|
16641
16673
|
></co-transaction-labeled-warehouse-location-button>
|
|
16642
16674
|
<co-quick-send-button
|
|
@@ -29791,6 +29823,58 @@ class PaymentComponent extends TransactionPaymentBaseComponent {
|
|
|
29791
29823
|
constructor() {
|
|
29792
29824
|
super(...arguments);
|
|
29793
29825
|
this.showClass = true;
|
|
29826
|
+
this.cashRegisters = [];
|
|
29827
|
+
this.cashDrawers = [];
|
|
29828
|
+
}
|
|
29829
|
+
ngOnInit() {
|
|
29830
|
+
const _super = Object.create(null, {
|
|
29831
|
+
ngOnInit: { get: () => super.ngOnInit }
|
|
29832
|
+
});
|
|
29833
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
29834
|
+
yield _super.ngOnInit.call(this);
|
|
29835
|
+
yield this._prepareCashRegister();
|
|
29836
|
+
});
|
|
29837
|
+
}
|
|
29838
|
+
handleDrawerChanged(cashDrawer) {
|
|
29839
|
+
this.activeCashDrawer = cashDrawer;
|
|
29840
|
+
this.cashRegisterDrawerId = cashDrawer.id;
|
|
29841
|
+
}
|
|
29842
|
+
cashRegisterSelected(cashRegister, index) {
|
|
29843
|
+
this.cashRegisterIdx = index;
|
|
29844
|
+
this.cashRegisterNr = cashRegister.nr;
|
|
29845
|
+
this.cashRegisterGroupId = cashRegister.group;
|
|
29846
|
+
this.cashRegisterDrawerId = +cashRegister.defaultDrawerNumber;
|
|
29847
|
+
this.activeCashRegister = cashRegister;
|
|
29848
|
+
this._getCashDrawers(this.activeCashRegister.group).then(() => this._checkDefaultParameters(this.activeCashRegister));
|
|
29849
|
+
}
|
|
29850
|
+
_getCashDrawers(group) {
|
|
29851
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
29852
|
+
const cashDrawersRequest = new CashDrawersRequest();
|
|
29853
|
+
cashDrawersRequest.group = group;
|
|
29854
|
+
this.cashDrawers = yield this.transactionService.getCashDrawers(cashDrawersRequest);
|
|
29855
|
+
this.changeDetector.detectChanges();
|
|
29856
|
+
});
|
|
29857
|
+
}
|
|
29858
|
+
_checkDefaultParameters(cashRegister) {
|
|
29859
|
+
this.activeCashDrawer = null;
|
|
29860
|
+
if (cashRegister.defaultDrawerNumber) {
|
|
29861
|
+
const defaultCashDrawer = this.cashDrawers.find((drawer) => drawer.nr === cashRegister.defaultDrawerNumber);
|
|
29862
|
+
this.activeCashDrawer = defaultCashDrawer ? defaultCashDrawer : this.activeCashDrawer;
|
|
29863
|
+
}
|
|
29864
|
+
}
|
|
29865
|
+
_prepareCashRegister() {
|
|
29866
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
29867
|
+
yield this._getCashRegistersDrawers(this.transactionService.currentBranch);
|
|
29868
|
+
});
|
|
29869
|
+
}
|
|
29870
|
+
_getCashRegistersDrawers(branch) {
|
|
29871
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
29872
|
+
this.cashRegisters = yield this.transactionService.getCashRegisters(branch);
|
|
29873
|
+
if (this.cashRegisters.length > 0) {
|
|
29874
|
+
this.activeCashRegister = this.cashRegisters[0];
|
|
29875
|
+
yield this._getCashDrawers(this.activeCashRegister.group);
|
|
29876
|
+
}
|
|
29877
|
+
});
|
|
29794
29878
|
}
|
|
29795
29879
|
}
|
|
29796
29880
|
PaymentComponent.decorators = [
|
|
@@ -29829,6 +29913,17 @@ PaymentComponent.decorators = [
|
|
|
29829
29913
|
(selectedChange)="cashRegisterSelected(cashRegister, index)"
|
|
29830
29914
|
></co-payment-tile>
|
|
29831
29915
|
</div>
|
|
29916
|
+
|
|
29917
|
+
<co-list-of-values [label]="'CASH_DRAWER' | localize"
|
|
29918
|
+
[(model)]="activeCashDrawer"
|
|
29919
|
+
[displayField]="'nr'"
|
|
29920
|
+
[collection]="cashDrawers"
|
|
29921
|
+
[multiselect]="false"
|
|
29922
|
+
[required]="false"
|
|
29923
|
+
[searchDisabled]="true"
|
|
29924
|
+
(modelChange)="handleDrawerChanged($event)"
|
|
29925
|
+
></co-list-of-values>
|
|
29926
|
+
|
|
29832
29927
|
</div>
|
|
29833
29928
|
</div>
|
|
29834
29929
|
<div class="payment-to-pay-wrapper">
|
|
@@ -29839,12 +29934,15 @@ PaymentComponent.decorators = [
|
|
|
29839
29934
|
</div>
|
|
29840
29935
|
<div class="payment-input-button-wrapper">
|
|
29841
29936
|
<div class="payment-input-button">
|
|
29842
|
-
|
|
29843
|
-
|
|
29844
|
-
|
|
29845
|
-
|
|
29937
|
+
<co-payment-to-pay
|
|
29938
|
+
[amountToPay]="remainingPayment ? amount : paymentService.amountToPay"></co-payment-to-pay>
|
|
29939
|
+
<div class="payment-to-pay-button">
|
|
29940
|
+
<co-button [iconData]="iconCacheService.getIcon(icons.CheckDuotone)" (click)="handlePayment()"
|
|
29941
|
+
[disabled]="paymentService.amountToPay === 0"></co-button>
|
|
29942
|
+
</div>
|
|
29846
29943
|
</div>
|
|
29847
|
-
<div class="payment-error-message" *ngIf="paymentService.statusMessage"
|
|
29944
|
+
<div class="payment-error-message" *ngIf="paymentService.statusMessage"
|
|
29945
|
+
[textContent]="paymentService.statusMessage"></div>
|
|
29848
29946
|
</div>
|
|
29849
29947
|
</div>
|
|
29850
29948
|
|
|
@@ -29862,7 +29960,7 @@ PaymentComponent.decorators = [
|
|
|
29862
29960
|
</div>
|
|
29863
29961
|
<co-dialog *ngIf="paymentService.showPspQrCode" (closeClick)="paymentService.showPspQrCode = false">
|
|
29864
29962
|
<co-payment-qr-code
|
|
29865
|
-
|
|
29963
|
+
[qrCodeImage]="paymentService.qrCodeImage"
|
|
29866
29964
|
></co-payment-qr-code>
|
|
29867
29965
|
</co-dialog>
|
|
29868
29966
|
`,
|
|
@@ -30173,7 +30271,8 @@ PaymentModule.decorators = [
|
|
|
30173
30271
|
DepositPaymentModule,
|
|
30174
30272
|
LoaderModule,
|
|
30175
30273
|
PaymentToPayModule,
|
|
30176
|
-
IconModule
|
|
30274
|
+
IconModule,
|
|
30275
|
+
ListOfValuesModule
|
|
30177
30276
|
],
|
|
30178
30277
|
declarations: [
|
|
30179
30278
|
PaymentComponent
|
|
@@ -30419,6 +30518,7 @@ class RelationContactDetailsComponent extends RelationBaseComponent {
|
|
|
30419
30518
|
super(...arguments);
|
|
30420
30519
|
this.readonly = false;
|
|
30421
30520
|
this.showPhone = true;
|
|
30521
|
+
this.showInviteForAccount = true;
|
|
30422
30522
|
this.relationKind = RelationKind.Customer;
|
|
30423
30523
|
this.emailAddress = new ContactOption();
|
|
30424
30524
|
this.phoneNumber = new ContactOption();
|
|
@@ -30476,7 +30576,7 @@ RelationContactDetailsComponent.decorators = [
|
|
|
30476
30576
|
[(relation)]="relation"
|
|
30477
30577
|
></co-relation-contact-options>
|
|
30478
30578
|
<div class="default-data-row" *ngIf="relationKind === relKind.Customer">
|
|
30479
|
-
<co-input-checkbox
|
|
30579
|
+
<co-input-checkbox *ngIf="showInviteForAccount"
|
|
30480
30580
|
[screenConfigurationObject]="configNames?.relationInviteToAccount"
|
|
30481
30581
|
[readonly]="readonly"
|
|
30482
30582
|
[label]="'INVITE_TO_ACCOUNT' | localize"
|
|
@@ -30491,6 +30591,7 @@ RelationContactDetailsComponent.propDecorators = {
|
|
|
30491
30591
|
configNames: [{ type: Input }],
|
|
30492
30592
|
readonly: [{ type: Input }],
|
|
30493
30593
|
showPhone: [{ type: Input }],
|
|
30594
|
+
showInviteForAccount: [{ type: Input }],
|
|
30494
30595
|
relationKind: [{ type: Input }],
|
|
30495
30596
|
showClass: [{ type: HostBinding, args: ["class.co-relation-contact-details",] }]
|
|
30496
30597
|
};
|
|
@@ -32337,6 +32438,7 @@ TransactionHeaderPopupRelationComponent.decorators = [
|
|
|
32337
32438
|
[readonly]="readonly || forceReadonly"
|
|
32338
32439
|
[(relation)]="relation"
|
|
32339
32440
|
[relationKind]="relationKind"
|
|
32441
|
+
[showInviteForAccount]="false"
|
|
32340
32442
|
(inputChangeForSuggestions)="inputChangeForSuggestions.emit($event)"
|
|
32341
32443
|
></co-relation-contact-details>
|
|
32342
32444
|
</div>
|
|
@@ -34842,6 +34944,7 @@ class TransactionHeaderPopupCreateServiceComponent {
|
|
|
34842
34944
|
this.createViaProduct = false;
|
|
34843
34945
|
this.createViaOldTrans = false;
|
|
34844
34946
|
this.showCatalogPopup = false;
|
|
34947
|
+
this.showTransLinePopup = false;
|
|
34845
34948
|
this.salesOrderId = "";
|
|
34846
34949
|
this.salesOrderLineNr = "";
|
|
34847
34950
|
this.articleSearchText = "";
|
|
@@ -34868,30 +34971,27 @@ class TransactionHeaderPopupCreateServiceComponent {
|
|
|
34868
34971
|
return this.formMasterService.submitSlaves();
|
|
34869
34972
|
}
|
|
34870
34973
|
createOrderWithTransactionLineClicked() {
|
|
34871
|
-
|
|
34872
|
-
|
|
34873
|
-
|
|
34874
|
-
this.createViaOldTrans = false;
|
|
34875
|
-
});
|
|
34974
|
+
this.createViaTransLine = true;
|
|
34975
|
+
this.createViaProduct = false;
|
|
34976
|
+
this.createViaOldTrans = false;
|
|
34876
34977
|
}
|
|
34877
34978
|
createOrderWithArticleClicked() {
|
|
34878
|
-
|
|
34879
|
-
|
|
34880
|
-
|
|
34881
|
-
this.createViaOldTrans = false;
|
|
34882
|
-
});
|
|
34979
|
+
this.createViaTransLine = false;
|
|
34980
|
+
this.createViaProduct = true;
|
|
34981
|
+
this.createViaOldTrans = false;
|
|
34883
34982
|
}
|
|
34884
34983
|
createOrderFromSLAClicked() {
|
|
34885
|
-
|
|
34886
|
-
|
|
34887
|
-
|
|
34888
|
-
this.createViaOldTrans = true;
|
|
34889
|
-
});
|
|
34984
|
+
this.createViaTransLine = false;
|
|
34985
|
+
this.createViaProduct = false;
|
|
34986
|
+
this.createViaOldTrans = true;
|
|
34890
34987
|
}
|
|
34891
34988
|
searchArticleClicked_handler() {
|
|
34892
34989
|
this.catalogParameters.general = this.articleSearchText;
|
|
34893
34990
|
this.showCatalogPopup = true;
|
|
34894
34991
|
}
|
|
34992
|
+
searchTransactionClicked_handler() {
|
|
34993
|
+
this.showTransLinePopup = true;
|
|
34994
|
+
}
|
|
34895
34995
|
handleCatalogArticleClick(article) {
|
|
34896
34996
|
this.showCatalogPopup = false;
|
|
34897
34997
|
this.chosenArticle = article;
|
|
@@ -34924,7 +35024,8 @@ TransactionHeaderPopupCreateServiceComponent.decorators = [
|
|
|
34924
35024
|
<co-button [label]="'WITHOUT_PRODUCT' | localize" (click)="createOrderFromSLAClicked()" [disabled]="forceReadonly"></co-button>
|
|
34925
35025
|
</div>
|
|
34926
35026
|
<div *ngIf="createViaTransLine">
|
|
34927
|
-
|
|
35027
|
+
<co-input-search [useLeftIcon]="false" [useRightIcon]="true" [label]="'TRANSACTION' | localize" (rightIconClick)="searchTransactionClicked_handler()"></co-input-search>
|
|
35028
|
+
<co-input-text [placeholder]="'TRANSACTION' | localize" [digitsOnly]="true" [(model)]="salesOrderId" [required]="createViaTransLine" [disabled]="forceReadonly"></co-input-text>
|
|
34928
35029
|
<co-input-text [placeholder]="'LINE' | localize" [digitsOnly]="true" [(model)]="salesOrderLineNr" [required]="createViaTransLine" [disabled]="forceReadonly"></co-input-text>
|
|
34929
35030
|
</div>
|
|
34930
35031
|
<div *ngIf="createViaProduct" class="create-via-product">
|
|
@@ -34948,7 +35049,10 @@ TransactionHeaderPopupCreateServiceComponent.decorators = [
|
|
|
34948
35049
|
(closeClick)="showCatalogPopup = false"
|
|
34949
35050
|
(articleClicked)="handleCatalogArticleClick($event)"
|
|
34950
35051
|
>
|
|
34951
|
-
</co-dialog-catalog>
|
|
35052
|
+
</co-dialog-catalog >
|
|
35053
|
+
<!-- <co-dialog-transaction-search *ngIf="showTransLinePopup">
|
|
35054
|
+
|
|
35055
|
+
</co-dialog-transaction-search>-->
|
|
34952
35056
|
</div>
|
|
34953
35057
|
`,
|
|
34954
35058
|
providers: [
|
|
@@ -35528,7 +35632,8 @@ TransactionHeaderPopupModule.decorators = [
|
|
|
35528
35632
|
InputTextareaModule,
|
|
35529
35633
|
DialogCatalogModule,
|
|
35530
35634
|
InputSearchModule,
|
|
35531
|
-
ServiceWizardQaModule
|
|
35635
|
+
ServiceWizardQaModule,
|
|
35636
|
+
DialogHeaderSearchModule
|
|
35532
35637
|
],
|
|
35533
35638
|
declarations: [
|
|
35534
35639
|
TransactionHeaderPopupComponent,
|
|
@@ -35700,6 +35805,27 @@ SuggestionsSidebarModule.decorators = [
|
|
|
35700
35805
|
},] }
|
|
35701
35806
|
];
|
|
35702
35807
|
|
|
35808
|
+
class StepperStepModule {
|
|
35809
|
+
}
|
|
35810
|
+
StepperStepModule.decorators = [
|
|
35811
|
+
{ type: NgModule, args: [{
|
|
35812
|
+
imports: [
|
|
35813
|
+
CommonModule,
|
|
35814
|
+
ButtonModule,
|
|
35815
|
+
PipeModule,
|
|
35816
|
+
IconModule,
|
|
35817
|
+
CoreModule,
|
|
35818
|
+
ScreenConfigurationModule
|
|
35819
|
+
],
|
|
35820
|
+
declarations: [
|
|
35821
|
+
StepperStepComponent
|
|
35822
|
+
],
|
|
35823
|
+
exports: [
|
|
35824
|
+
StepperStepComponent
|
|
35825
|
+
]
|
|
35826
|
+
},] }
|
|
35827
|
+
];
|
|
35828
|
+
|
|
35703
35829
|
class CheckoutModule {
|
|
35704
35830
|
}
|
|
35705
35831
|
CheckoutModule.decorators = [
|
|
@@ -35756,7 +35882,8 @@ CheckoutModule.decorators = [
|
|
|
35756
35882
|
RelationSuggestionsListModule,
|
|
35757
35883
|
ScreenConfigurationModule,
|
|
35758
35884
|
SuggestionsSidebarModule,
|
|
35759
|
-
ListOfValuesModule
|
|
35885
|
+
ListOfValuesModule,
|
|
35886
|
+
StepperStepModule
|
|
35760
35887
|
],
|
|
35761
35888
|
declarations: [
|
|
35762
35889
|
CheckoutOverviewRelationEditComponent,
|
|
@@ -37498,7 +37625,6 @@ class TransactionLabeledWarehouseLocationButtonComponent extends TransactionBase
|
|
|
37498
37625
|
this.changeDetector = changeDetector;
|
|
37499
37626
|
this._dialogService = _dialogService;
|
|
37500
37627
|
this.icons = Icon;
|
|
37501
|
-
this.warehouseNumber = 0;
|
|
37502
37628
|
this.locationNrChange = new EventEmitter();
|
|
37503
37629
|
}
|
|
37504
37630
|
showClass() {
|
|
@@ -37521,28 +37647,28 @@ TransactionLabeledWarehouseLocationButtonComponent.decorators = [
|
|
|
37521
37647
|
{ type: Component, args: [{
|
|
37522
37648
|
selector: 'co-transaction-labeled-warehouse-location-button',
|
|
37523
37649
|
template: `
|
|
37524
|
-
|
|
37525
|
-
|
|
37526
|
-
|
|
37527
|
-
|
|
37528
|
-
|
|
37529
|
-
|
|
37530
|
-
|
|
37531
|
-
|
|
37532
|
-
|
|
37533
|
-
|
|
37534
|
-
|
|
37535
|
-
|
|
37536
|
-
|
|
37537
|
-
|
|
37538
|
-
|
|
37539
|
-
|
|
37540
|
-
|
|
37541
|
-
|
|
37542
|
-
|
|
37543
|
-
|
|
37544
|
-
|
|
37545
|
-
|
|
37650
|
+
<co-transaction-button
|
|
37651
|
+
[hidden]="hidden"
|
|
37652
|
+
[readonly]="readonly"
|
|
37653
|
+
[label]="locationNr ? locationNr : '-'"
|
|
37654
|
+
[title]="'LOCATION' | localize"
|
|
37655
|
+
[iconData]="iconCacheService.getIcon(icons.ShelvesLight)"
|
|
37656
|
+
(click)="openWarehouseLocationDialog($event)"
|
|
37657
|
+
[class]="'custom-width'"
|
|
37658
|
+
></co-transaction-button>
|
|
37659
|
+
<!--
|
|
37660
|
+
<div class="transaction-line-button spacer" [class.no-pointer]="readonly" (click)="openWarehouseLocationDialog()">
|
|
37661
|
+
<div class="icon-wrapper">
|
|
37662
|
+
<co-icon [iconData]="iconCacheService.getIcon(icons.ShelvesLight)"></co-icon>
|
|
37663
|
+
<div class="spacer"></div>
|
|
37664
|
+
</div>
|
|
37665
|
+
<div class="text-content-wrapper label">
|
|
37666
|
+
<span class="label" [textContent]="'LOCATION' | localize"></span>
|
|
37667
|
+
<span class="co-transaction-overflow-ellipsis" [textContent]="locationNr ? locationNr : '-'"></span>
|
|
37668
|
+
</div>
|
|
37669
|
+
</div>
|
|
37670
|
+
-->
|
|
37671
|
+
`,
|
|
37546
37672
|
providers: [{
|
|
37547
37673
|
provide: SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME,
|
|
37548
37674
|
useExisting: forwardRef(() => TransactionLabeledWarehouseLocationButtonComponent)
|
|
@@ -51373,21 +51499,30 @@ class TransactionCreateService extends TransactionService {
|
|
|
51373
51499
|
}
|
|
51374
51500
|
|
|
51375
51501
|
class TransactionCreateWizardComponent {
|
|
51376
|
-
constructor(createService, transactionScreenConfigurationService) {
|
|
51502
|
+
constructor(createService, relationService, transactionScreenConfigurationService) {
|
|
51377
51503
|
this.createService = createService;
|
|
51504
|
+
this.relationService = relationService;
|
|
51378
51505
|
this.transactionScreenConfigurationService = transactionScreenConfigurationService;
|
|
51379
51506
|
this.transKind = TransactionKind;
|
|
51380
51507
|
this.transactionType = TransactionKind.SalesOrder;
|
|
51381
51508
|
this.transactionFinished = new EventEmitter();
|
|
51509
|
+
this._externallyProvidedTransaction = null;
|
|
51510
|
+
}
|
|
51511
|
+
set externallyProvidedTransaction(transaction) {
|
|
51512
|
+
this._externallyProvidedTransaction = transaction;
|
|
51513
|
+
}
|
|
51514
|
+
set externallyProvidedLineNr(lineNr) {
|
|
51515
|
+
this._externallyProvidedLineNr = lineNr;
|
|
51382
51516
|
}
|
|
51383
51517
|
showClass() {
|
|
51384
51518
|
return true;
|
|
51385
51519
|
}
|
|
51386
51520
|
ngOnInit() {
|
|
51387
51521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
51388
|
-
yield this.transactionScreenConfigurationService.loadConfig(['
|
|
51522
|
+
yield this.transactionScreenConfigurationService.loadConfig(['S']);
|
|
51389
51523
|
this.createService.transactionKind = this.transactionType;
|
|
51390
51524
|
this.relationType = this.createService.getRelationKindFromTransactionKind();
|
|
51525
|
+
this._processExternalTransactionLine();
|
|
51391
51526
|
});
|
|
51392
51527
|
}
|
|
51393
51528
|
handleRelationValidation() {
|
|
@@ -51457,12 +51592,23 @@ class TransactionCreateWizardComponent {
|
|
|
51457
51592
|
return valid;
|
|
51458
51593
|
});
|
|
51459
51594
|
}
|
|
51595
|
+
_processExternalTransactionLine() {
|
|
51596
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
51597
|
+
if (this._externallyProvidedTransaction && !isNaN(this._externallyProvidedLineNr)) {
|
|
51598
|
+
this.createService.relation = yield this.relationService.getCustomerFullObject(parseInt(this._externallyProvidedTransaction.transactionInfo.relation.relationNr));
|
|
51599
|
+
//this.stepper.continueRequested();
|
|
51600
|
+
this.transactionSection.createOrderWithTransactionLineClicked();
|
|
51601
|
+
this.transactionSection.salesOrderId = this._externallyProvidedTransaction.transactionInfo.id.toString();
|
|
51602
|
+
this.transactionSection.salesOrderLineNr = this._externallyProvidedLineNr.toString();
|
|
51603
|
+
}
|
|
51604
|
+
});
|
|
51605
|
+
}
|
|
51460
51606
|
}
|
|
51461
51607
|
TransactionCreateWizardComponent.decorators = [
|
|
51462
51608
|
{ type: Component, args: [{
|
|
51463
51609
|
selector: "co-transaction-create-wizard",
|
|
51464
51610
|
template: `
|
|
51465
|
-
<co-stepper
|
|
51611
|
+
<co-simple-vertical-stepper #stepper [title]="'CREATE_SERVICE' | localize">
|
|
51466
51612
|
<co-stepper-step #stepRelationSection [index]="1" [label]="'PERSONAL_DATA' | localize" (validateStep)="handleRelationValidation()">
|
|
51467
51613
|
<co-transaction-header-popup-relation #relationSection *ngIf="stepRelationSection.show" class="category-content" [(relation)]="createService.relation"
|
|
51468
51614
|
[forceReadonly]="(createService.currentTransaction.transactionInfo.uuid !== undefined)" [showPrivacy]="false"
|
|
@@ -51479,7 +51625,7 @@ TransactionCreateWizardComponent.decorators = [
|
|
|
51479
51625
|
</co-stepper-step>
|
|
51480
51626
|
<co-stepper-step [index]="5" [label]="'FINISH' | localize">
|
|
51481
51627
|
</co-stepper-step>
|
|
51482
|
-
</co-stepper>
|
|
51628
|
+
</co-simple-vertical-stepper>
|
|
51483
51629
|
|
|
51484
51630
|
`,
|
|
51485
51631
|
providers: [TransactionCreateService],
|
|
@@ -51488,9 +51634,11 @@ TransactionCreateWizardComponent.decorators = [
|
|
|
51488
51634
|
];
|
|
51489
51635
|
TransactionCreateWizardComponent.ctorParameters = () => [
|
|
51490
51636
|
{ type: TransactionCreateService },
|
|
51637
|
+
{ type: TransactionRelationService },
|
|
51491
51638
|
{ type: TransactionScreenConfigurationService }
|
|
51492
51639
|
];
|
|
51493
51640
|
TransactionCreateWizardComponent.propDecorators = {
|
|
51641
|
+
stepper: [{ type: ViewChild, args: ["stepper",] }],
|
|
51494
51642
|
stepRelationSection: [{ type: ViewChild, args: ["stepRelationSection",] }],
|
|
51495
51643
|
relationSection: [{ type: ViewChild, args: ["relationSection",] }],
|
|
51496
51644
|
stepTransactionSection: [{ type: ViewChild, args: ["stepTransactionSection",] }],
|
|
@@ -51500,6 +51648,8 @@ TransactionCreateWizardComponent.propDecorators = {
|
|
|
51500
51648
|
stepServiceFieldsSection: [{ type: ViewChild, args: ["stepServiceFieldsSection",] }],
|
|
51501
51649
|
serviceFieldsSection: [{ type: ViewChild, args: ["serviceFieldsSection",] }],
|
|
51502
51650
|
transactionType: [{ type: Input }],
|
|
51651
|
+
externallyProvidedTransaction: [{ type: Input }],
|
|
51652
|
+
externallyProvidedLineNr: [{ type: Input }],
|
|
51503
51653
|
transactionFinished: [{ type: Output }],
|
|
51504
51654
|
showClass: [{ type: HostBinding, args: ["class.co-transaction-create-wizard",] }]
|
|
51505
51655
|
};
|
|
@@ -52272,7 +52422,8 @@ CheckoutSimpleModule.decorators = [
|
|
|
52272
52422
|
FormModule,
|
|
52273
52423
|
TransactionHeaderMarketingModule,
|
|
52274
52424
|
TransactionHeaderDeliveryOptionsModule,
|
|
52275
|
-
TransactionHeaderDeliveryDateModule
|
|
52425
|
+
TransactionHeaderDeliveryDateModule,
|
|
52426
|
+
StepperStepModule
|
|
52276
52427
|
],
|
|
52277
52428
|
declarations: [
|
|
52278
52429
|
CheckoutSimpleComponent,
|
|
@@ -52288,6 +52439,81 @@ CheckoutSimpleModule.decorators = [
|
|
|
52288
52439
|
},] }
|
|
52289
52440
|
];
|
|
52290
52441
|
|
|
52442
|
+
class SimpleVerticalStepperComponent extends StepperBaseComponent {
|
|
52443
|
+
showClass() {
|
|
52444
|
+
return true;
|
|
52445
|
+
}
|
|
52446
|
+
continueRequested() {
|
|
52447
|
+
this.validateCurrentStep();
|
|
52448
|
+
}
|
|
52449
|
+
validateCurrentStep(nextStep) {
|
|
52450
|
+
this.stepChildren[this.activeStep].onComplete = (complete) => {
|
|
52451
|
+
if (complete) {
|
|
52452
|
+
this.setActive(nextStep === undefined ? this.activeStep + 1 : nextStep);
|
|
52453
|
+
}
|
|
52454
|
+
};
|
|
52455
|
+
this.stepChildren[this.activeStep].validateStep.next();
|
|
52456
|
+
}
|
|
52457
|
+
setActive(idx) {
|
|
52458
|
+
const prevStep = this.stepChildren[idx - 1];
|
|
52459
|
+
if (!prevStep || prevStep.completed) {
|
|
52460
|
+
if (this.stepChildren) {
|
|
52461
|
+
this.stepChildren[idx].show = true;
|
|
52462
|
+
this.activeStep = idx;
|
|
52463
|
+
}
|
|
52464
|
+
}
|
|
52465
|
+
}
|
|
52466
|
+
}
|
|
52467
|
+
SimpleVerticalStepperComponent.decorators = [
|
|
52468
|
+
{ type: Component, args: [{
|
|
52469
|
+
selector: "co-simple-vertical-stepper",
|
|
52470
|
+
template: `
|
|
52471
|
+
<div class="simple-vertical-stepper-title">
|
|
52472
|
+
<div class="simple-vertical-stepper-title-wrapper">
|
|
52473
|
+
<co-icon class="title-icon" [iconData]="iconCacheService.getIcon(titleIcon)" ></co-icon> <!--[screenConfigurationObject]="cfgNames.Title" screenConfigNativeElement-->
|
|
52474
|
+
<div class="title" [textContent]="title | localize"></div>
|
|
52475
|
+
</div>
|
|
52476
|
+
</div>
|
|
52477
|
+
<div class="simple-vertical-stepper-content-wrapper">
|
|
52478
|
+
<ng-content></ng-content>
|
|
52479
|
+
</div>
|
|
52480
|
+
<ng-container [ngTemplateOutlet]="buttonTemplate"></ng-container>
|
|
52481
|
+
<ng-template #buttonTemplate>
|
|
52482
|
+
<co-default-ok-cancel-buttons [hideCancel]="true"
|
|
52483
|
+
(okClick)="continueRequested()"></co-default-ok-cancel-buttons>
|
|
52484
|
+
</ng-template>
|
|
52485
|
+
`,
|
|
52486
|
+
providers: [{
|
|
52487
|
+
provide: SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME,
|
|
52488
|
+
useExisting: forwardRef(() => SimpleVerticalStepperComponent)
|
|
52489
|
+
}],
|
|
52490
|
+
encapsulation: ViewEncapsulation.None
|
|
52491
|
+
},] }
|
|
52492
|
+
];
|
|
52493
|
+
SimpleVerticalStepperComponent.propDecorators = {
|
|
52494
|
+
showClass: [{ type: HostBinding, args: ["class.co-simple-vertical-stepper",] }]
|
|
52495
|
+
};
|
|
52496
|
+
|
|
52497
|
+
class SimpleVerticalStepperModule {
|
|
52498
|
+
}
|
|
52499
|
+
SimpleVerticalStepperModule.decorators = [
|
|
52500
|
+
{ type: NgModule, args: [{
|
|
52501
|
+
imports: [
|
|
52502
|
+
StepperStepModule,
|
|
52503
|
+
IconModule,
|
|
52504
|
+
PipeModule,
|
|
52505
|
+
CommonModule,
|
|
52506
|
+
DefaultOkCancelButtonsModule
|
|
52507
|
+
],
|
|
52508
|
+
declarations: [
|
|
52509
|
+
SimpleVerticalStepperComponent
|
|
52510
|
+
],
|
|
52511
|
+
exports: [
|
|
52512
|
+
SimpleVerticalStepperComponent
|
|
52513
|
+
]
|
|
52514
|
+
},] }
|
|
52515
|
+
];
|
|
52516
|
+
|
|
52291
52517
|
class TransactionCreateWizardModule {
|
|
52292
52518
|
}
|
|
52293
52519
|
TransactionCreateWizardModule.decorators = [
|
|
@@ -52301,7 +52527,9 @@ TransactionCreateWizardModule.decorators = [
|
|
|
52301
52527
|
ButtonModule,
|
|
52302
52528
|
CheckoutModule,
|
|
52303
52529
|
InputTextModule,
|
|
52304
|
-
InputTextareaModule
|
|
52530
|
+
InputTextareaModule,
|
|
52531
|
+
SimpleVerticalStepperModule,
|
|
52532
|
+
StepperStepModule
|
|
52305
52533
|
],
|
|
52306
52534
|
declarations: [
|
|
52307
52535
|
TransactionCreateWizardComponent
|
|
@@ -52377,5 +52605,5 @@ SharedConnectorService.ctorParameters = () => [
|
|
|
52377
52605
|
* Generated bundle index. Do not edit.
|
|
52378
52606
|
*/
|
|
52379
52607
|
|
|
52380
|
-
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, StepperStepComponent as ɵbw, TransactionLineModule as ɵbx, TransactionTextLineModule as ɵby, TransactionTextLineComponent as ɵbz, DictionaryService as ɵc, TransactionBaseComponent as ɵca, TransactionImageService as ɵcb, OrderLineSetService as ɵcc, TransactionOverviewLineModule as ɵcd, TransactionArticleTextModule as ɵce, TransactionLineImageAndDescriptionModule as ɵcf, TransactionLineDescriptionModule as ɵcg, TransactionLineDescriptionComponent as ɵch, TransactionInputFieldBaseComponent as ɵci, TransactionLineImageAndDescriptionComponent as ɵcj, TransactionArticleTextComponent as ɵck, TransactionArticleTextOverviewModule as ɵcl, TransactionArticleTextOverviewComponent as ɵcm, TransactionLineActionButtonsModule as ɵcn, TransactionLineActionButtonsComponent as ɵco, TransactionLineActionButtonsPopupComponent as ɵcp, EditableLabelModule as ɵcq, EditableLabelComponent as ɵcr, TransactionLinePriceModule as ɵcs, TransactionLinePriceComponent as ɵct, TransactionBaseLineModule as ɵcu, TransactionBaseLineComponent as ɵcv, TransactionLineCommissionButtonModule as ɵcw, DialogTransactionLineCommissionCodeModule as ɵcx, TransactionLineCommissionCodeModule as ɵcy, TransactionLineCheckboxModule as ɵcz, CacheField as ɵd, TransactionLineCheckboxListComponent as ɵda, TransactionLineCommissionCodeComponent as ɵdb, TransactionFilterPopupBaseComponent as ɵdc, DialogHeaderSearchModule as ɵdd, DialogHeaderSearchComponent as ɵde, DialogTransactionLineCommissionCodeComponent as ɵdf, DialogTransactionBaseComponent as ɵdg, TransactionButtonModule as ɵdh, TransactionButtonComponent as ɵdi, TransactionLineCommissionButtonComponent as ɵdj, TransactionLineWarehouseButtonModule as ɵdk, DialogTransactionLineWarehouseModule as ɵdl, TransactionLineWarehouseModule as ɵdm, TransactionLineWarehouseComponent as ɵdn, DialogTransactionLineWarehouseComponent as ɵdo, TransactionLineWarehouseButtonComponent as ɵdp, TransactionLineDeliveryButtonModule as ɵdq, DialogTransactionLineDeliveryMethodModule as ɵdr, TransactionLineDeliveryMethodModule as ɵds, TransactionLineDeliveryMethodComponent as ɵdt, DialogTransactionLineDeliveryMethodComponent as ɵdu, TransactionLineDeliveryButtonComponent as ɵdv, TransactionLineDeliveryDateButtonModule as ɵdw, TransactionDateSelectModule as ɵdx, TransactionDateSelectComponent as ɵdy, TransactionLineDeliveryDateButtonComponent as ɵdz, ErrorService as ɵe, DialogTransactionLineVatModule as ɵea, TransactionLineVatModule as ɵeb, TransactionLineVatComponent as ɵec, DialogTransactionLineVatComponent as ɵed, DialogTransactionLineDiscountModule as ɵee, TransactionLinePriceListModule as ɵef, TransactionLinePriceListComponent as ɵeg, TransactionLineDiscountPercentageModule as ɵeh, TransactionLineDiscountPercentageComponent as ɵei, TransactionLineDiscountAmountModule as ɵej, TransactionLineDiscountAmountComponent as ɵek, TransactionLineQuantumDiscountModule as ɵel, TransactionLineQuantumDiscountComponent as ɵem, TransactionLineSpecialDiscountModule as ɵen, TransactionLineSpecialDiscountComponent as ɵeo, DialogTransactionLinePriceListModule as ɵep, DialogTransactionLinePriceListComponent as ɵeq, DialogTransactionLineDiscountComponent as ɵer, TransactionLineAmountModule as ɵes, TransactionLineAmountComponent as ɵet, TransactionLineVatButtonModule as ɵeu, TransactionLineVatButtonComponent as ɵev, TransactionLineDiscountButtonModule as ɵew, TransactionLineDiscountButtonComponent as ɵex, TransactionLineDeliveryDateModule as ɵey, TransactionLineDeliveryDateComponent as ɵez, DialogService as ɵf, TransactionMarginInfoLineModule as ɵfa, TransactionMarginInfoLineComponent as ɵfb, TransactionPlanningLineModule as ɵfc, TransactionPlanningLineComponent as ɵfd, DeliveryPlanningService as ɵfe, TransactionOverviewLineComponent as ɵff, TransactionPurchaseLineModule as ɵfg, TransactionLineSupplierButtonModule as ɵfh, TransactionLineSupplierModule as ɵfi, TransactionLineSupplierComponent as ɵfj, DialogTransactionLineSupplierModule as ɵfk, DialogTransactionLineSupplierComponent as ɵfl, TransactionLineSupplierButtonComponent as ɵfm, TransactionNavigationButtonModule as ɵfn, TransactionNavigationButtonComponent as ɵfo, TransactionLineDropShipmentButtonModule as ɵfp, TransactionLineDropShipmentButtonComponent as ɵfq, TransactionNavigationButtonListModule as ɵfr, TransactionNavigationButtonListComponent as ɵfs, TransactionLineConfirmedDeliveryDateButtonModule as ɵft, TransactionLineConfirmedDeliveryDateButtonComponent as ɵfu, TransactionPurchaseLineComponent as ɵfv, TransactionPurchaseLineBaseComponent as ɵfw, TransactionGoodsAllocationLineModule as ɵfx, TransactionLineWarehouseLocationButtonModule as ɵfy, DialogTransactionLineWarehouseLocationModule as ɵfz, DynamicComponentService as ɵg, TransactionLineWarehouseLocationModule as ɵga, TransactionLineWarehouseLocationComponent as ɵgb, ArticleService as ɵgc, DialogTransactionLineWarehouseLocationComponent as ɵgd, TransactionLineWarehouseLocationButtonComponent as ɵge, TransactionGoodsAllocationLineComponent as ɵgf, TransactionOrderDeliveryLineModule as ɵgg, TransactionOrderDeliveryLineComponent as ɵgh, TransactionOrderDeliveryLineBaseComponent as ɵgi, TransactionInvoiceLineModule as ɵgj, TransactionInvoiceLineComponent as ɵgk, TransactionInvoiceLineBaseComponent as ɵgl, TransactionPickedLineModule as ɵgm, TransactionPickedLineComponent as ɵgn, TransactionToBePickedLineModule as ɵgo, TransactionToBePickedLineComponent as ɵgp, TransactionPurchaseOverviewLineModule as ɵgq, TransactionPurchaseOverviewLineComponent as ɵgr, TransactionReceiveGoodsLineModule as ɵgs, TransactionPrintPackageStickerModule as ɵgt, TransactionPrintPackageStickerComponent as ɵgu, TransactionQuickAccessSendMethodBaseComponent as ɵgv, TransactionReceiveGoodsLineComponent as ɵgw, TransactionReceiveGoodsLineBaseComponent as ɵgx, TransactionPurchaseOrderLineModule as ɵgy, TransactionPurchasePortalLineGrossOrderPriceModule as ɵgz, ArticleConnectorService as ɵh, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵha, TransactionPurchasePortalLineNetOrderPriceModule as ɵhb, TransactionPurchasePortalLineNetOrderPriceComponent as ɵhc, TransactionPurchasePortalLineDeliveryDateModule as ɵhd, TransactionPurchasePortalLineDeliveryDateComponent as ɵhe, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhf, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhg, TransactionLineSupplierDeliveryDateButtonModule as ɵhh, TransactionLineSupplierDeliveryDateButtonComponent as ɵhi, TransactionLineConfirmedPriceModule as ɵhj, TransactionLineConfirmedPriceComponent as ɵhk, TransactionPurchaseOrderLineComponent as ɵhl, TransactionPurchaseOrderLineBaseComponent as ɵhm, TransactionCashRegisterOrderLineModule as ɵhn, TransactionCashRegisterOrderLineComponent as ɵho, TransactionSalesOrderQuotationLineModule as ɵhp, TransactionSalesOrderQuotationLineComponent as ɵhq, TransactionLineComponent as ɵhr, TransactionMappingService as ɵhs, TransactionLinesBaseComponent as ɵht, DialogTransactionHeaderDiscountModule as ɵhu, TransactionHeaderDiscountPercentageModule as ɵhv, TransactionHeaderDiscountPercentageComponent as ɵhw, TransactionHeaderDiscountAmountModule as ɵhx, TransactionHeaderDiscountAmountComponent as ɵhy, TransactionHeaderDiscountTransactionTotalModule as ɵhz, PendingReasonService as ɵi, TransactionHeaderDiscountTransactionTotalComponent as ɵia, DialogTransactionHeaderDiscountComponent as ɵib, AvatarModule as ɵic, AvatarComponent as ɵid, DeliveryTypeTileModule as ɵie, DeliveryTypeTileComponent as ɵif, PaymentModule as ɵig, PaymentTileModule as ɵih, PaymentTileComponent as ɵii, PaymentQrCodeModule as ɵij, PaymentQrCodeComponent as ɵik, DepositPaymentModule as ɵil, DepositPaymentComponent as ɵim, PaymentToPayModule as ɵin, PaymentToPayComponent as ɵio, PaymentComponent as ɵip, TransactionPaymentBaseComponent as ɵiq, RelationTypeModule as ɵir, RelationTypeComponent as ɵis, RelationGeneralModule as ɵit, RelationContactDetailsModule as ɵiu, RelationContactDetailsComponent as ɵiv, RelationGeneralComponent as ɵiw, RelationAddressesModule as ɵix, RelationAddressesComponent as ɵiy, RelationPreferencesModule as ɵiz, TransactionBaseService as ɵj, RelationPreferencesComponent as ɵja, TransactionHeaderBlockModule as ɵjb, TransactionHeaderBlockComponent as ɵjc, TransactionHeaderDeliveryDateModule as ɵjd, TransactionHeaderDeliveryDateComponent as ɵje, TransactionHeaderDeliveryOptionsModule as ɵjf, TransactionHeaderDeliveryOptionsComponent as ɵjg, TransactionHeaderRemarksModule as ɵjh, TransactionHeaderRemarksComponent as ɵji, TransactionHeaderReferenceModule as ɵjj, TransactionHeaderReferenceComponent as ɵjk, TransactionHeaderRelationReferenceModule as ɵjl, TransactionHeaderRelationReferenceComponent as ɵjm, TransactionHeaderDeliveryMethodModule as ɵjn, TransactionHeaderDeliveryMethodComponent as ɵjo, TransactionHeaderPreferredDeliveryDateModule as ɵjp, TransactionHeaderPreferredDeliveryDateComponent as ɵjq, DialogTransactionHeaderDeliveryMethodModule as ɵjr, DialogTransactionHeaderDeliveryMethodComponent as ɵjs, TransactionHeaderPopupModule as ɵjt, TransactionFilterCategoriesModule as ɵju, TransactionFilterCategoriesComponent as ɵjv, TransactionHeaderBranchModule as ɵjw, TransactionHeaderBranchComponent as ɵjx, TransactionHeaderSalesPersonModule as ɵjy, TransactionHeaderSalesPersonComponent as ɵjz, CoreModule as ɵk, TransactionHeaderAdministrativeRelationModule as ɵka, TransactionHeaderAdministrativeRelationComponent as ɵkb, TransactionHeaderPriceKindModule as ɵkc, TransactionHeaderPriceKindComponent as ɵkd, TransactionHeaderCurrencyModule as ɵke, TransactionHeaderCurrencyComponent as ɵkf, TransactionHeaderPaymentConditionModule as ɵkg, TransactionHeaderPaymentConditionComponent as ɵkh, TransactionHeaderHoldCodesModule as ɵki, TransactionHeaderHoldCodesComponent as ɵkj, TransactionHeaderMarketingModule as ɵkk, TransactionHeaderMarketingComponent as ɵkl, TransactionHeaderDeliveryMethodButtonModule as ɵkm, TransactionHeaderDeliveryMethodButtonComponent as ɵkn, TransactionHeaderDefinitiveModule as ɵko, TransactionHeaderDefinitiveComponent as ɵkp, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵkq, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵkr, TransactionHeaderDepositPercentageModule as ɵks, TransactionHeaderDepositPercentageComponent as ɵkt, TransactionHeaderDepositAmountModule as ɵku, TransactionHeaderDepositAmountComponent as ɵkv, TransactionHeaderPaymentButtonModule as ɵkw, TransactionHeaderPaymentButtonComponent as ɵkx, TransactionHeaderDivideEvenlyModule as ɵky, TransactionHeaderDivideEvenlyComponent as ɵkz, ConfirmationDialogModule as ɵl, TransactionHeaderAmountToSettleModule as ɵla, TransactionHeaderAmountToSettleComponent as ɵlb, TransactionHeaderScoringChanceModule as ɵlc, TransactionHeaderScoringChanceComponent as ɵld, TransactionHeaderRetailStadiumModule as ɵle, TransactionHeaderRetailStadiumComponent as ɵlf, TransactionHeaderScoringDateModule as ɵlg, TransactionHeaderScoringDateComponent as ɵlh, TransactionHeaderPartialDeliveryModule as ɵli, TransactionHeaderPartialDeliveryComponent as ɵlj, TransactionHeaderAutoRecalculateDepositModule as ɵlk, TransactionHeaderAutoRecalculateDepositComponent as ɵll, TransactionHeaderUseDepositRuleModule as ɵlm, TransactionHeaderUseDepositRuleComponent as ɵln, TransactionHeaderProjectCodeModule as ɵlo, TransactionHeaderProjectCodeComponent as ɵlp, DialogCatalogModule as ɵlq, DialogCatalogComponent as ɵlr, ServiceWizardQaModule as ɵls, QuestionAnswerModule as ɵlt, QuestionAnswerComponent as ɵlu, ServiceWizardQaComponent as ɵlv, TransactionHeaderPopupComponent as ɵlw, TransactionHeaderPopupRelationComponent as ɵlx, TransactionHeaderPopupBaseComponent as ɵly, RelationSuggestionsService as ɵlz, PipeModule as ɵm, TransactionHeaderPopupOrderComponent as ɵma, TransactionHeaderPopupDeliveryComponent as ɵmb, TransactionHeaderPopupPaymentComponent as ɵmc, CashOnDeliveryModalComponent as ɵmd, TransactionHeaderPopupCreateServiceComponent as ɵme, TransactionHeaderPopupServiceWizardComponent as ɵmf, TransactionHeaderPopupServiceFieldsComponent as ɵmg, RelationSuggestionsListModule as ɵmh, RelationSuggestionsListItemModule as ɵmi, RelationSuggestionsListItemComponent as ɵmj, RelationSuggestionsListComponent as ɵmk, SuggestionsSidebarModule as ɵml, SuggestionsSidebarComponent as ɵmm, CheckoutOverviewRelationEditComponent as ɵmn, CheckoutOverviewDeliveryEditComponent as ɵmo, CheckoutOverviewPaymentComponent as ɵmp, TransactionInternalModule as ɵmq, TransactionHeaderPaymentModule as ɵmr, TransactionHeaderRemainingAmountModule as ɵms, TransactionHeaderRemainingAmountComponent as ɵmt, TransactionHeaderPaymentComponent as ɵmu, TransactionLabeledWarehouseLocationButtonModule as ɵmv, TransactionLabeledWarehouseLocationButtonComponent as ɵmw, TransactionQuickAccessOverviewModule as ɵmx, TransactionSendDocumentsModule as ɵmy, TransactionSendDocumentsComponent as ɵmz, AppendPipe as ɵn, DigitalSignatureModule as ɵna, DigitalSignatureComponent as ɵnb, TransactionQuickAccessOverviewComponent as ɵnc, TransactionQuickAccessOrderDeliveryModule as ɵnd, TransactionButtonBarModule as ɵne, AnimatedCheckboxModule as ɵnf, AnimatedCheckboxComponent as ɵng, TransactionButtonBarComponent as ɵnh, TransactionButtonBarButtonComponent as ɵni, TransactionButtonBarButtonBaseComponent as ɵnj, TransactionSalesPurchaseButtonBarButtonComponent as ɵnk, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵnl, TransactionSalesAllocationButtonBarButtonComponent as ɵnm, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵnn, TransactionSalesDeliveryButtonBarButtonComponent as ɵno, TransactionSalesInvoiceButtonBarButtonComponent as ɵnp, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵnq, TransactionSalesPickingButtonBarButtonComponent as ɵnr, TransactionSalesOverviewButtonBarButtonComponent as ɵns, TransactionServiceServiceButtonBarButtonComponent as ɵnt, TransactionSalesPlanningButtonBarButtonComponent as ɵnu, TransactionUndoDeliveryModule as ɵnv, TransactionUndoDeliveryComponent as ɵnw, TransactionQuickAccessOrderDeliveryComponent as ɵnx, TransactionQuickAccessOrderPurchaseModule as ɵny, TransactionQuickAccessOrderPurchaseComponent as ɵnz, DeliveryTimePipe as ɵo, TransactionQuickAccessGoodsAllocationModule as ɵoa, TransactionQuickAccessGoodsAllocationComponent as ɵob, TransactionQuickAccessPurchaseOrderOverviewModule as ɵoc, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵod, TransactionQuickAccessInvoiceModule as ɵoe, TransactionQuickAccessInvoiceComponent as ɵof, TransactionQuickAccessToBePickedModule as ɵog, TransactionQuickAccessToBePickedComponent as ɵoh, TransactionQuickAccessPickedModule as ɵoi, TransactionQuickAccessPickedComponent as ɵoj, TransactionQuickAccessSalesQuotationModule as ɵok, TransactionQuickAccessSalesQuotationComponent as ɵol, TransactionCreationService as ɵom, TransactionQuickAccessPlanningModule as ɵon, TransactionLineSidePanelPlanningModule as ɵoo, TransactionHistoryGridModule as ɵop, TransactionHistoryGridStatusModule as ɵoq, TransactionHistoryGridStatusComponent as ɵor, TransactionHistoryGridComponent as ɵos, TransactionReceivingGoodsHistoryModule as ɵot, TransactionReceivingGoodsHistoryComponent as ɵou, TransactionLineSidePanelDefaultModule as ɵov, TransactionLineQuantityModule as ɵow, TransactionLineQuantityComponent as ɵox, TransactionLineReferenceModule as ɵoy, TransactionLineReferenceComponent as ɵoz, DateDurationPipe as ɵp, TransactionLineSidePanelDefaultComponent as ɵpa, TransactionAvailableStockGridModule as ɵpb, TransactionAvailableStockGridComponent as ɵpc, TransactionLinePurchaseReceiveGoodsModule as ɵpd, TransactionLinePurchaseReceiveGoodsComponent as ɵpe, TransactionLinePurchaseConfirmationModule as ɵpf, DefaultOkCancelButtonsModule as ɵpg, DefaultOkCancelButtonsComponent as ɵph, TransactionLabeledPriceInputModule as ɵpi, TransactionLabeledPriceInputComponent as ɵpj, PurchaseConfirmationLinesModule as ɵpk, TransactionLinesPopupModule as ɵpl, TransactionLinesPopupComponent as ɵpm, PurchaseConfirmationLinesComponent as ɵpn, TransactionLinePurchaseConfirmationComponent as ɵpo, DeliveryPlanningMainModule as ɵpp, DeliveryPlanningModeSelectionModule as ɵpq, DeliveryPlanningModeSelectionComponent as ɵpr, DeliveryPlanningSelectionModule as ɵps, DeliveryPlanningSelectionComponent as ɵpt, DeliveryPlanningOverviewModule as ɵpu, DeliveryPlanningOverviewTileModule as ɵpv, DeliveryPlanningOverviewTileLineModule as ɵpw, DeliveryPlanningOverviewTileLineComponent as ɵpx, DeliveryPlanningTileStatusModule as ɵpy, DeliveryPlanningTileStatusComponent as ɵpz, LocalizePipe as ɵq, DeliveryPlanningOverviewShortLineModule as ɵqa, DeliveryPlanningOverviewShortLineComponent as ɵqb, DeliveryPlanningOverviewTileComponent as ɵqc, DeliveryPlanningOverviewComponent as ɵqd, DeliveryPlanningOverviewPopupComponent as ɵqe, TransactionSearchSalesOrderTileModule as ɵqf, TransactionSearchSalesOrderTileComponent as ɵqg, TransactionSearchTileBaseComponent as ɵqh, TransactionSearchPurchaseOrderTileModule as ɵqi, TransactionSearchPurchaseOrderTileComponent as ɵqj, TransactionSearchSalesOrderGridModule as ɵqk, TransactionSearchSalesOrderGridComponent as ɵql, TransactionSearchGridBaseComponent as ɵqm, TransactionSearchPurchaseOrderGridModule as ɵqn, TransactionSearchPurchaseOrderGridComponent as ɵqo, TransactionSearchSalesQuotationGridModule as ɵqp, TransactionSearchSalesQuotationGridComponent as ɵqq, TransactionSearchPosGridModule as ɵqr, TransactionSearchPosGridComponent as ɵqs, TransactionSearchSalesQuotationTileModule as ɵqt, TransactionSearchSalesQuotationTileComponent as ɵqu, TransactionSearchPosOrderTileModule as ɵqv, TransactionSearchPosOrderTileComponent as ɵqw, TransactionSearchGridModule as ɵqx, TransactionSearchGridComponent as ɵqy, TransactionSearchTileModule as ɵqz, CoCurrencyPipe as ɵr, TransactionSearchTileComponent as ɵra, TransactionSalesOrderFilterModule as ɵrb, TransactionSalesOrderFilterContentOrderModule as ɵrc, TransactionFilterItemModule as ɵrd, TransactionFilterItemComponent as ɵre, TransactionSalesOrderFilterContentOrderComponent as ɵrf, TransactionFilterContentBaseComponent as ɵrg, TransactionSalesOrderFilterContentLogisticsModule as ɵrh, TransactionFilterHistoricStateModule as ɵri, TransactionFilterHistoricStateComponent as ɵrj, TransactionSalesOrderFilterContentLogisticsComponent as ɵrk, TransactionSalesOrderFilterContentArticleModule as ɵrl, TransactionSalesOrderFilterContentArticleComponent as ɵrm, TransactionSalesOrderFilterComponent as ɵrn, TransactionFilterBaseComponent as ɵro, TransactionPurchaseOrderFilterModule as ɵrp, TransactionPurchaseOrderFilterContentOrderModule as ɵrq, TransactionPurchaseOrderFilterContentOrderComponent as ɵrr, TransactionPurchaseOrderFilterContentLogisticsModule as ɵrs, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵrt, TransactionPurchaseOrderFilterContentArticleModule as ɵru, TransactionPurchaseOrderFilterContentArticleComponent as ɵrv, TransactionPurchaseOrderFilterComponent as ɵrw, TransactionSalesQuotationFilterModule as ɵrx, TransactionSalesQuotationFilterContentOrderModule as ɵry, TransactionSalesQuotationFilterContentOrderComponent as ɵrz, SafeStylePipe as ɵs, TransactionSalesQuotationFilterContentLogisticsModule as ɵsa, TransactionSalesQuotationFilterContentLogisticsComponent as ɵsb, TransactionSalesQuotationFilterContentArticleModule as ɵsc, TransactionSalesQuotationFilterContentArticleComponent as ɵsd, TransactionSalesQuotationFilterComponent as ɵse, TransactionCashDeskFilterModule as ɵsf, TransactionCashDeskFilterContentArticleModule as ɵsg, TransactionCashDeskFilterContentArticleComponent as ɵsh, TransactionCashDeskFilterContentLogisticsModule as ɵsi, TransactionCashDeskFilterContentLogisticsComponent as ɵsj, TransactionCashDeskFilterContentOrderModule as ɵsk, TransactionCashDeskFilterContentOrderComponent as ɵsl, TransactionCashDeskFilterComponent as ɵsm, SearchFeatureModule as ɵsn, SearchHeaderButtonsModule as ɵso, SearchHeaderButtonsComponent as ɵsp, SearchViewModeService as ɵsq, SearchFilterPanelModule as ɵsr, SearchFilterPanelComponent as ɵss, SearchComponent as ɵst, DeliveryPlanningMainComponent as ɵsu, DeliveryPlanningPlanOrderListComponent as ɵsv, DeliveryPlanningPlanOrderListTileComponent as ɵsw, TransactionLineSidePanelPlanningComponent as ɵsx, TransactionQuickAccessPlanningComponent as ɵsy, TransactionQuickAccessPlanningPopupComponent as ɵsz, SafeHtmlPipe as ɵt, TransactionCardModule as ɵta, TransactionCardPurchaseOverviewModule as ɵtb, TransactionCardHeaderModule as ɵtc, TransactionCardHeaderComponent as ɵtd, TransactionCardFooterModule as ɵte, TransactionCardFooterComponent as ɵtf, TransactionCardPurchaseOverviewComponent as ɵtg, TransactionCardSalesOverviewModule as ɵth, TransactionCardSalesOverviewComponent as ɵti, TransactionCardReceiveGoodsModule as ɵtj, TransactionCardReceiveGoodsComponent as ɵtk, TransactionCardInvoiceModule as ɵtl, TransactionCardInvoiceComponent as ɵtm, TransactionCardOrderDeliveryModule as ɵtn, TransactionCardOrderDeliveryComponent as ɵto, TransactionCardPurchaseModule as ɵtp, TransactionCardPurchaseComponent as ɵtq, TransactionCardGoodsAllocationModule as ɵtr, TransactionCardGoodsAllocationComponent as ɵts, TransactionCardToBePickedModule as ɵtt, TransactionCardToBePickedComponent as ɵtu, TransactionCardPickedModule as ɵtv, TransactionCardPickedComponent as ɵtw, TransactionCardPurchaseConfirmationModule as ɵtx, TransactionBaseCardModule as ɵty, TransactionBaseCardComponent as ɵtz, PrependPipe as ɵu, TransactionCardPurchaseConfirmationComponent as ɵua, TransactionCardPlanningModule as ɵub, TransactionCardPlanningComponent as ɵuc, TransactionCardMarginModule as ɵud, TransactionCardMarginComponent as ɵue, TransactionCardComponent as ɵuf, TransactionLineSidePanelModule as ɵug, TransactionLineSidePanelPurchaseModule as ɵuh, TransactionLineSidePanelPurchaseComponent as ɵui, TransactionLineSidePanelSalesModule as ɵuj, TransactionAllocateGoodsHistoryModule as ɵuk, TransactionAllocateGoodsHistoryComponent as ɵul, TransactionLineSalesAllocationModule as ɵum, TransactionLineSalesAllocationComponent as ɵun, TransactionLineSalesDeliveryModule as ɵuo, TransactionLineDeliveryHistoryModule as ɵup, TransactionLineDeliveryHistoryComponent as ɵuq, TransactionLineSalesDeliveryComponent as ɵur, TransactionLineSalesInvoiceModule as ɵus, TransactionLineInvoiceHistoryModule as ɵut, TransactionLineInvoiceHistoryComponent as ɵuu, TransactionLineSalesInvoiceComponent as ɵuv, TransactionLineSidePanelToBePickedModule as ɵuw, TransactionPickingHistoryModule as ɵux, TransactionPickingHistoryComponent as ɵuy, TransactionLineSidePanelToBePickedComponent as ɵuz, ConfirmationDialogComponent as ɵv, TransactionLineSidePanelPickedModule as ɵva, TransactionLineSidePanelPickedComponent as ɵvb, TransactionLineSidePanelSalesComponent as ɵvc, TransactionLineSidePanelComponent as ɵvd, TransactionCopyOrderModule as ɵve, DefaultConfirmCancelButtonsModule as ɵvf, DefaultConfirmCancelButtonsComponent as ɵvg, TransactionCopyOrderComponent as ɵvh, TransactionLinesSidePanelModule as ɵvi, TransactionLinesSidePanelCashDeskModule as ɵvj, TransactionCashRegisterPaymentDialogModule as ɵvk, TransactionCashRegisterPaymentPinModule as ɵvl, TransactionCashRegisterPaymentButtonsModule as ɵvm, TransactionCashRegisterPaymentButtonsComponent as ɵvn, TransactionCashRegisterPaymentPinComponent as ɵvo, TransactionCashRegisterPaymentCashModule as ɵvp, RegisteredPaymentModule as ɵvq, RegisteredPaymentComponent as ɵvr, TransactionCashRegisterPaymentCashComponent as ɵvs, TransactionCashRegisterPaymentDoneModule as ɵvt, TransactionCashRegisterPaymentDoneComponent as ɵvu, TransactionCashRegisterPaymentMethodModule as ɵvv, TransactionCashRegisterPaymentMethodComponent as ɵvw, TransactionCashRegisterPaymentQrCodeModule as ɵvx, TransactionCashRegisterPaymentQrCodeComponent as ɵvy, TransactionCashRegisterPaymentDialogComponent as ɵvz, DialogBaseComponent as ɵw, TransactionCashRegisterOrderExpenseDialogModule as ɵwa, TransactionCashRegisterOrderExpenseDialogComponent as ɵwb, TransactionLinesSidePanelCashDeskComponent as ɵwc, TransactionLinesSidePanelServiceOrderModule as ɵwd, TransactionLinesSidePanelServiceOrderComponent as ɵwe, TransactionLinesSidePanelComponent as ɵwf, TransactionServiceOverviewModule as ɵwg, TransactionServiceOverviewComponent as ɵwh, TransactionCardsModule as ɵwi, TransactionCardsComponent as ɵwj, TransactionMarginBlockComponent as ɵwk, TransactionMarginLineComponent as ɵwl, ClickBlockModule as ɵwm, ClickBlockComponent as ɵwn, TransactionInternalComponent as ɵwo, TransactionGridModule as ɵwp, TransactionLinesGridModule as ɵwq, TransactionBaseGridModule as ɵwr, TransactionBaseGridComponent as ɵws, TransactionGridBaseComponent as ɵwt, DialogTransactionLineWarehouseCcModule as ɵwu, DialogTransactionLineWarehouseCcComponent as ɵwv, DialogDirectSellComponent as ɵww, DialogTransactionHeaderBranchModule as ɵwx, DialogTransactionHeaderBranchComponent as ɵwy, TransactionLinesGridComponent as ɵwz, IconCacheService as ɵx, TransactionOrderConfirmationGridModule as ɵxa, TransactionOrderConfirmationGridComponent as ɵxb, TransactionGridComponent as ɵxc, TransactionCashRegisterOrderReceiptDialogModule as ɵxd, TransactionCashRegisterOrderReceiptDialogComponent as ɵxe, TransactionTagComponent as ɵxf, CheckoutSimpleModule as ɵxg, CheckoutSimpleComponent as ɵxh, CheckoutSimpleOverviewRelationEditComponent as ɵxi, CheckoutSimpleOverviewDeliveryEditComponent as ɵxj, CheckoutSimpleOverviewPaymentComponent as ɵxk, TransactionCreateService as ɵxl, CharacteristicAnswerModule as ɵy, CharacteristicAnswerComponent as ɵz };
|
|
52608
|
+
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, TransactionHeaderPopupComponent as ɵlx, TransactionHeaderPopupRelationComponent as ɵly, TransactionHeaderPopupBaseComponent as ɵlz, PipeModule as ɵm, RelationSuggestionsService as ɵma, TransactionHeaderPopupOrderComponent as ɵmb, TransactionHeaderPopupDeliveryComponent as ɵmc, TransactionHeaderPopupPaymentComponent as ɵmd, CashOnDeliveryModalComponent as ɵme, TransactionHeaderPopupCreateServiceComponent as ɵmf, TransactionHeaderPopupServiceWizardComponent as ɵmg, TransactionHeaderPopupServiceFieldsComponent as ɵmh, RelationSuggestionsListModule as ɵmi, RelationSuggestionsListItemModule as ɵmj, RelationSuggestionsListItemComponent as ɵmk, RelationSuggestionsListComponent as ɵml, SuggestionsSidebarModule as ɵmm, SuggestionsSidebarComponent as ɵmn, StepperStepModule as ɵmo, CheckoutOverviewRelationEditComponent as ɵmp, CheckoutOverviewDeliveryEditComponent as ɵmq, CheckoutOverviewPaymentComponent as ɵmr, TransactionInternalModule as ɵms, TransactionHeaderPaymentModule as ɵmt, TransactionHeaderRemainingAmountModule as ɵmu, TransactionHeaderRemainingAmountComponent as ɵmv, TransactionHeaderPaymentComponent as ɵmw, TransactionLabeledWarehouseLocationButtonModule as ɵmx, TransactionLabeledWarehouseLocationButtonComponent as ɵmy, TransactionQuickAccessOverviewModule as ɵmz, AppendPipe as ɵn, TransactionSendDocumentsModule as ɵna, TransactionSendDocumentsComponent as ɵnb, DigitalSignatureModule as ɵnc, DigitalSignatureComponent as ɵnd, TransactionQuickAccessOverviewComponent as ɵne, TransactionQuickAccessOrderDeliveryModule as ɵnf, TransactionButtonBarModule as ɵng, AnimatedCheckboxModule as ɵnh, AnimatedCheckboxComponent as ɵni, TransactionButtonBarComponent as ɵnj, TransactionButtonBarButtonComponent as ɵnk, TransactionButtonBarButtonBaseComponent as ɵnl, TransactionSalesPurchaseButtonBarButtonComponent as ɵnm, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵnn, TransactionSalesAllocationButtonBarButtonComponent as ɵno, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵnp, TransactionSalesDeliveryButtonBarButtonComponent as ɵnq, TransactionSalesInvoiceButtonBarButtonComponent as ɵnr, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵns, TransactionSalesPickingButtonBarButtonComponent as ɵnt, TransactionSalesOverviewButtonBarButtonComponent as ɵnu, TransactionServiceServiceButtonBarButtonComponent as ɵnv, TransactionSalesPlanningButtonBarButtonComponent as ɵnw, TransactionUndoDeliveryModule as ɵnx, TransactionUndoDeliveryComponent as ɵny, TransactionQuickAccessOrderDeliveryComponent as ɵnz, DeliveryTimePipe as ɵo, TransactionQuickAccessOrderPurchaseModule as ɵoa, TransactionQuickAccessOrderPurchaseComponent as ɵob, TransactionQuickAccessGoodsAllocationModule as ɵoc, TransactionQuickAccessGoodsAllocationComponent as ɵod, TransactionQuickAccessPurchaseOrderOverviewModule as ɵoe, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵof, TransactionQuickAccessInvoiceModule as ɵog, TransactionQuickAccessInvoiceComponent as ɵoh, TransactionQuickAccessToBePickedModule as ɵoi, TransactionQuickAccessToBePickedComponent as ɵoj, TransactionQuickAccessPickedModule as ɵok, TransactionQuickAccessPickedComponent as ɵol, TransactionQuickAccessSalesQuotationModule as ɵom, TransactionQuickAccessSalesQuotationComponent as ɵon, TransactionCreationService as ɵoo, TransactionQuickAccessPlanningModule as ɵop, TransactionLineSidePanelPlanningModule as ɵoq, TransactionHistoryGridModule as ɵor, TransactionHistoryGridStatusModule as ɵos, TransactionHistoryGridStatusComponent as ɵot, TransactionHistoryGridComponent as ɵou, TransactionReceivingGoodsHistoryModule as ɵov, TransactionReceivingGoodsHistoryComponent as ɵow, TransactionLineSidePanelDefaultModule as ɵox, TransactionLineQuantityModule as ɵoy, TransactionLineQuantityComponent as ɵoz, DateDurationPipe as ɵp, TransactionLineReferenceModule as ɵpa, TransactionLineReferenceComponent as ɵpb, TransactionLineSidePanelDefaultComponent as ɵpc, TransactionAvailableStockGridModule as ɵpd, TransactionAvailableStockGridComponent as ɵpe, TransactionLinePurchaseReceiveGoodsModule as ɵpf, TransactionLinePurchaseReceiveGoodsComponent as ɵpg, TransactionLinePurchaseConfirmationModule as ɵph, DefaultOkCancelButtonsModule as ɵpi, DefaultOkCancelButtonsComponent as ɵpj, TransactionLabeledPriceInputModule as ɵpk, TransactionLabeledPriceInputComponent as ɵpl, PurchaseConfirmationLinesModule as ɵpm, TransactionLinesPopupModule as ɵpn, TransactionLinesPopupComponent as ɵpo, PurchaseConfirmationLinesComponent as ɵpp, TransactionLinePurchaseConfirmationComponent as ɵpq, DeliveryPlanningMainModule as ɵpr, DeliveryPlanningModeSelectionModule as ɵps, DeliveryPlanningModeSelectionComponent as ɵpt, DeliveryPlanningSelectionModule as ɵpu, DeliveryPlanningSelectionComponent as ɵpv, DeliveryPlanningOverviewModule as ɵpw, DeliveryPlanningOverviewTileModule as ɵpx, DeliveryPlanningOverviewTileLineModule as ɵpy, DeliveryPlanningOverviewTileLineComponent as ɵpz, LocalizePipe as ɵq, DeliveryPlanningTileStatusModule as ɵqa, DeliveryPlanningTileStatusComponent as ɵqb, DeliveryPlanningOverviewShortLineModule as ɵqc, DeliveryPlanningOverviewShortLineComponent as ɵqd, DeliveryPlanningOverviewTileComponent as ɵqe, DeliveryPlanningOverviewComponent as ɵqf, DeliveryPlanningOverviewPopupComponent as ɵqg, TransactionSearchSalesOrderTileModule as ɵqh, TransactionSearchSalesOrderTileComponent as ɵqi, TransactionSearchTileBaseComponent as ɵqj, TransactionSearchPurchaseOrderTileModule as ɵqk, TransactionSearchPurchaseOrderTileComponent as ɵql, TransactionSearchSalesOrderGridModule as ɵqm, TransactionSearchSalesOrderGridComponent as ɵqn, TransactionSearchGridBaseComponent as ɵqo, TransactionSearchPurchaseOrderGridModule as ɵqp, TransactionSearchPurchaseOrderGridComponent as ɵqq, TransactionSearchSalesQuotationGridModule as ɵqr, TransactionSearchSalesQuotationGridComponent as ɵqs, TransactionSearchPosGridModule as ɵqt, TransactionSearchPosGridComponent as ɵqu, TransactionSearchSalesQuotationTileModule as ɵqv, TransactionSearchSalesQuotationTileComponent as ɵqw, TransactionSearchPosOrderTileModule as ɵqx, TransactionSearchPosOrderTileComponent as ɵqy, TransactionSearchGridModule as ɵqz, CoCurrencyPipe as ɵr, TransactionSearchGridComponent as ɵra, TransactionSearchTileModule as ɵrb, TransactionSearchTileComponent as ɵrc, TransactionSalesOrderFilterModule as ɵrd, TransactionSalesOrderFilterContentOrderModule as ɵre, TransactionFilterItemModule as ɵrf, TransactionFilterItemComponent as ɵrg, TransactionSalesOrderFilterContentOrderComponent as ɵrh, TransactionFilterContentBaseComponent as ɵri, TransactionSalesOrderFilterContentLogisticsModule as ɵrj, TransactionFilterHistoricStateModule as ɵrk, TransactionFilterHistoricStateComponent as ɵrl, TransactionSalesOrderFilterContentLogisticsComponent as ɵrm, TransactionSalesOrderFilterContentArticleModule as ɵrn, TransactionSalesOrderFilterContentArticleComponent as ɵro, TransactionSalesOrderFilterComponent as ɵrp, TransactionFilterBaseComponent as ɵrq, TransactionPurchaseOrderFilterModule as ɵrr, TransactionPurchaseOrderFilterContentOrderModule as ɵrs, TransactionPurchaseOrderFilterContentOrderComponent as ɵrt, TransactionPurchaseOrderFilterContentLogisticsModule as ɵru, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵrv, TransactionPurchaseOrderFilterContentArticleModule as ɵrw, TransactionPurchaseOrderFilterContentArticleComponent as ɵrx, TransactionPurchaseOrderFilterComponent as ɵry, TransactionSalesQuotationFilterModule as ɵrz, SafeStylePipe as ɵs, TransactionSalesQuotationFilterContentOrderModule as ɵsa, TransactionSalesQuotationFilterContentOrderComponent as ɵsb, TransactionSalesQuotationFilterContentLogisticsModule as ɵsc, TransactionSalesQuotationFilterContentLogisticsComponent as ɵsd, TransactionSalesQuotationFilterContentArticleModule as ɵse, TransactionSalesQuotationFilterContentArticleComponent as ɵsf, TransactionSalesQuotationFilterComponent as ɵsg, TransactionCashDeskFilterModule as ɵsh, TransactionCashDeskFilterContentArticleModule as ɵsi, TransactionCashDeskFilterContentArticleComponent as ɵsj, TransactionCashDeskFilterContentLogisticsModule as ɵsk, TransactionCashDeskFilterContentLogisticsComponent as ɵsl, TransactionCashDeskFilterContentOrderModule as ɵsm, TransactionCashDeskFilterContentOrderComponent as ɵsn, TransactionCashDeskFilterComponent as ɵso, SearchFeatureModule as ɵsp, SearchHeaderButtonsModule as ɵsq, SearchHeaderButtonsComponent as ɵsr, SearchViewModeService as ɵss, SearchFilterPanelModule as ɵst, SearchFilterPanelComponent as ɵsu, SearchComponent as ɵsv, DeliveryPlanningMainComponent as ɵsw, DeliveryPlanningPlanOrderListComponent as ɵsx, DeliveryPlanningPlanOrderListTileComponent as ɵsy, TransactionLineSidePanelPlanningComponent as ɵsz, SafeHtmlPipe as ɵt, TransactionQuickAccessPlanningComponent as ɵta, TransactionQuickAccessPlanningPopupComponent as ɵtb, TransactionCardModule as ɵtc, TransactionCardPurchaseOverviewModule as ɵtd, TransactionCardHeaderModule as ɵte, TransactionCardHeaderComponent as ɵtf, TransactionCardFooterModule as ɵtg, TransactionCardFooterComponent as ɵth, TransactionCardPurchaseOverviewComponent as ɵti, TransactionCardSalesOverviewModule as ɵtj, TransactionCardSalesOverviewComponent as ɵtk, TransactionCardReceiveGoodsModule as ɵtl, TransactionCardReceiveGoodsComponent as ɵtm, TransactionCardInvoiceModule as ɵtn, TransactionCardInvoiceComponent as ɵto, TransactionCardOrderDeliveryModule as ɵtp, TransactionCardOrderDeliveryComponent as ɵtq, TransactionCardPurchaseModule as ɵtr, TransactionCardPurchaseComponent as ɵts, TransactionCardGoodsAllocationModule as ɵtt, TransactionCardGoodsAllocationComponent as ɵtu, TransactionCardToBePickedModule as ɵtv, TransactionCardToBePickedComponent as ɵtw, TransactionCardPickedModule as ɵtx, TransactionCardPickedComponent as ɵty, TransactionCardPurchaseConfirmationModule as ɵtz, PrependPipe as ɵu, TransactionBaseCardModule as ɵua, TransactionBaseCardComponent as ɵub, TransactionCardPurchaseConfirmationComponent as ɵuc, TransactionCardPlanningModule as ɵud, TransactionCardPlanningComponent as ɵue, TransactionCardMarginModule as ɵuf, TransactionCardMarginComponent as ɵug, TransactionCardComponent as ɵuh, TransactionLineSidePanelModule as ɵui, TransactionLineSidePanelPurchaseModule as ɵuj, TransactionLineSidePanelPurchaseComponent as ɵuk, TransactionLineSidePanelSalesModule as ɵul, TransactionAllocateGoodsHistoryModule as ɵum, TransactionAllocateGoodsHistoryComponent as ɵun, TransactionLineSalesAllocationModule as ɵuo, TransactionLineSalesAllocationComponent as ɵup, TransactionLineSalesDeliveryModule as ɵuq, TransactionLineDeliveryHistoryModule as ɵur, TransactionLineDeliveryHistoryComponent as ɵus, TransactionLineSalesDeliveryComponent as ɵut, TransactionLineSalesInvoiceModule as ɵuu, TransactionLineInvoiceHistoryModule as ɵuv, TransactionLineInvoiceHistoryComponent as ɵuw, TransactionLineSalesInvoiceComponent as ɵux, TransactionLineSidePanelToBePickedModule as ɵuy, TransactionPickingHistoryModule as ɵuz, ConfirmationDialogComponent as ɵv, TransactionPickingHistoryComponent as ɵva, TransactionLineSidePanelToBePickedComponent as ɵvb, TransactionLineSidePanelPickedModule as ɵvc, TransactionLineSidePanelPickedComponent as ɵvd, TransactionLineSidePanelSalesComponent as ɵve, TransactionLineSidePanelComponent as ɵvf, TransactionCopyOrderModule as ɵvg, DefaultConfirmCancelButtonsModule as ɵvh, DefaultConfirmCancelButtonsComponent as ɵvi, TransactionCopyOrderComponent as ɵvj, TransactionLinesSidePanelModule as ɵvk, TransactionLinesSidePanelCashDeskModule as ɵvl, TransactionCashRegisterPaymentDialogModule as ɵvm, TransactionCashRegisterPaymentPinModule as ɵvn, TransactionCashRegisterPaymentButtonsModule as ɵvo, TransactionCashRegisterPaymentButtonsComponent as ɵvp, TransactionCashRegisterPaymentPinComponent as ɵvq, TransactionCashRegisterPaymentCashModule as ɵvr, RegisteredPaymentModule as ɵvs, RegisteredPaymentComponent as ɵvt, TransactionCashRegisterPaymentCashComponent as ɵvu, TransactionCashRegisterPaymentDoneModule as ɵvv, TransactionCashRegisterPaymentDoneComponent as ɵvw, TransactionCashRegisterPaymentMethodModule as ɵvx, TransactionCashRegisterPaymentMethodComponent as ɵvy, TransactionCashRegisterPaymentQrCodeModule as ɵvz, DialogBaseComponent as ɵw, TransactionCashRegisterPaymentQrCodeComponent as ɵwa, TransactionCashRegisterPaymentDialogComponent as ɵwb, TransactionCashRegisterOrderExpenseDialogModule as ɵwc, TransactionCashRegisterOrderExpenseDialogComponent as ɵwd, TransactionLinesSidePanelCashDeskComponent as ɵwe, TransactionLinesSidePanelServiceOrderModule as ɵwf, TransactionLinesSidePanelServiceOrderComponent as ɵwg, TransactionLinesSidePanelComponent as ɵwh, TransactionServiceOverviewModule as ɵwi, TransactionServiceOverviewComponent as ɵwj, TransactionCardsModule as ɵwk, TransactionCardsComponent as ɵwl, TransactionMarginBlockComponent as ɵwm, TransactionMarginLineComponent as ɵwn, ClickBlockModule as ɵwo, ClickBlockComponent as ɵwp, TransactionInternalComponent as ɵwq, TransactionGridModule as ɵwr, TransactionLinesGridModule as ɵws, TransactionBaseGridModule as ɵwt, TransactionBaseGridComponent as ɵwu, TransactionGridBaseComponent as ɵwv, DialogTransactionLineWarehouseCcModule as ɵww, DialogTransactionLineWarehouseCcComponent as ɵwx, DialogDirectSellComponent as ɵwy, DialogTransactionHeaderBranchModule as ɵwz, IconCacheService as ɵx, DialogTransactionHeaderBranchComponent as ɵxa, TransactionLinesGridComponent as ɵxb, TransactionOrderConfirmationGridModule as ɵxc, TransactionOrderConfirmationGridComponent as ɵxd, TransactionGridComponent as ɵxe, TransactionCashRegisterOrderReceiptDialogModule as ɵxf, TransactionCashRegisterOrderReceiptDialogComponent as ɵxg, TransactionTagComponent as ɵxh, CheckoutSimpleModule as ɵxi, CheckoutSimpleComponent as ɵxj, CheckoutSimpleOverviewRelationEditComponent as ɵxk, CheckoutSimpleOverviewDeliveryEditComponent as ɵxl, CheckoutSimpleOverviewPaymentComponent as ɵxm, SimpleVerticalStepperModule as ɵxn, SimpleVerticalStepperComponent as ɵxo, TransactionCreateService as ɵxp, CharacteristicAnswerModule as ɵy, CharacteristicAnswerComponent as ɵz };
|
|
52381
52609
|
//# sourceMappingURL=colijnit-transaction.js.map
|