@colijnit/transaction 12.1.63 → 12.1.65

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 (62) hide show
  1. package/bundles/colijnit-transaction.umd.js +365 -168
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +126 -124
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +127 -125
  6. package/esm2015/lib/assets/dictionary/text.properties.js +9 -1
  7. package/esm2015/lib/component/checkout/checkout-overview-delivery-edit/checkout-overview-delivery-edit.component.js +8 -4
  8. package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +5 -5
  9. package/esm2015/lib/component/relation/relation-general/relation-general.component.js +3 -1
  10. package/esm2015/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.component.js +94 -0
  11. package/esm2015/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.module.js +24 -0
  12. package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +6 -5
  13. package/esm2015/lib/component/transaction-line/transaction-base-line/transaction-base-line.component.js +3 -3
  14. package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.js +4 -1
  15. package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.js +4 -4
  16. package/esm2015/lib/component/transaction-line-fields/transaction-line-price/transaction-line-price.component.js +4 -3
  17. package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.component.js +8 -2
  18. package/esm2015/lib/component/transaction-line-side-panel-purchase/transaction-line-side-panel-purchase.module.js +4 -2
  19. package/esm2015/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.component.js +49 -13
  20. package/esm2015/lib/component/transaction-search/service/transaction-search.service.js +9 -1
  21. package/esm2015/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.js +24 -18
  22. package/esm2015/lib/service/pending-reason.service.js +20 -14
  23. package/esm2015/lib/service/transaction-connector-adapter.service.js +14 -1
  24. package/esm2015/lib/service/transaction-connector.service.js +6 -1
  25. package/esm2015/lib/service/transaction.service.js +10 -2
  26. package/fesm2015/colijnit-transaction.js +276 -64
  27. package/fesm2015/colijnit-transaction.js.map +1 -1
  28. package/lib/component/checkout/style/_layout.scss +1 -4
  29. package/lib/component/checkout/style/_material-definition.scss +3 -3
  30. package/lib/component/dialog/dialog-header-search/style/_layout.scss +1 -1
  31. package/lib/component/dialog/dialog-header-search/style/_material-definition.scss +1 -1
  32. package/lib/component/quick-send-button/style/_layout.scss +13 -9
  33. package/lib/component/quick-send-button/style/_material-definition.scss +5 -4
  34. package/lib/component/transaction-confirmation-details/style/_layout.scss +8 -9
  35. package/lib/component/transaction-grid/transaction-available-stock-grid/style/_layout.scss +4 -0
  36. package/lib/component/transaction-grid/transaction-available-stock-grid/style/_material-definition.scss +0 -0
  37. package/lib/component/transaction-grid/transaction-available-stock-grid/style/_theme.scss +4 -0
  38. package/lib/component/transaction-grid/transaction-available-stock-grid/style/material.scss +4 -0
  39. package/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.component.d.ts +25 -0
  40. package/lib/component/transaction-grid/transaction-available-stock-grid/transaction-available-stock-grid.module.d.ts +2 -0
  41. package/lib/component/transaction-header/transaction-header-order/style/_layout.scss +1 -1
  42. package/lib/component/transaction-header/transaction-header-order/style/_material-definition.scss +1 -0
  43. package/lib/component/transaction-header/transaction-header-payment/style/_layout.scss +5 -0
  44. package/lib/component/transaction-header/transaction-header-payment/style/_material-definition.scss +1 -0
  45. package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +1 -0
  46. package/lib/component/transaction-line/transaction-line/style/_layout.scss +3 -0
  47. package/lib/component/transaction-line/transaction-receive-goods-line/service/transaction-receive-goods.service.d.ts +4 -0
  48. package/lib/component/transaction-quick-access/transaction-quick-access-overview/style/_layout.scss +3 -3
  49. package/lib/component/transaction-quick-access/transaction-quick-access-overview/style/_material-definition.scss +1 -1
  50. package/lib/component/transaction-receiving-goods-details/style/_layout.scss +0 -1
  51. package/lib/component/transaction-receiving-goods-details/transaction-receiving-goods-details.component.d.ts +11 -3
  52. package/lib/component/transaction-search/service/transaction-search.service.d.ts +2 -0
  53. package/lib/component/transaction-search/style/_material-definition.scss +12 -5
  54. package/lib/component/transaction-search/transaction-filter-content/style/_layout.scss +1 -6
  55. package/lib/component/transaction-search/transaction-search-header/style/_layout.scss +37 -26
  56. package/lib/component/transaction-search/transaction-search-header/style/_theme.scss +4 -1
  57. package/lib/component/transaction-search/transaction-search-header/transaction-search-header.component.d.ts +1 -0
  58. package/lib/service/transaction-connector-adapter.service.d.ts +2 -0
  59. package/lib/service/transaction-connector.service.d.ts +2 -0
  60. package/lib/service/transaction.service.d.ts +2 -0
  61. package/lib/style/_variables.scss +1 -0
  62. package/package.json +3 -3
@@ -45,6 +45,7 @@ import { DeliveryOrderStatus } from '@colijnit/transactionapi/build/model/delive
45
45
  import { SalesPerson } from '@colijnit/relationapi/build/model/sales-person.bo';
46
46
  import { StockStickersPrintLayouts } from '@colijnit/sharedapi/build/model/report/stock-stickers-print-layouts.bo';
47
47
  import { Sharedapi } from '@colijnit/sharedapi/build/sharedapi';
48
+ import { AvailableStock } from '@colijnit/transactionapi/build/model/available-stock.bo';
48
49
  import { ResolveLinePendingReasonRequest } from '@colijnit/transactionapi/build/model/resolve-pending-reason-request.bo';
49
50
  import { Articles } from '@colijnit/articleapi/build/articles';
50
51
  import { StockLocation } from '@colijnit/articleapi/build/model/stock-location.bo';
@@ -138,6 +139,7 @@ class Dictionary {
138
139
  "ADDRESS_CHANGE": "Adres wijzigen",
139
140
  "ADMINISTRATIVE_MANAGER": "Administratief verantwoordelijke",
140
141
  "ALLOCATED": "Toegewezen",
142
+ "ALLOCATION": "Toewijzen",
141
143
  "ALWAYS_SHOW_LOGISTICS_POPUP": "Controleer magazijn en commissiecode",
142
144
  "ARRIVAL_DATE": "Aankomstdatum",
143
145
  "ARTICLE": "Artikel",
@@ -393,6 +395,8 @@ class Dictionary {
393
395
  "RELATION_NUMBER": "Relatienummer",
394
396
  "REMARKS": "Opmerkingen",
395
397
  "REQUESTED_DELIVERY": "Gevraagde leverdatum",
398
+ "RETURN_DETAILS": "Retour details",
399
+ "RETURN_STOCK": "Retourneren",
396
400
  "SALUTATION": "Aanhef",
397
401
  "SALESORDERS": "Verkooporders",
398
402
  "SAME_AS_DELIVERY": "Hetzelfde als bezorgadres",
@@ -403,6 +407,7 @@ class Dictionary {
403
407
  "SEARCH_DELIVERY_METHOD": "Zoek levermethode",
404
408
  "SEARCH_IN_COLLECTION": "Zoek binnen collectie...",
405
409
  "SEARCH_NUMBER_CUSTOMER_OR_DATE": "Zoeken op nummer, klant of datum",
410
+ "SEARCH_NUMBER_SUPPLIER_OR_DATE": "Zoeken op nummer, leverancier of datum",
406
411
  "SEARCH_PRICE_LIST": "Zoek prijslijst",
407
412
  "SEARCH_VAT": "Zoek btw",
408
413
  "SEARCH_WAREHOUSE": "Zoek magazijn",
@@ -495,6 +500,7 @@ class Dictionary {
495
500
  "ADDRESS_CHANGE": "Change address",
496
501
  "ADMINISTRATIVE_MANAGER": "Administrative manager",
497
502
  "ALLOCATED": "Allocated",
503
+ "ALLOCATION": "Allocation",
498
504
  "ALWAYS_SHOW_LOGISTICS_POPUP": "Check warehouse and commissioncode",
499
505
  "ARRIVAL_DATE": "Arrival date",
500
506
  "ARTICLE": "Article",
@@ -735,6 +741,8 @@ class Dictionary {
735
741
  "RELATION_NUMBER": "Relation number",
736
742
  "REMARKS": "Remarks",
737
743
  "REQUESTED_DELIVERY": "Requested delivery",
744
+ "RETURN_DETAILS": "Return details",
745
+ "RETURN_STOCK": "Return stock",
738
746
  "SALESORDERS": "Sales orders",
739
747
  "SALUTATION": "Salutation",
740
748
  "SAME_AS_DELIVERY": "Same as delivery address",
@@ -745,6 +753,7 @@ class Dictionary {
745
753
  "SEARCH_DELIVERY_METHOD": "Search deliverymethod",
746
754
  "SEARCH_IN_COLLECTION": "Search in collection...",
747
755
  "SEARCH_NUMBER_CUSTOMER_OR_DATE": "Search for number, customer or date",
756
+ "SEARCH_NUMBER_SUPPLIER_OR_DATE": "Search for number, supplier or date",
748
757
  "SEARCH_PRICE_LIST": "Search pricelist",
749
758
  "SEARCH_VAT": "Search vat",
750
759
  "SEARCH_WAREHOUSE": "Search warehouse",
@@ -3576,6 +3585,18 @@ class TransactionConnectorAdapterService {
3576
3585
  }
3577
3586
  });
3578
3587
  }
3588
+ getAvailableStockGroupedByWLBSByTransIdLineNr(transId, lineNr) {
3589
+ return __awaiter(this, void 0, void 0, function* () {
3590
+ const response = yield this.connector.getAvailableStockGroupedByWLBSByTransIdLineNr(transId, lineNr);
3591
+ if (response && response.validationResult && response.validationResult.success) {
3592
+ return this._boFactory.makeBOArrayFromRawBackendDataArray(AvailableStock, response.resultObject);
3593
+ }
3594
+ else {
3595
+ this._handleExceptionFromResponse(response);
3596
+ return null;
3597
+ }
3598
+ });
3599
+ }
3579
3600
  _handleExceptionFromResponse(result) {
3580
3601
  this._errorService.showValidationError(result);
3581
3602
  }
@@ -4122,6 +4143,11 @@ class TransactionConnectorService {
4122
4143
  return yield this._adapterService.getStockStickerTemplates(data);
4123
4144
  });
4124
4145
  }
4146
+ getAvailableStockGroupedByWLBSByTransIdLineNr(transId, lineNr) {
4147
+ return __awaiter(this, void 0, void 0, function* () {
4148
+ return yield this._adapterService.getAvailableStockGroupedByWLBSByTransIdLineNr(transId, lineNr);
4149
+ });
4150
+ }
4125
4151
  }
