@colijnit/transaction 256.1.26 → 256.1.28

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.
Files changed (117) hide show
  1. package/bundles/colijnit-transaction.umd.js +935 -749
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +329 -327
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +330 -328
  6. package/esm2015/lib/component/checkout/checkout.component.js +10 -2
  7. package/esm2015/lib/component/core/base/components/characteristic-answer/characteristic-answer.component.js +36 -22
  8. package/esm2015/lib/component/core/base/service/transaction-header.service.js +3 -1
  9. package/esm2015/lib/component/core/base/transaction-base.component.js +4 -32
  10. package/esm2015/lib/component/core/base/transaction-header-base.component.js +13 -5
  11. package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/component/delivery-planning-overview-tile-line/delivery-planning-overview-tile-line.component.js +4 -15
  12. package/esm2015/lib/component/dialog/dialog-branch/dialog-branch.component.js +131 -0
  13. package/esm2015/lib/component/dialog/dialog-branch/dialog-branch.module.js +26 -0
  14. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-direct-sell/dialog-transaction-line-direct-sell.component.js +14 -7
  15. package/esm2015/lib/component/dialog/transaction-line/dialog-transaction-line-warehouse-location/dialog-transaction-line-warehouse-location.component.js +2 -2
  16. package/esm2015/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.component.js +1 -3
  17. package/esm2015/lib/component/transaction-card/transaction-card-goods-allocation/transaction-card-goods-allocation.component.js +1 -2
  18. package/esm2015/lib/component/transaction-card/transaction-card-header/transaction-card-header.component.js +1 -3
  19. package/esm2015/lib/component/transaction-card/transaction-card-margin/transaction-card-margin.component.js +1 -2
  20. package/esm2015/lib/component/transaction-card/transaction-card-picked/transaction-card-picked.component.js +1 -2
  21. package/esm2015/lib/component/transaction-card/transaction-card-planning/transaction-card-planning.component.js +1 -2
  22. package/esm2015/lib/component/transaction-card/transaction-card-purchase/transaction-card-purchase.component.js +1 -2
  23. package/esm2015/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.component.js +1 -2
  24. package/esm2015/lib/component/transaction-card/transaction-card-sales-overview/transaction-card-sales-overview.component.js +1 -2
  25. package/esm2015/lib/component/transaction-card/transaction-card-to-be-picked/transaction-card-to-be-picked.component.js +1 -2
  26. package/esm2015/lib/component/transaction-internal/transaction-internal.component.js +11 -1
  27. package/esm2015/lib/component/transaction-internal/transaction-internal.module.js +13 -6
  28. package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.js +48 -52
  29. package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.module.js +4 -2
  30. package/esm2015/lib/component/transaction-line/transaction-overview-line/transaction-overview-line.component.js +3 -3
  31. package/esm2015/lib/component/transaction-line/transaction-planning-line/transaction-planning-line.component.js +38 -3
  32. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line-base.component.js +37 -4
  33. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.js +10 -65
  34. package/esm2015/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.module.js +2 -5
  35. package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.js +3 -1
  36. package/esm2015/lib/component/transaction-line/transaction-sales-order-quotation-line/transaction-sales-order-quotation-line.component.js +71 -32
  37. package/esm2015/lib/component/transaction-line/transaction-sales-order-quotation-line/transaction-sales-order-quotation-line.module.js +6 -2
  38. package/esm2015/lib/component/transaction-line/transaction-text-line/transaction-text-line.component.js +1 -3
  39. package/esm2015/lib/component/transaction-line-fields/transaction-line-direct-sell/transaction-line-direct-sell.component.js +1 -3
  40. package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-button.component.js +3 -2
  41. package/esm2015/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.js +1 -6
  42. package/esm2015/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.component.js +5 -3
  43. package/esm2015/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.component.js +1 -2
  44. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.js +1 -24
  45. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.js +1 -3
  46. package/esm2015/lib/component/transaction-line-statusbar/transaction-line-statusbar.component.js +2 -2
  47. package/esm2015/lib/component/transaction-print-package-sticker/transaction-print-package-sticker.component.js +5 -1
  48. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.js +40 -11
  49. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +6 -5
  50. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-sales-quotation/transaction-quick-access-sales-quotation.component.js +2 -3
  51. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.js +1 -2
  52. package/esm2015/lib/component/transaction-reservation/service/transaction-sales-reservation.service.js +84 -0
  53. package/esm2015/lib/component/transaction-reservation/transaction-sales-reservation-popup/transaction-sales-reservation-popup.component.js +86 -0
  54. package/esm2015/lib/service/dialog.service.js +6 -9
  55. package/esm2015/lib/service/transaction-base.service.js +7 -3
  56. package/esm2015/lib/service/transaction.service.js +3 -3
  57. package/esm2015/lib/transaction-version.js +3 -3
  58. package/fesm2015/colijnit-transaction.js +746 -494
  59. package/fesm2015/colijnit-transaction.js.map +1 -1
  60. package/lib/component/checkout/checkout.component.d.ts +3 -1
  61. package/lib/component/core/base/components/characteristic-answer/characteristic-answer.component.d.ts +1 -0
  62. package/lib/component/core/base/service/transaction-header.service.d.ts +2 -0
  63. package/lib/component/core/base/transaction-base.component.d.ts +1 -1
  64. package/lib/component/delivery-planning/style/_layout.scss +5 -0
  65. package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/component/delivery-planning-overview-tile-line/style/_layout.scss +11 -10
  66. package/lib/component/dialog/dialog-branch/dialog-branch.component.d.ts +48 -0
  67. package/lib/component/dialog/dialog-branch/dialog-branch.module.d.ts +2 -0
  68. package/lib/component/dialog/dialog-branch/style/_layout.scss +11 -0
  69. package/lib/component/dialog/dialog-branch/style/_material-definition.scss +2 -0
  70. package/lib/component/dialog/dialog-branch/style/_theme.scss +4 -0
  71. package/lib/component/{transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation → dialog/dialog-branch}/style/material.scss +1 -1
  72. package/lib/component/dialog/transaction-line/dialog-transaction-line-direct-sell/style/_layout.scss +3 -0
  73. package/lib/component/dialog/transaction-line/dialog-transaction-line-direct-sell/style/_material-definition.scss +1 -0
  74. package/lib/component/transaction-card/transaction-card-footer/transaction-card-footer.component.d.ts +0 -1
  75. package/lib/component/transaction-card/transaction-card-goods-allocation/transaction-card-goods-allocation.component.d.ts +0 -1
  76. package/lib/component/transaction-card/transaction-card-header/transaction-card-header.component.d.ts +0 -1
  77. package/lib/component/transaction-card/transaction-card-margin/transaction-card-margin.component.d.ts +0 -1
  78. package/lib/component/transaction-card/transaction-card-picked/transaction-card-picked.component.d.ts +0 -1
  79. package/lib/component/transaction-card/transaction-card-planning/transaction-card-planning.component.d.ts +0 -1
  80. package/lib/component/transaction-card/transaction-card-purchase/transaction-card-purchase.component.d.ts +0 -1
  81. package/lib/component/transaction-card/transaction-card-purchase-overview/transaction-card-purchase-overview.component.d.ts +0 -1
  82. package/lib/component/transaction-card/transaction-card-sales-overview/transaction-card-sales-overview.component.d.ts +0 -1
  83. package/lib/component/transaction-card/transaction-card-to-be-picked/transaction-card-to-be-picked.component.d.ts +0 -1
  84. package/lib/component/transaction-internal/style/_layout.scss +9 -0
  85. package/lib/component/transaction-internal/transaction-internal.component.d.ts +1 -0
  86. package/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.d.ts +15 -18
  87. package/lib/component/transaction-line/transaction-line/style/_layout.scss +25 -1
  88. package/lib/component/transaction-line/transaction-line/style/_material-definition.scss +2 -2
  89. package/lib/component/transaction-line/transaction-line/style/material.scss +1 -0
  90. package/lib/component/transaction-line/transaction-planning-line/transaction-planning-line.component.d.ts +2 -1
  91. package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line-base.component.d.ts +14 -1
  92. package/lib/component/transaction-line/transaction-purchase-line/transaction-purchase-line.component.d.ts +2 -30
  93. package/lib/component/transaction-line/transaction-sales-order-quotation-line/transaction-sales-order-quotation-line.component.d.ts +2 -0
  94. package/lib/component/transaction-line/transaction-text-line/transaction-text-line.component.d.ts +0 -1
  95. package/lib/component/transaction-line-fields/transaction-line-direct-sell/transaction-line-direct-sell.component.d.ts +0 -1
  96. package/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.d.ts +0 -3
  97. package/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.component.d.ts +0 -1
  98. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.component.d.ts +1 -8
  99. package/lib/component/transaction-print-package-sticker/transaction-print-package-sticker.component.d.ts +1 -1
  100. package/lib/component/transaction-quick-access/transaction-quick-access-order-purchase/transaction-quick-access-order-purchase.component.d.ts +13 -1
  101. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +1 -1
  102. package/lib/component/transaction-quick-access/transaction-quick-access-send-method-base.component.d.ts +0 -1
  103. package/lib/component/transaction-reservation/service/transaction-sales-reservation.service.d.ts +17 -0
  104. package/lib/component/{transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation → transaction-reservation/transaction-sales-reservation-popup}/style/_layout.scss +12 -2
  105. package/lib/component/transaction-reservation/transaction-sales-reservation-popup/style/_theme.scss +4 -0
  106. package/lib/component/transaction-reservation/transaction-sales-reservation-popup/style/material.scss +4 -0
  107. package/lib/component/transaction-reservation/transaction-sales-reservation-popup/transaction-sales-reservation-popup.component.d.ts +20 -0
  108. package/lib/service/dialog.service.d.ts +1 -1
  109. package/lib/service/transaction-base.service.d.ts +3 -2
  110. package/lib/service/transaction.service.d.ts +1 -1
  111. package/package.json +2 -2
  112. package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation.component.js +0 -75
  113. package/esm2015/lib/service/purchase-reservation.service.js +0 -34
  114. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation/style/_theme.scss +0 -4
  115. package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation.component.d.ts +0 -20
  116. package/lib/service/purchase-reservation.service.d.ts +0 -13
  117. /package/lib/component/{transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation → transaction-reservation/transaction-sales-reservation-popup}/style/_material-definition.scss +0 -0
@@ -196,8 +196,9 @@ import { TransactionLineReportingRequest } from '@colijnit/transactionapi/build/
196
196
  import { EmailHistoricDeliveryNoteRequest } from '@colijnit/transactionapi/build/model/email-historic-delivery-note-request';
197
197
  import { PrintHistoricDeliveryNoteRequest } from '@colijnit/transactionapi/build/model/print-historic-delivery-note-request';
198
198
  import { PdfHistoricDeliveryNoteRequest } from '@colijnit/transactionapi/build/model/pdf-historic-delivery-note-request';
199
- import { PrintPurchaseOrderForSalesOrderRequest } from '@colijnit/transactionapi/build/model/print-purchase-order-for-sales-order-request';
200
199
  import { OrderReservationSalesOrderLinesRequest } from '@colijnit/transactionapi/build/model/order-reservation-sales-order-lines-request.bo';
200
+ import { ProcessOrderReservationRequest } from '@colijnit/transactionapi/build/model/process-order-reservation-request.bo';
201
+ import { PrintPurchaseOrderForSalesOrderRequest } from '@colijnit/transactionapi/build/model/print-purchase-order-for-sales-order-request';
201
202
  import { PdfPurchaseOrderRequest } from '@colijnit/transactionapi/build/model/pdf-purchase-order-request';
202
203
  import { GetPurchasePortalLine } from '@colijnit/transactionapi/build/model/get-purchase-portal-line';
203
204
  import { PurchasePortalFilters } from '@colijnit/transactionapi/build/model/purchase-portal-filters.bo';
@@ -231,7 +232,6 @@ import { DeleteGoodsPickedForOrderRequest } from '@colijnit/transactionapi/build
231
232
  import { RouterModule } from '@angular/router';
232
233
  import { QuantityInHistoricState } from '@colijnit/transactionapi/build/enum/quantity-in-historic-state.enum';
233
234
  import { BatchTransactionSendingRequest } from '@colijnit/transactionapi/build/model/batch-transaction-sending-request';
234
- import { ProcessOrderReservationRequest } from '@colijnit/transactionapi/build/model/process-order-reservation-request.bo';
235
235
  import { DoPaymentRequest } from '@colijnit/transactionapi/build/model/do-payment-request';
236
236
  import { IonePaymentStatusCode } from '@colijnit/transactionapi/build/enum/ione-payment-status-code.enum';
237
237
  import { CashDrawersRequest } from '@colijnit/transactionapi/build/model/cash-drawers-request';
@@ -281,8 +281,8 @@ class Version {
281
281
  constructor() {
282
282
  this.name = "@colijnit/transaction";
283
283
  this.description = "Colijn IT transaction package";
284
- this.symVer = "256.1.26";
285
- this.publishDate = "13-12-2024 17:46:44";
284
+ this.symVer = "256.1.28";
285
+ this.publishDate = "17-12-2024 17:47:46";
286
286
  }
287
287
  }
288
288
 
