@colijnit/transaction 12.1.121 → 12.1.122

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 (58) hide show
  1. package/bundles/colijnit-transaction.umd.js +737 -605
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +286 -284
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +287 -285
  6. package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +2 -1
  7. package/esm2015/lib/component/checkout/checkout.component.js +9 -15
  8. package/esm2015/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.js +12 -8
  9. package/esm2015/lib/component/core/base/transaction-base.component.js +4 -2
  10. package/esm2015/lib/component/deposit-payment/deposit-payment.component.js +4 -2
  11. package/esm2015/lib/component/payment/payment.component.js +7 -2
  12. package/esm2015/lib/component/transaction-button/transaction-button.component.js +2 -1
  13. package/esm2015/lib/component/transaction-header/transaction-header-delivery/transaction-header-delivery.component.js +2 -9
  14. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.component.js +4 -10
  15. package/esm2015/lib/component/transaction-header/transaction-header-payment/transaction-header-payment.module.js +4 -2
  16. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.js +44 -5
  17. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-delivery.component.js +1 -28
  18. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-order.component.js +1 -28
  19. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-payment.component.js +24 -4
  20. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.js +16 -59
  21. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.js +61 -16
  22. package/esm2015/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.module.js +10 -3
  23. package/esm2015/lib/component/transaction-header/transaction-header-relation/transaction-header-relation.component.js +1 -2
  24. package/esm2015/lib/component/transaction-header-fields/transaction-header-payment-button/transaction-header-payment-button.component.js +108 -0
  25. package/esm2015/lib/component/transaction-header-fields/transaction-header-payment-button/transaction-header-payment-button.module.js +29 -0
  26. package/esm2015/lib/enum/icon.enum.js +3 -1
  27. package/esm2015/lib/model/icon-svg.js +3 -1
  28. package/esm2015/lib/service/pending-reason.service.js +3 -3
  29. package/esm2015/lib/service/relation.service.js +7 -7
  30. package/esm2015/lib/service/transaction-base.service.js +19 -17
  31. package/esm2015/lib/transaction-version.js +3 -3
  32. package/fesm2015/colijnit-transaction.js +407 -274
  33. package/fesm2015/colijnit-transaction.js.map +1 -1
  34. package/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.d.ts +2 -2
  35. package/lib/component/core/base/transaction-base.component.d.ts +2 -1
  36. package/lib/component/deposit-payment/deposit-payment.component.d.ts +1 -0
  37. package/lib/component/payment/payment.component.d.ts +2 -1
  38. package/lib/component/transaction-header/transaction-header-delivery/style/_layout.scss +6 -22
  39. package/lib/component/transaction-header/transaction-header-payment/style/_layout.scss +1 -28
  40. package/lib/component/transaction-header/transaction-header-payment/style/_material-definition.scss +0 -11
  41. package/lib/component/transaction-header/transaction-header-payment/style/_theme.scss +0 -10
  42. package/lib/component/transaction-header/transaction-header-popup/style/_layout.scss +12 -2
  43. package/lib/component/transaction-header/transaction-header-popup/style/_material-definition.scss +3 -0
  44. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.d.ts +7 -2
  45. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-delivery.component.d.ts +0 -2
  46. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-order.component.d.ts +0 -2
  47. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-payment.component.d.ts +2 -2
  48. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.d.ts +1 -22
  49. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.d.ts +24 -1
  50. package/lib/component/transaction-header-fields/transaction-header-payment-button/style/_layout.scss +18 -0
  51. package/lib/component/transaction-header-fields/transaction-header-payment-button/style/_material-definition.scss +9 -0
  52. package/lib/component/transaction-header-fields/transaction-header-payment-button/style/_theme.scss +13 -0
  53. package/lib/component/transaction-header-fields/transaction-header-payment-button/style/material.scss +4 -0
  54. package/lib/component/transaction-header-fields/transaction-header-payment-button/transaction-header-payment-button.component.d.ts +28 -0
  55. package/lib/component/transaction-header-fields/transaction-header-payment-button/transaction-header-payment-button.module.d.ts +2 -0
  56. package/lib/enum/icon.enum.d.ts +2 -0
  57. package/lib/service/transaction-base.service.d.ts +2 -1
  58. package/package.json +2 -2
@@ -155,8 +155,8 @@ class Version {
155
155
  constructor() {
156
156
  this.name = "@colijnit/transaction";
157
157
  this.description = "Colijn IT transaction package";
158
- this.symVer = "12.1.121";
159
- this.publishDate = "25-5-2023 17:42:14";
158
+ this.symVer = "12.1.122";
159
+ this.publishDate = "27-5-2023 09:00:54";
160
160
  }
161
161
  }
162
162
 
@@ -351,6 +351,7 @@ var Icon;
351
351
  Icon["CartShoppingSolid"] = "cart_shopping_solid";
352
352
  Icon["CashRegister"] = "cash_register";
353
353
  Icon["CheckDuotone"] = "check_duotone";
354
+ Icon["CreditCardRegular"] = "credit_card_regular";
354
355
  Icon["CreditCardSolid"] = "credit_card_solid";
355
356
  Icon["DeliveryTruck"] = "delivery_truck";
356
357
  Icon["DetailView"] = "detail_view";
@@ -429,6 +430,7 @@ var Icon;
429
430
  Icon["TruckMovingSolid"] = "truck_moving_solid";
430
431
  Icon["Txt"] = "txt";
431
432
  Icon["Unlock"] = "unlock";
433
+ Icon["UserRegular"] = "user_regular";
432
434
  Icon["Warehouse"] = "warehouse";
433
435
  Icon["XSolid"] = "x_solid";
434
436
  })(Icon || (Icon = {}));
