@colijnit/transaction 12.1.99 → 12.1.100
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 +227 -182
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +68 -67
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +69 -68
- package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +11 -8
- package/esm2015/lib/component/checkout/checkout.component.js +14 -9
- package/esm2015/lib/component/core/base/transaction-base.component.js +12 -12
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.component.js +3 -3
- package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.js +12 -5
- package/esm2015/lib/component/payment/payment.component.js +2 -2
- package/esm2015/lib/component/relation/relation-address-tile/relation-address-tile.component.js +11 -7
- package/esm2015/lib/component/relation/relation-addresses/relation-addresses.component.js +10 -9
- package/esm2015/lib/component/tile/tile.component.js +5 -3
- package/esm2015/lib/component/transaction/transaction.component.js +11 -18
- package/esm2015/lib/component/transaction/transaction.module.js +31 -31
- package/esm2015/lib/component/transaction-button-bar/transaction-button-bar.component.js +18 -10
- package/esm2015/lib/component/transaction-card/transaction-card-header/transaction-card-header.component.js +7 -7
- package/esm2015/lib/component/transaction-create-date-label/transaction-create-date-label.component.js +4 -4
- package/esm2015/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.js +6 -6
- package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +24 -18
- package/esm2015/lib/component/transaction-header-fields/transaction-header-deposit-amount.component.js +6 -6
- package/esm2015/lib/component/transaction-header-fields/transaction-header-deposit-percentage.component.js +6 -6
- package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.js +6 -6
- package/esm2015/lib/component/transaction-line/transaction-line/transaction-line.component.js +5 -5
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.js +47 -0
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +4 -44
- package/esm2015/lib/component/transaction-line/transaction-purchase-overview-line/transaction-purchase-overview-line.component.js +2 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.component.js +4 -4
- package/esm2015/lib/component/transaction-line-fields/transaction-line-commission-code.module.js +6 -6
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-method.component.js +4 -4
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-method.module.js +6 -6
- package/esm2015/lib/component/transaction-line-fields/transaction-line-vat.component.js +4 -4
- package/esm2015/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.component.js +4 -1
- package/esm2015/lib/component/transaction-line-sales-allocation/transaction-line-sales-allocation.component.js +2 -2
- package/esm2015/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.js +2 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +8 -10
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.js +15 -19
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.module.js +13 -11
- package/esm2015/lib/component/transaction-send-documents/transaction-send-documents.component.js +11 -11
- package/esm2015/lib/component/transaction-send-documents/transaction-send-documents.module.js +5 -5
- package/esm2015/lib/service/dialog.service.js +3 -2
- package/esm2015/lib/service/payment.service.js +8 -21
- package/esm2015/lib/service/pending-reason.service.js +12 -12
- package/esm2015/lib/service/transaction-connector-adapter.service.js +52 -52
- package/esm2015/lib/service/transaction-connector.service.js +22 -22
- package/esm2015/lib/service/transaction.service.js +6 -2
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +105 -80
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.d.ts +13 -13
- package/lib/component/checkout/checkout.component.d.ts +13 -12
- package/lib/component/core/base/transaction-base.component.d.ts +12 -12
- package/lib/component/dialog/transaction-line/dialog-transaction-line-vat/dialog-transaction-line-vat.component.d.ts +1 -1
- package/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-cc/dialog-transaction-line-warehouse-cc.component.d.ts +5 -1
- package/lib/component/relation/relation-address-tile/relation-address-tile.component.d.ts +4 -3
- package/lib/component/relation/relation-addresses/relation-addresses.component.d.ts +7 -7
- package/lib/component/tile/tile.component.d.ts +2 -1
- package/lib/component/transaction/transaction.component.d.ts +14 -14
- package/lib/component/transaction-button-bar/transaction-button-bar.component.d.ts +9 -7
- package/lib/component/transaction-card/transaction-card-header/transaction-card-header.component.d.ts +6 -6
- package/lib/component/transaction-create-date-label/transaction-create-date-label.component.d.ts +3 -3
- package/lib/component/transaction-header/transaction-header-order/transaction-header-order.component.d.ts +4 -4
- package/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.d.ts +8 -8
- package/lib/component/transaction-header-fields/transaction-header-deposit-amount.component.d.ts +3 -3
- package/lib/component/transaction-header-fields/transaction-header-deposit-percentage.component.d.ts +3 -3
- package/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.d.ts +6 -6
- package/lib/component/transaction-line/transaction-line/style/_layout.scss +0 -1
- package/lib/component/transaction-line/transaction-line/transaction-line.component.d.ts +5 -5
- package/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.d.ts +22 -0
- package/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.d.ts +2 -21
- package/lib/component/transaction-line/transaction-receive-goods-line/style/material.scss +1 -0
- package/lib/component/transaction-line-fields/transaction-line-commission-code.component.d.ts +4 -4
- package/lib/component/transaction-line-fields/transaction-line-delivery-method.component.d.ts +4 -4
- package/lib/component/transaction-line-fields/transaction-line-vat.component.d.ts +4 -4
- package/lib/component/transaction-print-package-sticker/style/_layout.scss +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.d.ts +8 -8
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/style/_material-definition.scss +1 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-purchase-order-overview/transaction-quick-access-purchase-order-overview.component.d.ts +10 -10
- package/lib/component/transaction-send-documents/transaction-send-documents.component.d.ts +9 -9
- package/lib/service/dialog.service.d.ts +2 -1
- package/lib/service/payment.service.d.ts +9 -10
- package/lib/service/pending-reason.service.d.ts +4 -4
- package/lib/service/transaction-connector-adapter.service.d.ts +81 -81
- package/lib/service/transaction-connector.service.d.ts +76 -76
- package/package.json +1 -1
|
@@ -152,8 +152,8 @@ class Version {
|
|
|
152
152
|
constructor() {
|
|
153
153
|
this.name = "@colijnit/transaction";
|
|
154
154
|
this.description = "Colijn IT transaction package";
|
|
155
|
-
this.symVer = "12.1.
|
|
156
|
-
this.publishDate = "
|
|
155
|
+
this.symVer = "12.1.100";
|
|
156
|
+
this.publishDate = "18-3-2023 15:36:28";
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
|
|
@@ -1061,6 +1061,7 @@ DialogTransactionLineWarehouseLocationComponent.propDecorators = {
|
|
|
1061
1061
|
class DialogTransactionLineWarehouseCcComponent extends DialogTransactionBaseComponent {
|
|
1062
1062
|
constructor() {
|
|
1063
1063
|
super(...arguments);
|
|
1064
|
+
this.transactionKind = TransactionKind.SalesOrder;
|
|
1064
1065
|
this.quantity = 1;
|
|
1065
1066
|
}
|
|
1066
1067
|
showClass() {
|
|
@@ -1086,6 +1087,10 @@ class DialogTransactionLineWarehouseCcComponent extends DialogTransactionBaseCom
|
|
|
1086
1087
|
handleDialogClose() {
|
|
1087
1088
|
this.handleClose(AppPopupButtonType.Cancel);
|
|
1088
1089
|
}
|
|
1090
|
+
handleClose(type) {
|
|
1091
|
+
this.close.emit();
|
|
1092
|
+
this.onClose(type);
|
|
1093
|
+
}
|
|
1089
1094
|
transactionLineSet() {
|
|
1090
1095
|
super.transactionLineSet();
|
|
1091
1096
|
this.quantity = this.transactionLine.amount;
|
|
@@ -1107,7 +1112,7 @@ DialogTransactionLineWarehouseCcComponent.decorators = [
|
|
|
1107
1112
|
[(model)]="quantity" [min]="1"
|
|
1108
1113
|
(modelChange)="handleQuantityChange($event)"></co-input-number-picker>
|
|
1109
1114
|
</div>
|
|
1110
|
-
<div class="transaction-line-warehouse-cc-section">
|
|
1115
|
+
<div class="transaction-line-warehouse-cc-section" *ngIf="transactionKind !== transKind.PurchaseOrder">
|
|
1111
1116
|
<div class="transaction-line-warehouse-cc-section-label" [textContent]="'COMMISSION_CODE' | localize"></div>
|
|
1112
1117
|
<co-transaction-line-commission-code
|
|
1113
1118
|
[transactionLine]="transactionLine"
|
|
@@ -1136,6 +1141,7 @@ DialogTransactionLineWarehouseCcComponent.decorators = [
|
|
|
1136
1141
|
},] }
|
|
1137
1142
|
];
|
|
1138
1143
|
DialogTransactionLineWarehouseCcComponent.propDecorators = {
|
|
1144
|
+
transactionKind: [{ type: Input }],
|
|
1139
1145
|
showClass: [{ type: HostBinding, args: ["class.co-dialog-transaction-line-warehouse-cc",] }]
|
|
1140
1146
|
};
|
|
1141
1147
|
|
|
@@ -1264,9 +1270,10 @@ class DialogService {
|
|
|
1264
1270
|
};
|
|
1265
1271
|
return this.dynamicComponentService.createComponent(CharacteristicAnswerComponent, data);
|
|
1266
1272
|
}
|
|
1267
|
-
showWarehouseCC(transactionLine) {
|
|
1273
|
+
showWarehouseCC(transactionKind, transactionLine) {
|
|
1268
1274
|
const data = {
|
|
1269
1275
|
useModel: false,
|
|
1276
|
+
transactionKind: transactionKind,
|
|
1270
1277
|
transactionLine: transactionLine
|
|
1271
1278
|
};
|
|
1272
1279
|
return this.dynamicComponentService.createComponent(DialogTransactionLineWarehouseCcComponent, data);
|
|
@@ -5486,7 +5493,7 @@ class PendingReasonService extends TransactionBaseService {
|
|
|
5486
5493
|
for (let i = 0; i < response.lineOperationStatuses.length; i++) {
|
|
5487
5494
|
const status = response.lineOperationStatuses[i];
|
|
5488
5495
|
const transLine = response.transactionLines.find(t => t.lineNr === status.lineNr);
|
|
5489
|
-
success = success && (yield this._handleLineOperationStatus(status, transLine));
|
|
5496
|
+
success = success && (yield this._handleLineOperationStatus(response, status, transLine));
|
|
5490
5497
|
}
|
|
5491
5498
|
const hasPendingReasons = response.lineOperationStatuses.filter(los => los.pendingReason !== "NONE").length > 0;
|
|
5492
5499
|
if (!hasPendingReasons) {
|
|
@@ -5500,7 +5507,7 @@ class PendingReasonService extends TransactionBaseService {
|
|
|
5500
5507
|
return success;
|
|
5501
5508
|
});
|
|
5502
5509
|
}
|
|
5503
|
-
_handleLineOperationStatus(operationStatus, transactionLine) {
|
|
5510
|
+
_handleLineOperationStatus(transaction, operationStatus, transactionLine) {
|
|
5504
5511
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5505
5512
|
switch (operationStatus.pendingReasonType) {
|
|
5506
5513
|
case PendingReasonType.ABORTED:
|
|
@@ -5515,7 +5522,7 @@ class PendingReasonService extends TransactionBaseService {
|
|
|
5515
5522
|
yield this._confirmAction(transactionLine.uuid, operationStatus.pendingReason, operationStatus.pendingReasonType);
|
|
5516
5523
|
return true;
|
|
5517
5524
|
case PendingReasonType.INVALID_LOGISTICS:
|
|
5518
|
-
yield this._showWarehouseCcDialog(operationStatus.uuid, transactionLine, operationStatus.pendingReason, operationStatus.pendingReasonType);
|
|
5525
|
+
yield this._showWarehouseCcDialog(transaction.transactionInfo.transactionKind, operationStatus.uuid, transactionLine, operationStatus.pendingReason, operationStatus.pendingReasonType);
|
|
5519
5526
|
return true;
|
|
5520
5527
|
case PendingReasonType.NON_CRITICAL_DISCONTINUATION:
|
|
5521
5528
|
this._showReasonDialog(operationStatus.pendingReason);
|
|
@@ -5580,10 +5587,10 @@ class PendingReasonService extends TransactionBaseService {
|
|
|
5580
5587
|
yield this.resolvePendingLineReason(reasonRequest);
|
|
5581
5588
|
});
|
|
5582
5589
|
}
|
|
5583
|
-
_showWarehouseCcDialog(uuid, transactionLine, reason, type) {
|
|
5590
|
+
_showWarehouseCcDialog(transactionKind, uuid, transactionLine, reason, type) {
|
|
5584
5591
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5585
5592
|
const reasonRequest = new ResolveLinePendingReasonRequest(uuid, reason, type);
|
|
5586
|
-
const response = yield this.dialogService.showWarehouseCC(transactionLine);
|
|
5593
|
+
const response = yield this.dialogService.showWarehouseCC(transactionKind, transactionLine);
|
|
5587
5594
|
if (response.button === AppPopupButtonType.Ok) {
|
|
5588
5595
|
reasonRequest.quantity = response.output.quantity;
|
|
5589
5596
|
reasonRequest.commissionCode = response.output.commissionCode;
|
|
@@ -5637,7 +5644,9 @@ class TransactionService extends PendingReasonService {
|
|
|
5637
5644
|
[TransactionTypeCategory.SalesOrderPurchase, 0],
|
|
5638
5645
|
[TransactionTypeCategory.SalesOrderAllocation, 1],
|
|
5639
5646
|
[TransactionTypeCategory.SalesOrderDeliveryNote, 7],
|
|
5640
|
-
[TransactionTypeCategory.SalesOrderInvoice, 8]
|
|
5647
|
+
[TransactionTypeCategory.SalesOrderInvoice, 8],
|
|
5648
|
+
[TransactionTypeCategory.PurchaseOrderOrderConfirmation, 0],
|
|
5649
|
+
[TransactionTypeCategory.PurchaseOrderReceivedGoods, 2]
|
|
5641
5650
|
]);
|
|
5642
5651
|
this._answerRecalculationDeposit = false;
|
|
5643
5652
|
this._dontAskForRecalculationDeposit = false;
|
|
@@ -6301,6 +6310,7 @@ class TransactionService extends PendingReasonService {
|
|
|
6301
6310
|
let success = yield this.connector.purchaseOrderConfirmation(purchaseOrderConfirmation);
|
|
6302
6311
|
if (success) {
|
|
6303
6312
|
success = yield this.commit();
|
|
6313
|
+
yield this.getTransactionById(transactionId);
|
|
6304
6314
|
if (success) {
|
|
6305
6315
|
this._checkPurchaseOrderConfirmation();
|
|
6306
6316
|
}
|
|
@@ -6318,6 +6328,7 @@ class TransactionService extends PendingReasonService {
|
|
|
6318
6328
|
let success = yield this.connector.updatePurchasePortalLines(purchasePortalLine);
|
|
6319
6329
|
if (success) {
|
|
6320
6330
|
success = yield this.commit();
|
|
6331
|
+
yield this.getTransactionById(transactionId);
|
|
6321
6332
|
if (success) {
|
|
6322
6333
|
this._checkPurchaseOrderConfirmation();
|
|
6323
6334
|
}
|
|
@@ -6767,6 +6778,7 @@ class CheckoutComponent {
|
|
|
6767
6778
|
this.service = service;
|
|
6768
6779
|
this._dictionary = _dictionary;
|
|
6769
6780
|
this._dialogService = _dialogService;
|
|
6781
|
+
this.newTransaction = false;
|
|
6770
6782
|
this.transactionType = TransactionKind.SalesOrder;
|
|
6771
6783
|
this.showCreateTransactionButton = false;
|
|
6772
6784
|
this.transactionFinished = new EventEmitter();
|
|
@@ -6781,6 +6793,9 @@ class CheckoutComponent {
|
|
|
6781
6793
|
return true;
|
|
6782
6794
|
}
|
|
6783
6795
|
ngOnInit() {
|
|
6796
|
+
if (this.newTransaction) {
|
|
6797
|
+
this.service.resetCurrentTransaction();
|
|
6798
|
+
}
|
|
6784
6799
|
this.service.transactionKind = this.transactionType;
|
|
6785
6800
|
this.relationType = this.service.getRelationKindFromTransactionKind();
|
|
6786
6801
|
this.service.createNewRelation();
|
|
@@ -6840,7 +6855,7 @@ class CheckoutComponent {
|
|
|
6840
6855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6841
6856
|
const success = yield this.service.saveRelation();
|
|
6842
6857
|
if (success) {
|
|
6843
|
-
if (this.deliveryAddressNawNr === 0 && this.service.relation.addresses && this.service.relation.addresses.length === 1) {
|
|
6858
|
+
if (this.deliveryAddressNawNr === null || this.deliveryAddressNawNr === undefined || this.deliveryAddressNawNr === 0 && this.service.relation.addresses && this.service.relation.addresses.length === 1) {
|
|
6844
6859
|
this.deliveryAddressNawNr = this.service.relation.addresses[0].nawNr;
|
|
6845
6860
|
}
|
|
6846
6861
|
if (this.service.currentTransaction.transactionInfo.transactionAddress !== this.deliveryAddressNawNr) {
|
|
@@ -6931,6 +6946,7 @@ CheckoutComponent.propDecorators = {
|
|
|
6931
6946
|
checkoutRelation: [{ type: ViewChild, args: ["checkoutRelation",] }],
|
|
6932
6947
|
checkoutDelivery: [{ type: ViewChild, args: ["checkoutDelivery",] }],
|
|
6933
6948
|
checkoutPayment: [{ type: ViewChild, args: ["checkoutPayment",] }],
|
|
6949
|
+
newTransaction: [{ type: Input }],
|
|
6934
6950
|
sellerId: [{ type: Input }],
|
|
6935
6951
|
transactionType: [{ type: Input }],
|
|
6936
6952
|
showCreateTransactionButton: [{ type: Input }],
|
|
@@ -7237,6 +7253,9 @@ class CheckoutOverviewDeliveryEditComponent {
|
|
|
7237
7253
|
}
|
|
7238
7254
|
ngOnInit() {
|
|
7239
7255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
7256
|
+
if (this.service.currentTransaction.transactionInfo.id) {
|
|
7257
|
+
yield this.service.tryToLockTransaction(this.service.currentTransaction.transactionInfo.id, this.service.currentTransaction.transactionInfo.version);
|
|
7258
|
+
}
|
|
7240
7259
|
this.service.updateHeaderTransactionDefinitive(this.service.currentTransaction.transactionInfo.uuid, true);
|
|
7241
7260
|
this.deliveryCosts = this.calculateDeliveryCosts();
|
|
7242
7261
|
this.assemblyCosts = this.calculateAssemblyCosts();
|
|
@@ -8604,6 +8623,7 @@ class RelationAddressTileComponent {
|
|
|
8604
8623
|
constructor() {
|
|
8605
8624
|
this.icons = Icon;
|
|
8606
8625
|
this.actAsAddTile = false;
|
|
8626
|
+
this.readonly = false;
|
|
8607
8627
|
this.selected = false;
|
|
8608
8628
|
this.selectedChange = new EventEmitter();
|
|
8609
8629
|
this.addAddressClicked = new EventEmitter();
|
|
@@ -8619,8 +8639,10 @@ class RelationAddressTileComponent {
|
|
|
8619
8639
|
this.editAddressClicked.next(this.address);
|
|
8620
8640
|
}
|
|
8621
8641
|
handleSelectedChange(address) {
|
|
8622
|
-
this.
|
|
8623
|
-
|
|
8642
|
+
if (!this.readonly) {
|
|
8643
|
+
this.selected = true;
|
|
8644
|
+
this.selectedChange.emit(address);
|
|
8645
|
+
}
|
|
8624
8646
|
}
|
|
8625
8647
|
}
|
|
8626
8648
|
RelationAddressTileComponent.decorators = [
|
|
@@ -8628,7 +8650,7 @@ RelationAddressTileComponent.decorators = [
|
|
|
8628
8650
|
selector: "co-relation-address-tile",
|
|
8629
8651
|
template: `
|
|
8630
8652
|
<ng-container *ngIf="!actAsAddTile">
|
|
8631
|
-
<co-tile [selected]="selected" (selectedChange)="handleSelectedChange(address)">
|
|
8653
|
+
<co-tile [selected]="selected" [readonly]="readonly" (selectedChange)="handleSelectedChange(address)">
|
|
8632
8654
|
<div class="relation-content-wrapper">
|
|
8633
8655
|
<span class="relation-address-type" [textContent]="address.displayType | localize"></span>
|
|
8634
8656
|
<span class="relation-address-name" [textContent]="address.addressName"></span>
|
|
@@ -8641,7 +8663,7 @@ RelationAddressTileComponent.decorators = [
|
|
|
8641
8663
|
</div>
|
|
8642
8664
|
</co-tile>
|
|
8643
8665
|
</ng-container>
|
|
8644
|
-
<ng-container *ngIf="actAsAddTile">
|
|
8666
|
+
<ng-container *ngIf="actAsAddTile && !readonly">
|
|
8645
8667
|
<co-tile (click)="addAddressClicked.emit()">
|
|
8646
8668
|
<div class="relation-content-wrapper">
|
|
8647
8669
|
<icon class="relation-address-icon" [icon]="icons.PlusRound"></icon>
|
|
@@ -8657,6 +8679,7 @@ RelationAddressTileComponent.propDecorators = {
|
|
|
8657
8679
|
showClass: [{ type: HostBinding, args: ["class.co-relation-address-tile",] }],
|
|
8658
8680
|
address: [{ type: Input }],
|
|
8659
8681
|
actAsAddTile: [{ type: Input }],
|
|
8682
|
+
readonly: [{ type: Input }],
|
|
8660
8683
|
selected: [{ type: Input }],
|
|
8661
8684
|
selectedChange: [{ type: Output }],
|
|
8662
8685
|
addAddressClicked: [{ type: Output }],
|
|
@@ -8666,6 +8689,7 @@ RelationAddressTileComponent.propDecorators = {
|
|
|
8666
8689
|
class TileComponent {
|
|
8667
8690
|
constructor() {
|
|
8668
8691
|
this.selected = false;
|
|
8692
|
+
this.readonly = false;
|
|
8669
8693
|
this.selectedChange = new EventEmitter();
|
|
8670
8694
|
}
|
|
8671
8695
|
showClass() {
|
|
@@ -8678,7 +8702,7 @@ TileComponent.decorators = [
|
|
|
8678
8702
|
template: `
|
|
8679
8703
|
<div class="co-tile-wrapper" (click)="selectedChange.emit(selected)">
|
|
8680
8704
|
<div class="co-tile-select-wrapper">
|
|
8681
|
-
<co-input-radio-button [model]="selected" [readonly]="selected" (modelChange)="selectedChange.emit($event)"></co-input-radio-button>
|
|
8705
|
+
<co-input-radio-button [model]="selected" [readonly]="selected || readonly" (modelChange)="selectedChange.emit($event)"></co-input-radio-button>
|
|
8682
8706
|
</div>
|
|
8683
8707
|
<div class="co-tile-content-wrapper">
|
|
8684
8708
|
<ng-content></ng-content>
|
|
@@ -8690,6 +8714,7 @@ TileComponent.decorators = [
|
|
|
8690
8714
|
];
|
|
8691
8715
|
TileComponent.propDecorators = {
|
|
8692
8716
|
selected: [{ type: HostBinding, args: ['class.selected',] }, { type: Input }],
|
|
8717
|
+
readonly: [{ type: Input }],
|
|
8693
8718
|
selectedChange: [{ type: Output }],
|
|
8694
8719
|
showClass: [{ type: HostBinding, args: ["class.co-tile",] }]
|
|
8695
8720
|
};
|
|
@@ -10731,9 +10756,7 @@ class TransactionQuickAccessOverviewComponent extends TransactionQuickAccessSend
|
|
|
10731
10756
|
}
|
|
10732
10757
|
handleAddArticle(sku, quantity = 1) {
|
|
10733
10758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
10734
|
-
|
|
10735
|
-
return yield this.service.addArticle(sku, quantity);
|
|
10736
|
-
}
|
|
10759
|
+
return yield this.service.addArticle(sku, quantity);
|
|
10737
10760
|
});
|
|
10738
10761
|
}
|
|
10739
10762
|
emailDocument(request) {
|
|
@@ -12163,10 +12186,10 @@ class TransactionQuickAccessPurchaseOrderOverviewComponent extends TransactionQu
|
|
|
12163
12186
|
handleSearch(text) {
|
|
12164
12187
|
this.showCatalogDialog();
|
|
12165
12188
|
}
|
|
12166
|
-
handleAddArticle(
|
|
12167
|
-
|
|
12168
|
-
|
|
12169
|
-
|
|
12189
|
+
handleAddArticle(sku, quantity = 1) {
|
|
12190
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
12191
|
+
return yield this.service.addArticle(sku, quantity);
|
|
12192
|
+
});
|
|
12170
12193
|
}
|
|
12171
12194
|
handleSearchCatalog(event) {
|
|
12172
12195
|
this.showCatalogDialog();
|
|
@@ -12214,14 +12237,10 @@ TransactionQuickAccessPurchaseOrderOverviewComponent.decorators = [
|
|
|
12214
12237
|
{ type: Component, args: [{
|
|
12215
12238
|
selector: "co-transaction-quick-access-purchase-order-overview",
|
|
12216
12239
|
template: `
|
|
12217
|
-
<co-
|
|
12218
|
-
|
|
12219
|
-
|
|
12220
|
-
|
|
12221
|
-
[useLeftIcon]="true"
|
|
12222
|
-
[useRightIcon]="true"
|
|
12223
|
-
(search)="handleSearch($event)"
|
|
12224
|
-
></co-input-search>
|
|
12240
|
+
<co-add-product
|
|
12241
|
+
(addArticle)="handleAddArticle($event)"
|
|
12242
|
+
(returnArticle)="handleAddArticle($event, -1)"
|
|
12243
|
+
></co-add-product>
|
|
12225
12244
|
<co-quick-send-button
|
|
12226
12245
|
[defaultMethodIcon]="defaultSendMethodIcon"
|
|
12227
12246
|
[showLoader]="showLoader"
|
|
@@ -12430,7 +12449,7 @@ TransactionCardPurchaseOverviewComponent.propDecorators = {
|
|
|
12430
12449
|
showClass: [{ type: HostBinding, args: ["class.co-transaction-card-purchase-overview",] }]
|
|
12431
12450
|
};
|
|
12432
12451
|
|
|
12433
|
-
class
|
|
12452
|
+
class TransactionPurchaseOrderLineBaseComponent extends TransactionBaseComponent {
|
|
12434
12453
|
constructor(dictionaryService, iconCacheService, transactionService, _transactionEventService) {
|
|
12435
12454
|
super(dictionaryService, transactionService);
|
|
12436
12455
|
this.dictionaryService = dictionaryService;
|
|
@@ -12442,9 +12461,6 @@ class TransactionPurchaseOrderLineComponent extends TransactionBaseComponent {
|
|
|
12442
12461
|
this.showCheckboxForLine = false;
|
|
12443
12462
|
this._subs = [];
|
|
12444
12463
|
}
|
|
12445
|
-
showClass() {
|
|
12446
|
-
return true;
|
|
12447
|
-
}
|
|
12448
12464
|
ngOnInit() {
|
|
12449
12465
|
this._subs.push(this._transactionEventService.selectAllSalesOrderLinesForPurchase.subscribe((value) => {
|
|
12450
12466
|
this.selected = value && this.showCheckboxForLine;
|
|
@@ -12458,12 +12474,26 @@ class TransactionPurchaseOrderLineComponent extends TransactionBaseComponent {
|
|
|
12458
12474
|
}
|
|
12459
12475
|
handleOpenSidePanel(mouseClick) {
|
|
12460
12476
|
const target = mouseClick.target;
|
|
12461
|
-
console.log(target);
|
|
12462
12477
|
if (target && target.dataset && target.dataset['action'] && target.dataset['action'] === 'openSidePanel') {
|
|
12463
12478
|
this._transactionEventService.openSidePanel.next(this.transactionLine);
|
|
12464
12479
|
}
|
|
12465
12480
|
}
|
|
12466
12481
|
}
|
|
12482
|
+
TransactionPurchaseOrderLineBaseComponent.decorators = [
|
|
12483
|
+
{ type: Directive }
|
|
12484
|
+
];
|
|
12485
|
+
TransactionPurchaseOrderLineBaseComponent.ctorParameters = () => [
|
|
12486
|
+
{ type: DictionaryService },
|
|
12487
|
+
{ type: IconCacheService },
|
|
12488
|
+
{ type: TransactionService },
|
|
12489
|
+
{ type: TransactionEventService }
|
|
12490
|
+
];
|
|
12491
|
+
|
|
12492
|
+
class TransactionPurchaseOrderLineComponent extends TransactionPurchaseOrderLineBaseComponent {
|
|
12493
|
+
showClass() {
|
|
12494
|
+
return true;
|
|
12495
|
+
}
|
|
12496
|
+
}
|
|
12467
12497
|
TransactionPurchaseOrderLineComponent.decorators = [
|
|
12468
12498
|
{ type: Component, args: [{
|
|
12469
12499
|
selector: "co-transaction-purchase-order-line",
|
|
@@ -12478,7 +12508,7 @@ TransactionPurchaseOrderLineComponent.decorators = [
|
|
|
12478
12508
|
(checkboxValueChanged)="selected = $event">
|
|
12479
12509
|
<div class="transaction-line-wrapper" data-action="openSidePanel">
|
|
12480
12510
|
<div class="transaction-line-wrapper">
|
|
12481
|
-
<co-transaction-line-statusbar [transactionLine]="transactionLine" [transactionInfo]="transactionInfo" [activeCategory]="transactionTypeCategory.
|
|
12511
|
+
<co-transaction-line-statusbar [transactionLine]="transactionLine" [transactionInfo]="transactionInfo" [activeCategory]="transactionTypeCategory.PurchaseOrderOrderConfirmation"></co-transaction-line-statusbar>
|
|
12482
12512
|
<co-transaction-line-delivery-date-button [transactionLine]="transactionLine" class="two-column"></co-transaction-line-delivery-date-button>
|
|
12483
12513
|
<div class="transaction-line-totals-grid">
|
|
12484
12514
|
<co-transaction-purchase-portal-line-gross-order-price class="transaction-line-totals-grid price"
|
|
@@ -12521,12 +12551,6 @@ TransactionPurchaseOrderLineComponent.decorators = [
|
|
|
12521
12551
|
encapsulation: ViewEncapsulation.None
|
|
12522
12552
|
},] }
|
|
12523
12553
|
];
|
|
12524
|
-
TransactionPurchaseOrderLineComponent.ctorParameters = () => [
|
|
12525
|
-
{ type: DictionaryService },
|
|
12526
|
-
{ type: IconCacheService },
|
|
12527
|
-
{ type: TransactionService },
|
|
12528
|
-
{ type: TransactionEventService }
|
|
12529
|
-
];
|
|
12530
12554
|
TransactionPurchaseOrderLineComponent.propDecorators = {
|
|
12531
12555
|
showClass: [{ type: HostBinding, args: ["class.co-transaction-purchase-order-line",] }]
|
|
12532
12556
|
};
|
|
@@ -12591,7 +12615,7 @@ TransactionPurchaseOverviewLineComponent.decorators = [
|
|
|
12591
12615
|
<co-transaction-line-statusbar
|
|
12592
12616
|
[transactionLine]="transactionLine"
|
|
12593
12617
|
[transactionInfo]="transactionInfo"
|
|
12594
|
-
[activeCategory]="category.
|
|
12618
|
+
[activeCategory]="category.PurchaseOrderOverview"></co-transaction-line-statusbar>
|
|
12595
12619
|
</div>
|
|
12596
12620
|
<div class="column3">
|
|
12597
12621
|
<co-transaction-line-delivery-button [transactionLine]="transactionLine" [transactionInfo]="transactionInfo"></co-transaction-line-delivery-button>
|
|
@@ -14141,19 +14165,6 @@ class PaymentService {
|
|
|
14141
14165
|
this._transactionService = _transactionService;
|
|
14142
14166
|
this._sharedService = _sharedService;
|
|
14143
14167
|
}
|
|
14144
|
-
updateHeaderTransactionDepositAmount(uuid, amount) {
|
|
14145
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
14146
|
-
const response = yield this._adapterService.changeHeaderTransactionDepositAmount(uuid, amount)
|
|
14147
|
-
.catch((error) => {
|
|
14148
|
-
// todo: do something with the error
|
|
14149
|
-
return false;
|
|
14150
|
-
});
|
|
14151
|
-
if (response) {
|
|
14152
|
-
return yield this._transactionService.handleHeaderOperationStatuses(response, true, true);
|
|
14153
|
-
}
|
|
14154
|
-
return false;
|
|
14155
|
-
});
|
|
14156
|
-
}
|
|
14157
14168
|
registerSalesOrderPayment(uuid, amount, currencyId, paymentMethod, cashRegisterGroupId) {
|
|
14158
14169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
14159
14170
|
const response = yield this._adapterService.registerSalesOrderPayment(uuid, amount, currencyId, paymentMethod, cashRegisterGroupId);
|
|
@@ -14265,7 +14276,7 @@ class PaymentComponent {
|
|
|
14265
14276
|
return true;
|
|
14266
14277
|
}
|
|
14267
14278
|
ngOnInit() {
|
|
14268
|
-
this.
|
|
14279
|
+
this._transactionService.updateHeaderTransactionDepositAmount(this.transactionUuid, this.amountToPay).then(() => {
|
|
14269
14280
|
this._getPaymentMethods().then(() => {
|
|
14270
14281
|
this.showLoader = false;
|
|
14271
14282
|
this._getDepositPaymentInfo();
|
|
@@ -15208,6 +15219,7 @@ RelationAddressesComponent.decorators = [
|
|
|
15208
15219
|
<co-carousel *ngIf="addresses && addresses.length > 1">
|
|
15209
15220
|
<co-relation-address-tile #carouselItem *ngFor="let address of addresses | filter:'isActive':true; let index = index"
|
|
15210
15221
|
[address]="address"
|
|
15222
|
+
[readonly]="readonly"
|
|
15211
15223
|
[selected]="selectedNawNr === address.nawNr"
|
|
15212
15224
|
(editAddressClicked)="editAddress($event)"
|
|
15213
15225
|
(selectedChange)="changeAddress($event)"
|
|
@@ -16735,7 +16747,7 @@ TransactionHeaderDepositPercentageComponent.decorators = [
|
|
|
16735
16747
|
selector: "co-transaction-header-deposit-percentage",
|
|
16736
16748
|
template: `
|
|
16737
16749
|
<span *ngIf="(!editMode || readonly) && !defaultEditMode" [textContent]="(transactionInfo.depositPercentage | append: '%') || '...'" [tooltip]="tooltipMessage"></span>
|
|
16738
|
-
<co-input-text #input *ngIf="editMode || defaultEditMode"
|
|
16750
|
+
<co-input-text #input *ngIf="editMode || defaultEditMode"
|
|
16739
16751
|
[type]="'number'"
|
|
16740
16752
|
[placeholder]="showLabel ? ('DOWNPAYMENT_PERCENTAGE' | localize) : ''"
|
|
16741
16753
|
[showSaveCancel]="!readonly"
|
|
@@ -16809,7 +16821,7 @@ TransactionHeaderDepositAmountComponent.decorators = [
|
|
|
16809
16821
|
selector: "co-transaction-header-deposit-amount",
|
|
16810
16822
|
template: `
|
|
16811
16823
|
<span *ngIf="(!editMode || readonly) && !defaultEditMode" [textContent]="(transactionInfo.depositAmount | coCurrency) || '...'" [tooltip]="tooltipMessage"></span>
|
|
16812
|
-
<co-input-text #input *ngIf="editMode || defaultEditMode"
|
|
16824
|
+
<co-input-text #input *ngIf="editMode || defaultEditMode"
|
|
16813
16825
|
[type]="'number'"
|
|
16814
16826
|
[placeholder]="showLabel ? ('DOWNPAYMENT' | localize) : ''"
|
|
16815
16827
|
[showSaveCancel]="!readonly"
|
|
@@ -17577,11 +17589,6 @@ class TransactionComponent {
|
|
|
17577
17589
|
set transaction(value) {
|
|
17578
17590
|
if (value) {
|
|
17579
17591
|
this._transaction = value;
|
|
17580
|
-
if (this._transaction) {
|
|
17581
|
-
this.activeCategory = this._transaction.transactionInfo.transactionKind === TransactionKind.PurchaseOrder ?
|
|
17582
|
-
TransactionTypeCategory.PurchaseOrderOverview :
|
|
17583
|
-
TransactionTypeCategory.SalesOrderOverview;
|
|
17584
|
-
}
|
|
17585
17592
|
}
|
|
17586
17593
|
}
|
|
17587
17594
|
get transaction() {
|
|
@@ -17871,6 +17878,10 @@ class TransactionHeaderRelationComponent extends TransactionBaseComponent {
|
|
|
17871
17878
|
if (this.relationKind === RelationKind$1.Customer) {
|
|
17872
17879
|
this.customerGroup = this.relation.customerGroup;
|
|
17873
17880
|
}
|
|
17881
|
+
if (this.relation.addresses && this.relation.addresses.length > 0) {
|
|
17882
|
+
const firstAddress = this.relation.addresses[0];
|
|
17883
|
+
this.setIndexDeliveryAddress(firstAddress.nawNr);
|
|
17884
|
+
}
|
|
17874
17885
|
}
|
|
17875
17886
|
setIndexDeliveryAddress(nawNr) {
|
|
17876
17887
|
const address = this.relation.addresses.find(a => a.nawNr === nawNr);
|
|
@@ -17917,17 +17928,19 @@ class TransactionHeaderRelationComponent extends TransactionBaseComponent {
|
|
|
17917
17928
|
this.showDialog = true;
|
|
17918
17929
|
}
|
|
17919
17930
|
}
|
|
17920
|
-
else {
|
|
17921
|
-
this.readonly = false;
|
|
17922
|
-
this.showDialog = true;
|
|
17923
|
-
}
|
|
17924
17931
|
});
|
|
17925
17932
|
}
|
|
17926
17933
|
handleCloseDialog(event) {
|
|
17927
|
-
this.
|
|
17934
|
+
if (!this.readonly) {
|
|
17935
|
+
this.service.rollback();
|
|
17936
|
+
}
|
|
17928
17937
|
this.showDialog = false;
|
|
17929
17938
|
}
|
|
17930
17939
|
handleOkClick() {
|
|
17940
|
+
if (this.readonly) {
|
|
17941
|
+
this.showDialog = false;
|
|
17942
|
+
return;
|
|
17943
|
+
}
|
|
17931
17944
|
if (this._formMasterService.submitSlaves()) {
|
|
17932
17945
|
this._relationService.updateRelation(this.relation.relationType, this.relation).then(() => __awaiter(this, void 0, void 0, function* () {
|
|
17933
17946
|
if (yield this._relationService.commit()) {
|
|
@@ -18916,7 +18929,7 @@ class TransactionLineStatusbarComponent extends TransactionBaseComponent {
|
|
|
18916
18929
|
return Math.floor((amount / totalAmount) * 100);
|
|
18917
18930
|
}
|
|
18918
18931
|
setFocusedStatusBlock() {
|
|
18919
|
-
this.focusedStatusIndex = this.activeCategory ? this.transactionService.getFocusStatusIndex(this.activeCategory) :
|
|
18932
|
+
this.focusedStatusIndex = this.activeCategory ? this.transactionService.getFocusStatusIndex(this.activeCategory) : null;
|
|
18920
18933
|
}
|
|
18921
18934
|
}
|
|
18922
18935
|
TransactionLineStatusbarComponent.decorators = [
|
|
@@ -20464,11 +20477,19 @@ class TransactionButtonBarComponent {
|
|
|
20464
20477
|
this.buttons = [];
|
|
20465
20478
|
this._transactionType = TransactionKind.SalesOrder;
|
|
20466
20479
|
}
|
|
20480
|
+
get selectedCategory() {
|
|
20481
|
+
return this._selectedCategory;
|
|
20482
|
+
}
|
|
20483
|
+
set selectedCategory(value) {
|
|
20484
|
+
this._selectedCategory = value;
|
|
20485
|
+
}
|
|
20467
20486
|
set transactionType(value) {
|
|
20468
|
-
this._transactionType
|
|
20469
|
-
|
|
20470
|
-
|
|
20471
|
-
this.
|
|
20487
|
+
if (this._transactionType !== value) {
|
|
20488
|
+
this._transactionType = value;
|
|
20489
|
+
this.buttons = this._mappingService.getButtonBar(this._transactionType);
|
|
20490
|
+
if (this.buttons && this.buttons.length > 0 && !this._selectedCategory) {
|
|
20491
|
+
this.selectCategory(-1);
|
|
20492
|
+
}
|
|
20472
20493
|
}
|
|
20473
20494
|
}
|
|
20474
20495
|
get transactionType() {
|
|
@@ -20485,7 +20506,7 @@ class TransactionButtonBarComponent {
|
|
|
20485
20506
|
else {
|
|
20486
20507
|
idx = this.buttons.findIndex(b => b.category === this._transactionService.activeRubric);
|
|
20487
20508
|
}
|
|
20488
|
-
this.
|
|
20509
|
+
this._selectedCategory = this.buttons[Math.max(idx, 0)].category;
|
|
20489
20510
|
this.buttonClicked.next(this.buttons[Math.max(idx, 0)]);
|
|
20490
20511
|
}
|
|
20491
20512
|
}
|
|
@@ -20512,9 +20533,9 @@ TransactionButtonBarComponent.ctorParameters = () => [
|
|
|
20512
20533
|
{ type: TransactionMappingService }
|
|
20513
20534
|
];
|
|
20514
20535
|
TransactionButtonBarComponent.propDecorators = {
|
|
20536
|
+
selectedCategory: [{ type: Input }],
|
|
20515
20537
|
transactionType: [{ type: Input }],
|
|
20516
20538
|
transactionInfoResponse: [{ type: Input }],
|
|
20517
|
-
selectedCategory: [{ type: Input }],
|
|
20518
20539
|
buttonClicked: [{ type: Output }],
|
|
20519
20540
|
showClass: [{ type: HostBinding, args: ["class.co-transaction-button-bar",] }]
|
|
20520
20541
|
};
|
|
@@ -21198,6 +21219,9 @@ class TransactionLinePurchaseReceiveGoodsComponent extends TransactionBaseCompon
|
|
|
21198
21219
|
-this.receiptDetails.quantityToReceive : this.receiptDetails.quantityToReceive;
|
|
21199
21220
|
request.transId = this.transactionInfo.id;
|
|
21200
21221
|
request.purchaseOrderLineReceiptDetailsDTOS = [this.receiptDetails];
|
|
21222
|
+
request.printerName = this.transactionLine.printerName ? this.transactionLine.printerName : this.transactionInfo.printerName;
|
|
21223
|
+
request.reportId = this.transactionLine.reportId ? this.transactionLine.reportId : this.transactionInfo.reportId;
|
|
21224
|
+
request.copies = this.transactionLine.stickerAmount;
|
|
21201
21225
|
this.transactionService.receiveGoodsForPurchaseOrder(this.transactionInfo.id, this.transactionInfo.version, request).then(() => {
|
|
21202
21226
|
if (this.returnStockMode) {
|
|
21203
21227
|
this._getAvailableStock();
|
|
@@ -21985,7 +22009,7 @@ TransactionLineSalesAllocationComponent.decorators = [
|
|
|
21985
22009
|
[disabled]="transactionLine.warehouseNumber !== undefined"
|
|
21986
22010
|
[required]="transactionLine.isWarehouseRequired"
|
|
21987
22011
|
[placeholder]="'WAREHOUSE' | localize"></co-input-text>
|
|
21988
|
-
<div class="location-wrapper clickable" (click)="openWarehouseLocationDialog()">
|
|
22012
|
+
<div class="location-wrapper" [class.clickable]="transactionLine.articleLineStatus.quantityToAllocate > 0" (click)="openWarehouseLocationDialog()">
|
|
21989
22013
|
<span *ngIf="!allocationDetails.locationNr && transactionLine.isLocationRequired" class="required" [textContent]="'*'"></span>
|
|
21990
22014
|
<co-icon *ngIf="allocationDetails.locationNr" [iconData]="iconCacheService.getIcon(icons.ShelvesLight)"></co-icon>
|
|
21991
22015
|
<div [textContent]="allocationDetails.locationNr ? allocationDetails.locationNr : ('LOCATION' | localize)"></div>
|
|
@@ -23612,7 +23636,8 @@ TransactionQuickAccessPurchaseOrderOverviewModule.decorators = [
|
|
|
23612
23636
|
InputSearchModule,
|
|
23613
23637
|
DialogCatalogModule,
|
|
23614
23638
|
PipeModule,
|
|
23615
|
-
TransactionSendDocumentsModule
|
|
23639
|
+
TransactionSendDocumentsModule,
|
|
23640
|
+
AddProductModule
|
|
23616
23641
|
],
|
|
23617
23642
|
declarations: [
|
|
23618
23643
|
TransactionQuickAccessPurchaseOrderOverviewComponent
|
|
@@ -29222,5 +29247,5 @@ TransactionScreenConfigurationService.decorators = [
|
|
|
29222
29247
|
* Generated bundle index. Do not edit.
|
|
29223
29248
|
*/
|
|
29224
29249
|
|
|
29225
|
-
export { CheckoutComponent, CheckoutModule, LoaderComponent, LoaderModule, RelationService, SearchViewMode, SearchbarViewMode, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, 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, TransactionService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, PendingReasonService as ɵa, TransactionBaseService as ɵb, PrependPipe as ɵba, ConfirmationDialogComponent as ɵbb, DialogBaseComponent as ɵbc, IconCacheService as ɵbd, CharacteristicAnswerModule as ɵbe, CharacteristicAnswerComponent as ɵbf, WarehouseModule as ɵbg, WarehouseComponent as ɵbh, ToastModule as ɵbi, ToastComponent as ɵbj, ImageDisplayComponent as ɵbk, IconComponent as ɵbl, CustomerGroupsComponent as ɵbm, StockStatusIndicatorComponent as ɵbn, LazyRenderMasterDirective as ɵbo, LazyRenderDirective as ɵbp, OverlayParentDirective as ɵbq, OverlayDirective as ɵbr, RelationAddressModule as ɵbs, RelationAddressComponent as ɵbt, RelationBaseComponent as ɵbu, RelationAddressSelectModule as ɵbv, RelationAddressTileModule as ɵbw, TileModule as ɵbx, TileComponent as ɵby, RelationAddressTileComponent as ɵbz, OptionsService as ɵc, RelationAddressSelectComponent as ɵca, StepperModule as ɵcb, StepperComponent as ɵcc, StepperStepComponent as ɵcd, TransactionLineModule as ɵce, TransactionLineComponent as ɵcf, TransactionBaseComponent as ɵcg, TransactionMappingService as ɵch, TransactionArticleTextModule as ɵci, TransactionLineImageAndDescriptionModule as ɵcj, TransactionLineDescriptionModule as ɵck, TransactionLineDescriptionComponent as ɵcl, TransactionInputFieldBaseComponent as ɵcm, TransactionLineImageAndDescriptionComponent as ɵcn, TransactionImageService as ɵco, TransactionArticleTextComponent as ɵcp, DialogTransactionHeaderDiscountModule as ɵcq, TransactionHeaderDiscountPercentageModule as ɵcr, TransactionHeaderDiscountPercentageComponent as ɵcs, TransactionHeaderDiscountAmountModule as ɵct, TransactionHeaderDiscountAmountComponent as ɵcu, TransactionHeaderDiscountTransactionTotalModule as ɵcv, TransactionHeaderDiscountTransactionTotalComponent as ɵcw, DialogTransactionHeaderDiscountComponent as ɵcx, DialogTransactionBaseComponent as ɵcy, AvatarModule as ɵcz, DictionaryService as ɵd, AvatarComponent as ɵda, SharedService as ɵdb, SharedConnectorService as ɵdc, DeliveryTypeTileModule as ɵdd, DeliveryTypeTileComponent as ɵde, PaymentModule as ɵdf, PaymentTileModule as ɵdg, PaymentTileComponent as ɵdh, PaymentQrCodeModule as ɵdi, PaymentQrCodeComponent as ɵdj, DepositPaymentModule as ɵdk, DepositPaymentComponent as ɵdl, PaymentService as ɵdm, PaymentComponent as ɵdn, RelationTypeModule as ɵdo, RelationTypeComponent as ɵdp, RelationGeneralModule as ɵdq, RelationSuggestionsListModule as ɵdr, RelationSuggestionsListItemModule as ɵds, RelationSuggestionsListItemComponent as ɵdt, RelationSuggestionsListComponent as ɵdu, RelationGeneralComponent as ɵdv, RelationAddressesModule as ɵdw, RelationAddressesComponent as ɵdx, RelationContactDetailsModule as ɵdy, RelationContactDetailsComponent as ɵdz, DialogService as ɵe, RelationPreferencesModule as ɵea, RelationPreferencesComponent as ɵeb, TransactionHeaderBlockModule as ɵec, TransactionHeaderBlockComponent as ɵed, TransactionHeaderDeliveryDateModule as ɵee, TransactionHeaderDeliveryDateComponent as ɵef, TransactionHeaderDeliveryOptionsModule as ɵeg, TransactionHeaderDeliveryOptionsComponent as ɵeh, TransactionHeaderRemarksModule as ɵei, TransactionHeaderRemarksComponent as ɵej, TransactionHeaderReferenceModule as ɵek, TransactionHeaderReferenceComponent as ɵel, TransactionHeaderRelationReferenceModule as ɵem, TransactionHeaderRelationReferenceComponent as ɵen, TransactionHeaderDeliveryMethodModule as ɵeo, TransactionLineCheckboxModule as ɵep, TransactionLineCheckboxListComponent as ɵeq, TransactionHeaderDeliveryMethodComponent as ɵer, TransactionFilterPopupBaseComponent as ɵes, TransactionHeaderPreferredDeliveryDateModule as ɵet, TransactionHeaderPreferredDeliveryDateComponent as ɵeu, DialogTransactionHeaderDeliveryMethodModule as ɵev, DialogHeaderSearchModule as ɵew, DialogHeaderSearchComponent as ɵex, DialogTransactionHeaderDeliveryMethodComponent as ɵey, TransactionHeaderPartialDeliveryModule as ɵez, DynamicComponentService as ɵf, TransactionHeaderPartialDeliveryComponent as ɵfa, TransactionHeaderDepositPercentageModule as ɵfb, TransactionHeaderDepositPercentageComponent as ɵfc, TransactionHeaderDepositAmountModule as ɵfd, TransactionHeaderDepositAmountComponent as ɵfe, TransactionHeaderDefinitiveModule as ɵff, TransactionHeaderDefinitiveComponent as ɵfg, TransactionHeaderBranchModule as ɵfh, TransactionHeaderBranchComponent as ɵfi, TransactionHeaderAdministrativeRelationModule as ɵfj, TransactionHeaderAdministrativeRelationComponent as ɵfk, TransactionHeaderMarketingModule as ɵfl, TransactionHeaderMarketingComponent as ɵfm, CheckoutOverviewRelationEditComponent as ɵfn, CheckoutOverviewDeliveryEditComponent as ɵfo, CheckoutOverviewDeliveryAddressComponent as ɵfp, CheckoutOverviewPaymentComponent as ɵfq, CheckoutLoginComponent as ɵfr, TransactionFilterCategoriesModule as ɵfs, TransactionFilterCategoriesComponent as ɵft, TransactionHeaderSalesPersonModule as ɵfu, TransactionHeaderSalesPersonComponent as ɵfv, TransactionHeaderPriceKindModule as ɵfw, TransactionHeaderPriceKindComponent as ɵfx, TransactionHeaderPaymentConditionModule as ɵfy, TransactionHeaderPaymentConditionComponent as ɵfz, TransactionConnectorService as ɵg, TransactionHeaderCurrencyModule as ɵga, TransactionHeaderCurrencyComponent as ɵgb, TransactionHeaderHoldCodesModule as ɵgc, TransactionHeaderHoldCodesComponent as ɵgd, TransactionHeaderPaymentModule as ɵge, TransactionHeaderPaymentComponent as ɵgf, TransactionLinesGridModule as ɵgg, TransactionBaseGridModule as ɵgh, TransactionLineSidePanelModule as ɵgi, TransactionLineSidePanelDefaultModule as ɵgj, TransactionLinePriceListModule as ɵgk, TransactionLinePriceListComponent as ɵgl, TransactionLineVatModule as ɵgm, TransactionLineVatComponent as ɵgn, TransactionLineQuantityModule as ɵgo, TransactionLineQuantityComponent as ɵgp, TransactionLineLineDiscountModule as ɵgq, TransactionLineLineDiscountComponent as ɵgr, TransactionLineDeliveryMethodModule as ɵgs, TransactionLineDeliveryMethodComponent as ɵgt, TransactionLineDeliveryDateModule as ɵgu, TransactionLineDeliveryDateComponent as ɵgv, TransactionLineReferenceModule as ɵgw, TransactionLineReferenceComponent as ɵgx, TransactionLineCommissionCodeModule as ɵgy, TransactionLineCommissionCodeComponent as ɵgz, TransactionConnectorAdapterService as ɵh, TransactionLineWarehouseModule as ɵha, TransactionLineWarehouseComponent as ɵhb, TransactionLineDiscountAmountModule as ɵhc, TransactionLineDiscountAmountComponent as ɵhd, TransactionLineQuantumDiscountModule as ɵhe, TransactionLineQuantumDiscountComponent as ɵhf, TransactionLineSpecialDiscountModule as ɵhg, TransactionLineSpecialDiscountComponent as ɵhh, TransactionLineSupplierModule as ɵhi, TransactionLineSupplierComponent as ɵhj, TransactionLinePriceModule as ɵhk, TransactionLinePriceComponent as ɵhl, TransactionLineSidePanelDefaultComponent as ɵhm, TransactionReceivingGoodsHistoryModule as ɵhn, TransactionHistoryGridModule as ɵho, TransactionHistoryGridStatusModule as ɵhp, TransactionHistoryGridStatusComponent as ɵhq, TransactionHistoryGridComponent as ɵhr, TransactionReceivingGoodsHistoryComponent as ɵhs, TransactionButtonBarModule as ɵht, AnimatedCheckboxModule as ɵhu, AnimatedCheckboxComponent as ɵhv, TransactionButtonBarComponent as ɵhw, TransactionButtonBarButtonComponent as ɵhx, TransactionButtonBarButtonBaseComponent as ɵhy, TransactionSalesPurchaseButtonBarButtonComponent as ɵhz, SelectMultipleCacheService as ɵi, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵia, TransactionSalesAllocationButtonBarButtonComponent as ɵib, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵic, TransactionSalesDeliveryButtonBarButtonComponent as ɵid, TransactionSalesInvoiceButtonBarButtonComponent as ɵie, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵif, TransactionLineSidePanelPurchaseModule as ɵig, DefaultOkCancelButtonsModule as ɵih, DefaultOkCancelButtonsComponent as ɵii, TransactionAvailableStockGridModule as ɵij, TransactionAvailableStockGridComponent as ɵik, TransactionLinePurchaseReceiveGoodsModule as ɵil, TransactionLineWarehouseLocationButtonModule as ɵim, DialogTransactionLineWarehouseLocationModule as ɵin, TransactionLineWarehouseLocationModule as ɵio, TransactionLineWarehouseLocationComponent as ɵip, ArticleService as ɵiq, DialogTransactionLineWarehouseLocationComponent as ɵir, TransactionLineWarehouseLocationButtonComponent as ɵis, TransactionLinePurchaseReceiveGoodsComponent as ɵit, TransactionLinePurchaseConfirmationModule as ɵiu, TransactionLinePurchaseConfirmationComponent as ɵiv, TransactionLineSidePanelPurchaseComponent as ɵiw, TransactionLineSidePanelSalesModule as ɵix, TransactionAllocateGoodsHistoryModule as ɵiy, TransactionAllocateGoodsHistoryComponent as ɵiz, BusinessObjectCacheManagerService as ɵj, TransactionLineSalesAllocationModule as ɵja, TransactionLineSalesAllocationComponent as ɵjb, TransactionLineSidePanelSalesComponent as ɵjc, TransactionLineSidePanelComponent as ɵjd, TransactionLineActionButtonsModule as ɵje, TransactionArticleTextOverviewModule as ɵjf, TransactionArticleTextOverviewComponent as ɵjg, TransactionLineActionButtonsComponent as ɵjh, TransactionBaseGridComponent as ɵji, TransactionGridBaseComponent as ɵjj, DialogTransactionLineCommissionCodeModule as ɵjk, DialogTransactionLineCommissionCodeComponent as ɵjl, DialogTransactionLineWarehouseModule as ɵjm, DialogTransactionLineWarehouseComponent as ɵjn, DialogTransactionLineWarehouseCcModule as ɵjo, DialogTransactionLineWarehouseCcComponent as ɵjp, DialogTransactionLineDeliveryMethodModule as ɵjq, DialogTransactionLineDeliveryMethodComponent as ɵjr, DialogTransactionLineVatModule as ɵjs, DialogTransactionLineVatComponent as ɵjt, DialogTransactionLineDiscountModule as ɵju, DialogTransactionLinePriceListModule as ɵjv, DialogTransactionLinePriceListComponent as ɵjw, DialogTransactionLineDiscountComponent as ɵjx, DialogTransactionHeaderBranchModule as ɵjy, DialogTransactionHeaderBranchComponent as ɵjz, CacheField as ɵk, TransactionLinesGridComponent as ɵka, DiscountModule as ɵkb, DiscountComponent as ɵkc, QuickSendButtonModule as ɵkd, QuickSendButtonComponent as ɵke, TransactionQuickAccessSendMethodBaseComponent as ɵkf, TransactionQuickAccessOverviewModule as ɵkg, DialogCatalogModule as ɵkh, DialogCatalogComponent as ɵki, TransactionSendDocumentsModule as ɵkj, TransactionSendDocumentsComponent as ɵkk, AddProductModule as ɵkl, AddProductComponent as ɵkm, TransactionQuickAccessOverviewComponent as ɵkn, TransactionQuickAccessOrderDeliveryModule as ɵko, TransactionQuickAccessOrderDeliveryComponent as ɵkp, TransactionQuickAccessOrderPurchaseModule as ɵkq, TransactionQuickAccessOrderPurchaseComponent as ɵkr, TransactionQuickAccessGoodsAllocationModule as ɵks, TransactionQuickAccessGoodsAllocationComponent as ɵkt, TransactionQuickAccessPurchaseOrderOverviewModule as ɵku, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵkv, TransactionQuickAccessInvoiceModule as ɵkw, TransactionQuickAccessInvoiceComponent as ɵkx, TransactionOrderConfirmationGridModule as ɵky, TransactionOrderConfirmationGridComponent as ɵkz, SelectMultipleParameterizedCacheService as ɵl, TransactionGridModule as ɵla, TransactionGridComponent as ɵlb, TransactionTileModule as ɵlc, TransactionTileComponent as ɵld, TransactionOverviewLineModule as ɵle, EditableLabelModule as ɵlf, EditableLabelComponent as ɵlg, TransactionBaseLineModule as ɵlh, TransactionBaseLineComponent as ɵli, TransactionLineCommissionButtonModule as ɵlj, TransactionLineCommissionButtonComponent as ɵlk, TransactionLineWarehouseButtonModule as ɵll, TransactionLineWarehouseButtonComponent as ɵlm, TransactionLineDeliveryButtonModule as ɵln, TransactionLineDeliveryButtonComponent as ɵlo, TransactionLineDeliveryDateButtonModule as ɵlp, TransactionLineDeliveryDateButtonComponent as ɵlq, TransactionLineAmountModule as ɵlr, TransactionLineAmountComponent as ɵls, TransactionLineVatButtonModule as ɵlt, TransactionLineVatButtonComponent as ɵlu, TransactionLineDiscountButtonModule as ɵlv, TransactionLineDiscountButtonComponent as ɵlw, TransactionOverviewLineComponent as ɵlx, TransactionOrderDeliveryLineModule as ɵly, TransactionOrderDeliveryLineComponent as ɵlz, ErrorService as ɵm, TransactionOrderDeliveryLineBaseComponent as ɵma, TransactionReceiveGoodsLineModule as ɵmb, TransactionPrintPackageStickerModule as ɵmc, TransactionPrintPackageStickerComponent as ɵmd, TransactionReceiveGoodsLineComponent as ɵme, TransactionReceiveGoodsLineBaseComponent as ɵmf, TransactionPurchaseLineModule as ɵmg, TransactionLineSupplierButtonModule as ɵmh, DialogTransactionLineSupplierModule as ɵmi, DialogTransactionLineSupplierComponent as ɵmj, TransactionLineSupplierButtonComponent as ɵmk, TransactionNavigationButtonModule as ɵml, TransactionNavigationButtonComponent as ɵmm, TransactionLineDropShipmentButtonModule as ɵmn, TransactionLineDropShipmentButtonComponent as ɵmo, TransactionPurchaseLineComponent as ɵmp, TransactionPurchaseLineBaseComponent as ɵmq, TransactionInvoiceLineModule as ɵmr, TransactionInvoiceLineComponent as ɵms, TransactionInvoiceLineBaseComponent as ɵmt, TransactionGoodsAllocationLineModule as ɵmu, TransactionGoodsAllocationLineComponent as ɵmv, TransactionPurchaseOrderLineModule as ɵmw, TransactionPurchasePortalLineConfirmedPriceModule as ɵmx, TransactionPurchasePortalLineConfirmedPriceComponent as ɵmy, TransactionPurchasePortalLineGrossOrderPriceModule as ɵmz, SelectSingleCacheService as ɵn, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵna, TransactionPurchasePortalLineNetOrderPriceModule as ɵnb, TransactionPurchasePortalLineNetOrderPriceComponent as ɵnc, TransactionPurchasePortalLineDeliveryDateModule as ɵnd, TransactionPurchasePortalLineDeliveryDateComponent as ɵne, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵnf, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵng, TransactionPurchaseOrderLineComponent as ɵnh, TransactionPurchaseOverviewLineModule as ɵni, TransactionNavigationButtonListModule as ɵnj, TransactionNavigationButtonListComponent as ɵnk, TransactionPurchaseOverviewLineComponent as ɵnl, TransactionCardModule as ɵnm, TransactionCardPurchaseOverviewModule as ɵnn, TransactionCardHeaderModule as ɵno, TransactionCardHeaderComponent as ɵnp, TransactionCardFooterModule as ɵnq, TransactionCardFooterComponent as ɵnr, TransactionCardPurchaseOverviewComponent as ɵns, TransactionCardSalesOverviewModule as ɵnt, TransactionCardSalesOverviewComponent as ɵnu, TransactionCardReceiveGoodsModule as ɵnv, TransactionCardReceiveGoodsComponent as ɵnw, TransactionCardInvoiceModule as ɵnx, TransactionCardInvoiceComponent as ɵny, TransactionCardOrderDeliveryModule as ɵnz, ArticleConnectorService as ɵo, TransactionCardOrderDeliveryComponent as ɵoa, TransactionCardComponent as ɵob, TransactionTextLineModule as ɵoc, TransactionTextLineComponent as ɵod, SearchViewModeService as ɵoe, TransactionSearchSalesOrderTileModule as ɵof, TransactionSearchSalesOrderTileComponent as ɵog, TransactionSearchTileBaseComponent as ɵoh, TransactionSearchPurchaseOrderTileModule as ɵoi, TransactionSearchPurchaseOrderTileComponent as ɵoj, TransactionSearchSalesOrderGridModule as ɵok, TransactionSearchSalesOrderGridComponent as ɵol, TransactionSearchGridBaseComponent as ɵom, TransactionSearchPurchaseOrderGridModule as ɵon, TransactionSearchPurchaseOrderGridComponent as ɵoo, TransactionSearchGridModule as ɵop, TransactionSearchGridComponent as ɵoq, TransactionSearchTileModule as ɵor, TransactionSearchTileComponent as ɵos, TransactionSalesOrderFilterModule as ɵot, TransactionSalesOrderFilterContentOrderModule as ɵou, TransactionFilterItemModule as ɵov, TransactionFilterItemComponent as ɵow, TransactionSalesOrderFilterContentOrderComponent as ɵox, TransactionFilterContentBaseComponent as ɵoy, FilterRequestService as ɵoz, RelationConnectorService as ɵp, TransactionSalesOrderFilterContentLogisticsModule as ɵpa, TransactionFilterHistoricStateModule as ɵpb, TransactionFilterHistoricStateComponent as ɵpc, TransactionSalesOrderFilterContentLogisticsComponent as ɵpd, TransactionSalesOrderFilterContentArticleModule as ɵpe, TransactionSalesOrderFilterContentArticleComponent as ɵpf, TransactionSalesOrderFilterComponent as ɵpg, TransactionFilterBaseComponent as ɵph, TransactionPurchaseOrderFilterModule as ɵpi, TransactionPurchaseOrderFilterContentOrderModule as ɵpj, TransactionPurchaseOrderFilterContentOrderComponent as ɵpk, TransactionPurchaseOrderFilterContentLogisticsModule as ɵpl, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵpm, TransactionPurchaseOrderFilterContentArticleModule as ɵpn, TransactionPurchaseOrderFilterContentArticleComponent as ɵpo, TransactionPurchaseOrderFilterComponent as ɵpp, SearchFeatureModule as ɵpq, SearchHeaderButtonsModule as ɵpr, SearchHeaderButtonsComponent as ɵps, SearchFilterPanelModule as ɵpt, SearchFilterPanelComponent as ɵpu, SearchComponent as ɵpv, TransactionTagComponent as ɵpw, CoreModule as ɵq, ConfirmationDialogModule as ɵr, PipeModule as ɵs, AppendPipe as ɵt, DeliveryTimePipe as ɵu, DateDurationPipe as ɵv, LocalizePipe as ɵw, CoCurrencyPipe as ɵx, SafeStylePipe as ɵy, SafeHtmlPipe as ɵz };
|
|
29250
|
+
export { CheckoutComponent, CheckoutModule, LoaderComponent, LoaderModule, RelationService, SearchViewMode, SearchbarViewMode, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, 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, TransactionService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, PendingReasonService as ɵa, TransactionBaseService as ɵb, PrependPipe as ɵba, ConfirmationDialogComponent as ɵbb, DialogBaseComponent as ɵbc, IconCacheService as ɵbd, CharacteristicAnswerModule as ɵbe, CharacteristicAnswerComponent as ɵbf, WarehouseModule as ɵbg, WarehouseComponent as ɵbh, ToastModule as ɵbi, ToastComponent as ɵbj, ImageDisplayComponent as ɵbk, IconComponent as ɵbl, CustomerGroupsComponent as ɵbm, StockStatusIndicatorComponent as ɵbn, LazyRenderMasterDirective as ɵbo, LazyRenderDirective as ɵbp, OverlayParentDirective as ɵbq, OverlayDirective as ɵbr, RelationAddressModule as ɵbs, RelationAddressComponent as ɵbt, RelationBaseComponent as ɵbu, RelationAddressSelectModule as ɵbv, RelationAddressTileModule as ɵbw, TileModule as ɵbx, TileComponent as ɵby, RelationAddressTileComponent as ɵbz, OptionsService as ɵc, RelationAddressSelectComponent as ɵca, StepperModule as ɵcb, StepperComponent as ɵcc, StepperStepComponent as ɵcd, TransactionLineModule as ɵce, TransactionLineComponent as ɵcf, TransactionBaseComponent as ɵcg, TransactionMappingService as ɵch, TransactionArticleTextModule as ɵci, TransactionLineImageAndDescriptionModule as ɵcj, TransactionLineDescriptionModule as ɵck, TransactionLineDescriptionComponent as ɵcl, TransactionInputFieldBaseComponent as ɵcm, TransactionLineImageAndDescriptionComponent as ɵcn, TransactionImageService as ɵco, TransactionArticleTextComponent as ɵcp, DialogTransactionHeaderDiscountModule as ɵcq, TransactionHeaderDiscountPercentageModule as ɵcr, TransactionHeaderDiscountPercentageComponent as ɵcs, TransactionHeaderDiscountAmountModule as ɵct, TransactionHeaderDiscountAmountComponent as ɵcu, TransactionHeaderDiscountTransactionTotalModule as ɵcv, TransactionHeaderDiscountTransactionTotalComponent as ɵcw, DialogTransactionHeaderDiscountComponent as ɵcx, DialogTransactionBaseComponent as ɵcy, AvatarModule as ɵcz, DictionaryService as ɵd, AvatarComponent as ɵda, SharedService as ɵdb, SharedConnectorService as ɵdc, DeliveryTypeTileModule as ɵdd, DeliveryTypeTileComponent as ɵde, PaymentModule as ɵdf, PaymentTileModule as ɵdg, PaymentTileComponent as ɵdh, PaymentQrCodeModule as ɵdi, PaymentQrCodeComponent as ɵdj, DepositPaymentModule as ɵdk, DepositPaymentComponent as ɵdl, PaymentService as ɵdm, PaymentComponent as ɵdn, RelationTypeModule as ɵdo, RelationTypeComponent as ɵdp, RelationGeneralModule as ɵdq, RelationSuggestionsListModule as ɵdr, RelationSuggestionsListItemModule as ɵds, RelationSuggestionsListItemComponent as ɵdt, RelationSuggestionsListComponent as ɵdu, RelationGeneralComponent as ɵdv, RelationAddressesModule as ɵdw, RelationAddressesComponent as ɵdx, RelationContactDetailsModule as ɵdy, RelationContactDetailsComponent as ɵdz, DialogService as ɵe, RelationPreferencesModule as ɵea, RelationPreferencesComponent as ɵeb, TransactionHeaderBlockModule as ɵec, TransactionHeaderBlockComponent as ɵed, TransactionHeaderDeliveryDateModule as ɵee, TransactionHeaderDeliveryDateComponent as ɵef, TransactionHeaderDeliveryOptionsModule as ɵeg, TransactionHeaderDeliveryOptionsComponent as ɵeh, TransactionHeaderRemarksModule as ɵei, TransactionHeaderRemarksComponent as ɵej, TransactionHeaderReferenceModule as ɵek, TransactionHeaderReferenceComponent as ɵel, TransactionHeaderRelationReferenceModule as ɵem, TransactionHeaderRelationReferenceComponent as ɵen, TransactionHeaderDeliveryMethodModule as ɵeo, TransactionLineCheckboxModule as ɵep, TransactionLineCheckboxListComponent as ɵeq, TransactionHeaderDeliveryMethodComponent as ɵer, TransactionFilterPopupBaseComponent as ɵes, TransactionHeaderPreferredDeliveryDateModule as ɵet, TransactionHeaderPreferredDeliveryDateComponent as ɵeu, DialogTransactionHeaderDeliveryMethodModule as ɵev, DialogHeaderSearchModule as ɵew, DialogHeaderSearchComponent as ɵex, DialogTransactionHeaderDeliveryMethodComponent as ɵey, TransactionHeaderPartialDeliveryModule as ɵez, DynamicComponentService as ɵf, TransactionHeaderPartialDeliveryComponent as ɵfa, TransactionHeaderDepositPercentageModule as ɵfb, TransactionHeaderDepositPercentageComponent as ɵfc, TransactionHeaderDepositAmountModule as ɵfd, TransactionHeaderDepositAmountComponent as ɵfe, TransactionHeaderDefinitiveModule as ɵff, TransactionHeaderDefinitiveComponent as ɵfg, TransactionHeaderBranchModule as ɵfh, TransactionHeaderBranchComponent as ɵfi, TransactionHeaderAdministrativeRelationModule as ɵfj, TransactionHeaderAdministrativeRelationComponent as ɵfk, TransactionHeaderMarketingModule as ɵfl, TransactionHeaderMarketingComponent as ɵfm, CheckoutOverviewRelationEditComponent as ɵfn, CheckoutOverviewDeliveryEditComponent as ɵfo, CheckoutOverviewDeliveryAddressComponent as ɵfp, CheckoutOverviewPaymentComponent as ɵfq, CheckoutLoginComponent as ɵfr, TransactionFilterCategoriesModule as ɵfs, TransactionFilterCategoriesComponent as ɵft, TransactionHeaderSalesPersonModule as ɵfu, TransactionHeaderSalesPersonComponent as ɵfv, TransactionHeaderPriceKindModule as ɵfw, TransactionHeaderPriceKindComponent as ɵfx, TransactionHeaderPaymentConditionModule as ɵfy, TransactionHeaderPaymentConditionComponent as ɵfz, TransactionConnectorService as ɵg, TransactionHeaderCurrencyModule as ɵga, TransactionHeaderCurrencyComponent as ɵgb, TransactionHeaderHoldCodesModule as ɵgc, TransactionHeaderHoldCodesComponent as ɵgd, TransactionHeaderPaymentModule as ɵge, TransactionHeaderPaymentComponent as ɵgf, TransactionLinesGridModule as ɵgg, TransactionBaseGridModule as ɵgh, TransactionLineSidePanelModule as ɵgi, TransactionLineSidePanelDefaultModule as ɵgj, TransactionLinePriceListModule as ɵgk, TransactionLinePriceListComponent as ɵgl, TransactionLineVatModule as ɵgm, TransactionLineVatComponent as ɵgn, TransactionLineQuantityModule as ɵgo, TransactionLineQuantityComponent as ɵgp, TransactionLineLineDiscountModule as ɵgq, TransactionLineLineDiscountComponent as ɵgr, TransactionLineDeliveryMethodModule as ɵgs, TransactionLineDeliveryMethodComponent as ɵgt, TransactionLineDeliveryDateModule as ɵgu, TransactionLineDeliveryDateComponent as ɵgv, TransactionLineReferenceModule as ɵgw, TransactionLineReferenceComponent as ɵgx, TransactionLineCommissionCodeModule as ɵgy, TransactionLineCommissionCodeComponent as ɵgz, TransactionConnectorAdapterService as ɵh, TransactionLineWarehouseModule as ɵha, TransactionLineWarehouseComponent as ɵhb, TransactionLineDiscountAmountModule as ɵhc, TransactionLineDiscountAmountComponent as ɵhd, TransactionLineQuantumDiscountModule as ɵhe, TransactionLineQuantumDiscountComponent as ɵhf, TransactionLineSpecialDiscountModule as ɵhg, TransactionLineSpecialDiscountComponent as ɵhh, TransactionLineSupplierModule as ɵhi, TransactionLineSupplierComponent as ɵhj, TransactionLinePriceModule as ɵhk, TransactionLinePriceComponent as ɵhl, TransactionLineSidePanelDefaultComponent as ɵhm, TransactionReceivingGoodsHistoryModule as ɵhn, TransactionHistoryGridModule as ɵho, TransactionHistoryGridStatusModule as ɵhp, TransactionHistoryGridStatusComponent as ɵhq, TransactionHistoryGridComponent as ɵhr, TransactionReceivingGoodsHistoryComponent as ɵhs, TransactionButtonBarModule as ɵht, AnimatedCheckboxModule as ɵhu, AnimatedCheckboxComponent as ɵhv, TransactionButtonBarComponent as ɵhw, TransactionButtonBarButtonComponent as ɵhx, TransactionButtonBarButtonBaseComponent as ɵhy, TransactionSalesPurchaseButtonBarButtonComponent as ɵhz, SelectMultipleCacheService as ɵi, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵia, TransactionSalesAllocationButtonBarButtonComponent as ɵib, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵic, TransactionSalesDeliveryButtonBarButtonComponent as ɵid, TransactionSalesInvoiceButtonBarButtonComponent as ɵie, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵif, TransactionLineSidePanelPurchaseModule as ɵig, DefaultOkCancelButtonsModule as ɵih, DefaultOkCancelButtonsComponent as ɵii, TransactionAvailableStockGridModule as ɵij, TransactionAvailableStockGridComponent as ɵik, TransactionLinePurchaseReceiveGoodsModule as ɵil, TransactionLineWarehouseLocationButtonModule as ɵim, DialogTransactionLineWarehouseLocationModule as ɵin, TransactionLineWarehouseLocationModule as ɵio, TransactionLineWarehouseLocationComponent as ɵip, ArticleService as ɵiq, DialogTransactionLineWarehouseLocationComponent as ɵir, TransactionLineWarehouseLocationButtonComponent as ɵis, TransactionLinePurchaseReceiveGoodsComponent as ɵit, TransactionLinePurchaseConfirmationModule as ɵiu, TransactionLinePurchaseConfirmationComponent as ɵiv, TransactionLineSidePanelPurchaseComponent as ɵiw, TransactionLineSidePanelSalesModule as ɵix, TransactionAllocateGoodsHistoryModule as ɵiy, TransactionAllocateGoodsHistoryComponent as ɵiz, BusinessObjectCacheManagerService as ɵj, TransactionLineSalesAllocationModule as ɵja, TransactionLineSalesAllocationComponent as ɵjb, TransactionLineSidePanelSalesComponent as ɵjc, TransactionLineSidePanelComponent as ɵjd, TransactionLineActionButtonsModule as ɵje, TransactionArticleTextOverviewModule as ɵjf, TransactionArticleTextOverviewComponent as ɵjg, TransactionLineActionButtonsComponent as ɵjh, TransactionBaseGridComponent as ɵji, TransactionGridBaseComponent as ɵjj, DialogTransactionLineCommissionCodeModule as ɵjk, DialogTransactionLineCommissionCodeComponent as ɵjl, DialogTransactionLineWarehouseModule as ɵjm, DialogTransactionLineWarehouseComponent as ɵjn, DialogTransactionLineWarehouseCcModule as ɵjo, DialogTransactionLineWarehouseCcComponent as ɵjp, DialogTransactionLineDeliveryMethodModule as ɵjq, DialogTransactionLineDeliveryMethodComponent as ɵjr, DialogTransactionLineVatModule as ɵjs, DialogTransactionLineVatComponent as ɵjt, DialogTransactionLineDiscountModule as ɵju, DialogTransactionLinePriceListModule as ɵjv, DialogTransactionLinePriceListComponent as ɵjw, DialogTransactionLineDiscountComponent as ɵjx, DialogTransactionHeaderBranchModule as ɵjy, DialogTransactionHeaderBranchComponent as ɵjz, CacheField as ɵk, TransactionLinesGridComponent as ɵka, DiscountModule as ɵkb, DiscountComponent as ɵkc, QuickSendButtonModule as ɵkd, QuickSendButtonComponent as ɵke, TransactionQuickAccessSendMethodBaseComponent as ɵkf, TransactionQuickAccessOverviewModule as ɵkg, DialogCatalogModule as ɵkh, DialogCatalogComponent as ɵki, TransactionSendDocumentsModule as ɵkj, TransactionSendDocumentsComponent as ɵkk, AddProductModule as ɵkl, AddProductComponent as ɵkm, TransactionQuickAccessOverviewComponent as ɵkn, TransactionQuickAccessOrderDeliveryModule as ɵko, TransactionQuickAccessOrderDeliveryComponent as ɵkp, TransactionQuickAccessOrderPurchaseModule as ɵkq, TransactionQuickAccessOrderPurchaseComponent as ɵkr, TransactionQuickAccessGoodsAllocationModule as ɵks, TransactionQuickAccessGoodsAllocationComponent as ɵkt, TransactionQuickAccessPurchaseOrderOverviewModule as ɵku, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵkv, TransactionQuickAccessInvoiceModule as ɵkw, TransactionQuickAccessInvoiceComponent as ɵkx, TransactionOrderConfirmationGridModule as ɵky, TransactionOrderConfirmationGridComponent as ɵkz, SelectMultipleParameterizedCacheService as ɵl, TransactionGridModule as ɵla, TransactionGridComponent as ɵlb, TransactionTileModule as ɵlc, TransactionTileComponent as ɵld, TransactionOverviewLineModule as ɵle, EditableLabelModule as ɵlf, EditableLabelComponent as ɵlg, TransactionBaseLineModule as ɵlh, TransactionBaseLineComponent as ɵli, TransactionLineCommissionButtonModule as ɵlj, TransactionLineCommissionButtonComponent as ɵlk, TransactionLineWarehouseButtonModule as ɵll, TransactionLineWarehouseButtonComponent as ɵlm, TransactionLineDeliveryButtonModule as ɵln, TransactionLineDeliveryButtonComponent as ɵlo, TransactionLineDeliveryDateButtonModule as ɵlp, TransactionLineDeliveryDateButtonComponent as ɵlq, TransactionLineAmountModule as ɵlr, TransactionLineAmountComponent as ɵls, TransactionLineVatButtonModule as ɵlt, TransactionLineVatButtonComponent as ɵlu, TransactionLineDiscountButtonModule as ɵlv, TransactionLineDiscountButtonComponent as ɵlw, TransactionOverviewLineComponent as ɵlx, TransactionOrderDeliveryLineModule as ɵly, TransactionOrderDeliveryLineComponent as ɵlz, ErrorService as ɵm, TransactionOrderDeliveryLineBaseComponent as ɵma, TransactionReceiveGoodsLineModule as ɵmb, TransactionPrintPackageStickerModule as ɵmc, TransactionPrintPackageStickerComponent as ɵmd, TransactionReceiveGoodsLineComponent as ɵme, TransactionReceiveGoodsLineBaseComponent as ɵmf, TransactionPurchaseLineModule as ɵmg, TransactionLineSupplierButtonModule as ɵmh, DialogTransactionLineSupplierModule as ɵmi, DialogTransactionLineSupplierComponent as ɵmj, TransactionLineSupplierButtonComponent as ɵmk, TransactionNavigationButtonModule as ɵml, TransactionNavigationButtonComponent as ɵmm, TransactionLineDropShipmentButtonModule as ɵmn, TransactionLineDropShipmentButtonComponent as ɵmo, TransactionPurchaseLineComponent as ɵmp, TransactionPurchaseLineBaseComponent as ɵmq, TransactionInvoiceLineModule as ɵmr, TransactionInvoiceLineComponent as ɵms, TransactionInvoiceLineBaseComponent as ɵmt, TransactionGoodsAllocationLineModule as ɵmu, TransactionGoodsAllocationLineComponent as ɵmv, TransactionPurchaseOrderLineModule as ɵmw, TransactionPurchasePortalLineConfirmedPriceModule as ɵmx, TransactionPurchasePortalLineConfirmedPriceComponent as ɵmy, TransactionPurchasePortalLineGrossOrderPriceModule as ɵmz, SelectSingleCacheService as ɵn, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵna, TransactionPurchasePortalLineNetOrderPriceModule as ɵnb, TransactionPurchasePortalLineNetOrderPriceComponent as ɵnc, TransactionPurchasePortalLineDeliveryDateModule as ɵnd, TransactionPurchasePortalLineDeliveryDateComponent as ɵne, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵnf, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵng, TransactionPurchaseOrderLineComponent as ɵnh, TransactionPurchaseOrderLineBaseComponent as ɵni, TransactionPurchaseOverviewLineModule as ɵnj, TransactionNavigationButtonListModule as ɵnk, TransactionNavigationButtonListComponent as ɵnl, TransactionPurchaseOverviewLineComponent as ɵnm, TransactionCardModule as ɵnn, TransactionCardPurchaseOverviewModule as ɵno, TransactionCardHeaderModule as ɵnp, TransactionCardHeaderComponent as ɵnq, TransactionCardFooterModule as ɵnr, TransactionCardFooterComponent as ɵns, TransactionCardPurchaseOverviewComponent as ɵnt, TransactionCardSalesOverviewModule as ɵnu, TransactionCardSalesOverviewComponent as ɵnv, TransactionCardReceiveGoodsModule as ɵnw, TransactionCardReceiveGoodsComponent as ɵnx, TransactionCardInvoiceModule as ɵny, TransactionCardInvoiceComponent as ɵnz, ArticleConnectorService as ɵo, TransactionCardOrderDeliveryModule as ɵoa, TransactionCardOrderDeliveryComponent as ɵob, TransactionCardComponent as ɵoc, TransactionTextLineModule as ɵod, TransactionTextLineComponent as ɵoe, SearchViewModeService as ɵof, TransactionSearchSalesOrderTileModule as ɵog, TransactionSearchSalesOrderTileComponent as ɵoh, TransactionSearchTileBaseComponent as ɵoi, TransactionSearchPurchaseOrderTileModule as ɵoj, TransactionSearchPurchaseOrderTileComponent as ɵok, TransactionSearchSalesOrderGridModule as ɵol, TransactionSearchSalesOrderGridComponent as ɵom, TransactionSearchGridBaseComponent as ɵon, TransactionSearchPurchaseOrderGridModule as ɵoo, TransactionSearchPurchaseOrderGridComponent as ɵop, TransactionSearchGridModule as ɵoq, TransactionSearchGridComponent as ɵor, TransactionSearchTileModule as ɵos, TransactionSearchTileComponent as ɵot, TransactionSalesOrderFilterModule as ɵou, TransactionSalesOrderFilterContentOrderModule as ɵov, TransactionFilterItemModule as ɵow, TransactionFilterItemComponent as ɵox, TransactionSalesOrderFilterContentOrderComponent as ɵoy, TransactionFilterContentBaseComponent as ɵoz, RelationConnectorService as ɵp, FilterRequestService as ɵpa, TransactionSalesOrderFilterContentLogisticsModule as ɵpb, TransactionFilterHistoricStateModule as ɵpc, TransactionFilterHistoricStateComponent as ɵpd, TransactionSalesOrderFilterContentLogisticsComponent as ɵpe, TransactionSalesOrderFilterContentArticleModule as ɵpf, TransactionSalesOrderFilterContentArticleComponent as ɵpg, TransactionSalesOrderFilterComponent as ɵph, TransactionFilterBaseComponent as ɵpi, TransactionPurchaseOrderFilterModule as ɵpj, TransactionPurchaseOrderFilterContentOrderModule as ɵpk, TransactionPurchaseOrderFilterContentOrderComponent as ɵpl, TransactionPurchaseOrderFilterContentLogisticsModule as ɵpm, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵpn, TransactionPurchaseOrderFilterContentArticleModule as ɵpo, TransactionPurchaseOrderFilterContentArticleComponent as ɵpp, TransactionPurchaseOrderFilterComponent as ɵpq, SearchFeatureModule as ɵpr, SearchHeaderButtonsModule as ɵps, SearchHeaderButtonsComponent as ɵpt, SearchFilterPanelModule as ɵpu, SearchFilterPanelComponent as ɵpv, SearchComponent as ɵpw, TransactionTagComponent as ɵpx, CoreModule as ɵq, ConfirmationDialogModule as ɵr, PipeModule as ɵs, AppendPipe as ɵt, DeliveryTimePipe as ɵu, DateDurationPipe as ɵv, LocalizePipe as ɵw, CoCurrencyPipe as ɵx, SafeStylePipe as ɵy, SafeHtmlPipe as ɵz };
|
|
29226
29251
|
//# sourceMappingURL=colijnit-transaction.js.map
|