@@ -929,6 +929,11 @@ class CharacteristicAnswerComponent extends DialogBaseComponent {
929
929
  handleOkClick() {
930
930
  this.onClose(AppPopupButtonType.Ok, this.value);
931
931
  }
932
+ onKeyDown(event) {
933
+ if (event.key === 'Enter') {
934
+ this.handleOkClick();
935
+ }
936
+ }
932
937
  _prepareViewModels() {
933
938
  if (this._choices && this._choices.length > 0) {
934
939
  for (let i = 0; i < this._choices.length; i++) {
@@ -944,27 +949,36 @@ CharacteristicAnswerComponent.decorators = [
944
949
  { type: Component, args: [{
945
950
  selector: "co-characteristic-answer",
946
951
  template: `
947
- <co-dialog [showCloseIcon]="false" [modal]="true" [headerTemplate]="headerTemplate" [footerTemplate]="footerTemplate">
948
- <ng-container *ngIf="choices && choices.length > 0">
949
- <div class="co-transaction-default-popup-row" *ngFor="let choice of viewModels">
950
- <co-input-checkbox [model]="choice.checked" [label]="choice.value" (modelChange)="handleChecked(choice.value)"></co-input-checkbox>
951
- </div>
952
- </ng-container>
953
- <ng-container *ngIf="!choices || choices.length === 0">
954
- <co-input-text
955
- [(model)]="value"
956
- (enter)="handleOkClick()"
957
- ></co-input-text>
958
- </ng-container>
959
- </co-dialog>
960
- <ng-template #headerTemplate>
961
- <div class="co-dialog-header-title" [textContent]="title"></div>
962
- </ng-template>
963
- <ng-template #footerTemplate>
964
- <div class="co-dialog-footer-button-wrapper">
965
- <co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
966
- </div>
967
- </ng-template>
952
+ <co-dialog
953
+ [showCloseIcon]="false"
954
+ [modal]="true"
955
+ [headerTemplate]="headerTemplate"
956
+ [footerTemplate]="footerTemplate">
957
+ <ng-container *ngIf="choices && choices.length > 0">
958
+ <div class="co-transaction-default-popup-row" *ngFor="let choice of viewModels">
959
+ <co-input-checkbox
960
+ [model]="choice.checked"
961
+ [label]="choice.value"
962
+ (modelChange)="handleChecked(choice.value)">
963
+ </co-input-checkbox>
964
+ </div>
965
+ </ng-container>
966
+ <co-input-text
967
+ *ngIf="!choices || choices.length === 0"
968
+ [(model)]="value"
969
+ (keydown)="onKeyDown($event)">
970
+ </co-input-text>
971
+ </co-dialog>
972
+
973
+ <ng-template #headerTemplate>
974
+ <div class="co-dialog-header-title" [textContent]="title"></div>
975
+ </ng-template>
976
+
977
+ <ng-template #footerTemplate>
978
+ <div class="co-dialog-footer-button-wrapper">
979
+ <co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
980
+ </div>
981
+ </ng-template>
968
982
  `,
969
983
  encapsulation: ViewEncapsulation.None
970
984
  },] }
@@ -8474,10 +8488,8 @@ class TransactionBaseComponent {
8474
8488
  this.preview = false;
8475
8489
  this.isFirst = false;
8476
8490
  this.readonly = false;
8477
- this.relationChange = new EventEmitter();
8478
8491
  this.showLoader = false;
8479
- // public fullyInvoiced: boolean;
8480
- // public fullyDelivered: boolean;
8492
+ this.relationChange = new EventEmitter();
8481
8493
  this.canAllLinesBeDelivered = false;
8482
8494
  this.canAllLinesBeInvoiced = false;
8483
8495
  this.hasLinesToDeliver = false;
@@ -8495,7 +8507,6 @@ class TransactionBaseComponent {
8495
8507
  return response;
8496
8508
  }
8497
8509
  });
8498
- // this.transactionService.logConstructor();
8499
8510
  }
8500
8511
  set forceWritable(value) {
8501
8512
  this._forceWritable = value;
@@ -8508,33 +8519,8 @@ class TransactionBaseComponent {
8508
8519
  return this._forceWritable;
8509
8520
  }
8510
8521
  ngOnInit() {
8511
- // super.ngOnInit();
8512
- // this.changeDetector.markForCheck();
8513
- // this._baseSubs.push(
8514
- // // this.transactionEventService.transactionLineVisibilityChange.subscribe((data: {
8515
- // // line: TransactionLineInfo,
8516
- // // visible: boolean
8517
- // // }) => {
8518
- // // if (data && this.transactionLine && data.line.lineNr === this.transactionLine.lineNr) {
8519
- // // this.visibilitySet(data.visible);
8520
- // // }
8521
- // // }),
8522
- // this.screenConfigService.configSet.subscribe((configObjects: string[]) => {
8523
- // if (configObjects && configObjects.length > 0) {
8524
- // this.configSet();
8525
- // }
8526
- // }),
8527
- // this.transactionEventService.reservationModeToggle.subscribe( ([reservation, purchaseReservations]) => {
8528
- // this.reservationMode = reservation;
8529
- // }),
8530
- // this.transactionEventService.orderLineSetButtonClick.subscribe( () => {
8531
- // this.changeDetector.markForCheck();
8532
- // })
8533
- // );
8534
8522
  }
8535
8523
  ngOnDestroy() {
8536
- // super.ngOnDestroy();
8537
- // this._baseSubs.forEach(s => s.unsubscribe());
8538
8524
  }
8539
8525
  lockTransaction() {
8540
8526
  return __awaiter(this, void 0, void 0, function* () {
@@ -8600,8 +8586,8 @@ TransactionBaseComponent.propDecorators = {
8600
8586
  isFirst: [{ type: Input }],
8601
8587
  readonly: [{ type: HostBinding, args: ['class.read-only',] }, { type: Input }],
8602
8588
  hidden: [{ type: HostBinding, args: ["class.co-transaction-hidden",] }],
8603
- relationChange: [{ type: Output }],
8604
- showLoader: [{ type: HostBinding, args: ["class.show-loader",] }]
8589
+ showLoader: [{ type: HostBinding, args: ["class.show-loader",] }, { type: Input }],
8590
+ relationChange: [{ type: Output }]
8605
8591
  };
8606
8592
 
8607
8593
  class TransactionRelationService {
@@ -8844,6 +8830,8 @@ class TransactionHeaderService {
8844
8830
  this.transactionInfoSet = new BehaviorSubject(false);
8845
8831
  this.transactionTotalSet = new BehaviorSubject(false);
8846
8832
  this.transactionInfoMarginInfoSet = new BehaviorSubject(false);
8833
+ this.reservationStateChange = new BehaviorSubject(false);
8834
+ this.reservationPopupToggle = new BehaviorSubject(false);
8847
8835
  this._transaction = new TransactionInfoResponse();
8848
8836
  this._transactionInfo = new TransactionInfo();
8849
8837
  }
@@ -9207,7 +9195,7 @@ DialogTransactionLineWarehouseLocationComponent.decorators = [
9207
9195
  { type: Component, args: [{
9208
9196
  selector: "co-dialog-transaction-line-warehouse-location",
9209
9197
  template: `
9210
- <co-dialog [headerTemplate]="dialogHeader" [footerTemplate]="footerTemplate" [showCloseIcon]="showClose" (closeClick)="handleCloseDialog($event, buttonType.Cancel)">
9198
+ <co-dialog [headerTemplate]="dialogHeader" [footerTemplate]="footerTemplate" [showCloseIcon]="true" (closeClick)="handleCloseDialog($event, buttonType.Cancel)">
9211
9199
  <co-transaction-line-warehouse-location
9212
9200
  [autoClose]="autoClose"
9213
9201
  [useModel]="useModel"
@@ -9535,10 +9523,18 @@ class TransactionHeaderBaseComponent extends TransactionBaseComponent {
9535
9523
  }
9536
9524
  ngOnInit() {
9537
9525
  super.ngOnInit();
9538
- this.transactionInfoSet();
9539
- this.transactionSet();
9540
- this.transactionMarginInfoSet();
9541
- this.transactionTotalSet();
9526
+ if (this.transactionInfo && this.transactionInfo.id) {
9527
+ this.transactionInfoSet();
9528
+ }
9529
+ if (this.transaction && this.transaction.transactionInfo && this.transaction.transactionInfo.id) {
9530
+ this.transactionSet();
9531
+ }
9532
+ if (this.transactionMarginInfo && this.transactionMarginInfo.id) {
9533
+ this.transactionMarginInfoSet();
9534
+ }
9535
+ if (this.transactionTotal) {
9536
+ this.transactionTotalSet();
9537
+ }
9542
9538
  this._headerSubs.push(this.transactionHeaderService.transactionSet.subscribe((set) => {
9543
9539
  if (set) {
9544
9540
  this.transactionSet();
@@ -9601,99 +9597,6 @@ TransactionHeaderBaseComponent.propDecorators = {
9601
9597
  transaction: [{ type: Input }]
9602
9598
  };
9603
9599
 
9604
- class DialogTransactionHeaderBaseComponent extends TransactionHeaderBaseComponent {
9605
- constructor() {
9606
- super(...arguments);
9607
- this.buttonType = AppPopupButtonType;
9608
- this.autoClose = false;
9609
- this.useModel = true;
9610
- this.close = new EventEmitter();
9611
- this.shouldRollbackOnClose = true;
9612
- }
9613
- onClose(eventType, output) {
9614
- return;
9615
- }
9616
- handleValueChange(value) {
9617
- this.value = value;
9618
- }
9619
- handleOkClick() {
9620
- this.onClose(AppPopupButtonType.Ok, this.value);
9621
- }
9622
- handleSearch(text) {
9623
- this.searchText = text;
9624
- }
9625
- handleCloseDialog(event, type) {
9626
- if (event) {
9627
- event.preventDefault();
9628
- event.stopPropagation();
9629
- }
9630
- this.handleClose(type);
9631
- }
9632
- handleClose(type) {
9633
- if (type === AppPopupButtonType.Cancel && this.shouldRollbackOnClose) {
9634
- this.rollback();
9635
- }
9636
- this.close.emit();
9637
- this.onClose(type);
9638
- this.detectChanges();
9639
- }
9640
- }
9641
- DialogTransactionHeaderBaseComponent.decorators = [
9642
- { type: Directive }
9643
- ];
9644
- DialogTransactionHeaderBaseComponent.propDecorators = {
9645
- autoClose: [{ type: Input }],
9646
- useModel: [{ type: Input }],
9647
- close: [{ type: Output }]
9648
- };
9649
-
9650
- class DialogTransactionHeaderBranchComponent extends DialogTransactionHeaderBaseComponent {
9651
- constructor() {
9652
- super(...arguments);
9653
- this.buttonType = AppPopupButtonType;
9654
- }
9655
- showClass() {
9656
- return true;
9657
- }
9658
- handleValueChange(value) {
9659
- this.value = value;
9660
- }
9661
- handleOkClick() {
9662
- this.onClose(AppPopupButtonType.Ok, this.value);
9663
- }
9664
- }
9665
- DialogTransactionHeaderBranchComponent.decorators = [
9666
- { type: Component, args: [{
9667
- selector: "co-dialog-transaction-header-branch",
9668
- template: `
9669
- <co-dialog [headerTemplate]="dialogHeader" [footerTemplate]="footerTemplate" (closeClick)="handleCloseDialog($event, buttonType.Cancel)">
9670
- <co-transaction-header-branch
9671
- [useModel]="useModel"
9672
- [searchText]="searchText"
9673
- (valueChange)="handleValueChange($event)"
9674
- ></co-transaction-header-branch>
9675
- </co-dialog>
9676
- <ng-template #dialogHeader>
9677
- <co-dialog-header-search [title]="'BRANCH'" (search)="handleSearch($event)"></co-dialog-header-search>
9678
- </ng-template>
9679
- <ng-template #footerTemplate>
9680
- <div class="co-dialog-footer-button-wrapper" *ngIf="!useModel">
9681
- <co-button class="save-button"
9682
- [iconData]="iconCacheService.getIcon(icons.CheckDuotone)"
9683
- (click)="handleOkClick()"></co-button>
9684
- <co-button class="close-button"
9685
- [iconData]="iconCacheService.getIcon(icons.Crossskinny)"
9686
- (click)="handleCloseDialog($event, buttonType.Cancel)"></co-button>
9687
- </div>
9688
- </ng-template>
9689
- `,
9690
- encapsulation: ViewEncapsulation.None
9691
- },] }
9692
- ];
9693
- DialogTransactionHeaderBranchComponent.propDecorators = {
9694
- showClass: [{ type: HostBinding, args: ["class.co-dialog-transaction-header-branch",] }]
9695
- };
9696
-
9697
9600
  class TransactionCashRegisterOrderReceiptDialogComponent extends TransactionHeaderBaseComponent {
9698
9601
  constructor() {
9699
9602
  super(...arguments);
@@ -9973,6 +9876,131 @@ TransactionCashRegisterOrderReceiptDialogComponent.propDecorators = {
9973
9876
  showClass: [{ type: HostBinding, args: ["class.co-transaction-cash-register-order-receipt-dialog",] }]
9974
9877
  };
9975
9878
 
9879
+ class DialogBranchComponent {
9880
+ constructor(iconCacheService, _relationService) {
9881
+ this.iconCacheService = iconCacheService;
9882
+ this._relationService = _relationService;
9883
+ this.icons = Icon;
9884
+ this.buttonType = AppPopupButtonType;
9885
+ this.fields = { text: "description", value: "relationId" };
9886
+ this.viewModels = [];
9887
+ this.viewModelsFiltered = [];
9888
+ this.codeField = 'branchNo';
9889
+ this.checkField = 'relationNr';
9890
+ this.propsForLabel = [{ label: 'branchNo' }, { label: 'description' }];
9891
+ }
9892
+ showClass() {
9893
+ return true;
9894
+ }
9895
+ set searchText(value) {
9896
+ if (value !== undefined && value !== null) {
9897
+ this._searchText = value;
9898
+ this._doSearch();
9899
+ }
9900
+ }
9901
+ get searchText() {
9902
+ return this._searchText;
9903
+ }
9904
+ ngOnInit() {
9905
+ this._getCollection();
9906
+ }
9907
+ onClose(eventType, output) {
9908
+ return;
9909
+ }
9910
+ handleSearch(text) {
9911
+ this.searchText = text;
9912
+ }
9913
+ handleOkClick() {
9914
+ this.onClose(AppPopupButtonType.Save, this.value);
9915
+ }
9916
+ handleCloseDialog(event, type) {
9917
+ if (event) {
9918
+ event.preventDefault();
9919
+ event.stopPropagation();
9920
+ }
9921
+ this.onClose(type);
9922
+ }
9923
+ handleChecked(row) {
9924
+ return __awaiter(this, void 0, void 0, function* () {
9925
+ row.checked = true;
9926
+ const currentModel = this.viewModels.find(v => v.value === row.value);
9927
+ if (currentModel) {
9928
+ currentModel.checked = true;
9929
+ }
9930
+ for (let i = 0; i < this.viewModels.length; i++) {
9931
+ if (this.viewModels[i].value !== row.value) {
9932
+ this.viewModels[i].checked = false;
9933
+ }
9934
+ }
9935
+ this.value = row.value;
9936
+ });
9937
+ }
9938
+ _getCollection() {
9939
+ this._relationService.getBranches().then((branches) => {
9940
+ this._collection = branches;
9941
+ this._prepareViewModels();
9942
+ });
9943
+ }
9944
+ _prepareViewModels() {
9945
+ this.viewModels.length = 0;
9946
+ this._collection.forEach((d, index) => {
9947
+ const labels = JSON.parse(JSON.stringify(this.propsForLabel));
9948
+ labels.forEach(l => l.label = d[l.label]);
9949
+ this.viewModels.push({
9950
+ value: d[this.codeField],
9951
+ propsForLabel: labels,
9952
+ checked: (this.value ? this.value === d[this.codeField] : index === 0)
9953
+ });
9954
+ });
9955
+ this.viewModelsFiltered = this.viewModels.slice();
9956
+ if (this.viewModels.length > 0) {
9957
+ // this.valueChange.next(this.value ? this.value : this.viewModels[0].value);
9958
+ }
9959
+ }
9960
+ _doSearch() {
9961
+ this.viewModelsFiltered = JSON.parse(JSON.stringify(this.viewModels));
9962
+ if (this.searchText) {
9963
+ this.viewModelsFiltered = this.viewModelsFiltered.filter(vmf => {
9964
+ return vmf.propsForLabel.find((p) => p.label && p.label.toString().match(new RegExp(this.searchText, 'gi')));
9965
+ });
9966
+ }
9967
+ }
9968
+ }
9969
+ DialogBranchComponent.decorators = [
9970
+ { type: Component, args: [{
9971
+ selector: 'co-dialog-branch',
9972
+ template: `
9973
+ <co-dialog [headerTemplate]="dialogHeader" [footerTemplate]="footerTemplate" (closeClick)="handleCloseDialog($event, buttonType.Cancel)">
9974
+ <co-transaction-line-checkbox-list
9975
+ [collection]="viewModelsFiltered"
9976
+ (checked)="handleChecked($event)"
9977
+ ></co-transaction-line-checkbox-list>
9978
+ </co-dialog>
9979
+ <ng-template #dialogHeader>
9980
+ <co-dialog-header-search [title]="'BRANCH'" (search)="handleSearch($event)"></co-dialog-header-search>
9981
+ </ng-template>
9982
+ <ng-template #footerTemplate>
9983
+ <div class="co-dialog-footer-button-wrapper">
9984
+ <co-button class="save-button"
9985
+ [iconData]="iconCacheService.getIcon(icons.CheckDuotone)"
9986
+ (click)="handleOkClick()"></co-button>
9987
+ <co-button class="close-button"
9988
+ [iconData]="iconCacheService.getIcon(icons.Crossskinny)"
9989
+ (click)="handleCloseDialog($event, buttonType.Cancel)"></co-button>
9990
+ </div>
9991
+ </ng-template>
9992
+ `,
9993
+ encapsulation: ViewEncapsulation.None
9994
+ },] }
9995
+ ];
9996
+ DialogBranchComponent.ctorParameters = () => [
9997
+ { type: IconCacheService },
9998
+ { type: TransactionRelationService }
9999
+ ];
10000
+ DialogBranchComponent.propDecorators = {
10001
+ showClass: [{ type: HostBinding, args: ['class.co-dialog-branch',] }]
10002
+ };
10003
+
9976
10004
  class DialogService {
9977
10005
  constructor(_compFactoryResolver, appRef, injector, dynamicComponentService, _dictionaryService) {
9978
10006
  this._compFactoryResolver = _compFactoryResolver;
@@ -10039,12 +10067,9 @@ class DialogService {
10039
10067
  };
10040
10068
  return this.dynamicComponentService.createComponent(DialogTransactionLineWarehouseCcComponent, data, undefined, [provider]);
10041
10069
  }
10042
- showBranch(transaction) {
10043
- const data = {
10044
- transaction: transaction,
10045
- useModel: false
10046
- };
10047
- return this.dynamicComponentService.createComponent(DialogTransactionHeaderBranchComponent, data);
10070
+ showBranch() {
10071
+ const data = {};
10072
+ return this.dynamicComponentService.createComponent(DialogBranchComponent, data);
10048
10073
  }
10049
10074
  showWarehouseLocation(warehouseNr, useModel, autoClose, showClose, transactionLine) {
10050
10075
  const data = {
@@ -10144,7 +10169,6 @@ class TransactionBaseService extends BaseModuleService {
10144
10169
  this.relationUpdated = new BehaviorSubject(undefined);
10145
10170
  this.transactionKindSet = new BehaviorSubject(false);
10146
10171
  this.transactionMargeViewClicked = new Subject();
10147
- this.currentBranch = "1"; // current user branch, needs to be set before we can do anything with transactions
10148
10172
  this.autoSave = false;
10149
10173
  this.manualSaveParam = false;
10150
10174
  this.applicationUser = false;
@@ -10363,6 +10387,7 @@ class TransactionBaseService extends BaseModuleService {
10363
10387
  this.currentTransaction = new TransactionInfoResponse();
10364
10388
  this._relation = new CustomerFullObject();
10365
10389
  this.articleAmount = 0;
10390
+ this.transactionUpdated.next(undefined);
10366
10391
  this.transactionEventService.orderConfirmationDropped.next(undefined);
10367
10392
  this.transactionEventService.orderConfirmationReset.next();
10368
10393
  }
@@ -10456,6 +10481,10 @@ class TransactionBaseService extends BaseModuleService {
10456
10481
  }
10457
10482
  tryToLockTransaction(id, version, secondAttempt = false) {
10458
10483
  return __awaiter(this, void 0, void 0, function* () {
10484
+ if (id === undefined && version === undefined && this.currentTransaction && this.currentTransaction.transactionInfo && this.currentTransaction.transactionInfo.id) {
10485
+ id = this.currentTransaction.transactionInfo.id;
10486
+ version = this.currentTransaction.transactionInfo.version;
10487
+ }
10459
10488
  this.transactionEventService.blockScreen.next(true);
10460
10489
  if (!id) { // it's a new transaction, no need to lock
10461
10490
  return Promise.resolve(true);
@@ -10547,7 +10576,7 @@ class TransactionBaseService extends BaseModuleService {
10547
10576
  this.hasTransactionLines = this.currentTransaction.transactionLines && this.currentTransaction.transactionLines.length > 0;
10548
10577
  this._setAmount();
10549
10578
  this._checkHeaderStatus();
10550
- // this.checkRefTransaction(); // todo: get from the header status
10579
+ this.checkRefTransaction(); // todo: get from the header status
10551
10580
  if (this.getRelationOnRememberCurrentTransaction) {
10552
10581
  if (this.currentTransaction.transactionInfo.relation && this.currentTransaction.transactionInfo.relation.relationId) {
10553
10582
  if (!this.relation || this.relation.relationId !== this.currentTransaction.transactionInfo.relation.relationId) {
@@ -11696,7 +11725,7 @@ class TransactionService extends PendingReasonService {
11696
11725
  return false;
11697
11726
  });
11698
11727
  }
11699
- changeDirectSellTransactionLine(transactionUuid, lineUuid, newDirectSell, newSupplierId, newPurchaseOrderNumber, newStockForecastDeliveryDate) {
11728
+ updateDirectSellTransactionLine(transactionUuid, lineUuid, newDirectSell, newSupplierId, newPurchaseOrderNumber, newStockForecastDeliveryDate) {
11700
11729
  return __awaiter(this, void 0, void 0, function* () {
11701
11730
  const response = yield this.connector.changeTransactionLineDirectSell(transactionUuid, lineUuid, newDirectSell, newSupplierId, newPurchaseOrderNumber, newStockForecastDeliveryDate);
11702
11731
  if (response) {
@@ -13074,7 +13103,7 @@ class TransactionService extends PendingReasonService {
13074
13103
  checkBranch() {
13075
13104
  return __awaiter(this, void 0, void 0, function* () {
13076
13105
  if (!this.currentBranch) {
13077
- const response = yield this.dialogService.showBranch(this.currentTransaction);
13106
+ const response = yield this.dialogService.showBranch();
13078
13107
  if (response.button !== AppPopupButtonType.Cancel) {
13079
13108
  this.currentBranch = response.output ? response.output.toString() : undefined;
13080
13109
  }
@@ -13409,8 +13438,9 @@ var CheckoutCfgName;
13409
13438
  })(CheckoutCfgName || (CheckoutCfgName = {}));
13410
13439
 
13411
13440
  class CheckoutComponent {
13412
- constructor(service, _relationService, _dictionary, _dialogService, _screenConfigurationService) {
13441
+ constructor(service, _transactionHeaderService, _relationService, _dictionary, _dialogService, _screenConfigurationService) {
13413
13442
  this.service = service;
13443
+ this._transactionHeaderService = _transactionHeaderService;
13414
13444
  this._relationService = _relationService;
13415
13445
  this._dictionary = _dictionary;
13416
13446
  this._dialogService = _dialogService;
@@ -13473,6 +13503,10 @@ class CheckoutComponent {
13473
13503
  this.showOverview = this._screenConfigurationService.getObjectConfigurationFor(this.cfgNames.OverviewAndPaymentHeader).immediatelyVisible();
13474
13504
  this.configLoaded = true;
13475
13505
  }
13506
+ }), this.service.transactionUpdated.subscribe((transaction) => {
13507
+ if (transaction) {
13508
+ this._transactionHeaderService.transaction = transaction;
13509
+ }
13476
13510
  }));
13477
13511
  if (this.newTransaction) {
13478
13512
  this.service.resetCurrentTransaction();
@@ -13641,6 +13675,7 @@ CheckoutComponent.decorators = [
13641
13675
  </ng-container>
13642
13676
  `,
13643
13677
  providers: [
13678
+ TransactionHeaderService,
13644
13679
  { provide: BaseModuleService, useExisting: CheckoutModuleService },
13645
13680
  { provide: BaseModuleScreenConfigService, useExisting: CheckoutScreenConfigurationService },
13646
13681
  ],
@@ -13649,6 +13684,7 @@ CheckoutComponent.decorators = [
13649
13684
  ];
13650
13685
  CheckoutComponent.ctorParameters = () => [
13651
13686
  { type: TransactionService },
13687
+ { type: TransactionHeaderService },
13652
13688
  { type: TransactionRelationService },
13653
13689
  { type: DictionaryService },
13654
13690
  { type: DialogService },
@@ -16244,6 +16280,52 @@ TransactionTotalsComponent.propDecorators = {
16244
16280
  showClass: [{ type: HostBinding, args: ["class.co-transaction-totals",] }]
16245
16281
  };
16246
16282
 
16283
+ class DialogTransactionHeaderBaseComponent extends TransactionHeaderBaseComponent {
16284
+ constructor() {
16285
+ super(...arguments);
16286
+ this.buttonType = AppPopupButtonType;
16287
+ this.autoClose = false;
16288
+ this.useModel = true;
16289
+ this.close = new EventEmitter();
16290
+ this.shouldRollbackOnClose = true;
16291
+ }
16292
+ onClose(eventType, output) {
16293
+ return;
16294
+ }
16295
+ handleValueChange(value) {
16296
+ this.value = value;
16297
+ }
16298
+ handleOkClick() {
16299
+ this.onClose(AppPopupButtonType.Ok, this.value);
16300
+ }
16301
+ handleSearch(text) {
16302
+ this.searchText = text;
16303
+ }
16304
+ handleCloseDialog(event, type) {
16305
+ if (event) {
16306
+ event.preventDefault();
16307
+ event.stopPropagation();
16308
+ }
16309
+ this.handleClose(type);
16310
+ }
16311
+ handleClose(type) {
16312
+ if (type === AppPopupButtonType.Cancel && this.shouldRollbackOnClose) {
16313
+ this.rollback();
16314
+ }
16315
+ this.close.emit();
16316
+ this.onClose(type);
16317
+ this.detectChanges();
16318
+ }
16319
+ }
16320
+ DialogTransactionHeaderBaseComponent.decorators = [
16321
+ { type: Directive }
16322
+ ];
16323
+ DialogTransactionHeaderBaseComponent.propDecorators = {
16324
+ autoClose: [{ type: Input }],
16325
+ useModel: [{ type: Input }],
16326
+ close: [{ type: Output }]
16327
+ };
16328
+
16247
16329
  class DialogTransactionHeaderDiscountComponent extends DialogTransactionHeaderBaseComponent {
16248
16330
  constructor() {
16249
16331
  super(...arguments);
@@ -16918,12 +17000,9 @@ class TransactionLineImageAndDescriptionComponent extends TransactionLineBaseCom
16918
17000
  constructor() {
16919
17001
  super(...arguments);
16920
17002
  this.popUpView = false;
16921
- this.isFirst = false;
16922
17003
  this.showPurchaseDesc = false;
16923
- this.preview = false;
16924
17004
  this.openArticleTextClicked = new EventEmitter();
16925
17005
  this.handleDeleteLine = new EventEmitter();
16926
- this.expanded = false;
16927
17006
  this.showDivider = false;
16928
17007
  this.imageAndDescriptionConfigNames = {
16929
17008
  image: this.cfgNames.Image,
@@ -17046,10 +17125,8 @@ TransactionLineImageAndDescriptionComponent.decorators = [
17046
17125
  ];
17047
17126
  TransactionLineImageAndDescriptionComponent.propDecorators = {
17048
17127
  popUpView: [{ type: Input }],
17049
- isFirst: [{ type: Input }],
17050
17128
  showPurchaseDesc: [{ type: Input }],
17051
17129
  showClass: [{ type: HostBinding, args: ["class.co-transaction-line-image-and-description",] }],
17052
- preview: [{ type: HostBinding, args: ["class.preview",] }, { type: Input }],
17053
17130
  openArticleTextClicked: [{ type: Output }],
17054
17131
  handleDeleteLine: [{ type: Output }]
17055
17132
  };
@@ -18435,7 +18512,6 @@ class TransactionQuickAccessSendMethodBaseComponent extends TransactionHeaderBas
18435
18512
  this.emailAddresses = [];
18436
18513
  this.showSendMethodDialog = false;
18437
18514
  this.sendMethods = sendMethodsWithIcon;
18438
- this.showLoader = false;
18439
18515
  this.historicReports = [];
18440
18516
  }
18441
18517
  ngOnInit() {
@@ -18622,7 +18698,7 @@ class TransactionQuickAccessReceivedGoodsComponent extends TransactionQuickAcces
18622
18698
  }
18623
18699
  handleGlobalLocationChange(location) {
18624
18700
  this.globalWarehouseLocation = location;
18625
- this.transactionService.currentTransaction.transactionLines
18701
+ this.transactionLines
18626
18702
  .filter(l => l.isLocationRequired && l.articleLineStatus.quantityToReceive > 0 && !l.locationNr)
18627
18703
  .forEach((l) => {
18628
18704
  l.locationNr = location;
@@ -18630,7 +18706,7 @@ class TransactionQuickAccessReceivedGoodsComponent extends TransactionQuickAcces
18630
18706
  });
18631
18707
  }
18632
18708
  checkForLocationButtonVisibility() {
18633
- const trLines = this.transactionService.currentTransaction.transactionLines;
18709
+ const trLines = this.transactionLines;
18634
18710
  if (trLines.length === 0) {
18635
18711
  return;
18636
18712
  }
@@ -18683,12 +18759,13 @@ TransactionQuickAccessReceivedGoodsComponent.decorators = [
18683
18759
  [placeholder]="'PACKING_SLIP' | localize"
18684
18760
  [(model)]="packingSlipNr"
18685
18761
  ></co-input-text>
18686
- <co-transaction-labeled-warehouse-location-button
18687
- *ngIf="internalParamMLocat && showWarehouseLocationButton"
18762
+ <!--
18763
+ <co-transaction-labeled-warehouse-location-button *ngIf="internalParamMLocat && showWarehouseLocationButton"
18688
18764
  [locationNr]="globalWarehouseLocation"
18689
18765
  [warehouseNumber]="warehouseNumber"
18690
18766
  (locationNrChange)="handleGlobalLocationChange($event)"
18691
18767
  ></co-transaction-labeled-warehouse-location-button>
18768
+ -->
18692
18769
  <co-quick-send-button
18693
18770
  [showSendMethodIcon]="false"
18694
18771
  [icon]="icons.CheckDuotone"
@@ -19292,7 +19369,7 @@ TransactionOverviewLineComponent.decorators = [
19292
19369
  [configNames]="statusBarConfigNames"
19293
19370
  [activeCategory]="category.SalesOrderOverview"></co-transaction-line-statusbar>
19294
19371
  </div>
19295
- <div class="column2">
19372
+ <div class="column2 big-column">
19296
19373
  <div class="transaction-field-wrapper">
19297
19374
  <div class="inside-field">
19298
19375
  <co-transaction-line-label [insideLabel]="'COMMISSION_CODE'"></co-transaction-line-label>
@@ -19317,7 +19394,7 @@ TransactionOverviewLineComponent.decorators = [
19317
19394
  </div>
19318
19395
  </div>
19319
19396
  </div>
19320
- <div class="column3">
19397
+ <div class="column3 min">
19321
19398
  <div class="transaction-field-wrapper">
19322
19399
  <div class="inside-field">
19323
19400
  <co-transaction-line-label [insideLabel]="'DELIVERY_METHOD'"></co-transaction-line-label>
@@ -19904,6 +19981,7 @@ TransactionReceiveGoodsLineComponent.decorators = [
19904
19981
  ></co-transaction-line-warehouse-button>
19905
19982
  </div>
19906
19983
  </div>
19984
+ <!-- dit ding werkt helemaal niet
19907
19985
  <div class="transaction-field-wrapper">
19908
19986
  <div class="inside-field">
19909
19987
  <co-transaction-line-label [insideLabel]="'WAREHOUSE_LOCATION'"></co-transaction-line-label>
@@ -19915,6 +19993,7 @@ TransactionReceiveGoodsLineComponent.decorators = [
19915
19993
  </co-transaction-line-warehouse-location-button>
19916
19994
  </div>
19917
19995
  </div>
19996
+ -->
19918
19997
  </div>
19919
19998
  <div class="column3">
19920
19999
  <div class="transaction-field-wrapper">
@@ -20001,11 +20080,91 @@ TransactionReceiveGoodsLineComponent.propDecorators = {
20001
20080
  showClass: [{ type: HostBinding, args: ["class.co-transaction-receive-goods-line",] }]
20002
20081
  };
20003
20082
 
20083
+ class TransactionSalesReservationService {
20084
+ constructor(_transaction) {
20085
+ this._transaction = _transaction;
20086
+ this.lineNr = 0;
20087
+ this.salesReservationLines = [];
20088
+ }
20089
+ getSalesOrderLines(salesOrderId) {
20090
+ return __awaiter(this, void 0, void 0, function* () {
20091
+ if (salesOrderId) {
20092
+ this.purchaseReservations = yield this._transaction.getSalesOrderLines(this.makeGetSalesOrderLinesRequest(salesOrderId));
20093
+ }
20094
+ });
20095
+ }
20096
+ makeGetSalesOrderLinesRequest(salesOrderId, purchaseTransactionOrder, correctionAllowed, correctionMode, supplierNo) {
20097
+ let request = new OrderReservationSalesOrderLinesRequest();
20098
+ request.salesOrderId = salesOrderId;
20099
+ request.purchaseTransactionOrder = purchaseTransactionOrder;
20100
+ request.correctionAllowed = correctionAllowed;
20101
+ request.correctionMode = correctionMode;
20102
+ request.supplierNo = supplierNo;
20103
+ return request;
20104
+ }
20105
+ reservationAvailable(salesOrderId, lineNr) {
20106
+ if (salesOrderId && lineNr) {
20107
+ let reservation = this.purchaseReservations.find((reservation) => reservation.salesOrderId === salesOrderId);
20108
+ if (reservation) {
20109
+ let line = reservation.salesOrderLines.find((line) => line.lineNr === lineNr);
20110
+ return !!line;
20111
+ }
20112
+ else {
20113
+ return false;
20114
+ }
20115
+ }
20116
+ else {
20117
+ return false;
20118
+ }
20119
+ }
20120
+ processReservation(reservationLines) {
20121
+ var _a;
20122
+ return __awaiter(this, void 0, void 0, function* () {
20123
+ let request = new ProcessOrderReservationRequest();
20124
+ request.transId = this._transaction.currentTransaction.transactionInfo.id;
20125
+ request.lineId = this.lineNr;
20126
+ request.reservationLines = reservationLines;
20127
+ let response = yield this._transaction.processReservation(request);
20128
+ if ((_a = response === null || response === void 0 ? void 0 : response.transactionInfo) === null || _a === void 0 ? void 0 : _a.id) {
20129
+ this._transaction.currentTransaction = response;
20130
+ yield this._transaction.saveTransaction(true);
20131
+ yield this._transaction.commit();
20132
+ if (this._transaction.currentTransaction.transactionInfo.id) {
20133
+ yield this._transaction.getTransactionById(this._transaction.currentTransaction.transactionInfo.id);
20134
+ }
20135
+ yield this.getSalesOrderLines(request.transId);
20136
+ this.resetLineData();
20137
+ return true;
20138
+ }
20139
+ else {
20140
+ return false;
20141
+ }
20142
+ });
20143
+ }
20144
+ resetLineData() {
20145
+ this.salesReservationLines = [];
20146
+ this.salesReservationLines = [];
20147
+ this.lineNr = undefined;
20148
+ }
20149
+ }
20150
+ TransactionSalesReservationService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TransactionSalesReservationService_Factory() { return new TransactionSalesReservationService(i0.ɵɵinject(TransactionService)); }, token: TransactionSalesReservationService, providedIn: "root" });
20151
+ TransactionSalesReservationService.decorators = [
20152
+ { type: Injectable, args: [{
20153
+ providedIn: "root"
20154
+ },] }
20155
+ ];
20156
+ TransactionSalesReservationService.ctorParameters = () => [
20157
+ { type: TransactionService }
20158
+ ];
20159
+
20004
20160
  class TransactionPurchaseLineBaseComponent extends TransactionLineBaseComponent {
20005
- constructor() {
20006
- super(...arguments);
20161
+ constructor(transactionHeaderService, transactionLineService, transactionEventService, iconCacheService, screenConfigService, imageService, dictionaryService, transactionService, changeDetector, salesReservationService) {
20162
+ super(transactionHeaderService, transactionLineService, transactionEventService, iconCacheService, screenConfigService, imageService, dictionaryService, transactionService, changeDetector);
20163
+ this.salesReservationService = salesReservationService;
20007
20164
  this.showCheckboxForLine = false;
20008
20165
  this.hasPurchaseOrder = false;
20166
+ this.hasReservations = false;
20167
+ this.currentlyReserving = false;
20009
20168
  this._subs = [];
20010
20169
  }
20011
20170
  ngOnInit() {
@@ -20013,6 +20172,15 @@ class TransactionPurchaseLineBaseComponent extends TransactionLineBaseComponent
20013
20172
  this._subs.push(this.transactionEventService.selectAllSalesOrderLinesForPurchase.subscribe((value) => {
20014
20173
  this.transactionLine.selected = value && this.showCheckboxForLine;
20015
20174
  this.detectChanges();
20175
+ }), this.transactionHeaderService.reservationStateChange.subscribe((state) => {
20176
+ this.currentlyReserving = state;
20177
+ if (state) {
20178
+ this.hasReservations = this.salesReservationService.reservationAvailable(this.transactionHeaderService.transaction.transactionInfo.id, this.transactionLineService.transactionLine.lineNr);
20179
+ }
20180
+ else {
20181
+ this.hasReservations = false;
20182
+ }
20183
+ this.detectChanges();
20016
20184
  }));
20017
20185
  }
20018
20186
  ngOnDestroy() {
@@ -20054,56 +20222,23 @@ class TransactionPurchaseLineBaseComponent extends TransactionLineBaseComponent
20054
20222
  }
20055
20223
  TransactionPurchaseLineBaseComponent.decorators = [
20056
20224
  { type: Directive }
20057
- ];
20058
-
20059
- class PurchaseReservationService {
20060
- constructor() {
20061
- this._purchaseReservations = [];
20062
- this._purchaseReservationPurchaseLines = [];
20063
- this._lineId = 0;
20064
- }
20065
- get purchaseReservations() {
20066
- return this._purchaseReservations;
20067
- }
20068
- get purchaseReservationPurchaseLines() {
20069
- return this._purchaseReservationPurchaseLines;
20070
- }
20071
- get lineId() {
20072
- return this._lineId;
20073
- }
20074
- set purchaseReservations(reservations) {
20075
- this._purchaseReservations = reservations;
20076
- }
20077
- set purchaseReservationPurchaseLines(lines) {
20078
- this._purchaseReservationPurchaseLines = lines;
20079
- }
20080
- set lineId(id) {
20081
- this._lineId = id;
20082
- }
20083
- }
20084
- PurchaseReservationService.ɵprov = i0.ɵɵdefineInjectable({ factory: function PurchaseReservationService_Factory() { return new PurchaseReservationService(); }, token: PurchaseReservationService, providedIn: "root" });
20085
- PurchaseReservationService.decorators = [
20086
- { type: Injectable, args: [{
20087
- providedIn: 'root'
20088
- },] }
20225
+ ];
20226
+ TransactionPurchaseLineBaseComponent.ctorParameters = () => [
20227
+ { type: TransactionHeaderService },
20228
+ { type: TransactionLineService },
20229
+ { type: TransactionEventService },
20230
+ { type: IconCacheService },
20231
+ { type: TransactionScreenConfigurationService },
20232
+ { type: TransactionImageService },
20233
+ { type: DictionaryService },
20234
+ { type: TransactionService },
20235
+ { type: ChangeDetectorRef },
20236
+ { type: TransactionSalesReservationService }
20089
20237
  ];
20090
20238
 
20091
20239
  class TransactionPurchaseLineComponent extends TransactionPurchaseLineBaseComponent {
20092
- constructor(transactionHeaderService, transactionLineService, transactionEventService, iconCacheService, screenConfigService, imageService, dictionaryService, transactionService, changeDetector, _purchaseReservationService) {
20093
- super(transactionHeaderService, transactionLineService, transactionEventService, iconCacheService, screenConfigService, imageService, dictionaryService, transactionService, changeDetector);
20094
- this.transactionHeaderService = transactionHeaderService;
20095
- this.transactionLineService = transactionLineService;
20096
- this.transactionEventService = transactionEventService;
20097
- this.iconCacheService = iconCacheService;
20098
- this.screenConfigService = screenConfigService;
20099
- this.imageService = imageService;
20100
- this.dictionaryService = dictionaryService;
20101
- this.transactionService = transactionService;
20102
- this.changeDetector = changeDetector;
20103
- this._purchaseReservationService = _purchaseReservationService;
20104
- this.reservation = false;
20105
- this.subscriptions = [];
20106
- this.purchaseReservations = [];
20240
+ constructor() {
20241
+ super(...arguments);
20107
20242
  this.statusBarConfigNames = {
20108
20243
  statusBarBT: this.cfgNames.StatusBarBT,
20109
20244
  statusBarTG: this.cfgNames.StatusBarTG,
@@ -20126,20 +20261,6 @@ class TransactionPurchaseLineComponent extends TransactionPurchaseLineBaseCompon
20126
20261
  showClass() {
20127
20262
  return true;
20128
20263
  }
20129
- ngOnInit() {
20130
- super.ngOnInit();
20131
- this.subscriptions.push(this.transactionEventService.reservationModeToggle.subscribe(([reservationMode, purchaseReservations]) => {
20132
- this.reservation = reservationMode;
20133
- this.purchaseReservations = purchaseReservations;
20134
- this.changeDetector.markForCheck();
20135
- this.changeDetector.detectChanges();
20136
- }));
20137
- }
20138
- ngOnDestroy() {
20139
- super.ngOnDestroy();
20140
- this.subscriptions.forEach(sub => sub.unsubscribe());
20141
- this.reservation = false;
20142
- }
20143
20264
  transactionLineSelectedChanged(selected) {
20144
20265
  this.transactionLine.selected = selected;
20145
20266
  if (this.transactionLine.orderLineSetCode) {
@@ -20155,15 +20276,11 @@ class TransactionPurchaseLineComponent extends TransactionPurchaseLineBaseCompon
20155
20276
  }
20156
20277
  }
20157
20278
  }
20158
- handleReservationModeClick(mouseClick) {
20159
- this.transactionEventService.reservationModeToggle.next([this.transactionHeaderService.reservationMode, this.purchaseReservations]);
20160
- this._purchaseReservationService.purchaseReservationPurchaseLines = this.purchaseReservationLines();
20161
- this._purchaseReservationService.lineId = this.transactionLine.lineNr;
20162
- this.transactionEventService.openSidePanel.next(this.transactionLine);
20163
- }
20164
- purchaseReservationLines() {
20165
- let line = this.purchaseReservations[0].salesOrderLines.find(line => line.lineNr === this.transactionLine.lineNr);
20166
- return this.purchaseReservations[0].salesOrderLines[this.purchaseReservations[0].salesOrderLines.indexOf(line)].reservationOrderLines;
20279
+ handleReservationModeClick(lineNr) {
20280
+ this.salesReservationService.lineNr = this.transactionLine.lineNr;
20281
+ let reservation = this.salesReservationService.purchaseReservations.find((reservation) => reservation.salesOrderId === this.transactionHeaderService.transaction.transactionInfo.id);
20282
+ this.salesReservationService.salesReservationLines = reservation.salesOrderLines.filter((line) => line.lineNr === lineNr);
20283
+ this.transactionHeaderService.reservationPopupToggle.next(true);
20167
20284
  }
20168
20285
  }
20169
20286
  TransactionPurchaseLineComponent.decorators = [
@@ -20179,7 +20296,7 @@ TransactionPurchaseLineComponent.decorators = [
20179
20296
  (checkboxValueChanged)="transactionLineSelectedChanged($event)"
20180
20297
  [isFirst]="isFirst"
20181
20298
  [showPurchaseDescAndPrice]="true">
20182
- <span *ngIf="transactionHeaderService.reservationMode && purchaseReservationLines().length > 0" class="button reservation-button"><co-icon (click)="handleReservationModeClick($event)"
20299
+ <span *ngIf="transactionHeaderService.reservationMode && hasReservations" class="button reservation-button"><co-icon (click)="handleReservationModeClick(transactionLine.lineNr)"
20183
20300
  [iconData]="iconCacheService.getIcon(icons.PalletBoxesRotate)"></co-icon></span>
20184
20301
  <div class="transaction-line-wrapper" [class.transaction-not-definitive]="!transactionInfo.transactionDefinitive">
20185
20302
  <div *ngIf=!preview class="transaction-line-extended-wrapper">
@@ -20240,9 +20357,6 @@ TransactionPurchaseLineComponent.decorators = [
20240
20357
  <co-transaction-line-confirmed-delivery-date-button
20241
20358
  [screenConfigurationObject]="cfgNames.LineConfirmedDeliveryDate"
20242
20359
  ></co-transaction-line-confirmed-delivery-date-button>
20243
- <co-transaction-line-drop-shipment-button
20244
- [screenConfigurationObject]="cfgNames.LineDropShipment"
20245
- [class.active]="transactionLine.dropShipment"></co-transaction-line-drop-shipment-button>
20246
20360
  </div>
20247
20361
  <div class="column4 less-then-four">
20248
20362
  <div class="transaction-field-wrapper">
@@ -20292,26 +20406,14 @@ TransactionPurchaseLineComponent.decorators = [
20292
20406
  changeDetection: ChangeDetectionStrategy.OnPush
20293
20407
  },] }
20294
20408
  ];
20295
- TransactionPurchaseLineComponent.ctorParameters = () => [
20296
- { type: TransactionHeaderService },
20297
- { type: TransactionLineService },
20298
- { type: TransactionEventService },
20299
- { type: IconCacheService },
20300
- { type: TransactionScreenConfigurationService },
20301
- { type: TransactionImageService },
20302
- { type: DictionaryService },
20303
- { type: TransactionService },
20304
- { type: ChangeDetectorRef },
20305
- { type: PurchaseReservationService }
20306
- ];
20307
20409
  TransactionPurchaseLineComponent.propDecorators = {
20308
20410
  showClass: [{ type: HostBinding, args: ["class.co-transaction-purchase-line",] }]
20309
20411
  };
20310
20412
 
20311
20413
  class TransactionQuickAccessOrderPurchaseComponent extends TransactionQuickAccessSendMethodBaseComponent {
20312
- constructor() {
20313
- super(...arguments);
20314
- this.showLoader = false;
20414
+ constructor(searchService, transactionHeaderService, transactionEventService, iconCacheService, screenConfigService, imageService, dictionaryService, transactionService, changeDetector, dialogService, salesReservationService) {
20415
+ super(searchService, transactionHeaderService, transactionEventService, iconCacheService, screenConfigService, imageService, dictionaryService, transactionService, changeDetector, dialogService);
20416
+ this.salesReservationService = salesReservationService;
20315
20417
  this.canGenerate = false;
20316
20418
  this.reportDocumentEmailRequest = new ReportingDocumentEmailSignDocBaseRequest();
20317
20419
  this.reportDocumentPrintRequest = new ReportingDocumentPrintSignDocBaseRequest();
@@ -20347,12 +20449,19 @@ class TransactionQuickAccessOrderPurchaseComponent extends TransactionQuickAcces
20347
20449
  });
20348
20450
  }
20349
20451
  handleReservationModeClick() {
20452
+ var _a, _b;
20350
20453
  return __awaiter(this, void 0, void 0, function* () {
20351
- let request = new OrderReservationSalesOrderLinesRequest();
20352
- request.salesOrderId = this.transactionInfo.id;
20353
- let purchaseReservations = yield this.transactionService.getSalesOrderLines(request);
20354
- this.transactionHeaderService.reservationMode = !this.transactionHeaderService.reservationMode;
20355
- this.transactionEventService.reservationModeToggle.next([this.transactionHeaderService.reservationMode, purchaseReservations]);
20454
+ if ((_b = (_a = this.transaction) === null || _a === void 0 ? void 0 : _a.transactionInfo) === null || _b === void 0 ? void 0 : _b.id) {
20455
+ if (!this.transactionHeaderService.reservationMode) {
20456
+ yield this.salesReservationService.getSalesOrderLines(this.transaction.transactionInfo.id);
20457
+ }
20458
+ else {
20459
+ this.salesReservationService.purchaseReservations = [];
20460
+ }
20461
+ this.transactionHeaderService.reservationMode = !this.transactionHeaderService.reservationMode;
20462
+ this.transactionHeaderService.reservationStateChange.next(this.transactionHeaderService.reservationMode);
20463
+ }
20464
+ this.changeDetector.detectChanges();
20356
20465
  });
20357
20466
  }
20358
20467
  transactionSet() {
@@ -20426,6 +20535,19 @@ TransactionQuickAccessOrderPurchaseComponent.decorators = [
20426
20535
  encapsulation: ViewEncapsulation.None
20427
20536
  },] }
20428
20537
  ];
20538
+ TransactionQuickAccessOrderPurchaseComponent.ctorParameters = () => [
20539
+ { type: TransactionSearchService },
20540
+ { type: TransactionHeaderService },
20541
+ { type: TransactionEventService },
20542
+ { type: IconCacheService },
20543
+ { type: TransactionScreenConfigurationService },
20544
+ { type: TransactionImageService },
20545
+ { type: DictionaryService },
20546
+ { type: TransactionService },
20547
+ { type: ChangeDetectorRef },
20548
+ { type: DialogService },
20549
+ { type: TransactionSalesReservationService }
20550
+ ];
20429
20551
  TransactionQuickAccessOrderPurchaseComponent.propDecorators = {
20430
20552
  showClass: [{ type: HostBinding, args: ["class.co-transaction-quick-access-order-purchase",] }]
20431
20553
  };
@@ -20892,7 +21014,6 @@ class TransactionCardSalesOverviewComponent extends TransactionLineBaseComponent
20892
21014
  lineDiscountSpecial: this.cfgNames.LineDiscountSpecial,
20893
21015
  lineDiscountQuantum: this.cfgNames.LineDiscountQuantum
20894
21016
  };
20895
- this.expanded = false;
20896
21017
  }
20897
21018
  showClass() {
20898
21019
  return true;
@@ -21018,7 +21139,6 @@ class TransactionCardPurchaseOverviewComponent extends TransactionLineBaseCompon
21018
21139
  statusBarBG: this.cfgNames.StatusBarBG,
21019
21140
  statusBarFC: this.cfgNames.StatusBarFC
21020
21141
  };
21021
- this.expanded = false;
21022
21142
  this.showCheckboxForLine = false;
21023
21143
  this._subs = [];
21024
21144
  }
@@ -22530,7 +22650,6 @@ TransactionCardInvoiceComponent.propDecorators = {
22530
22650
  class TransactionCardPurchaseComponent extends TransactionPurchaseLineBaseComponent {
22531
22651
  constructor() {
22532
22652
  super(...arguments);
22533
- this.expanded = false;
22534
22653
  this.statusBarConfigNames = {
22535
22654
  statusBarBT: this.cfgNames.StatusBarBT,
22536
22655
  statusBarTG: this.cfgNames.StatusBarTG,
@@ -23565,6 +23684,13 @@ class TransactionSalesOrderQuotationLineComponent extends TransactionLineBaseCom
23565
23684
  this.dictionaryService = dictionaryService;
23566
23685
  this.transactionService = transactionService;
23567
23686
  this.changeDetector = changeDetector;
23687
+ this.discountConfigNames = {
23688
+ linePriceList: this.cfgNames.LinePriceList,
23689
+ lineDiscountAmount: this.cfgNames.LineDiscountAmount,
23690
+ lineDiscountPercentage: this.cfgNames.LineDiscountPercentage,
23691
+ lineDiscountSpecial: this.cfgNames.LineDiscountSpecial,
23692
+ lineDiscountQuantum: this.cfgNames.LineDiscountQuantum
23693
+ };
23568
23694
  this.TransactionTypeCategory = TransactionTypeCategory;
23569
23695
  }
23570
23696
  showClass() {
@@ -23595,39 +23721,71 @@ TransactionSalesOrderQuotationLineComponent.decorators = [
23595
23721
  <ng-container *ngIf="transactionLine.isArticle">
23596
23722
  <div class="transaction-line-wrapper">
23597
23723
  <div class="transaction-line-extended-wrapper">
23598
- <div class="column1">
23599
- <co-transaction-line-commission-button
23600
- [screenConfigurationObject]="cfgNames.LineCommission"
23601
- ></co-transaction-line-commission-button>
23602
- <co-transaction-line-warehouse-button
23603
- [screenConfigurationObject]="cfgNames.LineWarehouse"
23604
- ></co-transaction-line-warehouse-button>
23605
- </div>
23606
23724
  <div class="column2">
23607
- <co-transaction-line-delivery-date-button
23608
- class="transaction-line-delivery-date two-column"
23609
- ></co-transaction-line-delivery-date-button>
23725
+ <div class="transaction-field-wrapper">
23726
+ <div class="inside-field">
23727
+ <co-transaction-line-label [insideLabel]="'COMMISSION_CODE'"></co-transaction-line-label>
23728
+ <co-transaction-line-commission-button
23729
+ [screenConfigurationObject]="cfgNames.LineCommission"
23730
+ ></co-transaction-line-commission-button>
23731
+ </div>
23732
+ </div>
23733
+ <div class="transaction-field-wrapper">
23734
+ <div class="inside-field">
23735
+ <co-transaction-line-label [insideLabel]="'WAREHOUSE'"></co-transaction-line-label>
23736
+ <co-transaction-line-warehouse-button
23737
+ [screenConfigurationObject]="cfgNames.LineWarehouse"
23738
+ ></co-transaction-line-warehouse-button>
23739
+ </div>
23740
+ </div>
23610
23741
  </div>
23611
- </div>
23612
- <div class="transaction-line-section">
23613
- <div class="transaction-line-totals">
23614
- <co-transaction-line-price
23615
- class="transaction-line-totals-price price"
23616
- [showLabel]="false"
23617
- [defaultEditMode]="false"
23618
- ></co-transaction-line-price>
23619
- <co-transaction-line-discount-button></co-transaction-line-discount-button>
23620
- <co-editable-label
23621
- class="transaction-line-totals-total price"
23622
- [model]="transactionLine.displayNetLineTotal | coCurrency: true"
23623
- [editModel]="transactionLine.displayNetLineTotal"
23624
- [readonly]="true"
23625
- [commit]="!readonly"
23626
- ></co-editable-label>
23627
- <div class="transaction-line-totals-amount">
23628
- <co-transaction-line-amount
23629
- class="amount-number-picker"
23630
- ></co-transaction-line-amount>
23742
+ <div class="column3">
23743
+ <div class="transaction-field-wrapper">
23744
+ <div class="inside-field">
23745
+ <co-transaction-line-label [insideLabel]="'DELIVERY_DATE'"></co-transaction-line-label>
23746
+ <co-transaction-line-delivery-date-button class="transaction-line-delivery-date two-column"
23747
+ [screenConfigurationObject]="cfgNames.LineDeliveryDate"
23748
+ ></co-transaction-line-delivery-date-button>
23749
+ </div>
23750
+ </div>
23751
+ </div>
23752
+ <div class="column4">
23753
+ <div class="transaction-field-wrapper">
23754
+ <div class="inside-field">
23755
+ <co-transaction-line-label [insideLabel]="'PRICE'"></co-transaction-line-label>
23756
+ <co-transaction-line-price class="transaction-line-totals-price price"
23757
+ [screenConfigurationObject]="cfgNames.LinePrice"
23758
+ [showLabel]="false"
23759
+ [defaultEditMode]="false"
23760
+ ></co-transaction-line-price>
23761
+ </div>
23762
+ </div>
23763
+ <div class="transaction-field-wrapper">
23764
+ <div class="inside-field">
23765
+ <co-transaction-line-label [insideLabel]="'DISCOUNT'"></co-transaction-line-label>
23766
+ <co-transaction-line-discount-button *ngIf="!preview"
23767
+ [screenConfigurationObject]="cfgNames.LineDiscount"
23768
+ [configNames]="discountConfigNames"
23769
+ ></co-transaction-line-discount-button>
23770
+ </div>
23771
+ </div>
23772
+ <div class="transaction-field-wrapper">
23773
+ <div class="inside-field">
23774
+ <co-transaction-line-label [insideLabel]="'QUANTITY'"></co-transaction-line-label>
23775
+ <co-transaction-line-amount class="amount-number-picker"
23776
+ [screenConfigurationObject]="cfgNames.LineAmount"
23777
+ ></co-transaction-line-amount>
23778
+ </div>
23779
+ </div>
23780
+ <div class="transaction-field-wrapper">
23781
+ <div class="inside-field">
23782
+ <co-transaction-line-label [insideLabel]="'TOTAL'"></co-transaction-line-label>
23783
+ <co-editable-label class="transaction-line-totals-total price"
23784
+ [model]="transactionLine.netLineTotal | coCurrency: true"
23785
+ [editModel]="transactionLine.netLineTotal"
23786
+ [readonly]="true"
23787
+ ></co-editable-label>
23788
+ </div>
23631
23789
  </div>
23632
23790
  </div>
23633
23791
  </div>
@@ -23947,11 +24105,10 @@ TransactionQuickAccessSalesQuotationComponent.decorators = [
23947
24105
  [historicReports]="historicReports"
23948
24106
  [transactionTypeCategory]="transactionTypeCategory.SalesOrderQuotation"
23949
24107
  ></co-transaction-send-documents>
23950
- <co-transaction-button
24108
+ <co-transaction-button class="sales-quote-btn custom-width"
23951
24109
  [label]="'SALES_ORDER' | localize"
23952
24110
  [iconData]="iconCacheService.getIcon(icons.CartShoppingRegular)"
23953
24111
  (click)="createSalesOrder()"
23954
- class="sales-quote-btn custom-width"
23955
24112
  ></co-transaction-button>
23956
24113
  <co-transaction-navigation-button-list
23957
24114
  [refTransactions]="getCurrentRefTransactions()"
@@ -24154,7 +24311,6 @@ TransactionSearchSalesQuotationTileComponent.propDecorators = {
24154
24311
  class TransactionCardGoodsAllocationComponent extends TransactionGoodsAllocationLineComponent {
24155
24312
  constructor() {
24156
24313
  super(...arguments);
24157
- this.expanded = false;
24158
24314
  this.statusBarConfigNames = {
24159
24315
  statusBarBT: this.cfgNames.StatusBarBT,
24160
24316
  statusBarTG: this.cfgNames.StatusBarTG,
@@ -24299,7 +24455,6 @@ TransactionCardGoodsAllocationComponent.propDecorators = {
24299
24455
  class TransactionCardToBePickedComponent extends TransactionToBePickedLineComponent {
24300
24456
  constructor() {
24301
24457
  super(...arguments);
24302
- this.expanded = false;
24303
24458
  this.statusBarConfigNames = {
24304
24459
  statusBarBT: this.cfgNames.StatusBarBT,
24305
24460
  statusBarTG: this.cfgNames.StatusBarTG,
@@ -24443,7 +24598,6 @@ TransactionCardToBePickedComponent.propDecorators = {
24443
24598
  class TransactionCardPickedComponent extends TransactionPickedLineComponent {
24444
24599
  constructor() {
24445
24600
  super(...arguments);
24446
- this.expanded = false;
24447
24601
  this.statusBarConfigNames = {
24448
24602
  statusBarBT: this.cfgNames.StatusBarBT,
24449
24603
  statusBarTG: this.cfgNames.StatusBarTG,
@@ -25434,8 +25588,42 @@ class TransactionPlanningLineComponent extends TransactionLineBaseComponent {
25434
25588
  }
25435
25589
  }
25436
25590
  dragStarted(ev) {
25591
+ var _a, _b, _c;
25437
25592
  this._deliveryPlanningService.currentTransId = this.transactionInfo.id;
25438
- ev.dataTransfer.setData('text', 'lines');
25593
+ ev.target.classList.add('dragging');
25594
+ const lineElement = ev.target.closest('co-transaction-base-line');
25595
+ if (!lineElement)
25596
+ return;
25597
+ const dragBox = (_a = lineElement.querySelector('.co-transaction-line-image-and-description')) === null || _a === void 0 ? void 0 : _a.cloneNode(true);
25598
+ const dragImage = document.createElement('div');
25599
+ dragImage.style.display = 'flex';
25600
+ dragImage.style.flexDirection = 'row';
25601
+ dragImage.style.alignItems = 'center';
25602
+ dragImage.style.justifyContent = 'space-around';
25603
+ dragImage.style.width = '250px';
25604
+ dragImage.style.minHeight = '50px';
25605
+ dragImage.style.padding = '10px';
25606
+ dragImage.style.backgroundColor = '#ffffff';
25607
+ dragImage.style.border = '1px solid #ccc';
25608
+ dragImage.style.boxShadow = '0 4px 6px rgba(0, 0, 0, 0.1)';
25609
+ dragImage.style.borderRadius = '5px';
25610
+ dragImage.style.fontSize = '12px';
25611
+ if (dragBox) {
25612
+ dragBox.style.flex = '1';
25613
+ dragImage.appendChild(dragBox);
25614
+ }
25615
+ document.body.appendChild(dragImage);
25616
+ dragImage.style.position = 'absolute';
25617
+ dragImage.style.top = '-1000px';
25618
+ dragImage.style.left = '-1000px';
25619
+ // Set the custom drag image
25620
+ (_b = ev.dataTransfer) === null || _b === void 0 ? void 0 : _b.setDragImage(dragImage, 50, 25);
25621
+ // Cleanup: Remove the drag image after it's set
25622
+ setTimeout(() => document.body.removeChild(dragImage), 0);
25623
+ (_c = ev.dataTransfer) === null || _c === void 0 ? void 0 : _c.setData('text', 'lines');
25624
+ }
25625
+ dragEnded(ev) {
25626
+ ev.target.classList.remove('dragging');
25439
25627
  }
25440
25628
  get linePlanned() {
25441
25629
  var _a, _b;
@@ -25578,7 +25766,8 @@ TransactionPlanningLineComponent.propDecorators = {
25578
25766
  descriptionDblClick: [{ type: Output }],
25579
25767
  showClass: [{ type: HostBinding, args: ['class.co-transaction-planning-line',] }],
25580
25768
  handleMouseOver: [{ type: HostListener, args: ['mouseover', ['$event'],] }],
25581
- handleMouseLeave: [{ type: HostListener, args: ['mouseleave', ['$event'],] }]
25769
+ handleMouseLeave: [{ type: HostListener, args: ['mouseleave', ['$event'],] }],
25770
+ dragEnded: [{ type: HostListener, args: ['dragend', ['$event'],] }]
25582
25771
  };
25583
25772
 
25584
25773
  class TransactionQuickAccessPlanningComponent extends TransactionHeaderBaseComponent {
@@ -26058,7 +26247,6 @@ class TransactionCardPlanningComponent extends TransactionLineBaseComponent {
26058
26247
  this.transactionService = transactionService;
26059
26248
  this.changeDetector = changeDetector;
26060
26249
  this._deliveryPlanningService = _deliveryPlanningService;
26061
- this.expanded = false;
26062
26250
  this.statusBarConfigNames = {
26063
26251
  statusBarBT: this.cfgNames.StatusBarBT,
26064
26252
  statusBarTG: this.cfgNames.StatusBarTG,
@@ -26477,7 +26665,6 @@ class TransactionCardMarginComponent extends TransactionLineBaseComponent {
26477
26665
  this.dictionaryService = dictionaryService;
26478
26666
  this.transactionService = transactionService;
26479
26667
  this.changeDetector = changeDetector;
26480
- this.expanded = false;
26481
26668
  this.statusBarConfigNames = {
26482
26669
  statusBarBT: this.cfgNames.StatusBarBT,
26483
26670
  statusBarTG: this.cfgNames.StatusBarTG,
@@ -26924,7 +27111,6 @@ class TransactionTextLineComponent extends TransactionLineBaseComponent {
26924
27111
  this.dictionaryService = dictionaryService;
26925
27112
  this.transactionService = transactionService;
26926
27113
  this.changeDetector = changeDetector;
26927
- this.preview = false;
26928
27114
  this.descriptionDblClick = new EventEmitter();
26929
27115
  this.showButtons = true;
26930
27116
  }
@@ -26994,7 +27180,6 @@ TransactionTextLineComponent.ctorParameters = () => [
26994
27180
  ];
26995
27181
  TransactionTextLineComponent.propDecorators = {
26996
27182
  activeCategory: [{ type: Input }],
26997
- preview: [{ type: HostBinding, args: ['class.preview',] }, { type: Input }],
26998
27183
  descriptionDblClick: [{ type: Output }],
26999
27184
  showClass: [{ type: HostBinding, args: ['class.co-transaction-text-line',] }]
27000
27185
  };
@@ -29516,7 +29701,7 @@ class TransactionLineStatusbarComponent extends TransactionLineBaseComponent {
29516
29701
  return this._activeCategory;
29517
29702
  }
29518
29703
  setStatusbarData() {
29519
- if (this.transactionLine && this.transactionLine.uuid && this.transactionLine.articleLineStatus && (!this.statusbarData || this.statusbarData.length === 0) && this.transactionInfo.transactionKind) {
29704
+ if (this.transactionLine && this.transactionLine.uuid && this.transactionLine.articleLineStatus && this.transactionInfo.transactionKind) {
29520
29705
  if (this.transactionInfo.transactionKind === TransactionKind.PurchaseOrder) {
29521
29706
  this.setStatusbarDataForPurchaseOrder();
29522
29707
  }
@@ -30002,7 +30187,8 @@ TransactionLineDiscountButtonComponent.decorators = [
30002
30187
  [hidden]="hidden"
30003
30188
  [readonly]="readonly"
30004
30189
  [class.discount]="!!transactionLine.lineTotalDiscountAmount"
30005
- [label]="!!transactionLine.lineTotalDiscountAmount ? ('- ' + (transactionLine.lineTotalDiscountAmount | coCurrency: true)) : ('DISCOUNT' | localize)"
30190
+ [label]="!!transactionLine.lineTotalDiscountAmount ? ('- ' + (transactionLine.lineTotalDiscountAmount | coCurrency: true)) : ('' | localize)"
30191
+ [iconData]="iconCacheService.getIcon(icons.LightEuroSignMinus)"
30006
30192
  (click)="handleShowDialog($event)"
30007
30193
  ></co-transaction-button>
30008
30194
  <co-dialog-transaction-line-discount *ngIf="showDialogDiscount"
@@ -30328,7 +30514,7 @@ class DialogTransactionLineDirectSellComponent extends DialogTransactionLineBase
30328
30514
  commit(directSell = true) {
30329
30515
  return __awaiter(this, void 0, void 0, function* () {
30330
30516
  this.committing = true;
30331
- return yield this.transactionService.changeDirectSellTransactionLine(this.transactionInfo.uuid, this.transactionLine.uuid, directSell, directSell ? this.selectedSupplier.relationId : undefined, directSell ? (this.directSellPurchaseOrderNumber ? this.directSellPurchaseOrderNumber.toString() : undefined) : undefined, directSell ? this.stockForecastDeliveryDate : undefined);
30517
+ return yield this.transactionService.updateDirectSellTransactionLine(this.transactionInfo.uuid, this.transactionLine.uuid, directSell, directSell ? this.selectedSupplier.relationId : undefined, directSell ? (this.directSellPurchaseOrderNumber ? this.directSellPurchaseOrderNumber.toString() : undefined) : undefined, directSell ? this.stockForecastDeliveryDate : undefined);
30332
30518
  });
30333
30519
  }
30334
30520
  transactionLineSet() {
@@ -30349,7 +30535,10 @@ DialogTransactionLineDirectSellComponent.decorators = [
30349
30535
  { type: Component, args: [{
30350
30536
  selector: 'co-dialog-transaction-line-direct-sell',
30351
30537
  template: `
30352
- <co-dialog [headerTemplate]="dialogHeader" [footerTemplate]="footerTemplate" [showCloseIcon]="useModel" (closeClick)="handleCloseDialog($event, buttonType.Cancel)">
30538
+ <co-dialog [headerTemplate]="dialogHeader"
30539
+ [footerTemplate]="footerTemplate"
30540
+ [showCloseIcon]="useModel"
30541
+ (closeClick)="handleCloseDialog($event, buttonType.Cancel)">
30353
30542
  <co-transaction-line-direct-sell
30354
30543
  [showLoader]="committing"
30355
30544
  [(selectedSupplier)]="selectedSupplier"
@@ -30361,10 +30550,14 @@ DialogTransactionLineDirectSellComponent.decorators = [
30361
30550
  <div class="co-dialog-header-title" [textContent]="'DIRECT_SELL' | localize"></div>
30362
30551
  </ng-template>
30363
30552
  <ng-template #footerTemplate>
30364
- <div class="co-dialog-footer-button-wrapper">
30365
- <co-button [label]="'OK' | localize" (click)="handleOkClick()"></co-button>
30366
- <co-button [label]="'NONE' | localize" (click)="handleNoDirectSellClick()"></co-button>
30367
- </div>
30553
+ <div class="co-dialog-footer-button-wrapper">
30554
+ <co-button class="save-button"
30555
+ [iconData]="iconCacheService.getIcon(icons.CheckDuotone)"
30556
+ (click)="handleOkClick()"></co-button>
30557
+ <co-button class="close-button"
30558
+ [iconData]="iconCacheService.getIcon(icons.Crossskinny)"
30559
+ (click)="handleNoDirectSellClick()"></co-button>
30560
+ </div>
30368
30561
  </ng-template>
30369
30562
  `,
30370
30563
  encapsulation: ViewEncapsulation.None
@@ -30388,7 +30581,6 @@ class TransactionLineDirectSellComponent extends TransactionLineBaseComponent {
30388
30581
  this.imageService = imageService;
30389
30582
  this.changeDetector = changeDetector;
30390
30583
  this._relationService = _relationService;
30391
- this.showLoader = false;
30392
30584
  this.selectedSupplierChange = new EventEmitter();
30393
30585
  this.directSellPurchaseOrderNumberChange = new EventEmitter();
30394
30586
  this.stockForecastDeliveryDateChange = new EventEmitter();
@@ -30588,7 +30780,6 @@ TransactionLineDirectSellComponent.ctorParameters = () => [
30588
30780
  ];
30589
30781
  TransactionLineDirectSellComponent.propDecorators = {
30590
30782
  children: [{ type: ViewChildren, args: ['checkbox',] }],
30591
- showLoader: [{ type: Input }],
30592
30783
  selectedSupplier: [{ type: Input }],
30593
30784
  directSellPurchaseOrderNumber: [{ type: Input }],
30594
30785
  stockForecastDeliveryDate: [{ type: Input }],
@@ -31448,9 +31639,7 @@ TransactionPurchaseLineModule.decorators = [
31448
31639
  declarations: [
31449
31640
  TransactionPurchaseLineComponent
31450
31641
  ],
31451
- providers: [
31452
- PurchaseReservationService
31453
- ],
31642
+ providers: [],
31454
31643
  exports: [
31455
31644
  TransactionPurchaseLineComponent
31456
31645
  ]
@@ -31911,7 +32100,9 @@ class TransactionPrintPackageStickerComponent extends TransactionQuickAccessSend
31911
32100
  this.icons = Icon;
31912
32101
  // todo: check this component
31913
32102
  this.tempModel = 0;
32103
+ this.reportDocumentEmailRequest = new ReportingDocumentEmailSignDocBaseRequest();
31914
32104
  this.reportDocumentPrintRequest = new ReportingDocumentPrintSignDocBaseRequest();
32105
+ this.reportDocumentPdfRequest = new ReportingDocumentPdfBaseRequest();
31915
32106
  }
31916
32107
  showClass() {
31917
32108
  return true;
@@ -32560,7 +32751,9 @@ TransactionSalesOrderQuotationLineModule.decorators = [
32560
32751
  TransactionLineCommissionButtonModule,
32561
32752
  TransactionLineWarehouseButtonModule,
32562
32753
  ScreenConfigurationModule,
32563
- TransactionLineStatusbarModule
32754
+ TransactionLineStatusbarModule,
32755
+ TransactionLineLabelModule,
32756
+ TransactionLineDeliveryButtonModule
32564
32757
  ],
32565
32758
  declarations: [
32566
32759
  TransactionSalesOrderQuotationLineComponent
@@ -32699,7 +32892,6 @@ class TransactionLineSidePanelDefaultComponent extends TransactionLineBaseCompon
32699
32892
  this.icons = Icon;
32700
32893
  this.cancelClick = new EventEmitter();
32701
32894
  this.data = [];
32702
- this.readonly = false;
32703
32895
  }
32704
32896
  showClass() {
32705
32897
  return true;
@@ -33892,8 +34084,8 @@ TransactionLinePurchaseReceiveGoodsComponent.decorators = [
33892
34084
  <co-input-number-picker class="side-panel-input"
33893
34085
  [max]="returnStockMode ? returnMaxToReceive : lineQuantityToReceive"
33894
34086
  [(model)]="receiptDetails.serialNr ? 1 : receiptDetails.quantityToReceive"
33895
- [decimals]="decimals"
33896
- [min]="1"
34087
+ [decimals]="2"
34088
+ [min]="0"
33897
34089
  [readonly]="!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0 || !receiptDetails.quantityToReceive || readonly"
33898
34090
  [disabled]="!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0 || !receiptDetails.quantityToReceive"
33899
34091
  [required]="true"
@@ -33912,12 +34104,14 @@ TransactionLinePurchaseReceiveGoodsComponent.decorators = [
33912
34104
  ></co-input-text>
33913
34105
  </div>
33914
34106
  <div class="side-panel-input-row">
34107
+ <!-- dit ding werkt helemaal niet
33915
34108
  <co-transaction-labeled-warehouse-location-button class="side-panel-input" *ngIf="transactionLine.isLocationRequired"
33916
34109
  [readonly]="returnStockMode || receiptDetails.quantityToReceive === 0"
33917
34110
  [warehouseNumber]="transactionLine.warehouseNumber"
33918
34111
  [(locationNr)]="transactionLine.locationNr"
33919
34112
  (locationNrChange)="receiptDetails.locationNr = $event"
33920
34113
  ></co-transaction-labeled-warehouse-location-button>
34114
+ -->
33921
34115
  <co-input-text class="side-panel-input" [(model)]="receiptDetails.batchNr" *ngIf="transactionLine.isBatchNrRequired"
33922
34116
  [type]="'number'"
33923
34117
  [hideArrowButtons]="true"
@@ -33980,34 +34174,36 @@ TransactionLinePurchaseReceiveGoodsComponent.propDecorators = {
33980
34174
  showClass: [{ type: HostBinding, args: ['class.co-transaction-line-purchase-receive-goods',] }]
33981
34175
  };
33982
34176
 
33983
- class TransactionLabeledWarehouseLocationButtonComponent extends TransactionLineBaseComponent {
33984
- constructor(transactionHeaderService, transactionLineService, transactionEventService, service, iconCacheService, transactionScreenConfigurationService, dictionaryService, imageService, changeDetector, _dialogService) {
33985
- super(transactionHeaderService, transactionLineService, transactionEventService, iconCacheService, transactionScreenConfigurationService, imageService, dictionaryService, service, changeDetector);
33986
- this.transactionHeaderService = transactionHeaderService;
33987
- this.transactionLineService = transactionLineService;
33988
- this.transactionEventService = transactionEventService;
33989
- this.service = service;
34177
+ class TransactionLabeledWarehouseLocationButtonComponent {
34178
+ constructor(iconCacheService, _transactionService, _changeDetector, _dialogService) {
33990
34179
  this.iconCacheService = iconCacheService;
33991
- this.transactionScreenConfigurationService = transactionScreenConfigurationService;
33992
- this.dictionaryService = dictionaryService;
33993
- this.imageService = imageService;
33994
- this.changeDetector = changeDetector;
34180
+ this._transactionService = _transactionService;
34181
+ this._changeDetector = _changeDetector;
33995
34182
  this._dialogService = _dialogService;
33996
34183
  this.icons = Icon;
34184
+ this.readonly = false;
34185
+ this.hidden = false;
33997
34186
  this.locationNrChange = new EventEmitter();
34187
+ this.showDialogWarehouseLocation = false;
33998
34188
  }
33999
34189
  showClass() {
34000
34190
  return true;
34001
34191
  }
34002
- openWarehouseLocationDialog(event) {
34192
+ handleShowDialog(event) {
34003
34193
  return __awaiter(this, void 0, void 0, function* () {
34004
34194
  if (!this.readonly) {
34005
- const response = yield this._dialogService.showWarehouseLocation(this.warehouseNumber, false, true, true);
34006
- if (response && response.output) {
34007
- this.locationNr = response.output;
34008
- this.locationNrChange.next(response.output);
34009
- this.detectChanges();
34195
+ event.preventDefault();
34196
+ event.stopPropagation();
34197
+ if (yield this._transactionService.tryToLockTransaction()) {
34198
+ this.showDialogWarehouseLocation = true;
34199
+ this._changeDetector.detectChanges();
34010
34200
  }
34201
+ // const response: DialogResponseInterface = await this._dialogService.showWarehouseLocation(this.warehouseNumber, false, true, true);
34202
+ // if (response && response.output) {
34203
+ // this.locationNr = response.output;
34204
+ // this.locationNrChange.next(response.output);
34205
+ // this._changeDetector.detectChanges();
34206
+ // }
34011
34207
  }
34012
34208
  });
34013
34209
  }
@@ -34016,27 +34212,32 @@ TransactionLabeledWarehouseLocationButtonComponent.decorators = [
34016
34212
  { type: Component, args: [{
34017
34213
  selector: 'co-transaction-labeled-warehouse-location-button',
34018
34214
  template: `
34019
- <co-transaction-button
34020
- [hidden]="hidden"
34021
- [readonly]="readonly"
34022
- [label]="locationNr ? locationNr : '-'"
34023
- [title]="'LOCATION' | localize"
34024
- [iconData]="iconCacheService.getIcon(icons.ShelvesLight)"
34025
- (click)="openWarehouseLocationDialog($event)"
34026
- [class]="'custom-width'"
34027
- ></co-transaction-button>
34028
- <!--
34029
- <div class="transaction-line-button spacer" [class.no-pointer]="readonly" (click)="openWarehouseLocationDialog()">
34030
- <div class="icon-wrapper">
34031
- <co-icon [iconData]="iconCacheService.getIcon(icons.ShelvesLight)"></co-icon>
34032
- <div class="spacer"></div>
34033
- </div>
34034
- <div class="text-content-wrapper label">
34035
- <span class="label" [textContent]="'LOCATION' | localize"></span>
34036
- <span class="co-transaction-overflow-ellipsis" [textContent]="locationNr ? locationNr : '-'"></span>
34215
+ <co-transaction-button
34216
+ [hidden]="hidden"
34217
+ [readonly]="readonly"
34218
+ [label]="locationNr ? locationNr : '-'"
34219
+ [title]="'LOCATION' | localize"
34220
+ [iconData]="iconCacheService.getIcon(icons.ShelvesLight)"
34221
+ (click)="handleShowDialog($event)"
34222
+ [class]="'custom-width'"
34223
+ ></co-transaction-button>
34224
+ <co-dialog-transaction-line-warehouse-location *ngIf="showDialogWarehouseLocation"
34225
+ [autoClose]="true"
34226
+ (close)="showDialogWarehouseLocation = false"
34227
+ ></co-dialog-transaction-line-warehouse-location>
34228
+
34229
+ <!--
34230
+ <div class="transaction-line-button spacer" [class.no-pointer]="readonly" (click)="openWarehouseLocationDialog()">
34231
+ <div class="icon-wrapper">
34232
+ <co-icon [iconData]="iconCacheService.getIcon(icons.ShelvesLight)"></co-icon>
34233
+ <div class="spacer"></div>
34234
+ </div>
34235
+ <div class="text-content-wrapper label">
34236
+ <span class="label" [textContent]="'LOCATION' | localize"></span>
34237
+ <span class="co-transaction-overflow-ellipsis" [textContent]="locationNr ? locationNr : '-'"></span>
34238
+ </div>
34037
34239
  </div>
34038
- </div>
34039
- -->
34240
+ -->
34040
34241
  `,
34041
34242
  providers: [{
34042
34243
  provide: SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME,
@@ -34047,20 +34248,16 @@ TransactionLabeledWarehouseLocationButtonComponent.decorators = [
34047
34248
  },] }
34048
34249
  ];
34049
34250
  TransactionLabeledWarehouseLocationButtonComponent.ctorParameters = () => [
34050
- { type: TransactionHeaderService },
34051
- { type: TransactionLineService },
34052
- { type: TransactionEventService },
34053
- { type: TransactionService },
34054
34251
  { type: IconCacheService },
34055
- { type: TransactionScreenConfigurationService },
34056
- { type: DictionaryService },
34057
- { type: TransactionImageService },
34252
+ { type: TransactionService },
34058
34253
  { type: ChangeDetectorRef },
34059
34254
  { type: DialogService }
34060
34255
  ];
34061
34256
  TransactionLabeledWarehouseLocationButtonComponent.propDecorators = {
34062
34257
  locationNr: [{ type: Input }],
34063
34258
  warehouseNumber: [{ type: Input }],
34259
+ readonly: [{ type: HostBinding, args: ["class.read-only",] }, { type: Input }],
34260
+ hidden: [{ type: HostBinding, args: ["class.co-transaction-hidden",] }, { type: Input }],
34064
34261
  locationNrChange: [{ type: Output }],
34065
34262
  showClass: [{ type: HostBinding, args: ['class.co-transaction-labeled-warehouse-location-button',] }]
34066
34263
  };
@@ -34073,7 +34270,8 @@ TransactionLabeledWarehouseLocationButtonModule.decorators = [
34073
34270
  CommonModule,
34074
34271
  IconModule,
34075
34272
  PipeModule,
34076
- TransactionButtonModule
34273
+ TransactionButtonModule,
34274
+ DialogTransactionLineWarehouseLocationModule
34077
34275
  ],
34078
34276
  declarations: [
34079
34277
  TransactionLabeledWarehouseLocationButtonComponent
@@ -34797,36 +34995,15 @@ class TransactionLineSidePanelSalesComponent extends TransactionLineBaseComponen
34797
34995
  constructor() {
34798
34996
  super(...arguments);
34799
34997
  this.categories = TransactionTypeCategory;
34800
- this.reservation = false;
34801
- this.purchaseReservations = [];
34802
- this._subs = [];
34803
34998
  }
34804
34999
  showClass() {
34805
35000
  return true;
34806
35001
  }
34807
- ngOnInit() {
34808
- super.ngOnInit();
34809
- this._subs.push(this.transactionEventService.reservationModeToggle.subscribe(([reservationMode, purchaseReservations]) => {
34810
- this.purchaseReservations = purchaseReservations;
34811
- this.reservation = reservationMode;
34812
- this.changeDetector.markForCheck();
34813
- this.changeDetector.detectChanges();
34814
- }));
34815
- }
34816
- ngOnDestroy() {
34817
- this._subs.forEach(s => s.unsubscribe());
34818
- super.ngOnDestroy();
34819
- }
34820
35002
  }
34821
35003
  TransactionLineSidePanelSalesComponent.decorators = [
34822
35004
  { type: Component, args: [{
34823
35005
  selector: "co-transaction-line-side-panel-sales",
34824
35006
  template: `
34825
- <ng-container [ngSwitch]="reservation">
34826
- <ng-container *ngSwitchCase="true">
34827
- <co-transaction-line-side-panel-sales-reservation></co-transaction-line-side-panel-sales-reservation>
34828
- </ng-container>
34829
- <ng-container *ngSwitchCase="false">
34830
35007
  <ng-container [ngSwitch]="categoryType">
34831
35008
  <ng-container *ngSwitchCase="categories.SalesOrderAllocation">
34832
35009
  <co-transaction-line-sales-allocation></co-transaction-line-sales-allocation>
@@ -34850,8 +35027,6 @@ TransactionLineSidePanelSalesComponent.decorators = [
34850
35027
  <co-transaction-line-side-panel-default></co-transaction-line-side-panel-default>
34851
35028
  </ng-container>
34852
35029
  </ng-container>
34853
- </ng-container>
34854
- </ng-container>
34855
35030
 
34856
35031
  `,
34857
35032
  encapsulation: ViewEncapsulation.None
@@ -36763,13 +36938,8 @@ class DeliveryPlanningOverviewTileLineComponent {
36763
36938
  this.orderLines = !this.orderLines;
36764
36939
  }
36765
36940
  showNormalOrderLines(event) {
36766
- if (!this.isActive) {
36767
- return;
36768
- }
36769
- else {
36770
- event.stopPropagation();
36771
- this.orderLines = !this.orderLines;
36772
- }
36941
+ event.stopPropagation();
36942
+ this.linesActive = !this.linesActive;
36773
36943
  }
36774
36944
  getPlannedLines(lines) {
36775
36945
  return lines.filter(line => line.planned === true);
@@ -36785,12 +36955,6 @@ DeliveryPlanningOverviewTileLineComponent.decorators = [
36785
36955
  <div class="planning-line-wrapper" (click)="setLinesActive()" [class.normal-mode]="isActive" [class.active-lines]="linesActive || isActive">
36786
36956
  <div class="planning-line-content" (click)="showNormalOrderLines($event)">
36787
36957
  <div class="planning-line-left">
36788
- <div class="planning-line-extend" (click)="showOrderLines($event)" *ngIf="linesActive || orderLines || isActive">
36789
- <co-icon *ngIf="!orderLines"
36790
- [iconData]="iconCacheService.getIcon(icons.ChevronDownRegular)"></co-icon>
36791
- <co-icon *ngIf="orderLines"
36792
- [iconData]="iconCacheService.getIcon(icons.ChevronUpRegular)"></co-icon>
36793
- </div>
36794
36958
  <div class="line-content-left">
36795
36959
  <div class="planning-relation">
36796
36960
  <span [textContent]="order?.relationName"></span>
@@ -36820,7 +36984,7 @@ DeliveryPlanningOverviewTileLineComponent.decorators = [
36820
36984
  </div>
36821
36985
  </div>
36822
36986
  </div>
36823
- <div class="order-line-list-wrapper" *ngIf="orderLines">
36987
+ <div class="order-line-list-wrapper" *ngIf="linesActive">
36824
36988
  <div class="order-lines" *ngFor="let line of getPlannedLines(order?.lines)">
36825
36989
  <span [textContent]="line.articleNumber"></span>
36826
36990
  <span [textContent]="line.description"></span>
@@ -43592,73 +43756,6 @@ TransactionLineSidePanelPlanningModule.decorators = [
43592
43756
  },] }
43593
43757
  ];
43594
43758
 
43595
- class TransactionLineSidePanelSalesReservationComponent {
43596
- constructor(_purchaseReservationService, _transactionService, _transactionEventService, iconCacheService) {
43597
- this._purchaseReservationService = _purchaseReservationService;
43598
- this._transactionService = _transactionService;
43599
- this._transactionEventService = _transactionEventService;
43600
- this.iconCacheService = iconCacheService;
43601
- this.icons = Icon;
43602
- this.showClass = true;
43603
- this.reservationOrderLines = [];
43604
- }
43605
- ngOnInit() {
43606
- this.reservationOrderLines = this._purchaseReservationService.purchaseReservationPurchaseLines;
43607
- }
43608
- processReservation() {
43609
- return __awaiter(this, void 0, void 0, function* () {
43610
- let request = new ProcessOrderReservationRequest();
43611
- request.transId = this._transactionService.currentTransaction.transactionInfo.id;
43612
- request.lineId = this._purchaseReservationService.lineId;
43613
- request.reservationLines = [...this.reservationOrderLines.filter(line => line.selected)];
43614
- let response = yield this._transactionService.processReservation(request);
43615
- if (response) {
43616
- this._transactionService.currentTransaction = response;
43617
- yield this._transactionService.saveTransaction();
43618
- yield this._transactionService.checkRefTransaction();
43619
- // await this._transactionService.rememberCurrentTransaction(this._transactionService.currentTransaction);
43620
- this.handleCloseSidePanel();
43621
- }
43622
- });
43623
- }
43624
- handleCloseSidePanel() {
43625
- }
43626
- }
43627
- TransactionLineSidePanelSalesReservationComponent.decorators = [
43628
- { type: Component, args: [{
43629
- selector: 'co-transaction-line-side-panel-sales-reservation',
43630
- template: `
43631
- <div class="wrapper">
43632
- <div class="reservation-title">
43633
- <co-icon [iconData]="iconCacheService.getIcon(icons.PalletBoxesRotate)"></co-icon>
43634
- <span [textContent]="'RESERVATION_PURCHASEORDER' | localize "></span>
43635
- </div>
43636
- <co-transaction-purchase-reservation-order-tile *ngFor="let line of reservationOrderLines"
43637
- [purchaseReservationPurchaseLine]="line"></co-transaction-purchase-reservation-order-tile>
43638
- </div>
43639
- <div class="save-cancel-wrapper">
43640
- <co-button [iconData]="iconCacheService.getIcon(icons.CheckDuotone)"
43641
- (click)="processReservation()"
43642
- ></co-button>
43643
- <co-button class="cancel-button"
43644
- [iconData]="iconCacheService.getIcon(icons.Crossskinny)"
43645
- (click)="handleCloseSidePanel()"
43646
- ></co-button>
43647
- </div>
43648
- `,
43649
- encapsulation: ViewEncapsulation.None
43650
- },] }
43651
- ];
43652
- TransactionLineSidePanelSalesReservationComponent.ctorParameters = () => [
43653
- { type: PurchaseReservationService },
43654
- { type: TransactionService },
43655
- { type: TransactionEventService },
43656
- { type: IconCacheService }
43657
- ];
43658
- TransactionLineSidePanelSalesReservationComponent.propDecorators = {
43659
- showClass: [{ type: HostBinding, args: ['class.co-transaction-line-side-panel-sales-reservation',] }]
43660
- };
43661
-
43662
43759
  class TransactionPurchaseReservationOrderTileComponent extends TransactionSearchTileBaseComponent {
43663
43760
  showClass() {
43664
43761
  return true;
@@ -43775,7 +43872,6 @@ TransactionLineSidePanelSalesModule.decorators = [
43775
43872
  ],
43776
43873
  declarations: [
43777
43874
  TransactionLineSidePanelSalesComponent,
43778
- TransactionLineSidePanelSalesReservationComponent
43779
43875
  ],
43780
43876
  exports: [
43781
43877
  TransactionLineSidePanelSalesComponent,
@@ -52846,6 +52942,7 @@ class TransactionInternalComponent {
52846
52942
  this.showSidePanel = false;
52847
52943
  this.shouldShowSidePanel = false;
52848
52944
  this.showArticleTextOverview = false;
52945
+ this.showReservationPopup = false;
52849
52946
  this.showTransactionText = false;
52850
52947
  this.showArticleText = false;
52851
52948
  this.showCopyOrderDialog = false;
@@ -52925,6 +53022,13 @@ class TransactionInternalComponent {
52925
53022
  if (initialized) {
52926
53023
  this.loaded = true;
52927
53024
  }
53025
+ }), this._transactionHeaderService.reservationPopupToggle.subscribe((value) => {
53026
+ if (value) {
53027
+ this.showReservationPopup = !this.showReservationPopup;
53028
+ }
53029
+ else {
53030
+ this.showReservationPopup = false;
53031
+ }
52928
53032
  }),
52929
53033
  // this._purchaseConfirmationService.confirmationNeeded.subscribe((needed: boolean) => {
52930
53034
  // if (needed) {
@@ -53250,6 +53354,8 @@ TransactionInternalComponent.decorators = [
53250
53354
  <!-- (cancelClick)="showSidePanel = false">-->
53251
53355
  <!-- </co-transaction-line-side-panel>-->
53252
53356
 
53357
+
53358
+ <co-transaction-sales-reservation-popup *ngIf="showReservationPopup"></co-transaction-sales-reservation-popup>
53253
53359
  <!--Popup voor wijzigen volgorde van tekstregels-->
53254
53360
  <co-transaction-article-text-overview *ngIf="showArticleTextOverview"
53255
53361
  [transactionInfo]="transaction.transactionInfo"
@@ -54958,7 +55064,6 @@ class TransactionCardHeaderComponent extends TransactionLineBaseComponent {
54958
55064
  this.showCheckbox = false;
54959
55065
  this.showActionButtons = false;
54960
55066
  this.showThumbnail = false;
54961
- this.expanded = false;
54962
55067
  this.checkboxValueChanged = new EventEmitter();
54963
55068
  this.expandClicked = new EventEmitter();
54964
55069
  this.actionButtonsConfigNames = {
@@ -55050,7 +55155,6 @@ TransactionCardHeaderComponent.propDecorators = {
55050
55155
  showCheckbox: [{ type: Input }],
55051
55156
  showActionButtons: [{ type: Input }],
55052
55157
  showThumbnail: [{ type: Input }],
55053
- expanded: [{ type: Input }],
55054
55158
  checkboxValueChanged: [{ type: Output }],
55055
55159
  expandClicked: [{ type: Output }],
55056
55160
  showClass: [{ type: HostBinding, args: ["class.co-transaction-card-header",] }]
@@ -55083,7 +55187,6 @@ class TransactionCardFooterComponent extends TransactionLineBaseComponent {
55083
55187
  constructor() {
55084
55188
  super(...arguments);
55085
55189
  this.icons = Icon;
55086
- this.expanded = false;
55087
55190
  }
55088
55191
  showClass() {
55089
55192
  return true;
@@ -55107,7 +55210,6 @@ TransactionCardFooterComponent.decorators = [
55107
55210
  TransactionCardFooterComponent.propDecorators = {
55108
55211
  statusBarConfigNames: [{ type: Input }],
55109
55212
  transactionTypeCategory: [{ type: Input }],
55110
- expanded: [{ type: Input }],
55111
55213
  showClass: [{ type: HostBinding, args: ["class.co-transaction-card-footer",] }]
55112
55214
  };
55113
55215
 
@@ -58041,6 +58143,53 @@ DialogTransactionLineWarehouseCcModule.decorators = [
58041
58143
  },] }
58042
58144
  ];
58043
58145
 
58146
+ class DialogTransactionHeaderBranchComponent extends DialogTransactionHeaderBaseComponent {
58147
+ constructor() {
58148
+ super(...arguments);
58149
+ this.buttonType = AppPopupButtonType;
58150
+ }
58151
+ showClass() {
58152
+ return true;
58153
+ }
58154
+ handleValueChange(value) {
58155
+ this.value = value;
58156
+ }
58157
+ handleOkClick() {
58158
+ this.onClose(AppPopupButtonType.Ok, this.value);
58159
+ }
58160
+ }
58161
+ DialogTransactionHeaderBranchComponent.decorators = [
58162
+ { type: Component, args: [{
58163
+ selector: "co-dialog-transaction-header-branch",
58164
+ template: `
58165
+ <co-dialog [headerTemplate]="dialogHeader" [footerTemplate]="footerTemplate" (closeClick)="handleCloseDialog($event, buttonType.Cancel)">
58166
+ <co-transaction-header-branch
58167
+ [useModel]="useModel"
58168
+ [searchText]="searchText"
58169
+ (valueChange)="handleValueChange($event)"
58170
+ ></co-transaction-header-branch>
58171
+ </co-dialog>
58172
+ <ng-template #dialogHeader>
58173
+ <co-dialog-header-search [title]="'BRANCH'" (search)="handleSearch($event)"></co-dialog-header-search>
58174
+ </ng-template>
58175
+ <ng-template #footerTemplate>
58176
+ <div class="co-dialog-footer-button-wrapper" *ngIf="!useModel">
58177
+ <co-button class="save-button"
58178
+ [iconData]="iconCacheService.getIcon(icons.CheckDuotone)"
58179
+ (click)="handleOkClick()"></co-button>
58180
+ <co-button class="close-button"
58181
+ [iconData]="iconCacheService.getIcon(icons.Crossskinny)"
58182
+ (click)="handleCloseDialog($event, buttonType.Cancel)"></co-button>
58183
+ </div>
58184
+ </ng-template>
58185
+ `,
58186
+ encapsulation: ViewEncapsulation.None
58187
+ },] }
58188
+ ];
58189
+ DialogTransactionHeaderBranchComponent.propDecorators = {
58190
+ showClass: [{ type: HostBinding, args: ["class.co-dialog-transaction-header-branch",] }]
58191
+ };
58192
+
58044
58193
  class DialogTransactionHeaderBranchModule {
58045
58194
  }
58046
58195
  DialogTransactionHeaderBranchModule.decorators = [
@@ -58062,6 +58211,105 @@ DialogTransactionHeaderBranchModule.decorators = [
58062
58211
  },] }
58063
58212
  ];
58064
58213
 
58214
+ class DialogBranchModule {
58215
+ }
58216
+ DialogBranchModule.decorators = [
58217
+ { type: NgModule, args: [{
58218
+ imports: [
58219
+ CommonModule,
58220
+ CoDialogModule,
58221
+ DialogHeaderSearchModule,
58222
+ ButtonModule,
58223
+ TransactionLineCheckboxModule
58224
+ ],
58225
+ declarations: [
58226
+ DialogBranchComponent
58227
+ ],
58228
+ exports: [
58229
+ DialogBranchComponent
58230
+ ]
58231
+ },] }
58232
+ ];
58233
+
58234
+ class TransactionSalesReservationPopupComponent {
58235
+ constructor(iconCacheService, salesReservationService, _transactionService, _transactionHeaderService) {
58236
+ this.iconCacheService = iconCacheService;
58237
+ this.salesReservationService = salesReservationService;
58238
+ this._transactionService = _transactionService;
58239
+ this._transactionHeaderService = _transactionHeaderService;
58240
+ this.icons = Icon;
58241
+ this.reservationOrderLines = [];
58242
+ }
58243
+ showClass() {
58244
+ return true;
58245
+ }
58246
+ ngOnInit() {
58247
+ this.reservationOrderLines = this.salesReservationService.salesReservationLines[0].reservationOrderLines;
58248
+ }
58249
+ handleClosePopup() {
58250
+ this.reservationOrderLines = [];
58251
+ this.salesReservationService.resetLineData();
58252
+ this._transactionHeaderService.reservationPopupToggle.next(false);
58253
+ }
58254
+ processReservation() {
58255
+ return __awaiter(this, void 0, void 0, function* () {
58256
+ let response = yield this.salesReservationService.processReservation([...this.reservationOrderLines.filter(line => line.selected)]);
58257
+ if (response) {
58258
+ this.handleClosePopup();
58259
+ }
58260
+ });
58261
+ }
58262
+ }
58263
+ TransactionSalesReservationPopupComponent.decorators = [
58264
+ { type: Component, args: [{
58265
+ selector: "co-transaction-sales-reservation-popup",
58266
+ template: `
58267
+ <co-dialog
58268
+ (closeClick)="handleClosePopup()"
58269
+ [headerTemplate]="headerTemplate"
58270
+ [footerTemplate]="footerTemplate"
58271
+ >
58272
+ <ng-template #headerTemplate>
58273
+ <div class="reservation-title">
58274
+ <co-icon [iconData]="iconCacheService.getIcon(icons.PalletBoxesRotate)"></co-icon>
58275
+ <span [textContent]="'RESERVATION_PURCHASEORDER' | localize "></span>
58276
+ </div>
58277
+ </ng-template>
58278
+
58279
+ <div class="wrapper">
58280
+ <co-transaction-purchase-reservation-order-tile *ngFor="let line of reservationOrderLines"
58281
+ [purchaseReservationPurchaseLine]="line"></co-transaction-purchase-reservation-order-tile>
58282
+ </div>
58283
+
58284
+ <ng-template #footerTemplate>
58285
+ <div class="save-cancel-wrapper">
58286
+ <co-button [iconData]="iconCacheService.getIcon(icons.CheckDuotone)"
58287
+ (click)="processReservation()"
58288
+ ></co-button>
58289
+ <co-button class="cancel-button"
58290
+ [iconData]="iconCacheService.getIcon(icons.Crossskinny)"
58291
+ (click)="handleClosePopup()"
58292
+ ></co-button>
58293
+ </div>
58294
+ </ng-template>
58295
+
58296
+
58297
+ </co-dialog>
58298
+ `,
58299
+ encapsulation: ViewEncapsulation.None
58300
+ },] }
58301
+ ];
58302
+ TransactionSalesReservationPopupComponent.ctorParameters = () => [
58303
+ { type: IconCacheService },
58304
+ { type: TransactionSalesReservationService },
58305
+ { type: TransactionService },
58306
+ { type: TransactionHeaderService }
58307
+ ];
58308
+ TransactionSalesReservationPopupComponent.propDecorators = {
58309
+ reservationOrderLines: [{ type: Input }],
58310
+ showClass: [{ type: HostBinding, args: ["class.co-transaction-sales-reservation-popup",] }]
58311
+ };
58312
+
58065
58313
  class TransactionInternalModule {
58066
58314
  }
58067
58315
  TransactionInternalModule.decorators = [
@@ -58089,18 +58337,22 @@ TransactionInternalModule.decorators = [
58089
58337
  TransactionButtonModule,
58090
58338
  ScreenConfigurationModule,
58091
58339
  TransactionServiceOverviewModule,
58092
- TransactionLinesSidePanelModule,
58093
58340
  TransactionCardsModule,
58094
58341
  TransactionMarginModule,
58095
58342
  ClickBlockModule,
58096
58343
  DialogTransactionLineWarehouseCcModule,
58097
- DialogTransactionHeaderBranchModule
58344
+ DialogTransactionHeaderBranchModule,
58345
+ DialogBranchModule,
58346
+ TransactionPurchaseReservationOrderTileModule,
58347
+ CoDialogModule
58098
58348
  ],
58099
58349
  declarations: [
58100
- TransactionInternalComponent
58350
+ TransactionInternalComponent,
58351
+ TransactionSalesReservationPopupComponent
58101
58352
  ],
58102
58353
  exports: [
58103
- TransactionInternalComponent
58354
+ TransactionInternalComponent,
58355
+ TransactionSalesReservationPopupComponent
58104
58356
  ]
58105
58357
  },] }
58106
58358
  ];
@@ -59620,5 +59872,5 @@ LineSelectionService.ctorParameters = () => [
59620
59872
  * Generated bundle index. Do not edit.
59621
59873
  */
59622
59874
 
59623
- export { AddProductComponent, AddProductModule, BatchProcessDialogComponent, BatchProcessDialogModule, CheckoutComponent, CheckoutModule, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningViewModes, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShippingMethodDialogComponent, ShippingMethodDialogModule, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, CheckoutModuleService as ɵa, CheckoutScreenConfigurationService as ɵb, WarehouseModule as ɵba, WarehouseComponent as ɵbb, ToastModule as ɵbc, ToastComponent as ɵbd, ImageDisplayComponent as ɵbe, IconComponent as ɵbf, CustomerGroupsComponent as ɵbg, CustomerLanguagesComponent as ɵbh, CustomerTitlesComponent as ɵbi, StockStatusIndicatorComponent as ɵbj, LazyRenderMasterDirective as ɵbk, LazyRenderDirective as ɵbl, TransactionSlaTile as ɵbm, RelationAddressModule as ɵbn, RelationAddressComponent as ɵbo, RelationBaseComponent as ɵbp, RelationAddressSelectModule as ɵbq, RelationAddressTileModule as ɵbr, TileModule as ɵbs, TileComponent as ɵbt, RelationAddressTileComponent as ɵbu, RelationAddressSelectComponent as ɵbv, StepperModule as ɵbw, StepperComponent as ɵbx, StepperBaseComponent as ɵby, StepperStepComponent as ɵbz, DictionaryService as ɵc, TransactionLineModule as ɵca, TransactionTextLineModule as ɵcb, TransactionTextLineComponent as ɵcc, TransactionLineBaseComponent as ɵcd, TransactionBaseComponent as ɵce, TransactionImageService as ɵcf, TransactionHeaderService as ɵcg, TransactionLineService as ɵch, OrderLineSetService as ɵci, TransactionOverviewLineModule as ɵcj, TransactionArticleTextModule as ɵck, TransactionLineImageAndDescriptionModule as ɵcl, TransactionLineDescriptionModule as ɵcm, TransactionLineDescriptionComponent as ɵcn, TransactionInputLineFieldBaseComponent as ɵco, TransactionLineImageAndDescriptionComponent as ɵcp, TransactionArticleTextComponent as ɵcq, TransactionArticleTextOverviewModule as ɵcr, TransactionArticleTextOverviewComponent as ɵcs, TransactionLineActionButtonsModule as ɵct, TransactionLineActionButtonsComponent as ɵcu, TransactionLineActionButtonsPopupComponent as ɵcv, EditableLabelModule as ɵcw, EditableLabelComponent as ɵcx, TransactionLinePriceModule as ɵcy, TransactionLinePriceComponent as ɵcz, CacheField as ɵd, TransactionBaseLineModule as ɵda, TransactionBaseLineComponent as ɵdb, TransactionLineCommissionButtonModule as ɵdc, DialogTransactionLineCommissionCodeModule as ɵdd, TransactionLineCommissionCodeModule as ɵde, TransactionLineCheckboxModule as ɵdf, TransactionLineCheckboxListComponent as ɵdg, TransactionLineCommissionCodeComponent as ɵdh, TransactionFilterPopupLineBaseComponent as ɵdi, DialogHeaderSearchModule as ɵdj, DialogHeaderSearchComponent as ɵdk, DialogTransactionLineCommissionCodeComponent as ɵdl, DialogTransactionLineBaseComponent as ɵdm, TransactionButtonModule as ɵdn, TransactionButtonComponent as ɵdo, TransactionLineCommissionButtonComponent as ɵdp, TransactionLineWarehouseButtonModule as ɵdq, DialogTransactionLineWarehouseModule as ɵdr, TransactionLineWarehouseModule as ɵds, TransactionLineWarehouseComponent as ɵdt, DialogTransactionLineWarehouseComponent as ɵdu, TransactionLineWarehouseButtonComponent as ɵdv, TransactionLineDeliveryButtonModule as ɵdw, DialogTransactionLineDeliveryMethodModule as ɵdx, TransactionLineDeliveryMethodModule as ɵdy, TransactionLineDeliveryMethodComponent as ɵdz, ErrorService as ɵe, DialogTransactionLineDeliveryMethodComponent as ɵea, TransactionLineDeliveryButtonComponent as ɵeb, TransactionLineDeliveryDateButtonModule as ɵec, TransactionDateSelectModule as ɵed, TransactionDateSelectComponent as ɵee, TransactionLineDeliveryDateButtonComponent as ɵef, DialogTransactionLineVatModule as ɵeg, TransactionLineVatModule as ɵeh, TransactionLineVatComponent as ɵei, DialogTransactionLineVatComponent as ɵej, DialogTransactionLineDiscountModule as ɵek, TransactionLinePriceListModule as ɵel, TransactionLinePriceListComponent as ɵem, TransactionLineDiscountPercentageModule as ɵen, TransactionLineDiscountPercentageComponent as ɵeo, TransactionLineDiscountAmountModule as ɵep, TransactionLineDiscountAmountComponent as ɵeq, TransactionLineQuantumDiscountModule as ɵer, TransactionLineQuantumDiscountComponent as ɵes, TransactionLineSpecialDiscountModule as ɵet, TransactionLineSpecialDiscountComponent as ɵeu, DialogTransactionLinePriceListModule as ɵev, DialogTransactionLinePriceListComponent as ɵew, DialogTransactionLineDiscountComponent as ɵex, TransactionLineAmountModule as ɵey, TransactionLineAmountComponent as ɵez, DialogService as ɵf, TransactionLineVatButtonModule as ɵfa, TransactionLineVatButtonComponent as ɵfb, TransactionLineDiscountButtonModule as ɵfc, TransactionLineDiscountButtonComponent as ɵfd, TransactionLineDeliveryDateModule as ɵfe, TransactionLineDeliveryDateComponent as ɵff, TransactionMarginInfoLineModule as ɵfg, TransactionLineLabelModule as ɵfh, TransactionLineLabelComponent as ɵfi, TransactionMarginInfoLineComponent as ɵfj, TransactionPlanningLineModule as ɵfk, TransactionPlanningLineComponent as ɵfl, DeliveryPlanningService as ɵfm, TransactionLineDirectSellButtonModule as ɵfn, DialogTransactionLineDirectSellModule as ɵfo, TransactionLineDirectSellModule as ɵfp, TransactionLineDirectSellComponent as ɵfq, DialogTransactionLineDirectSellComponent as ɵfr, TransactionLineDirectSellButtonComponent as ɵfs, TransactionOverviewLineComponent as ɵft, TransactionPurchaseLineModule as ɵfu, TransactionLineSupplierButtonModule as ɵfv, TransactionLineSupplierModule as ɵfw, TransactionLineSupplierComponent as ɵfx, DialogTransactionLineSupplierModule as ɵfy, DialogTransactionLineSupplierComponent as ɵfz, DynamicComponentService as ɵg, TransactionLineSupplierButtonComponent as ɵga, TransactionNavigationButtonModule as ɵgb, TransactionNavigationButtonComponent as ɵgc, TransactionLineDropShipmentButtonModule as ɵgd, TransactionLineDropShipmentButtonComponent as ɵge, TransactionNavigationButtonListModule as ɵgf, TransactionNavigationButtonListComponent as ɵgg, TransactionLineConfirmedDeliveryDateButtonModule as ɵgh, TransactionLineConfirmedDeliveryDateButtonComponent as ɵgi, TransactionPurchaseLineComponent as ɵgj, TransactionPurchaseLineBaseComponent as ɵgk, PurchaseReservationService as ɵgl, TransactionGoodsAllocationLineModule as ɵgm, TransactionLineWarehouseLocationButtonModule as ɵgn, DialogTransactionLineWarehouseLocationModule as ɵgo, TransactionLineWarehouseLocationModule as ɵgp, TransactionLineWarehouseLocationComponent as ɵgq, ArticleService as ɵgr, DialogTransactionLineWarehouseLocationComponent as ɵgs, TransactionLineWarehouseLocationButtonComponent as ɵgt, TransactionGoodsAllocationLineComponent as ɵgu, TransactionOrderDeliveryLineModule as ɵgv, TransactionOrderDeliveryLineComponent as ɵgw, TransactionOrderDeliveryLineBaseComponent as ɵgx, TransactionInvoiceLineModule as ɵgy, TransactionInvoiceLineComponent as ɵgz, ArticleConnectorService as ɵh, TransactionInvoiceLineBaseComponent as ɵha, TransactionPickedLineModule as ɵhb, TransactionPickedLineComponent as ɵhc, TransactionToBePickedLineModule as ɵhd, TransactionToBePickedLineComponent as ɵhe, TransactionPurchaseOverviewLineModule as ɵhf, TransactionPurchaseOverviewLineComponent as ɵhg, TransactionReceiveGoodsLineModule as ɵhh, TransactionPrintPackageStickerModule as ɵhi, TransactionPrintPackageStickerComponent as ɵhj, TransactionQuickAccessSendMethodBaseComponent as ɵhk, TransactionHeaderBaseComponent as ɵhl, TransactionReceiveGoodsLineComponent as ɵhm, TransactionReceiveGoodsLineBaseComponent as ɵhn, TransactionPurchaseOrderLineModule as ɵho, TransactionPurchasePortalLineGrossOrderPriceModule as ɵhp, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵhq, TransactionPurchasePortalLineNetOrderPriceModule as ɵhr, TransactionPurchasePortalLineNetOrderPriceComponent as ɵhs, TransactionPurchasePortalLineDeliveryDateModule as ɵht, TransactionPurchasePortalLineDeliveryDateComponent as ɵhu, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhv, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhw, TransactionLineSupplierDeliveryDateButtonModule as ɵhx, TransactionLineSupplierDeliveryDateButtonComponent as ɵhy, TransactionLineConfirmedPriceModule as ɵhz, PendingReasonService as ɵi, TransactionLineConfirmedPriceComponent as ɵia, TransactionPurchaseOrderLineComponent as ɵib, TransactionPurchaseOrderLineBaseComponent as ɵic, TransactionCashRegisterOrderLineModule as ɵid, TransactionCashRegisterOrderLineComponent as ɵie, TransactionSalesOrderQuotationLineModule as ɵif, TransactionSalesOrderQuotationLineComponent as ɵig, TransactionLineSidePanelModule as ɵih, TransactionLineSidePanelDefaultModule as ɵii, TransactionLineQuantityModule as ɵij, TransactionLineQuantityComponent as ɵik, TransactionLineReferenceModule as ɵil, TransactionLineReferenceComponent as ɵim, TransactionLineSidePanelDefaultComponent as ɵin, TransactionReceivingGoodsHistoryModule as ɵio, TransactionHistoryGridModule as ɵip, TransactionHistoryGridStatusModule as ɵiq, TransactionHistoryGridStatusComponent as ɵir, TransactionHistoryGridComponent as ɵis, TransactionReceivingGoodsHistoryComponent as ɵit, TransactionButtonBarModule as ɵiu, AnimatedCheckboxModule as ɵiv, AnimatedCheckboxComponent as ɵiw, TransactionButtonBarComponent as ɵix, TransactionMappingService as ɵiy, TransactionButtonBarButtonComponent as ɵiz, TransactionBaseService as ɵj, TransactionButtonBarButtonBaseComponent as ɵja, TransactionSalesPurchaseButtonBarButtonComponent as ɵjb, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵjc, TransactionSalesAllocationButtonBarButtonComponent as ɵjd, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵje, TransactionSalesDeliveryButtonBarButtonComponent as ɵjf, TransactionSalesInvoiceButtonBarButtonComponent as ɵjg, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵjh, TransactionSalesPickingButtonBarButtonComponent as ɵji, TransactionSalesOverviewButtonBarButtonComponent as ɵjj, TransactionServiceServiceButtonBarButtonComponent as ɵjk, TransactionSalesPlanningButtonBarButtonComponent as ɵjl, TransactionLineSidePanelPurchaseModule as ɵjm, TransactionAvailableStockGridModule as ɵjn, TransactionAvailableStockGridComponent as ɵjo, TransactionLinePurchaseReceiveGoodsModule as ɵjp, TransactionLabeledWarehouseLocationButtonModule as ɵjq, TransactionLabeledWarehouseLocationButtonComponent as ɵjr, TransactionLinePurchaseReceiveGoodsComponent as ɵjs, TransactionLinePurchaseConfirmationModule as ɵjt, DefaultOkCancelButtonsModule as ɵju, DefaultOkCancelButtonsComponent as ɵjv, TransactionLabeledPriceInputModule as ɵjw, TransactionLabeledPriceInputComponent as ɵjx, PurchaseConfirmationLinesModule as ɵjy, TransactionLinesPopupModule as ɵjz, CoreModule as ɵk, TransactionLinesPopupComponent as ɵka, PurchaseConfirmationLinesComponent as ɵkb, TransactionLinePurchaseConfirmationComponent as ɵkc, TransactionLineSidePanelPurchaseComponent as ɵkd, TransactionLineSidePanelSalesModule as ɵke, TransactionAllocateGoodsHistoryModule as ɵkf, TransactionAllocateGoodsHistoryComponent as ɵkg, TransactionLineSalesAllocationModule as ɵkh, TransactionLineSalesAllocationComponent as ɵki, TransactionLineSalesDeliveryModule as ɵkj, TransactionLineDeliveryHistoryModule as ɵkk, TransactionLineDeliveryHistoryComponent as ɵkl, TransactionLineSalesDeliveryComponent as ɵkm, TransactionLineSalesInvoiceModule as ɵkn, TransactionLineInvoiceHistoryModule as ɵko, TransactionLineInvoiceHistoryComponent as ɵkp, TransactionLineSalesInvoiceComponent as ɵkq, TransactionLineSidePanelToBePickedModule as ɵkr, TransactionPickingHistoryModule as ɵks, TransactionPickingHistoryComponent as ɵkt, TransactionLineSidePanelToBePickedComponent as ɵku, TransactionLineSidePanelPickedModule as ɵkv, TransactionLineSidePanelPickedComponent as ɵkw, TransactionLineSidePanelPlanningModule as ɵkx, DeliveryPlanningMainModule as ɵky, DeliveryPlanningModeSelectionModule as ɵkz, ConfirmationDialogModule as ɵl, DeliveryPlanningModeSelectionComponent as ɵla, DeliveryPlanningSelectionModule as ɵlb, DeliveryPlanningSelectionComponent as ɵlc, DeliveryPlanningOverviewModule as ɵld, DeliveryPlanningOverviewTileModule as ɵle, DeliveryPlanningOverviewTileLineModule as ɵlf, DeliveryPlanningOverviewTileLineComponent as ɵlg, DeliveryPlanningTileStatusModule as ɵlh, DeliveryPlanningTileStatusComponent as ɵli, DeliveryPlanningOverviewShortLineModule as ɵlj, DeliveryPlanningOverviewShortLineComponent as ɵlk, DeliveryPlanningOverviewTileComponent as ɵll, DeliveryPlanningOverviewComponent as ɵlm, DeliveryPlanningOverviewPopupComponent as ɵln, DeliveryPlanningOverviewTileSettingsPopupComponent as ɵlo, AvatarModule as ɵlp, AvatarComponent as ɵlq, TransactionSearchSalesOrderTileModule as ɵlr, TransactionSearchSalesOrderTileComponent as ɵls, TransactionSearchTileBaseComponent as ɵlt, TransactionSearchPurchaseOrderTileModule as ɵlu, TransactionSearchPurchaseOrderTileComponent as ɵlv, TransactionSearchSalesOrderGridModule as ɵlw, TransactionSearchSalesOrderGridComponent as ɵlx, TransactionSearchGridBaseComponent as ɵly, TransactionSearchPurchaseOrderGridModule as ɵlz, PipeModule as ɵm, TransactionSearchPurchaseOrderGridComponent as ɵma, TransactionSearchSalesQuotationGridModule as ɵmb, TransactionSearchSalesQuotationGridComponent as ɵmc, TransactionSearchPosGridModule as ɵmd, TransactionSearchPosGridComponent as ɵme, TransactionSearchSalesQuotationTileModule as ɵmf, TransactionSearchSalesQuotationTileComponent as ɵmg, TransactionSearchPosOrderTileModule as ɵmh, TransactionSearchPosOrderTileComponent as ɵmi, TransactionSearchGridModule as ɵmj, TransactionSearchGridComponent as ɵmk, TransactionSearchTileModule as ɵml, TransactionSearchTileComponent as ɵmm, TransactionSalesOrderFilterModule as ɵmn, TransactionFilterCategoriesModule as ɵmo, TransactionFilterCategoriesComponent as ɵmp, TransactionSalesOrderFilterContentOrderModule as ɵmq, TransactionFilterItemModule as ɵmr, TransactionFilterItemComponent as ɵms, TransactionSalesOrderFilterContentOrderComponent as ɵmt, TransactionFilterContentBaseComponent as ɵmu, TransactionSalesOrderFilterContentLogisticsModule as ɵmv, TransactionFilterHistoricStateModule as ɵmw, TransactionFilterHistoricStateComponent as ɵmx, TransactionSalesOrderFilterContentLogisticsComponent as ɵmy, TransactionSalesOrderFilterContentArticleModule as ɵmz, AppendPipe as ɵn, TransactionSalesOrderFilterContentArticleComponent as ɵna, TransactionSalesOrderFilterComponent as ɵnb, TransactionFilterBaseComponent as ɵnc, TransactionPurchaseOrderFilterModule as ɵnd, TransactionPurchaseOrderFilterContentOrderModule as ɵne, TransactionPurchaseOrderFilterContentOrderComponent as ɵnf, TransactionPurchaseOrderFilterContentLogisticsModule as ɵng, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵnh, TransactionPurchaseOrderFilterContentArticleModule as ɵni, TransactionPurchaseOrderFilterContentArticleComponent as ɵnj, TransactionPurchaseOrderFilterComponent as ɵnk, TransactionSalesQuotationFilterModule as ɵnl, TransactionSalesQuotationFilterContentOrderModule as ɵnm, TransactionSalesQuotationFilterContentOrderComponent as ɵnn, TransactionSalesQuotationFilterContentLogisticsModule as ɵno, TransactionSalesQuotationFilterContentLogisticsComponent as ɵnp, TransactionSalesQuotationFilterContentArticleModule as ɵnq, TransactionSalesQuotationFilterContentArticleComponent as ɵnr, TransactionSalesQuotationFilterComponent as ɵns, TransactionCashDeskFilterModule as ɵnt, TransactionCashDeskFilterContentArticleModule as ɵnu, TransactionCashDeskFilterContentArticleComponent as ɵnv, TransactionCashDeskFilterContentLogisticsModule as ɵnw, TransactionCashDeskFilterContentLogisticsComponent as ɵnx, TransactionCashDeskFilterContentOrderModule as ɵny, TransactionCashDeskFilterContentOrderComponent as ɵnz, DeliveryTimePipe as ɵo, TransactionCashDeskFilterComponent as ɵoa, TransactionServiceOrderFilterModule as ɵob, TransactionServiceOrderFilterContentOrderModule as ɵoc, TransactionServiceOrderFilterContentOrderComponent as ɵod, TransactionServiceOrderFilterContentLogisticsModule as ɵoe, TransactionServiceOrderFilterContentLogisticsComponent as ɵof, TransactionServiceOrderFilterContentArticleModule as ɵog, TransactionServiceOrderFilterContentArticleComponent as ɵoh, TransactionServiceOrderFilterComponent as ɵoi, SearchFeatureModule as ɵoj, SearchHeaderButtonsModule as ɵok, SearchHeaderButtonsComponent as ɵol, SearchViewModeService as ɵom, SearchFilterPanelModule as ɵon, SearchFilterPanelComponent as ɵoo, SearchComponent as ɵop, DeliveryPlanningMainComponent as ɵoq, DeliveryPlanningPlanOrderListComponent as ɵor, DeliveryPlanningPlanOrderListTileComponent as ɵos, TransactionLineSidePanelPlanningComponent as ɵot, TransactionPurchaseReservationOrderTileModule as ɵou, TransactionPurchaseReservationOrderTileComponent as ɵov, TransactionLineSidePanelSalesComponent as ɵow, TransactionLineSidePanelSalesReservationComponent as ɵox, TransactionLineSidePanelComponent as ɵoy, TransactionLineComponent as ɵoz, DateDurationPipe as ɵp, TransactionLinesBaseComponent as ɵpa, DialogTransactionHeaderDiscountModule as ɵpb, TransactionHeaderDiscountPercentageModule as ɵpc, TransactionHeaderDiscountPercentageComponent as ɵpd, TransactionInputHeaderFieldBaseComponent as ɵpe, TransactionHeaderDiscountAmountModule as ɵpf, TransactionHeaderDiscountAmountComponent as ɵpg, TransactionHeaderDiscountTransactionTotalModule as ɵph, TransactionHeaderDiscountTransactionTotalComponent as ɵpi, DialogTransactionHeaderDiscountComponent as ɵpj, DialogTransactionHeaderBaseComponent as ɵpk, DeliveryTypeTileModule as ɵpl, DeliveryTypeTileComponent as ɵpm, PaymentModule as ɵpn, PaymentTileModule as ɵpo, PaymentTileComponent as ɵpp, PaymentQrCodeModule as ɵpq, PaymentQrCodeComponent as ɵpr, DepositPaymentModule as ɵps, DepositPaymentComponent as ɵpt, PaymentToPayModule as ɵpu, PaymentToPayComponent as ɵpv, PaymentComponent as ɵpw, TransactionPaymentBaseComponent as ɵpx, RelationTypeModule as ɵpy, RelationTypeComponent as ɵpz, LocalizePipe as ɵq, RelationGeneralModule as ɵqa, RelationContactDetailsModule as ɵqb, RelationContactDetailsComponent as ɵqc, RelationGeneralComponent as ɵqd, RelationAddressesModule as ɵqe, RelationAddressesComponent as ɵqf, RelationPreferencesModule as ɵqg, RelationPreferencesComponent as ɵqh, TransactionHeaderBlockModule as ɵqi, TransactionHeaderBlockComponent as ɵqj, TransactionHeaderDeliveryDateModule as ɵqk, TransactionHeaderDeliveryDateComponent as ɵql, TransactionHeaderDeliveryOptionsModule as ɵqm, TransactionHeaderDeliveryOptionsComponent as ɵqn, TransactionHeaderRemarksModule as ɵqo, TransactionHeaderRemarksComponent as ɵqp, TransactionHeaderReferenceModule as ɵqq, TransactionHeaderReferenceComponent as ɵqr, TransactionHeaderRelationReferenceModule as ɵqs, TransactionHeaderRelationReferenceComponent as ɵqt, TransactionHeaderDeliveryMethodModule as ɵqu, TransactionHeaderDeliveryMethodComponent as ɵqv, TransactionFilterPopupHeaderBaseComponent as ɵqw, TransactionHeaderPreferredDeliveryDateModule as ɵqx, TransactionHeaderPreferredDeliveryDateComponent as ɵqy, DialogTransactionHeaderDeliveryMethodModule as ɵqz, CoCurrencyPipe as ɵr, DialogTransactionHeaderDeliveryMethodComponent as ɵra, TransactionHeaderPopupModule as ɵrb, TransactionHeaderBranchModule as ɵrc, TransactionHeaderBranchComponent as ɵrd, TransactionHeaderSalesPersonModule as ɵre, TransactionHeaderSalesPersonComponent as ɵrf, TransactionHeaderAdministrativeRelationModule as ɵrg, TransactionHeaderAdministrativeRelationComponent as ɵrh, TransactionHeaderPriceKindModule as ɵri, TransactionHeaderPriceKindComponent as ɵrj, TransactionHeaderCurrencyModule as ɵrk, TransactionHeaderCurrencyComponent as ɵrl, TransactionHeaderTypeModule as ɵrm, TransactionHeaderTypeComponent as ɵrn, TransactionHeaderPaymentConditionModule as ɵro, TransactionHeaderPaymentConditionComponent as ɵrp, TransactionHeaderHoldCodesModule as ɵrq, TransactionHeaderHoldCodesComponent as ɵrr, TransactionHeaderMarketingModule as ɵrs, TransactionHeaderMarketingComponent as ɵrt, TransactionHeaderDeliveryMethodButtonModule as ɵru, TransactionHeaderDeliveryMethodButtonComponent as ɵrv, TransactionHeaderDefinitiveModule as ɵrw, TransactionHeaderDefinitiveComponent as ɵrx, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵry, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵrz, SafeStylePipe as ɵs, TransactionHeaderDepositPercentageModule as ɵsa, TransactionHeaderDepositPercentageComponent as ɵsb, TransactionHeaderDepositAmountModule as ɵsc, TransactionHeaderDepositAmountComponent as ɵsd, TransactionHeaderPaymentButtonModule as ɵse, TransactionHeaderPaymentButtonComponent as ɵsf, TransactionHeaderDivideEvenlyModule as ɵsg, TransactionHeaderDivideEvenlyComponent as ɵsh, TransactionHeaderAmountToSettleModule as ɵsi, TransactionHeaderAmountToSettleComponent as ɵsj, TransactionHeaderScoringChanceModule as ɵsk, TransactionHeaderScoringChanceComponent as ɵsl, TransactionHeaderRetailStadiumModule as ɵsm, TransactionHeaderRetailStadiumComponent as ɵsn, TransactionHeaderScoringDateModule as ɵso, TransactionHeaderScoringDateComponent as ɵsp, TransactionHeaderPartialDeliveryModule as ɵsq, TransactionHeaderPartialDeliveryComponent as ɵsr, TransactionHeaderAutoRecalculateDepositModule as ɵss, TransactionHeaderAutoRecalculateDepositComponent as ɵst, TransactionHeaderUseDepositRuleModule as ɵsu, TransactionHeaderUseDepositRuleComponent as ɵsv, TransactionHeaderProjectCodeModule as ɵsw, TransactionHeaderProjectCodeComponent as ɵsx, DialogCatalogModule as ɵsy, DialogCatalogComponent as ɵsz, SafeHtmlPipe as ɵt, CatalogScreenConfigurationService as ɵta, ServiceWizardQaModule as ɵtb, QuestionAnswerModule as ɵtc, QuestionAnswerComponent as ɵtd, ServiceWizardQaComponent as ɵte, DialogTransactionSearchModule as ɵtf, TransactionSearchHeaderModule as ɵtg, TransactionSearchHeaderComponent as ɵth, TransactionSearchSalesLineSelectTileModule as ɵti, TransactionLineTileModule as ɵtj, TransactionLineTileComponent as ɵtk, TransactionSearchSalesLineSelectTileComponent as ɵtl, DialogTransactionSearchComponent as ɵtm, TransactionHeaderPreferredDeliveryTimeModule as ɵtn, TransactionHeaderPreferredDeliveryTimeComponent as ɵto, TransactionHeaderPopupComponent as ɵtp, TransactionHeaderPopupRelationComponent as ɵtq, TransactionHeaderPopupBaseComponent as ɵtr, RelationSuggestionsService as ɵts, TransactionHeaderPopupOrderComponent as ɵtt, TransactionHeaderPopupDeliveryComponent as ɵtu, TransactionHeaderPopupPaymentComponent as ɵtv, CashOnDeliveryModalComponent as ɵtw, ProjectCodeyModalComponent as ɵtx, TransactionHeaderPopupCreateServiceComponent as ɵty, TransactionHeaderPopupServiceWizardComponent as ɵtz, PrependPipe as ɵu, TransactionHeaderPopupServiceFieldsComponent as ɵua, TransactionCreateService as ɵub, TransactionHeaderPopupServiceSlaComponent as ɵuc, TransactionHeaderPopupServiceTransOrArtComponent as ɵud, DialogTransactionHeaderPlanningRequest as ɵue, DialogTransactionPlanningRequest as ɵuf, RelationSuggestionsListModule as ɵug, RelationSuggestionsListItemModule as ɵuh, RelationSuggestionsListItemComponent as ɵui, RelationSuggestionsListComponent as ɵuj, SuggestionsSidebarModule as ɵuk, SuggestionsSidebarComponent as ɵul, StepperStepModule as ɵum, CheckoutOverviewRelationEditComponent as ɵun, CheckoutOverviewDeliveryEditComponent as ɵuo, CheckoutOverviewPaymentComponent as ɵup, TransactionInternalModule as ɵuq, TransactionHeaderPaymentModule as ɵur, TransactionHeaderRemainingAmountModule as ɵus, TransactionHeaderRemainingAmountComponent as ɵut, TransactionHeaderPaymentComponent as ɵuu, TransactionQuickAccessOverviewModule as ɵuv, TransactionSendDocumentsModule as ɵuw, TransactionSendDocumentsComponent as ɵux, DigitalSignatureModule as ɵuy, DigitalSignatureComponent as ɵuz, ConfirmationDialogComponent as ɵv, TransactionQuickAccessOverviewComponent as ɵva, TransactionQuickAccessOrderDeliveryModule as ɵvb, TransactionUndoDeliveryModule as ɵvc, TransactionUndoDeliveryComponent as ɵvd, TransactionQuickAccessOrderDeliveryComponent as ɵve, TransactionQuickAccessOrderPurchaseModule as ɵvf, TransactionQuickAccessOrderPurchaseComponent as ɵvg, TransactionQuickAccessGoodsAllocationModule as ɵvh, TransactionQuickAccessGoodsAllocationComponent as ɵvi, TransactionQuickAccessPurchaseOrderOverviewModule as ɵvj, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵvk, TransactionQuickAccessInvoiceModule as ɵvl, TransactionQuickAccessInvoiceComponent as ɵvm, TransactionQuickAccessToBePickedModule as ɵvn, TransactionQuickAccessToBePickedComponent as ɵvo, TransactionQuickAccessPickedModule as ɵvp, TransactionQuickAccessPickedComponent as ɵvq, TransactionQuickAccessSalesQuotationModule as ɵvr, TransactionQuickAccessSalesQuotationComponent as ɵvs, TransactionCreationService as ɵvt, TransactionQuickAccessPlanningModule as ɵvu, TransactionQuickAccessPlanningComponent as ɵvv, TransactionQuickAccessPlanningPopupComponent as ɵvw, TransactionCardModule as ɵvx, TransactionCardPurchaseOverviewModule as ɵvy, TransactionCardHeaderModule as ɵvz, DialogBaseComponent as ɵw, TransactionCardHeaderComponent as ɵwa, TransactionCardFooterModule as ɵwb, TransactionCardFooterComponent as ɵwc, TransactionCardPurchaseOverviewComponent as ɵwd, TransactionCardSalesOverviewModule as ɵwe, TransactionCardSalesOverviewComponent as ɵwf, TransactionCardReceiveGoodsModule as ɵwg, TransactionCardReceiveGoodsComponent as ɵwh, TransactionCardInvoiceModule as ɵwi, TransactionCardInvoiceComponent as ɵwj, TransactionCardOrderDeliveryModule as ɵwk, TransactionCardOrderDeliveryComponent as ɵwl, TransactionCardPurchaseModule as ɵwm, TransactionCardPurchaseComponent as ɵwn, TransactionCardGoodsAllocationModule as ɵwo, TransactionCardGoodsAllocationComponent as ɵwp, TransactionCardToBePickedModule as ɵwq, TransactionCardToBePickedComponent as ɵwr, TransactionCardPickedModule as ɵws, TransactionCardPickedComponent as ɵwt, TransactionCardPurchaseConfirmationModule as ɵwu, TransactionBaseCardModule as ɵwv, TransactionBaseCardComponent as ɵww, TransactionCardPurchaseConfirmationComponent as ɵwx, TransactionCardPlanningModule as ɵwy, TransactionCardPlanningComponent as ɵwz, IconCacheService as ɵx, TransactionCardMarginModule as ɵxa, TransactionCardMarginComponent as ɵxb, TransactionCardComponent as ɵxc, TransactionCopyOrderModule as ɵxd, DefaultConfirmCancelButtonsModule as ɵxe, DefaultConfirmCancelButtonsComponent as ɵxf, TransactionCopyOrderComponent as ɵxg, TransactionLinesSidePanelModule as ɵxh, TransactionLinesSidePanelCashDeskModule as ɵxi, TransactionCashRegisterPaymentDialogModule as ɵxj, TransactionCashRegisterPaymentPinModule as ɵxk, TransactionCashRegisterPaymentButtonsModule as ɵxl, TransactionCashRegisterPaymentButtonsComponent as ɵxm, TransactionCashRegisterPaymentPinComponent as ɵxn, TransactionCashRegisterPaymentCashModule as ɵxo, RegisteredPaymentModule as ɵxp, RegisteredPaymentComponent as ɵxq, TransactionCashRegisterPaymentCashComponent as ɵxr, TransactionCashRegisterPaymentDoneModule as ɵxs, TransactionCashRegisterPaymentDoneComponent as ɵxt, TransactionCashRegisterPaymentMethodModule as ɵxu, TransactionCashRegisterPaymentMethodComponent as ɵxv, TransactionCashRegisterPaymentQrCodeModule as ɵxw, TransactionCashRegisterPaymentQrCodeComponent as ɵxx, TransactionCashRegisterPaymentDialogComponent as ɵxy, TransactionCashRegisterOrderExpenseDialogModule as ɵxz, CharacteristicAnswerModule as ɵy, TransactionCashRegisterOrderExpenseDialogComponent as ɵya, TransactionLinesSidePanelCashDeskComponent as ɵyb, TransactionLinesSidePanelServiceOrderModule as ɵyc, TransactionLinesSidePanelServiceOrderComponent as ɵyd, TransactionLinesSidePanelComponent as ɵye, TransactionServiceOverviewModule as ɵyf, TransactionServiceMessageModule as ɵyg, TransactionServiceMessageComponent as ɵyh, TransactionServiceOverviewComponent as ɵyi, TransactionCardsModule as ɵyj, TransactionCardsComponent as ɵyk, TransactionMarginBlockComponent as ɵyl, ClickBlockModule as ɵym, ClickBlockComponent as ɵyn, DialogTransactionLineWarehouseCcModule as ɵyo, DialogTransactionLineWarehouseCcComponent as ɵyp, TransactionLineWarehouseCcGeneralComponent as ɵyq, TransactionLineWarehouseCcBaseComponent as ɵyr, TransactionLineWarehouseCcDirectsellComponent as ɵys, TransactionLineWarehouseCcInterbranchComponent as ɵyt, DialogTransactionHeaderBranchModule as ɵyu, DialogTransactionHeaderBranchComponent as ɵyv, TransactionInternalComponent as ɵyw, TransactionCashRegisterOrderReceiptDialogModule as ɵyx, TransactionCashRegisterOrderReceiptDialogComponent as ɵyy, SaveCancelButtonsModule as ɵyz, CharacteristicAnswerComponent as ɵz, SaveCancelButtonsComponent as ɵza, TransactionTagComponent as ɵzb, SimpleVerticalStepperModule as ɵzc, SimpleVerticalStepperComponent as ɵzd };
59875
+ export { AddProductComponent, AddProductModule, BatchProcessDialogComponent, BatchProcessDialogModule, CheckoutComponent, CheckoutModule, DatePeriod, DeliveryPlanningCalendarModes, DeliveryPlanningComponent, DeliveryPlanningModes, DeliveryPlanningModule, DeliveryPlanningViewModes, FastDateRangePickerComponent, FastDateRangePickerModule, FilterRequestService, LineSelectionService, LoaderComponent, LoaderModule, PosOrderData, PurchaseConfirmationService, QuickSendButtonComponent, QuickSendButtonModule, SearchViewMode, SearchbarViewMode, SharedConnectorService, ShippingMethodDialogComponent, ShippingMethodDialogModule, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionBusinessObjectCacheManagerService, TransactionCashRegisterDialogComponent, TransactionCashRegisterDialogModule, TransactionCfgName, TransactionComponent, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionConnectorAdapterService, TransactionConnectorService, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionCreateWizardComponent, TransactionCreateWizardModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionMarginComponent, TransactionMarginModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionPaymentConnectorService, TransactionPaymentService, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionRelationConnectorService, TransactionRelationService, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionSelectMultipleCacheService, TransactionSelectMultipleParameterizedCacheService, TransactionSelectSingleCacheService, TransactionSelectSingleParameterizedCacheService, TransactionService, TransactionSettings, TransactionSettingsOptions, TransactionSettingsService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, TransactionHeaderService as ɵa, PendingReasonService as ɵb, CharacteristicAnswerComponent as ɵba, WarehouseModule as ɵbb, WarehouseComponent as ɵbc, ToastModule as ɵbd, ToastComponent as ɵbe, ImageDisplayComponent as ɵbf, IconComponent as ɵbg, CustomerGroupsComponent as ɵbh, CustomerLanguagesComponent as ɵbi, CustomerTitlesComponent as ɵbj, StockStatusIndicatorComponent as ɵbk, LazyRenderMasterDirective as ɵbl, LazyRenderDirective as ɵbm, TransactionSlaTile as ɵbn, RelationAddressModule as ɵbo, RelationAddressComponent as ɵbp, RelationBaseComponent as ɵbq, RelationAddressSelectModule as ɵbr, RelationAddressTileModule as ɵbs, TileModule as ɵbt, TileComponent as ɵbu, RelationAddressTileComponent as ɵbv, RelationAddressSelectComponent as ɵbw, StepperModule as ɵbx, StepperComponent as ɵby, StepperBaseComponent as ɵbz, TransactionBaseService as ɵc, StepperStepComponent as ɵca, TransactionLineModule as ɵcb, TransactionTextLineModule as ɵcc, TransactionTextLineComponent as ɵcd, TransactionLineBaseComponent as ɵce, TransactionBaseComponent as ɵcf, TransactionImageService as ɵcg, TransactionLineService as ɵch, OrderLineSetService as ɵci, TransactionOverviewLineModule as ɵcj, TransactionArticleTextModule as ɵck, TransactionLineImageAndDescriptionModule as ɵcl, TransactionLineDescriptionModule as ɵcm, TransactionLineDescriptionComponent as ɵcn, TransactionInputLineFieldBaseComponent as ɵco, TransactionLineImageAndDescriptionComponent as ɵcp, TransactionArticleTextComponent as ɵcq, TransactionArticleTextOverviewModule as ɵcr, TransactionArticleTextOverviewComponent as ɵcs, TransactionLineActionButtonsModule as ɵct, TransactionLineActionButtonsComponent as ɵcu, TransactionLineActionButtonsPopupComponent as ɵcv, EditableLabelModule as ɵcw, EditableLabelComponent as ɵcx, TransactionLinePriceModule as ɵcy, TransactionLinePriceComponent as ɵcz, DictionaryService as ɵd, TransactionBaseLineModule as ɵda, TransactionBaseLineComponent as ɵdb, TransactionLineCommissionButtonModule as ɵdc, DialogTransactionLineCommissionCodeModule as ɵdd, TransactionLineCommissionCodeModule as ɵde, TransactionLineCheckboxModule as ɵdf, TransactionLineCheckboxListComponent as ɵdg, TransactionLineCommissionCodeComponent as ɵdh, TransactionFilterPopupLineBaseComponent as ɵdi, DialogHeaderSearchModule as ɵdj, DialogHeaderSearchComponent as ɵdk, DialogTransactionLineCommissionCodeComponent as ɵdl, DialogTransactionLineBaseComponent as ɵdm, TransactionButtonModule as ɵdn, TransactionButtonComponent as ɵdo, TransactionLineCommissionButtonComponent as ɵdp, TransactionLineWarehouseButtonModule as ɵdq, DialogTransactionLineWarehouseModule as ɵdr, TransactionLineWarehouseModule as ɵds, TransactionLineWarehouseComponent as ɵdt, DialogTransactionLineWarehouseComponent as ɵdu, TransactionLineWarehouseButtonComponent as ɵdv, TransactionLineDeliveryButtonModule as ɵdw, DialogTransactionLineDeliveryMethodModule as ɵdx, TransactionLineDeliveryMethodModule as ɵdy, TransactionLineDeliveryMethodComponent as ɵdz, DialogService as ɵe, DialogTransactionLineDeliveryMethodComponent as ɵea, TransactionLineDeliveryButtonComponent as ɵeb, TransactionLineDeliveryDateButtonModule as ɵec, TransactionDateSelectModule as ɵed, TransactionDateSelectComponent as ɵee, TransactionLineDeliveryDateButtonComponent as ɵef, DialogTransactionLineVatModule as ɵeg, TransactionLineVatModule as ɵeh, TransactionLineVatComponent as ɵei, DialogTransactionLineVatComponent as ɵej, DialogTransactionLineDiscountModule as ɵek, TransactionLinePriceListModule as ɵel, TransactionLinePriceListComponent as ɵem, TransactionLineDiscountPercentageModule as ɵen, TransactionLineDiscountPercentageComponent as ɵeo, TransactionLineDiscountAmountModule as ɵep, TransactionLineDiscountAmountComponent as ɵeq, TransactionLineQuantumDiscountModule as ɵer, TransactionLineQuantumDiscountComponent as ɵes, TransactionLineSpecialDiscountModule as ɵet, TransactionLineSpecialDiscountComponent as ɵeu, DialogTransactionLinePriceListModule as ɵev, DialogTransactionLinePriceListComponent as ɵew, DialogTransactionLineDiscountComponent as ɵex, TransactionLineAmountModule as ɵey, TransactionLineAmountComponent as ɵez, DynamicComponentService as ɵf, TransactionLineVatButtonModule as ɵfa, TransactionLineVatButtonComponent as ɵfb, TransactionLineDiscountButtonModule as ɵfc, TransactionLineDiscountButtonComponent as ɵfd, TransactionLineDeliveryDateModule as ɵfe, TransactionLineDeliveryDateComponent as ɵff, TransactionMarginInfoLineModule as ɵfg, TransactionLineLabelModule as ɵfh, TransactionLineLabelComponent as ɵfi, TransactionMarginInfoLineComponent as ɵfj, TransactionPlanningLineModule as ɵfk, TransactionPlanningLineComponent as ɵfl, DeliveryPlanningService as ɵfm, TransactionLineDirectSellButtonModule as ɵfn, DialogTransactionLineDirectSellModule as ɵfo, TransactionLineDirectSellModule as ɵfp, TransactionLineDirectSellComponent as ɵfq, DialogTransactionLineDirectSellComponent as ɵfr, TransactionLineDirectSellButtonComponent as ɵfs, TransactionOverviewLineComponent as ɵft, TransactionPurchaseLineModule as ɵfu, TransactionLineSupplierButtonModule as ɵfv, TransactionLineSupplierModule as ɵfw, TransactionLineSupplierComponent as ɵfx, DialogTransactionLineSupplierModule as ɵfy, DialogTransactionLineSupplierComponent as ɵfz, CacheField as ɵg, TransactionLineSupplierButtonComponent as ɵga, TransactionNavigationButtonModule as ɵgb, TransactionNavigationButtonComponent as ɵgc, TransactionLineDropShipmentButtonModule as ɵgd, TransactionLineDropShipmentButtonComponent as ɵge, TransactionNavigationButtonListModule as ɵgf, TransactionNavigationButtonListComponent as ɵgg, TransactionLineConfirmedDeliveryDateButtonModule as ɵgh, TransactionLineConfirmedDeliveryDateButtonComponent as ɵgi, TransactionPurchaseLineComponent as ɵgj, TransactionPurchaseLineBaseComponent as ɵgk, TransactionSalesReservationService as ɵgl, TransactionGoodsAllocationLineModule as ɵgm, TransactionLineWarehouseLocationButtonModule as ɵgn, DialogTransactionLineWarehouseLocationModule as ɵgo, TransactionLineWarehouseLocationModule as ɵgp, TransactionLineWarehouseLocationComponent as ɵgq, ArticleService as ɵgr, DialogTransactionLineWarehouseLocationComponent as ɵgs, TransactionLineWarehouseLocationButtonComponent as ɵgt, TransactionGoodsAllocationLineComponent as ɵgu, TransactionOrderDeliveryLineModule as ɵgv, TransactionOrderDeliveryLineComponent as ɵgw, TransactionOrderDeliveryLineBaseComponent as ɵgx, TransactionInvoiceLineModule as ɵgy, TransactionInvoiceLineComponent as ɵgz, ErrorService as ɵh, TransactionInvoiceLineBaseComponent as ɵha, TransactionPickedLineModule as ɵhb, TransactionPickedLineComponent as ɵhc, TransactionToBePickedLineModule as ɵhd, TransactionToBePickedLineComponent as ɵhe, TransactionPurchaseOverviewLineModule as ɵhf, TransactionPurchaseOverviewLineComponent as ɵhg, TransactionReceiveGoodsLineModule as ɵhh, TransactionPrintPackageStickerModule as ɵhi, TransactionPrintPackageStickerComponent as ɵhj, TransactionQuickAccessSendMethodBaseComponent as ɵhk, TransactionHeaderBaseComponent as ɵhl, TransactionReceiveGoodsLineComponent as ɵhm, TransactionReceiveGoodsLineBaseComponent as ɵhn, TransactionPurchaseOrderLineModule as ɵho, TransactionPurchasePortalLineGrossOrderPriceModule as ɵhp, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵhq, TransactionPurchasePortalLineNetOrderPriceModule as ɵhr, TransactionPurchasePortalLineNetOrderPriceComponent as ɵhs, TransactionPurchasePortalLineDeliveryDateModule as ɵht, TransactionPurchasePortalLineDeliveryDateComponent as ɵhu, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵhv, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵhw, TransactionLineSupplierDeliveryDateButtonModule as ɵhx, TransactionLineSupplierDeliveryDateButtonComponent as ɵhy, TransactionLineConfirmedPriceModule as ɵhz, ArticleConnectorService as ɵi, TransactionLineConfirmedPriceComponent as ɵia, TransactionPurchaseOrderLineComponent as ɵib, TransactionPurchaseOrderLineBaseComponent as ɵic, TransactionCashRegisterOrderLineModule as ɵid, TransactionCashRegisterOrderLineComponent as ɵie, TransactionSalesOrderQuotationLineModule as ɵif, TransactionSalesOrderQuotationLineComponent as ɵig, TransactionLineSidePanelModule as ɵih, TransactionLineSidePanelDefaultModule as ɵii, TransactionLineQuantityModule as ɵij, TransactionLineQuantityComponent as ɵik, TransactionLineReferenceModule as ɵil, TransactionLineReferenceComponent as ɵim, TransactionLineSidePanelDefaultComponent as ɵin, TransactionReceivingGoodsHistoryModule as ɵio, TransactionHistoryGridModule as ɵip, TransactionHistoryGridStatusModule as ɵiq, TransactionHistoryGridStatusComponent as ɵir, TransactionHistoryGridComponent as ɵis, TransactionReceivingGoodsHistoryComponent as ɵit, TransactionButtonBarModule as ɵiu, AnimatedCheckboxModule as ɵiv, AnimatedCheckboxComponent as ɵiw, TransactionButtonBarComponent as ɵix, TransactionMappingService as ɵiy, TransactionButtonBarButtonComponent as ɵiz, CheckoutModuleService as ɵj, TransactionButtonBarButtonBaseComponent as ɵja, TransactionSalesPurchaseButtonBarButtonComponent as ɵjb, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵjc, TransactionSalesAllocationButtonBarButtonComponent as ɵjd, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵje, TransactionSalesDeliveryButtonBarButtonComponent as ɵjf, TransactionSalesInvoiceButtonBarButtonComponent as ɵjg, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵjh, TransactionSalesPickingButtonBarButtonComponent as ɵji, TransactionSalesOverviewButtonBarButtonComponent as ɵjj, TransactionServiceServiceButtonBarButtonComponent as ɵjk, TransactionSalesPlanningButtonBarButtonComponent as ɵjl, TransactionLineSidePanelPurchaseModule as ɵjm, TransactionAvailableStockGridModule as ɵjn, TransactionAvailableStockGridComponent as ɵjo, TransactionLinePurchaseReceiveGoodsModule as ɵjp, TransactionLabeledWarehouseLocationButtonModule as ɵjq, TransactionLabeledWarehouseLocationButtonComponent as ɵjr, TransactionLinePurchaseReceiveGoodsComponent as ɵjs, TransactionLinePurchaseConfirmationModule as ɵjt, DefaultOkCancelButtonsModule as ɵju, DefaultOkCancelButtonsComponent as ɵjv, TransactionLabeledPriceInputModule as ɵjw, TransactionLabeledPriceInputComponent as ɵjx, PurchaseConfirmationLinesModule as ɵjy, TransactionLinesPopupModule as ɵjz, CheckoutScreenConfigurationService as ɵk, TransactionLinesPopupComponent as ɵka, PurchaseConfirmationLinesComponent as ɵkb, TransactionLinePurchaseConfirmationComponent as ɵkc, TransactionLineSidePanelPurchaseComponent as ɵkd, TransactionLineSidePanelSalesModule as ɵke, TransactionAllocateGoodsHistoryModule as ɵkf, TransactionAllocateGoodsHistoryComponent as ɵkg, TransactionLineSalesAllocationModule as ɵkh, TransactionLineSalesAllocationComponent as ɵki, TransactionLineSalesDeliveryModule as ɵkj, TransactionLineDeliveryHistoryModule as ɵkk, TransactionLineDeliveryHistoryComponent as ɵkl, TransactionLineSalesDeliveryComponent as ɵkm, TransactionLineSalesInvoiceModule as ɵkn, TransactionLineInvoiceHistoryModule as ɵko, TransactionLineInvoiceHistoryComponent as ɵkp, TransactionLineSalesInvoiceComponent as ɵkq, TransactionLineSidePanelToBePickedModule as ɵkr, TransactionPickingHistoryModule as ɵks, TransactionPickingHistoryComponent as ɵkt, TransactionLineSidePanelToBePickedComponent as ɵku, TransactionLineSidePanelPickedModule as ɵkv, TransactionLineSidePanelPickedComponent as ɵkw, TransactionLineSidePanelPlanningModule as ɵkx, DeliveryPlanningMainModule as ɵky, DeliveryPlanningModeSelectionModule as ɵkz, CoreModule as ɵl, DeliveryPlanningModeSelectionComponent as ɵla, DeliveryPlanningSelectionModule as ɵlb, DeliveryPlanningSelectionComponent as ɵlc, DeliveryPlanningOverviewModule as ɵld, DeliveryPlanningOverviewTileModule as ɵle, DeliveryPlanningOverviewTileLineModule as ɵlf, DeliveryPlanningOverviewTileLineComponent as ɵlg, DeliveryPlanningTileStatusModule as ɵlh, DeliveryPlanningTileStatusComponent as ɵli, DeliveryPlanningOverviewShortLineModule as ɵlj, DeliveryPlanningOverviewShortLineComponent as ɵlk, DeliveryPlanningOverviewTileComponent as ɵll, DeliveryPlanningOverviewComponent as ɵlm, DeliveryPlanningOverviewPopupComponent as ɵln, DeliveryPlanningOverviewTileSettingsPopupComponent as ɵlo, AvatarModule as ɵlp, AvatarComponent as ɵlq, TransactionSearchSalesOrderTileModule as ɵlr, TransactionSearchSalesOrderTileComponent as ɵls, TransactionSearchTileBaseComponent as ɵlt, TransactionSearchPurchaseOrderTileModule as ɵlu, TransactionSearchPurchaseOrderTileComponent as ɵlv, TransactionSearchSalesOrderGridModule as ɵlw, TransactionSearchSalesOrderGridComponent as ɵlx, TransactionSearchGridBaseComponent as ɵly, TransactionSearchPurchaseOrderGridModule as ɵlz, ConfirmationDialogModule as ɵm, TransactionSearchPurchaseOrderGridComponent as ɵma, TransactionSearchSalesQuotationGridModule as ɵmb, TransactionSearchSalesQuotationGridComponent as ɵmc, TransactionSearchPosGridModule as ɵmd, TransactionSearchPosGridComponent as ɵme, TransactionSearchSalesQuotationTileModule as ɵmf, TransactionSearchSalesQuotationTileComponent as ɵmg, TransactionSearchPosOrderTileModule as ɵmh, TransactionSearchPosOrderTileComponent as ɵmi, TransactionSearchGridModule as ɵmj, TransactionSearchGridComponent as ɵmk, TransactionSearchTileModule as ɵml, TransactionSearchTileComponent as ɵmm, TransactionSalesOrderFilterModule as ɵmn, TransactionFilterCategoriesModule as ɵmo, TransactionFilterCategoriesComponent as ɵmp, TransactionSalesOrderFilterContentOrderModule as ɵmq, TransactionFilterItemModule as ɵmr, TransactionFilterItemComponent as ɵms, TransactionSalesOrderFilterContentOrderComponent as ɵmt, TransactionFilterContentBaseComponent as ɵmu, TransactionSalesOrderFilterContentLogisticsModule as ɵmv, TransactionFilterHistoricStateModule as ɵmw, TransactionFilterHistoricStateComponent as ɵmx, TransactionSalesOrderFilterContentLogisticsComponent as ɵmy, TransactionSalesOrderFilterContentArticleModule as ɵmz, PipeModule as ɵn, TransactionSalesOrderFilterContentArticleComponent as ɵna, TransactionSalesOrderFilterComponent as ɵnb, TransactionFilterBaseComponent as ɵnc, TransactionPurchaseOrderFilterModule as ɵnd, TransactionPurchaseOrderFilterContentOrderModule as ɵne, TransactionPurchaseOrderFilterContentOrderComponent as ɵnf, TransactionPurchaseOrderFilterContentLogisticsModule as ɵng, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵnh, TransactionPurchaseOrderFilterContentArticleModule as ɵni, TransactionPurchaseOrderFilterContentArticleComponent as ɵnj, TransactionPurchaseOrderFilterComponent as ɵnk, TransactionSalesQuotationFilterModule as ɵnl, TransactionSalesQuotationFilterContentOrderModule as ɵnm, TransactionSalesQuotationFilterContentOrderComponent as ɵnn, TransactionSalesQuotationFilterContentLogisticsModule as ɵno, TransactionSalesQuotationFilterContentLogisticsComponent as ɵnp, TransactionSalesQuotationFilterContentArticleModule as ɵnq, TransactionSalesQuotationFilterContentArticleComponent as ɵnr, TransactionSalesQuotationFilterComponent as ɵns, TransactionCashDeskFilterModule as ɵnt, TransactionCashDeskFilterContentArticleModule as ɵnu, TransactionCashDeskFilterContentArticleComponent as ɵnv, TransactionCashDeskFilterContentLogisticsModule as ɵnw, TransactionCashDeskFilterContentLogisticsComponent as ɵnx, TransactionCashDeskFilterContentOrderModule as ɵny, TransactionCashDeskFilterContentOrderComponent as ɵnz, AppendPipe as ɵo, TransactionCashDeskFilterComponent as ɵoa, TransactionServiceOrderFilterModule as ɵob, TransactionServiceOrderFilterContentOrderModule as ɵoc, TransactionServiceOrderFilterContentOrderComponent as ɵod, TransactionServiceOrderFilterContentLogisticsModule as ɵoe, TransactionServiceOrderFilterContentLogisticsComponent as ɵof, TransactionServiceOrderFilterContentArticleModule as ɵog, TransactionServiceOrderFilterContentArticleComponent as ɵoh, TransactionServiceOrderFilterComponent as ɵoi, SearchFeatureModule as ɵoj, SearchHeaderButtonsModule as ɵok, SearchHeaderButtonsComponent as ɵol, SearchViewModeService as ɵom, SearchFilterPanelModule as ɵon, SearchFilterPanelComponent as ɵoo, SearchComponent as ɵop, DeliveryPlanningMainComponent as ɵoq, DeliveryPlanningPlanOrderListComponent as ɵor, DeliveryPlanningPlanOrderListTileComponent as ɵos, TransactionLineSidePanelPlanningComponent as ɵot, TransactionPurchaseReservationOrderTileModule as ɵou, TransactionPurchaseReservationOrderTileComponent as ɵov, TransactionLineSidePanelSalesComponent as ɵow, TransactionLineSidePanelComponent as ɵox, TransactionLineComponent as ɵoy, TransactionLinesBaseComponent as ɵoz, DeliveryTimePipe as ɵp, DialogTransactionHeaderDiscountModule as ɵpa, TransactionHeaderDiscountPercentageModule as ɵpb, TransactionHeaderDiscountPercentageComponent as ɵpc, TransactionInputHeaderFieldBaseComponent as ɵpd, TransactionHeaderDiscountAmountModule as ɵpe, TransactionHeaderDiscountAmountComponent as ɵpf, TransactionHeaderDiscountTransactionTotalModule as ɵpg, TransactionHeaderDiscountTransactionTotalComponent as ɵph, DialogTransactionHeaderDiscountComponent as ɵpi, DialogTransactionHeaderBaseComponent as ɵpj, DeliveryTypeTileModule as ɵpk, DeliveryTypeTileComponent as ɵpl, PaymentModule as ɵpm, PaymentTileModule as ɵpn, PaymentTileComponent as ɵpo, PaymentQrCodeModule as ɵpp, PaymentQrCodeComponent as ɵpq, DepositPaymentModule as ɵpr, DepositPaymentComponent as ɵps, PaymentToPayModule as ɵpt, PaymentToPayComponent as ɵpu, PaymentComponent as ɵpv, TransactionPaymentBaseComponent as ɵpw, RelationTypeModule as ɵpx, RelationTypeComponent as ɵpy, RelationGeneralModule as ɵpz, DateDurationPipe as ɵq, RelationContactDetailsModule as ɵqa, RelationContactDetailsComponent as ɵqb, RelationGeneralComponent as ɵqc, RelationAddressesModule as ɵqd, RelationAddressesComponent as ɵqe, RelationPreferencesModule as ɵqf, RelationPreferencesComponent as ɵqg, TransactionHeaderBlockModule as ɵqh, TransactionHeaderBlockComponent as ɵqi, TransactionHeaderDeliveryDateModule as ɵqj, TransactionHeaderDeliveryDateComponent as ɵqk, TransactionHeaderDeliveryOptionsModule as ɵql, TransactionHeaderDeliveryOptionsComponent as ɵqm, TransactionHeaderRemarksModule as ɵqn, TransactionHeaderRemarksComponent as ɵqo, TransactionHeaderReferenceModule as ɵqp, TransactionHeaderReferenceComponent as ɵqq, TransactionHeaderRelationReferenceModule as ɵqr, TransactionHeaderRelationReferenceComponent as ɵqs, TransactionHeaderDeliveryMethodModule as ɵqt, TransactionHeaderDeliveryMethodComponent as ɵqu, TransactionFilterPopupHeaderBaseComponent as ɵqv, TransactionHeaderPreferredDeliveryDateModule as ɵqw, TransactionHeaderPreferredDeliveryDateComponent as ɵqx, DialogTransactionHeaderDeliveryMethodModule as ɵqy, DialogTransactionHeaderDeliveryMethodComponent as ɵqz, LocalizePipe as ɵr, TransactionHeaderPopupModule as ɵra, TransactionHeaderBranchModule as ɵrb, TransactionHeaderBranchComponent as ɵrc, TransactionHeaderSalesPersonModule as ɵrd, TransactionHeaderSalesPersonComponent as ɵre, TransactionHeaderAdministrativeRelationModule as ɵrf, TransactionHeaderAdministrativeRelationComponent as ɵrg, TransactionHeaderPriceKindModule as ɵrh, TransactionHeaderPriceKindComponent as ɵri, TransactionHeaderCurrencyModule as ɵrj, TransactionHeaderCurrencyComponent as ɵrk, TransactionHeaderTypeModule as ɵrl, TransactionHeaderTypeComponent as ɵrm, TransactionHeaderPaymentConditionModule as ɵrn, TransactionHeaderPaymentConditionComponent as ɵro, TransactionHeaderHoldCodesModule as ɵrp, TransactionHeaderHoldCodesComponent as ɵrq, TransactionHeaderMarketingModule as ɵrr, TransactionHeaderMarketingComponent as ɵrs, TransactionHeaderDeliveryMethodButtonModule as ɵrt, TransactionHeaderDeliveryMethodButtonComponent as ɵru, TransactionHeaderDefinitiveModule as ɵrv, TransactionHeaderDefinitiveComponent as ɵrw, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵrx, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵry, TransactionHeaderDepositPercentageModule as ɵrz, CoCurrencyPipe as ɵs, TransactionHeaderDepositPercentageComponent as ɵsa, TransactionHeaderDepositAmountModule as ɵsb, TransactionHeaderDepositAmountComponent as ɵsc, TransactionHeaderPaymentButtonModule as ɵsd, TransactionHeaderPaymentButtonComponent as ɵse, TransactionHeaderDivideEvenlyModule as ɵsf, TransactionHeaderDivideEvenlyComponent as ɵsg, TransactionHeaderAmountToSettleModule as ɵsh, TransactionHeaderAmountToSettleComponent as ɵsi, TransactionHeaderScoringChanceModule as ɵsj, TransactionHeaderScoringChanceComponent as ɵsk, TransactionHeaderRetailStadiumModule as ɵsl, TransactionHeaderRetailStadiumComponent as ɵsm, TransactionHeaderScoringDateModule as ɵsn, TransactionHeaderScoringDateComponent as ɵso, TransactionHeaderPartialDeliveryModule as ɵsp, TransactionHeaderPartialDeliveryComponent as ɵsq, TransactionHeaderAutoRecalculateDepositModule as ɵsr, TransactionHeaderAutoRecalculateDepositComponent as ɵss, TransactionHeaderUseDepositRuleModule as ɵst, TransactionHeaderUseDepositRuleComponent as ɵsu, TransactionHeaderProjectCodeModule as ɵsv, TransactionHeaderProjectCodeComponent as ɵsw, DialogCatalogModule as ɵsx, DialogCatalogComponent as ɵsy, CatalogScreenConfigurationService as ɵsz, SafeStylePipe as ɵt, ServiceWizardQaModule as ɵta, QuestionAnswerModule as ɵtb, QuestionAnswerComponent as ɵtc, ServiceWizardQaComponent as ɵtd, DialogTransactionSearchModule as ɵte, TransactionSearchHeaderModule as ɵtf, TransactionSearchHeaderComponent as ɵtg, TransactionSearchSalesLineSelectTileModule as ɵth, TransactionLineTileModule as ɵti, TransactionLineTileComponent as ɵtj, TransactionSearchSalesLineSelectTileComponent as ɵtk, DialogTransactionSearchComponent as ɵtl, TransactionHeaderPreferredDeliveryTimeModule as ɵtm, TransactionHeaderPreferredDeliveryTimeComponent as ɵtn, TransactionHeaderPopupComponent as ɵto, TransactionHeaderPopupRelationComponent as ɵtp, TransactionHeaderPopupBaseComponent as ɵtq, RelationSuggestionsService as ɵtr, TransactionHeaderPopupOrderComponent as ɵts, TransactionHeaderPopupDeliveryComponent as ɵtt, TransactionHeaderPopupPaymentComponent as ɵtu, CashOnDeliveryModalComponent as ɵtv, ProjectCodeyModalComponent as ɵtw, TransactionHeaderPopupCreateServiceComponent as ɵtx, TransactionHeaderPopupServiceWizardComponent as ɵty, TransactionHeaderPopupServiceFieldsComponent as ɵtz, SafeHtmlPipe as ɵu, TransactionCreateService as ɵua, TransactionHeaderPopupServiceSlaComponent as ɵub, TransactionHeaderPopupServiceTransOrArtComponent as ɵuc, DialogTransactionHeaderPlanningRequest as ɵud, DialogTransactionPlanningRequest as ɵue, RelationSuggestionsListModule as ɵuf, RelationSuggestionsListItemModule as ɵug, RelationSuggestionsListItemComponent as ɵuh, RelationSuggestionsListComponent as ɵui, SuggestionsSidebarModule as ɵuj, SuggestionsSidebarComponent as ɵuk, StepperStepModule as ɵul, CheckoutOverviewRelationEditComponent as ɵum, CheckoutOverviewDeliveryEditComponent as ɵun, CheckoutOverviewPaymentComponent as ɵuo, TransactionInternalModule as ɵup, TransactionHeaderPaymentModule as ɵuq, TransactionHeaderRemainingAmountModule as ɵur, TransactionHeaderRemainingAmountComponent as ɵus, TransactionHeaderPaymentComponent as ɵut, TransactionQuickAccessOverviewModule as ɵuu, TransactionSendDocumentsModule as ɵuv, TransactionSendDocumentsComponent as ɵuw, DigitalSignatureModule as ɵux, DigitalSignatureComponent as ɵuy, TransactionQuickAccessOverviewComponent as ɵuz, PrependPipe as ɵv, TransactionQuickAccessOrderDeliveryModule as ɵva, TransactionUndoDeliveryModule as ɵvb, TransactionUndoDeliveryComponent as ɵvc, TransactionQuickAccessOrderDeliveryComponent as ɵvd, TransactionQuickAccessOrderPurchaseModule as ɵve, TransactionQuickAccessOrderPurchaseComponent as ɵvf, TransactionQuickAccessGoodsAllocationModule as ɵvg, TransactionQuickAccessGoodsAllocationComponent as ɵvh, TransactionQuickAccessPurchaseOrderOverviewModule as ɵvi, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵvj, TransactionQuickAccessInvoiceModule as ɵvk, TransactionQuickAccessInvoiceComponent as ɵvl, TransactionQuickAccessToBePickedModule as ɵvm, TransactionQuickAccessToBePickedComponent as ɵvn, TransactionQuickAccessPickedModule as ɵvo, TransactionQuickAccessPickedComponent as ɵvp, TransactionQuickAccessSalesQuotationModule as ɵvq, TransactionQuickAccessSalesQuotationComponent as ɵvr, TransactionCreationService as ɵvs, TransactionQuickAccessPlanningModule as ɵvt, TransactionQuickAccessPlanningComponent as ɵvu, TransactionQuickAccessPlanningPopupComponent as ɵvv, TransactionCardModule as ɵvw, TransactionCardPurchaseOverviewModule as ɵvx, TransactionCardHeaderModule as ɵvy, TransactionCardHeaderComponent as ɵvz, ConfirmationDialogComponent as ɵw, TransactionCardFooterModule as ɵwa, TransactionCardFooterComponent as ɵwb, TransactionCardPurchaseOverviewComponent as ɵwc, TransactionCardSalesOverviewModule as ɵwd, TransactionCardSalesOverviewComponent as ɵwe, TransactionCardReceiveGoodsModule as ɵwf, TransactionCardReceiveGoodsComponent as ɵwg, TransactionCardInvoiceModule as ɵwh, TransactionCardInvoiceComponent as ɵwi, TransactionCardOrderDeliveryModule as ɵwj, TransactionCardOrderDeliveryComponent as ɵwk, TransactionCardPurchaseModule as ɵwl, TransactionCardPurchaseComponent as ɵwm, TransactionCardGoodsAllocationModule as ɵwn, TransactionCardGoodsAllocationComponent as ɵwo, TransactionCardToBePickedModule as ɵwp, TransactionCardToBePickedComponent as ɵwq, TransactionCardPickedModule as ɵwr, TransactionCardPickedComponent as ɵws, TransactionCardPurchaseConfirmationModule as ɵwt, TransactionBaseCardModule as ɵwu, TransactionBaseCardComponent as ɵwv, TransactionCardPurchaseConfirmationComponent as ɵww, TransactionCardPlanningModule as ɵwx, TransactionCardPlanningComponent as ɵwy, TransactionCardMarginModule as ɵwz, DialogBaseComponent as ɵx, TransactionCardMarginComponent as ɵxa, TransactionCardComponent as ɵxb, TransactionCopyOrderModule as ɵxc, DefaultConfirmCancelButtonsModule as ɵxd, DefaultConfirmCancelButtonsComponent as ɵxe, TransactionCopyOrderComponent as ɵxf, TransactionLinesSidePanelModule as ɵxg, TransactionLinesSidePanelCashDeskModule as ɵxh, TransactionCashRegisterPaymentDialogModule as ɵxi, TransactionCashRegisterPaymentPinModule as ɵxj, TransactionCashRegisterPaymentButtonsModule as ɵxk, TransactionCashRegisterPaymentButtonsComponent as ɵxl, TransactionCashRegisterPaymentPinComponent as ɵxm, TransactionCashRegisterPaymentCashModule as ɵxn, RegisteredPaymentModule as ɵxo, RegisteredPaymentComponent as ɵxp, TransactionCashRegisterPaymentCashComponent as ɵxq, TransactionCashRegisterPaymentDoneModule as ɵxr, TransactionCashRegisterPaymentDoneComponent as ɵxs, TransactionCashRegisterPaymentMethodModule as ɵxt, TransactionCashRegisterPaymentMethodComponent as ɵxu, TransactionCashRegisterPaymentQrCodeModule as ɵxv, TransactionCashRegisterPaymentQrCodeComponent as ɵxw, TransactionCashRegisterPaymentDialogComponent as ɵxx, TransactionCashRegisterOrderExpenseDialogModule as ɵxy, TransactionCashRegisterOrderExpenseDialogComponent as ɵxz, IconCacheService as ɵy, TransactionLinesSidePanelCashDeskComponent as ɵya, TransactionLinesSidePanelServiceOrderModule as ɵyb, TransactionLinesSidePanelServiceOrderComponent as ɵyc, TransactionLinesSidePanelComponent as ɵyd, TransactionServiceOverviewModule as ɵye, TransactionServiceMessageModule as ɵyf, TransactionServiceMessageComponent as ɵyg, TransactionServiceOverviewComponent as ɵyh, TransactionCardsModule as ɵyi, TransactionCardsComponent as ɵyj, TransactionMarginBlockComponent as ɵyk, ClickBlockModule as ɵyl, ClickBlockComponent as ɵym, DialogTransactionLineWarehouseCcModule as ɵyn, DialogTransactionLineWarehouseCcComponent as ɵyo, TransactionLineWarehouseCcGeneralComponent as ɵyp, TransactionLineWarehouseCcBaseComponent as ɵyq, TransactionLineWarehouseCcDirectsellComponent as ɵyr, TransactionLineWarehouseCcInterbranchComponent as ɵys, DialogTransactionHeaderBranchModule as ɵyt, DialogTransactionHeaderBranchComponent as ɵyu, DialogBranchModule as ɵyv, DialogBranchComponent as ɵyw, TransactionInternalComponent as ɵyx, TransactionSalesReservationPopupComponent as ɵyy, TransactionCashRegisterOrderReceiptDialogModule as ɵyz, CharacteristicAnswerModule as ɵz, TransactionCashRegisterOrderReceiptDialogComponent as ɵza, SaveCancelButtonsModule as ɵzb, SaveCancelButtonsComponent as ɵzc, TransactionTagComponent as ɵzd, SimpleVerticalStepperModule as ɵze, SimpleVerticalStepperComponent as ɵzf };
59624
59876
  //# sourceMappingURL=colijnit-transaction.js.map