@colijnit/transaction 12.1.121 → 12.1.123

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 (79) hide show
  1. package/bundles/colijnit-transaction.umd.js +845 -625
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +288 -284
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +289 -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 +3 -2
  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/component/transaction-labeled-price-input/transaction-labeled-price-input.component.js +13 -6
  27. package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.js +3 -2
  28. package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +14 -20
  29. package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.module.js +6 -2
  30. package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-button.component.js +3 -3
  31. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-delivery-date-button.component.js +64 -0
  32. package/esm2015/lib/component/transaction-line-fields/transaction-line-supplier-delivery-date-button.module.js +27 -0
  33. package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +17 -9
  34. package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.module.js +4 -2
  35. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +44 -26
  36. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.module.js +4 -2
  37. package/esm2015/lib/enum/icon.enum.js +3 -1
  38. package/esm2015/lib/model/icon-svg.js +3 -1
  39. package/esm2015/lib/service/pending-reason.service.js +3 -3
  40. package/esm2015/lib/service/relation.service.js +7 -7
  41. package/esm2015/lib/service/transaction-base.service.js +19 -17
  42. package/esm2015/lib/transaction-version.js +3 -3
  43. package/fesm2015/colijnit-transaction.js +599 -360
  44. package/fesm2015/colijnit-transaction.js.map +1 -1
  45. package/lib/component/core/base/components/transaction-header-block/transaction-header-block.component.d.ts +2 -2
  46. package/lib/component/core/base/transaction-base.component.d.ts +2 -1
  47. package/lib/component/deposit-payment/deposit-payment.component.d.ts +1 -0
  48. package/lib/component/payment/payment.component.d.ts +2 -1
  49. package/lib/component/transaction-button/style/_layout.scss +12 -7
  50. package/lib/component/transaction-button/style/_material-definition.scss +2 -3
  51. package/lib/component/transaction-header/transaction-header-delivery/style/_layout.scss +6 -22
  52. package/lib/component/transaction-header/transaction-header-payment/style/_layout.scss +1 -28
  53. package/lib/component/transaction-header/transaction-header-payment/style/_material-definition.scss +0 -11
  54. package/lib/component/transaction-header/transaction-header-payment/style/_theme.scss +0 -10
  55. package/lib/component/transaction-header/transaction-header-popup/style/_layout.scss +12 -2
  56. package/lib/component/transaction-header/transaction-header-popup/style/_material-definition.scss +3 -0
  57. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-base.component.d.ts +7 -2
  58. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-delivery.component.d.ts +0 -2
  59. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-order.component.d.ts +0 -2
  60. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-payment.component.d.ts +2 -2
  61. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup-relation.component.d.ts +1 -22
  62. package/lib/component/transaction-header/transaction-header-popup/transaction-header-popup.component.d.ts +24 -1
  63. package/lib/component/transaction-header-fields/transaction-header-payment-button/style/_layout.scss +18 -0
  64. package/lib/component/transaction-header-fields/transaction-header-payment-button/style/_material-definition.scss +9 -0
  65. package/lib/component/transaction-header-fields/transaction-header-payment-button/style/_theme.scss +13 -0
  66. package/lib/component/transaction-header-fields/transaction-header-payment-button/style/material.scss +4 -0
  67. package/lib/component/transaction-header-fields/transaction-header-payment-button/transaction-header-payment-button.component.d.ts +28 -0
  68. package/lib/component/transaction-header-fields/transaction-header-payment-button/transaction-header-payment-button.module.d.ts +2 -0
  69. package/lib/component/transaction-labeled-price-input/transaction-labeled-price-input.component.d.ts +4 -1
  70. package/lib/component/transaction-line-fields/transaction-line-supplier-delivery-date-button.component.d.ts +24 -0
  71. package/lib/component/transaction-line-fields/transaction-line-supplier-delivery-date-button.module.d.ts +2 -0
  72. package/lib/component/transaction-line-purchase-confirmation/style/_layout.scss +1 -0
  73. package/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.d.ts +2 -0
  74. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/style/_layout.scss +25 -21
  75. package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.d.ts +6 -1
  76. package/lib/enum/icon.enum.d.ts +2 -0
  77. package/lib/service/transaction-base.service.d.ts +2 -1
  78. package/lib/style/_variables.scss +0 -1
  79. 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.123";
159
+ this.publishDate = "27-5-2023 09:05:43";
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,8 +9790,9 @@ 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
- <div class="transaction-button-icon-wrapper right" *ngIf=rightIconData>
9795
+ <div class="transaction-button-icon-wrapper" *ngIf=rightIconData>
9793
9796
  <div class="spacer"></div>
9794
9797
  <co-icon class="transaction-button-icon" [iconData]="rightIconData"></co-icon>
9795
9798
  </div>
@@ -10864,13 +10867,18 @@ class TransactionQuickAccessOrderConfirmationComponent extends TransactionBaseCo
10864
10867
  this.purchaseOrderConfirmation = new GetPurchaseOrderConfirmation();
10865
10868
  this.awaitingResult = false;
10866
10869
  this.iconVisible = true;
10870
+ this.forceShowConfirmationInputs = false;
10867
10871
  }
10868
10872
  showClass() {
10869
10873
  return true;
10870
10874
  }
10871
- // public handleSelectAllLines(value: boolean): void {
10872
- // this.transactionEventService.selectAllSalesOrderLinesForPurchase.next(value);
10873
- // }
10875
+ ngOnInit() {
10876
+ super.ngOnInit();
10877
+ this.hideQuickAccessContent = this.transactionService.purchaseOrderConfirmationCompleted;
10878
+ }
10879
+ handleSelectAllLines(value) {
10880
+ this.transactionEventService.selectAllSalesOrderLinesForPurchase.next(value);
10881
+ }
10874
10882
  handleCommitEvent(event) {
10875
10883
  return __awaiter(this, void 0, void 0, function* () {
10876
10884
  this.iconVisible = false;
@@ -10883,6 +10891,7 @@ class TransactionQuickAccessOrderConfirmationComponent extends TransactionBaseCo
10883
10891
  }
10884
10892
  this.awaitingResult = false;
10885
10893
  this.iconVisible = success;
10894
+ this.forceShowConfirmationInputs = false;
10886
10895
  });
10887
10896
  }
10888
10897
  }
@@ -10890,28 +10899,40 @@ TransactionQuickAccessOrderConfirmationComponent.decorators = [
10890
10899
  { type: Component, args: [{
10891
10900
  selector: "co-transaction-quick-access-order-confirmation",
10892
10901
  template: `
10893
- <co-input-date
10894
- [(model)]="purchaseOrderConfirmation.confirmationDate"
10895
- [placeholder]="'CONFIRMED_DATE' | localize"
10896
- ></co-input-date>
10897
- <co-input-text
10898
- [(model)]="purchaseOrderConfirmation.reference"
10899
- [placeholder]="'REFERENCE' | localize"
10900
- ></co-input-text>
10901
- <co-input-text
10902
- [(model)]="purchaseOrderConfirmation.leverbatch"
10903
- [placeholder]="'BATCH' | localize"
10904
- ></co-input-text>
10905
- <!-- <co-input-checkbox (modelChange)="handleSelectAllLines($event)"-->
10906
- <!-- ></co-input-checkbox>-->
10907
- <co-quick-send-button
10908
- [title]="'PROCESS'"
10909
- [icon]="icons.CheckDuotone"
10910
- [showSendMethodIcon]="false"
10911
- [showSendMethodDialogIcon]="false"
10912
- [showLoader]="awaitingResult"
10913
- (sendIconClicked)="handleCommitEvent($event)"
10914
- ></co-quick-send-button>
10902
+ <div class="quick-access-wrapper">
10903
+ <div class="confirm-inputs" *ngIf="!hideQuickAccessContent || forceShowConfirmationInputs">
10904
+ <co-input-checkbox (modelChange)="handleSelectAllLines($event)"></co-input-checkbox>
10905
+ <co-input-date
10906
+ [(model)]="purchaseOrderConfirmation.confirmationDate"
10907
+ [placeholder]="'CONFIRMED_DATE' | localize"
10908
+ ></co-input-date>
10909
+ <co-input-text
10910
+ [(model)]="purchaseOrderConfirmation.reference"
10911
+ [placeholder]="'REFERENCE' | localize"
10912
+ ></co-input-text>
10913
+ <co-input-text
10914
+ [(model)]="purchaseOrderConfirmation.leverbatch"
10915
+ [placeholder]="'BATCH' | localize"
10916
+ ></co-input-text>
10917
+ <co-quick-send-button
10918
+ [title]="'PROCESS'"
10919
+ [icon]="icons.CheckDuotone"
10920
+ [showSendMethodIcon]="false"
10921
+ [showSendMethodDialogIcon]="false"
10922
+ [showLoader]="awaitingResult"
10923
+ (sendIconClicked)="handleCommitEvent($event)"
10924
+ ></co-quick-send-button>
10925
+ </div>
10926
+
10927
+ <div class="show-confirmation-inputs-wrapper" *ngIf="hideQuickAccessContent && !forceShowConfirmationInputs">
10928
+ <co-transaction-button
10929
+ class="new-confirmation-button custom-width"
10930
+ [iconData]="iconCacheService.getIcon(icons.PlusSimple)"
10931
+ [label]="'NEW_CONFIRMATION' | localize"
10932
+ (click)="forceShowConfirmationInputs = true"
10933
+ ></co-transaction-button>
10934
+ </div>
10935
+ </div>
10915
10936
  `,
10916
10937
  encapsulation: ViewEncapsulation.None
10917
10938
  },] }
@@ -12823,7 +12844,8 @@ class TransactionPurchaseOrderLineBaseComponent extends TransactionBaseComponent
12823
12844
  }