4126
4152
  TransactionConnectorService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TransactionConnectorService_Factory() { return new TransactionConnectorService(i0.ɵɵinject(TransactionConnectorAdapterService), i0.ɵɵinject(SelectSingleCacheService), i0.ɵɵinject(SelectMultipleCacheService), i0.ɵɵinject(SelectMultipleParameterizedCacheService)); }, token: TransactionConnectorService, providedIn: "root" });
4127
4153
  TransactionConnectorService.decorators = [
@@ -4506,7 +4532,10 @@ class PendingReasonService {
4506
4532
  const status = response.headerOperationStatuses[i];
4507
4533
  success = success && (yield this._handleHeaderOperationStatus(status, response.transactionInfo));
4508
4534
  }
4509
- this.rememberCurrentTransaction(response);
4535
+ const hasPendingReasons = response.headerOperationStatuses.filter(los => los.pendingReason !== "NONE").length > 0;
4536
+ if (!hasPendingReasons) {
4537
+ this.rememberCurrentTransaction(response);
4538
+ }
4510
4539
  return success;
4511
4540
  });
4512
4541
  }
@@ -4545,7 +4574,10 @@ class PendingReasonService {
4545
4574
  const transLine = response.transactionLines.find(t => t.lineNr === status.lineNr);
4546
4575
  success = success && (yield this._handleLineOperationStatus(status, transLine));
4547
4576
  }
4548
- this.rememberCurrentTransaction(response);
4577
+ const hasPendingReasons = response.lineOperationStatuses.filter(los => los.pendingReason !== "NONE").length > 0;
4578
+ if (!hasPendingReasons) {
4579
+ this.rememberCurrentTransaction(response);
4580
+ }
4549
4581
  return success;
4550
4582
  });
4551
4583
  }
@@ -4596,14 +4628,14 @@ class PendingReasonService {
4596
4628
  resolvePendingLineReason(pendingLineValues) {
4597
4629
  return __awaiter(this, void 0, void 0, function* () {
4598
4630
  const response = yield this.connector.resolvePendingLineReason(pendingLineValues);
4599
- this.rememberCurrentTransaction(response);
4631
+ // this.rememberCurrentTransaction(response);
4600
4632
  this.handleLineOperationStatuses(response);
4601
4633
  });
4602
4634
  }
4603
4635
  resolvePendingHeaderReason(pendingHeaderValues) {
4604
4636
  return __awaiter(this, void 0, void 0, function* () {
4605
4637
  const response = yield this.connector.resolvePendingHeaderReason(pendingHeaderValues);
4606
- this.rememberCurrentTransaction(response);
4638
+ // this.rememberCurrentTransaction(response);
4607
4639
  return this.handleHeaderOperationStatuses(response);
4608
4640
  });
4609
4641
  }
@@ -4671,18 +4703,18 @@ class PendingReasonService {
4671
4703
  }
4672
4704
  _getRelation(relation) {
4673
4705
  if (relation) {
4674
- if (relation.relationType === RelationKind.Customer) {
4675
- this.relationConnector.getRelationNumber(relation.relationId).then((relationNr) => {
4706
+ this.relationConnector.getRelationNumber(relation.relationId).then((relationNr) => {
4707
+ if (relation.relationType === RelationKind.Customer) {
4676
4708
  this.relationConnector.getCustomerFullObject(parseInt(relationNr, 0)).then((customer) => {
4677
4709
  this.relation = customer;
4678
4710
  });
4679
- });
4680
- }
4681
- else if (relation.relationType === RelationKind.Supplier) {
4682
- this.relationConnector.getSupplierFullObject(relation.relationId).then((supplier) => {
4683
- this.relation = supplier;
4684
- });
4685
- }
4711
+ }
4712
+ else if (relation.relationType === RelationKind.Supplier) {
4713
+ this.relationConnector.getSupplierFullObject(parseInt(relationNr, 0)).then((supplier) => {
4714
+ this.relation = supplier;
4715
+ });
4716
+ }
4717
+ });
4686
4718
  }
4687
4719
  }
4688
4720
  }
@@ -5063,7 +5095,10 @@ class TransactionService extends PendingReasonService {
5063
5095
  return __awaiter(this, void 0, void 0, function* () {
5064
5096
  const response = yield this.connector.saveTransaction(this.currentTransaction.transactionInfo.uuid);
5065
5097
  if (response && response.isSuccess) {
5066
- this.rememberCurrentTransaction(response);
5098
+ const lockSuccess = yield this.tryToLockTransaction(response.transactionInfo.id, response.transactionInfo.version);
5099
+ if (lockSuccess) {
5100
+ this.rememberCurrentTransaction(response);
5101
+ }
5067
5102
  }
5068
5103
  return response;
5069
5104
  });
@@ -5331,6 +5366,11 @@ class TransactionService extends PendingReasonService {
5331
5366
  return yield this.connector.getDeliveryOrderStatus(transId, lineId);
5332
5367
  });
5333
5368
  }
5369
+ getAvailableStockGroupedByWLBSByTransIdLineNr(transId, lineNr) {
5370
+ return __awaiter(this, void 0, void 0, function* () {
5371
+ return yield this.connector.getAvailableStockGroupedByWLBSByTransIdLineNr(transId, lineNr);
5372
+ });
5373
+ }
5334
5374
  // private _cleanRelationBeforeSave(): void {
5335
5375
  // ArrayUtils.RemoveElementsByFilter(this.currentTransaction.transactionInfo.relation.contactOptions, ((item: ContactOption) => {
5336
5376
  // return isNill(item.value);
