@colijnit/transaction 12.1.188 → 12.1.189
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 +251 -140
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +73 -74
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +74 -75
- package/esm2015/lib/component/purchase-confirmation-lines/purchase-confirmation-lines.component.js +1 -29
- package/esm2015/lib/component/transaction/transaction.component.js +21 -4
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-done.component.js +46 -17
- package/esm2015/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/transaction-cash-register-payment-dialog.component.js +3 -1
- package/esm2015/lib/component/transaction-internal/transaction-internal.component.js +89 -85
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +1 -3
- package/esm2015/lib/component/transaction-line-side-panel/transaction-line-side-panel.component.js +3 -3
- package/esm2015/lib/component/transaction-lines-side-panel/transaction-lines-side-panel/transaction-lines-side-panel.component.js +9 -5
- package/esm2015/lib/component/transaction-lines-side-panel/transaction-lines-side-panel-cash-desk/transaction-lines-side-panel-cash-desk.component.js +6 -9
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +12 -3
- package/esm2015/lib/service/line-selection.service.js +3 -3
- package/esm2015/lib/service/purchase-confirmation.service.js +24 -16
- package/esm2015/lib/service/transaction-base.service.js +3 -4
- package/esm2015/lib/service/transaction-connector-adapter.service.js +8 -3
- package/esm2015/lib/service/transaction-connector.service.js +1 -1
- package/esm2015/lib/service/transaction-event.service.js +1 -2
- package/esm2015/lib/service/transaction.service.js +2 -1
- package/esm2015/lib/transaction-version.js +3 -3
- package/esm2015/public_api.js +2 -1
- package/fesm2015/colijnit-transaction.js +212 -171
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/transaction/transaction.component.d.ts +10 -3
- package/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/components/transaction-cash-register-payment-done.component.d.ts +5 -2
- package/lib/component/transaction-cash-register-order/transaction-cash-register-payment-dialog/transaction-cash-register-payment-dialog.component.d.ts +2 -0
- package/lib/component/transaction-internal/style/_layout.scss +6 -0
- package/lib/component/transaction-internal/transaction-internal.component.d.ts +3 -1
- package/lib/component/transaction-lines-side-panel/transaction-lines-side-panel/transaction-lines-side-panel.component.d.ts +3 -2
- package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.d.ts +4 -2
- package/lib/service/purchase-confirmation.service.d.ts +3 -1
- package/lib/service/transaction-connector-adapter.service.d.ts +2 -1
- package/lib/service/transaction-connector.service.d.ts +2 -1
- package/lib/service/transaction-event.service.d.ts +0 -1
- package/lib/service/transaction.service.d.ts +2 -1
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
|
@@ -96,6 +96,7 @@ import { PdfSalesOrdersSearchOverviewResponse } from '@colijnit/transactionapi/b
|
|
|
96
96
|
import { TransactionRegisteredPaymentInfo } from '@colijnit/transactionapi/build/model/transaction-registered-payment-info.bo';
|
|
97
97
|
import { PackageLSP } from '@colijnit/transactionapi/build/model/package-lsp.bo';
|
|
98
98
|
import { AnalyzedOrderConfirmation } from '@colijnit/transactionapi/build/model/analyzed-order-confirmation.bo';
|
|
99
|
+
import { PdfPosReceiptResponse } from '@colijnit/transactionapi/build/model/pdf-pos-receipt-response.bo';
|
|
99
100
|
import { InternalParam } from '@colijnit/mainapi/build/enum/internal-param.enum';
|
|
100
101
|
import { RelationKind } from '@colijnit/relationapi/build/enum/relation-kind.enum';
|
|
101
102
|
import { BaseModuleScreenConfigService, BaseModuleService, FormMasterService, SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME, CoDialogModule, ButtonModule, CollapsibleModule, InputCheckboxModule, InputTextModule, ListOfValuesModule, FormModule, ScreenConfigurationModule, InputRadioButtonModule, IconModule, InputTextComponent, TooltipDirectiveModule, CheckmarkOverlayModule, FilterViewmodel, FormComponent, InputSearchModule, CoreComponentsTranslationModule, ColorPickerModule, InputTextareaModule, ColumnAlign, SimpleGridColumnDirective, OverlayService, ColorSequenceService, ClickoutsideModule, OverlayModule, CalendarComponent, InputNumberPickerModule, InputDatePickerComponent, InputDatePickerModule, ObserveVisibilityModule, PriceDisplayPipeModule, Carousel3dModule, CarouselModule, FilterPipeModule, InputTextareaComponent, InputCheckboxComponent, PopupModule, ContentViewMode, CoDialogWizardModule, SimpleGridModule, GridToolbarButtonModule, InputDateRangePickerModule, ViewModeButtonsModule, FilterItemModule, FilterItemMode, PaginationModule, PaginationBarModule, IconCollapseHandleModule } from '@colijnit/corecomponents_v12';
|
|
@@ -215,8 +216,8 @@ class Version {
|
|
|
215
216
|
constructor() {
|
|
216
217
|
this.name = "@colijnit/transaction";
|
|
217
218
|
this.description = "Colijn IT transaction package";
|
|
218
|
-
this.symVer = "12.1.
|
|
219
|
-
this.publishDate = "
|
|
219
|
+
this.symVer = "12.1.189";
|
|
220
|
+
this.publishDate = "1-2-2024 19:13:05";
|
|
220
221
|
}
|
|
221
222
|
}
|
|
222
223
|
|
|
@@ -1054,8 +1055,7 @@ class TransactionEventService {
|
|
|
1054
1055
|
TransactionEventService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TransactionEventService_Factory() { return new TransactionEventService(); }, token: TransactionEventService, providedIn: "root" });
|
|
1055
1056
|
TransactionEventService.decorators = [
|
|
1056
1057
|
{ type: Injectable, args: [{ providedIn: "root" },] }
|
|
1057
|
-
];
|
|
1058
|
-
TransactionEventService.ctorParameters = () => [];
|
|
1058
|
+
];
|
|
1059
1059
|
|
|
1060
1060
|
// Class represents a value that is to be loaded only once, lazily, by its .loadFunction, despite how many times or how fast its getValue() is called.
|
|
1061
1061
|
class CacheField {
|
|
@@ -3758,7 +3758,11 @@ class TransactionConnectorAdapterService {
|
|
|
3758
3758
|
}
|
|
3759
3759
|
linkTransactionToOrderConfirmation(analysisId, lines) {
|
|
3760
3760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3761
|
-
const
|
|
3761
|
+
const request = {
|
|
3762
|
+
analysisId: analysisId,
|
|
3763
|
+
lines: lines
|
|
3764
|
+
};
|
|
3765
|
+
const result = yield this.connector.linkTransactionToOrderConfirmation(request);
|
|
3762
3766
|
if (result && result.validationResult && result.validationResult.success) {
|
|
3763
3767
|
return true;
|
|
3764
3768
|
}
|
|
@@ -4408,7 +4412,7 @@ class TransactionConnectorAdapterService {
|
|
|
4408
4412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4409
4413
|
const response = yield this.connector.pdfPosReceipt(pdfPosReceiptRequest);
|
|
4410
4414
|
if (response && response.validationResult && response.validationResult.success) {
|
|
4411
|
-
return
|
|
4415
|
+
return this._boFactory.makeWithRawBackendData(PdfPosReceiptResponse, response.resultObject);
|
|
4412
4416
|
}
|
|
4413
4417
|
else {
|
|
4414
4418
|
this._handleExceptionFromResponse(response);
|
|
@@ -7456,9 +7460,6 @@ class TransactionBaseService extends BaseModuleService {
|
|
|
7456
7460
|
this._salesOrderConfirmationSent = false;
|
|
7457
7461
|
}
|
|
7458
7462
|
set activeRubric(value) {
|
|
7459
|
-
if (this._activeRubric !== value) {
|
|
7460
|
-
this.transactionEventService.orderConfirmationReset.next();
|
|
7461
|
-
}
|
|
7462
7463
|
this._activeRubric = value;
|
|
7463
7464
|
this.transactionEventService.activeRubricChange.next(this._activeRubric);
|
|
7464
7465
|
}
|
|
@@ -7589,6 +7590,7 @@ class TransactionBaseService extends BaseModuleService {
|
|
|
7589
7590
|
this.currentTransaction = new TransactionInfoResponse();
|
|
7590
7591
|
this._relation = new CustomerFullObject();
|
|
7591
7592
|
this.articleAmount = 0;
|
|
7593
|
+
this.transactionEventService.orderConfirmationReset.next();
|
|
7592
7594
|
}
|
|
7593
7595
|
saveTransaction(rememberTransaction = true) {
|
|
7594
7596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7725,6 +7727,7 @@ class TransactionBaseService extends BaseModuleService {
|
|
|
7725
7727
|
rememberCurrentTransaction(value) {
|
|
7726
7728
|
return __awaiter(this, void 0, void 0, function* () {
|
|
7727
7729
|
if (value && this.currentTransaction && value.transactionInfo && this.currentTransaction.transactionInfo &&
|
|
7730
|
+
this.currentTransaction.transactionInfo.id &&
|
|
7728
7731
|
value.transactionInfo.id !== this.currentTransaction.transactionInfo.id) {
|
|
7729
7732
|
this.transactionEventService.orderConfirmationReset.next();
|
|
7730
7733
|
}
|
|
@@ -8118,6 +8121,7 @@ class TransactionService extends PendingReasonService {
|
|
|
8118
8121
|
logOut() {
|
|
8119
8122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
8120
8123
|
yield this.connector.logOut();
|
|
8124
|
+
this.resetCurrentTransaction();
|
|
8121
8125
|
this.logout.next();
|
|
8122
8126
|
});
|
|
8123
8127
|
}
|
|
@@ -14251,13 +14255,12 @@ class PurchaseConfirmationService {
|
|
|
14251
14255
|
this._transactionConnectorService = _transactionConnectorService;
|
|
14252
14256
|
this._transactionEventService = _transactionEventService;
|
|
14253
14257
|
this.confirmationNeeded = new BehaviorSubject(undefined);
|
|
14258
|
+
this.confirmationFinished = new Subject();
|
|
14254
14259
|
this.confirmationAnalysisResult = [];
|
|
14255
14260
|
}
|
|
14256
14261
|
set confirmationAnalysisId(value) {
|
|
14257
14262
|
this._confirmationAnalysisId = value;
|
|
14258
|
-
this.
|
|
14259
|
-
this._getAnalyzedOrderConfirmationById();
|
|
14260
|
-
this.confirmationNeeded.next(value !== null && value !== undefined);
|
|
14263
|
+
this._handleSetAnalysisId();
|
|
14261
14264
|
}
|
|
14262
14265
|
get confirmationAnalysisId() {
|
|
14263
14266
|
return this._confirmationAnalysisId;
|
|
@@ -14286,23 +14289,31 @@ class PurchaseConfirmationService {
|
|
|
14286
14289
|
color: ColorUtils.GetRandomColor([0, 360], [90, 100], [0, 90], [1, 1])
|
|
14287
14290
|
});
|
|
14288
14291
|
}
|
|
14292
|
+
_handleSetAnalysisId() {
|
|
14293
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
14294
|
+
yield this._getConfirmationAnalysisById();
|
|
14295
|
+
yield this._getAnalyzedOrderConfirmationById();
|
|
14296
|
+
this.confirmationNeeded.next(this._confirmationAnalysisId !== null && this._confirmationAnalysisId !== undefined);
|
|
14297
|
+
});
|
|
14298
|
+
}
|
|
14289
14299
|
_getConfirmationAnalysisById() {
|
|
14290
|
-
this
|
|
14291
|
-
|
|
14292
|
-
|
|
14293
|
-
this.confirmationAnalysisResult =
|
|
14294
|
-
}
|
|
14295
|
-
}
|
|
14300
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
14301
|
+
this.confirmationAnalysisResult.length = 0;
|
|
14302
|
+
if (this._confirmationAnalysisId) {
|
|
14303
|
+
this.confirmationAnalysisResult = yield this._transactionConnectorService.getAnalysisResultsByAnalysisId(this._confirmationAnalysisId);
|
|
14304
|
+
}
|
|
14305
|
+
});
|
|
14296
14306
|
}
|
|
14297
14307
|
_getAnalyzedOrderConfirmationById() {
|
|
14298
|
-
this
|
|
14299
|
-
|
|
14300
|
-
this.
|
|
14308
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
14309
|
+
this.analyzedConfirmation = undefined;
|
|
14310
|
+
if (this._confirmationAnalysisId) {
|
|
14311
|
+
const result = yield this._transactionConnectorService.getAnalyzedOrderConfirmations();
|
|
14301
14312
|
if (result) {
|
|
14302
14313
|
this.analyzedConfirmation = result.find(a => a.analysisId === this.confirmationAnalysisId);
|
|
14303
14314
|
}
|
|
14304
|
-
}
|
|
14305
|
-
}
|
|
14315
|
+
}
|
|
14316
|
+
});
|
|
14306
14317
|
}
|
|
14307
14318
|
}
|
|
14308
14319
|
PurchaseConfirmationService.ɵprov = i0.ɵɵdefineInjectable({ factory: function PurchaseConfirmationService_Factory() { return new PurchaseConfirmationService(i0.ɵɵinject(TransactionConnectorService), i0.ɵɵinject(TransactionEventService)); }, token: PurchaseConfirmationService, providedIn: "root" });
|
|
@@ -14331,15 +14342,25 @@ class TransactionQuickAccessOrderConfirmationComponent extends TransactionBaseCo
|
|
|
14331
14342
|
this.awaitingResult = false;
|
|
14332
14343
|
this.iconVisible = true;
|
|
14333
14344
|
this.forceShowConfirmationInputs = false;
|
|
14345
|
+
this._subs = [];
|
|
14334
14346
|
}
|
|
14335
14347
|
showClass() {
|
|
14336
14348
|
return true;
|
|
14337
14349
|
}
|
|
14338
14350
|
ngOnInit() {
|
|
14339
14351
|
super.ngOnInit();
|
|
14352
|
+
this._subs.push(this._purchaseConfirmationService.confirmationNeeded.subscribe((needed) => {
|
|
14353
|
+
if (needed && this.transactionService.purchaseOrderConfirmationCompleted) {
|
|
14354
|
+
this.forceShowConfirmationInputs = true;
|
|
14355
|
+
}
|
|
14356
|
+
}));
|
|
14340
14357
|
this.showReconfirmationButton = this.transactionService.purchaseOrderConfirmationCompleted;
|
|
14341
14358
|
this.purchaseOrderConfirmation.confirmationDate = new Date();
|
|
14342
14359
|
}
|
|
14360
|
+
ngOnDestroy() {
|
|
14361
|
+
this._subs.forEach(s => s.unsubscribe());
|
|
14362
|
+
super.ngOnDestroy();
|
|
14363
|
+
}
|
|
14343
14364
|
handleSelectAllLines(value) {
|
|
14344
14365
|
this.transactionEventService.selectAllSalesOrderLinesForPurchase.next(value);
|
|
14345
14366
|
}
|
|
@@ -14357,6 +14378,7 @@ class TransactionQuickAccessOrderConfirmationComponent extends TransactionBaseCo
|
|
|
14357
14378
|
this.awaitingResult = false;
|
|
14358
14379
|
this.iconVisible = success;
|
|
14359
14380
|
this.forceShowConfirmationInputs = false;
|
|
14381
|
+
this._purchaseConfirmationService.confirmationFinished.next();
|
|
14360
14382
|
this._purchaseConfirmationService.confirmationAnalysisId = undefined;
|
|
14361
14383
|
});
|
|
14362
14384
|
}
|
|
@@ -14411,7 +14433,6 @@ TransactionQuickAccessOrderConfirmationComponent.decorators = [
|
|
|
14411
14433
|
(sendIconClicked)="handleCommitEvent($event)"
|
|
14412
14434
|
></co-quick-send-button>
|
|
14413
14435
|
</div>
|
|
14414
|
-
<!--
|
|
14415
14436
|
<div class="show-confirmation-inputs-wrapper" *ngIf="showReconfirmationButton && !forceShowConfirmationInputs">
|
|
14416
14437
|
<co-transaction-button class="new-confirmation-button custom-width"
|
|
14417
14438
|
[iconData]="iconCacheService.getIcon(icons.PlusSimple)"
|
|
@@ -14419,7 +14440,6 @@ TransactionQuickAccessOrderConfirmationComponent.decorators = [
|
|
|
14419
14440
|
(click)="handleNewConfirmationButtonClick()"
|
|
14420
14441
|
></co-transaction-button>
|
|
14421
14442
|
</div>
|
|
14422
|
-
-->
|
|
14423
14443
|
</div>
|
|
14424
14444
|
`,
|
|
14425
14445
|
encapsulation: ViewEncapsulation.None
|
|
@@ -19722,6 +19742,10 @@ class TransactionLinesSidePanelCashDeskComponent extends TransactionBaseComponen
|
|
|
19722
19742
|
// this._getPaymentMethods();
|
|
19723
19743
|
// this._paymentService.amountToPay = transaction.transactionTotal.netAmount;
|
|
19724
19744
|
}
|
|
19745
|
+
}), this.transactionService.relationUpdated.subscribe((relation) => {
|
|
19746
|
+
if (relation) {
|
|
19747
|
+
this.relation = relation;
|
|
19748
|
+
}
|
|
19725
19749
|
}));
|
|
19726
19750
|
}
|
|
19727
19751
|
handlePayed() {
|
|
@@ -19746,14 +19770,6 @@ TransactionLinesSidePanelCashDeskComponent.decorators = [
|
|
|
19746
19770
|
{ type: Component, args: [{
|
|
19747
19771
|
selector: 'co-transaction-lines-side-panel-cash-desk',
|
|
19748
19772
|
template: `
|
|
19749
|
-
<!--
|
|
19750
|
-
<co-key-pad class="payment-to-pay-keypad"
|
|
19751
|
-
[showValue]="false"
|
|
19752
|
-
[emitModelChangeOnEnter]="false"
|
|
19753
|
-
[(model)]="amountToPay"
|
|
19754
|
-
></co-key-pad>
|
|
19755
|
-
|
|
19756
|
-
-->
|
|
19757
19773
|
<div class="cash-register-payment-methods-wrapper">
|
|
19758
19774
|
<co-payment-tile *ngFor="let paymentMethod of paymentMethods; let index = index"
|
|
19759
19775
|
[image]="paymentMethod.image"
|
|
@@ -19769,6 +19785,7 @@ TransactionLinesSidePanelCashDeskComponent.decorators = [
|
|
|
19769
19785
|
[transactionUuid]="transaction.transactionInfo.uuid"
|
|
19770
19786
|
[amount]="transaction.transactionTotal.netAmount"
|
|
19771
19787
|
[currencyId]="transaction.transactionInfo.currencyId"
|
|
19788
|
+
[relation]="relation"
|
|
19772
19789
|
[paymentViewModel]="selectedPaymentMethod"
|
|
19773
19790
|
[cashRegisterNr]="cashRegisterNr"
|
|
19774
19791
|
[cashRegisterGroupId]="cashRegisterGroupId"
|
|
@@ -31077,8 +31094,8 @@ TransactionLineSidePanelComponent.decorators = [
|
|
|
31077
31094
|
<div class="transaction-line-side-panel-wrapper" @showHideSidePanel>
|
|
31078
31095
|
<icon (click)="cancelClick.emit($event)" [icon]="icons.Crossskinny" class="close-button"></icon>
|
|
31079
31096
|
<div class="transaction-line-side-panel-header">
|
|
31080
|
-
<icon [icon]="activeCategoryButton
|
|
31081
|
-
<span [textContent]="activeCategoryButton
|
|
31097
|
+
<icon [icon]="activeCategoryButton?.icon"></icon>
|
|
31098
|
+
<span [textContent]="activeCategoryButton?.title | localize"></span>
|
|
31082
31099
|
</div>
|
|
31083
31100
|
<div class="transaction-line-side-panel-nav-bar">
|
|
31084
31101
|
<co-transaction-button-bar
|
|
@@ -31168,7 +31185,7 @@ class LineSelectionService {
|
|
|
31168
31185
|
return true;
|
|
31169
31186
|
}
|
|
31170
31187
|
this._selectedLineUuidsForDelivery.push(data.lineUuid);
|
|
31171
|
-
let transactionLinesForDelivery = this._transactionService.currentTransaction.transactionLines.filter(l => l.articleLineStatus.quantityToDeliver !== 0);
|
|
31188
|
+
let transactionLinesForDelivery = this._transactionService.currentTransaction.transactionLines.filter(l => l.articleLineStatus && l.articleLineStatus.quantityToDeliver !== 0);
|
|
31172
31189
|
if (this._transactionService.currentTransaction.deliveryCostLines) {
|
|
31173
31190
|
transactionLinesForDelivery = transactionLinesForDelivery.concat(this._transactionService.currentTransaction.deliveryCostLines);
|
|
31174
31191
|
}
|
|
@@ -31183,7 +31200,7 @@ class LineSelectionService {
|
|
|
31183
31200
|
return true;
|
|
31184
31201
|
}
|
|
31185
31202
|
this._selectedLineUuidsForInvoice.push(data.lineUuid);
|
|
31186
|
-
let transactionLinesForInvoice = this._transactionService.currentTransaction.transactionLines.filter(l => l.articleLineStatus.quantityToInvoice !== 0);
|
|
31203
|
+
let transactionLinesForInvoice = this._transactionService.currentTransaction.transactionLines.filter(l => l.articleLineStatus && l.articleLineStatus.quantityToInvoice !== 0);
|
|
31187
31204
|
if (this._transactionService.currentTransaction.deliveryCostLines) {
|
|
31188
31205
|
transactionLinesForInvoice = transactionLinesForInvoice.concat(this._transactionService.currentTransaction.deliveryCostLines);
|
|
31189
31206
|
}
|
|
@@ -31220,6 +31237,7 @@ class TransactionInternalComponent {
|
|
|
31220
31237
|
this.viewModes = ContentViewMode;
|
|
31221
31238
|
this.icons = Icon;
|
|
31222
31239
|
this.cfgNames = TransactionCfgName;
|
|
31240
|
+
this.transactionKind = TransactionKind;
|
|
31223
31241
|
this.relation = new CustomerFullObject();
|
|
31224
31242
|
this.showHeader = true;
|
|
31225
31243
|
this.relationChange = new EventEmitter();
|
|
@@ -31253,6 +31271,7 @@ class TransactionInternalComponent {
|
|
|
31253
31271
|
this._transaction = new TransactionInfoResponse();
|
|
31254
31272
|
this._subs.push(this.service.transactionUpdated.subscribe((transaction) => {
|
|
31255
31273
|
if (transaction) {
|
|
31274
|
+
this.shouldShowSidePanel = false;
|
|
31256
31275
|
this._transaction = transaction;
|
|
31257
31276
|
this.updateTransactionLine();
|
|
31258
31277
|
}
|
|
@@ -31271,7 +31290,7 @@ class TransactionInternalComponent {
|
|
|
31271
31290
|
}), this._purchaseConfirmationService.confirmationNeeded.subscribe((needed) => {
|
|
31272
31291
|
if (needed) {
|
|
31273
31292
|
this.shouldShowSidePanel = true;
|
|
31274
|
-
this.handleShowSidePanel(this.transaction.transactionLines[0]);
|
|
31293
|
+
this.handleShowSidePanel(this.transaction.transactionLines[0], true);
|
|
31275
31294
|
}
|
|
31276
31295
|
}), this._transactionEventService.openSidePanel.subscribe((line) => this.handleShowSidePanel(line)), this._transactionEventService.openArticleTextOverview.subscribe((line) => this.handleShowArticleTextOverview(line)), this._transactionEventService.addTransactionText.subscribe((line) => this.handleShowTransactionText(line)), this._transactionEventService.addArticleText.subscribe((line) => this.handleShowArticleText(line)), this._transactionEventService.editTransactionText.subscribe((line) => this.handleEditTransactionText(line)), this._transactionEventService.editArticleText.subscribe((line) => this.handleEditArticleText(line)), this._transactionEventService.historicReportLinesToShow
|
|
31277
31296
|
.subscribe((lines) => this.historicTransactionLines = lines), this._transactionEventService.showError.subscribe((e) => this._dialogService.showError(e.message, e.localize, e.details)), this._transactionEventService.copyOrder.subscribe(() => this.showCopyOrderDialog = true));
|
|
@@ -31311,8 +31330,8 @@ class TransactionInternalComponent {
|
|
|
31311
31330
|
handleButtonBarButtonClicked(button) {
|
|
31312
31331
|
this.activeCategory = button.category;
|
|
31313
31332
|
}
|
|
31314
|
-
handleShowSidePanel(line) {
|
|
31315
|
-
if (line) {
|
|
31333
|
+
handleShowSidePanel(line, force = false) {
|
|
31334
|
+
if (line || force) {
|
|
31316
31335
|
this.sidePanelTransactionLine = line;
|
|
31317
31336
|
this.showSidePanel = true;
|
|
31318
31337
|
}
|
|
@@ -31490,89 +31509,90 @@ TransactionInternalComponent.decorators = [
|
|
|
31490
31509
|
(viewModeChange)="activeViewMode = $event"></co-view-mode-buttons>
|
|
31491
31510
|
</div>
|
|
31492
31511
|
</div>
|
|
31493
|
-
|
|
31494
|
-
|
|
31512
|
+
<div class="transaction-lines-content-wrapper">
|
|
31495
31513
|
<!--<co-transaction-document-button-bar [transaction]="transaction"></co-transaction-document-button-bar>-->
|
|
31496
|
-
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
|
|
31500
|
-
|
|
31501
|
-
|
|
31502
|
-
|
|
31503
|
-
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
|
|
31514
|
+
<div class="transaction-lines-content">
|
|
31515
|
+
<div class="transaction-tiles-wrapper" *ngIf="activeViewMode === viewModes.Tiles || shouldShowTiles()">
|
|
31516
|
+
<co-transaction-card
|
|
31517
|
+
*ngFor="let line of (historicTransactionLines ? historicTransactionLines : transaction.transactionLines)"
|
|
31518
|
+
[statusBarConfigNames]="statusBarConfigNames"
|
|
31519
|
+
[transaction]="transaction"
|
|
31520
|
+
[transactionLine]="line"
|
|
31521
|
+
[readonly]="historicTransactionLines !== null"
|
|
31522
|
+
[activeCategory]="activeCategory"
|
|
31523
|
+
></co-transaction-card>
|
|
31524
|
+
</div>
|
|
31525
|
+
<div class="transaction-lines-wrapper" *ngIf="activeViewMode === viewModes.List && !shouldShowTiles()">
|
|
31526
|
+
<co-transaction-lines
|
|
31527
|
+
[transaction]="transaction"
|
|
31528
|
+
[activeCategory]="activeCategory"
|
|
31529
|
+
(saveTransactionLine)="saveTransactionLineText($event)"
|
|
31530
|
+
></co-transaction-lines>
|
|
31531
|
+
</div>
|
|
31532
|
+
<div class="transaction-footer-wrapper">
|
|
31533
|
+
<co-add-product
|
|
31534
|
+
*ngIf="activeCategory === categories.SalesOrderCashRegister || activeCategory === categories.SalesOrderOverview || activeCategory === categories.PurchaseOrderOverview || activeCategory === categories.SalesOrderQuotation"></co-add-product>
|
|
31535
|
+
<co-transaction-totals
|
|
31536
|
+
[transactionInfo]="transaction.transactionInfo"
|
|
31537
|
+
[transactionTotal]="transaction.transactionTotal"
|
|
31538
|
+
[showDiscount]="true"
|
|
31539
|
+
></co-transaction-totals>
|
|
31540
|
+
</div>
|
|
31541
|
+
</div>
|
|
31542
|
+
<co-transaction-lines-side-panel *ngIf="transaction && transaction.transactionInfo.transactionKind === transactionKind.CashDesk"
|
|
31543
|
+
[posOrderData]="posOrderData"
|
|
31509
31544
|
[transaction]="transaction"
|
|
31510
|
-
|
|
31511
|
-
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
|
|
31517
|
-
|
|
31518
|
-
|
|
31519
|
-
|
|
31520
|
-
|
|
31521
|
-
|
|
31545
|
+
></co-transaction-lines-side-panel>
|
|
31546
|
+
<co-transaction-line-side-panel *ngIf="showSidePanel"
|
|
31547
|
+
[transaction]="transaction"
|
|
31548
|
+
[transactionInfo]="transaction.transactionInfo"
|
|
31549
|
+
[transactionLine]="sidePanelTransactionLine"
|
|
31550
|
+
[activeCategory]="activeCategory"
|
|
31551
|
+
(cancelClick)="showSidePanel = false"
|
|
31552
|
+
></co-transaction-line-side-panel>
|
|
31553
|
+
|
|
31554
|
+
<!--Popup voor wijzigen volgorde van tekstregels-->
|
|
31555
|
+
<co-transaction-article-text-overview *ngIf="showArticleTextOverview"
|
|
31556
|
+
[transactionInfo]="transaction.transactionInfo"
|
|
31557
|
+
[transactionLine]="transactionLine"
|
|
31558
|
+
(closeClick)="closeArticleTextOverview()"
|
|
31559
|
+
(cancelClick)="closeArticleTextOverview()"
|
|
31560
|
+
></co-transaction-article-text-overview>
|
|
31561
|
+
|
|
31562
|
+
<!--Popup voor aanmaken en updaten transactietekstregels-->
|
|
31563
|
+
<co-transaction-article-text *ngIf="showTransactionText"
|
|
31564
|
+
[header]="'ORDER_TEXT_LINE' | localize"
|
|
31565
|
+
[transactionUuid]="transaction.transactionInfo.uuid"
|
|
31566
|
+
[editText]="textToEdit"
|
|
31567
|
+
[orderLineSetDTO]="selectedOrderLineSetDTO"
|
|
31568
|
+
[transactionLine]="transactionLine"
|
|
31569
|
+
(saveClick)="saveTransactionLineText($event)"
|
|
31570
|
+
(closeClick)="closeTransactionText()"
|
|
31571
|
+
(cancelClick)="closeTransactionText()"
|
|
31572
|
+
(saveOrderLineSetClick)="saveOrderLineSet($event)"
|
|
31573
|
+
|
|
31574
|
+
></co-transaction-article-text>
|
|
31575
|
+
|
|
31576
|
+
<!--Popup voor aanmaken en updaten artikeltekstregels-->
|
|
31577
|
+
<co-transaction-article-text *ngIf="showArticleText"
|
|
31578
|
+
[header]="'PRODUCT_DESCRIPTION_AND_TEXTS' | localize"
|
|
31579
|
+
[transactionUuid]="transaction.transactionInfo.uuid"
|
|
31580
|
+
[showArticleImageDescription]="transactionLine.articleBound"
|
|
31581
|
+
[showImage]="false"
|
|
31582
|
+
[articleLineNr]="transactionLine.lineNr"
|
|
31583
|
+
[articleRef]="transactionLine.articleNumber"
|
|
31584
|
+
[transactionLine]="transactionLine"
|
|
31585
|
+
[editText]="textToEdit"
|
|
31586
|
+
(saveClick)="saveArticleLineText($event)"
|
|
31587
|
+
(closeClick)="closeArticleText()"
|
|
31588
|
+
(cancelClick)="closeArticleText()"
|
|
31589
|
+
></co-transaction-article-text>
|
|
31590
|
+
|
|
31591
|
+
<co-transaction-copy-order *ngIf="showCopyOrderDialog"
|
|
31592
|
+
[transaction]="transaction"
|
|
31593
|
+
(closeDialog)="showCopyOrderDialog = false"
|
|
31594
|
+
></co-transaction-copy-order>
|
|
31522
31595
|
</div>
|
|
31523
|
-
<co-transaction-line-side-panel *ngIf="showSidePanel"
|
|
31524
|
-
[transaction]="transaction"
|
|
31525
|
-
[transactionInfo]="transaction.transactionInfo"
|
|
31526
|
-
[transactionLine]="sidePanelTransactionLine"
|
|
31527
|
-
[activeCategory]="activeCategory"
|
|
31528
|
-
(cancelClick)="showSidePanel = false"
|
|
31529
|
-
></co-transaction-line-side-panel>
|
|
31530
|
-
|
|
31531
|
-
<!--Popup voor wijzigen volgorde van tekstregels-->
|
|
31532
|
-
<co-transaction-article-text-overview *ngIf="showArticleTextOverview"
|
|
31533
|
-
[transactionInfo]="transaction.transactionInfo"
|
|
31534
|
-
[transactionLine]="transactionLine"
|
|
31535
|
-
(closeClick)="closeArticleTextOverview()"
|
|
31536
|
-
(cancelClick)="closeArticleTextOverview()"
|
|
31537
|
-
></co-transaction-article-text-overview>
|
|
31538
|
-
|
|
31539
|
-
<!--Popup voor aanmaken en updaten transactietekstregels-->
|
|
31540
|
-
<co-transaction-article-text *ngIf="showTransactionText"
|
|
31541
|
-
[header]="'ORDER_TEXT_LINE' | localize"
|
|
31542
|
-
[transactionUuid]="transaction.transactionInfo.uuid"
|
|
31543
|
-
[editText]="textToEdit"
|
|
31544
|
-
[orderLineSetDTO]="selectedOrderLineSetDTO"
|
|
31545
|
-
[transactionLine]="transactionLine"
|
|
31546
|
-
(saveClick)="saveTransactionLineText($event)"
|
|
31547
|
-
(closeClick)="closeTransactionText()"
|
|
31548
|
-
(cancelClick)="closeTransactionText()"
|
|
31549
|
-
(saveOrderLineSetClick)="saveOrderLineSet($event)"
|
|
31550
|
-
|
|
31551
|
-
></co-transaction-article-text>
|
|
31552
|
-
|
|
31553
|
-
<!--Popup voor aanmaken en updaten artikeltekstregels-->
|
|
31554
|
-
<co-transaction-article-text *ngIf="showArticleText"
|
|
31555
|
-
[header]="'PRODUCT_DESCRIPTION_AND_TEXTS' | localize"
|
|
31556
|
-
[transactionUuid]="transaction.transactionInfo.uuid"
|
|
31557
|
-
[showArticleImageDescription]="transactionLine.articleBound"
|
|
31558
|
-
[showImage]="false"
|
|
31559
|
-
[articleLineNr]="transactionLine.lineNr"
|
|
31560
|
-
[articleRef]="transactionLine.articleNumber"
|
|
31561
|
-
[transactionLine]="transactionLine"
|
|
31562
|
-
[editText]="textToEdit"
|
|
31563
|
-
(saveClick)="saveArticleLineText($event)"
|
|
31564
|
-
(closeClick)="closeArticleText()"
|
|
31565
|
-
(cancelClick)="closeArticleText()"
|
|
31566
|
-
></co-transaction-article-text>
|
|
31567
|
-
|
|
31568
|
-
<co-transaction-copy-order *ngIf="showCopyOrderDialog"
|
|
31569
|
-
[transaction]="transaction"
|
|
31570
|
-
(closeDialog)="showCopyOrderDialog = false"
|
|
31571
|
-
></co-transaction-copy-order>
|
|
31572
|
-
<co-transaction-lines-side-panel
|
|
31573
|
-
[posOrderData]="posOrderData"
|
|
31574
|
-
[transaction]="transaction"
|
|
31575
|
-
></co-transaction-lines-side-panel>
|
|
31576
31596
|
</ng-container>
|
|
31577
31597
|
`,
|
|
31578
31598
|
encapsulation: ViewEncapsulation.None
|
|
@@ -35493,7 +35513,6 @@ TransactionLinePurchaseConfirmationComponent.decorators = [
|
|
|
35493
35513
|
<co-input-number-picker class="side-panel-input"
|
|
35494
35514
|
[(model)]="docDeliveryBatch.docAmount"
|
|
35495
35515
|
[decimals]="decimals"
|
|
35496
|
-
[disabled]="docDeliveryBatch.docAmount === 0 && maxDocAmount === 0"
|
|
35497
35516
|
[min]="1"
|
|
35498
35517
|
[max]="maxDocAmount"
|
|
35499
35518
|
></co-input-number-picker>
|
|
@@ -35530,7 +35549,6 @@ TransactionLinePurchaseConfirmationComponent.decorators = [
|
|
|
35530
35549
|
<ng-container *ngIf="!showPurchaseConfirmationAI">
|
|
35531
35550
|
<div class="save-cancel-wrapper">
|
|
35532
35551
|
<co-button [iconData]="iconCacheService.getIcon(icons.CheckDuotone)"
|
|
35533
|
-
[disabled]="docDeliveryBatch.docAmount === 0 && maxDocAmount === 0"
|
|
35534
35552
|
(click)="handleSaveDetailsEdit()"
|
|
35535
35553
|
></co-button>
|
|
35536
35554
|
<co-button class="cancel-button"
|
|
@@ -35903,34 +35921,6 @@ PurchaseConfirmationLinesComponent.decorators = [
|
|
|
35903
35921
|
<td #parentForOverlay class="link-button" [textContent]="'...'" (click)="showPopup(parentForOverlay, confirmationViewModel)"></td>
|
|
35904
35922
|
</tr>
|
|
35905
35923
|
</table>
|
|
35906
|
-
<!--
|
|
35907
|
-
<div class="purchase-confirmation-header">
|
|
35908
|
-
<div class="purchase-confirmation-drag-handle"></div>
|
|
35909
|
-
<div class="purchase-confirmation-quantity co-transaction-flex-right-align" [textContent]="'AMOUNT' | localize"></div>
|
|
35910
|
-
<div class="purchase-confirmation-article-nr" [textContent]="'ARTICLE_NO_SUPPLIER' | localize"></div>
|
|
35911
|
-
<div class="purchase-confirmation-description" [textContent]="'DESCRIPTION' | localize"></div>
|
|
35912
|
-
<div class="purchase-confirmation-date co-transaction-flex-right-align" [textContent]="'DELIVERY_DATE' | localize"></div>
|
|
35913
|
-
<div class="purchase-confirmation-price co-transaction-flex-right-align" [textContent]="'PRICE' | localize"></div>
|
|
35914
|
-
<div class="purchase-confirmation-link-button" [textContent]="'LINK' | localize"></div>
|
|
35915
|
-
</div>
|
|
35916
|
-
<div class="draggable-purchase-confirmation-line" *ngFor="let confirmationViewModel of purchaseConfirmations; trackBy:trackByFn;" draggable="true"
|
|
35917
|
-
(dragstart)="handleDragStart($event, confirmationViewModel)">
|
|
35918
|
-
<div class="purchase-confirmation-linked-color" [style.background-color]="confirmationViewModel.color"></div>
|
|
35919
|
-
<co-icon class="purchase-confirmation-line-drag-handle"
|
|
35920
|
-
[iconData]="iconCacheService.getIcon(icons.GripDotsVerticalSolid)"></co-icon>
|
|
35921
|
-
<div class="confirmation-wrapper">
|
|
35922
|
-
<div class="co-transaction-flex-right-align" [textContent]="confirmationViewModel.confirmation.productQuantity"></div>
|
|
35923
|
-
<div [textContent]="confirmationViewModel.confirmation.supplierProductCode"></div>
|
|
35924
|
-
<div [textContent]="confirmationViewModel.confirmation.productDescription"></div>
|
|
35925
|
-
<div class="co-transaction-flex-right-align"
|
|
35926
|
-
[textContent]="confirmationViewModel.confirmation.orderConfirmationDate | date: 'dd-MM-yyyy'"></div>
|
|
35927
|
-
<div class="co-transaction-flex-right-align"
|
|
35928
|
-
[textContent]="confirmationViewModel.confirmation.price | coCurrency"></div>
|
|
35929
|
-
<div #parentForOverlay class="link-button" [textContent]="'...'"
|
|
35930
|
-
(click)="showPopup(parentForOverlay, confirmationViewModel)"></div>
|
|
35931
|
-
</div>
|
|
35932
|
-
</div>
|
|
35933
|
-
-->
|
|
35934
35924
|
</div>
|
|
35935
35925
|
`,
|
|
35936
35926
|
providers: [
|
|
@@ -37631,6 +37621,10 @@ class TransactionLinesSidePanelComponent {
|
|
|
37631
37621
|
this.appRef = appRef;
|
|
37632
37622
|
this.injector = injector;
|
|
37633
37623
|
}
|
|
37624
|
+
set content(child) {
|
|
37625
|
+
this._sidePanelContainer = child;
|
|
37626
|
+
this._prepareContent();
|
|
37627
|
+
}
|
|
37634
37628
|
set transaction(value) {
|
|
37635
37629
|
this._transaction = value;
|
|
37636
37630
|
this.transactionType = this._transaction.transactionInfo ? this._transaction.transactionInfo.transactionKind : TransactionKind.SalesOrder;
|
|
@@ -37650,10 +37644,10 @@ class TransactionLinesSidePanelComponent {
|
|
|
37650
37644
|
this._componentRef.destroy();
|
|
37651
37645
|
this._componentRef = undefined;
|
|
37652
37646
|
}
|
|
37653
|
-
this.
|
|
37647
|
+
this._sidePanelContainer = undefined;
|
|
37654
37648
|
}
|
|
37655
37649
|
_prepareContent() {
|
|
37656
|
-
if (!this.transactionType || !this.
|
|
37650
|
+
if (!this.transactionType || !this._sidePanelContainer) {
|
|
37657
37651
|
return;
|
|
37658
37652
|
}
|
|
37659
37653
|
const componentClass = this._mappingService.getSidePanelComponent(this.transactionType);
|
|
@@ -37673,7 +37667,7 @@ class TransactionLinesSidePanelComponent {
|
|
|
37673
37667
|
this.appRef.attachView(this._componentRef.hostView);
|
|
37674
37668
|
const domElem = this._componentRef.hostView
|
|
37675
37669
|
.rootNodes[0];
|
|
37676
|
-
this.
|
|
37670
|
+
this._sidePanelContainer.nativeElement.appendChild(domElem);
|
|
37677
37671
|
this._componentRef.onDestroy(() => {
|
|
37678
37672
|
this.appRef.detachView(this._componentRef.hostView);
|
|
37679
37673
|
});
|
|
@@ -37702,7 +37696,7 @@ TransactionLinesSidePanelComponent.ctorParameters = () => [
|
|
|
37702
37696
|
{ type: Injector }
|
|
37703
37697
|
];
|
|
37704
37698
|
TransactionLinesSidePanelComponent.propDecorators = {
|
|
37705
|
-
|
|
37699
|
+
content: [{ type: ViewChild, args: ['sidePanelContent', { read: ElementRef },] }],
|
|
37706
37700
|
transaction: [{ type: Input }],
|
|
37707
37701
|
posOrderData: [{ type: Input }],
|
|
37708
37702
|
showClass: [{ type: HostBinding, args: ['class.co-transaction-lines-side-panel',] }]
|
|
@@ -37824,6 +37818,7 @@ TransactionCashRegisterPaymentDialogComponent.decorators = [
|
|
|
37824
37818
|
(paymentMethodChanged)="handleChangePaymentMethod($event)"
|
|
37825
37819
|
></co-transaction-cash-register-payment-method>
|
|
37826
37820
|
<co-transaction-cash-register-payment-done *ngIf="paymentState === paymentStates.Done" @showHideContent
|
|
37821
|
+
[relation]="relation"
|
|
37827
37822
|
(handleReceiptOptionSelected)="handleCloseDialog()"
|
|
37828
37823
|
></co-transaction-cash-register-payment-done>
|
|
37829
37824
|
<span class="payment-status-message" *ngIf="paymentService.statusMessage" [textContent]="paymentService.statusMessage"></span>
|
|
@@ -37860,6 +37855,7 @@ TransactionCashRegisterPaymentDialogComponent.ctorParameters = () => [
|
|
|
37860
37855
|
{ type: IconCacheService }
|
|
37861
37856
|
];
|
|
37862
37857
|
TransactionCashRegisterPaymentDialogComponent.propDecorators = {
|
|
37858
|
+
relation: [{ type: Input }],
|
|
37863
37859
|
transactionNr: [{ type: Input }],
|
|
37864
37860
|
paymentViewModel: [{ type: Input }],
|
|
37865
37861
|
closeDialog: [{ type: Output }],
|
|
@@ -38230,21 +38226,20 @@ class TransactionCashRegisterPaymentDoneComponent {
|
|
|
38230
38226
|
this.icons = Icon;
|
|
38231
38227
|
this.handleReceiptOptionSelected = new EventEmitter();
|
|
38232
38228
|
this.receiptOptions = [
|
|
38233
|
-
{ title: 'EMAIL', iconData: this._iconCacheService.getIcon(this.icons.AtSolid) },
|
|
38234
|
-
{ title: 'PRINT', iconData: this._iconCacheService.getIcon(this.icons.PrintSolid) },
|
|
38235
|
-
{ title: 'PDF', iconData: this._iconCacheService.getIcon(this.icons.FilePdfRegular) },
|
|
38236
38229
|
{ title: 'NO_RECEIPT', iconData: this._iconCacheService.getIcon(this.icons.RegularReceiptSlash) }
|
|
38237
38230
|
];
|
|
38238
38231
|
this.disableInput = false;
|
|
38239
|
-
this.emailAddressList = [];
|
|
38240
38232
|
}
|
|
38241
38233
|
ngOnInit() {
|
|
38242
|
-
this.
|
|
38234
|
+
this._checkData();
|
|
38243
38235
|
}
|
|
38244
38236
|
emailReceipt() {
|
|
38237
|
+
if (!this._paymentService.emailLayout || !this.emailAddress) {
|
|
38238
|
+
return;
|
|
38239
|
+
}
|
|
38245
38240
|
const request = new EmailPosReceiptRequest();
|
|
38246
38241
|
request.transId = this._paymentService.transId;
|
|
38247
|
-
request.toAddresses = this.
|
|
38242
|
+
request.toAddresses = this.emailAddress;
|
|
38248
38243
|
request.reportId = this._paymentService.emailLayout.reportId;
|
|
38249
38244
|
this._transactionService.emailPosReceipt(request).then((success) => {
|
|
38250
38245
|
if (success) {
|
|
@@ -38256,6 +38251,9 @@ class TransactionCashRegisterPaymentDoneComponent {
|
|
|
38256
38251
|
});
|
|
38257
38252
|
}
|
|
38258
38253
|
printReceipt() {
|
|
38254
|
+
if (!this._paymentService.printerLayout) {
|
|
38255
|
+
return;
|
|
38256
|
+
}
|
|
38259
38257
|
const request = new PrintPosReceiptRequest();
|
|
38260
38258
|
request.transId = this._paymentService.transId;
|
|
38261
38259
|
request.copies = 1;
|
|
@@ -38271,11 +38269,17 @@ class TransactionCashRegisterPaymentDoneComponent {
|
|
|
38271
38269
|
});
|
|
38272
38270
|
}
|
|
38273
38271
|
pdfReceipt() {
|
|
38272
|
+
if (!this._paymentService.printerLayout) {
|
|
38273
|
+
return;
|
|
38274
|
+
}
|
|
38274
38275
|
const request = new PdfPosReceiptRequest();
|
|
38275
38276
|
request.transId = this._paymentService.transId;
|
|
38276
38277
|
request.reportId = this._paymentService.printerLayout.reportId;
|
|
38277
|
-
this._transactionService.pdfPosReceipt(request).then((
|
|
38278
|
-
if (
|
|
38278
|
+
this._transactionService.pdfPosReceipt(request).then((response) => {
|
|
38279
|
+
if (response && response.pdfContent) {
|
|
38280
|
+
let base64URL = `data:application/pdf;base64,${response.pdfContent}`;
|
|
38281
|
+
let win = window.open();
|
|
38282
|
+
win.document.write('<iframe src="' + base64URL + '" frameborder="0" style="border:0; top:0; left:0; bottom:0; right:0; width:100%; height:100%;" allowfullscreen></iframe>');
|
|
38279
38283
|
this.handleReceiptOptionSelected.next();
|
|
38280
38284
|
}
|
|
38281
38285
|
else {
|
|
@@ -38306,12 +38310,32 @@ class TransactionCashRegisterPaymentDoneComponent {
|
|
|
38306
38310
|
}
|
|
38307
38311
|
}
|
|
38308
38312
|
}
|
|
38309
|
-
|
|
38310
|
-
|
|
38311
|
-
|
|
38312
|
-
|
|
38313
|
-
|
|
38314
|
-
|
|
38313
|
+
_checkData() {
|
|
38314
|
+
if (!this._paymentService.transId) {
|
|
38315
|
+
return;
|
|
38316
|
+
}
|
|
38317
|
+
this._relationCheckAndSetEmail();
|
|
38318
|
+
// check if we can export receipt to pdf
|
|
38319
|
+
if (this._paymentService.printerLayout) {
|
|
38320
|
+
this.receiptOptions.unshift({ title: 'PDF', iconData: this._iconCacheService.getIcon(this.icons.FilePdfRegular) });
|
|
38321
|
+
}
|
|
38322
|
+
// check if we can print receipt
|
|
38323
|
+
if (this._paymentService.printerName && this._paymentService.printerLayout && this._paymentService.printerLayout.reportId) {
|
|
38324
|
+
this.receiptOptions.unshift({ title: 'PRINT', iconData: this._iconCacheService.getIcon(this.icons.PrintSolid) });
|
|
38325
|
+
}
|
|
38326
|
+
// check if we can email receipt
|
|
38327
|
+
if (this._paymentService.emailLayout && this._paymentService.emailLayout.reportId && this.emailAddress) {
|
|
38328
|
+
this.receiptOptions.unshift({ title: 'EMAIL', iconData: this._iconCacheService.getIcon(this.icons.AtSolid) });
|
|
38329
|
+
}
|
|
38330
|
+
}
|
|
38331
|
+
_relationCheckAndSetEmail() {
|
|
38332
|
+
this.emailAddress = "";
|
|
38333
|
+
if (this.relation && this.relation.contactOptions && this.relation.contactOptions.length > 0) {
|
|
38334
|
+
const emailContact = this.relation.contactOptions.find(c => c.type === CommunicationType.Email);
|
|
38335
|
+
if (emailContact) {
|
|
38336
|
+
this.emailAddress = emailContact.value;
|
|
38337
|
+
}
|
|
38338
|
+
}
|
|
38315
38339
|
}
|
|
38316
38340
|
}
|
|
38317
38341
|
TransactionCashRegisterPaymentDoneComponent.decorators = [
|
|
@@ -38340,6 +38364,7 @@ TransactionCashRegisterPaymentDoneComponent.ctorParameters = () => [
|
|
|
38340
38364
|
{ type: TransactionService }
|
|
38341
38365
|
];
|
|
38342
38366
|
TransactionCashRegisterPaymentDoneComponent.propDecorators = {
|
|
38367
|
+
relation: [{ type: Input }],
|
|
38343
38368
|
handleReceiptOptionSelected: [{ type: Output }]
|
|
38344
38369
|
};
|
|
38345
38370
|
|
|
@@ -38614,10 +38639,12 @@ ShoppingCartModule.decorators = [
|
|
|
38614
38639
|
];
|
|
38615
38640
|
|
|
38616
38641
|
class TransactionComponent {
|
|
38617
|
-
constructor(service, _transactionConnectorService, _screenConfigurationService) {
|
|
38642
|
+
constructor(service, _transactionConnectorService, _screenConfigurationService, _changeDetector, _purchaseConfirmationService) {
|
|
38618
38643
|
this.service = service;
|
|
38619
38644
|
this._transactionConnectorService = _transactionConnectorService;
|
|
38620
38645
|
this._screenConfigurationService = _screenConfigurationService;
|
|
38646
|
+
this._changeDetector = _changeDetector;
|
|
38647
|
+
this._purchaseConfirmationService = _purchaseConfirmationService;
|
|
38621
38648
|
this.cfgNames = TransactionCfgName;
|
|
38622
38649
|
this.relation = new CustomerFullObject();
|
|
38623
38650
|
this.showHeader = true;
|
|
@@ -38625,6 +38652,13 @@ class TransactionComponent {
|
|
|
38625
38652
|
this.showButtonBar = true;
|
|
38626
38653
|
this.screenConfigLoaded = false;
|
|
38627
38654
|
}
|
|
38655
|
+
set confirmationAnalysisId(value) {
|
|
38656
|
+
this._confirmationAnalysisId = value;
|
|
38657
|
+
this._purchaseConfirmationService.confirmationAnalysisId = this._confirmationAnalysisId;
|
|
38658
|
+
}
|
|
38659
|
+
get confirmationAnalysisId() {
|
|
38660
|
+
return this._confirmationAnalysisId;
|
|
38661
|
+
}
|
|
38628
38662
|
set transactionKind(value) {
|
|
38629
38663
|
if (this._transactionKind !== value) {
|
|
38630
38664
|
this._transactionKind = value;
|
|
@@ -38646,6 +38680,11 @@ class TransactionComponent {
|
|
|
38646
38680
|
showClass() {
|
|
38647
38681
|
return true;
|
|
38648
38682
|
}
|
|
38683
|
+
ngOnChanges(changes) {
|
|
38684
|
+
if (changes && changes.hasOwnProperty('confirmationAnalysisId')) {
|
|
38685
|
+
this._changeDetector.markForCheck();
|
|
38686
|
+
}
|
|
38687
|
+
}
|
|
38649
38688
|
addExternalOrderLines(request) {
|
|
38650
38689
|
this.service.addExternalCatalogArticle(request);
|
|
38651
38690
|
}
|
|
@@ -38696,7 +38735,9 @@ TransactionComponent.decorators = [
|
|
|
38696
38735
|
TransactionComponent.ctorParameters = () => [
|
|
38697
38736
|
{ type: TransactionService },
|
|
38698
38737
|
{ type: TransactionConnectorService },
|
|
38699
|
-
{ type: TransactionScreenConfigurationService }
|
|
38738
|
+
{ type: TransactionScreenConfigurationService },
|
|
38739
|
+
{ type: ChangeDetectorRef },
|
|
38740
|
+
{ type: PurchaseConfirmationService }
|
|
38700
38741
|
];
|
|
38701
38742
|
TransactionComponent.propDecorators = {
|
|
38702
38743
|
relation: [{ type: Input }],
|
|
@@ -43154,5 +43195,5 @@ SharedConnectorService.ctorParameters = () => [
|
|
|
43154
43195
|
* Generated bundle index. Do not edit.
|
|
43155
43196
|
*/
|
|
43156
43197
|
|
|
43157
|
-
export { AddProductComponent, AddProductModule, CheckoutComponent, CheckoutModule, DatePeriod, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, RelationConnectorService, RelationService, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, CheckoutModuleService as ɵa, CheckoutScreenConfigurationService as ɵb, WarehouseModule as ɵba, WarehouseComponent as ɵbb, ToastModule as ɵbc, ToastComponent as ɵbd, ImageDisplayComponent as ɵbe, IconComponent as ɵbf, CustomerGroupsComponent as ɵbg, StockStatusIndicatorComponent as ɵbh, LazyRenderMasterDirective as ɵbi, LazyRenderDirective as ɵbj, RelationAddressModule as ɵbk, RelationAddressComponent as ɵbl, RelationBaseComponent as ɵbm, RelationAddressSelectModule as ɵbn, RelationAddressTileModule as ɵbo, TileModule as ɵbp, TileComponent as ɵbq, RelationAddressTileComponent as ɵbr, RelationAddressSelectComponent as ɵbs, StepperModule as ɵbt, StepperComponent as ɵbu, StepperStepComponent as ɵbv, TransactionLineModule as ɵbw, TransactionTextLineModule as ɵbx, TransactionTextLineComponent as ɵby, TransactionBaseComponent as ɵbz, DictionaryService as ɵc, TransactionImageService as ɵca, OrderLineSetService as ɵcb, TransactionOverviewLineModule as ɵcc, TransactionArticleTextModule as ɵcd, TransactionLineImageAndDescriptionModule as ɵce, TransactionLineDescriptionModule as ɵcf, TransactionLineDescriptionComponent as ɵcg, TransactionInputFieldBaseComponent as ɵch, TransactionLineImageAndDescriptionComponent as ɵci, TransactionArticleTextComponent as ɵcj, TransactionArticleTextOverviewModule as ɵck, TransactionArticleTextOverviewComponent as ɵcl, TransactionLineActionButtonsModule as ɵcm, TransactionLineActionButtonsComponent as ɵcn, TransactionLineActionButtonsPopupComponent as ɵco, EditableLabelModule as ɵcp, EditableLabelComponent as ɵcq, TransactionLinePriceModule as ɵcr, TransactionLinePriceComponent as ɵcs, TransactionBaseLineModule as ɵct, TransactionBaseLineComponent as ɵcu, TransactionLineCommissionButtonModule as ɵcv, DialogTransactionLineCommissionCodeModule as ɵcw, TransactionLineCommissionCodeModule as ɵcx, TransactionLineCheckboxModule as ɵcy, TransactionLineCheckboxListComponent as ɵcz, CacheField as ɵd, TransactionLineCommissionCodeComponent as ɵda, TransactionFilterPopupBaseComponent as ɵdb, DialogHeaderSearchModule as ɵdc, DialogHeaderSearchComponent as ɵdd, DialogTransactionLineCommissionCodeComponent as ɵde, DialogTransactionBaseComponent as ɵdf, TransactionButtonModule as ɵdg, TransactionButtonComponent as ɵdh, TransactionLineCommissionButtonComponent as ɵdi, TransactionLineWarehouseButtonModule as ɵdj, DialogTransactionLineWarehouseModule as ɵdk, TransactionLineWarehouseModule as ɵdl, TransactionLineWarehouseComponent as ɵdm, DialogTransactionLineWarehouseComponent as ɵdn, TransactionLineWarehouseButtonComponent as ɵdo, TransactionLineDeliveryButtonModule as ɵdp, DialogTransactionLineDeliveryMethodModule as ɵdq, TransactionLineDeliveryMethodModule as ɵdr, TransactionLineDeliveryMethodComponent as ɵds, DialogTransactionLineDeliveryMethodComponent as ɵdt, TransactionLineDeliveryButtonComponent as ɵdu, TransactionLineDeliveryDateButtonModule as ɵdv, TransactionDateSelectModule as ɵdw, TransactionDateSelectComponent as ɵdx, TransactionLineDeliveryDateButtonComponent as ɵdy, DialogTransactionLineVatModule as ɵdz, ErrorService as ɵe, TransactionLineVatModule as ɵea, TransactionLineVatComponent as ɵeb, DialogTransactionLineVatComponent as ɵec, DialogTransactionLineDiscountModule as ɵed, TransactionLinePriceListModule as ɵee, TransactionLinePriceListComponent as ɵef, TransactionLineDiscountPercentageModule as ɵeg, TransactionLineDiscountPercentageComponent as ɵeh, TransactionLineDiscountAmountModule as ɵei, TransactionLineDiscountAmountComponent as ɵej, TransactionLineQuantumDiscountModule as ɵek, TransactionLineQuantumDiscountComponent as ɵel, TransactionLineSpecialDiscountModule as ɵem, TransactionLineSpecialDiscountComponent as ɵen, DialogTransactionLinePriceListModule as ɵeo, DialogTransactionLinePriceListComponent as ɵep, DialogTransactionLineDiscountComponent as ɵeq, TransactionLineAmountModule as ɵer, TransactionLineAmountComponent as ɵes, TransactionLineVatButtonModule as ɵet, TransactionLineVatButtonComponent as ɵeu, TransactionLineDiscountButtonModule as ɵev, TransactionLineDiscountButtonComponent as ɵew, TransactionLineDeliveryDateModule as ɵex, TransactionLineDeliveryDateComponent as ɵey, TransactionPlanningLineModule as ɵez, DialogService as ɵf, TransactionPlanningLineComponent as ɵfa, TransactionOverviewLineComponent as ɵfb, TransactionPurchaseLineModule as ɵfc, TransactionLineSupplierButtonModule as ɵfd, TransactionLineSupplierModule as ɵfe, TransactionLineSupplierComponent as ɵff, DialogTransactionLineSupplierModule as ɵfg, DialogTransactionLineSupplierComponent as ɵfh, TransactionLineSupplierButtonComponent as ɵfi, TransactionNavigationButtonModule as ɵfj, TransactionNavigationButtonComponent as ɵfk, TransactionLineDropShipmentButtonModule as ɵfl, TransactionLineDropShipmentButtonComponent as ɵfm, TransactionNavigationButtonListModule as ɵfn, TransactionNavigationButtonListComponent as ɵfo, TransactionLineConfirmedDeliveryDateButtonModule as ɵfp, TransactionLineConfirmedDeliveryDateButtonComponent as ɵfq, TransactionPurchaseLineComponent as ɵfr, TransactionPurchaseLineBaseComponent as ɵfs, TransactionGoodsAllocationLineModule as ɵft, TransactionLineWarehouseLocationButtonModule as ɵfu, DialogTransactionLineWarehouseLocationModule as ɵfv, TransactionLineWarehouseLocationModule as ɵfw, TransactionLineWarehouseLocationComponent as ɵfx, ArticleService as ɵfy, DialogTransactionLineWarehouseLocationComponent as ɵfz, DynamicComponentService as ɵg, TransactionLineWarehouseLocationButtonComponent as ɵga, TransactionGoodsAllocationLineComponent as ɵgb, TransactionOrderDeliveryLineModule as ɵgc, TransactionOrderDeliveryLineComponent as ɵgd, TransactionOrderDeliveryLineBaseComponent as ɵge, TransactionInvoiceLineModule as ɵgf, TransactionInvoiceLineComponent as ɵgg, TransactionInvoiceLineBaseComponent as ɵgh, TransactionPickedLineModule as ɵgi, TransactionPickedLineComponent as ɵgj, TransactionToBePickedLineModule as ɵgk, TransactionToBePickedLineComponent as ɵgl, TransactionPurchaseOverviewLineModule as ɵgm, TransactionPurchaseOverviewLineComponent as ɵgn, TransactionReceiveGoodsLineModule as ɵgo, TransactionPrintPackageStickerModule as ɵgp, TransactionPrintPackageStickerComponent as ɵgq, TransactionQuickAccessSendMethodBaseComponent as ɵgr, TransactionReceiveGoodsLineComponent as ɵgs, TransactionReceiveGoodsLineBaseComponent as ɵgt, TransactionPurchaseOrderLineModule as ɵgu, TransactionPurchasePortalLineGrossOrderPriceModule as ɵgv, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵgw, TransactionPurchasePortalLineNetOrderPriceModule as ɵgx, TransactionPurchasePortalLineNetOrderPriceComponent as ɵgy, TransactionPurchasePortalLineDeliveryDateModule as ɵgz, ArticleConnectorService as ɵh, TransactionPurchasePortalLineDeliveryDateComponent as ɵha, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhb, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhc, TransactionLineSupplierDeliveryDateButtonModule as ɵhd, TransactionLineSupplierDeliveryDateButtonComponent as ɵhe, TransactionLineConfirmedPriceModule as ɵhf, TransactionLineConfirmedPriceComponent as ɵhg, TransactionPurchaseOrderLineComponent as ɵhh, TransactionPurchaseOrderLineBaseComponent as ɵhi, TransactionCashRegisterOrderLineModule as ɵhj, TransactionCashRegisterOrderLineComponent as ɵhk, TransactionSalesOrderQuotationLineModule as ɵhl, TransactionSalesOrderQuotationLineComponent as ɵhm, TransactionLineComponent as ɵhn, TransactionMappingService as ɵho, DialogTransactionHeaderDiscountModule as ɵhp, TransactionHeaderDiscountPercentageModule as ɵhq, TransactionHeaderDiscountPercentageComponent as ɵhr, TransactionHeaderDiscountAmountModule as ɵhs, TransactionHeaderDiscountAmountComponent as ɵht, TransactionHeaderDiscountTransactionTotalModule as ɵhu, TransactionHeaderDiscountTransactionTotalComponent as ɵhv, DialogTransactionHeaderDiscountComponent as ɵhw, AvatarModule as ɵhx, AvatarComponent as ɵhy, DeliveryTypeTileModule as ɵhz, PendingReasonService as ɵi, DeliveryTypeTileComponent as ɵia, PaymentModule as ɵib, PaymentTileModule as ɵic, PaymentTileComponent as ɵid, PaymentQrCodeModule as ɵie, PaymentQrCodeComponent as ɵif, DepositPaymentModule as ɵig, DepositPaymentComponent as ɵih, PaymentConnectorService as ɵii, PaymentToPayModule as ɵij, PaymentToPayComponent as ɵik, PaymentComponent as ɵil, TransactionPaymentBaseComponent as ɵim, PaymentService as ɵin, RelationTypeModule as ɵio, RelationTypeComponent as ɵip, RelationGeneralModule as ɵiq, RelationContactDetailsModule as ɵir, RelationContactDetailsComponent as ɵis, RelationGeneralComponent as ɵit, RelationAddressesModule as ɵiu, RelationAddressesComponent as ɵiv, RelationPreferencesModule as ɵiw, RelationPreferencesComponent as ɵix, TransactionHeaderBlockModule as ɵiy, TransactionHeaderBlockComponent as ɵiz, TransactionBaseService as ɵj, TransactionHeaderDeliveryDateModule as ɵja, TransactionHeaderDeliveryDateComponent as ɵjb, TransactionHeaderDeliveryOptionsModule as ɵjc, TransactionHeaderDeliveryOptionsComponent as ɵjd, TransactionHeaderRemarksModule as ɵje, TransactionHeaderRemarksComponent as ɵjf, TransactionHeaderReferenceModule as ɵjg, TransactionHeaderReferenceComponent as ɵjh, TransactionHeaderRelationReferenceModule as ɵji, TransactionHeaderRelationReferenceComponent as ɵjj, TransactionHeaderDeliveryMethodModule as ɵjk, TransactionHeaderDeliveryMethodComponent as ɵjl, TransactionHeaderPreferredDeliveryDateModule as ɵjm, TransactionHeaderPreferredDeliveryDateComponent as ɵjn, DialogTransactionHeaderDeliveryMethodModule as ɵjo, DialogTransactionHeaderDeliveryMethodComponent as ɵjp, TransactionHeaderPopupModule as ɵjq, TransactionFilterCategoriesModule as ɵjr, TransactionFilterCategoriesComponent as ɵjs, TransactionHeaderBranchModule as ɵjt, TransactionHeaderBranchComponent as ɵju, TransactionHeaderSalesPersonModule as ɵjv, TransactionHeaderSalesPersonComponent as ɵjw, TransactionHeaderAdministrativeRelationModule as ɵjx, TransactionHeaderAdministrativeRelationComponent as ɵjy, TransactionHeaderPriceKindModule as ɵjz, CoreModule as ɵk, TransactionHeaderPriceKindComponent as ɵka, TransactionHeaderCurrencyModule as ɵkb, TransactionHeaderCurrencyComponent as ɵkc, TransactionHeaderPaymentConditionModule as ɵkd, TransactionHeaderPaymentConditionComponent as ɵke, TransactionHeaderHoldCodesModule as ɵkf, TransactionHeaderHoldCodesComponent as ɵkg, TransactionHeaderMarketingModule as ɵkh, TransactionHeaderMarketingComponent as ɵki, TransactionHeaderDeliveryMethodButtonModule as ɵkj, TransactionHeaderDeliveryMethodButtonComponent as ɵkk, TransactionHeaderDefinitiveModule as ɵkl, TransactionHeaderDefinitiveComponent as ɵkm, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵkn, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵko, TransactionHeaderDepositPercentageModule as ɵkp, TransactionHeaderDepositPercentageComponent as ɵkq, TransactionHeaderDepositAmountModule as ɵkr, TransactionHeaderDepositAmountComponent as ɵks, TransactionHeaderPaymentButtonModule as ɵkt, TransactionHeaderPaymentButtonComponent as ɵku, TransactionHeaderDivideEvenlyModule as ɵkv, TransactionHeaderDivideEvenlyComponent as ɵkw, TransactionHeaderAmountToSettleModule as ɵkx, TransactionHeaderAmountToSettleComponent as ɵky, TransactionHeaderScoringChanceModule as ɵkz, ConfirmationDialogModule as ɵl, TransactionHeaderScoringChanceComponent as ɵla, TransactionHeaderRetailStadiumModule as ɵlb, TransactionHeaderRetailStadiumComponent as ɵlc, TransactionHeaderScoringDateModule as ɵld, TransactionHeaderScoringDateComponent as ɵle, TransactionHeaderPartialDeliveryModule as ɵlf, TransactionHeaderPartialDeliveryComponent as ɵlg, TransactionHeaderAutoRecalculateDepositModule as ɵlh, TransactionHeaderAutoRecalculateDepositComponent as ɵli, TransactionHeaderUseDepositRuleModule as ɵlj, TransactionHeaderUseDepositRuleComponent as ɵlk, TransactionHeaderPopupComponent as ɵll, TransactionHeaderPopupRelationComponent as ɵlm, TransactionHeaderPopupBaseComponent as ɵln, RelationSuggestionsService as ɵlo, TransactionHeaderPopupOrderComponent as ɵlp, TransactionHeaderPopupDeliveryComponent as ɵlq, TransactionHeaderPopupPaymentComponent as ɵlr, RelationSuggestionsListModule as ɵls, RelationSuggestionsListItemModule as ɵlt, RelationSuggestionsListItemComponent as ɵlu, RelationSuggestionsListComponent as ɵlv, SuggestionsSidebarModule as ɵlw, SuggestionsSidebarComponent as ɵlx, CheckoutOverviewRelationEditComponent as ɵly, CheckoutOverviewDeliveryEditComponent as ɵlz, PipeModule as ɵm, CheckoutOverviewPaymentComponent as ɵma, TransactionInternalModule as ɵmb, TransactionHeaderPaymentModule as ɵmc, TransactionHeaderRemainingAmountModule as ɵmd, TransactionHeaderRemainingAmountComponent as ɵme, TransactionHeaderPaymentComponent as ɵmf, TransactionLabeledWarehouseLocationButtonModule as ɵmg, TransactionLabeledWarehouseLocationButtonComponent as ɵmh, TransactionQuickAccessOverviewModule as ɵmi, DialogCatalogModule as ɵmj, DialogCatalogComponent as ɵmk, TransactionSendDocumentsModule as ɵml, TransactionSendDocumentsComponent as ɵmm, DigitalSignatureModule as ɵmn, DigitalSignatureComponent as ɵmo, TransactionQuickAccessOverviewComponent as ɵmp, TransactionQuickAccessOrderDeliveryModule as ɵmq, TransactionButtonBarModule as ɵmr, AnimatedCheckboxModule as ɵms, AnimatedCheckboxComponent as ɵmt, TransactionButtonBarComponent as ɵmu, TransactionButtonBarButtonComponent as ɵmv, TransactionButtonBarButtonBaseComponent as ɵmw, TransactionSalesPurchaseButtonBarButtonComponent as ɵmx, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵmy, TransactionSalesAllocationButtonBarButtonComponent as ɵmz, AppendPipe as ɵn, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵna, TransactionSalesDeliveryButtonBarButtonComponent as ɵnb, TransactionSalesInvoiceButtonBarButtonComponent as ɵnc, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵnd, TransactionSalesPickingButtonBarButtonComponent as ɵne, TransactionSalesOverviewButtonBarButtonComponent as ɵnf, TransactionQuickAccessOrderDeliveryComponent as ɵng, TransactionQuickAccessOrderPurchaseModule as ɵnh, TransactionQuickAccessOrderPurchaseComponent as ɵni, TransactionQuickAccessGoodsAllocationModule as ɵnj, TransactionQuickAccessGoodsAllocationComponent as ɵnk, TransactionQuickAccessPurchaseOrderOverviewModule as ɵnl, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵnm, TransactionQuickAccessInvoiceModule as ɵnn, TransactionQuickAccessInvoiceComponent as ɵno, TransactionQuickAccessToBePickedModule as ɵnp, TransactionQuickAccessToBePickedComponent as ɵnq, TransactionQuickAccessPickedModule as ɵnr, TransactionQuickAccessPickedComponent as ɵns, TransactionQuickAccessSalesQuotationModule as ɵnt, TransactionQuickAccessSalesQuotationComponent as ɵnu, TransactionCreationService as ɵnv, TransactionQuickAccessPlanningModule as ɵnw, TransactionQuickAccessPlanningComponent as ɵnx, TransactionCardModule as ɵny, TransactionCardPurchaseOverviewModule as ɵnz, DeliveryTimePipe as ɵo, TransactionCardHeaderModule as ɵoa, TransactionCardHeaderComponent as ɵob, TransactionCardFooterModule as ɵoc, TransactionCardFooterComponent as ɵod, TransactionCardPurchaseOverviewComponent as ɵoe, TransactionCardSalesOverviewModule as ɵof, TransactionCardSalesOverviewComponent as ɵog, TransactionCardReceiveGoodsModule as ɵoh, TransactionCardReceiveGoodsComponent as ɵoi, TransactionCardInvoiceModule as ɵoj, TransactionCardInvoiceComponent as ɵok, TransactionCardOrderDeliveryModule as ɵol, TransactionCardOrderDeliveryComponent as ɵom, TransactionCardPurchaseModule as ɵon, TransactionCardPurchaseComponent as ɵoo, TransactionCardGoodsAllocationModule as ɵop, TransactionCardGoodsAllocationComponent as ɵoq, TransactionCardToBePickedModule as ɵor, TransactionCardToBePickedComponent as ɵos, TransactionCardPickedModule as ɵot, TransactionCardPickedComponent as ɵou, TransactionCardComponent as ɵov, TransactionLineSidePanelModule as ɵow, TransactionLineSidePanelDefaultModule as ɵox, TransactionLineQuantityModule as ɵoy, TransactionLineQuantityComponent as ɵoz, DateDurationPipe as ɵp, TransactionLineReferenceModule as ɵpa, TransactionLineReferenceComponent as ɵpb, TransactionLineSidePanelDefaultComponent as ɵpc, TransactionReceivingGoodsHistoryModule as ɵpd, TransactionHistoryGridModule as ɵpe, TransactionHistoryGridStatusModule as ɵpf, TransactionHistoryGridStatusComponent as ɵpg, TransactionHistoryGridComponent as ɵph, TransactionReceivingGoodsHistoryComponent as ɵpi, TransactionLineSidePanelPurchaseModule as ɵpj, TransactionAvailableStockGridModule as ɵpk, TransactionAvailableStockGridComponent as ɵpl, TransactionLinePurchaseReceiveGoodsModule as ɵpm, TransactionLinePurchaseReceiveGoodsComponent as ɵpn, TransactionLinePurchaseConfirmationModule as ɵpo, DefaultOkCancelButtonsModule as ɵpp, DefaultOkCancelButtonsComponent as ɵpq, TransactionLabeledPriceInputModule as ɵpr, TransactionLabeledPriceInputComponent as ɵps, PurchaseConfirmationLinesModule as ɵpt, TransactionLinesPopupModule as ɵpu, TransactionLinesPopupComponent as ɵpv, PurchaseConfirmationLinesComponent as ɵpw, TransactionLinePurchaseConfirmationComponent as ɵpx, TransactionLineSidePanelPurchaseComponent as ɵpy, TransactionLineSidePanelSalesModule as ɵpz, LocalizePipe as ɵq, TransactionAllocateGoodsHistoryModule as ɵqa, TransactionAllocateGoodsHistoryComponent as ɵqb, TransactionLineSalesAllocationModule as ɵqc, TransactionLineSalesAllocationComponent as ɵqd, TransactionLineSalesDeliveryModule as ɵqe, TransactionLineDeliveryHistoryModule as ɵqf, TransactionLineDeliveryHistoryComponent as ɵqg, TransactionLineSalesDeliveryComponent as ɵqh, TransactionLineSalesInvoiceModule as ɵqi, TransactionLineInvoiceHistoryModule as ɵqj, TransactionLineInvoiceHistoryComponent as ɵqk, TransactionLineSalesInvoiceComponent as ɵql, TransactionLineSidePanelToBePickedModule as ɵqm, TransactionPickingHistoryModule as ɵqn, TransactionPickingHistoryComponent as ɵqo, TransactionLineSidePanelToBePickedComponent as ɵqp, TransactionLineSidePanelPickedModule as ɵqq, TransactionLineSidePanelPickedComponent as ɵqr, TransactionLineSidePanelPlanningModule as ɵqs, TransactionLineSidePanelPlanningComponent as ɵqt, TransactionLineSidePanelSalesComponent as ɵqu, TransactionLineSidePanelComponent as ɵqv, TransactionCopyOrderModule as ɵqw, DefaultConfirmCancelButtonsModule as ɵqx, DefaultConfirmCancelButtonsComponent as ɵqy, TransactionCopyOrderComponent as ɵqz, CoCurrencyPipe as ɵr, TransactionLinesSidePanelModule as ɵra, TransactionLinesSidePanelCashDeskModule as ɵrb, TransactionCashRegisterPaymentDialogModule as ɵrc, TransactionCashRegisterPaymentPinModule as ɵrd, TransactionCashRegisterPaymentButtonsModule as ɵre, TransactionCashRegisterPaymentButtonsComponent as ɵrf, TransactionCashRegisterPaymentPinComponent as ɵrg, TransactionCashRegisterPaymentCashModule as ɵrh, RegisteredPaymentModule as ɵri, RegisteredPaymentComponent as ɵrj, TransactionCashRegisterPaymentCashComponent as ɵrk, TransactionCashRegisterPaymentDoneModule as ɵrl, TransactionCashRegisterPaymentDoneComponent as ɵrm, TransactionCashRegisterPaymentMethodModule as ɵrn, TransactionCashRegisterPaymentMethodComponent as ɵro, TransactionCashRegisterPaymentQrCodeModule as ɵrp, TransactionCashRegisterPaymentQrCodeComponent as ɵrq, TransactionCashRegisterPaymentDialogComponent as ɵrr, TransactionLinesSidePanelCashDeskComponent as ɵrs, TransactionLinesSidePanelComponent as ɵrt, TransactionInternalComponent as ɵru, LineSelectionService as ɵrv, TransactionGridModule as ɵrw, TransactionLinesGridModule as ɵrx, TransactionBaseGridModule as ɵry, TransactionBaseGridComponent as ɵrz, SafeStylePipe as ɵs, TransactionGridBaseComponent as ɵsa, DialogTransactionLineWarehouseCcModule as ɵsb, DialogTransactionLineWarehouseCcComponent as ɵsc, DialogTransactionHeaderBranchModule as ɵsd, DialogTransactionHeaderBranchComponent as ɵse, TransactionLinesGridComponent as ɵsf, TransactionOrderConfirmationGridModule as ɵsg, TransactionOrderConfirmationGridComponent as ɵsh, TransactionGridComponent as ɵsi, SearchViewModeService as ɵsj, TransactionSearchSalesOrderTileModule as ɵsk, TransactionSearchSalesOrderTileComponent as ɵsl, TransactionSearchTileBaseComponent as ɵsm, TransactionSearchPurchaseOrderTileModule as ɵsn, TransactionSearchPurchaseOrderTileComponent as ɵso, TransactionSearchSalesOrderGridModule as ɵsp, TransactionSearchSalesOrderGridComponent as ɵsq, TransactionSearchGridBaseComponent as ɵsr, TransactionSearchPurchaseOrderGridModule as ɵss, TransactionSearchPurchaseOrderGridComponent as ɵst, TransactionSearchSalesQuotationGridModule as ɵsu, TransactionSearchSalesQuotationGridComponent as ɵsv, TransactionSearchPosGridModule as ɵsw, TransactionSearchPosGridComponent as ɵsx, TransactionSearchSalesQuotationTileModule as ɵsy, TransactionSearchSalesQuotationTileComponent as ɵsz, SafeHtmlPipe as ɵt, TransactionSearchPosOrderTileModule as ɵta, TransactionSearchPosOrderTileComponent as ɵtb, TransactionSearchGridModule as ɵtc, TransactionSearchGridComponent as ɵtd, TransactionSearchTileModule as ɵte, TransactionSearchTileComponent as ɵtf, TransactionSalesOrderFilterModule as ɵtg, TransactionSalesOrderFilterContentOrderModule as ɵth, TransactionFilterItemModule as ɵti, TransactionFilterItemComponent as ɵtj, TransactionSalesOrderFilterContentOrderComponent as ɵtk, TransactionFilterContentBaseComponent as ɵtl, TransactionSalesOrderFilterContentLogisticsModule as ɵtm, TransactionFilterHistoricStateModule as ɵtn, TransactionFilterHistoricStateComponent as ɵto, TransactionSalesOrderFilterContentLogisticsComponent as ɵtp, TransactionSalesOrderFilterContentArticleModule as ɵtq, TransactionSalesOrderFilterContentArticleComponent as ɵtr, TransactionSalesOrderFilterComponent as ɵts, TransactionFilterBaseComponent as ɵtt, TransactionPurchaseOrderFilterModule as ɵtu, TransactionPurchaseOrderFilterContentOrderModule as ɵtv, TransactionPurchaseOrderFilterContentOrderComponent as ɵtw, TransactionPurchaseOrderFilterContentLogisticsModule as ɵtx, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵty, TransactionPurchaseOrderFilterContentArticleModule as ɵtz, PrependPipe as ɵu, TransactionPurchaseOrderFilterContentArticleComponent as ɵua, TransactionPurchaseOrderFilterComponent as ɵub, TransactionSalesQuotationFilterModule as ɵuc, TransactionSalesQuotationFilterContentOrderModule as ɵud, TransactionSalesQuotationFilterContentOrderComponent as ɵue, TransactionSalesQuotationFilterContentLogisticsModule as ɵuf, TransactionSalesQuotationFilterContentLogisticsComponent as ɵug, TransactionSalesQuotationFilterContentArticleModule as ɵuh, TransactionSalesQuotationFilterContentArticleComponent as ɵui, TransactionSalesQuotationFilterComponent as ɵuj, SearchFeatureModule as ɵuk, SearchHeaderButtonsModule as ɵul, SearchHeaderButtonsComponent as ɵum, SearchFilterPanelModule as ɵun, SearchFilterPanelComponent as ɵuo, SearchComponent as ɵup, TransactionTagComponent as ɵuq, ConfirmationDialogComponent as ɵv, DialogBaseComponent as ɵw, IconCacheService as ɵx, CharacteristicAnswerModule as ɵy, CharacteristicAnswerComponent as ɵz };
|
|
43198
|
+
export { AddProductComponent, AddProductModule, CheckoutComponent, CheckoutModule, DatePeriod, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, RelationConnectorService, RelationService, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, CheckoutModuleService as ɵa, CheckoutScreenConfigurationService as ɵb, WarehouseModule as ɵba, WarehouseComponent as ɵbb, ToastModule as ɵbc, ToastComponent as ɵbd, ImageDisplayComponent as ɵbe, IconComponent as ɵbf, CustomerGroupsComponent as ɵbg, StockStatusIndicatorComponent as ɵbh, LazyRenderMasterDirective as ɵbi, LazyRenderDirective as ɵbj, RelationAddressModule as ɵbk, RelationAddressComponent as ɵbl, RelationBaseComponent as ɵbm, RelationAddressSelectModule as ɵbn, RelationAddressTileModule as ɵbo, TileModule as ɵbp, TileComponent as ɵbq, RelationAddressTileComponent as ɵbr, RelationAddressSelectComponent as ɵbs, StepperModule as ɵbt, StepperComponent as ɵbu, StepperStepComponent as ɵbv, TransactionLineModule as ɵbw, TransactionTextLineModule as ɵbx, TransactionTextLineComponent as ɵby, TransactionBaseComponent as ɵbz, DictionaryService as ɵc, TransactionImageService as ɵca, OrderLineSetService as ɵcb, TransactionOverviewLineModule as ɵcc, TransactionArticleTextModule as ɵcd, TransactionLineImageAndDescriptionModule as ɵce, TransactionLineDescriptionModule as ɵcf, TransactionLineDescriptionComponent as ɵcg, TransactionInputFieldBaseComponent as ɵch, TransactionLineImageAndDescriptionComponent as ɵci, TransactionArticleTextComponent as ɵcj, TransactionArticleTextOverviewModule as ɵck, TransactionArticleTextOverviewComponent as ɵcl, TransactionLineActionButtonsModule as ɵcm, TransactionLineActionButtonsComponent as ɵcn, TransactionLineActionButtonsPopupComponent as ɵco, EditableLabelModule as ɵcp, EditableLabelComponent as ɵcq, TransactionLinePriceModule as ɵcr, TransactionLinePriceComponent as ɵcs, TransactionBaseLineModule as ɵct, TransactionBaseLineComponent as ɵcu, TransactionLineCommissionButtonModule as ɵcv, DialogTransactionLineCommissionCodeModule as ɵcw, TransactionLineCommissionCodeModule as ɵcx, TransactionLineCheckboxModule as ɵcy, TransactionLineCheckboxListComponent as ɵcz, CacheField as ɵd, TransactionLineCommissionCodeComponent as ɵda, TransactionFilterPopupBaseComponent as ɵdb, DialogHeaderSearchModule as ɵdc, DialogHeaderSearchComponent as ɵdd, DialogTransactionLineCommissionCodeComponent as ɵde, DialogTransactionBaseComponent as ɵdf, TransactionButtonModule as ɵdg, TransactionButtonComponent as ɵdh, TransactionLineCommissionButtonComponent as ɵdi, TransactionLineWarehouseButtonModule as ɵdj, DialogTransactionLineWarehouseModule as ɵdk, TransactionLineWarehouseModule as ɵdl, TransactionLineWarehouseComponent as ɵdm, DialogTransactionLineWarehouseComponent as ɵdn, TransactionLineWarehouseButtonComponent as ɵdo, TransactionLineDeliveryButtonModule as ɵdp, DialogTransactionLineDeliveryMethodModule as ɵdq, TransactionLineDeliveryMethodModule as ɵdr, TransactionLineDeliveryMethodComponent as ɵds, DialogTransactionLineDeliveryMethodComponent as ɵdt, TransactionLineDeliveryButtonComponent as ɵdu, TransactionLineDeliveryDateButtonModule as ɵdv, TransactionDateSelectModule as ɵdw, TransactionDateSelectComponent as ɵdx, TransactionLineDeliveryDateButtonComponent as ɵdy, DialogTransactionLineVatModule as ɵdz, ErrorService as ɵe, TransactionLineVatModule as ɵea, TransactionLineVatComponent as ɵeb, DialogTransactionLineVatComponent as ɵec, DialogTransactionLineDiscountModule as ɵed, TransactionLinePriceListModule as ɵee, TransactionLinePriceListComponent as ɵef, TransactionLineDiscountPercentageModule as ɵeg, TransactionLineDiscountPercentageComponent as ɵeh, TransactionLineDiscountAmountModule as ɵei, TransactionLineDiscountAmountComponent as ɵej, TransactionLineQuantumDiscountModule as ɵek, TransactionLineQuantumDiscountComponent as ɵel, TransactionLineSpecialDiscountModule as ɵem, TransactionLineSpecialDiscountComponent as ɵen, DialogTransactionLinePriceListModule as ɵeo, DialogTransactionLinePriceListComponent as ɵep, DialogTransactionLineDiscountComponent as ɵeq, TransactionLineAmountModule as ɵer, TransactionLineAmountComponent as ɵes, TransactionLineVatButtonModule as ɵet, TransactionLineVatButtonComponent as ɵeu, TransactionLineDiscountButtonModule as ɵev, TransactionLineDiscountButtonComponent as ɵew, TransactionLineDeliveryDateModule as ɵex, TransactionLineDeliveryDateComponent as ɵey, TransactionPlanningLineModule as ɵez, DialogService as ɵf, TransactionPlanningLineComponent as ɵfa, TransactionOverviewLineComponent as ɵfb, TransactionPurchaseLineModule as ɵfc, TransactionLineSupplierButtonModule as ɵfd, TransactionLineSupplierModule as ɵfe, TransactionLineSupplierComponent as ɵff, DialogTransactionLineSupplierModule as ɵfg, DialogTransactionLineSupplierComponent as ɵfh, TransactionLineSupplierButtonComponent as ɵfi, TransactionNavigationButtonModule as ɵfj, TransactionNavigationButtonComponent as ɵfk, TransactionLineDropShipmentButtonModule as ɵfl, TransactionLineDropShipmentButtonComponent as ɵfm, TransactionNavigationButtonListModule as ɵfn, TransactionNavigationButtonListComponent as ɵfo, TransactionLineConfirmedDeliveryDateButtonModule as ɵfp, TransactionLineConfirmedDeliveryDateButtonComponent as ɵfq, TransactionPurchaseLineComponent as ɵfr, TransactionPurchaseLineBaseComponent as ɵfs, TransactionGoodsAllocationLineModule as ɵft, TransactionLineWarehouseLocationButtonModule as ɵfu, DialogTransactionLineWarehouseLocationModule as ɵfv, TransactionLineWarehouseLocationModule as ɵfw, TransactionLineWarehouseLocationComponent as ɵfx, ArticleService as ɵfy, DialogTransactionLineWarehouseLocationComponent as ɵfz, DynamicComponentService as ɵg, TransactionLineWarehouseLocationButtonComponent as ɵga, TransactionGoodsAllocationLineComponent as ɵgb, TransactionOrderDeliveryLineModule as ɵgc, TransactionOrderDeliveryLineComponent as ɵgd, TransactionOrderDeliveryLineBaseComponent as ɵge, TransactionInvoiceLineModule as ɵgf, TransactionInvoiceLineComponent as ɵgg, TransactionInvoiceLineBaseComponent as ɵgh, TransactionPickedLineModule as ɵgi, TransactionPickedLineComponent as ɵgj, TransactionToBePickedLineModule as ɵgk, TransactionToBePickedLineComponent as ɵgl, TransactionPurchaseOverviewLineModule as ɵgm, TransactionPurchaseOverviewLineComponent as ɵgn, TransactionReceiveGoodsLineModule as ɵgo, TransactionPrintPackageStickerModule as ɵgp, TransactionPrintPackageStickerComponent as ɵgq, TransactionQuickAccessSendMethodBaseComponent as ɵgr, TransactionReceiveGoodsLineComponent as ɵgs, TransactionReceiveGoodsLineBaseComponent as ɵgt, TransactionPurchaseOrderLineModule as ɵgu, TransactionPurchasePortalLineGrossOrderPriceModule as ɵgv, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵgw, TransactionPurchasePortalLineNetOrderPriceModule as ɵgx, TransactionPurchasePortalLineNetOrderPriceComponent as ɵgy, TransactionPurchasePortalLineDeliveryDateModule as ɵgz, ArticleConnectorService as ɵh, TransactionPurchasePortalLineDeliveryDateComponent as ɵha, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhb, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhc, TransactionLineSupplierDeliveryDateButtonModule as ɵhd, TransactionLineSupplierDeliveryDateButtonComponent as ɵhe, TransactionLineConfirmedPriceModule as ɵhf, TransactionLineConfirmedPriceComponent as ɵhg, TransactionPurchaseOrderLineComponent as ɵhh, TransactionPurchaseOrderLineBaseComponent as ɵhi, TransactionCashRegisterOrderLineModule as ɵhj, TransactionCashRegisterOrderLineComponent as ɵhk, TransactionSalesOrderQuotationLineModule as ɵhl, TransactionSalesOrderQuotationLineComponent as ɵhm, TransactionLineComponent as ɵhn, TransactionMappingService as ɵho, DialogTransactionHeaderDiscountModule as ɵhp, TransactionHeaderDiscountPercentageModule as ɵhq, TransactionHeaderDiscountPercentageComponent as ɵhr, TransactionHeaderDiscountAmountModule as ɵhs, TransactionHeaderDiscountAmountComponent as ɵht, TransactionHeaderDiscountTransactionTotalModule as ɵhu, TransactionHeaderDiscountTransactionTotalComponent as ɵhv, DialogTransactionHeaderDiscountComponent as ɵhw, AvatarModule as ɵhx, AvatarComponent as ɵhy, DeliveryTypeTileModule as ɵhz, PendingReasonService as ɵi, DeliveryTypeTileComponent as ɵia, PaymentModule as ɵib, PaymentTileModule as ɵic, PaymentTileComponent as ɵid, PaymentQrCodeModule as ɵie, PaymentQrCodeComponent as ɵif, DepositPaymentModule as ɵig, DepositPaymentComponent as ɵih, PaymentConnectorService as ɵii, PaymentToPayModule as ɵij, PaymentToPayComponent as ɵik, PaymentComponent as ɵil, TransactionPaymentBaseComponent as ɵim, PaymentService as ɵin, RelationTypeModule as ɵio, RelationTypeComponent as ɵip, RelationGeneralModule as ɵiq, RelationContactDetailsModule as ɵir, RelationContactDetailsComponent as ɵis, RelationGeneralComponent as ɵit, RelationAddressesModule as ɵiu, RelationAddressesComponent as ɵiv, RelationPreferencesModule as ɵiw, RelationPreferencesComponent as ɵix, TransactionHeaderBlockModule as ɵiy, TransactionHeaderBlockComponent as ɵiz, TransactionBaseService as ɵj, TransactionHeaderDeliveryDateModule as ɵja, TransactionHeaderDeliveryDateComponent as ɵjb, TransactionHeaderDeliveryOptionsModule as ɵjc, TransactionHeaderDeliveryOptionsComponent as ɵjd, TransactionHeaderRemarksModule as ɵje, TransactionHeaderRemarksComponent as ɵjf, TransactionHeaderReferenceModule as ɵjg, TransactionHeaderReferenceComponent as ɵjh, TransactionHeaderRelationReferenceModule as ɵji, TransactionHeaderRelationReferenceComponent as ɵjj, TransactionHeaderDeliveryMethodModule as ɵjk, TransactionHeaderDeliveryMethodComponent as ɵjl, TransactionHeaderPreferredDeliveryDateModule as ɵjm, TransactionHeaderPreferredDeliveryDateComponent as ɵjn, DialogTransactionHeaderDeliveryMethodModule as ɵjo, DialogTransactionHeaderDeliveryMethodComponent as ɵjp, TransactionHeaderPopupModule as ɵjq, TransactionFilterCategoriesModule as ɵjr, TransactionFilterCategoriesComponent as ɵjs, TransactionHeaderBranchModule as ɵjt, TransactionHeaderBranchComponent as ɵju, TransactionHeaderSalesPersonModule as ɵjv, TransactionHeaderSalesPersonComponent as ɵjw, TransactionHeaderAdministrativeRelationModule as ɵjx, TransactionHeaderAdministrativeRelationComponent as ɵjy, TransactionHeaderPriceKindModule as ɵjz, CoreModule as ɵk, TransactionHeaderPriceKindComponent as ɵka, TransactionHeaderCurrencyModule as ɵkb, TransactionHeaderCurrencyComponent as ɵkc, TransactionHeaderPaymentConditionModule as ɵkd, TransactionHeaderPaymentConditionComponent as ɵke, TransactionHeaderHoldCodesModule as ɵkf, TransactionHeaderHoldCodesComponent as ɵkg, TransactionHeaderMarketingModule as ɵkh, TransactionHeaderMarketingComponent as ɵki, TransactionHeaderDeliveryMethodButtonModule as ɵkj, TransactionHeaderDeliveryMethodButtonComponent as ɵkk, TransactionHeaderDefinitiveModule as ɵkl, TransactionHeaderDefinitiveComponent as ɵkm, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵkn, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵko, TransactionHeaderDepositPercentageModule as ɵkp, TransactionHeaderDepositPercentageComponent as ɵkq, TransactionHeaderDepositAmountModule as ɵkr, TransactionHeaderDepositAmountComponent as ɵks, TransactionHeaderPaymentButtonModule as ɵkt, TransactionHeaderPaymentButtonComponent as ɵku, TransactionHeaderDivideEvenlyModule as ɵkv, TransactionHeaderDivideEvenlyComponent as ɵkw, TransactionHeaderAmountToSettleModule as ɵkx, TransactionHeaderAmountToSettleComponent as ɵky, TransactionHeaderScoringChanceModule as ɵkz, ConfirmationDialogModule as ɵl, TransactionHeaderScoringChanceComponent as ɵla, TransactionHeaderRetailStadiumModule as ɵlb, TransactionHeaderRetailStadiumComponent as ɵlc, TransactionHeaderScoringDateModule as ɵld, TransactionHeaderScoringDateComponent as ɵle, TransactionHeaderPartialDeliveryModule as ɵlf, TransactionHeaderPartialDeliveryComponent as ɵlg, TransactionHeaderAutoRecalculateDepositModule as ɵlh, TransactionHeaderAutoRecalculateDepositComponent as ɵli, TransactionHeaderUseDepositRuleModule as ɵlj, TransactionHeaderUseDepositRuleComponent as ɵlk, TransactionHeaderPopupComponent as ɵll, TransactionHeaderPopupRelationComponent as ɵlm, TransactionHeaderPopupBaseComponent as ɵln, RelationSuggestionsService as ɵlo, TransactionHeaderPopupOrderComponent as ɵlp, TransactionHeaderPopupDeliveryComponent as ɵlq, TransactionHeaderPopupPaymentComponent as ɵlr, RelationSuggestionsListModule as ɵls, RelationSuggestionsListItemModule as ɵlt, RelationSuggestionsListItemComponent as ɵlu, RelationSuggestionsListComponent as ɵlv, SuggestionsSidebarModule as ɵlw, SuggestionsSidebarComponent as ɵlx, CheckoutOverviewRelationEditComponent as ɵly, CheckoutOverviewDeliveryEditComponent as ɵlz, PipeModule as ɵm, CheckoutOverviewPaymentComponent as ɵma, TransactionInternalModule as ɵmb, TransactionHeaderPaymentModule as ɵmc, TransactionHeaderRemainingAmountModule as ɵmd, TransactionHeaderRemainingAmountComponent as ɵme, TransactionHeaderPaymentComponent as ɵmf, TransactionLabeledWarehouseLocationButtonModule as ɵmg, TransactionLabeledWarehouseLocationButtonComponent as ɵmh, TransactionQuickAccessOverviewModule as ɵmi, DialogCatalogModule as ɵmj, DialogCatalogComponent as ɵmk, TransactionSendDocumentsModule as ɵml, TransactionSendDocumentsComponent as ɵmm, DigitalSignatureModule as ɵmn, DigitalSignatureComponent as ɵmo, TransactionQuickAccessOverviewComponent as ɵmp, TransactionQuickAccessOrderDeliveryModule as ɵmq, TransactionButtonBarModule as ɵmr, AnimatedCheckboxModule as ɵms, AnimatedCheckboxComponent as ɵmt, TransactionButtonBarComponent as ɵmu, TransactionButtonBarButtonComponent as ɵmv, TransactionButtonBarButtonBaseComponent as ɵmw, TransactionSalesPurchaseButtonBarButtonComponent as ɵmx, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵmy, TransactionSalesAllocationButtonBarButtonComponent as ɵmz, AppendPipe as ɵn, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵna, TransactionSalesDeliveryButtonBarButtonComponent as ɵnb, TransactionSalesInvoiceButtonBarButtonComponent as ɵnc, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵnd, TransactionSalesPickingButtonBarButtonComponent as ɵne, TransactionSalesOverviewButtonBarButtonComponent as ɵnf, TransactionQuickAccessOrderDeliveryComponent as ɵng, TransactionQuickAccessOrderPurchaseModule as ɵnh, TransactionQuickAccessOrderPurchaseComponent as ɵni, TransactionQuickAccessGoodsAllocationModule as ɵnj, TransactionQuickAccessGoodsAllocationComponent as ɵnk, TransactionQuickAccessPurchaseOrderOverviewModule as ɵnl, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵnm, TransactionQuickAccessInvoiceModule as ɵnn, TransactionQuickAccessInvoiceComponent as ɵno, TransactionQuickAccessToBePickedModule as ɵnp, TransactionQuickAccessToBePickedComponent as ɵnq, TransactionQuickAccessPickedModule as ɵnr, TransactionQuickAccessPickedComponent as ɵns, TransactionQuickAccessSalesQuotationModule as ɵnt, TransactionQuickAccessSalesQuotationComponent as ɵnu, TransactionCreationService as ɵnv, TransactionQuickAccessPlanningModule as ɵnw, TransactionQuickAccessPlanningComponent as ɵnx, TransactionCardModule as ɵny, TransactionCardPurchaseOverviewModule as ɵnz, DeliveryTimePipe as ɵo, TransactionCardHeaderModule as ɵoa, TransactionCardHeaderComponent as ɵob, TransactionCardFooterModule as ɵoc, TransactionCardFooterComponent as ɵod, TransactionCardPurchaseOverviewComponent as ɵoe, TransactionCardSalesOverviewModule as ɵof, TransactionCardSalesOverviewComponent as ɵog, TransactionCardReceiveGoodsModule as ɵoh, TransactionCardReceiveGoodsComponent as ɵoi, TransactionCardInvoiceModule as ɵoj, TransactionCardInvoiceComponent as ɵok, TransactionCardOrderDeliveryModule as ɵol, TransactionCardOrderDeliveryComponent as ɵom, TransactionCardPurchaseModule as ɵon, TransactionCardPurchaseComponent as ɵoo, TransactionCardGoodsAllocationModule as ɵop, TransactionCardGoodsAllocationComponent as ɵoq, TransactionCardToBePickedModule as ɵor, TransactionCardToBePickedComponent as ɵos, TransactionCardPickedModule as ɵot, TransactionCardPickedComponent as ɵou, TransactionCardComponent as ɵov, TransactionLineSidePanelModule as ɵow, TransactionLineSidePanelDefaultModule as ɵox, TransactionLineQuantityModule as ɵoy, TransactionLineQuantityComponent as ɵoz, DateDurationPipe as ɵp, TransactionLineReferenceModule as ɵpa, TransactionLineReferenceComponent as ɵpb, TransactionLineSidePanelDefaultComponent as ɵpc, TransactionReceivingGoodsHistoryModule as ɵpd, TransactionHistoryGridModule as ɵpe, TransactionHistoryGridStatusModule as ɵpf, TransactionHistoryGridStatusComponent as ɵpg, TransactionHistoryGridComponent as ɵph, TransactionReceivingGoodsHistoryComponent as ɵpi, TransactionLineSidePanelPurchaseModule as ɵpj, TransactionAvailableStockGridModule as ɵpk, TransactionAvailableStockGridComponent as ɵpl, TransactionLinePurchaseReceiveGoodsModule as ɵpm, TransactionLinePurchaseReceiveGoodsComponent as ɵpn, TransactionLinePurchaseConfirmationModule as ɵpo, DefaultOkCancelButtonsModule as ɵpp, DefaultOkCancelButtonsComponent as ɵpq, TransactionLabeledPriceInputModule as ɵpr, TransactionLabeledPriceInputComponent as ɵps, PurchaseConfirmationLinesModule as ɵpt, TransactionLinesPopupModule as ɵpu, TransactionLinesPopupComponent as ɵpv, PurchaseConfirmationLinesComponent as ɵpw, TransactionLinePurchaseConfirmationComponent as ɵpx, TransactionLineSidePanelPurchaseComponent as ɵpy, TransactionLineSidePanelSalesModule as ɵpz, LocalizePipe as ɵq, TransactionAllocateGoodsHistoryModule as ɵqa, TransactionAllocateGoodsHistoryComponent as ɵqb, TransactionLineSalesAllocationModule as ɵqc, TransactionLineSalesAllocationComponent as ɵqd, TransactionLineSalesDeliveryModule as ɵqe, TransactionLineDeliveryHistoryModule as ɵqf, TransactionLineDeliveryHistoryComponent as ɵqg, TransactionLineSalesDeliveryComponent as ɵqh, TransactionLineSalesInvoiceModule as ɵqi, TransactionLineInvoiceHistoryModule as ɵqj, TransactionLineInvoiceHistoryComponent as ɵqk, TransactionLineSalesInvoiceComponent as ɵql, TransactionLineSidePanelToBePickedModule as ɵqm, TransactionPickingHistoryModule as ɵqn, TransactionPickingHistoryComponent as ɵqo, TransactionLineSidePanelToBePickedComponent as ɵqp, TransactionLineSidePanelPickedModule as ɵqq, TransactionLineSidePanelPickedComponent as ɵqr, TransactionLineSidePanelPlanningModule as ɵqs, TransactionLineSidePanelPlanningComponent as ɵqt, TransactionLineSidePanelSalesComponent as ɵqu, TransactionLineSidePanelComponent as ɵqv, TransactionCopyOrderModule as ɵqw, DefaultConfirmCancelButtonsModule as ɵqx, DefaultConfirmCancelButtonsComponent as ɵqy, TransactionCopyOrderComponent as ɵqz, CoCurrencyPipe as ɵr, TransactionLinesSidePanelModule as ɵra, TransactionLinesSidePanelCashDeskModule as ɵrb, TransactionCashRegisterPaymentDialogModule as ɵrc, TransactionCashRegisterPaymentPinModule as ɵrd, TransactionCashRegisterPaymentButtonsModule as ɵre, TransactionCashRegisterPaymentButtonsComponent as ɵrf, TransactionCashRegisterPaymentPinComponent as ɵrg, TransactionCashRegisterPaymentCashModule as ɵrh, RegisteredPaymentModule as ɵri, RegisteredPaymentComponent as ɵrj, TransactionCashRegisterPaymentCashComponent as ɵrk, TransactionCashRegisterPaymentDoneModule as ɵrl, TransactionCashRegisterPaymentDoneComponent as ɵrm, TransactionCashRegisterPaymentMethodModule as ɵrn, TransactionCashRegisterPaymentMethodComponent as ɵro, TransactionCashRegisterPaymentQrCodeModule as ɵrp, TransactionCashRegisterPaymentQrCodeComponent as ɵrq, TransactionCashRegisterPaymentDialogComponent as ɵrr, TransactionLinesSidePanelCashDeskComponent as ɵrs, TransactionLinesSidePanelComponent as ɵrt, TransactionInternalComponent as ɵru, TransactionGridModule as ɵrv, TransactionLinesGridModule as ɵrw, TransactionBaseGridModule as ɵrx, TransactionBaseGridComponent as ɵry, TransactionGridBaseComponent as ɵrz, SafeStylePipe as ɵs, DialogTransactionLineWarehouseCcModule as ɵsa, DialogTransactionLineWarehouseCcComponent as ɵsb, DialogTransactionHeaderBranchModule as ɵsc, DialogTransactionHeaderBranchComponent as ɵsd, TransactionLinesGridComponent as ɵse, TransactionOrderConfirmationGridModule as ɵsf, TransactionOrderConfirmationGridComponent as ɵsg, TransactionGridComponent as ɵsh, SearchViewModeService as ɵsi, TransactionSearchSalesOrderTileModule as ɵsj, TransactionSearchSalesOrderTileComponent as ɵsk, TransactionSearchTileBaseComponent as ɵsl, TransactionSearchPurchaseOrderTileModule as ɵsm, TransactionSearchPurchaseOrderTileComponent as ɵsn, TransactionSearchSalesOrderGridModule as ɵso, TransactionSearchSalesOrderGridComponent as ɵsp, TransactionSearchGridBaseComponent as ɵsq, TransactionSearchPurchaseOrderGridModule as ɵsr, TransactionSearchPurchaseOrderGridComponent as ɵss, TransactionSearchSalesQuotationGridModule as ɵst, TransactionSearchSalesQuotationGridComponent as ɵsu, TransactionSearchPosGridModule as ɵsv, TransactionSearchPosGridComponent as ɵsw, TransactionSearchSalesQuotationTileModule as ɵsx, TransactionSearchSalesQuotationTileComponent as ɵsy, TransactionSearchPosOrderTileModule as ɵsz, SafeHtmlPipe as ɵt, TransactionSearchPosOrderTileComponent as ɵta, TransactionSearchGridModule as ɵtb, TransactionSearchGridComponent as ɵtc, TransactionSearchTileModule as ɵtd, TransactionSearchTileComponent as ɵte, TransactionSalesOrderFilterModule as ɵtf, TransactionSalesOrderFilterContentOrderModule as ɵtg, TransactionFilterItemModule as ɵth, TransactionFilterItemComponent as ɵti, TransactionSalesOrderFilterContentOrderComponent as ɵtj, TransactionFilterContentBaseComponent as ɵtk, TransactionSalesOrderFilterContentLogisticsModule as ɵtl, TransactionFilterHistoricStateModule as ɵtm, TransactionFilterHistoricStateComponent as ɵtn, TransactionSalesOrderFilterContentLogisticsComponent as ɵto, TransactionSalesOrderFilterContentArticleModule as ɵtp, TransactionSalesOrderFilterContentArticleComponent as ɵtq, TransactionSalesOrderFilterComponent as ɵtr, TransactionFilterBaseComponent as ɵts, TransactionPurchaseOrderFilterModule as ɵtt, TransactionPurchaseOrderFilterContentOrderModule as ɵtu, TransactionPurchaseOrderFilterContentOrderComponent as ɵtv, TransactionPurchaseOrderFilterContentLogisticsModule as ɵtw, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵtx, TransactionPurchaseOrderFilterContentArticleModule as ɵty, TransactionPurchaseOrderFilterContentArticleComponent as ɵtz, PrependPipe as ɵu, TransactionPurchaseOrderFilterComponent as ɵua, TransactionSalesQuotationFilterModule as ɵub, TransactionSalesQuotationFilterContentOrderModule as ɵuc, TransactionSalesQuotationFilterContentOrderComponent as ɵud, TransactionSalesQuotationFilterContentLogisticsModule as ɵue, TransactionSalesQuotationFilterContentLogisticsComponent as ɵuf, TransactionSalesQuotationFilterContentArticleModule as ɵug, TransactionSalesQuotationFilterContentArticleComponent as ɵuh, TransactionSalesQuotationFilterComponent as ɵui, SearchFeatureModule as ɵuj, SearchHeaderButtonsModule as ɵuk, SearchHeaderButtonsComponent as ɵul, SearchFilterPanelModule as ɵum, SearchFilterPanelComponent as ɵun, SearchComponent as ɵuo, TransactionTagComponent as ɵup, ConfirmationDialogComponent as ɵv, DialogBaseComponent as ɵw, IconCacheService as ɵx, CharacteristicAnswerModule as ɵy, CharacteristicAnswerComponent as ɵz };
|
|
43158
43199
|
//# sourceMappingURL=colijnit-transaction.js.map
|