@@ -457,6 +459,7 @@ const IconSvg = {
457
459
  "cart_shopping_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M96 0C107.5 0 117.4 8.19 119.6 19.51L121.1 32H541.8C562.1 32 578.3 52.25 572.6 72.66L518.6 264.7C514.7 278.5 502.1 288 487.8 288H170.7L179.9 336H488C501.3 336 512 346.7 512 360C512 373.3 501.3 384 488 384H159.1C148.5 384 138.6 375.8 136.4 364.5L76.14 48H24C10.75 48 0 37.25 0 24C0 10.75 10.75 0 24 0H96zM128 464C128 437.5 149.5 416 176 416C202.5 416 224 437.5 224 464C224 490.5 202.5 512 176 512C149.5 512 128 490.5 128 464zM512 464C512 490.5 490.5 512 464 512C437.5 512 416 490.5 416 464C416 437.5 437.5 416 464 416C490.5 416 512 437.5 512 464z\"/></svg>",
458
460
  "cash_register": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M35.39,18.12H14.62L10,29.66H40ZM23,19.29H27l.1,1.6H22.87Zm-.13,2h4.32l.12,1.81H22.72Zm-.15,2.3h4.62l.14,2.08h-4.9ZM17.9,19.29H22l-.16,1.6H17.54Zm-.46,2h4.32l-.18,1.81H17Zm-.53,2.3h4.62l-.2,2.08h-4.9Zm-1.16,5.06.55-2.42H27.49l.16,2.42ZM28,19.29H32.1l.36,1.6H28.2Zm.2,2h4.32L33,23.12H28.42Zm.23,2.3h4.62l.48,2.08h-4.9Zm.5,5.06-.24-2.42h5l.55,2.42Z\" fill=\"#484f60\"/><path d=\"M10,29.66v9.23H40V29.66Zm27.69,6.92H12.31V32H37.69Z\" fill=\"#484f60\"/><path d=\"M15.63,11.11v7.58H34.37V11.11Zm17.31,6.15H17.06V12.54H32.94Z\" fill=\"#484f60\"/></svg>",
459
461
  "check_duotone": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><defs><style>.fa-secondary{opacity:.4}</style></defs><path class=\"fa-primary\" d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"/></svg>",
462
+ "credit_card_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M512 80c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H512zm16 144V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V224H528zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24H248z\"/></svg>",
460
463
  "credit_card_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M512 32C547.3 32 576 60.65 576 96V128H0V96C0 60.65 28.65 32 64 32H512zM576 416C576 451.3 547.3 480 512 480H64C28.65 480 0 451.3 0 416V224H576V416zM112 352C103.2 352 96 359.2 96 368C96 376.8 103.2 384 112 384H176C184.8 384 192 376.8 192 368C192 359.2 184.8 352 176 352H112zM240 384H368C376.8 384 384 376.8 384 368C384 359.2 376.8 352 368 352H240C231.2 352 224 359.2 224 368C224 376.8 231.2 384 240 384z\"/></svg>",
461
464
  "delivery_truck": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><rect x=\"15.35\" y=\"16.56\" width=\"15.14\" height=\"10.94\" transform=\"translate(-1.83 2.08) rotate(-5)\" fill=\"#484f60\"/><path d=\"M38.5,18.1l-6.9.61L32.41,28l-7.63.67a3.76,3.76,0,0,1,1.43,2.25l7.25-.63A3.83,3.83,0,0,1,41,29.6l1-.1-.52-6Zm.29,5.84-3.91.34a.51.51,0,0,1-.55-.46L34,20.1a.49.49,0,0,1,.45-.54l2.27-.2a.5.5,0,0,1,.48.25l2,3.59A.5.5,0,0,1,38.79,23.94Z\" fill=\"#484f60\"/><path d=\"M19.66,29.09a3.8,3.8,0,0,0-1,2.46l-.74.07-1.82-.94L16,29.41Z\" fill=\"#484f60\"/><path d=\"M34.56,30.62a2.74,2.74,0,1,0,2.49-3A2.73,2.73,0,0,0,34.56,30.62Z\" fill=\"#484f60\"/><path d=\"M19.74,31.91a2.74,2.74,0,1,0,2.49-3A2.74,2.74,0,0,0,19.74,31.91Z\" fill=\"#484f60\"/><rect x=\"7.96\" y=\"17.63\" width=\"5\" height=\"1\" transform=\"translate(-1.54 0.98) rotate(-5)\" fill=\"#484f60\"/><rect x=\"11.02\" y=\"29.71\" width=\"3\" height=\"1\" transform=\"translate(-2.59 1.21) rotate(-5)\" fill=\"#484f60\"/><rect x=\"9.48\" y=\"23.53\" width=\"4\" height=\"1\" transform=\"matrix(1, -0.09, 0.09, 1, -2.05, 1.09)\" fill=\"#484f60\"/></svg>",
462
465
  "detail_view": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><g ><g><polygon points=\"24.55 16.18 24.55 27.49 2.44 27.49 2.44 5.38 14.69 5.38 15.59 4.48 14.04 2.94 0 2.94 0 29.93 26.99 29.93 26.99 15.88 25.92 14.81 24.55 16.18\" fill=\"#484f60\"/><polygon points=\"30 .4 17.92 .4 22 4.48 12.24 16.23 14.16 18.15 25.92 8.4 30 12.48 30 .4\" fill=\"#484f60\"/></g></g></svg>",
@@ -535,6 +538,7 @@ const IconSvg = {
535
538
  "truck_moving_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M64 32C28.7 32 0 60.7 0 96V304v80 16c0 44.2 35.8 80 80 80c26.2 0 49.4-12.6 64-32c14.6 19.4 37.8 32 64 32c44.2 0 80-35.8 80-80c0-5.5-.6-10.8-1.6-16H416h33.6c-1 5.2-1.6 10.5-1.6 16c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H608c17.7 0 32-14.3 32-32V288 272 261.7c0-9.2-3.2-18.2-9-25.3l-58.8-71.8c-10.6-13-26.5-20.5-43.3-20.5H480V96c0-35.3-28.7-64-64-64H64zM585 256H480V192h48.8c2.4 0 4.7 1.1 6.2 2.9L585 256zM528 432c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32zM240 400c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32zM80 432c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z\"/></svg>",
536
539
  "txt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M31.42,40.17H13.87c-2.15,0-2.71-.56-2.71-2.72V12.88c0-2.15.56-2.71,2.71-2.71H25.48l8.66,8.88v3.43H32.8V19.6l-7.88-8.09H13.87c-1.37,0-1.37,0-1.37,1.37V37.45c0,1.37,0,1.37,1.37,1.37H31.42c1.38,0,1.38,0,1.38-1.37V35h1.34v2.43C34.14,39.61,33.58,40.17,31.42,40.17Z\" fill=\"#484f60\"/><path d=\"M25.2,10.84v6.44c0,1.78.27,2,2,2h6.23Z\" fill=\"#484f60\"/><path d=\"M19.14,24.27v9h19.7v-9Zm6.68,2.36h-1.9V32h-1.3V26.63h-1.9V25.54h5.1ZM30.4,32,29,29.74,27.55,32H26l2.19-3.34-2-3.07h1.52L29,27.6l1.26-2.06h1.5l-2,3.12L32,32Zm6.86-5.32h-1.9V32H34.07V26.63H32.16V25.54h5.1Z\" fill=\"#484f60\"/></svg>",
537
540
  "unlock": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M32.65,21.67H17.35c-2.81,0-3.06,2.29-3.06,5.12v8.09c0,2.83.25,5.12,3.06,5.12h15.3c2.81,0,3.06-2.29,3.06-5.12V26.79C35.71,24,35.46,21.67,32.65,21.67ZM20.22,37.49l2.61-6.32a3.82,3.82,0,1,1,4.35,0l2.6,6.32Z\" fill=\"#484f60\"/><path d=\"M35.51,16.64c0-3.6-2-4.07-4.51-4.07h0c-2.49,0-4.51.47-4.51,4.07v3h-2.7v-3C23.79,11.62,27,10,31,10h0c4,0,7.21,1.62,7.21,6.64Z\" fill=\"#484f60\"/></svg>",
541
+ "user_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464H398.7c-8.9-63.3-63.3-112-129-112H178.3c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3z\"/></svg>",
538
542
  "warehouse": "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\"><svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 19H8V21H6V19M12 3L2 8V21H4V13H20V21H22V8L12 3M8 11H4V9H8V11M14 11H10V9H14V11M20 11H16V9H20V11M6 15H8V17H6V15M10 15H12V17H10V15M10 19H12V21H10V19M14 19H16V21H14V19Z\" /></svg>",
539
543
  "x_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z\"/></svg>"
540
544
  };
@@ -4306,6 +4310,7 @@ class TransactionBaseComponent {
4306
4310
  this.expanded = true;
4307
4311
  this.preview = false;
4308
4312
  this.readonly = false;
4313
+ this.relationChange = new EventEmitter();
4309
4314
  this.isService = false;
4310
4315
  this.lineOperationStatuses = [];
4311
4316
  this.transactionLines = [];
@@ -4586,6 +4591,7 @@ TransactionBaseComponent.propDecorators = {
4586
4591
  preview: [{ type: HostBinding, args: ['class.preview',] }, { type: Input }],
4587
4592
  selected: [{ type: HostBinding, args: ['class.is-selected',] }, { type: Input }],
4588
4593
  readonly: [{ type: HostBinding, args: ['class.read-only',] }, { type: Input }],
4594
+ relationChange: [{ type: Output }],
4589
4595
  isText: [{ type: HostBinding, args: ['class.is-text',] }],
4590
4596
  isArticle: [{ type: HostBinding, args: ['class.is-article',] }]
4591
4597
  };
@@ -5300,14 +5306,14 @@ class RelationService {
5300
5306
  this._boFactory = new BusinessObjectFactory();
5301
5307
  }
5302
5308
  getCustomerFullObject(relationNo) {
5303
- return this._selectSingleCacheService.requestCache(CustomerFullObject, relationNo, () => {
5304
- return this._adapterService.getCustomerFullObject(relationNo);
5305
- }).getValue();
5309
+ // return this._selectSingleCacheService.requestCache<CustomerFullObject>(CustomerFullObject, relationNo, () => {
5310
+ return this._adapterService.getCustomerFullObject(relationNo);
5311
+ // }).getValue();
5306
5312
  }
5307
5313
  getSupplierFullObject(relationNo) {
5308
- return this._selectSingleCacheService.requestCache(SupplierFullObject, relationNo, () => {
5309
- return this._adapterService.getSupplierFullObject(relationNo);
5310
- }).getValue();
5314
+ // return this._selectSingleCacheService.requestCache<SupplierFullObject>(SupplierFullObject, relationNo, () => {
5315
+ return this._adapterService.getSupplierFullObject(relationNo);
5316
+ // }).getValue();
5311
5317
  }
5312
5318
  insertAddress(address) {
5313
5319
  return this._adapterService.insertAddress(address);
@@ -5472,6 +5478,7 @@ class TransactionBaseService {
5472
5478
  this.applicationUser = false;
5473
5479
  this.invoiceAddressSameAsDelivery = true;
5474
5480
  this.activeRubric = TransactionTypeCategory.SalesOrderOverview;
5481
+ this.getRelationOnRememberCurrentTransaction = true;
5475
5482
  this.currentTransaction = new TransactionInfoResponse();
5476
5483
  this.purchasePortalLine = [];
5477
5484
  this.docDeliveryBatch = new DocDeliveryBatch();
@@ -5678,6 +5685,22 @@ class TransactionBaseService {
5678
5685
  return yield this.connector.getPurchasePortalLines(request);
5679
5686
  });
5680
5687
  }
5688
+ saveTransactionAndCommit(response) {
5689
+ return __awaiter(this, void 0, void 0, function* () {
5690
+ // we can safely save/commit the changes
5691
+ const saveTransactionResponse = yield this.saveTransaction(false);
5692
+ if (saveTransactionResponse && saveTransactionResponse.isSuccess) {
5693
+ yield this.commit();
5694
+ this.rememberCurrentTransaction(saveTransactionResponse);
5695
+ if (response) {
5696
+ yield this._handleAfterRememberCurrentTransaction(response);
5697
+ }
5698
+ }
5699
+ // we need to do an extra commit to release the lock
5700
+ // const commitSuccess: boolean = await this.commit();
5701
+ return saveTransactionResponse && saveTransactionResponse.isSuccess /*&& commitSuccess*/;
5702
+ });
5703
+ }
5681
5704
  rememberCurrentTransaction(value) {
5682
5705
  return __awaiter(this, void 0, void 0, function* () {
5683
5706
  this.currentTransaction = value;
@@ -5686,7 +5709,7 @@ class TransactionBaseService {
5686
5709
  this._setAmount();
5687
5710
  this._checkHeaderStatus();
5688
5711
  this._checkRefTransaction(); // todo: get from the header status
5689
- if (this.currentTransaction.transactionInfo.relation && this.currentTransaction.transactionInfo.relation.relationId) {
5712
+ if (this.getRelationOnRememberCurrentTransaction && this.currentTransaction.transactionInfo.relation && this.currentTransaction.transactionInfo.relation.relationId) {
5690
5713
  this._getRelation(this.currentTransaction.transactionInfo.relation);
5691
5714
  }
5692
5715
  this.transactionUpdated.next(this.currentTransaction);
@@ -5750,21 +5773,6 @@ class TransactionBaseService {
5750
5773
  this.currentTransaction.transactionInfo.preferredDeliveryDate2 = "=";
5751
5774
  }
5752
5775
  }
5753
- _saveTransactionAndCommit(response) {
5754
- return __awaiter(this, void 0, void 0, function* () {
5755
- // we can safely save/commit the changes
5756
- const saveTransactionResponse = yield this.saveTransaction(false);
5757
- if (saveTransactionResponse && saveTransactionResponse.isSuccess) {
5758
- this.rememberCurrentTransaction(saveTransactionResponse);
5759
- if (response) {
5760
- yield this._handleAfterRememberCurrentTransaction(response);
5761
- }
5762
- }
5763
- // we need to do an extra commit to release the lock
5764
- const commitSuccess = yield this.commit();
5765
- return saveTransactionResponse && saveTransactionResponse.isSuccess && commitSuccess;
5766
- });
5767
- }
5768
5776
  _isValidTransaction() {
5769
5777
  return !!(this.currentTransaction && this.currentTransaction.transactionInfo && this.currentTransaction.transactionInfo.id);
5770
5778
  }
@@ -5848,7 +5856,7 @@ class PendingReasonService extends TransactionBaseService {
5848
5856
  const hasPendingReasons = response.headerOperationStatuses.filter(los => los.pendingReason !== "NONE").length > 0;
5849
5857
  if (!hasPendingReasons) {
5850
5858
  if ((this.autoSave && saveTransaction) || overrideSave) {
5851
- return this._saveTransactionAndCommit(response);
5859
+ return this.saveTransactionAndCommit(response);
5852
5860
  }
5853
5861
  else { // just replace transaction object
5854
5862
  this.rememberCurrentTransaction(response);
@@ -5871,7 +5879,7 @@ class PendingReasonService extends TransactionBaseService {
5871
5879
  const hasPendingReasons = response.lineOperationStatuses.filter(los => los.pendingReason !== "NONE").length > 0;
5872
5880
  if (!hasPendingReasons) {
5873
5881
  if (this.autoSave) {
5874
- return this._saveTransactionAndCommit(response);
5882
+ return this.saveTransactionAndCommit(response);
5875
5883
  }
5876
5884
  else {
5877
5885
  this.rememberCurrentTransaction(response);
@@ -7237,12 +7245,9 @@ class CheckoutComponent {
7237
7245
  if (!success) {
7238
7246
  return;
7239
7247
  }
7240
- const response = yield this.service.saveTransaction();
7241
- if (response && response.isSuccess) {
7242
- const commitResponse = yield this.service.commit();
7243
- if (commitResponse) {
7244
- this.handleTransactionFinished(this.service.currentTransaction.transactionInfo.id);
7245
- }
7248
+ const saveSuccess = yield this.service.saveTransactionAndCommit();
7249
+ if (saveSuccess) {
7250
+ this.handleTransactionFinished(this.service.currentTransaction.transactionInfo.id);
7246
7251
  }
7247
7252
  });
7248
7253
  }
@@ -7262,14 +7267,11 @@ class CheckoutComponent {
7262
7267
  if (this.checkoutDelivery && this.stepDelivery) {
7263
7268
  const valid = this.checkoutDelivery.submit();
7264
7269
  if (valid) {
7265
- const response = yield this.service.saveTransaction();
7266
- if (response && response.isSuccess) {
7267
- const commitResponse = yield this.service.commit();
7268
- if (commitResponse) {
7269
- const lockSuccess = yield this.service.tryToLockTransaction(this.service.currentTransaction.transactionInfo.id, this.service.currentTransaction.transactionInfo.version);
7270
- if (lockSuccess) {
7271
- this.stepDelivery.completed = yield this.handleSaveDelivery();
7272
- }
7270
+ const saveSuccess = yield this.service.saveTransactionAndCommit();
7271
+ if (saveSuccess) {
7272
+ const lockSuccess = yield this.service.tryToLockTransaction(this.service.currentTransaction.transactionInfo.id, this.service.currentTransaction.transactionInfo.version);
7273
+ if (lockSuccess) {
7274
+ this.stepDelivery.completed = yield this.handleSaveDelivery();
7273
7275
  }
7274
7276
  }
7275
7277
  }
@@ -9788,6 +9790,7 @@ TransactionButtonComponent.decorators = [
9788
9790
  <div class="transaction-button-label-title-wrapper" [class.title]="title">
9789
9791
  <span class="transaction-button-title co-transaction-overflow-ellipsis" [textContent]="title"></span>
9790
9792
  <span class="transaction-button-label co-transaction-overflow-ellipsis" [textContent]="label"></span>
9793
+ <ng-content></ng-content>
9791
9794
  </div>
9792
9795
  <div class="transaction-button-icon-wrapper right" *ngIf=rightIconData>
9793
9796
  <div class="spacer"></div>
@@ -14642,6 +14645,7 @@ class PaymentComponent {
14642
14645
  this._sharedService = _sharedService;
14643
14646
  this._paymentService = _paymentService;
14644
14647
  this.icons = Icon;
14648
+ this.updateDepositAmount = false;
14645
14649
  this.payed = new EventEmitter();
14646
14650
  this.paymentMethodIdx = 0;
14647
14651
  this.cashRegisterIdx = 0;
@@ -14670,7 +14674,10 @@ class PaymentComponent {
14670
14674
  return true;
14671
14675
  }
14672
14676
  ngOnInit() {
14673
- this._transactionService.updateHeaderTransactionDepositAmount(this.transactionUuid, this.amountToPay, true).then(() => {
14677
+ return __awaiter(this, void 0, void 0, function* () {
14678
+ if (this.updateDepositAmount) {
14679
+ yield this._transactionService.updateHeaderTransactionDepositAmount(this.transactionUuid, this.amountToPay, true);
14680
+ }
14674
14681
  this._getPaymentMethods().then(() => {
14675
14682
  this.showLoader = false;
14676
14683
  this._getDepositPaymentInfo();
@@ -14910,6 +14917,7 @@ PaymentComponent.propDecorators = {
14910
14917
  transId: [{ type: Input }],
14911
14918
  transactionUuid: [{ type: Input }],
14912
14919
  branch: [{ type: Input }],
14920
+ updateDepositAmount: [{ type: Input }],
14913
14921
  amount: [{ type: Input }],
14914
14922
  currencyId: [{ type: Input }],
14915
14923
  payed: [{ type: Output }],
@@ -15077,6 +15085,7 @@ PaymentQrCodeModule.decorators = [
15077
15085
  class DepositPaymentComponent {
15078
15086
  constructor(_paymentService) {
15079
15087
  this._paymentService = _paymentService;
15088
+ this.showTitle = true;
15080
15089
  this.paymentMethods = [];
15081
15090
  this.depositPayments = [];
15082
15091
  this.showLoader = true;
@@ -15113,7 +15122,7 @@ DepositPaymentComponent.decorators = [
15113
15122
  { type: Component, args: [{
15114
15123
  selector: "co-deposit-payment",
15115
15124
  template: `
15116
- <div class="down-payment-payments-title" [textContent]="'PAYMENTS_MADE' | localize"></div>
15125
+ <div class="down-payment-payments-title" [textContent]="'PAYMENTS_MADE' | localize" *ngIf="showTitle"></div>
15117
15126
  <div class="down-payment-payments-wrapper">
15118
15127
  <co-loader class="loader" *ngIf="showLoader"></co-loader>
15119
15128
  <div class="down-payment-payments" *ngFor="let payment of depositPayments">
@@ -15137,6 +15146,7 @@ DepositPaymentComponent.ctorParameters = () => [
15137
15146
  ];
15138
15147
  DepositPaymentComponent.propDecorators = {
15139
15148
  branch: [{ type: Input }],
15149
+ showTitle: [{ type: Input }],
15140
15150
  transactionUuid: [{ type: Input }],
15141
15151
  showClass: [{ type: HostBinding, args: ["class.co-deposit-payment",] }]
15142
15152
  };
@@ -15985,6 +15995,7 @@ CheckoutOverviewPaymentComponent.decorators = [
15985
15995
  </div>
15986
15996
  </div>
15987
15997
  <co-payment *ngIf="showPayment"
15998
+ [updateDepositAmount]="true"
15988
15999
  [transId]="transaction.transactionInfo.id"
15989
16000
  [branch]="transaction.transactionInfo.branch?.relationNr"
15990
16001
  [transactionUuid]="transaction.transactionInfo.uuid"
@@ -16028,18 +16039,11 @@ TransactionHeaderDeliveryComponent.decorators = [
16028
16039
  [firstBlockTemplate]="firstBlock"
16029
16040
  [secondBlockTemplate]="secondBlock"
16030
16041
  [thirdBlockTemplate]="thirdBlock"
16031
- [hasDetails]="true"
16032
16042
  (headerClick)="showDialog = true"
16033
16043
  >
16034
16044
  </co-transaction-header-block>
16035
16045
  <ng-template #headerBlock>
16036
16046
  <co-transaction-header-delivery-method-button class="header-delivery-method" [transactionInfo]="transactionInfo"></co-transaction-header-delivery-method-button>
16037
- <!--
16038
- <div class="header-delivery-method" (click)="showTheDeliveryMethodDialog($event)">
16039
- <co-icon class="header-delivery-truck-icon" [iconData]="iconCacheService.getIcon(icons.TruckFastSolid)"></co-icon>
16040
- <span [textContent]="deliveryMethod?.description"></span>
16041
- </div>
16042
- -->
16043
16047
  <co-icon class="planning-request-button" [class.co-transaction-check]="transactionInfo.deliveryDateDefinitive"
16044
16048
  [iconData]="iconCacheService.getIcon(icons.CalendarDayRegular)"></co-icon>
16045
16049
  </ng-template>
@@ -16063,7 +16067,7 @@ TransactionHeaderDeliveryComponent.decorators = [
16063
16067
  ></co-transaction-header-preferred-delivery-date>
16064
16068
  </ng-template>
16065
16069
  <ng-template #thirdBlock>
16066
- <co-transaction-header-partial-delivery class="co-transaction-label" [transactionInfo]="transactionInfo"></co-transaction-header-partial-delivery>
16070
+ <co-transaction-header-partial-delivery class="transaction-header-partial-delivery co-transaction-label" [transactionInfo]="transactionInfo"></co-transaction-header-partial-delivery>
16067
16071
  </ng-template>
16068
16072
  <co-transaction-header-popup *ngIf="showDialog"
16069
16073
  [activeCategoryIndex]="3"
@@ -16080,22 +16084,26 @@ TransactionHeaderDeliveryComponent.propDecorators = {
16080
16084
 
16081
16085
  class TransactionHeaderBlockComponent {
16082
16086
  constructor() {
16083
- this.hasDetails = false;
16084
16087
  this.headerClick = new EventEmitter();
16085
16088
  }
16086
16089
  showClass() {
16087
16090
  return true;
16088
16091
  }
16092
+ handleHostClick(event) {
16093
+ if (event.target && event.target.className.indexOf('clickable-header') > -1) {
16094
+ this.headerClick.emit(event);
16095
+ }
16096
+ }
16089
16097
  }
16090
16098
  TransactionHeaderBlockComponent.decorators = [
16091
16099
  { type: Component, args: [{
16092
16100
  selector: "co-transaction-header-block",
16093
16101
  template: `
16094
- <div #wrapper class="transaction-header-block-wrapper" (click)="headerClick.emit($event)">
16095
- <div class="transaction-header-block-header">
16102
+ <div #wrapper class="transaction-header-block-wrapper">
16103
+ <div class="transaction-header-block-header clickable-header">
16096
16104
  <ng-container [ngTemplateOutlet]="headerBlockTemplate"></ng-container>
16097
16105
  </div>
16098
- <div class="transaction-header-block-content">
16106
+ <div class="transaction-header-block-content clickable-header">
16099
16107
  <div class="transaction-header-block-content-first" *ngIf="firstBlockTemplate">
16100
16108
  <ng-container [ngTemplateOutlet]="firstBlockTemplate"></ng-container>
16101
16109
  </div>
@@ -16118,9 +16126,9 @@ TransactionHeaderBlockComponent.propDecorators = {
16118
16126
  firstBlockTemplate: [{ type: Input }],
16119
16127
  secondBlockTemplate: [{ type: Input }],
16120
16128
  thirdBlockTemplate: [{ type: Input }],
16121
- hasDetails: [{ type: Input }],
16122
16129
  headerClick: [{ type: Output }],
16123
- showClass: [{ type: HostBinding, args: ["class.co-transaction-header-block",] }]
16130
+ showClass: [{ type: HostBinding, args: ["class.co-transaction-header-block",] }],
16131
+ handleHostClick: [{ type: HostListener, args: ["click", ["$event"],] }]
16124
16132
  };
16125
16133
 
16126
16134
  class TransactionHeaderBlockModule {
@@ -17049,17 +17057,27 @@ TransactionHeaderPartialDeliveryModule.decorators = [
17049
17057
  ];
17050
17058
 
17051
17059
  class TransactionHeaderPopupComponent extends TransactionBaseComponent {
17052
- constructor() {
17053
- super(...arguments);
17060
+ constructor(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, dialogService, formMasterService, relationService) {
17061
+ super(transactionEventService, iconCacheService, imageService, dictionaryService, service, changeDetector);
17062
+ this.transactionEventService = transactionEventService;
17063
+ this.service = service;
17064
+ this.iconCacheService = iconCacheService;
17065
+ this.dictionaryService = dictionaryService;
17066
+ this.imageService = imageService;
17067
+ this.changeDetector = changeDetector;
17068
+ this.dialogService = dialogService;
17069
+ this.formMasterService = formMasterService;
17070
+ this.relationService = relationService;
17054
17071
  this.closeClick = new EventEmitter();
17055
17072
  this.categories = [
17056
- { index: 0, description: "CLIENT_INFORMATION" },
17057
- { index: 1, description: "ORDER_INFORMATION1" },
17058
- { index: 2, description: "PAYMENT_INFORMATION" },
17059
- { index: 3, description: "DELIVERY_INFORMATION" }
17073
+ { index: 0, icon: Icon.UserRegular, description: "CLIENT_INFORMATION" },
17074
+ { index: 1, icon: Icon.CartShoppingRegular, description: "ORDER_INFORMATION1" },
17075
+ { index: 2, icon: Icon.CreditCardRegular, description: "PAYMENT_INFORMATION" },
17076
+ { index: 3, icon: Icon.TruckMovingRegular, description: "DELIVERY_INFORMATION" }
17060
17077
  ];
17061
17078
  this.okButtonEnabled = false;
17062
- this.activeCategory = { index: 0, description: "CLIENT_INFORMATION" };
17079
+ this.activeCategory = { index: 0, icon: Icon.CreditCardRegular, description: "CLIENT_INFORMATION" };
17080
+ this.cloneRelation = new CustomerFullObject();
17063
17081
  this._subs = [];
17064
17082
  }
17065
17083
  set activeCategoryIndex(value) {
@@ -17072,19 +17090,26 @@ class TransactionHeaderPopupComponent extends TransactionBaseComponent {
17072
17090
  }
17073
17091
  ngOnInit() {
17074
17092
  super.ngOnInit();
17093
+ this.transactionService.getRelationOnRememberCurrentTransaction = false;
17075
17094
  this._subs.push(this.transactionEventService.headerPopupSaveButtonEnableChange.subscribe((enabled) => {
17076
17095
  this.okButtonEnabled = enabled;
17077
17096
  }), this.transactionEventService.headerPopupClose.subscribe((commit) => __awaiter(this, void 0, void 0, function* () {
17078
- const result = commit ? yield this.transactionService.commit() : yield this.transactionService.rollback();
17097
+ const result = commit ? true : yield this.transactionService.rollback();
17079
17098
  if (result) {
17080
17099
  this.closeClick.emit();
17081
17100
  }
17082
17101
  })));
17083
17102
  }
17084
17103
  ngOnDestroy() {
17104
+ this.transactionService.getRelationOnRememberCurrentTransaction = true;
17085
17105
  super.ngOnDestroy();
17086
17106
  this._subs.forEach(s => s.unsubscribe());
17087
17107
  }
17108
+ relationSet() {
17109
+ return __awaiter(this, void 0, void 0, function* () {
17110
+ this.cloneRelation = this.relationService.cloneRelation(this.relation);
17111
+ });
17112
+ }
17088
17113
  handleCloseClick(event) {
17089
17114
  this.transactionEventService.headerPopupWantsToClose.next();
17090
17115
  }
@@ -17099,9 +17124,16 @@ TransactionHeaderPopupComponent.decorators = [
17099
17124
  { type: Component, args: [{
17100
17125
  selector: 'co-transaction-header-popup',
17101
17126
  template: `
17102
- <co-dialog class="transaction-header-dialog" [headerTemplate]="headerTemplate" [footerTemplate]="footerTemplate" (closeClick)="handleCloseClick($event)">
17127
+ <co-dialog class="transaction-header-dialog"
17128
+ [customCssClass]="'transaction-header-dialog'"
17129
+ [headerTemplate]="headerTemplate"
17130
+ [footerTemplate]="footerTemplate"
17131
+ (closeClick)="handleCloseClick($event)">
17103
17132
  <ng-template #headerTemplate>
17104
- <div class="co-dialog-header-title" [textContent]="activeCategory.description | localize"></div>
17133
+ <div class="transaction-header-popup-dialog-header-wrapper">
17134
+ <co-icon [iconData]="iconCacheService.getIcon(activeCategory.icon)"></co-icon>
17135
+ <div class="co-dialog-header-title" [textContent]="activeCategory.description | localize"></div>
17136
+ </div>
17105
17137
  </ng-template>
17106
17138
  <div class="transaction-header-popup-categories">
17107
17139
  <div class="transaction-header-popup-category" [class.selected]="activeCategory.index === cat.index" *ngFor="let cat of categories"
@@ -17111,19 +17143,19 @@ TransactionHeaderPopupComponent.decorators = [
17111
17143
  </div>
17112
17144
  <div class="transaction-header-popup-content-wrapper">
17113
17145
  <co-transaction-header-popup-relation class="category-content" *ngIf="activeCategory.index === 0"
17114
- [relation]="relation"
17146
+ [(relation)]="cloneRelation"
17115
17147
  [transaction]="transaction"
17116
17148
  ></co-transaction-header-popup-relation>
17117
17149
  <co-transaction-header-popup-order class="category-content" *ngIf="activeCategory.index === 1"
17118
- [relation]="relation"
17150
+ [relation]="cloneRelation"
17119
17151
  [transaction]="transaction"
17120
17152
  ></co-transaction-header-popup-order>
17121
17153
  <co-transaction-header-popup-payment class="category-content" *ngIf="activeCategory.index === 2"
17122
- [relation]="relation"
17154
+ [relation]="cloneRelation"
17123
17155
  [transaction]="transaction"
17124
17156
  ></co-transaction-header-popup-payment>
17125
17157
  <co-transaction-header-popup-delivery class="category-content" *ngIf="activeCategory.index === 3"
17126
- [relation]="relation"
17158
+ [relation]="cloneRelation"
17127
17159
  [transaction]="transaction"
17128
17160
  ></co-transaction-header-popup-delivery>
17129
17161
  </div>
@@ -17140,6 +17172,17 @@ TransactionHeaderPopupComponent.decorators = [
17140
17172
  encapsulation: ViewEncapsulation.None
17141
17173
  },] }
17142
17174
  ];
17175
+ TransactionHeaderPopupComponent.ctorParameters = () => [
17176
+ { type: TransactionEventService },
17177
+ { type: TransactionService },
17178
+ { type: IconCacheService },
17179
+ { type: DictionaryService },
17180
+ { type: TransactionImageService },
17181
+ { type: ChangeDetectorRef },
17182
+ { type: DialogService },
17183
+ { type: FormMasterService },
17184
+ { type: RelationService }
17185
+ ];
17143
17186
  TransactionHeaderPopupComponent.propDecorators = {
17144
17187
  activeCategoryIndex: [{ type: Input }],
17145
17188
  closeClick: [{ type: Output }],
@@ -17147,7 +17190,7 @@ TransactionHeaderPopupComponent.propDecorators = {
17147
17190
  };
17148
17191
 
17149
17192
  class TransactionHeaderPopupBaseComponent extends TransactionBaseComponent {
17150
- constructor(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, dialogService, formMasterService) {
17193
+ constructor(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, dialogService, formMasterService, relationService) {
17151
17194
  super(transactionEventService, iconCacheService, imageService, dictionaryService, service, changeDetector);
17152
17195
  this.transactionEventService = transactionEventService;
17153
17196
  this.service = service;
@@ -17157,6 +17200,7 @@ class TransactionHeaderPopupBaseComponent extends TransactionBaseComponent {
17157
17200
  this.changeDetector = changeDetector;
17158
17201
  this.dialogService = dialogService;
17159
17202
  this.formMasterService = formMasterService;
17203
+ this.relationService = relationService;
17160
17204
  this.readonly = true;
17161
17205
  this.dirty = false;
17162
17206
  this._subs = [];
@@ -17180,7 +17224,7 @@ class TransactionHeaderPopupBaseComponent extends TransactionBaseComponent {
17180
17224
  return __awaiter(this, void 0, void 0, function* () {
17181
17225
  _super.ngOnInit.call(this);
17182
17226
  this._subs.push(this.transactionEventService.headerPopupSaveButtonClick.subscribe(() => __awaiter(this, void 0, void 0, function* () {
17183
- yield this.saveObject();
17227
+ yield this.saveObjects();
17184
17228
  })), this.transactionEventService.headerPopupWantsToClose.subscribe(() => __awaiter(this, void 0, void 0, function* () {
17185
17229
  if (this.dirty) {
17186
17230
  yield this._askForSave();
@@ -17200,6 +17244,42 @@ class TransactionHeaderPopupBaseComponent extends TransactionBaseComponent {
17200
17244
  this._subs.forEach(s => s.unsubscribe());
17201
17245
  });
17202
17246
  }
17247
+ transactionInfoSet() {
17248
+ const _super = Object.create(null, {
17249
+ transactionInfoSet: { get: () => super.transactionInfoSet }
17250
+ });
17251
+ return __awaiter(this, void 0, void 0, function* () {
17252
+ _super.transactionInfoSet.call(this);
17253
+ if (this.headerReadonly) {
17254
+ this.readonly = true;
17255
+ }
17256
+ else {
17257
+ this.readonly = !(yield this.lockTransaction());
17258
+ }
17259
+ });
17260
+ }
17261
+ saveObjects() {
17262
+ return __awaiter(this, void 0, void 0, function* () {
17263
+ if (this.formMasterService.submitSlaves()) {
17264
+ this.transactionEventService.headerPopupSaveButtonEnableChange.next(false);
17265
+ yield this.saveRelation();
17266
+ yield this.saveTransaction();
17267
+ this.setFormPristine();
17268
+ this.transactionEventService.headerPopupClose.next(true);
17269
+ }
17270
+ });
17271
+ }
17272
+ saveRelation() {
17273
+ return __awaiter(this, void 0, void 0, function* () {
17274
+ this.service.relation = yield this.relationService.updateRelation(this.relation.relationType, this.relation);
17275
+ });
17276
+ }
17277
+ saveTransaction() {
17278
+ return __awaiter(this, void 0, void 0, function* () {
17279
+ this.transactionService.getRelationOnRememberCurrentTransaction = true;
17280
+ yield this.transactionService.saveTransactionAndCommit();
17281
+ });
17282
+ }
17203
17283
  setFormPristine() {
17204
17284
  this.dirty = false;
17205
17285
  if (this.form) {
@@ -17215,7 +17295,7 @@ class TransactionHeaderPopupBaseComponent extends TransactionBaseComponent {
17215
17295
  return __awaiter(this, void 0, void 0, function* () {
17216
17296
  const response = yield this.dialogService.showYesNo('SAVE', 'MESSAGE_SAVE_CHANGES');
17217
17297
  if (response.button === AppPopupButtonType.Yes) {
17218
- yield this.saveObject();
17298
+ yield this.saveObjects();
17219
17299
  }
17220
17300
  else {
17221
17301
  this.transactionEventService.headerPopupClose.next(false);
@@ -17234,56 +17314,46 @@ TransactionHeaderPopupBaseComponent.ctorParameters = () => [
17234
17314
  { type: TransactionImageService },
17235
17315
  { type: ChangeDetectorRef },
17236
17316
  { type: DialogService },
17237
- { type: FormMasterService }
17317
+ { type: FormMasterService },
17318
+ { type: RelationService }
17238
17319
  ];
17239
17320
  TransactionHeaderPopupBaseComponent.propDecorators = {
17240
17321
  content: [{ type: ViewChild, args: [FormComponent,] }]
17241
17322
  };
17242
17323
 
17243
17324
  class TransactionHeaderPopupRelationComponent extends TransactionHeaderPopupBaseComponent {
17244
- constructor(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, dialogService, formMasterService, _relationService) {
17245
- super(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, dialogService, formMasterService);
17246
- this.transactionEventService = transactionEventService;
17247
- this.service = service;
17248
- this.iconCacheService = iconCacheService;
17249
- this.dictionaryService = dictionaryService;
17250
- this.imageService = imageService;
17251
- this.changeDetector = changeDetector;
17252
- this.dialogService = dialogService;
17253
- this.formMasterService = formMasterService;
17254
- this._relationService = _relationService;
17325
+ constructor() {
17326
+ super(...arguments);
17255
17327
  this.addressType = AddressType;
17256
17328
  this.deliveryAddressNawNr = 0;
17257
17329
  this.invoiceAddressNawNr = 0;
17258
17330
  this.invoiceAddressSameAsDeliveryAddress = true;
17259
17331
  this.categories = [this.dictionaryService.get('CLIENT_DATA'), this.dictionaryService.get('PRIVACY_PREFERENCES')];
17260
- this.cloneRelation = new CustomerFullObject();
17261
17332
  }
17262
17333
  showClass() {
17263
17334
  return true;
17264
17335
  }
17265
17336
  relationSet() {
17266
17337
  return __awaiter(this, void 0, void 0, function* () {
17267
- this.cloneRelation = this._relationService.cloneRelation(this.relation);
17268
17338
  if (this.relationKind === RelationKind.Customer) {
17269
- this.customerGroup = this.cloneRelation.customerGroup;
17339
+ this.customerGroup = this.relation.customerGroup;
17270
17340
  }
17271
- if (this.cloneRelation.addresses && this.cloneRelation.addresses.length > 0) {
17272
- const firstAddress = this.cloneRelation.addresses[0];
17341
+ if (this.relation.addresses && this.relation.addresses.length > 0) {
17342
+ const firstAddress = this.relation.addresses[0];
17273
17343
  this.setIndexDeliveryAddress(firstAddress.nawNr);
17274
17344
  }
17275
17345
  yield this._lockRelation();
17276
17346
  });
17277
17347
  }
17278
17348
  setIndexDeliveryAddress(nawNr) {
17279
- const address = this.cloneRelation.addresses.find(a => a.nawNr === nawNr);
17349
+ const address = this.relation.addresses.find(a => a.nawNr === nawNr);
17280
17350
  if (address) {
17281
17351
  // address.searchAddress = true;
17282
17352
  this.deliveryAddressNawNr = nawNr;
17283
17353
  }
17284
17354
  }
17285
17355
  setIndexInvoiceAddress(nawNr) {
17286
- const address = this.cloneRelation.addresses.find(a => a.nawNr === nawNr);
17356
+ const address = this.relation.addresses.find(a => a.nawNr === nawNr);
17287
17357
  if (address) {
17288
17358
  // address.searchAddress = true;
17289
17359
  this.invoiceAddressNawNr = nawNr;
@@ -17306,25 +17376,12 @@ class TransactionHeaderPopupRelationComponent extends TransactionHeaderPopupBase
17306
17376
  handleChangeCustomGroup(group) {
17307
17377
  this.customerGroup = group;
17308
17378
  if (this.relationKind === RelationKind.Customer) {
17309
- this.cloneRelation.customerGroup = this.customerGroup;
17310
- }
17311
- }
17312
- saveObject() {
17313
- if (this.readonly) {
17314
- return;
17315
- }
17316
- if (this.formMasterService.submitSlaves()) {
17317
- this.transactionEventService.headerPopupSaveButtonEnableChange.next(false);
17318
- this._relationService.updateRelation(this.cloneRelation.relationType, this.cloneRelation).then(() => __awaiter(this, void 0, void 0, function* () {
17319
- this.service.relation = this.cloneRelation;
17320
- this.setFormPristine();
17321
- this.transactionEventService.headerPopupClose.next(true);
17322
- }));
17379
+ this.relation.customerGroup = this.customerGroup;
17323
17380
  }
17324
17381
  }
17325
17382
  _lockRelation() {
17326
17383
  return __awaiter(this, void 0, void 0, function* () {
17327
- const lockResult = yield this._relationService.lockRelation(this.cloneRelation.relationType, parseInt(this.cloneRelation.relationNumber, 0));
17384
+ const lockResult = yield this.relationService.lockRelation(this.relation.relationType, parseInt(this.relation.relationNumber, 0));
17328
17385
  if (!lockResult.success) {
17329
17386
  yield this.dialogService.showInformation(lockResult.messages[0].message);
17330
17387
  this.readonly = true;
@@ -17348,18 +17405,18 @@ TransactionHeaderPopupRelationComponent.decorators = [
17348
17405
  <div class="transaction-header-popup-section-label" [textContent]="'PERSONAL_DATA' | localize"></div>
17349
17406
  <co-relation-type *ngIf="relationKind === relKind.Customer"
17350
17407
  [readonly]="readonly"
17351
- [relation]="cloneRelation"
17408
+ [relation]="relation"
17352
17409
  ></co-relation-type>
17353
17410
  <ng-container *ngIf="relationKind === relKind.Customer">
17354
17411
  <relation-customer-groups [readonly]="readonly" [model]="customerGroup" (modelChange)="handleChangeCustomGroup($event)" required></relation-customer-groups>
17355
17412
  </ng-container>
17356
- <co-relation-general [readonly]="readonly" [(relation)]="cloneRelation" [relationType]="relationType" [relationKind]="relationKind"></co-relation-general>
17413
+ <co-relation-general [readonly]="readonly" [(relation)]="relation" [relationType]="relationType" [relationKind]="relationKind"></co-relation-general>
17357
17414
  </div>
17358
17415
  <div class="transaction-header-popup-section">
17359
17416
  <div class="transaction-header-popup-section-label" [textContent]="'ADDRESSES' | localize"></div>
17360
17417
  <co-relation-addresses
17361
17418
  [readonly]="readonly"
17362
- [addresses]="cloneRelation.activeAddresses"
17419
+ [addresses]="relation.activeAddresses"
17363
17420
  [type]="addressType.DeliveryAddress"
17364
17421
  [selectedNawNr]="deliveryAddressNawNr"
17365
17422
  (selectedNawNrChange)="setIndexDeliveryAddress($event)"
@@ -17371,7 +17428,7 @@ TransactionHeaderPopupRelationComponent.decorators = [
17371
17428
  <div class="overview-delivery-invoice-address" *ngIf="!invoiceAddressSameAsDeliveryAddress" @showHideInvoiceAddress>
17372
17429
  <co-relation-addresses
17373
17430
  [readonly]="readonly"
17374
- [addresses]="cloneRelation.activeAddresses"
17431
+ [addresses]="relation.activeAddresses"
17375
17432
  [type]="addressType.BillingAddress"
17376
17433
  [selectedNawNr]="invoiceAddressNawNr"
17377
17434
  (selectedNawNrChange)="setIndexInvoiceAddress($event)"
@@ -17381,7 +17438,7 @@ TransactionHeaderPopupRelationComponent.decorators = [
17381
17438
  </div>
17382
17439
  </div>
17383
17440
  <div #preferenceItems class="header-relation-navigation-content">
17384
- <co-relation-preferences [readonly]="readonly" [relation]="cloneRelation"></co-relation-preferences>
17441
+ <co-relation-preferences [readonly]="readonly" [relation]="relation"></co-relation-preferences>
17385
17442
  </div>
17386
17443
  </div>
17387
17444
  </co-form>
@@ -17393,17 +17450,6 @@ TransactionHeaderPopupRelationComponent.decorators = [
17393
17450
  encapsulation: ViewEncapsulation.None
17394
17451
  },] }
17395
17452
  ];
17396
- TransactionHeaderPopupRelationComponent.ctorParameters = () => [
17397
- { type: TransactionEventService },
17398
- { type: TransactionService },
17399
- { type: IconCacheService },
17400
- { type: DictionaryService },
17401
- { type: TransactionImageService },
17402
- { type: ChangeDetectorRef },
17403
- { type: DialogService },
17404
- { type: FormMasterService },
17405
- { type: RelationService }
17406
- ];
17407
17453
  TransactionHeaderPopupRelationComponent.propDecorators = {
17408
17454
  navigationItems: [{ type: ViewChild, args: ['navigationItems', { read: ElementRef },] }],
17409
17455
  mainItems: [{ type: ViewChild, args: ['mainItems', { read: ElementRef },] }],
@@ -17472,32 +17518,6 @@ class TransactionHeaderPopupOrderComponent extends TransactionHeaderPopupBaseCom
17472
17518
  showClass() {
17473
17519
  return true;
17474
17520
  }
17475
- transactionInfoSet() {
17476
- const _super = Object.create(null, {
17477
- transactionInfoSet: { get: () => super.transactionInfoSet }
17478
- });
17479
- return __awaiter(this, void 0, void 0, function* () {
17480
- _super.transactionInfoSet.call(this);
17481
- if (this.headerReadonly) {
17482
- this.readonly = true;
17483
- }
17484
- else {
17485
- this.readonly = !(yield this.lockTransaction());
17486
- }
17487
- });
17488
- }
17489
- saveObject() {
17490
- if (this.readonly) {
17491
- return;
17492
- }
17493
- if (this.formMasterService.submitSlaves()) {
17494
- this.transactionEventService.headerPopupSaveButtonEnableChange.next(false);
17495
- this.transactionService.saveTransaction().then(() => {
17496
- this.setFormPristine();
17497
- this.transactionEventService.headerPopupClose.next(true);
17498
- });
17499
- }
17500
- }
17501
17521
  }
17502
17522
  TransactionHeaderPopupOrderComponent.decorators = [
17503
17523
  { type: Component, args: [{
@@ -17536,32 +17556,6 @@ class TransactionHeaderPopupDeliveryComponent extends TransactionHeaderPopupBase
17536
17556
  showClass() {
17537
17557
  return true;
17538
17558
  }
17539
- transactionInfoSet() {
17540
- const _super = Object.create(null, {
17541
- transactionInfoSet: { get: () => super.transactionInfoSet }
17542
- });
17543
- return __awaiter(this, void 0, void 0, function* () {
17544
- _super.transactionInfoSet.call(this);
17545
- if (this.headerReadonly) {
17546
- this.readonly = true;
17547
- }
17548
- else {
17549
- this.readonly = !(yield this.lockTransaction());
17550
- }
17551
- });
17552
- }
17553
- saveObject() {
17554
- if (this.readonly) {
17555
- return;
17556
- }
17557
- if (this.formMasterService.submitSlaves()) {
17558
- this.transactionEventService.headerPopupSaveButtonEnableChange.next(false);
17559
- this.transactionService.saveTransaction().then(() => {
17560
- this.setFormPristine();
17561
- this.transactionEventService.headerPopupClose.next(true);
17562
- });
17563
- }
17564
- }
17565
17559
  }
17566
17560
  TransactionHeaderPopupDeliveryComponent.decorators = [
17567
17561
  { type: Component, args: [{
@@ -17600,7 +17594,7 @@ TransactionHeaderPopupDeliveryComponent.propDecorators = {
17600
17594
  showClass: [{ type: HostBinding, args: ['class.co-transaction-header-popup-delivery',] }]
17601
17595
  };
17602
17596
 
17603
- class TransactionHeaderPopupPaymentComponent extends TransactionBaseComponent {
17597
+ class TransactionHeaderPopupPaymentComponent extends TransactionHeaderPopupBaseComponent {
17604
17598
  showClass() {
17605
17599
  return true;
17606
17600
  }
@@ -17609,7 +17603,27 @@ TransactionHeaderPopupPaymentComponent.decorators = [
17609
17603
  { type: Component, args: [{
17610
17604
  selector: 'co-transaction-header-popup-payment',
17611
17605
  template: `
17612
- <co-deposit-payment [branch]="transactionInfo.branch?.relationNr" [transactionUuid]="transactionInfo.uuid"></co-deposit-payment>
17606
+ <div class="transaction-header-popup-category-wrapper co-small-scrollbar">
17607
+ <co-form>
17608
+ <div class="transaction-header-popup-section">
17609
+ <div class="transaction-header-popup-section-label" [textContent]="'TO_PAY_DOWN' | localize"></div>
17610
+ <div class="transaction-header-popup-two-column-grid">
17611
+ <co-transaction-header-deposit-percentage [transactionInfo]="transactionInfo" [lockAndSave]="false"></co-transaction-header-deposit-percentage>
17612
+ <co-transaction-header-deposit-amount [transactionInfo]="transactionInfo" [lockAndSave]="false"></co-transaction-header-deposit-amount>
17613
+ </div>
17614
+ <div class="transaction-header-popup-two-column-grid">
17615
+ <co-transaction-header-payment-button *ngIf="transactionInfo.transactionKind !== transKind.PurchaseOrder"
17616
+ [transactionInfo]="transactionInfo"
17617
+ [lockAndSave]="false"
17618
+ ></co-transaction-header-payment-button>
17619
+ </div>
17620
+ </div>
17621
+ <div class="transaction-header-popup-section">
17622
+ <div class="transaction-header-popup-section-label" [textContent]="'PAYMENTS_MADE' | localize"></div>
17623
+ <co-deposit-payment [branch]="transactionInfo.branch?.relationNr" [transactionUuid]="transactionInfo.uuid" [showTitle]="false"></co-deposit-payment>
17624
+ </div>
17625
+ </co-form>
17626
+ </div>
17613
17627
  `,
17614
17628
  encapsulation: ViewEncapsulation.None
17615
17629
  },] }
@@ -18467,91 +18481,6 @@ TransactionHeaderDeliverydateDefinitiveButtonModule.decorators = [
18467
18481
  },] }
18468
18482
  ];
18469
18483
 
18470
- class TransactionHeaderPopupModule {
18471
- }
18472
- TransactionHeaderPopupModule.decorators = [
18473
- { type: NgModule, args: [{
18474
- imports: [
18475
- CommonModule,
18476
- CoDialogModule,
18477
- PipeModule,
18478
- TransactionFilterCategoriesModule,
18479
- FormModule,
18480
- RelationTypeModule,
18481
- CoreModule,
18482
- RelationGeneralModule,
18483
- RelationAddressesModule,
18484
- InputCheckboxModule,
18485
- RelationPreferencesModule,
18486
- TransactionHeaderBranchModule,
18487
- TransactionHeaderSalesPersonModule,
18488
- TransactionHeaderAdministrativeRelationModule,
18489
- TransactionHeaderPriceKindModule,
18490
- TransactionHeaderCurrencyModule,
18491
- TransactionHeaderPaymentConditionModule,
18492
- TransactionHeaderHoldCodesModule,
18493
- TransactionHeaderMarketingModule,
18494
- DepositPaymentModule,
18495
- TransactionHeaderDeliveryOptionsModule,
18496
- TransactionHeaderRemarksModule,
18497
- TransactionHeaderReferenceModule,
18498
- TransactionHeaderRelationReferenceModule,
18499
- TransactionHeaderDeliveryMethodButtonModule,
18500
- ButtonModule,
18501
- TransactionHeaderDefinitiveModule,
18502
- TransactionHeaderPartialDeliveryModule,
18503
- TransactionHeaderDeliveryDateModule,
18504
- TransactionHeaderPreferredDeliveryDateModule,
18505
- TransactionHeaderDeliverydateDefinitiveButtonModule
18506
- ],
18507
- declarations: [
18508
- TransactionHeaderPopupComponent,
18509
- TransactionHeaderPopupRelationComponent,
18510
- TransactionHeaderPopupOrderComponent,
18511
- TransactionHeaderPopupDeliveryComponent,
18512
- TransactionHeaderPopupPaymentComponent
18513
- ],
18514
- exports: [
18515
- TransactionHeaderPopupComponent
18516
- ]
18517
- },] }
18518
- ];
18519
-
18520
- class TransactionHeaderDeliveryModule {
18521
- }
18522
- TransactionHeaderDeliveryModule.decorators = [
18523
- { type: NgModule, args: [{
18524
- imports: [
18525
- CommonModule,
18526
- CoreModule,
18527
- TransactionHeaderBlockModule,
18528
- InputCheckboxModule,
18529
- IconModule,
18530
- PipeModule,
18531
- InputDatePickerModule,
18532
- TransactionHeaderDeliveryDateModule,
18533
- CoDialogModule,
18534
- TransactionHeaderDeliveryOptionsModule,
18535
- TransactionHeaderRemarksModule,
18536
- TransactionHeaderReferenceModule,
18537
- TransactionHeaderRelationReferenceModule,
18538
- TransactionHeaderDeliveryMethodModule,
18539
- TransactionHeaderPreferredDeliveryDateModule,
18540
- DialogTransactionHeaderDeliveryMethodModule,
18541
- TransactionHeaderPartialDeliveryModule,
18542
- TransactionHeaderPopupModule,
18543
- TransactionHeaderDeliveryMethodButtonModule,
18544
- TransactionHeaderDeliverydateDefinitiveButtonModule
18545
- ],
18546
- declarations: [
18547
- TransactionHeaderDeliveryComponent
18548
- ],
18549
- exports: [
18550
- TransactionHeaderDeliveryComponent
18551
- ]
18552
- },] }
18553
- ];
18554
-
18555
18484
  class TransactionHeaderDepositPercentageComponent extends TransactionInputFieldBaseComponent {
18556
18485
  set child(content) {
18557
18486
  if (content) {
@@ -18681,6 +18610,216 @@ TransactionHeaderDepositAmountModule.decorators = [
18681
18610
  },] }
18682
18611
  ];
18683
18612
 
18613
+ class TransactionHeaderPaymentButtonComponent extends TransactionBaseComponent {
18614
+ constructor(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, _paymentService) {
18615
+ super(transactionEventService, iconCacheService, imageService, dictionaryService, service, changeDetector);
18616
+ this.transactionEventService = transactionEventService;
18617
+ this.service = service;
18618
+ this.iconCacheService = iconCacheService;
18619
+ this.dictionaryService = dictionaryService;
18620
+ this.imageService = imageService;
18621
+ this.changeDetector = changeDetector;
18622
+ this._paymentService = _paymentService;
18623
+ this.paid = 0;
18624
+ this.toPay = 0;
18625
+ this.depositPayments = [];
18626
+ this.showPaymentDialog = false;
18627
+ }
18628
+ showClass() {
18629
+ return true;
18630
+ }
18631
+ openPayment(event) {
18632
+ return __awaiter(this, void 0, void 0, function* () {
18633
+ event.preventDefault();
18634
+ event.stopPropagation();
18635
+ if (yield this.lockTransaction()) {
18636
+ this.showPaymentDialog = true;
18637
+ }
18638
+ });
18639
+ }
18640
+ handleCloseDialogClick(event) {
18641
+ event.preventDefault();
18642
+ event.stopPropagation();
18643
+ this.showPaymentDialog = false;
18644
+ }
18645
+ transactionInfoSet() {
18646
+ const _super = Object.create(null, {
18647
+ transactionInfoSet: { get: () => super.transactionInfoSet }
18648
+ });
18649
+ return __awaiter(this, void 0, void 0, function* () {
18650
+ _super.transactionInfoSet.call(this);
18651
+ this._getDepositPaymentInfo();
18652
+ });
18653
+ }
18654
+ _getDepositPaymentInfo() {
18655
+ if (!this.transactionInfo.uuid) {
18656
+ return;
18657
+ }
18658
+ this.depositPayments.length = 0;
18659
+ this._paymentService.getDepositPaymentInfo(this.transactionInfo.uuid).then((info) => {
18660
+ if (info) {
18661
+ this.toPay = info.depositAmount;
18662
+ this.paid = info.depositPaymentAmountTotal;
18663
+ }
18664
+ });
18665
+ }
18666
+ }
18667
+ TransactionHeaderPaymentButtonComponent.decorators = [
18668
+ { type: Component, args: [{
18669
+ selector: 'co-transaction-header-payment-button',
18670
+ template: `
18671
+ <co-transaction-button class="custom-width"
18672
+ [readonly]="headerReadonly"
18673
+ [iconData]="iconCacheService.getIcon(icons.CreditCardRegular)"
18674
+ [tooltip]="tooltipMessage"
18675
+ (click)="openPayment($event)"
18676
+ >
18677
+ <div class="payment-payed-wrapper">
18678
+ <span class="payment-to-pay" [textContent]="(toPay | coCurrency) || 0"></span>
18679
+ <span class="payment-divider" [textContent]="'/'"></span>
18680
+ <span class="payment-paid" [class.success]="paid >= toPay" [textContent]="(paid | coCurrency) || 0"></span>
18681
+ </div>
18682
+ </co-transaction-button>
18683
+ <co-dialog class="payment-dialog" [customCssClass]="'payment-dialog co-small-scrollbar'" *ngIf="showPaymentDialog"
18684
+ [modal]="true"
18685
+ (closeClick)="handleCloseDialogClick($event)"
18686
+ >
18687
+ <co-payment
18688
+ [transId]="transactionInfo.id"
18689
+ [branch]="transactionInfo.branch?.relationNr"
18690
+ [transactionUuid]="transactionInfo.uuid"
18691
+ [amount]="toPay"
18692
+ [currencyId]="transactionInfo.currencyId"
18693
+ ></co-payment>
18694
+ </co-dialog>
18695
+ `,
18696
+ encapsulation: ViewEncapsulation.None
18697
+ },] }
18698
+ ];
18699
+ TransactionHeaderPaymentButtonComponent.ctorParameters = () => [
18700
+ { type: TransactionEventService },
18701
+ { type: TransactionService },
18702
+ { type: IconCacheService },
18703
+ { type: DictionaryService },
18704
+ { type: TransactionImageService },
18705
+ { type: ChangeDetectorRef },
18706
+ { type: PaymentService }
18707
+ ];
18708
+ TransactionHeaderPaymentButtonComponent.propDecorators = {
18709
+ showClass: [{ type: HostBinding, args: ['class.co-transaction-header-payment-button',] }]
18710
+ };
18711
+
18712
+ class TransactionHeaderPaymentButtonModule {
18713
+ }
18714
+ TransactionHeaderPaymentButtonModule.decorators = [
18715
+ { type: NgModule, args: [{
18716
+ imports: [
18717
+ CommonModule,
18718
+ IconModule,
18719
+ PipeModule,
18720
+ TransactionButtonModule,
18721
+ TooltipDirectiveModule,
18722
+ CoDialogModule,
18723
+ PaymentModule
18724
+ ],
18725
+ declarations: [
18726
+ TransactionHeaderPaymentButtonComponent
18727
+ ],
18728
+ exports: [
18729
+ TransactionHeaderPaymentButtonComponent
18730
+ ]
18731
+ },] }
18732
+ ];
18733
+
18734
+ class TransactionHeaderPopupModule {
18735
+ }
18736
+ TransactionHeaderPopupModule.decorators = [
18737
+ { type: NgModule, args: [{
18738
+ imports: [
18739
+ CommonModule,
18740
+ CoDialogModule,
18741
+ PipeModule,
18742
+ TransactionFilterCategoriesModule,
18743
+ FormModule,
18744
+ RelationTypeModule,
18745
+ CoreModule,
18746
+ RelationGeneralModule,
18747
+ RelationAddressesModule,
18748
+ InputCheckboxModule,
18749
+ RelationPreferencesModule,
18750
+ TransactionHeaderBranchModule,
18751
+ TransactionHeaderSalesPersonModule,
18752
+ TransactionHeaderAdministrativeRelationModule,
18753
+ TransactionHeaderPriceKindModule,
18754
+ TransactionHeaderCurrencyModule,
18755
+ TransactionHeaderPaymentConditionModule,
18756
+ TransactionHeaderHoldCodesModule,
18757
+ TransactionHeaderMarketingModule,
18758
+ DepositPaymentModule,
18759
+ TransactionHeaderDeliveryOptionsModule,
18760
+ TransactionHeaderRemarksModule,
18761
+ TransactionHeaderReferenceModule,
18762
+ TransactionHeaderRelationReferenceModule,
18763
+ TransactionHeaderDeliveryMethodButtonModule,
18764
+ ButtonModule,
18765
+ TransactionHeaderDefinitiveModule,
18766
+ TransactionHeaderPartialDeliveryModule,
18767
+ TransactionHeaderDeliveryDateModule,
18768
+ TransactionHeaderPreferredDeliveryDateModule,
18769
+ TransactionHeaderDeliverydateDefinitiveButtonModule,
18770
+ TransactionHeaderDepositPercentageModule,
18771
+ TransactionHeaderDepositAmountModule,
18772
+ TransactionHeaderPaymentButtonModule,
18773
+ IconModule
18774
+ ],
18775
+ declarations: [
18776
+ TransactionHeaderPopupComponent,
18777
+ TransactionHeaderPopupRelationComponent,
18778
+ TransactionHeaderPopupOrderComponent,
18779
+ TransactionHeaderPopupDeliveryComponent,
18780
+ TransactionHeaderPopupPaymentComponent
18781
+ ],
18782
+ exports: [
18783
+ TransactionHeaderPopupComponent
18784
+ ]
18785
+ },] }
18786
+ ];
18787
+
18788
+ class TransactionHeaderDeliveryModule {
18789
+ }
18790
+ TransactionHeaderDeliveryModule.decorators = [
18791
+ { type: NgModule, args: [{
18792
+ imports: [
18793
+ CommonModule,
18794
+ CoreModule,
18795
+ TransactionHeaderBlockModule,
18796
+ InputCheckboxModule,
18797
+ IconModule,
18798
+ PipeModule,
18799
+ InputDatePickerModule,
18800
+ TransactionHeaderDeliveryDateModule,
18801
+ CoDialogModule,
18802
+ TransactionHeaderDeliveryOptionsModule,
18803
+ TransactionHeaderRemarksModule,
18804
+ TransactionHeaderReferenceModule,
18805
+ TransactionHeaderRelationReferenceModule,
18806
+ TransactionHeaderDeliveryMethodModule,
18807
+ TransactionHeaderPreferredDeliveryDateModule,
18808
+ DialogTransactionHeaderDeliveryMethodModule,
18809
+ TransactionHeaderPartialDeliveryModule,
18810
+ TransactionHeaderPopupModule,
18811
+ TransactionHeaderDeliveryMethodButtonModule,
18812
+ TransactionHeaderDeliverydateDefinitiveButtonModule
18813
+ ],
18814
+ declarations: [
18815
+ TransactionHeaderDeliveryComponent
18816
+ ],
18817
+ exports: [
18818
+ TransactionHeaderDeliveryComponent
18819
+ ]
18820
+ },] }
18821
+ ];
18822
+
18684
18823
  class CheckoutModule {
18685
18824
  }
18686
18825
  CheckoutModule.decorators = [
@@ -19388,7 +19527,6 @@ TransactionHeaderRelationComponent.decorators = [
19388
19527
  [headerBlockTemplate]="headerBlock"
19389
19528
  [firstBlockTemplate]="firstBlock"
19390
19529
  [secondBlockTemplate]="secondBlock"
19391
- [hasDetails]="true"
19392
19530
  (headerClick)="showDialog = true"
19393
19531
  >
19394
19532
  </co-transaction-header-block>
@@ -19654,20 +19792,14 @@ TransactionHeaderPaymentComponent.decorators = [
19654
19792
  [headerBlockTemplate]="headerBlock"
19655
19793
  [firstBlockTemplate]="firstBlock"
19656
19794
  [secondBlockTemplate]="secondBlock"
19657
- [hasDetails]="true"
19658
19795
  (headerClick)="showDialog = true"
19659
19796
  >
19660
19797
  </co-transaction-header-block>
19661
19798
  <ng-template #headerBlock>
19662
19799
  <div class="header-block-label" [textContent]="'BALANCE' | localize"></div>
19663
- <div class="header-block-balance" *ngIf="transactionInfo.transactionKind !== transKind.PurchaseOrder" (click)="openPayment($event)">
19664
- <co-icon class="payment-icon" [iconData]="iconCacheService.getIcon(icons.CreditCardSolid)"></co-icon>
19665
- <div class="payment-payed-wrapper">
19666
- <span class="payment-to-pay" [textContent]="(toPay | coCurrency) || 0"></span>
19667
- <span class="payment-divider" [textContent]="'/'"></span>
19668
- <span class="payment-paid" [class.success]="paid >= toPay" [textContent]="(paid | coCurrency) || 0"></span>
19669
- </div>
19670
- </div>
19800
+ <co-transaction-header-payment-button *ngIf="transactionInfo.transactionKind !== transKind.PurchaseOrder"
19801
+ [transactionInfo]="transactionInfo"
19802
+ ></co-transaction-header-payment-button>
19671
19803
  </ng-template>
19672
19804
  <ng-template #firstBlock>
19673
19805
  <div class="header-deposit-label co-transaction-label" [textContent]="'DOWNPAYMENT_PERCENTAGE' | localize"></div>
@@ -19751,7 +19883,8 @@ TransactionHeaderPaymentModule.decorators = [
19751
19883
  TransactionHeaderDepositAmountModule,
19752
19884
  DialogTransactionHeaderDiscountModule,
19753
19885
  DepositPaymentModule,
19754
- TransactionHeaderPopupModule
19886
+ TransactionHeaderPopupModule,
19887
+ TransactionHeaderPaymentButtonModule
19755
19888
  ],
19756
19889
  declarations: [
19757
19890
  TransactionHeaderPaymentComponent
@@ -30778,5 +30911,5 @@ TransactionScreenConfigurationService.decorators = [
30778
30911
  * Generated bundle index. Do not edit.
30779
30912
  */
30780
30913
 
30781
- export { CheckoutComponent, CheckoutModule, LoaderComponent, LoaderModule, RelationService, SearchViewMode, SearchbarViewMode, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, PendingReasonService as ɵa, TransactionBaseService as ɵb, SafeHtmlPipe as ɵba, PrependPipe as ɵbb, ConfirmationDialogComponent as ɵbc, DialogBaseComponent as ɵbd, IconCacheService as ɵbe, CharacteristicAnswerModule as ɵbf, CharacteristicAnswerComponent as ɵbg, WarehouseModule as ɵbh, WarehouseComponent as ɵbi, ToastModule as ɵbj, ToastComponent as ɵbk, ImageDisplayComponent as ɵbl, IconComponent as ɵbm, CustomerGroupsComponent as ɵbn, StockStatusIndicatorComponent as ɵbo, LazyRenderMasterDirective as ɵbp, LazyRenderDirective as ɵbq, RelationAddressModule as ɵbr, RelationAddressComponent as ɵbs, RelationBaseComponent as ɵbt, RelationAddressSelectModule as ɵbu, RelationAddressTileModule as ɵbv, TileModule as ɵbw, TileComponent as ɵbx, RelationAddressTileComponent as ɵby, RelationAddressSelectComponent as ɵbz, OptionsService as ɵc, StepperModule as ɵca, StepperComponent as ɵcb, StepperStepComponent as ɵcc, TransactionLineModule as ɵcd, TransactionLineComponent as ɵce, TransactionBaseComponent as ɵcf, TransactionImageService as ɵcg, TransactionMappingService as ɵch, TransactionArticleTextModule as ɵci, TransactionLineImageAndDescriptionModule as ɵcj, TransactionLineDescriptionModule as ɵck, TransactionLineDescriptionComponent as ɵcl, TransactionInputFieldBaseComponent as ɵcm, TransactionLineImageAndDescriptionComponent as ɵcn, TransactionArticleTextComponent as ɵco, DialogTransactionHeaderDiscountModule as ɵcp, TransactionHeaderDiscountPercentageModule as ɵcq, TransactionHeaderDiscountPercentageComponent as ɵcr, TransactionHeaderDiscountAmountModule as ɵcs, TransactionHeaderDiscountAmountComponent as ɵct, TransactionHeaderDiscountTransactionTotalModule as ɵcu, TransactionHeaderDiscountTransactionTotalComponent as ɵcv, TransactionButtonModule as ɵcw, TransactionButtonComponent as ɵcx, DialogTransactionHeaderDiscountComponent as ɵcy, DialogTransactionBaseComponent as ɵcz, DictionaryService as ɵd, AvatarModule as ɵda, AvatarComponent as ɵdb, SharedService as ɵdc, SharedConnectorService as ɵdd, DeliveryTypeTileModule as ɵde, DeliveryTypeTileComponent as ɵdf, PaymentModule as ɵdg, PaymentTileModule as ɵdh, PaymentTileComponent as ɵdi, PaymentQrCodeModule as ɵdj, PaymentQrCodeComponent as ɵdk, DepositPaymentModule as ɵdl, DepositPaymentComponent as ɵdm, PaymentService as ɵdn, PaymentComponent as ɵdo, RelationTypeModule as ɵdp, RelationTypeComponent as ɵdq, RelationGeneralModule as ɵdr, RelationSuggestionsListModule as ɵds, RelationSuggestionsListItemModule as ɵdt, RelationSuggestionsListItemComponent as ɵdu, RelationSuggestionsListComponent as ɵdv, RelationContactDetailsModule as ɵdw, RelationContactDetailsComponent as ɵdx, RelationGeneralComponent as ɵdy, RelationAddressesModule as ɵdz, DialogService as ɵe, RelationAddressesComponent as ɵea, RelationPreferencesModule as ɵeb, RelationPreferencesComponent as ɵec, TransactionHeaderBlockModule as ɵed, TransactionHeaderBlockComponent as ɵee, TransactionHeaderDeliveryDateModule as ɵef, TransactionHeaderDeliveryDateComponent as ɵeg, TransactionHeaderDeliveryOptionsModule as ɵeh, TransactionHeaderDeliveryOptionsComponent as ɵei, TransactionHeaderRemarksModule as ɵej, TransactionHeaderRemarksComponent as ɵek, TransactionHeaderReferenceModule as ɵel, TransactionHeaderReferenceComponent as ɵem, TransactionHeaderRelationReferenceModule as ɵen, TransactionHeaderRelationReferenceComponent as ɵeo, TransactionHeaderDeliveryMethodModule as ɵep, TransactionLineCheckboxModule as ɵeq, TransactionLineCheckboxListComponent as ɵer, TransactionHeaderDeliveryMethodComponent as ɵes, TransactionFilterPopupBaseComponent as ɵet, TransactionHeaderPreferredDeliveryDateModule as ɵeu, TransactionHeaderPreferredDeliveryDateComponent as ɵev, DialogTransactionHeaderDeliveryMethodModule as ɵew, DialogHeaderSearchModule as ɵex, DialogHeaderSearchComponent as ɵey, DialogTransactionHeaderDeliveryMethodComponent as ɵez, DynamicComponentService as ɵf, TransactionHeaderPartialDeliveryModule as ɵfa, TransactionHeaderPartialDeliveryComponent as ɵfb, TransactionHeaderPopupModule as ɵfc, TransactionFilterCategoriesModule as ɵfd, TransactionFilterCategoriesComponent as ɵfe, TransactionHeaderBranchModule as ɵff, TransactionHeaderBranchComponent as ɵfg, TransactionHeaderSalesPersonModule as ɵfh, TransactionHeaderSalesPersonComponent as ɵfi, TransactionHeaderAdministrativeRelationModule as ɵfj, TransactionHeaderAdministrativeRelationComponent as ɵfk, TransactionHeaderPriceKindModule as ɵfl, TransactionHeaderPriceKindComponent as ɵfm, TransactionHeaderCurrencyModule as ɵfn, TransactionHeaderCurrencyComponent as ɵfo, TransactionHeaderPaymentConditionModule as ɵfp, TransactionHeaderPaymentConditionComponent as ɵfq, TransactionHeaderHoldCodesModule as ɵfr, TransactionHeaderHoldCodesComponent as ɵfs, TransactionHeaderMarketingModule as ɵft, TransactionHeaderMarketingComponent as ɵfu, TransactionHeaderDeliveryMethodButtonModule as ɵfv, TransactionHeaderDeliveryMethodButtonComponent as ɵfw, TransactionHeaderDefinitiveModule as ɵfx, TransactionHeaderDefinitiveComponent as ɵfy, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵfz, TransactionConnectorService as ɵg, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵga, TransactionHeaderPopupComponent as ɵgb, TransactionHeaderPopupRelationComponent as ɵgc, TransactionHeaderPopupBaseComponent as ɵgd, TransactionHeaderPopupOrderComponent as ɵge, TransactionHeaderPopupDeliveryComponent as ɵgf, TransactionHeaderPopupPaymentComponent as ɵgg, TransactionHeaderDepositPercentageModule as ɵgh, TransactionHeaderDepositPercentageComponent as ɵgi, TransactionHeaderDepositAmountModule as ɵgj, TransactionHeaderDepositAmountComponent as ɵgk, CheckoutOverviewRelationEditComponent as ɵgl, CheckoutOverviewDeliveryEditComponent as ɵgm, CheckoutOverviewDeliveryAddressComponent as ɵgn, CheckoutOverviewPaymentComponent as ɵgo, CheckoutLoginComponent as ɵgp, TransactionHeaderPaymentModule as ɵgq, TransactionHeaderPaymentComponent as ɵgr, TransactionLinesGridModule as ɵgs, TransactionBaseGridModule as ɵgt, TransactionLineSidePanelModule as ɵgu, TransactionLineSidePanelDefaultModule as ɵgv, TransactionLinePriceListModule as ɵgw, TransactionLinePriceListComponent as ɵgx, TransactionLineVatModule as ɵgy, TransactionLineVatComponent as ɵgz, TransactionConnectorAdapterService as ɵh, TransactionLineQuantityModule as ɵha, TransactionLineQuantityComponent as ɵhb, TransactionLineLineDiscountModule as ɵhc, TransactionLineLineDiscountComponent as ɵhd, TransactionLineDeliveryMethodModule as ɵhe, TransactionLineDeliveryMethodComponent as ɵhf, TransactionLineDeliveryDateModule as ɵhg, TransactionDateSelectModule as ɵhh, TransactionDateSelectComponent as ɵhi, TransactionLineDeliveryDateComponent as ɵhj, TransactionLineReferenceModule as ɵhk, TransactionLineReferenceComponent as ɵhl, TransactionLineCommissionCodeModule as ɵhm, TransactionLineCommissionCodeComponent as ɵhn, TransactionLineWarehouseModule as ɵho, TransactionLineWarehouseComponent as ɵhp, TransactionLineDiscountAmountModule as ɵhq, TransactionLineDiscountAmountComponent as ɵhr, TransactionLineQuantumDiscountModule as ɵhs, TransactionLineQuantumDiscountComponent as ɵht, TransactionLineSpecialDiscountModule as ɵhu, TransactionLineSpecialDiscountComponent as ɵhv, TransactionLineSupplierModule as ɵhw, TransactionLineSupplierComponent as ɵhx, TransactionLinePriceModule as ɵhy, TransactionLinePriceComponent as ɵhz, SelectMultipleCacheService as ɵi, TransactionLineSupplierButtonModule as ɵia, DialogTransactionLineSupplierModule as ɵib, DialogTransactionLineSupplierComponent as ɵic, TransactionLineSupplierButtonComponent as ɵid, TransactionLineSidePanelDefaultComponent as ɵie, TransactionReceivingGoodsHistoryModule as ɵif, TransactionHistoryGridModule as ɵig, TransactionHistoryGridStatusModule as ɵih, TransactionHistoryGridStatusComponent as ɵii, TransactionHistoryGridComponent as ɵij, TransactionReceivingGoodsHistoryComponent as ɵik, TransactionButtonBarModule as ɵil, AnimatedCheckboxModule as ɵim, AnimatedCheckboxComponent as ɵin, TransactionButtonBarComponent as ɵio, TransactionButtonBarButtonComponent as ɵip, TransactionButtonBarButtonBaseComponent as ɵiq, TransactionSalesPurchaseButtonBarButtonComponent as ɵir, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵis, TransactionSalesAllocationButtonBarButtonComponent as ɵit, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵiu, TransactionSalesDeliveryButtonBarButtonComponent as ɵiv, TransactionSalesInvoiceButtonBarButtonComponent as ɵiw, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵix, TransactionLineSidePanelPurchaseModule as ɵiy, DefaultOkCancelButtonsModule as ɵiz, BusinessObjectCacheManagerService as ɵj, DefaultOkCancelButtonsComponent as ɵja, TransactionAvailableStockGridModule as ɵjb, TransactionAvailableStockGridComponent as ɵjc, TransactionLinePurchaseReceiveGoodsModule as ɵjd, TransactionLineWarehouseLocationButtonModule as ɵje, DialogTransactionLineWarehouseLocationModule as ɵjf, TransactionLineWarehouseLocationModule as ɵjg, TransactionLineWarehouseLocationComponent as ɵjh, ArticleService as ɵji, DialogTransactionLineWarehouseLocationComponent as ɵjj, TransactionLineWarehouseLocationButtonComponent as ɵjk, TransactionLabeledWarehouseLocationButtonModule as ɵjl, TransactionLabeledWarehouseLocationButtonComponent as ɵjm, TransactionLinePurchaseReceiveGoodsComponent as ɵjn, TransactionLinePurchaseConfirmationModule as ɵjo, TransactionLabeledPriceInputModule as ɵjp, TransactionLabeledPriceInputComponent as ɵjq, TransactionLinePurchaseConfirmationComponent as ɵjr, TransactionLineSidePanelPurchaseComponent as ɵjs, TransactionLineSidePanelSalesModule as ɵjt, TransactionAllocateGoodsHistoryModule as ɵju, TransactionAllocateGoodsHistoryComponent as ɵjv, TransactionLineSalesAllocationModule as ɵjw, TransactionLineSalesAllocationComponent as ɵjx, TransactionLineSalesDeliveryModule as ɵjy, TransactionLineDeliveryHistoryModule as ɵjz, CacheField as ɵk, TransactionLineDeliveryHistoryComponent as ɵka, TransactionLineSalesDeliveryComponent as ɵkb, TransactionLineSalesInvoiceModule as ɵkc, TransactionLineInvoiceHistoryModule as ɵkd, TransactionLineInvoiceHistoryComponent as ɵke, TransactionLineSalesInvoiceComponent as ɵkf, TransactionLineSidePanelSalesComponent as ɵkg, TransactionLineSidePanelComponent as ɵkh, TransactionLineActionButtonsModule as ɵki, TransactionArticleTextOverviewModule as ɵkj, TransactionArticleTextOverviewComponent as ɵkk, TransactionLineActionButtonsComponent as ɵkl, TransactionLineActionButtonsPopupComponent as ɵkm, TransactionBaseGridComponent as ɵkn, TransactionGridBaseComponent as ɵko, DialogTransactionLineCommissionCodeModule as ɵkp, DialogTransactionLineCommissionCodeComponent as ɵkq, DialogTransactionLineWarehouseModule as ɵkr, DialogTransactionLineWarehouseComponent as ɵks, DialogTransactionLineWarehouseCcModule as ɵkt, DialogTransactionLineWarehouseCcComponent as ɵku, DialogTransactionLineDeliveryMethodModule as ɵkv, DialogTransactionLineDeliveryMethodComponent as ɵkw, DialogTransactionLineVatModule as ɵkx, DialogTransactionLineVatComponent as ɵky, DialogTransactionLineDiscountModule as ɵkz, SelectMultipleParameterizedCacheService as ɵl, DialogTransactionLinePriceListModule as ɵla, DialogTransactionLinePriceListComponent as ɵlb, DialogTransactionLineDiscountComponent as ɵlc, DialogTransactionHeaderBranchModule as ɵld, DialogTransactionHeaderBranchComponent as ɵle, TransactionLinesGridComponent as ɵlf, DiscountModule as ɵlg, DiscountComponent as ɵlh, QuickSendButtonModule as ɵli, QuickSendButtonComponent as ɵlj, TransactionQuickAccessSendMethodBaseComponent as ɵlk, TransactionQuickAccessOverviewModule as ɵll, DialogCatalogModule as ɵlm, DialogCatalogComponent as ɵln, TransactionSendDocumentsModule as ɵlo, TransactionSendDocumentsComponent as ɵlp, AddProductModule as ɵlq, AddProductComponent as ɵlr, TransactionQuickAccessOverviewComponent as ɵls, TransactionQuickAccessOrderDeliveryModule as ɵlt, TransactionQuickAccessOrderDeliveryComponent as ɵlu, TransactionQuickAccessOrderPurchaseModule as ɵlv, TransactionQuickAccessOrderPurchaseComponent as ɵlw, TransactionQuickAccessGoodsAllocationModule as ɵlx, TransactionQuickAccessGoodsAllocationComponent as ɵly, TransactionQuickAccessPurchaseOrderOverviewModule as ɵlz, ErrorService as ɵm, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵma, TransactionQuickAccessInvoiceModule as ɵmb, TransactionQuickAccessInvoiceComponent as ɵmc, TransactionOrderConfirmationGridModule as ɵmd, TransactionOrderConfirmationGridComponent as ɵme, TransactionGridModule as ɵmf, TransactionGridComponent as ɵmg, TransactionTileModule as ɵmh, TransactionTileComponent as ɵmi, TransactionOverviewLineModule as ɵmj, EditableLabelModule as ɵmk, EditableLabelComponent as ɵml, TransactionBaseLineModule as ɵmm, TransactionBaseLineComponent as ɵmn, TransactionLineCommissionButtonModule as ɵmo, TransactionLineCommissionButtonComponent as ɵmp, TransactionLineWarehouseButtonModule as ɵmq, TransactionLineWarehouseButtonComponent as ɵmr, TransactionLineDeliveryButtonModule as ɵms, TransactionLineDeliveryButtonComponent as ɵmt, TransactionLineDeliveryDateButtonModule as ɵmu, TransactionLineDeliveryDateButtonComponent as ɵmv, TransactionLineAmountModule as ɵmw, TransactionLineAmountComponent as ɵmx, TransactionLineVatButtonModule as ɵmy, TransactionLineVatButtonComponent as ɵmz, SelectSingleCacheService as ɵn, TransactionLineDiscountButtonModule as ɵna, TransactionLineDiscountButtonComponent as ɵnb, TransactionOverviewLineComponent as ɵnc, TransactionOrderDeliveryLineModule as ɵnd, TransactionOrderDeliveryLineComponent as ɵne, TransactionOrderDeliveryLineBaseComponent as ɵnf, TransactionReceiveGoodsLineModule as ɵng, TransactionPrintPackageStickerModule as ɵnh, TransactionPrintPackageStickerComponent as ɵni, TransactionReceiveGoodsLineComponent as ɵnj, TransactionReceiveGoodsLineBaseComponent as ɵnk, TransactionPurchaseLineModule as ɵnl, TransactionNavigationButtonModule as ɵnm, TransactionNavigationButtonComponent as ɵnn, TransactionLineDropShipmentButtonModule as ɵno, TransactionLineDropShipmentButtonComponent as ɵnp, TransactionPurchaseLineComponent as ɵnq, TransactionPurchaseLineBaseComponent as ɵnr, TransactionInvoiceLineModule as ɵns, TransactionInvoiceLineComponent as ɵnt, TransactionInvoiceLineBaseComponent as ɵnu, TransactionGoodsAllocationLineModule as ɵnv, TransactionGoodsAllocationLineComponent as ɵnw, TransactionPurchaseOrderLineModule as ɵnx, TransactionPurchasePortalLineConfirmedPriceModule as ɵny, TransactionPurchasePortalLineConfirmedPriceComponent as ɵnz, SelectSingleParameterizedCacheService as ɵo, TransactionPurchasePortalLineGrossOrderPriceModule as ɵoa, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵob, TransactionPurchasePortalLineNetOrderPriceModule as ɵoc, TransactionPurchasePortalLineNetOrderPriceComponent as ɵod, TransactionPurchasePortalLineDeliveryDateModule as ɵoe, TransactionPurchasePortalLineDeliveryDateComponent as ɵof, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵog, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵoh, TransactionPurchaseOrderLineComponent as ɵoi, TransactionPurchaseOrderLineBaseComponent as ɵoj, TransactionPurchaseOverviewLineModule as ɵok, TransactionNavigationButtonListModule as ɵol, TransactionNavigationButtonListComponent as ɵom, TransactionPurchaseOverviewLineComponent as ɵon, TransactionCardModule as ɵoo, TransactionCardPurchaseOverviewModule as ɵop, TransactionCardHeaderModule as ɵoq, TransactionCardHeaderComponent as ɵor, TransactionCardFooterModule as ɵos, TransactionCardFooterComponent as ɵot, TransactionCardPurchaseOverviewComponent as ɵou, TransactionCardSalesOverviewModule as ɵov, TransactionCardSalesOverviewComponent as ɵow, TransactionCardReceiveGoodsModule as ɵox, TransactionCardReceiveGoodsComponent as ɵoy, TransactionCardInvoiceModule as ɵoz, ArticleConnectorService as ɵp, TransactionCardInvoiceComponent as ɵpa, TransactionCardOrderDeliveryModule as ɵpb, TransactionCardOrderDeliveryComponent as ɵpc, TransactionCardComponent as ɵpd, TransactionTextLineModule as ɵpe, TransactionTextLineComponent as ɵpf, SearchViewModeService as ɵpg, TransactionSearchSalesOrderTileModule as ɵph, TransactionSearchSalesOrderTileComponent as ɵpi, TransactionSearchTileBaseComponent as ɵpj, TransactionSearchPurchaseOrderTileModule as ɵpk, TransactionSearchPurchaseOrderTileComponent as ɵpl, TransactionSearchSalesOrderGridModule as ɵpm, TransactionSearchSalesOrderGridComponent as ɵpn, TransactionSearchGridBaseComponent as ɵpo, TransactionSearchPurchaseOrderGridModule as ɵpp, TransactionSearchPurchaseOrderGridComponent as ɵpq, TransactionSearchGridModule as ɵpr, TransactionSearchGridComponent as ɵps, TransactionSearchTileModule as ɵpt, TransactionSearchTileComponent as ɵpu, TransactionSalesOrderFilterModule as ɵpv, TransactionSalesOrderFilterContentOrderModule as ɵpw, TransactionFilterItemModule as ɵpx, TransactionFilterItemComponent as ɵpy, TransactionSalesOrderFilterContentOrderComponent as ɵpz, RelationConnectorService as ɵq, TransactionFilterContentBaseComponent as ɵqa, FilterRequestService as ɵqb, TransactionSalesOrderFilterContentLogisticsModule as ɵqc, TransactionFilterHistoricStateModule as ɵqd, TransactionFilterHistoricStateComponent as ɵqe, TransactionSalesOrderFilterContentLogisticsComponent as ɵqf, TransactionSalesOrderFilterContentArticleModule as ɵqg, TransactionSalesOrderFilterContentArticleComponent as ɵqh, TransactionSalesOrderFilterComponent as ɵqi, TransactionFilterBaseComponent as ɵqj, TransactionPurchaseOrderFilterModule as ɵqk, TransactionPurchaseOrderFilterContentOrderModule as ɵql, TransactionPurchaseOrderFilterContentOrderComponent as ɵqm, TransactionPurchaseOrderFilterContentLogisticsModule as ɵqn, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵqo, TransactionPurchaseOrderFilterContentArticleModule as ɵqp, TransactionPurchaseOrderFilterContentArticleComponent as ɵqq, TransactionPurchaseOrderFilterComponent as ɵqr, SearchFeatureModule as ɵqs, SearchHeaderButtonsModule as ɵqt, SearchHeaderButtonsComponent as ɵqu, SearchFilterPanelModule as ɵqv, SearchFilterPanelComponent as ɵqw, SearchComponent as ɵqx, TransactionTagComponent as ɵqy, CoreModule as ɵr, ConfirmationDialogModule as ɵs, PipeModule as ɵt, AppendPipe as ɵu, DeliveryTimePipe as ɵv, DateDurationPipe as ɵw, LocalizePipe as ɵx, CoCurrencyPipe as ɵy, SafeStylePipe as ɵz };
30914
+ export { CheckoutComponent, CheckoutModule, LoaderComponent, LoaderModule, RelationService, SearchViewMode, SearchbarViewMode, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionCreateDateLabelComponent, TransactionCreateDateLabelModule, TransactionEventService, TransactionFilterComponent, TransactionFilterModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineSidePanelArticleDetailsComponent, TransactionLineSidePanelArticleDetailsModule, TransactionLineStatusbarComponent, TransactionLineStatusbarModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionNumberLabelComponent, TransactionNumberLabelModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionScreenConfigurationService, TransactionSearchComponent, TransactionSearchModule, TransactionSearchResultComponent, TransactionSearchResultModule, TransactionSearchService, TransactionService, TransactionStatusbarComponent, TransactionStatusbarModule, TransactionTagsComponent, TransactionTagsModule, TransactionTotalsComponent, TransactionTotalsModule, Version, PendingReasonService as ɵa, TransactionBaseService as ɵb, SafeHtmlPipe as ɵba, PrependPipe as ɵbb, ConfirmationDialogComponent as ɵbc, DialogBaseComponent as ɵbd, IconCacheService as ɵbe, CharacteristicAnswerModule as ɵbf, CharacteristicAnswerComponent as ɵbg, WarehouseModule as ɵbh, WarehouseComponent as ɵbi, ToastModule as ɵbj, ToastComponent as ɵbk, ImageDisplayComponent as ɵbl, IconComponent as ɵbm, CustomerGroupsComponent as ɵbn, StockStatusIndicatorComponent as ɵbo, LazyRenderMasterDirective as ɵbp, LazyRenderDirective as ɵbq, RelationAddressModule as ɵbr, RelationAddressComponent as ɵbs, RelationBaseComponent as ɵbt, RelationAddressSelectModule as ɵbu, RelationAddressTileModule as ɵbv, TileModule as ɵbw, TileComponent as ɵbx, RelationAddressTileComponent as ɵby, RelationAddressSelectComponent as ɵbz, OptionsService as ɵc, StepperModule as ɵca, StepperComponent as ɵcb, StepperStepComponent as ɵcc, TransactionLineModule as ɵcd, TransactionLineComponent as ɵce, TransactionBaseComponent as ɵcf, TransactionImageService as ɵcg, TransactionMappingService as ɵch, TransactionArticleTextModule as ɵci, TransactionLineImageAndDescriptionModule as ɵcj, TransactionLineDescriptionModule as ɵck, TransactionLineDescriptionComponent as ɵcl, TransactionInputFieldBaseComponent as ɵcm, TransactionLineImageAndDescriptionComponent as ɵcn, TransactionArticleTextComponent as ɵco, DialogTransactionHeaderDiscountModule as ɵcp, TransactionHeaderDiscountPercentageModule as ɵcq, TransactionHeaderDiscountPercentageComponent as ɵcr, TransactionHeaderDiscountAmountModule as ɵcs, TransactionHeaderDiscountAmountComponent as ɵct, TransactionHeaderDiscountTransactionTotalModule as ɵcu, TransactionHeaderDiscountTransactionTotalComponent as ɵcv, TransactionButtonModule as ɵcw, TransactionButtonComponent as ɵcx, DialogTransactionHeaderDiscountComponent as ɵcy, DialogTransactionBaseComponent as ɵcz, DictionaryService as ɵd, AvatarModule as ɵda, AvatarComponent as ɵdb, SharedService as ɵdc, SharedConnectorService as ɵdd, DeliveryTypeTileModule as ɵde, DeliveryTypeTileComponent as ɵdf, PaymentModule as ɵdg, PaymentTileModule as ɵdh, PaymentTileComponent as ɵdi, PaymentQrCodeModule as ɵdj, PaymentQrCodeComponent as ɵdk, DepositPaymentModule as ɵdl, DepositPaymentComponent as ɵdm, PaymentService as ɵdn, PaymentComponent as ɵdo, RelationTypeModule as ɵdp, RelationTypeComponent as ɵdq, RelationGeneralModule as ɵdr, RelationSuggestionsListModule as ɵds, RelationSuggestionsListItemModule as ɵdt, RelationSuggestionsListItemComponent as ɵdu, RelationSuggestionsListComponent as ɵdv, RelationContactDetailsModule as ɵdw, RelationContactDetailsComponent as ɵdx, RelationGeneralComponent as ɵdy, RelationAddressesModule as ɵdz, DialogService as ɵe, RelationAddressesComponent as ɵea, RelationPreferencesModule as ɵeb, RelationPreferencesComponent as ɵec, TransactionHeaderBlockModule as ɵed, TransactionHeaderBlockComponent as ɵee, TransactionHeaderDeliveryDateModule as ɵef, TransactionHeaderDeliveryDateComponent as ɵeg, TransactionHeaderDeliveryOptionsModule as ɵeh, TransactionHeaderDeliveryOptionsComponent as ɵei, TransactionHeaderRemarksModule as ɵej, TransactionHeaderRemarksComponent as ɵek, TransactionHeaderReferenceModule as ɵel, TransactionHeaderReferenceComponent as ɵem, TransactionHeaderRelationReferenceModule as ɵen, TransactionHeaderRelationReferenceComponent as ɵeo, TransactionHeaderDeliveryMethodModule as ɵep, TransactionLineCheckboxModule as ɵeq, TransactionLineCheckboxListComponent as ɵer, TransactionHeaderDeliveryMethodComponent as ɵes, TransactionFilterPopupBaseComponent as ɵet, TransactionHeaderPreferredDeliveryDateModule as ɵeu, TransactionHeaderPreferredDeliveryDateComponent as ɵev, DialogTransactionHeaderDeliveryMethodModule as ɵew, DialogHeaderSearchModule as ɵex, DialogHeaderSearchComponent as ɵey, DialogTransactionHeaderDeliveryMethodComponent as ɵez, DynamicComponentService as ɵf, TransactionHeaderPartialDeliveryModule as ɵfa, TransactionHeaderPartialDeliveryComponent as ɵfb, TransactionHeaderPopupModule as ɵfc, TransactionFilterCategoriesModule as ɵfd, TransactionFilterCategoriesComponent as ɵfe, TransactionHeaderBranchModule as ɵff, TransactionHeaderBranchComponent as ɵfg, TransactionHeaderSalesPersonModule as ɵfh, TransactionHeaderSalesPersonComponent as ɵfi, TransactionHeaderAdministrativeRelationModule as ɵfj, TransactionHeaderAdministrativeRelationComponent as ɵfk, TransactionHeaderPriceKindModule as ɵfl, TransactionHeaderPriceKindComponent as ɵfm, TransactionHeaderCurrencyModule as ɵfn, TransactionHeaderCurrencyComponent as ɵfo, TransactionHeaderPaymentConditionModule as ɵfp, TransactionHeaderPaymentConditionComponent as ɵfq, TransactionHeaderHoldCodesModule as ɵfr, TransactionHeaderHoldCodesComponent as ɵfs, TransactionHeaderMarketingModule as ɵft, TransactionHeaderMarketingComponent as ɵfu, TransactionHeaderDeliveryMethodButtonModule as ɵfv, TransactionHeaderDeliveryMethodButtonComponent as ɵfw, TransactionHeaderDefinitiveModule as ɵfx, TransactionHeaderDefinitiveComponent as ɵfy, TransactionHeaderDeliverydateDefinitiveButtonModule as ɵfz, TransactionConnectorService as ɵg, TransactionHeaderDeliverydateDefinitiveButtonComponent as ɵga, TransactionHeaderDepositPercentageModule as ɵgb, TransactionHeaderDepositPercentageComponent as ɵgc, TransactionHeaderDepositAmountModule as ɵgd, TransactionHeaderDepositAmountComponent as ɵge, TransactionHeaderPaymentButtonModule as ɵgf, TransactionHeaderPaymentButtonComponent as ɵgg, TransactionHeaderPopupComponent as ɵgh, TransactionHeaderPopupRelationComponent as ɵgi, TransactionHeaderPopupBaseComponent as ɵgj, TransactionHeaderPopupOrderComponent as ɵgk, TransactionHeaderPopupDeliveryComponent as ɵgl, TransactionHeaderPopupPaymentComponent as ɵgm, CheckoutOverviewRelationEditComponent as ɵgn, CheckoutOverviewDeliveryEditComponent as ɵgo, CheckoutOverviewDeliveryAddressComponent as ɵgp, CheckoutOverviewPaymentComponent as ɵgq, CheckoutLoginComponent as ɵgr, TransactionHeaderPaymentModule as ɵgs, TransactionHeaderPaymentComponent as ɵgt, TransactionLinesGridModule as ɵgu, TransactionBaseGridModule as ɵgv, TransactionLineSidePanelModule as ɵgw, TransactionLineSidePanelDefaultModule as ɵgx, TransactionLinePriceListModule as ɵgy, TransactionLinePriceListComponent as ɵgz, TransactionConnectorAdapterService as ɵh, TransactionLineVatModule as ɵha, TransactionLineVatComponent as ɵhb, TransactionLineQuantityModule as ɵhc, TransactionLineQuantityComponent as ɵhd, TransactionLineLineDiscountModule as ɵhe, TransactionLineLineDiscountComponent as ɵhf, TransactionLineDeliveryMethodModule as ɵhg, TransactionLineDeliveryMethodComponent as ɵhh, TransactionLineDeliveryDateModule as ɵhi, TransactionDateSelectModule as ɵhj, TransactionDateSelectComponent as ɵhk, TransactionLineDeliveryDateComponent as ɵhl, TransactionLineReferenceModule as ɵhm, TransactionLineReferenceComponent as ɵhn, TransactionLineCommissionCodeModule as ɵho, TransactionLineCommissionCodeComponent as ɵhp, TransactionLineWarehouseModule as ɵhq, TransactionLineWarehouseComponent as ɵhr, TransactionLineDiscountAmountModule as ɵhs, TransactionLineDiscountAmountComponent as ɵht, TransactionLineQuantumDiscountModule as ɵhu, TransactionLineQuantumDiscountComponent as ɵhv, TransactionLineSpecialDiscountModule as ɵhw, TransactionLineSpecialDiscountComponent as ɵhx, TransactionLineSupplierModule as ɵhy, TransactionLineSupplierComponent as ɵhz, SelectMultipleCacheService as ɵi, TransactionLinePriceModule as ɵia, TransactionLinePriceComponent as ɵib, TransactionLineSupplierButtonModule as ɵic, DialogTransactionLineSupplierModule as ɵid, DialogTransactionLineSupplierComponent as ɵie, TransactionLineSupplierButtonComponent as ɵif, TransactionLineSidePanelDefaultComponent as ɵig, TransactionReceivingGoodsHistoryModule as ɵih, TransactionHistoryGridModule as ɵii, TransactionHistoryGridStatusModule as ɵij, TransactionHistoryGridStatusComponent as ɵik, TransactionHistoryGridComponent as ɵil, TransactionReceivingGoodsHistoryComponent as ɵim, TransactionButtonBarModule as ɵin, AnimatedCheckboxModule as ɵio, AnimatedCheckboxComponent as ɵip, TransactionButtonBarComponent as ɵiq, TransactionButtonBarButtonComponent as ɵir, TransactionButtonBarButtonBaseComponent as ɵis, TransactionSalesPurchaseButtonBarButtonComponent as ɵit, TransactionPurchaseReceiveGoodsButtonBarButtonComponent as ɵiu, TransactionSalesAllocationButtonBarButtonComponent as ɵiv, TransactionPurchaseConfirmationButtonBarButtonComponent as ɵiw, TransactionSalesDeliveryButtonBarButtonComponent as ɵix, TransactionSalesInvoiceButtonBarButtonComponent as ɵiy, TransactionPurchaseInvoiceButtonBarButtonComponent as ɵiz, BusinessObjectCacheManagerService as ɵj, TransactionLineSidePanelPurchaseModule as ɵja, DefaultOkCancelButtonsModule as ɵjb, DefaultOkCancelButtonsComponent as ɵjc, TransactionAvailableStockGridModule as ɵjd, TransactionAvailableStockGridComponent as ɵje, TransactionLinePurchaseReceiveGoodsModule as ɵjf, TransactionLineWarehouseLocationButtonModule as ɵjg, DialogTransactionLineWarehouseLocationModule as ɵjh, TransactionLineWarehouseLocationModule as ɵji, TransactionLineWarehouseLocationComponent as ɵjj, ArticleService as ɵjk, DialogTransactionLineWarehouseLocationComponent as ɵjl, TransactionLineWarehouseLocationButtonComponent as ɵjm, TransactionLabeledWarehouseLocationButtonModule as ɵjn, TransactionLabeledWarehouseLocationButtonComponent as ɵjo, TransactionLinePurchaseReceiveGoodsComponent as ɵjp, TransactionLinePurchaseConfirmationModule as ɵjq, TransactionLabeledPriceInputModule as ɵjr, TransactionLabeledPriceInputComponent as ɵjs, TransactionLinePurchaseConfirmationComponent as ɵjt, TransactionLineSidePanelPurchaseComponent as ɵju, TransactionLineSidePanelSalesModule as ɵjv, TransactionAllocateGoodsHistoryModule as ɵjw, TransactionAllocateGoodsHistoryComponent as ɵjx, TransactionLineSalesAllocationModule as ɵjy, TransactionLineSalesAllocationComponent as ɵjz, CacheField as ɵk, TransactionLineSalesDeliveryModule as ɵka, TransactionLineDeliveryHistoryModule as ɵkb, TransactionLineDeliveryHistoryComponent as ɵkc, TransactionLineSalesDeliveryComponent as ɵkd, TransactionLineSalesInvoiceModule as ɵke, TransactionLineInvoiceHistoryModule as ɵkf, TransactionLineInvoiceHistoryComponent as ɵkg, TransactionLineSalesInvoiceComponent as ɵkh, TransactionLineSidePanelSalesComponent as ɵki, TransactionLineSidePanelComponent as ɵkj, TransactionLineActionButtonsModule as ɵkk, TransactionArticleTextOverviewModule as ɵkl, TransactionArticleTextOverviewComponent as ɵkm, TransactionLineActionButtonsComponent as ɵkn, TransactionLineActionButtonsPopupComponent as ɵko, TransactionBaseGridComponent as ɵkp, TransactionGridBaseComponent as ɵkq, DialogTransactionLineCommissionCodeModule as ɵkr, DialogTransactionLineCommissionCodeComponent as ɵks, DialogTransactionLineWarehouseModule as ɵkt, DialogTransactionLineWarehouseComponent as ɵku, DialogTransactionLineWarehouseCcModule as ɵkv, DialogTransactionLineWarehouseCcComponent as ɵkw, DialogTransactionLineDeliveryMethodModule as ɵkx, DialogTransactionLineDeliveryMethodComponent as ɵky, DialogTransactionLineVatModule as ɵkz, SelectMultipleParameterizedCacheService as ɵl, DialogTransactionLineVatComponent as ɵla, DialogTransactionLineDiscountModule as ɵlb, DialogTransactionLinePriceListModule as ɵlc, DialogTransactionLinePriceListComponent as ɵld, DialogTransactionLineDiscountComponent as ɵle, DialogTransactionHeaderBranchModule as ɵlf, DialogTransactionHeaderBranchComponent as ɵlg, TransactionLinesGridComponent as ɵlh, DiscountModule as ɵli, DiscountComponent as ɵlj, QuickSendButtonModule as ɵlk, QuickSendButtonComponent as ɵll, TransactionQuickAccessSendMethodBaseComponent as ɵlm, TransactionQuickAccessOverviewModule as ɵln, DialogCatalogModule as ɵlo, DialogCatalogComponent as ɵlp, TransactionSendDocumentsModule as ɵlq, TransactionSendDocumentsComponent as ɵlr, AddProductModule as ɵls, AddProductComponent as ɵlt, TransactionQuickAccessOverviewComponent as ɵlu, TransactionQuickAccessOrderDeliveryModule as ɵlv, TransactionQuickAccessOrderDeliveryComponent as ɵlw, TransactionQuickAccessOrderPurchaseModule as ɵlx, TransactionQuickAccessOrderPurchaseComponent as ɵly, TransactionQuickAccessGoodsAllocationModule as ɵlz, ErrorService as ɵm, TransactionQuickAccessGoodsAllocationComponent as ɵma, TransactionQuickAccessPurchaseOrderOverviewModule as ɵmb, TransactionQuickAccessPurchaseOrderOverviewComponent as ɵmc, TransactionQuickAccessInvoiceModule as ɵmd, TransactionQuickAccessInvoiceComponent as ɵme, TransactionOrderConfirmationGridModule as ɵmf, TransactionOrderConfirmationGridComponent as ɵmg, TransactionGridModule as ɵmh, TransactionGridComponent as ɵmi, TransactionTileModule as ɵmj, TransactionTileComponent as ɵmk, TransactionOverviewLineModule as ɵml, EditableLabelModule as ɵmm, EditableLabelComponent as ɵmn, TransactionBaseLineModule as ɵmo, TransactionBaseLineComponent as ɵmp, TransactionLineCommissionButtonModule as ɵmq, TransactionLineCommissionButtonComponent as ɵmr, TransactionLineWarehouseButtonModule as ɵms, TransactionLineWarehouseButtonComponent as ɵmt, TransactionLineDeliveryButtonModule as ɵmu, TransactionLineDeliveryButtonComponent as ɵmv, TransactionLineDeliveryDateButtonModule as ɵmw, TransactionLineDeliveryDateButtonComponent as ɵmx, TransactionLineAmountModule as ɵmy, TransactionLineAmountComponent as ɵmz, SelectSingleCacheService as ɵn, TransactionLineVatButtonModule as ɵna, TransactionLineVatButtonComponent as ɵnb, TransactionLineDiscountButtonModule as ɵnc, TransactionLineDiscountButtonComponent as ɵnd, TransactionOverviewLineComponent as ɵne, TransactionOrderDeliveryLineModule as ɵnf, TransactionOrderDeliveryLineComponent as ɵng, TransactionOrderDeliveryLineBaseComponent as ɵnh, TransactionReceiveGoodsLineModule as ɵni, TransactionPrintPackageStickerModule as ɵnj, TransactionPrintPackageStickerComponent as ɵnk, TransactionReceiveGoodsLineComponent as ɵnl, TransactionReceiveGoodsLineBaseComponent as ɵnm, TransactionPurchaseLineModule as ɵnn, TransactionNavigationButtonModule as ɵno, TransactionNavigationButtonComponent as ɵnp, TransactionLineDropShipmentButtonModule as ɵnq, TransactionLineDropShipmentButtonComponent as ɵnr, TransactionPurchaseLineComponent as ɵns, TransactionPurchaseLineBaseComponent as ɵnt, TransactionInvoiceLineModule as ɵnu, TransactionInvoiceLineComponent as ɵnv, TransactionInvoiceLineBaseComponent as ɵnw, TransactionGoodsAllocationLineModule as ɵnx, TransactionGoodsAllocationLineComponent as ɵny, TransactionPurchaseOrderLineModule as ɵnz, SelectSingleParameterizedCacheService as ɵo, TransactionPurchasePortalLineConfirmedPriceModule as ɵoa, TransactionPurchasePortalLineConfirmedPriceComponent as ɵob, TransactionPurchasePortalLineGrossOrderPriceModule as ɵoc, TransactionPurchasePortalLineGrossOrderPriceComponent as ɵod, TransactionPurchasePortalLineNetOrderPriceModule as ɵoe, TransactionPurchasePortalLineNetOrderPriceComponent as ɵof, TransactionPurchasePortalLineDeliveryDateModule as ɵog, TransactionPurchasePortalLineDeliveryDateComponent as ɵoh, TransactionPurchasePortalLineConfirmedDeliveryDateModule as ɵoi, TransactionPurchasePortalLineConfirmedDeliveryDateComponent as ɵoj, TransactionPurchaseOrderLineComponent as ɵok, TransactionPurchaseOrderLineBaseComponent as ɵol, TransactionPurchaseOverviewLineModule as ɵom, TransactionNavigationButtonListModule as ɵon, TransactionNavigationButtonListComponent as ɵoo, TransactionPurchaseOverviewLineComponent as ɵop, TransactionCardModule as ɵoq, TransactionCardPurchaseOverviewModule as ɵor, TransactionCardHeaderModule as ɵos, TransactionCardHeaderComponent as ɵot, TransactionCardFooterModule as ɵou, TransactionCardFooterComponent as ɵov, TransactionCardPurchaseOverviewComponent as ɵow, TransactionCardSalesOverviewModule as ɵox, TransactionCardSalesOverviewComponent as ɵoy, TransactionCardReceiveGoodsModule as ɵoz, ArticleConnectorService as ɵp, TransactionCardReceiveGoodsComponent as ɵpa, TransactionCardInvoiceModule as ɵpb, TransactionCardInvoiceComponent as ɵpc, TransactionCardOrderDeliveryModule as ɵpd, TransactionCardOrderDeliveryComponent as ɵpe, TransactionCardComponent as ɵpf, TransactionTextLineModule as ɵpg, TransactionTextLineComponent as ɵph, SearchViewModeService as ɵpi, TransactionSearchSalesOrderTileModule as ɵpj, TransactionSearchSalesOrderTileComponent as ɵpk, TransactionSearchTileBaseComponent as ɵpl, TransactionSearchPurchaseOrderTileModule as ɵpm, TransactionSearchPurchaseOrderTileComponent as ɵpn, TransactionSearchSalesOrderGridModule as ɵpo, TransactionSearchSalesOrderGridComponent as ɵpp, TransactionSearchGridBaseComponent as ɵpq, TransactionSearchPurchaseOrderGridModule as ɵpr, TransactionSearchPurchaseOrderGridComponent as ɵps, TransactionSearchGridModule as ɵpt, TransactionSearchGridComponent as ɵpu, TransactionSearchTileModule as ɵpv, TransactionSearchTileComponent as ɵpw, TransactionSalesOrderFilterModule as ɵpx, TransactionSalesOrderFilterContentOrderModule as ɵpy, TransactionFilterItemModule as ɵpz, RelationConnectorService as ɵq, TransactionFilterItemComponent as ɵqa, TransactionSalesOrderFilterContentOrderComponent as ɵqb, TransactionFilterContentBaseComponent as ɵqc, FilterRequestService as ɵqd, TransactionSalesOrderFilterContentLogisticsModule as ɵqe, TransactionFilterHistoricStateModule as ɵqf, TransactionFilterHistoricStateComponent as ɵqg, TransactionSalesOrderFilterContentLogisticsComponent as ɵqh, TransactionSalesOrderFilterContentArticleModule as ɵqi, TransactionSalesOrderFilterContentArticleComponent as ɵqj, TransactionSalesOrderFilterComponent as ɵqk, TransactionFilterBaseComponent as ɵql, TransactionPurchaseOrderFilterModule as ɵqm, TransactionPurchaseOrderFilterContentOrderModule as ɵqn, TransactionPurchaseOrderFilterContentOrderComponent as ɵqo, TransactionPurchaseOrderFilterContentLogisticsModule as ɵqp, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵqq, TransactionPurchaseOrderFilterContentArticleModule as ɵqr, TransactionPurchaseOrderFilterContentArticleComponent as ɵqs, TransactionPurchaseOrderFilterComponent as ɵqt, SearchFeatureModule as ɵqu, SearchHeaderButtonsModule as ɵqv, SearchHeaderButtonsComponent as ɵqw, SearchFilterPanelModule as ɵqx, SearchFilterPanelComponent as ɵqy, SearchComponent as ɵqz, CoreModule as ɵr, TransactionTagComponent as ɵra, ConfirmationDialogModule as ɵs, PipeModule as ɵt, AppendPipe as ɵu, DeliveryTimePipe as ɵv, DateDurationPipe as ɵw, LocalizePipe as ɵx, CoCurrencyPipe as ɵy, SafeStylePipe as ɵz };
30782
30915
  //# sourceMappingURL=colijnit-transaction.js.map