@@ -5572,7 +5612,7 @@ CheckoutOverviewRelationEditComponent.decorators = [
5572
5612
  <div class="checkout-form-wrapper">
5573
5613
  <div class="checkout-label-column">
5574
5614
  <span>01</span>
5575
- <span class="label" [textContent]="'PERSONAL_DATA' | localize"></span>
5615
+ <span class="label-description" [textContent]="'PERSONAL_DATA' | localize"></span>
5576
5616
  </div>
5577
5617
  <div class="checkout-data-column">
5578
5618
  <div class="checkout-data-row">
@@ -5604,7 +5644,7 @@ CheckoutOverviewRelationEditComponent.decorators = [
5604
5644
  </div>
5605
5645
  <div class="checkout-label-column">
5606
5646
  <span>02</span>
5607
- <span class="label" [textContent]="'INVOICE_ADDRESS' | localize"></span>
5647
+ <span class="label-description" [textContent]="'INVOICE_ADDRESS' | localize"></span>
5608
5648
  </div>
5609
5649
  <div class="checkout-data-column">
5610
5650
  <div class="checkout-data-row">
@@ -5624,7 +5664,7 @@ CheckoutOverviewRelationEditComponent.decorators = [
5624
5664
  </div>
5625
5665
  <div class="checkout-label-column">
5626
5666
  <span>03</span>
5627
- <span class="label" [textContent]="'CONTACT_DETAILS' | localize"></span>
5667
+ <span class="label-description" [textContent]="'CONTACT_DETAILS' | localize"></span>
5628
5668
  </div>
5629
5669
  <div class="checkout-data-column">
5630
5670
  <div class="checkout-data-row">
@@ -5633,7 +5673,7 @@ CheckoutOverviewRelationEditComponent.decorators = [
5633
5673
  </div>
5634
5674
  <div class="checkout-label-column">
5635
5675
  <span>04</span>
5636
- <span class="label" [textContent]="'PRIVACY_PREFERENCES' | localize"></span>
5676
+ <span class="label-description" [textContent]="'PRIVACY_PREFERENCES' | localize"></span>
5637
5677
  </div>
5638
5678
  <div class="checkout-data-column">
5639
5679
  <div class="checkout-data-row">
@@ -5825,7 +5865,7 @@ CheckoutOverviewDeliveryEditComponent.decorators = [
5825
5865
  <div class="checkout-form-wrapper">
5826
5866
  <div class="checkout-label-column">
5827
5867
  <span>01</span>
5828
- <span class="label" [textContent]="'DELIVERY_DATA' | localize"></span>
5868
+ <span class="label-description" [textContent]="'DELIVERY_DATA' | localize"></span>
5829
5869
  </div>
5830
5870
  <div class="checkout-data-column">
5831
5871
  <div class="checkout-data-row">
@@ -5873,29 +5913,33 @@ CheckoutOverviewDeliveryEditComponent.decorators = [
5873
5913
  </div>
5874
5914
  </co-collapsible>
5875
5915
  </div>
5916
+ <!--
5876
5917
  <div class="checkout-data-row">
5877
5918
  <co-input-date [model]="'NOG_NIET_GEIMPLEMENTEERD'" [placeholder]="'ASSEMBLY_DATE' | localize"></co-input-date>
5878
5919
  </div>
5920
+ -->
5879
5921
  </div>
5880
5922
  <div class="checkout-label-column">
5881
5923
  <span>02</span>
5882
- <span class="label" [textContent]="'DOWNPAYMENT' | localize"></span>
5924
+ <span class="label-description" [textContent]="'DOWNPAYMENT' | localize"></span>
5883
5925
  </div>
5884
5926
  <div class="checkout-data-column">
5885
5927
  <div class="checkout-data-row">
5886
5928
  <co-transaction-header-downpayment-percentage [transactionInfo]="transaction.transactionInfo"></co-transaction-header-downpayment-percentage>
5887
5929
  <co-transaction-header-downpayment-amount [transactionInfo]="transaction.transactionInfo"></co-transaction-header-downpayment-amount>
5888
5930
  </div>
5931
+ <!--
5889
5932
  <div class="checkout-data-row">
5890
5933
  <co-input-text [model]="'NOG_NIET_GEIMPLEMENTEERD'" [placeholder]="'DOWNPAYMENT_BY_BR' | localize"></co-input-text>
5891
5934
  </div>
5892
5935
  <div class="checkout-data-row">
5893
5936
  <co-input-text [model]="'NOG_NIET_GEIMPLEMENTEERD'" [placeholder]="'DOWNPAYMENT_ON_DELIVERY' | localize"></co-input-text>
5894
5937
  </div>
5938
+ -->
5895
5939
  </div>
5896
5940
  <div class="checkout-label-column">
5897
5941
  <span>03</span>
5898
- <span class="label" [textContent]="'ORDER_DATA' | localize"></span>
5942
+ <span class="label-description" [textContent]="'ORDER_DATA' | localize"></span>
5899
5943
  </div>
5900
5944
  <div class="checkout-data-column">
5901
5945
  <div class="checkout-data-row">
@@ -8424,6 +8468,11 @@ class TransactionSearchService {
8424
8468
  [TransactionKind.PurchaseOrder, "PURCHASEORDERS"],
8425
8469
  [TransactionKind.ServiceOrder, "SERVICEORDERS"]
8426
8470
  ]);
8471
+ this.placeholderBasedOnTransactionType = new Map([
8472
+ [TransactionKind.SalesOrder, "SEARCH_NUMBER_CUSTOMER_OR_DATE"],
8473
+ [TransactionKind.PurchaseOrder, "SEARCH_NUMBER_SUPPLIER_OR_DATE"],
8474
+ [TransactionKind.ServiceOrder, "SEARCH_NUMBER_CUSTOMER_OR_DATE"]
8475
+ ]);
8427
8476
  this.transactionsPerPage = 20;
8428
8477
  this._currentPage = 1;
8429
8478
  this._transactionType = TransactionKind.SalesOrder;
@@ -8462,6 +8511,9 @@ class TransactionSearchService {
8462
8511
  getLabelBasedOnTransactionType() {
8463
8512
  return this.labelBasedOnTransactionType.get(this._transactionType);
8464
8513
  }
8514
+ getSearchPlaceholderBasedOnTransactionType() {
8515
+ return this.placeholderBasedOnTransactionType.get(this._transactionType);
8516
+ }
8465
8517
  resetFilters() {
8466
8518
  this.setPreviousSearchRequest();
8467
8519
  this._resetRequest();
@@ -9169,6 +9221,8 @@ class TransactionReceiveGoodsService {
9169
9221
  this._transactionService = _transactionService;
9170
9222
  this._transactionEventService = _transactionEventService;
9171
9223
  this.lines = [];
9224
+ this.returnArticleSelected = new Subject();
9225
+ this.reloadAvailableStockData = new Subject();
9172
9226
  this._subscriptions = [];
9173
9227
  this._subscriptions.push(this._transactionEventService.commitReceivePurchaseOrders.subscribe((value => {
9174
9228
  this.handleReceiveSelectedPurchaseOrders(value);
@@ -10085,7 +10139,7 @@ class TransactionReceiveGoodsLineComponent extends TransactionLinesLineBaseCompo
10085
10139
  this.allowPartialDelivery = this.service.currentTransaction.transactionInfo.allowPartialDelivery;
10086
10140
  this._initViewModel();
10087
10141
  this._subscriptions.push(this._transactionEventService.selectAllLines.subscribe((value) => {
10088
- this.viewModel.selected = this.viewModel.quantityReceived === this.viewModel.amount ? false : value;
10142
+ this.viewModel.selected = this.viewModel.quantityReceived === this.viewModel.amount || this.viewModel.quantityToReceive < 0 ? false : value;
10089
10143
  }), this.lineVisible.subscribe(() => this.handleRowVisible()));
10090
10144
  }
10091
10145
  ngOnDestroy() {
@@ -10105,7 +10159,7 @@ class TransactionReceiveGoodsLineComponent extends TransactionLinesLineBaseCompo
10105
10159
  const goodsReceiptStatus = yield this._transactionService.getGoodsReceiptStatus(this.transactionId, this.line.lineNr);
10106
10160
  this.viewModel.quantityToReceive = goodsReceiptStatus.quantityToReceive;
10107
10161
  this.viewModel.quantityReceived = goodsReceiptStatus.quantityReceived;
10108
- this.viewModel.selected = this.viewModel.quantityReceived !== this.viewModel.amount && !this.viewModel.isSerialNrRequired && !this.viewModel.isBatchNrRequired;
10162
+ this.viewModel.selected = this.viewModel.quantityReceived !== this.viewModel.amount && !this.viewModel.isSerialNrRequired && !this.viewModel.isBatchNrRequired && this.viewModel.quantityToReceive > 0;
10109
10163
  this._transactionReceiveGoodsService.lines.push(this.viewModel);
10110
10164
  }
10111
10165
  });
@@ -10144,7 +10198,7 @@ TransactionReceiveGoodsLineComponent.decorators = [
10144
10198
  </div>
10145
10199
  <co-input-checkbox class="transaction-line-checkbox"
10146
10200
  [(model)]="viewModel.selected"
10147
- [disabled]="viewModel.quantityReceived === viewModel.amount"
10201
+ [disabled]="viewModel.quantityReceived === viewModel.amount || viewModel.quantityToReceive < 0"
10148
10202
  ></co-input-checkbox>
10149
10203
  <div class="print-button">
10150
10204
  <co-icon [iconData]="iconCacheService.getIcon(icons.PrintSolid)"></co-icon>
@@ -12082,9 +12136,11 @@ RelationGeneralComponent.decorators = [
12082
12136
  (modelChange)="changeGenderType(genderType.Unspecified)"
12083
12137
  ></co-input-radio-button>
12084
12138
  </div>
12139
+ <!--
12085
12140
  <div class="default-data-row">
12086
12141
  <co-input-date [readonly]="readonly" [placeholder]="'DATE_OF_BIRTH' | localize " [(model)]="dateOfBirth"></co-input-date>
12087
12142
  </div>
12143
+ -->
12088
12144
  </div>
12089
12145
  <div *ngIf="relation?.type === relType.Company" class="default-data-row collapseable" @showHideCompanyRelationFields>
12090
12146
  <co-input-text [readonly]="readonly" [(model)]="relation.familyName" [placeholder]="'COMPANY_NAME' | localize" [required]="true"></co-input-text>
@@ -14038,9 +14094,6 @@ class TransactionHeaderBranchComponent extends TransactionHeaderBaseComponent {
14038
14094
  this.fields = { text: "description", value: "relationId" };
14039
14095
  }
14040
14096
  ngOnInit() {
14041
- this._relationService.getBranches().then((branches) => {
14042
- this.collection = branches;
14043
- });
14044
14097
  }
14045
14098
  commit(branch) {
14046
14099
  return __awaiter(this, void 0, void 0, function* () {
@@ -14063,6 +14116,10 @@ class TransactionHeaderBranchComponent extends TransactionHeaderBaseComponent {
14063
14116
  }
14064
14117
  transactionInfoSet() {
14065
14118
  this.readonly = this.readonly || this.transactionInfo.deliveryDateDefinitive;
14119
+ this._relationService.getBranches().then((branches) => {
14120
+ this.collection = branches;
14121
+ this.branchModel = this.transactionInfo.branch.relationId;
14122
+ });
14066
14123
  }
14067
14124
  }
14068
14125
  TransactionHeaderBranchComponent.decorators = [
@@ -14077,7 +14134,7 @@ TransactionHeaderBranchComponent.decorators = [
14077
14134
  [filterType]="'Contains'"
14078
14135
  [collection]="collection"
14079
14136
  [fields]="fields"
14080
- [model]="transactionInfo.branch"
14137
+ [model]="branchModel"
14081
14138
  (modelChange)="commit($event)">
14082
14139
  </co-drop-down-list>
14083
14140
  </ng-container>
@@ -16553,7 +16610,9 @@ class TransactionLinePriceComponent extends TransactionLineBaseComponent {
16553
16610
  this.input.commit = (price) => this.commit(price);
16554
16611
  if (this._editMode) {
16555
16612
  this.input.requestFocus();
16556
- this.input.input.select();
16613
+ setTimeout(() => {
16614
+ this.input.input.select();
16615
+ });
16557
16616
  }
16558
16617
  }
16559
16618
  }
@@ -16561,7 +16620,6 @@ class TransactionLinePriceComponent extends TransactionLineBaseComponent {
16561
16620
  this._editMode = value;
16562
16621
  if (this._editMode && this.input) {
16563
16622
  this.input.doFocus();
16564
- this.input.input.select();
16565
16623
  }
16566
16624
  }
16567
16625
  get editMode() {
@@ -16980,12 +17038,13 @@ ArticleService.ctorParameters = () => [
16980
17038
  ];
16981
17039
 
16982
17040
  class TransactionReceivingGoodsDetailsComponent {
16983
- constructor(iconCacheService, _formMaster, _service, _articleService, _dialogService) {
17041
+ constructor(iconCacheService, _formMaster, _service, _articleService, _dialogService, _receiveGoodsService) {
16984
17042
  this.iconCacheService = iconCacheService;
16985
17043
  this._formMaster = _formMaster;
16986
17044
  this._service = _service;
16987
17045
  this._articleService = _articleService;
16988
17046
  this._dialogService = _dialogService;
17047
+ this._receiveGoodsService = _receiveGoodsService;
16989
17048
  this.icons = Icon;
16990
17049
  this.reloadReceivingGoodsHistory = new EventEmitter();
16991
17050
  this.receiptDetails = new PurchaseOrderLineReceiptDetails();
@@ -16993,6 +17052,7 @@ class TransactionReceivingGoodsDetailsComponent {
16993
17052
  this.saveButtonDisabled = false;
16994
17053
  this.locationDropdownFields = { text: "locationNo", value: "locationNo" };
16995
17054
  this.readonly = false;
17055
+ this._subscriptions = [];
16996
17056
  this.request.purchaseOrderLineReceiptDetailsDTOS = [this.receiptDetails];
16997
17057
  const timeElapsed = Date.now();
16998
17058
  this.request.receivedDate = new Date(timeElapsed);
@@ -17016,6 +17076,14 @@ class TransactionReceivingGoodsDetailsComponent {
17016
17076
  get transactionLine() {
17017
17077
  return this._transactionLine;
17018
17078
  }
17079
+ ngOnInit() {
17080
+ this._subscriptions.push(this._receiveGoodsService.returnArticleSelected.subscribe((availableStock) => {
17081
+ this._handleReturnStock(availableStock);
17082
+ }));
17083
+ }
17084
+ ngOnDestroy() {
17085
+ this._subscriptions.forEach((subscription) => subscription.unsubscribe());
17086
+ }
17019
17087
  submit() {
17020
17088
  return this._formMaster.submitSlaves();
17021
17089
  }
@@ -17029,8 +17097,14 @@ class TransactionReceivingGoodsDetailsComponent {
17029
17097
  if (valid) {
17030
17098
  this.saveButtonDisabled = true;
17031
17099
  const request = this.request;
17100
+ this.receiptDetails.quantityToReceive = this.returnStockMode() ?
17101
+ -this.receiptDetails.quantityToReceive : this.receiptDetails.quantityToReceive;
17032
17102
  request.transId = this.transactionId;
17033
17103
  this._service.receiveGoodsForPurchaseOrder(request).then(() => {
17104
+ if (this.returnStockMode()) {
17105
+ this._receiveGoodsService.reloadAvailableStockData.next();
17106
+ this.receiptDetails.locationNr = undefined;
17107
+ }
17034
17108
  this.reloadReceivingGoodsHistory.next();
17035
17109
  }).catch((e) => {
17036
17110
  this.saveButtonDisabled = false;
@@ -17049,8 +17123,23 @@ class TransactionReceivingGoodsDetailsComponent {
17049
17123
  });
17050
17124
  }
17051
17125
  openWarehouseLocationDialog() {
17052
- this._dialogService.showWarehouseLocation(this.receiptDetails.warehouseNr, true, true, true, this.transactionLine)
17053
- .then(() => this.receiptDetails.locationNr = this.transactionLine.locationNr);
17126
+ if (!this.returnStockMode()) {
17127
+ this._dialogService.showWarehouseLocation(this.receiptDetails.warehouseNr, true, true, true, this.transactionLine)
17128
+ .then(() => this.receiptDetails.locationNr = this.transactionLine.locationNr);
17129
+ }
17130
+ }
17131
+ returnStockMode() {
17132
+ return this.transactionLine.amount < 0;
17133
+ }
17134
+ _handleReturnStock(availableStock) {
17135
+ const maxToReturn = this.amountLeftToReceive < 0 ? Math.abs(this.amountLeftToReceive) : this.amountLeftToReceive;
17136
+ this.returnMaxToReceive = maxToReturn > availableStock.availableQuantity ? availableStock.availableQuantity : maxToReturn;
17137
+ this.receiptDetails.quantityToReceive = this.returnMaxToReceive;
17138
+ this.receiptDetails.warehouseNr = availableStock.warehouseNumber;
17139
+ this.receiptDetails.locationNr = availableStock.locationNumber;
17140
+ this.receiptDetails.serialNr = availableStock.serialNumber;
17141
+ this.receiptDetails.batchNr = availableStock.batchNumber;
17142
+ this.receiptDetails.lineNr = this.transactionLine.lineNr;
17054
17143
  }
17055
17144
  }
17056
17145
  TransactionReceivingGoodsDetailsComponent.decorators = [
@@ -17059,11 +17148,11 @@ TransactionReceivingGoodsDetailsComponent.decorators = [
17059
17148
  template: `
17060
17149
  <div class="receipt-details-wrapper">
17061
17150
  <co-form>
17062
- <div class="details-header" [textContent]="'RECEIPT_DETAILS' | localize | uppercase"></div>
17151
+ <div class="details-header" [textContent]="returnStockMode() ? ('RETURN_DETAILS' | localize | uppercase) : ('RECEIPT_DETAILS' | localize | uppercase)"></div>
17063
17152
  <div class="columns-wrapper">
17064
17153
  <div class="details-column">
17065
17154
  <co-input-text class="details-input"
17066
- [max]="amountLeftToReceive"
17155
+ [max]="returnStockMode() ? returnMaxToReceive : amountLeftToReceive"
17067
17156
  [(model)]="receiptDetails.serialNr ? 1 : receiptDetails.quantityToReceive"
17068
17157
  [disabled]="!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0"
17069
17158
  [readonly]="!!receiptDetails.serialNr || receiptDetails.quantityToReceive === 0 || readonly"
@@ -17074,16 +17163,17 @@ TransactionReceivingGoodsDetailsComponent.decorators = [
17074
17163
  <co-input-text class="details-input" [(model)]="receiptDetails.warehouseNr"
17075
17164
  [type]="'number'"
17076
17165
  [hideArrowButtons]="true"
17077
- [readonly]="transactionLine.warehouseNumber !== undefined || readonly"
17078
- [disabled]="transactionLine.warehouseNumber !== undefined"
17166
+ [readonly]="transactionLine.warehouseNumber !== undefined || readonly || returnStockMode()"
17167
+ [disabled]="transactionLine.warehouseNumber !== undefined || returnStockMode()"
17079
17168
  [required]="transactionLine.isWarehouseRequired"
17080
17169
  [placeholder]="'WAREHOUSE' | localize"></co-input-text>
17081
- <div class="location-wrapper" (click)="openWarehouseLocationDialog()">
17170
+ <div class="location-wrapper" [class.clickable]="!returnStockMode()" (click)="openWarehouseLocationDialog()">
17082
17171
  <span *ngIf="!receiptDetails.locationNr && transactionLine.isLocationRequired" class="required" [textContent]="'*'"></span>
17083
17172
  <co-icon *ngIf="receiptDetails.locationNr" [iconData]="iconCacheService.getIcon(icons.ShelvesLight)"></co-icon>
17084
17173
  <div [textContent]="receiptDetails.locationNr ? receiptDetails.locationNr : ('LOCATION' | localize)"></div>
17085
17174
  </div>
17086
17175
  <co-input-text class="details-input"
17176
+ *ngIf="!returnStockMode()"
17087
17177
  [(model)]="request.packingSlipNr"
17088
17178
  [placeholder]="'PACKING_SLIP' | localize"
17089
17179
  [required]="true"
@@ -17101,13 +17191,15 @@ TransactionReceivingGoodsDetailsComponent.decorators = [
17101
17191
  <co-input-text *ngIf="transactionLine.isBatchNrRequired" class="details-input" [(model)]="receiptDetails.batchNr"
17102
17192
  [type]="'number'"
17103
17193
  [hideArrowButtons]="true"
17104
- [readonly]="readonly"
17194
+ [readonly]="readonly || returnStockMode()"
17195
+ [disabled]="returnStockMode()"
17105
17196
  [required]="transactionLine.isBatchNrRequired"
17106
17197
  [placeholder]="'BATCH_NUMBER' | localize"></co-input-text>
17107
17198
  <co-input-text *ngIf="transactionLine.isSerialNrRequired" class="details-input" [(model)]="receiptDetails.serialNr"
17108
17199
  [type]="'number'"
17109
17200
  [hideArrowButtons]="true"
17110
- [readonly]="readonly"
17201
+ [readonly]="readonly || returnStockMode()"
17202
+ [disabled]="returnStockMode()"
17111
17203
  [required]="transactionLine.isSerialNrRequired"
17112
17204
  [placeholder]="'SERIAL_NUMBER' | localize"></co-input-text>
17113
17205
  <!-- <co-input-text class="details-input" [(model)]="receiptDetails.refLineNr"-->
@@ -17118,7 +17210,7 @@ TransactionReceivingGoodsDetailsComponent.decorators = [
17118
17210
 
17119
17211
  <div class="receive-button-wrapper">
17120
17212
  <div class="receive-button clickable" *ngIf="!readonly" (click)="handleSaveDetailsEdit()" [class.disabled]="saveButtonDisabled || amountLeftToReceive === 0">
17121
- <span class="receive-text" [textContent]="'RECEIVE' | localize"></span>
17213
+ <span class="receive-text" [textContent]="returnStockMode() ? ('RETURN_STOCK' | localize) : ('RECEIVE' | localize)"></span>
17122
17214
  </div>
17123
17215
  </div>
17124
17216
  </div>
@@ -17134,7 +17226,8 @@ TransactionReceivingGoodsDetailsComponent.ctorParameters = () => [
17134
17226
  { type: FormMasterService },
17135
17227
  { type: TransactionService },
17136
17228
  { type: ArticleService },
17137
- { type: DialogService }
17229
+ { type: DialogService },
17230
+ { type: TransactionReceiveGoodsService }
17138
17231
  ];
17139
17232
  TransactionReceivingGoodsDetailsComponent.propDecorators = {
17140
17233
  amountLeftToReceive: [{ type: Input }],
@@ -17753,11 +17846,17 @@ TransactionLineSidePanelPurchaseComponent.decorators = [
17753
17846
  (reloadReceivingGoodsHistory)="getGoodsReceiptStatusWithHistory()"
17754
17847
  ></co-transaction-receiving-goods-details>
17755
17848
  <co-transaction-receiving-goods-history
17849
+ *ngIf="transactionLine.amount >= 0"
17756
17850
  [transactionId]="transactionInfo.id"
17757
17851
  [transactionLine]="transactionLine"
17758
17852
  [goodsReceiptHistory]="goodsReceiptStatus.goodsReceiptHistory"
17759
17853
  (reloadReceivingGoodsHistory)="getGoodsReceiptStatusWithHistory()"
17760
17854
  ></co-transaction-receiving-goods-history>
17855
+ <co-transaction-available-stock-grid
17856
+ *ngIf="transactionLine.amount < 0"
17857
+ [transactionId]="transactionInfo.id"
17858
+ [transactionLine]="transactionLine"
17859
+ ></co-transaction-available-stock-grid>
17761
17860
  </ng-container>
17762
17861
 
17763
17862
  <ng-container *ngSwitchDefault>
@@ -17767,7 +17866,7 @@ TransactionLineSidePanelPurchaseComponent.decorators = [
17767
17866
  ></co-transaction-line-side-panel-default>
17768
17867
  </ng-container>
17769
17868
  </ng-container>
17770
- `,
17869
+ `,
17771
17870
  encapsulation: ViewEncapsulation.None
17772
17871
  },] }
17773
17872
  ];
@@ -17783,6 +17882,113 @@ TransactionLineSidePanelPurchaseComponent.propDecorators = {
17783
17882
  showClass: [{ type: HostBinding, args: ["class.co-transaction-line-side-panel-purchase",] }]
17784
17883
  };
17785
17884
 
17885
+ class TransactionAvailableStockGridComponent {
17886
+ constructor(iconsService, _transactionService, _transactionReceiveGoodsService) {
17887
+ this.iconsService = iconsService;
17888
+ this._transactionService = _transactionService;
17889
+ this._transactionReceiveGoodsService = _transactionReceiveGoodsService;
17890
+ this.icons = Icon;
17891
+ this._subscriptions = [];
17892
+ }
17893
+ showClass() {
17894
+ return true;
17895
+ }
17896
+ ngOnInit() {
17897
+ this._subscriptions.push(this._transactionReceiveGoodsService.reloadAvailableStockData.subscribe(() => this._getAvailableStock()));
17898
+ this._getAvailableStock();
17899
+ }
17900
+ ngOnDestroy() {
17901
+ this._subscriptions.forEach((subscription) => subscription.unsubscribe());
17902
+ }
17903
+ handleSelectRow(availableStock) {
17904
+ this.selectedStock = availableStock;
17905
+ this._transactionReceiveGoodsService.returnArticleSelected.next(availableStock);
17906
+ }
17907
+ handleDeleteClick() {
17908
+ }
17909
+ _getAvailableStock() {
17910
+ return __awaiter(this, void 0, void 0, function* () {
17911
+ this.collection = yield this._transactionService.getAvailableStockGroupedByWLBSByTransIdLineNr(this.transactionId, this.transactionLine.lineNr);
17912
+ });
17913
+ }
17914
+ }
17915
+ TransactionAvailableStockGridComponent.decorators = [
17916
+ { type: Component, args: [{
17917
+ selector: "co-transaction-available-stock-grid",
17918
+ template: `
17919
+ <div class="history-grid-wrapper">
17920
+ <co-simple-grid [data]="collection" (selectRow)="handleSelectRow($event)">
17921
+ <co-simple-grid-column [headerText]="'ARTICLE' | localize">
17922
+ <ng-template #template let-row="row">
17923
+ <span [textContent]="row.articleNumber"></span>
17924
+ </ng-template>
17925
+ </co-simple-grid-column>
17926
+
17927
+ <co-simple-grid-column [headerText]="'WAREHOUSE' | localize">
17928
+ <ng-template #template let-row="row">
17929
+ <span [textContent]="row.warehouseNumber"></span>
17930
+ </ng-template>
17931
+ </co-simple-grid-column>
17932
+
17933
+ <co-simple-grid-column [headerText]="'LOCATION' | localize">
17934
+ <ng-template #template let-row="row">
17935
+ <span [textContent]="row.locationNumber"></span>
17936
+ </ng-template>
17937
+ </co-simple-grid-column>
17938
+
17939
+ <co-simple-grid-column [headerText]="'BATCH' | localize">
17940
+ <ng-template #template let-row="row">
17941
+ <span [textContent]="row.batchNumber"></span>
17942
+ </ng-template>
17943
+ </co-simple-grid-column>
17944
+
17945
+ <co-simple-grid-column [headerText]="'SERIAL_NUMBER' | localize">
17946
+ <ng-template #template let-row="row">
17947
+ <span [textContent]="row.serialNumber"></span>
17948
+ </ng-template>
17949
+ </co-simple-grid-column>
17950
+
17951
+ <co-simple-grid-column [headerText]="'AMOUNT' | localize">
17952
+ <ng-template #template let-row="row">
17953
+ <span [textContent]="row.availableQuantity"></span>
17954
+ </ng-template>
17955
+ </co-simple-grid-column>
17956
+ </co-simple-grid>
17957
+ </div>
17958
+ `,
17959
+ encapsulation: ViewEncapsulation.None
17960
+ },] }
17961
+ ];
17962
+ TransactionAvailableStockGridComponent.ctorParameters = () => [
17963
+ { type: IconCacheService },
17964
+ { type: TransactionService },
17965
+ { type: TransactionReceiveGoodsService }
17966
+ ];
17967
+ TransactionAvailableStockGridComponent.propDecorators = {
17968
+ transactionLine: [{ type: Input }],
17969
+ transactionId: [{ type: Input }],
17970
+ showClass: [{ type: HostBinding, args: ["class.co-transaction-available-stock-grid",] }]
17971
+ };
17972
+
17973
+ class TransactionAvailableStockGridModule {
17974
+ }
17975
+ TransactionAvailableStockGridModule.decorators = [
17976
+ { type: NgModule, args: [{
17977
+ imports: [
17978
+ CommonModule,
17979
+ SimpleGridModule,
17980
+ GridToolbarButtonModule,
17981
+ PipeModule
17982
+ ],
17983
+ declarations: [
17984
+ TransactionAvailableStockGridComponent
17985
+ ],
17986
+ exports: [
17987
+ TransactionAvailableStockGridComponent
17988
+ ]
17989
+ },] }
17990
+ ];
17991
+
17786
17992
  class TransactionLineSidePanelPurchaseModule {
17787
17993
  }
17788
17994
  TransactionLineSidePanelPurchaseModule.decorators = [
@@ -17795,7 +18001,8 @@ TransactionLineSidePanelPurchaseModule.decorators = [
17795
18001
  ButtonModule,
17796
18002
  PipeModule,
17797
18003
  TransactionLineSidePanelDefaultModule,
17798
- TransactionConfirmationDetailsModule
18004
+ TransactionConfirmationDetailsModule,
18005
+ TransactionAvailableStockGridModule
17799
18006
  ],
17800
18007
  declarations: [
17801
18008
  TransactionLineSidePanelPurchaseComponent
@@ -19590,7 +19797,7 @@ TransactionBaseLineComponent.decorators = [
19590
19797
  template: `
19591
19798
  <div class="transaction-base-line-wrapper" data-action="openSidePanel">
19592
19799
  <ng-container *ngIf="line.isArticle">
19593
- <div class="transaction-base-line-section line-start">
19800
+ <div class="transaction-base-line-section" [class.line-start]="!preview">
19594
19801
  <co-input-checkbox *ngIf="checkbox" class="transaction-line-checkbox" [class.hidden]="hideCheckbox"
19595
19802
  [model]="checkboxValue"
19596
19803
  (modelChange)="checkboxValueChanged.emit($event)"
@@ -19602,7 +19809,7 @@ TransactionBaseLineComponent.decorators = [
19602
19809
  (handleDeleteLine)="deleteTransactionLineClick()"
19603
19810
  ></co-transaction-line-image-and-description>
19604
19811
  </div>
19605
- <div class="transaction-base-line-section">
19812
+ <div class="transaction-base-line-section" [class.preview-margin]="preview">
19606
19813
  <ng-content></ng-content>
19607
19814
  <div *ngIf="!preview && actionButtons" class="transaction-line-buttons">
19608
19815
  <co-transaction-line-action-buttons
@@ -21827,6 +22034,7 @@ class TransactionSearchHeaderComponent {
21827
22034
  }
21828
22035
  set transactionType(value) {
21829
22036
  this.label = this._dictionary.get(this.searchService.getLabelBasedOnTransactionType());
22037
+ this.searchPlaceholder = this._dictionary.get(this.searchService.getSearchPlaceholderBasedOnTransactionType());
21830
22038
  }
21831
22039
  showClass() {
21832
22040
  return true;
@@ -21851,35 +22059,32 @@ TransactionSearchHeaderComponent.decorators = [
21851
22059
  <div class="transaction-search-header-wrapper">
21852
22060
  <div class="upper-header">
21853
22061
  <div class="header-buttons-wrapper">
21854
- <div class="toggle-sidebar-button-wrapper button-wrapper" [ngClass]="fullscreen ? 'fullscreen' : 'sidebar'">
21855
- <co-button [iconData]="fullscreen ? iconSlideIn : iconResize"
21856
- [ngClass]="!fullscreen ? 'small' : ''"
21857
- class="toggle-sidebar-button circle transparent"
21858
- (click)="onResizeClick()"></co-button>
21859
- </div>
21860
22062
  <div class="close-search-button-wrapper button-wrapper" *ngIf="!fullscreen" [ngClass]="fullscreen ? 'fullscreen' : 'sidebar'" >
21861
22063
  <co-button [iconData]="iconCancel"
21862
- class="toggle-sidebar-button circle small transparent"
22064
+ class="toggle-sidebar-button small transparent"
21863
22065
  (click)="onCloseClick()">
21864
22066
  </co-button>
21865
22067
  </div>
21866
22068
  </div>
21867
22069
  </div>
21868
22070
  <div class="header-searchbar-wrapper">
21869
- <div>
21870
- <co-input-search class="transaction-search-general"
21871
- [ngClass]="fullscreen ? 'fullscreen' : 'sidebar'"
21872
- [centerLabel]="true"
21873
- [(model)]="searchService.searchRequest.general"
21874
- [placeholder]="'SEARCH_NUMBER_CUSTOMER_OR_DATE' | localize"
21875
- [initFocus]="true"
21876
- (search)="searchService.searchTransactions()"></co-input-search>
21877
- </div>
21878
- <div>
22071
+ <div class="header-searchbar-title" [textContent]="label | localize" *ngIf="fullscreen" @showHideLabel></div>
22072
+ <co-input-search class="transaction-search-general"
22073
+ [ngClass]="fullscreen ? 'fullscreen' : 'sidebar'"
22074
+ [centerLabel]="true"
22075
+ [(model)]="searchService.searchRequest.general"
22076
+ [placeholder]="searchPlaceholder | localize"
22077
+ [initFocus]="true"
22078
+ (search)="searchService.searchTransactions()"></co-input-search>
22079
+ <div class="header-search-bar-button-wrapper">
21879
22080
  <co-button class="transaction-search-filter-button"
21880
22081
  [iconData]="iconCacheService.getIcon(icon.BarsFilter)"
21881
22082
  (click)="filterButtonClick.emit()">
21882
22083
  </co-button>
22084
+ <co-button [iconData]="fullscreen ? iconSlideIn : iconResize"
22085
+ [ngClass]="!fullscreen ? 'small' : ''"
22086
+ class="toggle-sidebar-button transparent"
22087
+ (click)="onResizeClick()"></co-button>
21883
22088
  </div>
21884
22089
  </div>
21885
22090
  <div class="view-mode-buttons-wrapper">
@@ -21891,6 +22096,13 @@ TransactionSearchHeaderComponent.decorators = [
21891
22096
  </div>
21892
22097
  </div>
21893
22098
  `,
22099
+ animations: [
22100
+ trigger("showHideLabel", [
22101
+ state("void", style({ opacity: 0 })),
22102
+ state("*", style({ opacity: 1 })),
22103
+ transition("void <=> *", animate("200ms ease-in-out"))
22104
+ ])
22105
+ ],
21894
22106
  encapsulation: ViewEncapsulation.None
21895
22107
  },] }
21896
22108
  ];
@@ -23055,5 +23267,5 @@ TransactionLineGridModule.decorators = [
23055
23267
  * Generated bundle index. Do not edit.
23056
23268
  */
23057
23269
 
23058
- export { CheckoutComponent, CheckoutModule, LoaderComponent, LoaderModule, RelationService, SearchViewMode, SearchbarViewMode, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionSearchComponent, TransactionSearchModule, TransactionSearchService, TransactionService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTotalsComponent, TransactionTotalsModule, PendingReasonService as ɵa, DialogService as ɵb, ConfirmationDialogComponent as ɵba, DialogBaseComponent as ɵbb, IconCacheService as ɵbc, CharacteristicAnswerModule as ɵbd, CharacteristicAnswerComponent as ɵbe, WarehouseModule as ɵbf, WarehouseComponent as ɵbg, ImageDisplayComponent as ɵbh, IconComponent as ɵbi, CustomerGroupsComponent as ɵbj, StockStatusIndicatorComponent as ɵbk, LazyRenderMasterDirective as ɵbl, LazyRenderDirective 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, StepperStepComponent as ɵby, TransactionLineModule as ɵbz, DynamicComponentService as ɵc, TransactionLineComponent as ɵca, TransactionMappingService as ɵcb, TransactionArticleTextModule as ɵcc, TransactionLineImageAndDescriptionModule as ɵcd, TransactionLineDescriptionModule as ɵce, TransactionLineDescriptionComponent as ɵcf, TransactionLineBaseComponent as ɵcg, TransactionLineImageAndDescriptionComponent as ɵch, TransactionImageService as ɵci, TransactionArticleTextComponent as ɵcj, TransactionReceiveGoodsService as ɵck, DialogTransactionHeaderDiscountModule as ɵcl, TransactionHeaderDiscountPercentageModule as ɵcm, TransactionHeaderDiscountPercentageComponent as ɵcn, TransactionHeaderBaseComponent as ɵco, TransactionHeaderFilterPopupBaseComponent as ɵcp, TransactionHeaderDiscountAmountModule as ɵcq, TransactionHeaderDiscountAmountComponent as ɵcr, TransactionHeaderDiscountTransactionTotalModule as ɵcs, TransactionHeaderDiscountTransactionTotalComponent as ɵct, DialogTransactionHeaderDiscountComponent as ɵcu, DialogTransactionHeaderBaseComponent as ɵcv, AvatarModule as ɵcw, AvatarComponent as ɵcx, SharedService as ɵcy, SharedConnectorService as ɵcz, OptionsService as ɵd, DeliveryTypeTileModule as ɵda, DeliveryTypeTileComponent as ɵdb, PaymentModule as ɵdc, PaymentTileModule as ɵdd, PaymentTileComponent as ɵde, PaymentQrCodeModule as ɵdf, PaymentQrCodeComponent as ɵdg, DownPaymentModule as ɵdh, DownPaymentComponent as ɵdi, PaymentService as ɵdj, PaymentComponent as ɵdk, RelationTypeModule as ɵdl, RelationTypeComponent as ɵdm, RelationGeneralModule as ɵdn, RelationSuggestionsListModule as ɵdo, RelationSuggestionsListItemModule as ɵdp, RelationSuggestionsListItemComponent as ɵdq, RelationSuggestionsListComponent as ɵdr, RelationGeneralComponent as ɵds, RelationAddressesModule as ɵdt, RelationAddressesComponent as ɵdu, RelationContactDetailsModule as ɵdv, RelationContactDetailsComponent as ɵdw, RelationPreferencesModule as ɵdx, RelationPreferencesComponent as ɵdy, TransactionHeaderBlockModule as ɵdz, DictionaryService as ɵe, TransactionHeaderBlockComponent as ɵea, TransactionHeaderDeliveryDateModule as ɵeb, TransactionHeaderDeliveryDateComponent as ɵec, TransactionHeaderDeliveryOptionsModule as ɵed, TransactionHeaderDeliveryOptionsComponent as ɵee, TransactionHeaderRemarksModule as ɵef, TransactionHeaderRemarksComponent as ɵeg, TransactionHeaderReferenceModule as ɵeh, TransactionHeaderReferenceComponent as ɵei, TransactionHeaderRelationReferenceModule as ɵej, TransactionHeaderRelationReferenceComponent as ɵek, TransactionHeaderDeliveryMethodModule as ɵel, TransactionLineCheckboxModule as ɵem, TransactionLineCheckboxListComponent as ɵen, TransactionHeaderDeliveryMethodComponent as ɵeo, TransactionHeaderPreferredDeliveryDateModule as ɵep, TransactionHeaderPreferredDeliveryDateComponent as ɵeq, DialogTransactionHeaderDeliveryMethodModule as ɵer, DialogHeaderSearchModule as ɵes, DialogHeaderSearchComponent as ɵet, DialogTransactionHeaderDeliveryMethodComponent as ɵeu, TransactionHeaderPartialDeliveryModule as ɵev, TransactionHeaderPartialDeliveryComponent as ɵew, TransactionBaseComponent as ɵex, TransactionHeaderDownpaymentPercentageModule as ɵey, TransactionHeaderDownpaymentPercentageComponent as ɵez, TransactionConnectorService as ɵf, TransactionHeaderDownpaymentAmountModule as ɵfa, TransactionHeaderDownpaymentAmountComponent as ɵfb, TransactionHeaderDefinitiveModule as ɵfc, TransactionHeaderDefinitiveComponent as ɵfd, TransactionHeaderBranchModule as ɵfe, TransactionHeaderBranchComponent as ɵff, TransactionHeaderAdministrativeRelationModule as ɵfg, TransactionHeaderAdministrativeRelationComponent as ɵfh, TransactionHeaderMarketingModule as ɵfi, TransactionHeaderMarketingComponent as ɵfj, CheckoutOverviewRelationEditComponent as ɵfk, CheckoutOverviewDeliveryEditComponent as ɵfl, CheckoutOverviewDeliveryAddressComponent as ɵfm, CheckoutOverviewPaymentComponent as ɵfn, CheckoutLoginComponent as ɵfo, TransactionFilterCategoriesModule as ɵfp, TransactionFilterCategoriesComponent as ɵfq, TransactionHeaderPaymentModule as ɵfr, TransactionHeaderPaymentComponent as ɵfs, TransactionLinesGridModule as ɵft, TransactionBaseGridModule as ɵfu, TransactionLineSidePanelModule as ɵfv, TransactionLineSidePanelDefaultModule as ɵfw, TransactionLinePriceListModule as ɵfx, TransactionLinePriceListComponent as ɵfy, TransactionFilterPopupBaseComponent as ɵfz, TransactionConnectorAdapterService as ɵg, TransactionLineVatModule as ɵga, TransactionLineVatComponent as ɵgb, TransactionLineQuantityModule as ɵgc, TransactionLineQuantityComponent as ɵgd, TransactionLineLineDiscountModule as ɵge, TransactionLineLineDiscountComponent as ɵgf, TransactionLineDeliveryMethodModule as ɵgg, TransactionLineDeliveryMethodComponent as ɵgh, TransactionLineDeliveryDateModule as ɵgi, TransactionLineDeliveryDateComponent as ɵgj, TransactionLineReferenceModule as ɵgk, TransactionLineReferenceComponent as ɵgl, TransactionLineCommissionCodeModule as ɵgm, TransactionLineCommissionCodeComponent as ɵgn, TransactionLineWarehouseModule as ɵgo, TransactionLineWarehouseComponent as ɵgp, TransactionLineDiscountAmountModule as ɵgq, TransactionLineDiscountAmountComponent as ɵgr, TransactionLineQuantumDiscountModule as ɵgs, TransactionLineQuantumDiscountComponent as ɵgt, TransactionLineSpecialDiscountModule as ɵgu, TransactionLineSpecialDiscountComponent as ɵgv, TransactionLineSupplierModule as ɵgw, TransactionLineSupplierComponent as ɵgx, TransactionLinePriceModule as ɵgy, TransactionLinePriceComponent as ɵgz, SelectMultipleCacheService as ɵh, TransactionLineSidePanelDefaultComponent as ɵha, TransactionReceivingGoodsHistoryModule as ɵhb, TransactionHistoryGridModule as ɵhc, TransactionHistoryGridStatusModule as ɵhd, TransactionHistoryGridStatusComponent as ɵhe, TransactionHistoryGridComponent as ɵhf, TransactionReceivingGoodsHistoryComponent as ɵhg, TransactionReceivingGoodsDetailsModule as ɵhh, TransactionReceivingGoodsDetailsComponent as ɵhi, ArticleService as ɵhj, TransactionButtonBarModule as ɵhk, AnimatedCheckboxModule as ɵhl, AnimatedCheckboxComponent as ɵhm, TransactionButtonBarComponent as ɵhn, TransactionButtonBarButtonComponent as ɵho, TransactionButtonBarButtonBaseComponent as ɵhp, TransactionSalesPurchaseButtonBarButtonComponent as ɵhq, TransactionLineSidePanelPurchaseModule as ɵhr, DefaultOkCancelButtonsModule as ɵhs, DefaultOkCancelButtonsComponent as ɵht, TransactionLineSidePanelPurchaseComponent as ɵhu, TransactionLineSidePanelComponent as ɵhv, DynamicBaseComponent as ɵhw, TransactionLineActionButtonsModule as ɵhx, TransactionArticleTextOverviewModule as ɵhy, TransactionArticleTextOverviewComponent as ɵhz, BusinessObjectCacheManagerService as ɵi, TransactionLineActionButtonsComponent as ɵia, TransactionBaseGridComponent as ɵib, TransactionGridBaseComponent as ɵic, DialogTransactionLineCommissionCodeModule as ɵid, DialogTransactionLineCommissionCodeComponent as ɵie, DialogTransactionLineBaseComponent as ɵif, DialogTransactionLineWarehouseModule as ɵig, DialogTransactionLineWarehouseComponent as ɵih, DialogTransactionLineWarehouseCcModule as ɵii, DialogTransactionLineWarehouseCcComponent as ɵij, DialogTransactionLineDeliveryMethodModule as ɵik, DialogTransactionLineDeliveryMethodComponent as ɵil, DialogTransactionLineVatModule as ɵim, DialogTransactionLineVatComponent as ɵin, DialogTransactionLineDiscountModule as ɵio, DialogTransactionLinePriceListModule as ɵip, DialogTransactionLinePriceListComponent as ɵiq, DialogTransactionLineDiscountComponent as ɵir, TransactionLinesGridComponent as ɵis, DiscountModule as ɵit, DiscountComponent as ɵiu, TransactionQuickAccessOverviewModule as ɵiv, TransactionQuickAccessOverviewComponent as ɵiw, TransactionQuickAccessOrderDeliveryModule as ɵix, TransactionSendButtonDialogModule as ɵiy, TransactionSendButtonDialogComponent as ɵiz, CacheField as ɵj, TransactionQuickAccessOrderDeliveryComponent as ɵja, TransactionOrderDeliveryService as ɵjb, TransactionQuickAccessOrderPurchaseModule as ɵjc, TransactionQuickAccessOrderPurchaseComponent as ɵjd, TransactionOrderConfirmationGridModule as ɵje, TransactionOrderConfirmationGridComponent as ɵjf, TransactionReceivedGoodsGridModule as ɵjg, DialogTransactionLineWarehouseLocationModule as ɵjh, TransactionLineWarehouseLocationModule as ɵji, TransactionLineWarehouseLocationComponent as ɵjj, DialogTransactionLineWarehouseLocationComponent as ɵjk, TransactionLineWarehouseLocationButtonModule as ɵjl, TransactionLineWarehouseLocationButtonComponent as ɵjm, TransactionReceivedGoodsGridComponent as ɵjn, ViewModeButtonsModule as ɵjo, ViewModeButtonsComponent as ɵjp, TransactionGridModule as ɵjq, TransactionGridComponent as ɵjr, TransactionTileModule as ɵjs, TransactionTileComponent as ɵjt, TransactionOverviewLineModule as ɵju, EditableLabelModule as ɵjv, EditableLabelComponent as ɵjw, TransactionBaseLineModule as ɵjx, TransactionBaseLineComponent as ɵjy, TransactionLinesLineBaseComponent as ɵjz, SelectMultipleParameterizedCacheService as ɵk, TransactionLineCommissionButtonModule as ɵka, TransactionLineCommissionButtonComponent as ɵkb, TransactionLineWarehouseButtonModule as ɵkc, TransactionLineWarehouseButtonComponent as ɵkd, TransactionLineDeliveryButtonModule as ɵke, TransactionLineDeliveryButtonComponent as ɵkf, TransactionLineDeliveryDateButtonModule as ɵkg, TransactionLineDeliveryDateButtonComponent as ɵkh, TransactionLineAmountModule as ɵki, TransactionLineAmountComponent as ɵkj, TransactionOverviewLineComponent as ɵkk, TransactionOrderDeliveryLineModule as ɵkl, TransactionOrderDeliveryLineComponent as ɵkm, TransactionReceiveGoodsLineModule as ɵkn, TransactionReceiveGoodsLineComponent as ɵko, TransactionPurchaseLineModule as ɵkp, TransactionLineSupplierButtonModule as ɵkq, DialogTransactionLineSupplierModule as ɵkr, DialogTransactionLineSupplierComponent as ɵks, TransactionLineSupplierButtonComponent as ɵkt, TransactionPurchaseLineComponent as ɵku, QuickSendButtonModule as ɵkv, QuickSendButtonComponent as ɵkw, TransactionSearchResultModule as ɵkx, TransactionSearchSalesOrderTileModule as ɵky, TransactionSearchSalesOrderTileComponent as ɵkz, ErrorService as ɵl, TransactionSearchTileBaseComponent as ɵla, TransactionSearchPurchaseOrderTileModule as ɵlb, TransactionSearchPurchaseOrderTileComponent as ɵlc, TransactionSearchSalesOrderGridModule as ɵld, TransactionSearchSalesOrderGridComponent as ɵle, TransactionSearchGridBaseComponent as ɵlf, TransactionSearchPurchaseOrderGridModule as ɵlg, TransactionSearchPurchaseOrderGridComponent as ɵlh, TransactionSearchHeaderModule as ɵli, TransactionSearchHeaderComponent as ɵlj, TransactionSearchGridModule as ɵlk, TransactionSearchGridComponent as ɵll, TransactionSearchTileModule as ɵlm, TransactionSearchTileComponent as ɵln, TransactionSearchResultComponent as ɵlo, TransactionSalesOrderFilterModule as ɵlp, TransactionSalesOrderFilterContentOrderModule as ɵlq, TransactionFilterItemModule as ɵlr, TransactionFilterItemComponent as ɵls, TransactionSalesOrderFilterContentOrderComponent as ɵlt, TransactionFilterContentBaseComponent as ɵlu, FilterRequestService as ɵlv, TransactionSalesOrderFilterContentLogisticsModule as ɵlw, TransactionFilterHistoricStateModule as ɵlx, TransactionFilterHistoricStateComponent as ɵly, TransactionSalesOrderFilterContentLogisticsComponent as ɵlz, SelectSingleCacheService as ɵm, TransactionSalesOrderFilterContentArticleModule as ɵma, TransactionSalesOrderFilterContentArticleComponent as ɵmb, TransactionSalesOrderFilterComponent as ɵmc, TransactionFilterBaseComponent as ɵmd, TransactionPurchaseOrderFilterModule as ɵme, TransactionPurchaseOrderFilterContentOrderModule as ɵmf, TransactionPurchaseOrderFilterContentOrderComponent as ɵmg, TransactionPurchaseOrderFilterContentLogisticsModule as ɵmh, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵmi, TransactionPurchaseOrderFilterContentArticleModule as ɵmj, TransactionPurchaseOrderFilterContentArticleComponent as ɵmk, TransactionPurchaseOrderFilterComponent as ɵml, TransactionFilterModule as ɵmm, TransactionFilterComponent as ɵmn, ArticleConnectorService as ɵn, TransactionEventService as ɵo, RelationConnectorService as ɵp, CoreModule as ɵq, ConfirmationDialogModule as ɵr, PipeModule as ɵs, AppendPipe as ɵt, DeliveryTimePipe as ɵu, DateDurationPipe as ɵv, LocalizePipe as ɵw, CoCurrencyPipe as ɵx, SafeStylePipe as ɵy, SafeHtmlPipe as ɵz };
23270
+ export { CheckoutComponent, CheckoutModule, LoaderComponent, LoaderModule, RelationService, SearchViewMode, SearchbarViewMode, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionSearchComponent, TransactionSearchModule, TransactionSearchService, TransactionService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTotalsComponent, TransactionTotalsModule, PendingReasonService as ɵa, DialogService as ɵb, ConfirmationDialogComponent as ɵba, DialogBaseComponent as ɵbb, IconCacheService as ɵbc, CharacteristicAnswerModule as ɵbd, CharacteristicAnswerComponent as ɵbe, WarehouseModule as ɵbf, WarehouseComponent as ɵbg, ImageDisplayComponent as ɵbh, IconComponent as ɵbi, CustomerGroupsComponent as ɵbj, StockStatusIndicatorComponent as ɵbk, LazyRenderMasterDirective as ɵbl, LazyRenderDirective 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, StepperStepComponent as ɵby, TransactionLineModule as ɵbz, DynamicComponentService as ɵc, TransactionLineComponent as ɵca, TransactionMappingService as ɵcb, TransactionArticleTextModule as ɵcc, TransactionLineImageAndDescriptionModule as ɵcd, TransactionLineDescriptionModule as ɵce, TransactionLineDescriptionComponent as ɵcf, TransactionLineBaseComponent as ɵcg, TransactionLineImageAndDescriptionComponent as ɵch, TransactionImageService as ɵci, TransactionArticleTextComponent as ɵcj, TransactionReceiveGoodsService as ɵck, DialogTransactionHeaderDiscountModule as ɵcl, TransactionHeaderDiscountPercentageModule as ɵcm, TransactionHeaderDiscountPercentageComponent as ɵcn, TransactionHeaderBaseComponent as ɵco, TransactionHeaderFilterPopupBaseComponent as ɵcp, TransactionHeaderDiscountAmountModule as ɵcq, TransactionHeaderDiscountAmountComponent as ɵcr, TransactionHeaderDiscountTransactionTotalModule as ɵcs, TransactionHeaderDiscountTransactionTotalComponent as ɵct, DialogTransactionHeaderDiscountComponent as ɵcu, DialogTransactionHeaderBaseComponent as ɵcv, AvatarModule as ɵcw, AvatarComponent as ɵcx, SharedService as ɵcy, SharedConnectorService as ɵcz, OptionsService as ɵd, DeliveryTypeTileModule as ɵda, DeliveryTypeTileComponent as ɵdb, PaymentModule as ɵdc, PaymentTileModule as ɵdd, PaymentTileComponent as ɵde, PaymentQrCodeModule as ɵdf, PaymentQrCodeComponent as ɵdg, DownPaymentModule as ɵdh, DownPaymentComponent as ɵdi, PaymentService as ɵdj, PaymentComponent as ɵdk, RelationTypeModule as ɵdl, RelationTypeComponent as ɵdm, RelationGeneralModule as ɵdn, RelationSuggestionsListModule as ɵdo, RelationSuggestionsListItemModule as ɵdp, RelationSuggestionsListItemComponent as ɵdq, RelationSuggestionsListComponent as ɵdr, RelationGeneralComponent as ɵds, RelationAddressesModule as ɵdt, RelationAddressesComponent as ɵdu, RelationContactDetailsModule as ɵdv, RelationContactDetailsComponent as ɵdw, RelationPreferencesModule as ɵdx, RelationPreferencesComponent as ɵdy, TransactionHeaderBlockModule as ɵdz, DictionaryService as ɵe, TransactionHeaderBlockComponent as ɵea, TransactionHeaderDeliveryDateModule as ɵeb, TransactionHeaderDeliveryDateComponent as ɵec, TransactionHeaderDeliveryOptionsModule as ɵed, TransactionHeaderDeliveryOptionsComponent as ɵee, TransactionHeaderRemarksModule as ɵef, TransactionHeaderRemarksComponent as ɵeg, TransactionHeaderReferenceModule as ɵeh, TransactionHeaderReferenceComponent as ɵei, TransactionHeaderRelationReferenceModule as ɵej, TransactionHeaderRelationReferenceComponent as ɵek, TransactionHeaderDeliveryMethodModule as ɵel, TransactionLineCheckboxModule as ɵem, TransactionLineCheckboxListComponent as ɵen, TransactionHeaderDeliveryMethodComponent as ɵeo, TransactionHeaderPreferredDeliveryDateModule as ɵep, TransactionHeaderPreferredDeliveryDateComponent as ɵeq, DialogTransactionHeaderDeliveryMethodModule as ɵer, DialogHeaderSearchModule as ɵes, DialogHeaderSearchComponent as ɵet, DialogTransactionHeaderDeliveryMethodComponent as ɵeu, TransactionHeaderPartialDeliveryModule as ɵev, TransactionHeaderPartialDeliveryComponent as ɵew, TransactionBaseComponent as ɵex, TransactionHeaderDownpaymentPercentageModule as ɵey, TransactionHeaderDownpaymentPercentageComponent as ɵez, TransactionConnectorService as ɵf, TransactionHeaderDownpaymentAmountModule as ɵfa, TransactionHeaderDownpaymentAmountComponent as ɵfb, TransactionHeaderDefinitiveModule as ɵfc, TransactionHeaderDefinitiveComponent as ɵfd, TransactionHeaderBranchModule as ɵfe, TransactionHeaderBranchComponent as ɵff, TransactionHeaderAdministrativeRelationModule as ɵfg, TransactionHeaderAdministrativeRelationComponent as ɵfh, TransactionHeaderMarketingModule as ɵfi, TransactionHeaderMarketingComponent as ɵfj, CheckoutOverviewRelationEditComponent as ɵfk, CheckoutOverviewDeliveryEditComponent as ɵfl, CheckoutOverviewDeliveryAddressComponent as ɵfm, CheckoutOverviewPaymentComponent as ɵfn, CheckoutLoginComponent as ɵfo, TransactionFilterCategoriesModule as ɵfp, TransactionFilterCategoriesComponent as ɵfq, TransactionHeaderPaymentModule as ɵfr, TransactionHeaderPaymentComponent as ɵfs, TransactionLinesGridModule as ɵft, TransactionBaseGridModule as ɵfu, TransactionLineSidePanelModule as ɵfv, TransactionLineSidePanelDefaultModule as ɵfw, TransactionLinePriceListModule as ɵfx, TransactionLinePriceListComponent as ɵfy, TransactionFilterPopupBaseComponent as ɵfz, TransactionConnectorAdapterService as ɵg, TransactionLineVatModule as ɵga, TransactionLineVatComponent as ɵgb, TransactionLineQuantityModule as ɵgc, TransactionLineQuantityComponent as ɵgd, TransactionLineLineDiscountModule as ɵge, TransactionLineLineDiscountComponent as ɵgf, TransactionLineDeliveryMethodModule as ɵgg, TransactionLineDeliveryMethodComponent as ɵgh, TransactionLineDeliveryDateModule as ɵgi, TransactionLineDeliveryDateComponent as ɵgj, TransactionLineReferenceModule as ɵgk, TransactionLineReferenceComponent as ɵgl, TransactionLineCommissionCodeModule as ɵgm, TransactionLineCommissionCodeComponent as ɵgn, TransactionLineWarehouseModule as ɵgo, TransactionLineWarehouseComponent as ɵgp, TransactionLineDiscountAmountModule as ɵgq, TransactionLineDiscountAmountComponent as ɵgr, TransactionLineQuantumDiscountModule as ɵgs, TransactionLineQuantumDiscountComponent as ɵgt, TransactionLineSpecialDiscountModule as ɵgu, TransactionLineSpecialDiscountComponent as ɵgv, TransactionLineSupplierModule as ɵgw, TransactionLineSupplierComponent as ɵgx, TransactionLinePriceModule as ɵgy, TransactionLinePriceComponent as ɵgz, SelectMultipleCacheService as ɵh, TransactionLineSidePanelDefaultComponent as ɵha, TransactionReceivingGoodsHistoryModule as ɵhb, TransactionHistoryGridModule as ɵhc, TransactionHistoryGridStatusModule as ɵhd, TransactionHistoryGridStatusComponent as ɵhe, TransactionHistoryGridComponent as ɵhf, TransactionReceivingGoodsHistoryComponent as ɵhg, TransactionReceivingGoodsDetailsModule as ɵhh, TransactionReceivingGoodsDetailsComponent as ɵhi, ArticleService as ɵhj, TransactionButtonBarModule as ɵhk, AnimatedCheckboxModule as ɵhl, AnimatedCheckboxComponent as ɵhm, TransactionButtonBarComponent as ɵhn, TransactionButtonBarButtonComponent as ɵho, TransactionButtonBarButtonBaseComponent as ɵhp, TransactionSalesPurchaseButtonBarButtonComponent as ɵhq, TransactionLineSidePanelPurchaseModule as ɵhr, DefaultOkCancelButtonsModule as ɵhs, DefaultOkCancelButtonsComponent as ɵht, TransactionAvailableStockGridModule as ɵhu, TransactionAvailableStockGridComponent as ɵhv, TransactionLineSidePanelPurchaseComponent as ɵhw, TransactionLineSidePanelComponent as ɵhx, DynamicBaseComponent as ɵhy, TransactionLineActionButtonsModule as ɵhz, BusinessObjectCacheManagerService as ɵi, TransactionArticleTextOverviewModule as ɵia, TransactionArticleTextOverviewComponent as ɵib, TransactionLineActionButtonsComponent as ɵic, TransactionBaseGridComponent as ɵid, TransactionGridBaseComponent as ɵie, DialogTransactionLineCommissionCodeModule as ɵif, DialogTransactionLineCommissionCodeComponent as ɵig, DialogTransactionLineBaseComponent as ɵih, DialogTransactionLineWarehouseModule as ɵii, DialogTransactionLineWarehouseComponent as ɵij, DialogTransactionLineWarehouseCcModule as ɵik, DialogTransactionLineWarehouseCcComponent as ɵil, DialogTransactionLineDeliveryMethodModule as ɵim, DialogTransactionLineDeliveryMethodComponent as ɵin, DialogTransactionLineVatModule as ɵio, DialogTransactionLineVatComponent as ɵip, DialogTransactionLineDiscountModule as ɵiq, DialogTransactionLinePriceListModule as ɵir, DialogTransactionLinePriceListComponent as ɵis, DialogTransactionLineDiscountComponent as ɵit, TransactionLinesGridComponent as ɵiu, DiscountModule as ɵiv, DiscountComponent as ɵiw, TransactionQuickAccessOverviewModule as ɵix, TransactionQuickAccessOverviewComponent as ɵiy, TransactionQuickAccessOrderDeliveryModule as ɵiz, CacheField as ɵj, TransactionSendButtonDialogModule as ɵja, TransactionSendButtonDialogComponent as ɵjb, TransactionQuickAccessOrderDeliveryComponent as ɵjc, TransactionOrderDeliveryService as ɵjd, TransactionQuickAccessOrderPurchaseModule as ɵje, TransactionQuickAccessOrderPurchaseComponent as ɵjf, TransactionOrderConfirmationGridModule as ɵjg, TransactionOrderConfirmationGridComponent as ɵjh, TransactionReceivedGoodsGridModule as ɵji, DialogTransactionLineWarehouseLocationModule as ɵjj, TransactionLineWarehouseLocationModule as ɵjk, TransactionLineWarehouseLocationComponent as ɵjl, DialogTransactionLineWarehouseLocationComponent as ɵjm, TransactionLineWarehouseLocationButtonModule as ɵjn, TransactionLineWarehouseLocationButtonComponent as ɵjo, TransactionReceivedGoodsGridComponent as ɵjp, ViewModeButtonsModule as ɵjq, ViewModeButtonsComponent as ɵjr, TransactionGridModule as ɵjs, TransactionGridComponent as ɵjt, TransactionTileModule as ɵju, TransactionTileComponent as ɵjv, TransactionOverviewLineModule as ɵjw, EditableLabelModule as ɵjx, EditableLabelComponent as ɵjy, TransactionBaseLineModule as ɵjz, SelectMultipleParameterizedCacheService as ɵk, TransactionBaseLineComponent as ɵka, TransactionLinesLineBaseComponent as ɵkb, TransactionLineCommissionButtonModule as ɵkc, TransactionLineCommissionButtonComponent as ɵkd, TransactionLineWarehouseButtonModule as ɵke, TransactionLineWarehouseButtonComponent as ɵkf, TransactionLineDeliveryButtonModule as ɵkg, TransactionLineDeliveryButtonComponent as ɵkh, TransactionLineDeliveryDateButtonModule as ɵki, TransactionLineDeliveryDateButtonComponent as ɵkj, TransactionLineAmountModule as ɵkk, TransactionLineAmountComponent as ɵkl, TransactionOverviewLineComponent as ɵkm, TransactionOrderDeliveryLineModule as ɵkn, TransactionOrderDeliveryLineComponent as ɵko, TransactionReceiveGoodsLineModule as ɵkp, TransactionReceiveGoodsLineComponent as ɵkq, TransactionPurchaseLineModule as ɵkr, TransactionLineSupplierButtonModule as ɵks, DialogTransactionLineSupplierModule as ɵkt, DialogTransactionLineSupplierComponent as ɵku, TransactionLineSupplierButtonComponent as ɵkv, TransactionPurchaseLineComponent as ɵkw, QuickSendButtonModule as ɵkx, QuickSendButtonComponent as ɵky, TransactionSearchResultModule as ɵkz, ErrorService as ɵl, TransactionSearchSalesOrderTileModule as ɵla, TransactionSearchSalesOrderTileComponent as ɵlb, TransactionSearchTileBaseComponent as ɵlc, TransactionSearchPurchaseOrderTileModule as ɵld, TransactionSearchPurchaseOrderTileComponent as ɵle, TransactionSearchSalesOrderGridModule as ɵlf, TransactionSearchSalesOrderGridComponent as ɵlg, TransactionSearchGridBaseComponent as ɵlh, TransactionSearchPurchaseOrderGridModule as ɵli, TransactionSearchPurchaseOrderGridComponent as ɵlj, TransactionSearchHeaderModule as ɵlk, TransactionSearchHeaderComponent as ɵll, TransactionSearchGridModule as ɵlm, TransactionSearchGridComponent as ɵln, TransactionSearchTileModule as ɵlo, TransactionSearchTileComponent as ɵlp, TransactionSearchResultComponent as ɵlq, TransactionSalesOrderFilterModule as ɵlr, TransactionSalesOrderFilterContentOrderModule as ɵls, TransactionFilterItemModule as ɵlt, TransactionFilterItemComponent as ɵlu, TransactionSalesOrderFilterContentOrderComponent as ɵlv, TransactionFilterContentBaseComponent as ɵlw, FilterRequestService as ɵlx, TransactionSalesOrderFilterContentLogisticsModule as ɵly, TransactionFilterHistoricStateModule as ɵlz, SelectSingleCacheService as ɵm, TransactionFilterHistoricStateComponent as ɵma, TransactionSalesOrderFilterContentLogisticsComponent as ɵmb, TransactionSalesOrderFilterContentArticleModule as ɵmc, TransactionSalesOrderFilterContentArticleComponent as ɵmd, TransactionSalesOrderFilterComponent as ɵme, TransactionFilterBaseComponent as ɵmf, TransactionPurchaseOrderFilterModule as ɵmg, TransactionPurchaseOrderFilterContentOrderModule as ɵmh, TransactionPurchaseOrderFilterContentOrderComponent as ɵmi, TransactionPurchaseOrderFilterContentLogisticsModule as ɵmj, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵmk, TransactionPurchaseOrderFilterContentArticleModule as ɵml, TransactionPurchaseOrderFilterContentArticleComponent as ɵmm, TransactionPurchaseOrderFilterComponent as ɵmn, TransactionFilterModule as ɵmo, TransactionFilterComponent as ɵmp, ArticleConnectorService as ɵn, TransactionEventService as ɵo, RelationConnectorService as ɵp, CoreModule as ɵq, ConfirmationDialogModule as ɵr, PipeModule as ɵs, AppendPipe as ɵt, DeliveryTimePipe as ɵu, DateDurationPipe as ɵv, LocalizePipe as ɵw, CoCurrencyPipe as ɵx, SafeStylePipe as ɵy, SafeHtmlPipe as ɵz };
23059
23271
  //# sourceMappingURL=colijnit-transaction.js.map