12824
12845
  transactionLineSet() {
12825
12846
  super.transactionLineSet();
12826
- this.showCheckboxForLine = this.transactionLine.commissionCode === "0";
12847
+ this.showCheckboxForLine = this.transactionLine.commissionCode === "0" &&
12848
+ this.transactionLine.articleLineStatus.quantityPurchaseConfirmed !== this.transactionLine.amount;
12827
12849
  }
12828
12850
  handleOpenSidePanel(mouseClick) {
12829
12851
  const target = mouseClick.target;
@@ -12877,9 +12899,9 @@ TransactionPurchaseOrderLineComponent.decorators = [
12877
12899
  observeVisibility #observer=visibilityObserve (visibilityChange)="handleVisibilityChange(transactionLine, $event)">
12878
12900
  <div class="transaction-line-content-wrapper">
12879
12901
  <co-transaction-line-statusbar data-action="openSidePanel"
12880
- [transactionLine]="transactionLine"
12881
- [transactionInfo]="transactionInfo"
12882
- [activeCategory]="transactionTypeCategory.PurchaseOrderOrderConfirmation"
12902
+ [transactionLine]="transactionLine"
12903
+ [transactionInfo]="transactionInfo"
12904
+ [activeCategory]="transactionTypeCategory.PurchaseOrderOrderConfirmation"
12883
12905
  ></co-transaction-line-statusbar>
12884
12906
  <div class="transaction-line-content" data-action="openSidePanel">
12885
12907
  <co-input-text
@@ -12893,13 +12915,10 @@ TransactionPurchaseOrderLineComponent.decorators = [
12893
12915
  [readonly]="true"
12894
12916
  [customHeight]="true"
12895
12917
  ></co-input-text>
12896
- <co-input-text
12897
- *ngIf="!!transactionLine.purchasePortalLine.discountOrderPrice"
12898
- [model]="transactionLine.purchasePortalLine.discountOrderPrice | coCurrency"
12899
- [readonly]="true"
12900
- [customHeight]="true"
12901
- (click)="showDialogDiscount = true">
12902
- ></co-input-text>
12918
+ <co-transaction-line-discount-button
12919
+ [transactionLine]="transactionLine"
12920
+ [transactionInfo]="transactionInfo"
12921
+ ></co-transaction-line-discount-button>
12903
12922
  <co-input-text
12904
12923
  [model]="transactionLine.purchasePortalLine.netOrderPrice | coCurrency"
12905
12924
  [readonly]="true"
@@ -12925,15 +12944,12 @@ TransactionPurchaseOrderLineComponent.decorators = [
12925
12944
  [readonly]="+this.transactionLine.purchasePortalLine.amountOrdered - +this.transactionLine.purchasePortalLine.amountConfirmed === 0"
12926
12945
  [leftIconData]="iconCacheService.getIcon(icons.FileCircleInfoRegular)"
12927
12946
  ></co-input-number-picker>
12928
- <co-transaction-button
12929
- [readonly]="readonly"
12930
- [label]="transactionLine.purchasePortalLine.deliveryDateConfirmed"
12931
- ></co-transaction-button>
12932
- <!--
12933
- <div class="transaction-line-button big" [class.no-pointer]="readonly">
12934
- <co-transaction-date-select [date]="transactionLine.purchasePortalLine.deliveryDateConfirmed"></co-transaction-date-select>
12935
- </div>
12936
- -->
12947
+ <co-transaction-line-supplier-delivery-date-button [transactionLine]="transactionLine"></co-transaction-line-supplier-delivery-date-button>
12948
+ <!--
12949
+ <div class="transaction-line-button big" [class.no-pointer]="readonly">
12950
+ <co-transaction-date-select [date]="transactionLine.purchasePortalLine.deliveryDateConfirmed"></co-transaction-date-select>
12951
+ </div>
12952
+ -->
12937
12953
  </div>
12938
12954
  </div>
12939
12955
  </co-transaction-base-line>
@@ -14642,6 +14658,7 @@ class PaymentComponent {
14642
14658
  this._sharedService = _sharedService;
14643
14659
  this._paymentService = _paymentService;
14644
14660
  this.icons = Icon;
14661
+ this.updateDepositAmount = false;
14645
14662
  this.payed = new EventEmitter();
14646
14663
  this.paymentMethodIdx = 0;
14647
14664
  this.cashRegisterIdx = 0;
@@ -14670,7 +14687,10 @@ class PaymentComponent {
14670
14687
  return true;
14671
14688
  }
14672
14689
  ngOnInit() {
14673
- this._transactionService.updateHeaderTransactionDepositAmount(this.transactionUuid, this.amountToPay, true).then(() => {
14690
+ return __awaiter(this, void 0, void 0, function* () {
14691
+ if (this.updateDepositAmount) {
14692
+ yield this._transactionService.updateHeaderTransactionDepositAmount(this.transactionUuid, this.amountToPay, true);
14693
+ }
14674
14694
  this._getPaymentMethods().then(() => {
14675
14695
  this.showLoader = false;
14676
14696
  this._getDepositPaymentInfo();
@@ -14910,6 +14930,7 @@ PaymentComponent.propDecorators = {
14910
14930
  transId: [{ type: Input }],
14911
14931
  transactionUuid: [{ type: Input }],
14912
14932
  branch: [{ type: Input }],
14933
+ updateDepositAmount: [{ type: Input }],
14913
14934
  amount: [{ type: Input }],
14914
14935
  currencyId: [{ type: Input }],
14915
14936
  payed: [{ type: Output }],
@@ -15077,6 +15098,7 @@ PaymentQrCodeModule.decorators = [
15077
15098
  class DepositPaymentComponent {
15078
15099
  constructor(_paymentService) {
15079
15100
  this._paymentService = _paymentService;
15101
+ this.showTitle = true;
15080
15102
  this.paymentMethods = [];
15081
15103
  this.depositPayments = [];
15082
15104
  this.showLoader = true;
@@ -15113,7 +15135,7 @@ DepositPaymentComponent.decorators = [
15113
15135
  { type: Component, args: [{
15114
15136
  selector: "co-deposit-payment",
15115
15137
  template: `
15116
- <div class="down-payment-payments-title" [textContent]="'PAYMENTS_MADE' | localize"></div>
15138
+ <div class="down-payment-payments-title" [textContent]="'PAYMENTS_MADE' | localize" *ngIf="showTitle"></div>
15117
15139
  <div class="down-payment-payments-wrapper">
15118
15140
  <co-loader class="loader" *ngIf="showLoader"></co-loader>
15119
15141
  <div class="down-payment-payments" *ngFor="let payment of depositPayments">
@@ -15137,6 +15159,7 @@ DepositPaymentComponent.ctorParameters = () => [
15137
15159
  ];
15138
15160
  DepositPaymentComponent.propDecorators = {
15139
15161
  branch: [{ type: Input }],
15162
+ showTitle: [{ type: Input }],
15140
15163
  transactionUuid: [{ type: Input }],
15141
15164
  showClass: [{ type: HostBinding, args: ["class.co-deposit-payment",] }]
15142
15165
  };
@@ -15985,6 +16008,7 @@ CheckoutOverviewPaymentComponent.decorators = [
15985
16008
  </div>
15986
16009
  </div>
15987
16010
  <co-payment *ngIf="showPayment"
16011
+ [updateDepositAmount]="true"
15988
16012
  [transId]="transaction.transactionInfo.id"
15989
16013
  [branch]="transaction.transactionInfo.branch?.relationNr"
15990
16014
  [transactionUuid]="transaction.transactionInfo.uuid"
@@ -16028,18 +16052,11 @@ TransactionHeaderDeliveryComponent.decorators = [
16028
16052
  [firstBlockTemplate]="firstBlock"
16029
16053
  [secondBlockTemplate]="secondBlock"
16030
16054
  [thirdBlockTemplate]="thirdBlock"
16031
- [hasDetails]="true"
16032
16055
  (headerClick)="showDialog = true"
16033
16056
  >
16034
16057
  </co-transaction-header-block>
16035
16058
  <ng-template #headerBlock>
16036
16059
  <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
16060
  <co-icon class="planning-request-button" [class.co-transaction-check]="transactionInfo.deliveryDateDefinitive"
16044
16061
  [iconData]="iconCacheService.getIcon(icons.CalendarDayRegular)"></co-icon>
16045
16062
  </ng-template>
@@ -16063,7 +16080,7 @@ TransactionHeaderDeliveryComponent.decorators = [
16063
16080
  ></co-transaction-header-preferred-delivery-date>
16064
16081
  </ng-template>
16065
16082
  <ng-template #thirdBlock>
16066
- <co-transaction-header-partial-delivery class="co-transaction-label" [transactionInfo]="transactionInfo"></co-transaction-header-partial-delivery>
16083
+ <co-transaction-header-partial-delivery class="transaction-header-partial-delivery co-transaction-label" [transactionInfo]="transactionInfo"></co-transaction-header-partial-delivery>
16067
16084
  </ng-template>
16068
16085
  <co-transaction-header-popup *ngIf="showDialog"
16069
16086
  [activeCategoryIndex]="3"
@@ -16080,22 +16097,26 @@ TransactionHeaderDeliveryComponent.propDecorators = {
16080
16097
 
16081
16098
  class TransactionHeaderBlockComponent {
16082
16099
  constructor() {
16083
- this.hasDetails = false;
16084
16100
  this.headerClick = new EventEmitter();
16085
16101
  }
16086
16102
  showClass() {
16087
16103
  return true;
16088
16104
  }
16105
+ handleHostClick(event) {
16106
+ if (event.target && event.target.className.indexOf('clickable-header') > -1) {
16107
+ this.headerClick.emit(event);
16108
+ }
16109
+ }
16089
16110
  }
16090
16111
  TransactionHeaderBlockComponent.decorators = [
16091
16112
  { type: Component, args: [{
16092
16113
  selector: "co-transaction-header-block",
16093
16114
  template: `
16094
- <div #wrapper class="transaction-header-block-wrapper" (click)="headerClick.emit($event)">
16095
- <div class="transaction-header-block-header">
16115
+ <div #wrapper class="transaction-header-block-wrapper">
16116
+ <div class="transaction-header-block-header clickable-header">
16096
16117
  <ng-container [ngTemplateOutlet]="headerBlockTemplate"></ng-container>
16097
16118
  </div>
16098
- <div class="transaction-header-block-content">
16119
+ <div class="transaction-header-block-content clickable-header">
16099
16120
  <div class="transaction-header-block-content-first" *ngIf="firstBlockTemplate">
16100
16121
  <ng-container [ngTemplateOutlet]="firstBlockTemplate"></ng-container>
16101
16122
  </div>
@@ -16118,9 +16139,9 @@ TransactionHeaderBlockComponent.propDecorators = {
16118
16139
  firstBlockTemplate: [{ type: Input }],
16119
16140
  secondBlockTemplate: [{ type: Input }],
16120
16141
  thirdBlockTemplate: [{ type: Input }],
16121
- hasDetails: [{ type: Input }],
16122
16142
  headerClick: [{ type: Output }],
16123
- showClass: [{ type: HostBinding, args: ["class.co-transaction-header-block",] }]
16143
+ showClass: [{ type: HostBinding, args: ["class.co-transaction-header-block",] }],
16144
+ handleHostClick: [{ type: HostListener, args: ["click", ["$event"],] }]
16124
16145
  };
16125
16146
 
16126
16147
  class TransactionHeaderBlockModule {
@@ -17049,17 +17070,27 @@ TransactionHeaderPartialDeliveryModule.decorators = [
17049
17070
  ];
17050
17071
 
17051
17072
  class TransactionHeaderPopupComponent extends TransactionBaseComponent {
17052
- constructor() {
17053
- super(...arguments);
17073
+ constructor(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, dialogService, formMasterService, relationService) {
17074
+ super(transactionEventService, iconCacheService, imageService, dictionaryService, service, changeDetector);
17075
+ this.transactionEventService = transactionEventService;
17076
+ this.service = service;
17077
+ this.iconCacheService = iconCacheService;
17078
+ this.dictionaryService = dictionaryService;
17079
+ this.imageService = imageService;
17080
+ this.changeDetector = changeDetector;
17081
+ this.dialogService = dialogService;
17082
+ this.formMasterService = formMasterService;
17083
+ this.relationService = relationService;
17054
17084
  this.closeClick = new EventEmitter();
17055
17085
  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" }
17086
+ { index: 0, icon: Icon.UserRegular, description: "CLIENT_INFORMATION" },
17087
+ { index: 1, icon: Icon.CartShoppingRegular, description: "ORDER_INFORMATION1" },
17088
+ { index: 2, icon: Icon.CreditCardRegular, description: "PAYMENT_INFORMATION" },
17089
+ { index: 3, icon: Icon.TruckMovingRegular, description: "DELIVERY_INFORMATION" }
17060
17090
  ];
17061
17091
  this.okButtonEnabled = false;
17062
- this.activeCategory = { index: 0, description: "CLIENT_INFORMATION" };
17092
+ this.activeCategory = { index: 0, icon: Icon.CreditCardRegular, description: "CLIENT_INFORMATION" };
17093
+ this.cloneRelation = new CustomerFullObject();
17063
17094
  this._subs = [];
17064
17095
  }
17065
17096
  set activeCategoryIndex(value) {
@@ -17072,19 +17103,26 @@ class TransactionHeaderPopupComponent extends TransactionBaseComponent {
17072
17103
  }
17073
17104
  ngOnInit() {
17074
17105
  super.ngOnInit();
17106
+ this.transactionService.getRelationOnRememberCurrentTransaction = false;
17075
17107
  this._subs.push(this.transactionEventService.headerPopupSaveButtonEnableChange.subscribe((enabled) => {
17076
17108
  this.okButtonEnabled = enabled;
17077
17109
  }), this.transactionEventService.headerPopupClose.subscribe((commit) => __awaiter(this, void 0, void 0, function* () {
17078
- const result = commit ? yield this.transactionService.commit() : yield this.transactionService.rollback();
17110
+ const result = commit ? true : yield this.transactionService.rollback();
17079
17111
  if (result) {
17080
17112
  this.closeClick.emit();
17081
17113
  }
17082
17114
  })));
17083
17115
  }
17084
17116
  ngOnDestroy() {
17117
+ this.transactionService.getRelationOnRememberCurrentTransaction = true;
17085
17118
  super.ngOnDestroy();
17086
17119
  this._subs.forEach(s => s.unsubscribe());
17087
17120
  }
17121
+ relationSet() {
17122
+ return __awaiter(this, void 0, void 0, function* () {
17123
+ this.cloneRelation = this.relationService.cloneRelation(this.relation);
17124
+ });
17125
+ }
17088
17126
  handleCloseClick(event) {
17089
17127
  this.transactionEventService.headerPopupWantsToClose.next();
17090
17128
  }
@@ -17099,9 +17137,16 @@ TransactionHeaderPopupComponent.decorators = [
17099
17137
  { type: Component, args: [{
17100
17138
  selector: 'co-transaction-header-popup',
17101
17139
  template: `
17102
- <co-dialog class="transaction-header-dialog" [headerTemplate]="headerTemplate" [footerTemplate]="footerTemplate" (closeClick)="handleCloseClick($event)">
17140
+ <co-dialog class="transaction-header-dialog"
17141
+ [customCssClass]="'transaction-header-dialog'"
17142
+ [headerTemplate]="headerTemplate"
17143
+ [footerTemplate]="footerTemplate"
17144
+ (closeClick)="handleCloseClick($event)">
17103
17145
  <ng-template #headerTemplate>
17104
- <div class="co-dialog-header-title" [textContent]="activeCategory.description | localize"></div>
17146
+ <div class="transaction-header-popup-dialog-header-wrapper">
17147
+ <co-icon [iconData]="iconCacheService.getIcon(activeCategory.icon)"></co-icon>
17148
+ <div class="co-dialog-header-title" [textContent]="activeCategory.description | localize"></div>
17149
+ </div>
17105
17150
  </ng-template>
17106
17151
  <div class="transaction-header-popup-categories">
17107
17152
  <div class="transaction-header-popup-category" [class.selected]="activeCategory.index === cat.index" *ngFor="let cat of categories"
@@ -17111,19 +17156,19 @@ TransactionHeaderPopupComponent.decorators = [
17111
17156
  </div>
17112
17157
  <div class="transaction-header-popup-content-wrapper">
17113
17158
  <co-transaction-header-popup-relation class="category-content" *ngIf="activeCategory.index === 0"
17114
- [relation]="relation"
17159
+ [(relation)]="cloneRelation"
17115
17160
  [transaction]="transaction"
17116
17161
  ></co-transaction-header-popup-relation>
17117
17162
  <co-transaction-header-popup-order class="category-content" *ngIf="activeCategory.index === 1"
17118
- [relation]="relation"
17163
+ [relation]="cloneRelation"
17119
17164
  [transaction]="transaction"
17120
17165
  ></co-transaction-header-popup-order>
17121
17166
  <co-transaction-header-popup-payment class="category-content" *ngIf="activeCategory.index === 2"
17122
- [relation]="relation"
17167
+ [relation]="cloneRelation"
17123
17168
  [transaction]="transaction"
17124
17169
  ></co-transaction-header-popup-payment>
17125
17170
  <co-transaction-header-popup-delivery class="category-content" *ngIf="activeCategory.index === 3"
17126
- [relation]="relation"
17171
+ [relation]="cloneRelation"
17127
17172
  [transaction]="transaction"
17128
17173
  ></co-transaction-header-popup-delivery>
17129
17174
  </div>
@@ -17140,6 +17185,17 @@ TransactionHeaderPopupComponent.decorators = [
17140
17185
  encapsulation: ViewEncapsulation.None
17141
17186
  },] }
17142
17187
  ];
17188
+ TransactionHeaderPopupComponent.ctorParameters = () => [
17189
+ { type: TransactionEventService },
17190
+ { type: TransactionService },
17191
+ { type: IconCacheService },
17192
+ { type: DictionaryService },
17193
+ { type: TransactionImageService },
17194
+ { type: ChangeDetectorRef },
17195
+ { type: DialogService },
17196
+ { type: FormMasterService },
17197
+ { type: RelationService }
17198
+ ];
17143
17199
  TransactionHeaderPopupComponent.propDecorators = {
17144
17200
  activeCategoryIndex: [{ type: Input }],
17145
17201
  closeClick: [{ type: Output }],
@@ -17147,7 +17203,7 @@ TransactionHeaderPopupComponent.propDecorators = {
17147
17203
  };
17148
17204
 
17149
17205
  class TransactionHeaderPopupBaseComponent extends TransactionBaseComponent {
17150
- constructor(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, dialogService, formMasterService) {
17206
+ constructor(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, dialogService, formMasterService, relationService) {
17151
17207
  super(transactionEventService, iconCacheService, imageService, dictionaryService, service, changeDetector);
17152
17208
  this.transactionEventService = transactionEventService;
17153
17209
  this.service = service;
@@ -17157,6 +17213,7 @@ class TransactionHeaderPopupBaseComponent extends TransactionBaseComponent {
17157
17213
  this.changeDetector = changeDetector;
17158
17214
  this.dialogService = dialogService;
17159
17215
  this.formMasterService = formMasterService;
17216
+ this.relationService = relationService;
17160
17217
  this.readonly = true;
17161
17218
  this.dirty = false;
17162
17219
  this._subs = [];
@@ -17180,7 +17237,7 @@ class TransactionHeaderPopupBaseComponent extends TransactionBaseComponent {
17180
17237
  return __awaiter(this, void 0, void 0, function* () {
17181
17238
  _super.ngOnInit.call(this);
17182
17239
  this._subs.push(this.transactionEventService.headerPopupSaveButtonClick.subscribe(() => __awaiter(this, void 0, void 0, function* () {
17183
- yield this.saveObject();
17240
+ yield this.saveObjects();
17184
17241
  })), this.transactionEventService.headerPopupWantsToClose.subscribe(() => __awaiter(this, void 0, void 0, function* () {
17185
17242
  if (this.dirty) {
17186
17243
  yield this._askForSave();
@@ -17200,6 +17257,42 @@ class TransactionHeaderPopupBaseComponent extends TransactionBaseComponent {
17200
17257
  this._subs.forEach(s => s.unsubscribe());
17201
17258
  });
17202
17259
  }
17260
+ transactionInfoSet() {
17261
+ const _super = Object.create(null, {
17262
+ transactionInfoSet: { get: () => super.transactionInfoSet }
17263
+ });
17264
+ return __awaiter(this, void 0, void 0, function* () {
17265
+ _super.transactionInfoSet.call(this);
17266
+ if (this.headerReadonly) {
17267
+ this.readonly = true;
17268
+ }
17269
+ else {
17270
+ this.readonly = !(yield this.lockTransaction());
17271
+ }
17272
+ });
17273
+ }
17274
+ saveObjects() {
17275
+ return __awaiter(this, void 0, void 0, function* () {
17276
+ if (this.formMasterService.submitSlaves()) {
17277
+ this.transactionEventService.headerPopupSaveButtonEnableChange.next(false);
17278
+ yield this.saveRelation();
17279
+ yield this.saveTransaction();
17280
+ this.setFormPristine();
17281
+ this.transactionEventService.headerPopupClose.next(true);
17282
+ }
17283
+ });
17284
+ }
17285
+ saveRelation() {
17286
+ return __awaiter(this, void 0, void 0, function* () {
17287
+ this.service.relation = yield this.relationService.updateRelation(this.relation.relationType, this.relation);
17288
+ });
17289
+ }
17290
+ saveTransaction() {
17291
+ return __awaiter(this, void 0, void 0, function* () {
17292
+ this.transactionService.getRelationOnRememberCurrentTransaction = true;
17293
+ yield this.transactionService.saveTransactionAndCommit();
17294
+ });
17295
+ }
17203
17296
  setFormPristine() {
17204
17297
  this.dirty = false;
17205
17298
  if (this.form) {
@@ -17215,7 +17308,7 @@ class TransactionHeaderPopupBaseComponent extends TransactionBaseComponent {
17215
17308
  return __awaiter(this, void 0, void 0, function* () {
17216
17309
  const response = yield this.dialogService.showYesNo('SAVE', 'MESSAGE_SAVE_CHANGES');
17217
17310
  if (response.button === AppPopupButtonType.Yes) {
17218
- yield this.saveObject();
17311
+ yield this.saveObjects();
17219
17312
  }
17220
17313
  else {
17221
17314
  this.transactionEventService.headerPopupClose.next(false);
@@ -17234,56 +17327,46 @@ TransactionHeaderPopupBaseComponent.ctorParameters = () => [
17234
17327
  { type: TransactionImageService },
17235
17328
  { type: ChangeDetectorRef },
17236
17329
  { type: DialogService },
17237
- { type: FormMasterService }
17330
+ { type: FormMasterService },
17331
+ { type: RelationService }
17238
17332
  ];
17239
17333
  TransactionHeaderPopupBaseComponent.propDecorators = {
17240
17334
  content: [{ type: ViewChild, args: [FormComponent,] }]
17241
17335
  };
17242
17336
 
17243
17337
  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;
17338
+ constructor() {
17339
+ super(...arguments);
17255
17340
  this.addressType = AddressType;
17256
17341
  this.deliveryAddressNawNr = 0;
17257
17342
  this.invoiceAddressNawNr = 0;
17258
17343
  this.invoiceAddressSameAsDeliveryAddress = true;
17259
17344
  this.categories = [this.dictionaryService.get('CLIENT_DATA'), this.dictionaryService.get('PRIVACY_PREFERENCES')];
17260
- this.cloneRelation = new CustomerFullObject();
17261
17345
  }
17262
17346
  showClass() {
17263
17347
  return true;
17264
17348
  }
17265
17349
  relationSet() {
17266
17350
  return __awaiter(this, void 0, void 0, function* () {
17267
- this.cloneRelation = this._relationService.cloneRelation(this.relation);
17268
17351
  if (this.relationKind === RelationKind.Customer) {
17269
- this.customerGroup = this.cloneRelation.customerGroup;
17352
+ this.customerGroup = this.relation.customerGroup;
17270
17353
  }
17271
- if (this.cloneRelation.addresses && this.cloneRelation.addresses.length > 0) {
17272
- const firstAddress = this.cloneRelation.addresses[0];
17354
+ if (this.relation.addresses && this.relation.addresses.length > 0) {
17355
+ const firstAddress = this.relation.addresses[0];
17273
17356
  this.setIndexDeliveryAddress(firstAddress.nawNr);
17274
17357
  }
17275
17358
  yield this._lockRelation();
17276
17359
  });
17277
17360
  }
17278
17361
  setIndexDeliveryAddress(nawNr) {
17279
- const address = this.cloneRelation.addresses.find(a => a.nawNr === nawNr);
17362
+ const address = this.relation.addresses.find(a => a.nawNr === nawNr);
17280
17363
  if (address) {
17281
17364
  // address.searchAddress = true;
17282
17365
  this.deliveryAddressNawNr = nawNr;
17283
17366
  }
17284
17367
  }
17285
17368
  setIndexInvoiceAddress(nawNr) {
17286
- const address = this.cloneRelation.addresses.find(a => a.nawNr === nawNr);
17369
+ const address = this.relation.addresses.find(a => a.nawNr === nawNr);
17287
17370
  if (address) {
17288
17371
  // address.searchAddress = true;
17289
17372
  this.invoiceAddressNawNr = nawNr;
@@ -17306,25 +17389,12 @@ class TransactionHeaderPopupRelationComponent extends TransactionHeaderPopupBase
17306
17389
  handleChangeCustomGroup(group) {
17307
17390
  this.customerGroup = group;
17308
17391
  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
- }));
17392
+ this.relation.customerGroup = this.customerGroup;
17323
17393
  }
17324
17394
  }
17325
17395
  _lockRelation() {
17326
17396
  return __awaiter(this, void 0, void 0, function* () {
17327
- const lockResult = yield this._relationService.lockRelation(this.cloneRelation.relationType, parseInt(this.cloneRelation.relationNumber, 0));
17397
+ const lockResult = yield this.relationService.lockRelation(this.relation.relationType, parseInt(this.relation.relationNumber, 0));
17328
17398
  if (!lockResult.success) {
17329
17399
  yield this.dialogService.showInformation(lockResult.messages[0].message);
17330
17400
  this.readonly = true;
@@ -17348,18 +17418,18 @@ TransactionHeaderPopupRelationComponent.decorators = [
17348
17418
  <div class="transaction-header-popup-section-label" [textContent]="'PERSONAL_DATA' | localize"></div>
17349
17419
  <co-relation-type *ngIf="relationKind === relKind.Customer"
17350
17420
  [readonly]="readonly"
17351
- [relation]="cloneRelation"
17421
+ [relation]="relation"
17352
17422
  ></co-relation-type>
17353
17423
  <ng-container *ngIf="relationKind === relKind.Customer">
17354
17424
  <relation-customer-groups [readonly]="readonly" [model]="customerGroup" (modelChange)="handleChangeCustomGroup($event)" required></relation-customer-groups>
17355
17425
  </ng-container>
17356
- <co-relation-general [readonly]="readonly" [(relation)]="cloneRelation" [relationType]="relationType" [relationKind]="relationKind"></co-relation-general>
17426
+ <co-relation-general [readonly]="readonly" [(relation)]="relation" [relationType]="relationType" [relationKind]="relationKind"></co-relation-general>
17357
17427
  </div>
17358
17428
  <div class="transaction-header-popup-section">
17359
17429
  <div class="transaction-header-popup-section-label" [textContent]="'ADDRESSES' | localize"></div>
17360
17430
  <co-relation-addresses
17361
17431
  [readonly]="readonly"
17362
- [addresses]="cloneRelation.activeAddresses"
17432
+ [addresses]="relation.activeAddresses"
17363
17433
  [type]="addressType.DeliveryAddress"
17364
17434
  [selectedNawNr]="deliveryAddressNawNr"
17365
17435
  (selectedNawNrChange)="setIndexDeliveryAddress($event)"
@@ -17371,7 +17441,7 @@ TransactionHeaderPopupRelationComponent.decorators = [
17371
17441
  <div class="overview-delivery-invoice-address" *ngIf="!invoiceAddressSameAsDeliveryAddress" @showHideInvoiceAddress>
17372
17442
  <co-relation-addresses
17373
17443
  [readonly]="readonly"
17374
- [addresses]="cloneRelation.activeAddresses"
17444
+ [addresses]="relation.activeAddresses"
17375
17445
  [type]="addressType.BillingAddress"
17376
17446
  [selectedNawNr]="invoiceAddressNawNr"
17377
17447
  (selectedNawNrChange)="setIndexInvoiceAddress($event)"
@@ -17381,7 +17451,7 @@ TransactionHeaderPopupRelationComponent.decorators = [
17381
17451
  </div>
17382
17452
  </div>
17383
17453
  <div #preferenceItems class="header-relation-navigation-content">
17384
- <co-relation-preferences [readonly]="readonly" [relation]="cloneRelation"></co-relation-preferences>
17454
+ <co-relation-preferences [readonly]="readonly" [relation]="relation"></co-relation-preferences>
17385
17455
  </div>
17386
17456
  </div>
17387
17457
  </co-form>
@@ -17393,17 +17463,6 @@ TransactionHeaderPopupRelationComponent.decorators = [
17393
17463
  encapsulation: ViewEncapsulation.None
17394
17464
  },] }
17395
17465
  ];
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
17466
  TransactionHeaderPopupRelationComponent.propDecorators = {
17408
17467
  navigationItems: [{ type: ViewChild, args: ['navigationItems', { read: ElementRef },] }],
17409
17468
  mainItems: [{ type: ViewChild, args: ['mainItems', { read: ElementRef },] }],
@@ -17472,32 +17531,6 @@ class TransactionHeaderPopupOrderComponent extends TransactionHeaderPopupBaseCom
17472
17531
  showClass() {
17473
17532
  return true;
17474
17533
  }
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
17534
  }
17502
17535
  TransactionHeaderPopupOrderComponent.decorators = [
17503
17536
  { type: Component, args: [{
@@ -17536,32 +17569,6 @@ class TransactionHeaderPopupDeliveryComponent extends TransactionHeaderPopupBase
17536
17569
  showClass() {
17537
17570
  return true;
17538
17571
  }
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
17572
  }
17566
17573
  TransactionHeaderPopupDeliveryComponent.decorators = [
17567
17574
  { type: Component, args: [{
@@ -17600,7 +17607,7 @@ TransactionHeaderPopupDeliveryComponent.propDecorators = {
17600
17607
  showClass: [{ type: HostBinding, args: ['class.co-transaction-header-popup-delivery',] }]
17601
17608
  };
17602
17609
 
17603
- class TransactionHeaderPopupPaymentComponent extends TransactionBaseComponent {
17610
+ class TransactionHeaderPopupPaymentComponent extends TransactionHeaderPopupBaseComponent {
17604
17611
  showClass() {
17605
17612
  return true;
17606
17613
  }
@@ -17609,7 +17616,27 @@ TransactionHeaderPopupPaymentComponent.decorators = [
17609
17616
  { type: Component, args: [{
17610
17617
  selector: 'co-transaction-header-popup-payment',
17611
17618
  template: `
17612
- <co-deposit-payment [branch]="transactionInfo.branch?.relationNr" [transactionUuid]="transactionInfo.uuid"></co-deposit-payment>
17619
+ <div class="transaction-header-popup-category-wrapper co-small-scrollbar">
17620
+ <co-form>
17621
+ <div class="transaction-header-popup-section">
17622
+ <div class="transaction-header-popup-section-label" [textContent]="'TO_PAY_DOWN' | localize"></div>
17623
+ <div class="transaction-header-popup-two-column-grid">
17624
+ <co-transaction-header-deposit-percentage [transactionInfo]="transactionInfo" [lockAndSave]="false"></co-transaction-header-deposit-percentage>
17625
+ <co-transaction-header-deposit-amount [transactionInfo]="transactionInfo" [lockAndSave]="false"></co-transaction-header-deposit-amount>
17626
+ </div>
17627
+ <div class="transaction-header-popup-two-column-grid">
17628
+ <co-transaction-header-payment-button *ngIf="transactionInfo.transactionKind !== transKind.PurchaseOrder"
17629
+ [transactionInfo]="transactionInfo"
17630
+ [lockAndSave]="false"
17631
+ ></co-transaction-header-payment-button>
17632
+ </div>
17633
+ </div>
17634
+ <div class="transaction-header-popup-section">
17635
+ <div class="transaction-header-popup-section-label" [textContent]="'PAYMENTS_MADE' | localize"></div>
17636
+ <co-deposit-payment [branch]="transactionInfo.branch?.relationNr" [transactionUuid]="transactionInfo.uuid" [showTitle]="false"></co-deposit-payment>
17637
+ </div>
17638
+ </co-form>
17639
+ </div>
17613
17640
  `,
17614
17641
  encapsulation: ViewEncapsulation.None
17615
17642
  },] }
@@ -18467,114 +18494,29 @@ TransactionHeaderDeliverydateDefinitiveButtonModule.decorators = [
18467
18494
  },] }
18468
18495
  ];
18469
18496
 
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
- class TransactionHeaderDepositPercentageComponent extends TransactionInputFieldBaseComponent {
18556
- set child(content) {
18557
- if (content) {
18558
- this.input = content;
18559
- this.input.commit = (amount) => this.handleCommit(amount);
18560
- this.setEditMode(false);
18561
- }
18562
- else if (this.input) {
18563
- this.setEditMode();
18564
- }
18565
- }
18566
- commit(amount) {
18567
- return __awaiter(this, void 0, void 0, function* () {
18568
- if (this.transactionInfo && this.transactionInfo.depositPercentage !== amount) {
18569
- const success = yield this.transactionService.updateHeaderTransactionDepositPercentage(this.transactionInfo.uuid, amount, this.lockAndSave);
18570
- if (!success) {
18571
- this.input.model = amount;
18572
- }
18573
- return success;
18574
- }
18575
- return true;
18576
- });
18577
- }
18497
+ class TransactionHeaderDepositPercentageComponent extends TransactionInputFieldBaseComponent {
18498
+ set child(content) {
18499
+ if (content) {
18500
+ this.input = content;
18501
+ this.input.commit = (amount) => this.handleCommit(amount);
18502
+ this.setEditMode(false);
18503
+ }
18504
+ else if (this.input) {
18505
+ this.setEditMode();
18506
+ }
18507
+ }
18508
+ commit(amount) {
18509
+ return __awaiter(this, void 0, void 0, function* () {
18510
+ if (this.transactionInfo && this.transactionInfo.depositPercentage !== amount) {
18511
+ const success = yield this.transactionService.updateHeaderTransactionDepositPercentage(this.transactionInfo.uuid, amount, this.lockAndSave);
18512
+ if (!success) {
18513
+ this.input.model = amount;
18514
+ }
18515
+ return success;
18516
+ }
18517
+ return true;
18518
+ });
18519
+ }
18578
18520
  }
18579
18521
  TransactionHeaderDepositPercentageComponent.decorators = [
18580
18522
  { type: Component, args: [{
@@ -18681,6 +18623,216 @@ TransactionHeaderDepositAmountModule.decorators = [
18681
18623
  },] }
18682
18624
  ];
18683
18625
 
18626
+ class TransactionHeaderPaymentButtonComponent extends TransactionBaseComponent {
18627
+ constructor(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, _paymentService) {
18628
+ super(transactionEventService, iconCacheService, imageService, dictionaryService, service, changeDetector);
18629
+ this.transactionEventService = transactionEventService;
18630
+ this.service = service;
18631
+ this.iconCacheService = iconCacheService;
18632
+ this.dictionaryService = dictionaryService;
18633
+ this.imageService = imageService;
18634
+ this.changeDetector = changeDetector;
18635
+ this._paymentService = _paymentService;
18636
+ this.paid = 0;
18637
+ this.toPay = 0;
18638
+ this.depositPayments = [];
18639
+ this.showPaymentDialog = false;
18640
+ }
18641
+ showClass() {
18642
+ return true;
18643
+ }
18644
+ openPayment(event) {
18645
+ return __awaiter(this, void 0, void 0, function* () {
18646
+ event.preventDefault();
18647
+ event.stopPropagation();
18648
+ if (yield this.lockTransaction()) {
18649
+ this.showPaymentDialog = true;
18650
+ }
18651
+ });
18652
+ }
18653
+ handleCloseDialogClick(event) {
18654
+ event.preventDefault();
18655
+ event.stopPropagation();
18656
+ this.showPaymentDialog = false;
18657
+ }
18658
+ transactionInfoSet() {
18659
+ const _super = Object.create(null, {
18660
+ transactionInfoSet: { get: () => super.transactionInfoSet }
18661
+ });
18662
+ return __awaiter(this, void 0, void 0, function* () {
18663
+ _super.transactionInfoSet.call(this);
18664
+ this._getDepositPaymentInfo();
18665
+ });
18666
+ }
18667
+ _getDepositPaymentInfo() {
18668
+ if (!this.transactionInfo.uuid) {
18669
+ return;
18670
+ }
18671
+ this.depositPayments.length = 0;
18672
+ this._paymentService.getDepositPaymentInfo(this.transactionInfo.uuid).then((info) => {
18673
+ if (info) {
18674
+ this.toPay = info.depositAmount;
18675
+ this.paid = info.depositPaymentAmountTotal;
18676
+ }
18677
+ });
18678
+ }
18679
+ }
18680
+ TransactionHeaderPaymentButtonComponent.decorators = [
18681
+ { type: Component, args: [{
18682
+ selector: 'co-transaction-header-payment-button',
18683
+ template: `
18684
+ <co-transaction-button class="custom-width"
18685
+ [readonly]="headerReadonly"
18686
+ [iconData]="iconCacheService.getIcon(icons.CreditCardRegular)"
18687
+ [tooltip]="tooltipMessage"
18688
+ (click)="openPayment($event)"
18689
+ >
18690
+ <div class="payment-payed-wrapper">
18691
+ <span class="payment-to-pay" [textContent]="(toPay | coCurrency) || 0"></span>
18692
+ <span class="payment-divider" [textContent]="'/'"></span>
18693
+ <span class="payment-paid" [class.success]="paid >= toPay" [textContent]="(paid | coCurrency) || 0"></span>
18694
+ </div>
18695
+ </co-transaction-button>
18696
+ <co-dialog class="payment-dialog" [customCssClass]="'payment-dialog co-small-scrollbar'" *ngIf="showPaymentDialog"
18697
+ [modal]="true"
18698
+ (closeClick)="handleCloseDialogClick($event)"
18699
+ >
18700
+ <co-payment
18701
+ [transId]="transactionInfo.id"
18702
+ [branch]="transactionInfo.branch?.relationNr"
18703
+ [transactionUuid]="transactionInfo.uuid"
18704
+ [amount]="toPay"
18705
+ [currencyId]="transactionInfo.currencyId"
18706
+ ></co-payment>
18707
+ </co-dialog>
18708
+ `,
18709
+ encapsulation: ViewEncapsulation.None
18710
+ },] }
18711
+ ];
18712
+ TransactionHeaderPaymentButtonComponent.ctorParameters = () => [
18713
+ { type: TransactionEventService },
18714
+ { type: TransactionService },
18715
+ { type: IconCacheService },
18716
+ { type: DictionaryService },
18717
+ { type: TransactionImageService },
18718
+ { type: ChangeDetectorRef },
18719
+ { type: PaymentService }
18720
+ ];
18721
+ TransactionHeaderPaymentButtonComponent.propDecorators = {
18722
+ showClass: [{ type: HostBinding, args: ['class.co-transaction-header-payment-button',] }]
18723
+ };
18724
+
18725
+ class TransactionHeaderPaymentButtonModule {
18726
+ }
18727
+ TransactionHeaderPaymentButtonModule.decorators = [
18728
+ { type: NgModule, args: [{
18729
+ imports: [
18730
+ CommonModule,
18731
+ IconModule,
18732
+ PipeModule,
18733
+ TransactionButtonModule,
18734
+ TooltipDirectiveModule,
18735
+ CoDialogModule,
18736
+ PaymentModule
18737
+ ],
18738
+ declarations: [
18739
+ TransactionHeaderPaymentButtonComponent
18740
+ ],
18741
+ exports: [
18742
+ TransactionHeaderPaymentButtonComponent
18743
+ ]
18744
+ },] }
18745
+ ];
18746
+
18747
+ class TransactionHeaderPopupModule {
18748
+ }
18749
+ TransactionHeaderPopupModule.decorators = [
18750
+ { type: NgModule, args: [{
18751
+ imports: [
18752
+ CommonModule,
18753
+ CoDialogModule,
18754
+ PipeModule,
18755
+ TransactionFilterCategoriesModule,
18756
+ FormModule,
18757
+ RelationTypeModule,
18758
+ CoreModule,
18759
+ RelationGeneralModule,
18760
+ RelationAddressesModule,
18761
+ InputCheckboxModule,
18762
+ RelationPreferencesModule,
18763
+ TransactionHeaderBranchModule,
18764
+ TransactionHeaderSalesPersonModule,
18765
+ TransactionHeaderAdministrativeRelationModule,
18766
+ TransactionHeaderPriceKindModule,
18767
+ TransactionHeaderCurrencyModule,
18768
+ TransactionHeaderPaymentConditionModule,
18769
+ TransactionHeaderHoldCodesModule,
18770
+ TransactionHeaderMarketingModule,
18771
+ DepositPaymentModule,
18772
+ TransactionHeaderDeliveryOptionsModule,
18773
+ TransactionHeaderRemarksModule,
18774
+ TransactionHeaderReferenceModule,
18775
+ TransactionHeaderRelationReferenceModule,
18776
+ TransactionHeaderDeliveryMethodButtonModule,
18777
+ ButtonModule,
18778
+ TransactionHeaderDefinitiveModule,
18779
+ TransactionHeaderPartialDeliveryModule,
18780
+ TransactionHeaderDeliveryDateModule,
18781
+ TransactionHeaderPreferredDeliveryDateModule,
18782
+ TransactionHeaderDeliverydateDefinitiveButtonModule,
18783
+ TransactionHeaderDepositPercentageModule,
18784
+ TransactionHeaderDepositAmountModule,
18785
+ TransactionHeaderPaymentButtonModule,
18786
+ IconModule
18787
+ ],
18788
+ declarations: [
18789
+ TransactionHeaderPopupComponent,
18790
+ TransactionHeaderPopupRelationComponent,
18791
+ TransactionHeaderPopupOrderComponent,
18792
+ TransactionHeaderPopupDeliveryComponent,
18793
+ TransactionHeaderPopupPaymentComponent
18794
+ ],
18795
+ exports: [
18796
+ TransactionHeaderPopupComponent
18797
+ ]
18798
+ },] }
18799
+ ];
18800
+
18801
+ class TransactionHeaderDeliveryModule {
18802
+ }
18803
+ TransactionHeaderDeliveryModule.decorators = [
18804
+ { type: NgModule, args: [{
18805
+ imports: [
18806
+ CommonModule,
18807
+ CoreModule,
18808
+ TransactionHeaderBlockModule,
18809
+ InputCheckboxModule,
18810
+ IconModule,
18811
+ PipeModule,
18812
+ InputDatePickerModule,
18813
+ TransactionHeaderDeliveryDateModule,
18814
+ CoDialogModule,
18815
+ TransactionHeaderDeliveryOptionsModule,
18816
+ TransactionHeaderRemarksModule,
18817
+ TransactionHeaderReferenceModule,
18818
+ TransactionHeaderRelationReferenceModule,
18819
+ TransactionHeaderDeliveryMethodModule,
18820
+ TransactionHeaderPreferredDeliveryDateModule,
18821
+ DialogTransactionHeaderDeliveryMethodModule,
18822
+ TransactionHeaderPartialDeliveryModule,
18823
+ TransactionHeaderPopupModule,
18824
+ TransactionHeaderDeliveryMethodButtonModule,
18825
+ TransactionHeaderDeliverydateDefinitiveButtonModule
18826
+ ],
18827
+ declarations: [
18828
+ TransactionHeaderDeliveryComponent
18829
+ ],
18830
+ exports: [
18831
+ TransactionHeaderDeliveryComponent
18832
+ ]
18833
+ },] }
18834
+ ];
18835
+
18684
18836
  class CheckoutModule {
18685
18837
  }
18686
18838
  CheckoutModule.decorators = [
@@ -19388,7 +19540,6 @@ TransactionHeaderRelationComponent.decorators = [
19388
19540
  [headerBlockTemplate]="headerBlock"
19389
19541
  [firstBlockTemplate]="firstBlock"
19390
19542
  [secondBlockTemplate]="secondBlock"
19391
- [hasDetails]="true"
19392
19543
  (headerClick)="showDialog = true"
19393
19544
  >
19394
19545
  </co-transaction-header-block>
@@ -19654,20 +19805,14 @@ TransactionHeaderPaymentComponent.decorators = [
19654
19805
  [headerBlockTemplate]="headerBlock"
19655
19806
  [firstBlockTemplate]="firstBlock"
19656
19807
  [secondBlockTemplate]="secondBlock"
19657
- [hasDetails]="true"
19658
19808
  (headerClick)="showDialog = true"
19659
19809
  >
19660
19810
  </co-transaction-header-block>
19661
19811
  <ng-template #headerBlock>
19662
19812
  <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>
19813
+ <co-transaction-header-payment-button *ngIf="transactionInfo.transactionKind !== transKind.PurchaseOrder"
19814
+ [transactionInfo]="transactionInfo"
19815
+ ></co-transaction-header-payment-button>
19671
19816
  </ng-template>
19672
19817
  <ng-template #firstBlock>
19673
19818
  <div class="header-deposit-label co-transaction-label" [textContent]="'DOWNPAYMENT_PERCENTAGE' | localize"></div>
@@ -19751,7 +19896,8 @@ TransactionHeaderPaymentModule.decorators = [
19751
19896
  TransactionHeaderDepositAmountModule,
19752
19897
  DialogTransactionHeaderDiscountModule,
19753
19898
  DepositPaymentModule,
19754
- TransactionHeaderPopupModule
19899
+ TransactionHeaderPopupModule,
19900
+ TransactionHeaderPaymentButtonModule
19755
19901
  ],
19756
19902
  declarations: [
19757
19903
  TransactionHeaderPaymentComponent
@@ -22787,6 +22933,8 @@ TransactionLinePurchaseReceiveGoodsModule.decorators = [
22787
22933
  class TransactionLinePurchaseConfirmationComponent extends TransactionBaseComponent {
22788
22934
  constructor() {
22789
22935
  super(...arguments);
22936
+ this.transactionTypeCategory = TransactionTypeCategory;
22937
+ this.docDeliveryBatch = new DocDeliveryBatch();
22790
22938
  this.filteredDocBatchArray = [];
22791
22939
  this.isEditMode = false;
22792
22940
  this._subs = [];
@@ -22844,7 +22992,8 @@ class TransactionLinePurchaseConfirmationComponent extends TransactionBaseCompon
22844
22992
  });
22845
22993
  }
22846
22994
  handleSelectHistoryRow(row) {
22847
- this.docDeliveryBatch = row;
22995
+ this.docDeliveryBatch = Object.assign(new DocDeliveryBatch(), row);
22996
+ this.docDeliveryBatch.docDate = new Date(row.docDate);
22848
22997
  }
22849
22998
  handleCancelClick() {
22850
22999
  this._initNewDocDeliveryBatch();
@@ -22857,11 +23006,9 @@ class TransactionLinePurchaseConfirmationComponent extends TransactionBaseCompon
22857
23006
  this.filteredDocBatchArray = this.transactionLine.purchasePortalLine.docBatchArray.filter(value => value.historical === 'G');
22858
23007
  }
22859
23008
  _initNewDocDeliveryBatch() {
22860
- const tempDocBatch = new DocDeliveryBatch();
22861
- tempDocBatch.docAmount = +this.transactionLine.purchasePortalLine.amountOrdered - +this.transactionLine.purchasePortalLine.amountConfirmed;
22862
- tempDocBatch.docDate = new Date();
22863
- tempDocBatch.confirmedPrice = +this.transactionLine.purchasePortalLine.confirmedPrice;
22864
- this.docDeliveryBatch = tempDocBatch;
23009
+ this.docDeliveryBatch = new DocDeliveryBatch();
23010
+ this.docDeliveryBatch.docAmount = 0;
23011
+ this.docDeliveryBatch.confirmedPrice = 0;
22865
23012
  }
22866
23013
  }
22867
23014
  TransactionLinePurchaseConfirmationComponent.decorators = [
@@ -22873,7 +23020,11 @@ TransactionLinePurchaseConfirmationComponent.decorators = [
22873
23020
  <div class="header-wrapper">
22874
23021
  <div class="details-header">
22875
23022
  <span [textContent]="'CONFIRM_DETAILS' | localize"></span>
22876
- <span class="deliver-date-text" [textContent]="('REQUESTED_DELIVERY' | localize) + ': ' + (transactionLine.deliveryDate | date:'dd-MM-YYYY')"></span>
23023
+ <co-transaction-line-statusbar class="status-bar-wrapper"
23024
+ [transactionInfo]="transactionInfo"
23025
+ [transactionLine]="transactionLine"
23026
+ [activeCategory]="transactionTypeCategory.PurchaseOrderOrderConfirmation"
23027
+ ></co-transaction-line-statusbar>
22877
23028
  </div>
22878
23029
  </div>
22879
23030
  <div class="header-inform-user" *ngIf="isEditing">
@@ -22890,12 +23041,14 @@ TransactionLinePurchaseConfirmationComponent.decorators = [
22890
23041
  ></co-input-number-picker>
22891
23042
  <co-input-date class="details-input"
22892
23043
  [placeholder]="'CONFIRMED_DATE' | localize"
23044
+ [leftIconData]="iconCacheService.getIcon(icons.RegularIndustryClock)"
22893
23045
  [(model)]="docDeliveryBatch.docDate"
22894
23046
  [readonly]="+this.transactionLine.purchasePortalLine.amountOrdered - +this.transactionLine.purchasePortalLine.amountConfirmed === 0"
22895
23047
  required
22896
23048
  ></co-input-date>
22897
23049
  <co-transaction-labeled-price-input
22898
- [model]="docDeliveryBatch.confirmedPrice"
23050
+ [(model)]="docDeliveryBatch.confirmedPrice"
23051
+ [defaultEditMode]="false"
22899
23052
  [placeholder]="'CONFIRMED_PRICE' | localize"
22900
23053
  [required]="true"
22901
23054
  [readonly]="+this.transactionLine.purchasePortalLine.amountOrdered - +this.transactionLine.purchasePortalLine.amountConfirmed === 0"
@@ -22953,6 +23106,7 @@ class TransactionLabeledPriceInputComponent {
22953
23106
  this.defaultEditMode = false;
22954
23107
  this.readonly = false;
22955
23108
  this.required = false;
23109
+ this.modelChange = new EventEmitter();
22956
23110
  this._editMode = false;
22957
23111
  }
22958
23112
  set child(content) {
@@ -22985,13 +23139,16 @@ class TransactionLabeledPriceInputComponent {
22985
23139
  showClass() {
22986
23140
  return true;
22987
23141
  }
23142
+ handleModelChange(event) {
23143
+ this.modelChange.next(event);
23144
+ }
22988
23145
  }
22989
23146
  TransactionLabeledPriceInputComponent.decorators = [
22990
23147
  { type: Component, args: [{
22991
23148
  selector: "co-transaction-labeled-price-input",
22992
23149
  template: `
22993
23150
  <co-input-text *ngIf="(!editMode || readonly) && !defaultEditMode"
22994
- [model]="model | coCurrency"
23151
+ [model]="model | coCurrency : true"
22995
23152
  [placeholder]="placeholder"
22996
23153
  [readonly]="true"
22997
23154
  [required]="required"
@@ -23002,8 +23159,10 @@ TransactionLabeledPriceInputComponent.decorators = [
23002
23159
  [placeholder]="placeholder"
23003
23160
  [type]="'number'"
23004
23161
  [min]="0"
23162
+ [readonly]="readonly"
23005
23163
  [required]="required"
23006
- [(model)]="model"
23164
+ [model]="model"
23165
+ (modelChange)="handleModelChange($event)"
23007
23166
  (blur)="editMode = false"
23008
23167
  [customHeight]="true"
23009
23168
  ></co-input-text>
@@ -23014,13 +23173,14 @@ TransactionLabeledPriceInputComponent.decorators = [
23014
23173
  TransactionLabeledPriceInputComponent.ctorParameters = () => [];
23015
23174
  TransactionLabeledPriceInputComponent.propDecorators = {
23016
23175
  child: [{ type: ViewChild, args: ['input', { read: InputTextComponent },] }],
23017
- placeholder: [{ type: Input }],
23018
23176
  model: [{ type: Input }],
23177
+ placeholder: [{ type: Input }],
23019
23178
  defaultEditMode: [{ type: Input }],
23020
23179
  readonly: [{ type: Input }],
23021
23180
  required: [{ type: Input }],
23022
23181
  editMode: [{ type: Input }],
23023
- handleClick: [{ type: HostListener, args: ["click", ["$event"],] }],
23182
+ modelChange: [{ type: Output }],
23183
+ handleClick: [{ type: HostListener, args: ["mousedown", ["$event"],] }],
23024
23184
  showClass: [{ type: HostBinding, args: ["class.co-transaction-labeled-price-input",] }]
23025
23185
  };
23026
23186
 
@@ -23057,7 +23217,8 @@ TransactionLinePurchaseConfirmationModule.decorators = [
23057
23217
  TransactionConfirmationHistoryModule,
23058
23218
  InputNumberPickerModule,
23059
23219
  ButtonModule,
23060
- TransactionLabeledPriceInputModule
23220
+ TransactionLabeledPriceInputModule,
23221
+ TransactionLineStatusbarModule
23061
23222
  ],
23062
23223
  declarations: [
23063
23224
  TransactionLinePurchaseConfirmationComponent
@@ -24869,7 +25030,8 @@ TransactionQuickAccessOrderConfirmationModule.decorators = [
24869
25030
  SendMethodDialogModule,
24870
25031
  QuickSendButtonModule,
24871
25032
  CheckmarkOverlayModule,
24872
- IconModule
25033
+ IconModule,
25034
+ TransactionButtonModule
24873
25035
  ],
24874
25036
  declarations: [
24875
25037
  TransactionQuickAccessOrderConfirmationComponent
@@ -26236,8 +26398,8 @@ TransactionLineDiscountButtonComponent.decorators = [
26236
26398
  { type: Component, args: [{
26237
26399
  selector: "co-transaction-line-discount-button",
26238
26400
  template: `
26239
- <co-transaction-button class="center-align"
26240
- [label]="(transactionLine.lineTotalDiscountAmount | coCurrency) || ('DISCOUNT' | localize)"
26401
+ <co-transaction-button class="center-align" [class.discount]="!!transactionLine.lineTotalDiscountAmount"
26402
+ [label]="!!transactionLine.lineTotalDiscountAmount ? ('- ' + (transactionLine.lineTotalDiscountAmount | coCurrency)) : ('DISCOUNT' | localize)"
26241
26403
  (click)="handleShowDialog($event)"
26242
26404
  ></co-transaction-button>
26243
26405
  <!--
@@ -27028,6 +27190,81 @@ TransactionPurchasePortalLineConfirmedDeliveryDateModule.decorators = [
27028
27190
  },] }
27029
27191
  ];
27030
27192
 
27193
+ class TransactionLineSupplierDeliveryDateButtonComponent extends TransactionBaseComponent {
27194
+ constructor(transactionEventService, service, iconCacheService, dictionaryService, imageService, changeDetector, _overlayService, _elementRef) {
27195
+ super(transactionEventService, iconCacheService, imageService, dictionaryService, service, changeDetector);
27196
+ this.transactionEventService = transactionEventService;
27197
+ this.service = service;
27198
+ this.iconCacheService = iconCacheService;
27199
+ this.dictionaryService = dictionaryService;
27200
+ this.imageService = imageService;
27201
+ this.changeDetector = changeDetector;
27202
+ this._overlayService = _overlayService;
27203
+ this._elementRef = _elementRef;
27204
+ this.icons = Icon;
27205
+ }
27206
+ showClass() {
27207
+ return true;
27208
+ }
27209
+ handleShowDialog(event) {
27210
+ }
27211
+ }
27212
+ TransactionLineSupplierDeliveryDateButtonComponent.decorators = [
27213
+ { type: Component, args: [{
27214
+ selector: "co-transaction-line-supplier-delivery-date-button",
27215
+ template: `
27216
+ <co-transaction-button class="big center-align"
27217
+ [iconData]="iconCacheService.getIcon(icons.RegularIndustryClock)"
27218
+ [label]="transactionLine.purchasePortalLine.deliveryDateConfirmed | date:'d MMM yyyy'"
27219
+ [rightIconData]="iconCacheService.getIcon(icons.CalendarDayRegular)"
27220
+ (click)="handleShowDialog($event)"
27221
+ ></co-transaction-button>
27222
+ <!--
27223
+ <div class="transaction-line-button big" [class.no-pointer]="readonly" (click)="handleShowDialog($event)">
27224
+ <co-transaction-date-select [date]="transactionLine.deliveryDate"></co-transaction-date-select>
27225
+ </div>
27226
+ -->
27227
+ `,
27228
+ providers: [
27229
+ OverlayService
27230
+ ],
27231
+ encapsulation: ViewEncapsulation.None
27232
+ },] }
27233
+ ];
27234
+ TransactionLineSupplierDeliveryDateButtonComponent.ctorParameters = () => [
27235
+ { type: TransactionEventService },
27236
+ { type: TransactionService },
27237
+ { type: IconCacheService },
27238
+ { type: DictionaryService },
27239
+ { type: TransactionImageService },
27240
+ { type: ChangeDetectorRef },
27241
+ { type: OverlayService },
27242
+ { type: ElementRef }
27243
+ ];
27244
+ TransactionLineSupplierDeliveryDateButtonComponent.propDecorators = {
27245
+ showClass: [{ type: HostBinding, args: ["class.co-transaction-line-supplier-delivery-date-button",] }]
27246
+ };
27247
+
27248
+ class TransactionLineSupplierDeliveryDateButtonModule {
27249
+ }
27250
+ TransactionLineSupplierDeliveryDateButtonModule.decorators = [
27251
+ { type: NgModule, args: [{
27252
+ imports: [
27253
+ CommonModule,
27254
+ IconModule,
27255
+ PipeModule,
27256
+ TransactionDateSelectModule,
27257
+ TransactionButtonModule
27258
+ ],
27259
+ declarations: [
27260
+ TransactionLineSupplierDeliveryDateButtonComponent
27261
+ ],
27262
+ exports: [
27263
+ TransactionLineSupplierDeliveryDateButtonComponent
27264
+ ]
27265
+ },] }
27266
+ ];
27267
+
27031
27268
  class TransactionPurchaseOrderLineModule {
27032
27269
  }
27033
27270
  TransactionPurchaseOrderLineModule.decorators = [
@@ -27053,7 +27290,9 @@ TransactionPurchaseOrderLineModule.decorators = [
27053
27290
  ObserveVisibilityModule,
27054
27291
  InputTextModule,
27055
27292
  TransactionDateSelectModule,
27056
- TransactionButtonModule
27293
+ TransactionButtonModule,
27294
+ TransactionLineDiscountButtonModule,
27295
+ TransactionLineSupplierDeliveryDateButtonModule
27057
27296
  ],
27058
27297
  declarations: [
27059
27298
  TransactionPurchaseOrderLineComponent
@@ -30778,5 +31017,5 @@ TransactionScreenConfigurationService.decorators = [
30778
31017
  * Generated bundle index. Do not edit.
30779
31018
  */
30780
31019
 
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 };
31020
+ 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, TransactionLineSupplierDeliveryDateButtonModule as ɵok, TransactionLineSupplierDeliveryDateButtonComponent as ɵol, TransactionPurchaseOrderLineComponent as ɵom, TransactionPurchaseOrderLineBaseComponent as ɵon, TransactionPurchaseOverviewLineModule as ɵoo, TransactionNavigationButtonListModule as ɵop, TransactionNavigationButtonListComponent as ɵoq, TransactionPurchaseOverviewLineComponent as ɵor, TransactionCardModule as ɵos, TransactionCardPurchaseOverviewModule as ɵot, TransactionCardHeaderModule as ɵou, TransactionCardHeaderComponent as ɵov, TransactionCardFooterModule as ɵow, TransactionCardFooterComponent as ɵox, TransactionCardPurchaseOverviewComponent as ɵoy, TransactionCardSalesOverviewModule as ɵoz, ArticleConnectorService as ɵp, TransactionCardSalesOverviewComponent as ɵpa, TransactionCardReceiveGoodsModule as ɵpb, TransactionCardReceiveGoodsComponent as ɵpc, TransactionCardInvoiceModule as ɵpd, TransactionCardInvoiceComponent as ɵpe, TransactionCardOrderDeliveryModule as ɵpf, TransactionCardOrderDeliveryComponent as ɵpg, TransactionCardComponent as ɵph, TransactionTextLineModule as ɵpi, TransactionTextLineComponent as ɵpj, SearchViewModeService as ɵpk, TransactionSearchSalesOrderTileModule as ɵpl, TransactionSearchSalesOrderTileComponent as ɵpm, TransactionSearchTileBaseComponent as ɵpn, TransactionSearchPurchaseOrderTileModule as ɵpo, TransactionSearchPurchaseOrderTileComponent as ɵpp, TransactionSearchSalesOrderGridModule as ɵpq, TransactionSearchSalesOrderGridComponent as ɵpr, TransactionSearchGridBaseComponent as ɵps, TransactionSearchPurchaseOrderGridModule as ɵpt, TransactionSearchPurchaseOrderGridComponent as ɵpu, TransactionSearchGridModule as ɵpv, TransactionSearchGridComponent as ɵpw, TransactionSearchTileModule as ɵpx, TransactionSearchTileComponent as ɵpy, TransactionSalesOrderFilterModule as ɵpz, RelationConnectorService as ɵq, TransactionSalesOrderFilterContentOrderModule as ɵqa, TransactionFilterItemModule as ɵqb, TransactionFilterItemComponent as ɵqc, TransactionSalesOrderFilterContentOrderComponent as ɵqd, TransactionFilterContentBaseComponent as ɵqe, FilterRequestService as ɵqf, TransactionSalesOrderFilterContentLogisticsModule as ɵqg, TransactionFilterHistoricStateModule as ɵqh, TransactionFilterHistoricStateComponent as ɵqi, TransactionSalesOrderFilterContentLogisticsComponent as ɵqj, TransactionSalesOrderFilterContentArticleModule as ɵqk, TransactionSalesOrderFilterContentArticleComponent as ɵql, TransactionSalesOrderFilterComponent as ɵqm, TransactionFilterBaseComponent as ɵqn, TransactionPurchaseOrderFilterModule as ɵqo, TransactionPurchaseOrderFilterContentOrderModule as ɵqp, TransactionPurchaseOrderFilterContentOrderComponent as ɵqq, TransactionPurchaseOrderFilterContentLogisticsModule as ɵqr, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵqs, TransactionPurchaseOrderFilterContentArticleModule as ɵqt, TransactionPurchaseOrderFilterContentArticleComponent as ɵqu, TransactionPurchaseOrderFilterComponent as ɵqv, SearchFeatureModule as ɵqw, SearchHeaderButtonsModule as ɵqx, SearchHeaderButtonsComponent as ɵqy, SearchFilterPanelModule as ɵqz, CoreModule as ɵr, SearchFilterPanelComponent as ɵra, SearchComponent as ɵrb, TransactionTagComponent as ɵrc, 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
31021
  //# sourceMappingURL=colijnit-transaction.js.map