@colijnit/transaction 255.1.38 → 255.1.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/colijnit-transaction.umd.js +321 -70
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/component/delivery-planning/service/delivery-planning.service.js +18 -1
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-popup/delivery-planning-overview-popup.component.js +53 -33
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/component/delivery-planning-overview-tile-line/delivery-planning-overview-tile-line.component.js +21 -11
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/delivery-planning-overview-tile.component.js +12 -2
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile-settings-popup/delivery-planning-overview-tile-settings-popup.component.js +53 -3
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/delivery-planning-overview.component.js +79 -24
- package/esm2015/lib/component/transaction/transaction.component.js +4 -1
- package/esm2015/lib/component/transaction-card/transaction-card-planning/transaction-card-planning.component.js +33 -4
- package/esm2015/lib/component/transaction-internal/transaction-internal.component.js +7 -4
- package/esm2015/lib/component/transaction-line/transaction-planning-line/transaction-planning-line.component.js +2 -1
- package/esm2015/lib/component/transaction-line-side-panel-planning/transaction-line-side-panel-planning.component.js +2 -2
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation.component.js +21 -8
- package/esm2015/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales.module.js +3 -2
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +2 -1
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-purchase-reservation-order-tile/transaction-purchase-reservation-order-tile.component.js +4 -14
- package/esm2015/lib/enum/icon.enum.js +7 -1
- package/esm2015/lib/model/icon-svg.js +7 -1
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +296 -96
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/delivery-planning/service/delivery-planning.service.d.ts +4 -0
- package/lib/component/delivery-planning/style/_layout.scss +22 -1
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-popup/delivery-planning-overview-popup.component.d.ts +9 -6
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/component/delivery-planning-overview-tile-line/delivery-planning-overview-tile-line.component.d.ts +3 -0
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/component/delivery-planning-overview-tile-line/style/_layout.scss +25 -10
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/delivery-planning-overview-tile.component.d.ts +9 -0
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile/style/_layout.scss +13 -0
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/component/delivery-planning-overview-tile-settings-popup/delivery-planning-overview-tile-settings-popup.component.d.ts +14 -3
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/delivery-planning-overview.component.d.ts +16 -0
- package/lib/component/delivery-planning-main/component/delivery-planning-overview/style/_layout.scss +9 -6
- package/lib/component/delivery-planning-main/style/_layout.scss +0 -1
- package/lib/component/transaction/transaction.component.d.ts +1 -0
- package/lib/component/transaction-card/transaction-card-planning/transaction-card-planning.component.d.ts +19 -0
- package/lib/component/transaction-internal/style/_layout.scss +6 -0
- package/lib/component/transaction-internal/transaction-internal.component.d.ts +1 -0
- package/lib/component/transaction-line-side-panel-planning/style/_layout.scss +20 -17
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation/style/_layout.scss +16 -4
- package/lib/component/transaction-line-side-panel-sales/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation/transaction-line-side-panel-sales-reservation.component.d.ts +5 -1
- package/lib/component/transaction-search/transaction-search-tile/transaction-purchase-reservation-order-tile/style/_layout.scss +26 -20
- package/lib/enum/icon.enum.d.ts +6 -0
- package/package.json +1 -1
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
function Version() {
|
|
34
34
|
this.name = "@colijnit/transaction";
|
|
35
35
|
this.description = "Colijn IT transaction package";
|
|
36
|
-
this.symVer = "255.1.
|
|
37
|
-
this.publishDate = "
|
|
36
|
+
this.symVer = "255.1.39";
|
|
37
|
+
this.publishDate = "20-9-2024 17:21:27";
|
|
38
38
|
}
|
|
39
39
|
return Version;
|
|
40
40
|
}());
|
|
@@ -700,6 +700,7 @@
|
|
|
700
700
|
Icon["BoxOpenFullRegular"] = "box_open_full_regular";
|
|
701
701
|
Icon["CalendarDay"] = "calendar_day";
|
|
702
702
|
Icon["CalendarDayRegular"] = "calendar_day_regular";
|
|
703
|
+
Icon["CalendarLinesRegular"] = "calendar_lines_regular";
|
|
703
704
|
Icon["Cancel"] = "cancel";
|
|
704
705
|
Icon["CaretDownSolid"] = "caret_down_solid";
|
|
705
706
|
Icon["CaretUpSolid"] = "caret_up_solid";
|
|
@@ -717,6 +718,7 @@
|
|
|
717
718
|
Icon["CheckDuotone"] = "check_duotone";
|
|
718
719
|
Icon["CheckThin"] = "check_thin";
|
|
719
720
|
Icon["ChevronDownRegular"] = "chevron_down_regular";
|
|
721
|
+
Icon["ChevronRightRegular"] = "chevron_right_regular";
|
|
720
722
|
Icon["ChevronUpRegular"] = "chevron_up_regular";
|
|
721
723
|
Icon["CircleExclamationRegular"] = "circle_exclamation_regular";
|
|
722
724
|
Icon["CloseDialog"] = "close_dialog";
|
|
@@ -781,12 +783,15 @@
|
|
|
781
783
|
Icon["RegularBoxOpenCircleCheck"] = "regular_box_open_circle_check";
|
|
782
784
|
Icon["RegularCartFlatbedBoxesCircleCheck"] = "regular_cart_flatbed_boxes_circle_check";
|
|
783
785
|
Icon["RegularCartShoppingCircleQuestion"] = "regular_cart_shopping_circle_question";
|
|
786
|
+
Icon["RegularCartShoppingClock"] = "regular_cart_shopping_clock";
|
|
784
787
|
Icon["RegularEuroSignMinus"] = "regular_euro_sign_minus";
|
|
785
788
|
Icon["RegularIndustryClock"] = "regular_industry_clock";
|
|
786
789
|
Icon["RegularIndustryTag"] = "regular_industry_tag";
|
|
787
790
|
Icon["RegularReceiptSlash"] = "regular_receipt_slash";
|
|
788
791
|
Icon["RegularTruckMovingCircleExclamation"] = "regular_truck_moving_circle_exclamation";
|
|
789
792
|
Icon["RegularTruckMovingCircleUser"] = "regular_truck_moving_circle_user";
|
|
793
|
+
Icon["RegularTruckMovingClock"] = "regular_truck_moving_clock";
|
|
794
|
+
Icon["RegularWarehouseClock"] = "regular_warehouse_clock";
|
|
790
795
|
Icon["Remark"] = "remark";
|
|
791
796
|
Icon["Resize"] = "resize";
|
|
792
797
|
Icon["ServiceCartRegular"] = "service_cart_regular";
|
|
@@ -814,6 +819,7 @@
|
|
|
814
819
|
Icon["ToolboxRegular"] = "toolbox_regular";
|
|
815
820
|
Icon["TrashBin"] = "trash_bin";
|
|
816
821
|
Icon["TrashCanLight"] = "trash_can_light";
|
|
822
|
+
Icon["TrashCanRegular"] = "trash_can_regular";
|
|
817
823
|
Icon["TriangleDown"] = "triangle_down";
|
|
818
824
|
Icon["TriangleUp"] = "triangle_up";
|
|
819
825
|
Icon["Truck"] = "truck";
|
|
@@ -849,6 +855,7 @@
|
|
|
849
855
|
"box_open_full_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M480.9 3.1C456-6.2 428.4 6.3 419.1 31.2L384 124.8C382.2 55.6 325.6 0 256 0C185.3 0 128 57.3 128 128c0 2.2 .1 4.3 .2 6.5l65.5 8.2c-1.1-4.7-1.7-9.6-1.7-14.7c0-35.3 28.7-64 64-64s64 28.7 64 64c0 10.7-2.6 20.7-7.2 29.6l7.2 .9 161.4-20.2 27.5-73.4c9.3-24.8-3.3-52.5-28.1-61.8zM58.9 170.1L17.2 253.5c-9 17.9 .6 39.6 19.8 45.1l163.3 46.7c13.9 4 28.8-1.9 36.2-14.3L320 192 75.2 161.4c-6.7-.8-13.3 2.7-16.3 8.7zM576 339.6l-48 13.7v57.2l-184 46V312c0-13.3-10.7-24-24-24s-24 10.7-24 24V456.5l-184-46V353.3L64 339.6v71c0 22 15 41.2 36.4 46.6l204.1 51c10.2 2.5 20.9 2.5 31 0l204.1-51c21.4-5.3 36.4-24.5 36.4-46.6v-71zm46.8-86.1l-41.7-83.4c-3-6.1-9.6-9.6-16.3-8.7L320 192l83.4 139c7.4 12.4 22.3 18.3 36.2 14.3l163.3-46.7c19.3-5.5 28.8-27.2 19.8-45.1z\"/></svg>",
|
|
850
856
|
"calendar_day": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 50 50\" enable-background=\"new 0 0 50 50\" ><g><path fill=\"#022D42\" d=\"M35.4,13.7H14.6c-0.6,0-1,0.5-1,1V20h22.9v-5.2C36.4,14.2,36,13.7,35.4,13.7z M19,18.8c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8c1,0,1.8,0.8,1.8,1.8C20.8,18,20,18.8,19,18.8z M31,18.8c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8s1.8,0.8,1.8,1.8C32.7,18,32,18.8,31,18.8z\"/><path fill=\"#022D42\" d=\"M35.4,22.3v12.6L31.3,39H14.6c0,0,0,0,0,0V22.3H35.4 M36.4,21.3H13.6V39c0,0.6,0.5,1,1,1h17.2l4.7-4.7V21.3L36.4,21.3z\"/><rect x=\"18.2\" y=\"10\" fill=\"#022D42\" width=\"1.6\" height=\"5.2\"/><rect x=\"30.2\" y=\"10\" fill=\"#022D42\" width=\"1.6\" height=\"5.2\"/><rect x=\"18.6\" y=\"30.5\" fill=\"#022D42\" width=\"3.4\" height=\"3.4\"/><rect x=\"19.1\" y=\"24.8\" opacity=\"0.1\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"19.1\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"19.1\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"24.8\" opacity=\"0.1\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"22.2\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"24.8\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"25.4\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"31.6\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"31.6\" y=\"24.8\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"31.6\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"24.8\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"28.5\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"24.8\" opacity=\"0.1\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"27.9\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"31\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/><rect x=\"16\" y=\"34.1\" opacity=\"0.25\" fill=\"#022D42\" width=\"2.4\" height=\"2.4\"/></g></svg>",
|
|
851
857
|
"calendar_day_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M208 256C216.8 256 224 263.2 224 272V368C224 376.8 216.8 384 208 384H112C103.2 384 96 376.8 96 368V272C96 263.2 103.2 256 112 256H208zM128 0C141.3 0 152 10.75 152 24V64H296V24C296 10.75 306.7 0 320 0C333.3 0 344 10.75 344 24V64H384C419.3 64 448 92.65 448 128V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V128C0 92.65 28.65 64 64 64H104V24C104 10.75 114.7 0 128 0zM400 192H48V448C48 456.8 55.16 464 64 464H384C392.8 464 400 456.8 400 448V192z\"/></svg>",
|
|
858
|
+
"calendar_lines_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256zm48 88c0 13.3 10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-208 0c-13.3 0-24 10.7-24 24zm24 72c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z\"/></svg>",
|
|
852
859
|
"cancel": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><polygon points=\"36 35.16 30.45 35.16 14 14.84 19.55 14.84 36 35.16\" fill=\"#484f60\"/><polygon points=\"14 35.16 19.55 35.16 36 14.84 30.45 14.84 14 35.16\" fill=\"#484f60\"/></svg>",
|
|
853
860
|
"caret_down_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z\"/></svg>",
|
|
854
861
|
"caret_up_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z\"/></svg>",
|
|
@@ -866,6 +873,7 @@
|
|
|
866
873
|
"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>",
|
|
867
874
|
"check_thin": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><g ><polygon points=\"13.26 27.6 4.37 15.1 5.19 14.52 13.1 25.66 24.73 2.4 25.63 2.85 13.26 27.6\" fill=\"#484f60\"/></g></svg>",
|
|
868
875
|
"chevron_down_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z\"/></svg>",
|
|
876
|
+
"chevron_right_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z\"/></svg>",
|
|
869
877
|
"chevron_up_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M239 111c9.4-9.4 24.6-9.4 33.9 0L465 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-175-175L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 111z\"/></svg>",
|
|
870
878
|
"circle_exclamation_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c-13.3 0-24 10.7-24 24V264c0 13.3 10.7 24 24 24s24-10.7 24-24V152c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z\"/></svg>",
|
|
871
879
|
"close_dialog": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><path d=\"M326.6 166.6L349.3 144 304 98.7l-22.6 22.6L192 210.7l-89.4-89.4L80 98.7 34.7 144l22.6 22.6L146.7 256 57.4 345.4 34.7 368 80 413.3l22.6-22.6L192 301.3l89.4 89.4L304 413.3 349.3 368l-22.6-22.6L237.3 256l89.4-89.4z\"/></svg>",
|
|
@@ -930,12 +938,15 @@
|
|
|
930
938
|
"regular_box_open_circle_check": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M17.2 125.5L58.9 42.1c3-6 9.6-9.5 16.3-8.7C156.8 43.6 238.4 53.8 320 64c-27.8 46.3-55.7 92.7-83.5 139c-7.4 12.4-22.3 18.3-36.2 14.3C145.9 201.7 91.4 186.2 37 170.6c-19.2-5.5-28.8-27.2-19.8-45.1zM64 211.6l48 13.7c0 51.1 0 102.1 0 153.2c61.3 15.3 122.7 30.7 184 46c0-80.2 0-160.3 0-240.5c0-13.3 10.7-24 24-24s24 10.7 24 24c0 31.7 0 63.5 0 95.2c-15.3 26.1-24 56.4-24 88.8c0 38.7 12.5 74.6 33.8 103.6c-6.1 1.5-12.2 3-18.3 4.6c-10.1 2.5-20.8 2.5-31 0c-68-17-136.1-34-204.1-51C79 419.8 64 400.6 64 378.6c0-55.7 0-111.3 0-167zM320 64L564.8 33.4c6.7-.9 13.3 2.6 16.3 8.7c13.9 27.8 27.7 55.6 41.6 83.4c9 17.9-.5 39.6-19.8 45.1c-27.1 7.8-54.2 15.5-81.3 23.3c-8.4-1.2-16.9-1.9-25.6-1.9c-30.1 0-58.5 7.6-83.3 20.9c-3.7-2.5-6.9-5.9-9.3-9.9c-27.8-46.3-55.6-92.7-83.4-139zm32 304c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6c13.3 13.3 26.7 26.7 40 40c6.2 6.2 16.4 6.2 22.6 0c24-24 48-48 72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0c-20.2 20.2-40.5 40.5-60.7 60.7c-9.6-9.6-19.1-19.1-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z\"/></svg>",
|
|
931
939
|
"regular_cart_flatbed_boxes_circle_check": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48c16 0 32 0 48 0c4.4 0 8 3.6 8 8c0 117.4 0 234.7 0 352c0 30.9 25.1 56 56 56c8 0 16 0 24 0c0 26.5 21.5 48 48 48s48-21.5 48-48c30.8 0 61.7 0 92.5 0c-9.6-14.6-17-30.8-21.9-48c-39.5 0-79.1 0-118.6 0c-24 0-48 0-72 0c-4.4 0-8-3.6-8-8c0-117.4 0-234.7 0-352c0-30.9-25.1-56-56-56C56 0 40 0 24 0zM240 80l128 0c0 55.7 0 111.5 0 167.2c13.8-14.6 30-26.8 48-36c0-43.7 0-87.5 0-131.2c0-26.5-21.5-48-48-48c-42.7 0-85.3 0-128 0c-26.5 0-48 21.5-48 48c0 74.7 0 149.3 0 224c0 26.5 21.5 48 48 48c26.9 0 53.8 0 80.7 0c1.5-16.8 5.4-32.9 11.3-48c-30.7 0-61.3 0-92 0c0-74.7 0-149.3 0-224zm320 0l0 64c-21.3 0-42.7 0-64 0c0-21.3 0-42.7 0-64c21.3 0 42.7 0 64 0zM496 32c-26.5 0-48 21.5-48 48c0 21.3 0 42.7 0 64c0 26.5 21.5 48 48 48c21.3 0 42.7 0 64 0c26.5 0 48-21.5 48-48c0-21.3 0-42.7 0-64c0-26.5-21.5-48-48-48c-21.3 0-42.7 0-64 0zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm211.3-20.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0c-20.2 20.2-40.5 40.5-60.7 60.7c-9.6-9.6-19.1-19.1-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6c13.3 13.3 26.7 26.7 40 40c6.2 6.2 16.4 6.2 22.6 0c24-24 48-48 72-72z\"/></svg>",
|
|
932
940
|
"regular_cart_shopping_circle_question": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48c15.2 0 30.3 0 45.5 0c3.8 0 7.1 2.7 7.9 6.5c17.2 90.4 34.4 180.7 51.6 271c6.5 34 36.2 58.5 70.7 58.5c40.3 0 80.7 0 121 0c-.5-5.3-.7-10.6-.7-16c0-10.9 1-21.6 2.9-32c-41.1 0-82.1 0-123.2 0c-11.5 0-21.4-8.2-23.6-19.5c-1.8-9.5-3.6-19-5.4-28.5c56.2 0 112.3 0 168.5 0c9.2-18 21.4-34.2 36-48c-71.2 0-142.4 0-213.6 0c-10.2-53.3-20.3-106.7-30.5-160c129.9 0 259.7 0 389.6 0c-10.1 37.4-20.1 74.7-30.2 112.1c1.8-.1 3.7-.1 5.5-.1c14.8 0 29.1 1.8 42.8 5.2c10.3-38.3 20.6-76.6 30.9-114.8C576.6 57 557.4 32 531.1 32c-137 0-274 0-411 0C111 12.8 91.6 0 69.5 0C54.3 0 39.2 0 24 0zM176 512c17.1 0 33-9.1 41.6-24s8.6-33.1 0-48s-24.4-24-41.6-24s-33 9.1-41.6 24s-8.6 33.1 0 48s24.4 24 41.6 24zM640 368c0 79.5-64.5 144-144 144s-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144zM496 416c-13.3 0-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24s-10.7-24-24-24zM473.6 280c-23 0-41.6 18.6-41.6 41.6c0 2.1 0 4.3 0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16c0-2.1 0-4.3 0-6.4c0-5.3 4.3-9.6 9.6-9.6c13.5 0 27 0 40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3c-10.7 5.6-21.3 11.2-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2c0 4.9 0 9.8 0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16c0-1.7 0-3.4 0-5.1c7.8-4.1 15.6-8.2 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9c-13.5 0-27 0-40.5 0z\"/></svg>",
|
|
941
|
+
"regular_cart_shopping_clock": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 24C0 10.7 10.7 0 24 0L69.5 0C91.6 0 111 12.8 120.1 32l411 0c26.3 0 45.5 25 38.6 50.4L538.8 197.2c-13.7-3.4-28-5.2-42.8-5.2c-1.8 0-3.7 0-5.5 .1L520.7 80 131.1 80l30.5 160 213.6 0c-14.6 13.8-26.8 30-36 48l-168.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5l123.2 0c-1.9 10.4-2.9 21.1-2.9 32c0 5.4 .2 10.7 .7 16l-121 0c-34.5 0-64.2-24.5-70.7-58.5L77.4 54.5c-.8-3.8-4.1-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM134.4 440c8.6-14.9 24.4-24 41.6-24s33 9.1 41.6 24s8.6 33.1 0 48s-24.4 24-41.6 24s-33-9.1-41.6-24s-8.6-33.1 0-48zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm128-64l0 64c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16z\"/></svg>",
|
|
933
942
|
"regular_euro_sign_minus": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M0 216c0-13.3 10.7-24 24-24l33.3 0C84.8 99.5 170.5 32 272 32l24 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-24 0c-74.6 0-138.4 46.4-164 112l156 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L96.7 240c-.5 5.3-.7 10.6-.7 16s.2 10.7 .7 16L264 272c6.4 0 12.1 2.5 16.4 6.5c-7.6 12.9-13.6 26.8-17.8 41.5L108 320c25.1 64.4 87.1 110.3 160 112c6.9 17.6 16.5 33.7 28.3 48c-.1 0-.2 0-.3 0l-24 0C170.5 480 84.8 412.5 57.3 320L24 320c-13.3 0-24-10.7-24-24s10.7-24 24-24l24.6 0c-.4-5.3-.6-10.6-.6-16s.2-10.7 .6-16L24 240c-13.3 0-24-10.7-24-24zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16z\"/></svg>",
|
|
934
943
|
"regular_industry_clock": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M88 80c-4.4 0-8 3.6-8 8c0 72 0 144 0 216c0 16 0 32 0 48c0 18.7 0 37.3 0 56c0 13.3 10.7 24 24 24c76 0 152 0 228 0c6.9 17.5 16.5 33.7 28.3 48c-85.4 0-170.9 0-256.3 0c-39.8 0-72-32.2-72-72c0-18.7 0-37.3 0-56c0-16 0-32 0-48c0-72 0-144 0-216c0-30.9 25.1-56 56-56c16 0 32 0 48 0c30.9 0 56 25.1 56 56c0 28.3 0 56.6 0 84.9c34.6-20.2 69.2-40.4 103.8-60.6c32-18.7 72.2 4.4 72.2 41.5c0 9 0 18 0 27c34-21.8 68.1-43.6 102.1-65.4c32-20.4 73.9 2.5 73.9 40.5c0 14.2 0 28.5 0 42.7c-15.3-4.3-31.4-6.6-48-6.6c0-12 0-24.1 0-36.1c-46.4 29.7-92.7 59.3-139.1 89c-7.4 4.7-16.8 5-24.5 .8s-12.5-12.3-12.5-21.1c0-23.6 0-47.3 0-70.9c-46.6 27.2-93.2 54.5-139.8 81.7c-7.4 4.3-16.6 4.4-24 .1s-12-12.2-12-20.8c0-42.2 0-84.5 0-126.7c0-4.4-3.6-8-8-8c-16 0-32.1 0-48.1 0zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm160-64c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 21.3 0 42.7 0 64c0 8.8 7.2 16 16 16c16 0 32 0 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16c-10.7 0-21.3 0-32 0c0-16 0-32 0-48z\"/></svg>",
|
|
935
944
|
"regular_industry_tag": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M88 80c-4.4 0-8 3.6-8 8c0 72 0 144 0 216c0 16 0 32 0 48c0 18.7 0 37.3 0 56c0 13.3 10.7 24 24 24c90.3 0 180.7 0 271 0c16 16 32 32 48 48c-106.3 0-212.6 0-318.9 0c-39.8 0-72-32.2-72-72c0-18.7 0-37.3 0-56c0-16 0-32 0-48c0-72 0-144 0-216c0-30.9 25.1-56 56-56c16 0 32 0 48 0c30.9 0 56 25.1 56 56c0 28.3 0 56.6 0 84.9c34.6-20.2 69.2-40.4 103.8-60.6c32-18.7 72.2 4.4 72.2 41.5c0 9 0 18 0 27c34-21.8 68.1-43.6 102.1-65.4c32-20.4 73.9 2.5 73.9 40.5c0 25 0 50.1 0 75.1c-5.2-5.2-10.5-10.5-15.7-15.7c-9.1-9.1-20.2-15.8-32.3-19.6c0-13.3 0-26.5 0-39.8c-18.8 12-37.6 24.1-56.4 36.1c-18.7 0-37.4 0-56.1 0c-28.4 0-52.4 18.6-60.6 44.3c-2-3.5-3-7.5-3-11.7c0-23.6 0-47.3 0-70.9c-46.6 27.2-93.2 54.5-139.8 81.7c-7.4 4.3-16.6 4.4-24 .1s-12-12.2-12-20.8c0-42.2 0-84.5 0-126.7c0-4.4-3.6-8-8-8c-16 0-32.1 0-48.1 0zM359 262.6c0-17.6 14.3-32 32-32c27.6 0 55.1 0 82.7 0c17 0 33.3 6.7 45.3 18.7c35.8 35.8 71.5 71.6 107.3 107.4c18.7 18.7 18.7 49.1 0 67.9c-24.5 24.4-48.9 48.9-73.4 73.3c-18.7 18.7-49.1 18.7-67.9 0c-35.8-35.8-71.5-71.5-107.3-107.3c-12-12-18.7-28.3-18.7-45.2c0-27.6 0-55.2 0-82.8zm80 72c13.3 0 24-10.7 24-24s-10.7-24-24-24s-24 10.7-24 24s10.7 24 24 24z\"/></svg>",
|
|
936
945
|
"regular_receipt_slash": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1C68.5 28.4 98.3 51.7 128 75c0-17 0-34 0-51c0-9.4 5.5-17.9 14-21.8s18.5-2.5 25.6 3.6c13.5 11.5 26.9 23.1 40.4 34.6c13.5-11.5 26.9-23.1 40.4-34.6c8.9-7.7 22.2-7.7 31.2 0c13.5 11.5 26.9 23.1 40.4 34.6c13.5-11.5 26.9-23.1 40.4-34.6c8.9-7.7 22.2-7.7 31.2 0c13.5 11.5 26.9 23.1 40.4 34.6c13.5-11.5 26.9-23.1 40.4-34.6c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8c0 117.3 0 234.6 0 352c39.6 31 79.2 62.1 118.8 93.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1C403.8 352.2 206.5 197.6 9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM128 196.9l48 37.8c0 67 0 134.1 0 201.1c5.5-4.7 10.9-9.3 16.4-14c8.9-7.7 22.2-7.7 31.2 0c13.5 11.5 26.9 23.1 40.4 34.6c13.5-11.5 26.9-23.1 40.4-34.6c8.9-7.7 22.2-7.7 31.2 0c13.5 11.5 26.9 23.1 40.4 34.6c13-11.1 26-22.3 39-33.4l94.9 74.8c-2.3 5.2-6.5 9.6-11.9 12c-8.5 3.9-18.5 2.5-25.6-3.6c-13.5-11.5-26.9-23.1-40.4-34.6c-13.5 11.5-26.9 23.1-40.4 34.6c-8.9 7.7-22.2 7.7-31.2 0c-13.5-11.5-26.9-23.1-40.4-34.6c-13.5 11.5-26.9 23.1-40.4 34.6c-8.9 7.7-22.2 7.7-31.2 0c-13.5-11.5-26.9-23.1-40.4-34.6c-13.5 11.5-26.9 23.1-40.4 34.6c-7.1 6.1-17.1 7.5-25.6 3.6s-14-12.4-14-21.8c0-97 0-194.1 0-291.1zM176 76.2l0 36.4c17.5 13.7 35.1 27.5 52.6 41.2c4.4-6 11.4-9.9 19.4-9.9c48 0 96 0 144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24c-38.2 0-76.5 0-114.7 0c17 13.3 34 26.7 51 40c21.2 0 42.5 0 63.7 0c13.3 0 24 10.7 24 24s-10.7 24-24 24c-.8 0-1.6 0-2.5 0c24.8 19.5 49.6 38.9 74.5 58.4c0-87.4 0-174.8 0-262.2c-5.5 4.7-10.9 9.3-16.4 14c-8.9 7.7-22.2 7.7-31.2 0C402.9 78.7 389.5 67.1 376 55.6c-13.5 11.5-26.9 23.1-40.4 34.6c-8.9 7.7-22.2 7.7-31.2 0C290.9 78.7 277.5 67.1 264 55.6c-13.5 11.5-26.9 23.1-40.4 34.6c-8.9 7.7-22.2 7.7-31.2 0c-5.5-4.7-10.9-9.3-16.4-14zM224 344c0-13.3 10.7-24 24-24c12.1 0 24.2 0 36.3 0c20.3 16 40.6 32 60.9 48c-32.4 0-64.8 0-97.2 0c-13.3 0-24-10.7-24-24z\"/></svg>",
|
|
937
946
|
"regular_truck_moving_circle_exclamation": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M72 80c-13.3 0-24 10.7-24 24c0 74.2 0 148.5 0 222.7c9.8-4.3 20.6-6.7 32-6.7c26.2 0 49.4 12.6 64 32c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32c16.2 0 32.5 0 48.7 0c-.5 5.3-.7 10.6-.7 16c0 10.9 1 21.6 2.9 32c-11.6 0-23.3 0-34.9 0c0 44.2-35.8 80-80 80c-26.2 0-49.4-12.6-64-32c-14.6 19.4-37.8 32-64 32c-44.2 0-80-35.8-80-80c0-16 0-32 0-48s0-32 0-48c0-66.7 0-133.3 0-200C0 64.2 32.2 32 72 32c112 0 224 0 336 0c39.8 0 72 32.2 72 72c0 13.3 0 26.7 0 40c16.3 0 32.5 0 48.8 0c16.8 0 32.7 7.5 43.3 20.5c19.6 24 39.3 47.9 58.9 71.9c5.8 7.1 9 16.1 9 25.3c0 1.7 0 3.4 0 5.1c-24.4-34.6-61-60.1-103.5-70.1c-.5-.6-1-1.2-1.5-1.8c-1.5-1.9-3.8-2.9-6.2-2.9c-10.9 0-21.9 0-32.8 0c-5.3 0-10.7 0-16 0c0 .2 0 .5 0 .7c-16.8 1.5-32.9 5.4-48 11.3c0-33.3 0-66.7 0-100c0-13.3-10.7-24-24-24c-112 0-224 0-336 0zM240 400c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32zM80 432c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32zm560-64c0 79.5-64.5 144-144 144s-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144zM496 416c-13.3 0-24 10.7-24 24s10.7 24 24 24s24-10.7 24-24s-10.7-24-24-24zm16-128c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 26.7 0 53.3 0 80c0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.7 0-53.3 0-80z\"/></svg>",
|
|
938
947
|
"regular_truck_moving_circle_user": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M72 80c-13.3 0-24 10.7-24 24c0 74.2 0 148.5 0 222.7c9.8-4.3 20.6-6.7 32-6.7c26.2 0 49.4 12.6 64 32c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32c16.2 0 32.5 0 48.7 0c-.5 5.3-.7 10.6-.7 16c0 10.9 1 21.6 2.9 32c-11.6 0-23.3 0-34.9 0c0 44.2-35.8 80-80 80c-26.2 0-49.4-12.6-64-32c-14.6 19.4-37.8 32-64 32c-44.2 0-80-35.8-80-80c0-16 0-32 0-48s0-32 0-48c0-66.7 0-133.3 0-200C0 64.2 32.2 32 72 32c112 0 224 0 336 0c39.8 0 72 32.2 72 72c0 13.3 0 26.7 0 40c16.3 0 32.5 0 48.8 0c16.8 0 32.7 7.5 43.3 20.5c19.6 24 39.3 47.9 58.9 71.9c5.8 7.1 9 16.1 9 25.3c0 1.7 0 3.4 0 5.1c-24.4-34.6-61-60.1-103.5-70.1c-.5-.6-1-1.2-1.5-1.8c-1.5-1.9-3.8-2.9-6.2-2.9c-10.9 0-21.9 0-32.8 0c-5.3 0-10.7 0-16 0c0 .2 0 .5 0 .7c-16.8 1.5-32.9 5.4-48 11.3c0-33.3 0-66.7 0-100c0-13.3-10.7-24-24-24c-112 0-224 0-336 0zM240 400c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32zM80 432c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32zm272-64c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zM496 480c30.2 0 57.5-11.9 77.7-31.3c-6.2-19-24-32.7-45.1-32.7c-21.7 0-43.5 0-65.2 0c-21 0-38.9 13.7-45.1 32.7C438.5 468.1 465.8 480 496 480zm0-96c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48z\"/></svg>",
|
|
948
|
+
"regular_truck_moving_clock": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 104C0 64.2 32.2 32 72 32l336 0c39.8 0 72 32.2 72 72l0 40 48.8 0c16.8 0 32.7 7.5 43.3 20.5L631 236.4c5.8 7.1 9 16.1 9 25.3l0 5.1c-24.4-34.6-61-60.1-103.5-70.1l-1.5-1.8c-1.5-1.9-3.8-2.9-6.2-2.9L496 192l-16 0 0 .7c-16.8 1.5-32.9 5.4-48 11.3l0-100c0-13.3-10.7-24-24-24L72 80c-13.3 0-24 10.7-24 24l0 222.7c9.8-4.3 20.6-6.7 32-6.7c26.2 0 49.4 12.6 64 32c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32l48.7 0c-.5 5.3-.7 10.6-.7 16c0 10.9 1 21.6 2.9 32L288 400c0 44.2-35.8 80-80 80c-26.2 0-49.4-12.6-64-32c-14.6 19.4-37.8 32-64 32c-44.2 0-80-35.8-80-80l0-48 0-48L0 104zM48 400c0 17.7 14.3 32 32 32s32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32zm128 0c0 17.7 14.3 32 32 32s32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32zm176-32c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm128-64l0 64c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16z\"/></svg>",
|
|
949
|
+
"regular_warehouse_clock": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M0 176.3c0-29.3 17.8-55.7 44.9-66.7L299 6.6c13.5-5.5 28.6-5.5 42.1 0l254 103c27.2 11 45 37.4 45 66.7L640 488l0-120 0-101.2c-12.9-18.3-29.2-34-48-46.3l0-44.2c0-9.8-5.9-18.6-15-22.2L323 51.1c-1.9-.8-4.1-.8-6 0L63 154.1c-9.1 3.7-15 12.5-15 22.2L48 488c0 13.3-10.7 24-24 24s-24-10.7-24-24L0 176.3zM96 232c0-22.1 17.9-40 40-40l360 0c-46.8 0-89.3 18.2-120.8 48L144 240l0 40 199.5 0c-8.5 14.8-15 30.9-19 48L144 328l0 48 176.2 0c.7 16.7 3.8 32.8 8.9 48L144 424l0 40 204.5 0c12.3 18.8 28 35.1 46.3 48l-274.5 0-.3 0c-13.3 0-24-10.7-24-24l0-256zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm128-64l0 64c0 8.8 7.2 16 16 16l48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16zm16-112l8 0c2.5 0 4.9 .2 7.2 .7c-5-.4-10.1-.7-15.2-.7z\"/></svg>",
|
|
939
950
|
"remark": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><g ><path d=\"M15,.93C6.72,.93,0,5.83,0,11.89c0,2.12,.84,4.09,2.27,5.77h-.16c.16,.1,.28,.22,.43,.32,.4,.44,.86,.85,1.35,1.24,3.07,3.75,.06,8.71-3.25,9.84,5.79-1.34,9.31-3.89,10.9-6.53,1.11,.19,2.27,.31,3.46,.31,8.28,0,15-4.91,15-10.96S23.28,.93,15,.93Z\" fill=\"#484f60\"/></g></svg>",
|
|
940
951
|
"resize": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 51 51\"><polygon points=\"1.1 49.9 1.1 30.6 7.8 37.3 37.3 8 30.6 1.3 49.9 1.3 49.9 20.6 43.2 13.9 13.7 43.2 20.5 49.9 1.1 49.9\" fill=\"#4d5050\"/></svg>",
|
|
941
952
|
"service_cart_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M64 24C64 10.7 74.7 0 88 0h45.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H234.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H552c13.3 0 24 10.7 24 24s-10.7 24-24 24H263.7c-34.6 0-64.3-24.6-70.7-58.5l-51.6-271c-.7-3.8-4-6.5-7.9-6.5H88C74.7 48 64 37.3 64 24zM225.6 240H523.2c10.9 0 20.4-7.3 23.2-17.8L584.7 80H195.1l30.5 160zM192 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM24 96h80c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80H136c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24z\"/></svg>",
|
|
@@ -963,6 +974,7 @@
|
|
|
963
974
|
"toolbox_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M184 80l144 0c4.4 0 8 3.6 8 8l0 40-160 0 0-40c0-4.4 3.6-8 8-8zm-56 8l0 40-28.1 0c-12.7 0-24.9 5.1-33.9 14.1L14.1 193.9c-9 9-14.1 21.2-14.1 33.9L0 328l0 88c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-88 0-100.1c0-12.7-5.1-24.9-14.1-33.9l-51.9-51.9c-9-9-21.2-14.1-33.9-14.1L384 128l0-40c0-30.9-25.1-56-56-56L184 32c-30.9 0-56 25.1-56 56zM464 304l-96 0 0-16c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 16-128 0 0-16c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 16-96 0 0-76.1L99.9 176l312.2 0L464 227.9l0 76.1zM48 352l96 0 0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16 128 0 0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16 96 0 0 64c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-64z\"/></svg>",
|
|
964
975
|
"trash_bin": "<svg preserveAspectRatio=\"none\" version=\"1.1\" viewBox=\"0 0 50 50\" x=\"0px\" xmlns=\"http://www.w3.org/2000/svg\" y=\"0px\"><g transform=\" translate(14 10)\"><path d=\"M 0 0 L 0 18.215 C 0 19.99 1.439 21.429 3.215 21.429 L 15 21.429 C 16.775 21.429 18.215 19.99 18.215 18.215 L 18.215 0 L 0 0 Z M 4.287 19.286 L 2.143 19.286 L 2.143 2.143 L 4.287 2.143 L 4.287 19.286 Z M 10.18 19.286 L 8.037 19.286 L 8.037 2.143 L 10.18 2.143 L 10.18 19.286 Z M 16.072 19.286 L 13.93 19.286 L 13.93 2.143 L 16.072 2.143 L 16.072 19.286 Z\" fill=\"#1E2930\" transform=\" translate(1.891 8.571)\" /><path d=\"M 18.213 2.143 L 10.713 2.143 C 11.305 2.143 11.785 1.664 11.785 1.071 C 11.785 0.479 11.305 0 10.713 0 L 9.643 0 C 9.051 0 8.57 0.479 8.57 1.071 C 8.57 1.664 9.051 2.143 9.643 2.143 L 2.143 2.143 C 0.959 2.143 0 3.103 0 4.286 L 0 5.357 C 0 6.541 0.959 6.429 2.143 6.429 L 18.213 6.429 C 19.397 6.429 20.357 6.541 20.357 5.357 L 20.357 4.286 C 20.357 3.103 19.397 2.143 18.213 2.143 Z\" fill=\"#1E2930\" transform=\" translate(0.821 0)\" /></g></svg>",
|
|
965
976
|
"trash_can_light": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M144 400C144 408.8 136.8 416 128 416C119.2 416 112 408.8 112 400V176C112 167.2 119.2 160 128 160C136.8 160 144 167.2 144 176V400zM240 400C240 408.8 232.8 416 224 416C215.2 416 208 408.8 208 400V176C208 167.2 215.2 160 224 160C232.8 160 240 167.2 240 176V400zM336 400C336 408.8 328.8 416 320 416C311.2 416 304 408.8 304 400V176C304 167.2 311.2 160 320 160C328.8 160 336 167.2 336 176V400zM310.1 22.56L336.9 64H432C440.8 64 448 71.16 448 80C448 88.84 440.8 96 432 96H416V432C416 476.2 380.2 512 336 512H112C67.82 512 32 476.2 32 432V96H16C7.164 96 0 88.84 0 80C0 71.16 7.164 64 16 64H111.1L137 22.56C145.8 8.526 161.2 0 177.7 0H270.3C286.8 0 302.2 8.526 310.1 22.56V22.56zM148.9 64H299.1L283.8 39.52C280.9 34.84 275.8 32 270.3 32H177.7C172.2 32 167.1 34.84 164.2 39.52L148.9 64zM64 432C64 458.5 85.49 480 112 480H336C362.5 480 384 458.5 384 432V96H64V432z\"/></svg>",
|
|
977
|
+
"trash_can_regular": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path d=\"M170.5 51.6L151.5 80l145 0-19-28.4c-1.5-2.2-4-3.6-6.7-3.6l-93.7 0c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80 368 80l48 0 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 304c0 44.2-35.8 80-80 80l-224 0c-44.2 0-80-35.8-80-80l0-304-8 0c-13.3 0-24-10.7-24-24S10.7 80 24 80l8 0 48 0 13.8 0 36.7-55.1C140.9 9.4 158.4 0 177.1 0l93.7 0c18.7 0 36.2 9.4 46.6 24.9zM80 128l0 304c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32l0-304L80 128zm80 64l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208c0-8.8 7.2-16 16-16s16 7.2 16 16z\"/></svg>",
|
|
966
978
|
"triangle_down": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><polygon points=\"29.06 18.75 37.5 18.75 25 31.25 12.5 18.75 20.95 18.75 29.06 18.75\" fill=\"#484f60\"/></svg>",
|
|
967
979
|
"triangle_up": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><polygon points=\"20.94 31.25 12.5 31.25 25 18.75 37.5 31.25 29.05 31.25 20.94 31.25\" fill=\"#484f60\"/></svg>",
|
|
968
980
|
"truck": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><rect x=\"10\" y=\"14.75\" width=\"17.47\" height=\"12.62\" fill=\"#484f60\"/><path d=\"M37,18.11h-8V28.84H20.22a4.42,4.42,0,0,1,1.41,2.73H30a4.41,4.41,0,0,1,8.76,0H40V24.63Zm-.26,6.73H32.25a.57.57,0,0,1-.57-.57V20a.57.57,0,0,1,.57-.58h2.63a.58.58,0,0,1,.52.35L37.31,24A.58.58,0,0,1,36.78,24.84Z\" fill=\"#484f60\"/><path d=\"M14.28,28.84a4.39,4.39,0,0,0-1.42,2.73H12l-2-1.26V28.84Z\" fill=\"#484f60\"/><path d=\"M31.25,32.1a3.16,3.16,0,1,0,3.16-3.16A3.16,3.16,0,0,0,31.25,32.1Z\" fill=\"#484f60\"/><path d=\"M14.09,32.1a3.16,3.16,0,1,0,3.16-3.16A3.15,3.15,0,0,0,14.09,32.1Z\" fill=\"#484f60\"/></svg>",
|
|
@@ -27108,12 +27120,16 @@
|
|
|
27108
27120
|
this.viewMode = exports.DeliveryPlanningViewModes.Fullscreen;
|
|
27109
27121
|
this.currentPlanningMode = exports.DeliveryPlanningModes.Transaction;
|
|
27110
27122
|
this.currentStartDate = new Date();
|
|
27123
|
+
this.availabilityCheckEvent = new rxjs.Subject();
|
|
27111
27124
|
}
|
|
27112
27125
|
Object.defineProperty(DeliveryPlanningService.prototype, "dragging", {
|
|
27113
27126
|
get: function () {
|
|
27114
27127
|
return this._dragging;
|
|
27115
27128
|
},
|
|
27116
27129
|
set: function (value) {
|
|
27130
|
+
if (!this._dragging && value) {
|
|
27131
|
+
this.availabilityCheckEvent.next(this.currentTransId);
|
|
27132
|
+
}
|
|
27117
27133
|
this._dragging = value;
|
|
27118
27134
|
},
|
|
27119
27135
|
enumerable: false,
|
|
@@ -27188,10 +27204,10 @@
|
|
|
27188
27204
|
});
|
|
27189
27205
|
DeliveryPlanningService.prototype.getOrderSequenceValue = function () {
|
|
27190
27206
|
return __awaiter(this, void 0, void 0, function () {
|
|
27191
|
-
return __generator(this, function (
|
|
27192
|
-
switch (
|
|
27207
|
+
return __generator(this, function (_b) {
|
|
27208
|
+
switch (_b.label) {
|
|
27193
27209
|
case 0: return [4 /*yield*/, this._transaction.getSequenceValue(sequenceName_enum.SequenceName.PlanLine)];
|
|
27194
|
-
case 1: return [2 /*return*/,
|
|
27210
|
+
case 1: return [2 /*return*/, _b.sent()];
|
|
27195
27211
|
}
|
|
27196
27212
|
});
|
|
27197
27213
|
});
|
|
@@ -27199,8 +27215,8 @@
|
|
|
27199
27215
|
DeliveryPlanningService.prototype.getTransportOrders = function (planningTransportWeekDay) {
|
|
27200
27216
|
return __awaiter(this, void 0, void 0, function () {
|
|
27201
27217
|
var request, orderResponse;
|
|
27202
|
-
return __generator(this, function (
|
|
27203
|
-
switch (
|
|
27218
|
+
return __generator(this, function (_b) {
|
|
27219
|
+
switch (_b.label) {
|
|
27204
27220
|
case 0:
|
|
27205
27221
|
request = new getTransportOrdersRequest_bo.GetTransportOrdersRequest();
|
|
27206
27222
|
request.transportId = planningTransportWeekDay.transport.transportId;
|
|
@@ -27208,7 +27224,7 @@
|
|
|
27208
27224
|
request.planningId = this.currentPlanning.planningId;
|
|
27209
27225
|
return [4 /*yield*/, this._transaction.getTransportOrders(request)];
|
|
27210
27226
|
case 1:
|
|
27211
|
-
orderResponse =
|
|
27227
|
+
orderResponse = _b.sent();
|
|
27212
27228
|
if (orderResponse) {
|
|
27213
27229
|
planningTransportWeekDay.plannedOrders = orderResponse;
|
|
27214
27230
|
planningTransportWeekDay.ordersLoaded = true;
|
|
@@ -27250,7 +27266,7 @@
|
|
|
27250
27266
|
DeliveryPlanningService.prototype.getPlanningTransportWeek = function () {
|
|
27251
27267
|
return __awaiter(this, void 0, void 0, function () {
|
|
27252
27268
|
var weekArrays;
|
|
27253
|
-
return __generator(this, function (
|
|
27269
|
+
return __generator(this, function (_b) {
|
|
27254
27270
|
weekArrays = [];
|
|
27255
27271
|
this._transaction.getPlanTransportWeek(this.currentStartDate, this.currentPlanning.planningId).then(function (result) {
|
|
27256
27272
|
if (result.length > 0) {
|
|
@@ -27263,6 +27279,18 @@
|
|
|
27263
27279
|
});
|
|
27264
27280
|
});
|
|
27265
27281
|
};
|
|
27282
|
+
DeliveryPlanningService.prototype.totalAssemblyTime = function (planOrder) {
|
|
27283
|
+
var _a;
|
|
27284
|
+
if (planOrder) {
|
|
27285
|
+
var total_1 = 0;
|
|
27286
|
+
(_a = planOrder === null || planOrder === void 0 ? void 0 : planOrder.lines) === null || _a === void 0 ? void 0 : _a.forEach(function (line) {
|
|
27287
|
+
if (line.minutes > 0) {
|
|
27288
|
+
total_1 += line.minutes;
|
|
27289
|
+
}
|
|
27290
|
+
});
|
|
27291
|
+
return total_1;
|
|
27292
|
+
}
|
|
27293
|
+
};
|
|
27266
27294
|
return DeliveryPlanningService;
|
|
27267
27295
|
}());
|
|
27268
27296
|
DeliveryPlanningService.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function DeliveryPlanningService_Factory() { return new DeliveryPlanningService(i0__namespace.ɵɵinject(TransactionConnectorService)); }, token: DeliveryPlanningService, providedIn: "root" });
|
|
@@ -27344,6 +27372,7 @@
|
|
|
27344
27372
|
}
|
|
27345
27373
|
};
|
|
27346
27374
|
TransactionPlanningLineComponent.prototype.dragStarted = function (ev) {
|
|
27375
|
+
this._deliveryPlanningService.currentTransId = this.transaction.transactionInfo.id;
|
|
27347
27376
|
ev.dataTransfer.setData("text", "lines");
|
|
27348
27377
|
};
|
|
27349
27378
|
TransactionPlanningLineComponent.prototype.lineNotPlanned = function (line) {
|
|
@@ -27601,8 +27630,17 @@
|
|
|
27601
27630
|
|
|
27602
27631
|
var TransactionCardPlanningComponent = /** @class */ (function (_super) {
|
|
27603
27632
|
__extends(TransactionCardPlanningComponent, _super);
|
|
27604
|
-
function TransactionCardPlanningComponent() {
|
|
27605
|
-
var _this = _super.
|
|
27633
|
+
function TransactionCardPlanningComponent(_deliveryPlanningService, transactionEventService, iconCacheService, screenConfigService, orderLineSetService, imageService, dictionaryService, transactionService, changeDetector) {
|
|
27634
|
+
var _this = _super.call(this, transactionEventService, iconCacheService, screenConfigService, imageService, dictionaryService, transactionService, changeDetector) || this;
|
|
27635
|
+
_this._deliveryPlanningService = _deliveryPlanningService;
|
|
27636
|
+
_this.transactionEventService = transactionEventService;
|
|
27637
|
+
_this.iconCacheService = iconCacheService;
|
|
27638
|
+
_this.screenConfigService = screenConfigService;
|
|
27639
|
+
_this.orderLineSetService = orderLineSetService;
|
|
27640
|
+
_this.imageService = imageService;
|
|
27641
|
+
_this.dictionaryService = dictionaryService;
|
|
27642
|
+
_this.transactionService = transactionService;
|
|
27643
|
+
_this.changeDetector = changeDetector;
|
|
27606
27644
|
_this.expanded = false;
|
|
27607
27645
|
_this.statusBarConfigNames = {
|
|
27608
27646
|
statusBarBT: _this.cfgNames.StatusBarBT,
|
|
@@ -27631,6 +27669,7 @@
|
|
|
27631
27669
|
this.transactionEventService.openSidePanel.next(line);
|
|
27632
27670
|
};
|
|
27633
27671
|
TransactionCardPlanningComponent.prototype.dragStarted = function (ev) {
|
|
27672
|
+
this._deliveryPlanningService.currentTransId = this.transaction.transactionInfo.id;
|
|
27634
27673
|
ev.dataTransfer.setData("text", "lines");
|
|
27635
27674
|
};
|
|
27636
27675
|
return TransactionCardPlanningComponent;
|
|
@@ -27642,6 +27681,17 @@
|
|
|
27642
27681
|
encapsulation: i0.ViewEncapsulation.None
|
|
27643
27682
|
},] }
|
|
27644
27683
|
];
|
|
27684
|
+
TransactionCardPlanningComponent.ctorParameters = function () { return [
|
|
27685
|
+
{ type: DeliveryPlanningService },
|
|
27686
|
+
{ type: TransactionEventService },
|
|
27687
|
+
{ type: IconCacheService },
|
|
27688
|
+
{ type: TransactionScreenConfigurationService },
|
|
27689
|
+
{ type: OrderLineSetService },
|
|
27690
|
+
{ type: TransactionImageService },
|
|
27691
|
+
{ type: DictionaryService },
|
|
27692
|
+
{ type: TransactionService },
|
|
27693
|
+
{ type: i0.ChangeDetectorRef }
|
|
27694
|
+
]; };
|
|
27645
27695
|
TransactionCardPlanningComponent.propDecorators = {
|
|
27646
27696
|
transactionLineActionButtons: [{ type: i0.ViewChild, args: [TransactionLineActionButtonsComponent,] }],
|
|
27647
27697
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-card-sales-overview",] }]
|
|
@@ -41175,6 +41225,7 @@
|
|
|
41175
41225
|
this.relation = new customerFullObject_bo.CustomerFullObject();
|
|
41176
41226
|
this.showHeader = true;
|
|
41177
41227
|
this.showViewModeButtons = true;
|
|
41228
|
+
this.transactionPlanning = false;
|
|
41178
41229
|
this.relationChange = new i0.EventEmitter();
|
|
41179
41230
|
this.showQuickAccess = true;
|
|
41180
41231
|
this.showButtonBar = true;
|
|
@@ -41542,7 +41593,7 @@
|
|
|
41542
41593
|
TransactionInternalComponent.decorators = [
|
|
41543
41594
|
{ type: i0.Component, args: [{
|
|
41544
41595
|
selector: 'co-transaction-internal',
|
|
41545
|
-
template: "\n <ng-container *ngIf=\"loaded\">\n <co-click-block></co-click-block>\n <co-transaction-header\n *ngIf=\"showHeader\"\n [transaction]=\"transaction\"\n [relation]=\"relation\"\n (relationChange)=\"handleRelationChange($event)\">\n </co-transaction-header>\n\n <div class=\"transaction-lines-header\">\n <co-transaction-quick-access\n *ngIf=\"showQuickAccess\"\n class=\"transaction-lines-header-item\"\n [transaction]=\"transaction\"\n [relation]=\"relation\"\n [activeCategory]=\"activeCategory\">\n </co-transaction-quick-access>\n <co-transaction-button-bar\n *ngIf=\"showButtonBar\"\n class=\"transaction-lines-header-item\"\n [selectedCategory]=\"activeCategory\"\n (buttonClicked)=\"handleButtonBarButtonClicked($event)\">\n </co-transaction-button-bar>\n\n <div class=\"transaction-lines-header-item right\">\n <co-avatar\n class=\"transaction-sales-avatar\"\n [relationId]=\"transaction.transactionInfo.handledBy\"\n [screenConfigurationObject]=\"cfgNames.HeaderHandledBy\"\n screenConfigNativeElement>\n </co-avatar>\n <co-avatar\n class=\"transaction-sales-avatar\"\n [relationId]=\"transaction.transactionInfo.branch?.relationId\"\n [screenConfigurationObject]=\"cfgNames.HeaderBranch\"\n screenConfigNativeElement>\n </co-avatar>\n <co-view-mode-buttons\n *ngIf=\"!shouldShowTiles() && showViewModeButtons\"\n [showViewModes]=\"[viewModes.List, viewModes.Tiles]\"\n (viewModeChange)=\"handleViewModeChange($event)\">\n </co-view-mode-buttons>\n </div>\n </div>\n\n <div class=\"transaction-lines-content-wrapper\">\n <!--<co-transaction-document-button-bar [transaction]=\"transaction\"></co-transaction-document-button-bar>-->\n <div class=\"transaction-lines-content\">\n <div *ngIf=\"activeCategory === category.ServiceOrderService\">\n <co-transaction-service-overview [posOrderData]=\"posOrderData\" [transaction]=\"transaction\"></co-transaction-service-overview>\n </div>\n <div class=\"transaction-tiles-wrapper\" *ngIf=\"activeViewMode === viewModes.Tiles || shouldShowTiles()\">\n <co-transaction-cards\n [transaction]=\"transaction\"\n [activeCategory]=\"activeCategory\">\n </co-transaction-cards>\n </div>\n <div class=\"transaction-lines-wrapper\"\n *ngIf=\"(activeViewMode === viewModes.List && !shouldShowTiles()) && activeCategory !== category.ServiceOrderService\">\n <co-transaction-lines\n [transaction]=\"transaction\"\n [activeCategory]=\"activeCategory\"\n (saveTransactionLine)=\"saveTransactionLineText($event)\">\n </co-transaction-lines>\n </div>\n <div class=\"transaction-footer-wrapper\">\n <div class=\"transaction-footer-left\">\n <co-add-product\n *ngIf=\"activeCategory === categories.SalesOrderCashRegister ||\n activeCategory === categories.SalesOrderOverview ||\n activeCategory === categories.PurchaseOrderOverview ||\n activeCategory === categories.SalesOrderQuotation ||\n activeCategory === categories.ServiceOrderOverview\">\n </co-add-product>\n <co-transaction-button\n class=\"custom-width text-rule\"\n *ngIf=\"activeCategory !== categories.ServiceOrderService\"\n [iconData]=\"iconCacheService.getIcon(icons.TextSolid)\"\n (click)=\"handleTransactionText()\">\n </co-transaction-button>\n </div>\n\n <div class=\"transaction-footer-center\">\n <co-transaction-margin *ngIf=\"activeCategory === categories.SalesOrderMarginInfo\"\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionMarginInfo]=\"transactionMarginInfo\"\n ></co-transaction-margin>\n </div>\n\n <co-transaction-totals\n *ngIf=\"activeCategory !== category.ServiceOrderService\"\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionTotal]=\"transaction.transactionTotal\"\n [showDiscount]=\"true\">\n </co-transaction-totals>\n </div>\n </div>\n\n <co-transaction-lines-side-panel\n *ngIf=\"\n transaction &&\n (transaction.transactionInfo.transactionKind === transactionKind.CashDesk && !fullyInvoiced())\"\n [posOrderData]=\"posOrderData\"\n [transaction]=\"transaction\">\n </co-transaction-lines-side-panel>\n\n <co-transaction-line-side-panel\n *ngIf=\"showSidePanel\"\n [transaction]=\"transaction\"\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionLine]=\"sidePanelTransactionLine\"\n [activeCategory]=\"activeCategory\"\n (cancelClick)=\"showSidePanel = false\">\n </co-transaction-line-side-panel>\n\n <!--Popup voor wijzigen volgorde van tekstregels-->\n <co-transaction-article-text-overview\n *ngIf=\"showArticleTextOverview\"\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionLine]=\"transactionLine\"\n (closeClick)=\"closeArticleTextOverview()\"\n (cancelClick)=\"closeArticleTextOverview()\">\n </co-transaction-article-text-overview>\n\n <!--Popup voor aanmaken en updaten transactietekstregels-->\n <co-transaction-article-text\n *ngIf=\"showTransactionText\"\n [header]=\"'ORDER_TEXT_LINE' | localize\"\n [transactionUuid]=\"transaction.transactionInfo.uuid\"\n [editText]=\"textToEdit\"\n [orderLineSetDTO]=\"selectedOrderLineSetDTO\"\n [transactionLine]=\"transactionLine\"\n (saveClick)=\"saveTransactionLineText($event)\"\n (closeClick)=\"closeTransactionText()\"\n (cancelClick)=\"closeTransactionText()\"\n (saveOrderLineSetClick)=\"saveOrderLineSet($event)\">\n </co-transaction-article-text>\n\n <!--Popup voor aanmaken en updaten artikeltekstregels-->\n <co-transaction-article-text\n *ngIf=\"showArticleText\"\n [header]=\"'PRODUCT_DESCRIPTION_AND_TEXTS' | localize\"\n [transactionUuid]=\"transaction.transactionInfo.uuid\"\n [showArticleImageDescription]=\"transactionLine.articleBound\"\n [showImage]=\"false\"\n [articleLineNr]=\"transactionLine.lineNr\"\n [articleRef]=\"transactionLine.articleNumber\"\n [transactionLine]=\"transactionLine\"\n [editText]=\"textToEdit\"\n (saveClick)=\"saveArticleLineText($event)\"\n (closeClick)=\"closeArticleText()\"\n (cancelClick)=\"closeArticleText()\">\n </co-transaction-article-text>\n\n <co-transaction-copy-order\n *ngIf=\"showCopyOrderDialog\"\n [transaction]=\"transaction\"\n (closeDialog)=\"showCopyOrderDialog = false\">\n </co-transaction-copy-order>\n </div>\n </ng-container>\n ",
|
|
41596
|
+
template: "\n <ng-container *ngIf=\"loaded\">\n <co-click-block></co-click-block>\n <co-transaction-header\n *ngIf=\"showHeader\"\n [transaction]=\"transaction\"\n [relation]=\"relation\"\n (relationChange)=\"handleRelationChange($event)\">\n </co-transaction-header>\n\n <div class=\"transaction-lines-header\">\n <co-transaction-quick-access\n *ngIf=\"showQuickAccess\"\n class=\"transaction-lines-header-item\"\n [transaction]=\"transaction\"\n [relation]=\"relation\"\n [activeCategory]=\"activeCategory\">\n </co-transaction-quick-access>\n <co-transaction-button-bar\n *ngIf=\"showButtonBar\"\n class=\"transaction-lines-header-item\"\n [selectedCategory]=\"activeCategory\"\n (buttonClicked)=\"handleButtonBarButtonClicked($event)\">\n </co-transaction-button-bar>\n\n <div class=\"transaction-lines-header-item right\">\n <co-avatar\n class=\"transaction-sales-avatar\"\n [relationId]=\"transaction.transactionInfo.handledBy\"\n [screenConfigurationObject]=\"cfgNames.HeaderHandledBy\"\n screenConfigNativeElement>\n </co-avatar>\n <co-avatar\n class=\"transaction-sales-avatar\"\n [relationId]=\"transaction.transactionInfo.branch?.relationId\"\n [screenConfigurationObject]=\"cfgNames.HeaderBranch\"\n screenConfigNativeElement>\n </co-avatar>\n <co-view-mode-buttons\n *ngIf=\"!shouldShowTiles() && showViewModeButtons\"\n [showViewModes]=\"[viewModes.List, viewModes.Tiles]\"\n (viewModeChange)=\"handleViewModeChange($event)\">\n </co-view-mode-buttons>\n </div>\n </div>\n\n <div class=\"transaction-lines-content-wrapper\">\n <!--<co-transaction-document-button-bar [transaction]=\"transaction\"></co-transaction-document-button-bar>-->\n <div class=\"transaction-lines-content\">\n <div *ngIf=\"activeCategory === category.ServiceOrderService\">\n <co-transaction-service-overview [posOrderData]=\"posOrderData\" [transaction]=\"transaction\"></co-transaction-service-overview>\n </div>\n <div class=\"transaction-tiles-wrapper\" *ngIf=\"activeViewMode === viewModes.Tiles || shouldShowTiles() || transactionPlanning\">\n <co-transaction-cards\n [transaction]=\"transaction\"\n [activeCategory]=\"activeCategory\"\n [class.planning-cards]=\"transactionPlanning\">\n </co-transaction-cards>\n </div>\n <div class=\"transaction-lines-wrapper\"\n *ngIf=\"(activeViewMode === viewModes.List && !shouldShowTiles()) && activeCategory !== category.ServiceOrderService && !transactionPlanning\">\n <co-transaction-lines\n [transaction]=\"transaction\"\n [activeCategory]=\"activeCategory\"\n (saveTransactionLine)=\"saveTransactionLineText($event)\">\n </co-transaction-lines>\n </div>\n <div class=\"transaction-footer-wrapper\">\n <div class=\"transaction-footer-left\">\n <co-add-product\n *ngIf=\"activeCategory === categories.SalesOrderCashRegister ||\n activeCategory === categories.SalesOrderOverview ||\n activeCategory === categories.PurchaseOrderOverview ||\n activeCategory === categories.SalesOrderQuotation ||\n activeCategory === categories.ServiceOrderOverview\">\n </co-add-product>\n <co-transaction-button\n class=\"custom-width text-rule\"\n *ngIf=\"activeCategory !== categories.ServiceOrderService\"\n [iconData]=\"iconCacheService.getIcon(icons.TextSolid)\"\n (click)=\"handleTransactionText()\">\n </co-transaction-button>\n </div>\n\n <div class=\"transaction-footer-center\">\n <co-transaction-margin *ngIf=\"activeCategory === categories.SalesOrderMarginInfo\"\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionMarginInfo]=\"transactionMarginInfo\"\n ></co-transaction-margin>\n </div>\n\n <co-transaction-totals\n *ngIf=\"activeCategory !== category.ServiceOrderService\"\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionTotal]=\"transaction.transactionTotal\"\n [showDiscount]=\"true\">\n </co-transaction-totals>\n </div>\n </div>\n\n <co-transaction-lines-side-panel\n *ngIf=\"\n transaction &&\n (transaction.transactionInfo.transactionKind === transactionKind.CashDesk && !fullyInvoiced())\"\n [posOrderData]=\"posOrderData\"\n [transaction]=\"transaction\">\n </co-transaction-lines-side-panel>\n\n <co-transaction-line-side-panel\n *ngIf=\"showSidePanel\"\n [transaction]=\"transaction\"\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionLine]=\"sidePanelTransactionLine\"\n [activeCategory]=\"activeCategory\"\n (cancelClick)=\"showSidePanel = false\">\n </co-transaction-line-side-panel>\n\n <!--Popup voor wijzigen volgorde van tekstregels-->\n <co-transaction-article-text-overview\n *ngIf=\"showArticleTextOverview\"\n [transactionInfo]=\"transaction.transactionInfo\"\n [transactionLine]=\"transactionLine\"\n (closeClick)=\"closeArticleTextOverview()\"\n (cancelClick)=\"closeArticleTextOverview()\">\n </co-transaction-article-text-overview>\n\n <!--Popup voor aanmaken en updaten transactietekstregels-->\n <co-transaction-article-text\n *ngIf=\"showTransactionText\"\n [header]=\"'ORDER_TEXT_LINE' | localize\"\n [transactionUuid]=\"transaction.transactionInfo.uuid\"\n [editText]=\"textToEdit\"\n [orderLineSetDTO]=\"selectedOrderLineSetDTO\"\n [transactionLine]=\"transactionLine\"\n (saveClick)=\"saveTransactionLineText($event)\"\n (closeClick)=\"closeTransactionText()\"\n (cancelClick)=\"closeTransactionText()\"\n (saveOrderLineSetClick)=\"saveOrderLineSet($event)\">\n </co-transaction-article-text>\n\n <!--Popup voor aanmaken en updaten artikeltekstregels-->\n <co-transaction-article-text\n *ngIf=\"showArticleText\"\n [header]=\"'PRODUCT_DESCRIPTION_AND_TEXTS' | localize\"\n [transactionUuid]=\"transaction.transactionInfo.uuid\"\n [showArticleImageDescription]=\"transactionLine.articleBound\"\n [showImage]=\"false\"\n [articleLineNr]=\"transactionLine.lineNr\"\n [articleRef]=\"transactionLine.articleNumber\"\n [transactionLine]=\"transactionLine\"\n [editText]=\"textToEdit\"\n (saveClick)=\"saveArticleLineText($event)\"\n (closeClick)=\"closeArticleText()\"\n (cancelClick)=\"closeArticleText()\">\n </co-transaction-article-text>\n\n <co-transaction-copy-order\n *ngIf=\"showCopyOrderDialog\"\n [transaction]=\"transaction\"\n (closeDialog)=\"showCopyOrderDialog = false\">\n </co-transaction-copy-order>\n </div>\n </ng-container>\n ",
|
|
41546
41597
|
providers: [{
|
|
41547
41598
|
provide: corecomponents_v12.SCREEN_CONFIG_ADAPTER_COMPONENT_INTERFACE_NAME,
|
|
41548
41599
|
useExisting: i0.forwardRef(function () { return TransactionInternalComponent; })
|
|
@@ -41573,6 +41624,7 @@
|
|
|
41573
41624
|
transaction: [{ type: i0.Input }],
|
|
41574
41625
|
showHeader: [{ type: i0.Input }],
|
|
41575
41626
|
showViewModeButtons: [{ type: i0.Input }],
|
|
41627
|
+
transactionPlanning: [{ type: i0.Input }],
|
|
41576
41628
|
relationChange: [{ type: i0.Output }],
|
|
41577
41629
|
showQuickAccess: [{ type: i0.HostBinding, args: ['class.show-quick-access',] }, { type: i0.Input }],
|
|
41578
41630
|
showButtonBar: [{ type: i0.HostBinding, args: ['class.show-button-bar',] }, { type: i0.Input }],
|
|
@@ -43141,7 +43193,7 @@
|
|
|
43141
43193
|
TransactionLineSidePanelPlanningComponent.decorators = [
|
|
43142
43194
|
{ type: i0.Component, args: [{
|
|
43143
43195
|
selector: "co-transaction-line-side-panel-planning",
|
|
43144
|
-
template: "\n <div class=\"wrapper\">\n <co-delivery-planning [currentPlanningViewMode]=\"deliveryPlanningViewModes.Sidebar\" [calendarViewMode]=\"calendarViewModes.DaysAround\" [currentPlanningMode]=\"deliveryPlanningModes.Transaction\"></co-delivery-planning>\n </div>\n ",
|
|
43196
|
+
template: "\n <div class=\"wrapper line-side-planning\">\n <co-delivery-planning [currentPlanningViewMode]=\"deliveryPlanningViewModes.Sidebar\" [calendarViewMode]=\"calendarViewModes.DaysAround\" [currentPlanningMode]=\"deliveryPlanningModes.Transaction\"></co-delivery-planning>\n </div>\n ",
|
|
43145
43197
|
encapsulation: i0.ViewEncapsulation.None
|
|
43146
43198
|
},] }
|
|
43147
43199
|
];
|
|
@@ -44795,6 +44847,7 @@
|
|
|
44795
44847
|
this.getTransportOrdersEvent = new i0.EventEmitter();
|
|
44796
44848
|
this.updatePlanningTransportWeek = new i0.EventEmitter();
|
|
44797
44849
|
this.openSettingsDialogEvent = new i0.EventEmitter();
|
|
44850
|
+
this.calendarPlanEvent = new i0.EventEmitter();
|
|
44798
44851
|
}
|
|
44799
44852
|
Object.defineProperty(DeliveryPlanningOverviewTileComponent.prototype, "tileMode", {
|
|
44800
44853
|
get: function () {
|
|
@@ -44826,6 +44879,10 @@
|
|
|
44826
44879
|
DeliveryPlanningOverviewTileComponent.prototype.drop = function (event) {
|
|
44827
44880
|
// moveItemInArray(this.planningLines, event.previousIndex, event.currentIndex);
|
|
44828
44881
|
};
|
|
44882
|
+
DeliveryPlanningOverviewTileComponent.prototype.handleDrop = function (event) {
|
|
44883
|
+
event.preventDefault();
|
|
44884
|
+
event.stopPropagation();
|
|
44885
|
+
};
|
|
44829
44886
|
DeliveryPlanningOverviewTileComponent.prototype.formattedDate = function (date) {
|
|
44830
44887
|
return "" + this._datePipe.transform(date, 'H:mm', "GMT+1");
|
|
44831
44888
|
};
|
|
@@ -44857,12 +44914,15 @@
|
|
|
44857
44914
|
order.endTime = new Date(obj['endTime']);
|
|
44858
44915
|
this.updatePlanningTransportWeek.emit();
|
|
44859
44916
|
};
|
|
44917
|
+
DeliveryPlanningOverviewTileComponent.prototype.handleCalendarPlanEvent = function (data) {
|
|
44918
|
+
this.calendarPlanEvent.emit(data);
|
|
44919
|
+
};
|
|
44860
44920
|
return DeliveryPlanningOverviewTileComponent;
|
|
44861
44921
|
}());
|
|
44862
44922
|
DeliveryPlanningOverviewTileComponent.decorators = [
|
|
44863
44923
|
{ type: i0.Component, args: [{
|
|
44864
44924
|
selector: "co-delivery-planning-overview-tile",
|
|
44865
|
-
template: "\n <div class=\"delivery-planning-overview-tile-wrapper\">\n <div class=\"header-tile-wrapper\">\n <div class=\"header-title\" (click)=\"expandedChange()\">\n <co-icon *ngIf=\"!expanded\" [iconData]=\"iconCacheService.getIcon(icons.CaretDownSolid)\"></co-icon>\n <co-icon *ngIf=\"expanded\" [iconData]=\"iconCacheService.getIcon(icons.CaretUpSolid)\"></co-icon>\n <span class=\"header-title\" [textContent]=\"transportDay?.transport.registrationNumber\"></span>\n </div>\n <div class=\"truck-header-tile\">\n <co-icon\n [iconData]=\"iconCacheService.getIcon(icons.TruckContainerDuo)\"></co-icon>\n <co-icon class=\"small\" (click)=\"openSettingsDialog()\"\n [iconData]=\"iconCacheService.getIcon(icons.SlidersUpRegular)\"></co-icon>\n\n </div>\n\n </div>\n <div class=\"planning-wrapper\">\n <div class=\"status-wrapper row\">\n <co-delivery-planning-tile-status\n [currentVolume]=\"transportDay?.orderAmount\"\n [maxVolume]=\"transportDay?.maxOrderAmount\"\n [currentTimeTotal]=\"transportDay?.minutes\"\n [timeTotal]=\"transportDay?.maxMinutes\">\n </co-delivery-planning-tile-status>\n <div class=\"planning-short-line-wrapper\" *ngIf=\"!expanded\">\n <co-delivery-planning-overview-short-line\n *ngFor=\"let order of transportDay?.plannedOrders\"\n (deleteLineEvent)=\"handleDeleteLineClick($event)\"\n [order]=\"order\">\n </co-delivery-planning-overview-short-line>\n </div>\n </div>\n <co-collapsible [expanded]=\"expanded\">\n <div class=\"tile-content-wrapper column\">\n\n <div class=\"planning-lines-wrapper\" cdkDropList (cdkDropListDropped)=\"drop($event)\"\n *ngIf=\"tileMode === tileModes.Normal\">\n <co-delivery-planning-overview-tile-line cdkDrag\n *ngFor=\"let order of transportDay?.plannedOrders\"\n (deleteLineEvent)=\"handleDeleteLineClick($event)\"\n [order]=\"order\">\n </co-delivery-planning-overview-tile-line>\n </div>\n\n <ng-template #customTemplate let-hour=\"hour\" let-objects=\"objects\">\n <div>\n <div\n *ngFor=\"let obj of objects\"\n class=\"custom-scheduled-object\"\n draggable=\"true\"\n (dragstart)=\"onCustomDragStart($event, obj)\"\n >\n <co-delivery-planning-overview-tile-line cdkDrag\n *ngFor=\"let obj of objects\"\n (deleteLineEvent)=\"handleDeleteLineClick($event)\"\n [order]=\"obj\">\n </co-delivery-planning-overview-tile-line>\n </div>\n </div>\n </ng-template>\n\n <co-hour-scheduling *ngIf=\"ordersLoaded && tileMode === tileModes.Calendar\"\n [schedule]=\"transportDay\"\n [startTimeProp]=\"'startTime'\"\n [endTimeProp]=\"'endTime'\"\n [objectsProp]=\"'plannedOrders'\"\n [childProp]=\"'transport'\"\n [customTemplate]=\"customTemplate\"\n [customTemplateUsed]=\"true\"\n [idProp]=\"'transId'\"\n (timeChangeEvent)=\"handleTimeChangeEvent($event)\"\n\n ></co-hour-scheduling>\n </div>\n </co-collapsible>\n </div>\n\n </div>\n ",
|
|
44925
|
+
template: "\n <div class=\"delivery-planning-overview-tile-wrapper\">\n <div class=\"header-tile-wrapper\">\n <div class=\"header-title\" (click)=\"expandedChange()\">\n <co-icon *ngIf=\"!expanded\" [iconData]=\"iconCacheService.getIcon(icons.CaretDownSolid)\"></co-icon>\n <co-icon *ngIf=\"expanded\" [iconData]=\"iconCacheService.getIcon(icons.CaretUpSolid)\"></co-icon>\n <span class=\"header-title\" [textContent]=\"transportDay?.transport.registrationNumber\"></span>\n </div>\n <div class=\"truck-header-tile\">\n <co-icon\n [iconData]=\"iconCacheService.getIcon(icons.TruckContainerDuo)\"></co-icon>\n <co-icon class=\"small\" (click)=\"openSettingsDialog()\"\n [iconData]=\"iconCacheService.getIcon(icons.SlidersUpRegular)\"></co-icon>\n\n </div>\n\n </div>\n <div class=\"planning-wrapper\">\n <div class=\"status-wrapper row\">\n <co-delivery-planning-tile-status\n [currentVolume]=\"transportDay?.orderAmount\"\n [maxVolume]=\"transportDay?.maxOrderAmount\"\n [currentTimeTotal]=\"transportDay?.minutes\"\n [timeTotal]=\"transportDay?.maxMinutes\">\n </co-delivery-planning-tile-status>\n <div class=\"planning-short-line-wrapper\" *ngIf=\"!expanded\">\n <co-delivery-planning-overview-short-line\n *ngFor=\"let order of transportDay?.plannedOrders\"\n (deleteLineEvent)=\"handleDeleteLineClick($event)\"\n [order]=\"order\">\n </co-delivery-planning-overview-short-line>\n </div>\n </div>\n <co-collapsible [expanded]=\"expanded\">\n <div class=\"tile-content-wrapper column\">\n\n <div class=\"planning-lines-wrapper\" cdkDropList (cdkDropListDropped)=\"drop($event)\"\n *ngIf=\"tileMode === tileModes.Normal\">\n <co-delivery-planning-overview-tile-line cdkDrag\n *ngFor=\"let order of transportDay?.plannedOrders\"\n (deleteLineEvent)=\"handleDeleteLineClick($event)\"\n [order]=\"order\">\n </co-delivery-planning-overview-tile-line>\n </div>\n\n <ng-template #customTemplate let-hour=\"hour\" let-objects=\"objects\">\n <div>\n <div\n *ngFor=\"let obj of objects\"\n class=\"custom-scheduled-object\"\n draggable=\"true\"\n (dragstart)=\"onCustomDragStart($event, obj)\"\n >\n <co-delivery-planning-overview-tile-line cdkDrag\n *ngFor=\"let obj of objects\"\n (deleteLineEvent)=\"handleDeleteLineClick($event)\"\n [order]=\"obj\">\n </co-delivery-planning-overview-tile-line>\n </div>\n </div>\n </ng-template>\n\n <co-hour-scheduling *ngIf=\"ordersLoaded && tileMode === tileModes.Calendar\"\n [schedule]=\"transportDay\"\n [startTimeProp]=\"'startTime'\"\n [endTimeProp]=\"'endTime'\"\n [objectsProp]=\"'plannedOrders'\"\n [childProp]=\"'transport'\"\n [customTemplate]=\"customTemplate\"\n [customTemplateUsed]=\"true\"\n [idProp]=\"'transId'\"\n (timeChangeEvent)=\"handleTimeChangeEvent($event)\"\n (drop)=\"handleDrop($event)\"\n (newObjectPlanEvent)=\"handleCalendarPlanEvent($event)\"\n ></co-hour-scheduling>\n </div>\n </co-collapsible>\n </div>\n\n </div>\n ",
|
|
44866
44926
|
encapsulation: i0.ViewEncapsulation.None
|
|
44867
44927
|
},] }
|
|
44868
44928
|
];
|
|
@@ -44879,6 +44939,7 @@
|
|
|
44879
44939
|
getTransportOrdersEvent: [{ type: i0.Output }],
|
|
44880
44940
|
updatePlanningTransportWeek: [{ type: i0.Output }],
|
|
44881
44941
|
openSettingsDialogEvent: [{ type: i0.Output }],
|
|
44942
|
+
calendarPlanEvent: [{ type: i0.Output }],
|
|
44882
44943
|
showClass: [{ type: i0.HostBinding, args: ["class.co-delivery-planning-overview-tile",] }]
|
|
44883
44944
|
};
|
|
44884
44945
|
|
|
@@ -44893,6 +44954,7 @@
|
|
|
44893
44954
|
this.icons = Icon;
|
|
44894
44955
|
this.tileModes = DeliveryPlanningTileModes;
|
|
44895
44956
|
this.deliveryPlanningViewModes = exports.DeliveryPlanningViewModes;
|
|
44957
|
+
this.availability = [];
|
|
44896
44958
|
this.columnNum = 3; //initial count
|
|
44897
44959
|
this.planOrders = [];
|
|
44898
44960
|
this.currentMode = exports.DeliveryPlanningCalendarModes.Week;
|
|
@@ -44908,7 +44970,6 @@
|
|
|
44908
44970
|
}
|
|
44909
44971
|
Object.defineProperty(DeliveryPlanningOverviewComponent.prototype, "tiles", {
|
|
44910
44972
|
set: function (tiles) {
|
|
44911
|
-
this._deliveryPlanningService;
|
|
44912
44973
|
this.tilesQueryList = tiles;
|
|
44913
44974
|
},
|
|
44914
44975
|
enumerable: false,
|
|
@@ -44963,6 +45024,8 @@
|
|
|
44963
45024
|
switch (_c.label) {
|
|
44964
45025
|
case 0:
|
|
44965
45026
|
ev.preventDefault();
|
|
45027
|
+
ev.stopPropagation();
|
|
45028
|
+
this._deliveryPlanningService.dragging = false;
|
|
44966
45029
|
data = ev.dataTransfer.getData("text");
|
|
44967
45030
|
index = transportDays.indexOf(transportDay);
|
|
44968
45031
|
tile = this.tilesQueryList.get(index);
|
|
@@ -44977,15 +45040,7 @@
|
|
|
44977
45040
|
case 2:
|
|
44978
45041
|
planOrder = _c.sent();
|
|
44979
45042
|
if (planOrder) {
|
|
44980
|
-
this.
|
|
44981
|
-
this._changeDetector.markForCheck();
|
|
44982
|
-
this._changeDetector.detectChanges();
|
|
44983
|
-
if (this.planningPopupRef) {
|
|
44984
|
-
this.planningPopupRef.planOrder = planOrder;
|
|
44985
|
-
this.planningPopupRef.transportDay = transportDay;
|
|
44986
|
-
this.planningPopupRef.week = week;
|
|
44987
|
-
this.planningPopupRef.transaction = this._transaction.currentTransaction;
|
|
44988
|
-
}
|
|
45043
|
+
this.openPlanningPopup(planOrder, transportDay, week);
|
|
44989
45044
|
}
|
|
44990
45045
|
return [3 /*break*/, 5];
|
|
44991
45046
|
case 3:
|
|
@@ -45098,7 +45153,7 @@
|
|
|
45098
45153
|
};
|
|
45099
45154
|
DeliveryPlanningOverviewComponent.prototype.getTransportOrders = function (order, transportDay) {
|
|
45100
45155
|
return __awaiter(this, void 0, void 0, function () {
|
|
45101
|
-
var request,
|
|
45156
|
+
var request, _c;
|
|
45102
45157
|
return __generator(this, function (_d) {
|
|
45103
45158
|
switch (_d.label) {
|
|
45104
45159
|
case 0:
|
|
@@ -45106,10 +45161,6 @@
|
|
|
45106
45161
|
request.planningId = this._deliveryPlanningService.currentPlanning.planningId;
|
|
45107
45162
|
request.date = transportDay.date;
|
|
45108
45163
|
request.transportId = transportDay.transport.transportId;
|
|
45109
|
-
order.startTime = transportDay.transport.startTime;
|
|
45110
|
-
endDate = new Date(transportDay.transport.startTime);
|
|
45111
|
-
this.addHours(endDate, 1);
|
|
45112
|
-
order.endTime = endDate;
|
|
45113
45164
|
_c = transportDay;
|
|
45114
45165
|
return [4 /*yield*/, this._transactionCon.getTransportOrders(request)];
|
|
45115
45166
|
case 1:
|
|
@@ -45147,7 +45198,7 @@
|
|
|
45147
45198
|
};
|
|
45148
45199
|
DeliveryPlanningOverviewComponent.prototype.planSelectedLines = function (transportDay, week) {
|
|
45149
45200
|
return __awaiter(this, void 0, void 0, function () {
|
|
45150
|
-
var planOrder, linesToPlan, originalPlannedLineCount;
|
|
45201
|
+
var planOrder, linesToPlan, originalPlannedLineCount, correctOrder;
|
|
45151
45202
|
return __generator(this, function (_c) {
|
|
45152
45203
|
switch (_c.label) {
|
|
45153
45204
|
case 0: return [4 /*yield*/, this._transactionCon.getPlanOrder(this._transaction.currentTransaction.transactionInfo.id)];
|
|
@@ -45178,8 +45229,10 @@
|
|
|
45178
45229
|
}
|
|
45179
45230
|
}
|
|
45180
45231
|
});
|
|
45181
|
-
|
|
45182
|
-
|
|
45232
|
+
correctOrder = transportDay.plannedOrders.find(function (order) { return order.transactionNr === planOrder.transactionNr; });
|
|
45233
|
+
transportDay.plannedOrders.splice(transportDay.plannedOrders.indexOf(correctOrder), 1);
|
|
45234
|
+
if (correctOrder.lines.length > originalPlannedLineCount) {
|
|
45235
|
+
this.openPlanningPopup(correctOrder, transportDay, week);
|
|
45183
45236
|
}
|
|
45184
45237
|
}
|
|
45185
45238
|
else {
|
|
@@ -45240,12 +45293,93 @@
|
|
|
45240
45293
|
this.showSettingsDialog = true;
|
|
45241
45294
|
}
|
|
45242
45295
|
};
|
|
45296
|
+
DeliveryPlanningOverviewComponent.prototype.handleCalendarPlanEvent = function (data, transportWeekDay, week) {
|
|
45297
|
+
var _a;
|
|
45298
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
45299
|
+
var planOrder;
|
|
45300
|
+
return __generator(this, function (_c) {
|
|
45301
|
+
switch (_c.label) {
|
|
45302
|
+
case 0:
|
|
45303
|
+
if (!(data.data === "false" && this._deliveryPlanningService.currentTransId)) return [3 /*break*/, 2];
|
|
45304
|
+
return [4 /*yield*/, this._transactionCon.getPlanOrder((_a = this._deliveryPlanningService) === null || _a === void 0 ? void 0 : _a.currentTransId)];
|
|
45305
|
+
case 1:
|
|
45306
|
+
planOrder = _c.sent();
|
|
45307
|
+
return [3 /*break*/, 4];
|
|
45308
|
+
case 2: return [4 /*yield*/, this._transactionCon.getPlanOrder(parseInt(data.data))];
|
|
45309
|
+
case 3:
|
|
45310
|
+
planOrder = _c.sent();
|
|
45311
|
+
_c.label = 4;
|
|
45312
|
+
case 4:
|
|
45313
|
+
if (!(planOrder && data.currentHour)) return [3 /*break*/, 9];
|
|
45314
|
+
planOrder.startTime = this.calculateStartTime(transportWeekDay, data.currentHour);
|
|
45315
|
+
planOrder.endTime = this.calculateEndTime(planOrder.startTime, data.currentHour, planOrder);
|
|
45316
|
+
return [4 /*yield*/, this.getTransportOrders(planOrder, transportWeekDay)];
|
|
45317
|
+
case 5:
|
|
45318
|
+
_c.sent();
|
|
45319
|
+
return [4 /*yield*/, this.getSequenceOrderValue(planOrder)];
|
|
45320
|
+
case 6:
|
|
45321
|
+
_c.sent();
|
|
45322
|
+
return [4 /*yield*/, this.getOrderLinesPlanned(planOrder)];
|
|
45323
|
+
case 7:
|
|
45324
|
+
_c.sent();
|
|
45325
|
+
return [4 /*yield*/, this.planOrderLines(planOrder, transportWeekDay, week)];
|
|
45326
|
+
case 8:
|
|
45327
|
+
_c.sent();
|
|
45328
|
+
this._deliveryPlanningService.currentTransId = undefined;
|
|
45329
|
+
_c.label = 9;
|
|
45330
|
+
case 9: return [2 /*return*/];
|
|
45331
|
+
}
|
|
45332
|
+
});
|
|
45333
|
+
});
|
|
45334
|
+
};
|
|
45335
|
+
DeliveryPlanningOverviewComponent.prototype.calculateStartTime = function (transportWeekDay, currentHour) {
|
|
45336
|
+
var startDate = new Date(transportWeekDay.date);
|
|
45337
|
+
var startTime = parseInt(currentHour.split(":")[0]);
|
|
45338
|
+
startDate.setHours(startTime);
|
|
45339
|
+
startDate.setMinutes(parseInt(currentHour.split(":")[1]) > 0 ? parseInt(currentHour.split(":")[1]) : 0);
|
|
45340
|
+
startDate.setSeconds(0);
|
|
45341
|
+
return startDate;
|
|
45342
|
+
};
|
|
45343
|
+
DeliveryPlanningOverviewComponent.prototype.calculateEndTime = function (startDate, currentHour, planOrder) {
|
|
45344
|
+
var endTime = new Date(startDate);
|
|
45345
|
+
var splitHour = currentHour.split(":");
|
|
45346
|
+
var newEndMinutes = splitHour[1] === "00" ? 30 : 0;
|
|
45347
|
+
var newEndHour = splitHour[1] === "30" ? (parseInt(splitHour[0]) + 1) : parseInt(splitHour[0]);
|
|
45348
|
+
endTime.setHours(newEndHour);
|
|
45349
|
+
endTime.setMinutes(newEndMinutes);
|
|
45350
|
+
var assemblyTime = this._deliveryPlanningService.totalAssemblyTime(planOrder) * 60 * 1000;
|
|
45351
|
+
endTime.setTime(endTime.getTime() + assemblyTime);
|
|
45352
|
+
return endTime;
|
|
45353
|
+
};
|
|
45354
|
+
DeliveryPlanningOverviewComponent.prototype.openPlanningPopup = function (planOrder, transportDay, week) {
|
|
45355
|
+
this.showNoteDialog = true;
|
|
45356
|
+
this._changeDetector.markForCheck();
|
|
45357
|
+
this._changeDetector.detectChanges();
|
|
45358
|
+
if (this.planningPopupRef) {
|
|
45359
|
+
this.planningPopupRef.planOrder = planOrder;
|
|
45360
|
+
this.planningPopupRef.transportDay = transportDay;
|
|
45361
|
+
this.planningPopupRef.week = week;
|
|
45362
|
+
this.planningPopupRef.transaction = this._transaction.currentTransaction;
|
|
45363
|
+
}
|
|
45364
|
+
};
|
|
45365
|
+
DeliveryPlanningOverviewComponent.prototype.handleAvailabilityChecked = function (value) {
|
|
45366
|
+
this.availability.push(value);
|
|
45367
|
+
};
|
|
45368
|
+
DeliveryPlanningOverviewComponent.prototype.checkAvailable = function (transportDay) {
|
|
45369
|
+
var transport = this.availability.find(function (transportObject) { return transportObject.transportDay === transportDay; });
|
|
45370
|
+
if (transport && !transport.available) {
|
|
45371
|
+
return true;
|
|
45372
|
+
}
|
|
45373
|
+
else {
|
|
45374
|
+
return false;
|
|
45375
|
+
}
|
|
45376
|
+
};
|
|
45243
45377
|
return DeliveryPlanningOverviewComponent;
|
|
45244
45378
|
}());
|
|
45245
45379
|
DeliveryPlanningOverviewComponent.decorators = [
|
|
45246
45380
|
{ type: i0.Component, args: [{
|
|
45247
45381
|
selector: "co-delivery-planning-overview",
|
|
45248
|
-
template: "\n <co-delivery-planning-overview-popup #planningPopup *ngIf=\"showNoteDialog\" (closeEvent)=\"showNoteDialog = false\"\n (onSucceededPlanAction)=\"handlePopupPlanEvent($event)\"></co-delivery-planning-overview-popup>\n <co-delivery-planning-overview-tile-settings-popup *ngIf=\"showSettingsDialog\" [transportDay]=\"selectedTransportDay\" (onSaveAction)=\"handleSettingsSave($event)\" (closeEvent)=\"showSettingsDialog = false\"></co-delivery-planning-overview-tile-settings-popup>\n <div class=\"delivery-overview-wrapper\" [class.sidebar]=\"currentViewMode === 'DAYS_AROUND'\">\n <div class=\"
|
|
45382
|
+
template: "\n <co-delivery-planning-overview-popup #planningPopup *ngIf=\"showNoteDialog\" (closeEvent)=\"showNoteDialog = false\"\n (onSucceededPlanAction)=\"handlePopupPlanEvent($event)\"></co-delivery-planning-overview-popup>\n <co-delivery-planning-overview-tile-settings-popup *ngIf=\"showSettingsDialog\" [transportDay]=\"selectedTransportDay\" (availabilityChecked)=\"handleAvailabilityChecked($event)\" (onSaveAction)=\"handleSettingsSave($event)\" (closeEvent)=\"showSettingsDialog = false\"></co-delivery-planning-overview-tile-settings-popup>\n <div class=\"delivery-overview-wrapper\" [class.sidebar]=\"currentViewMode === 'DAYS_AROUND'\">\n <div class=\"tile-view-modes row\">\n <co-icon (click)=\"currentTileMode = tileModes.Normal\" [class.active]=\"currentTileMode === tileModes.Normal\" [iconData]=\"iconCacheService.getIcon(icons.CalendarLinesRegular)\"></co-icon>\n <co-icon (click)=\"currentTileMode = tileModes.Calendar\" [class.active]=\"currentTileMode === tileModes.Calendar\" [iconData]=\"iconCacheService.getIcon(icons.CalendarDayRegular)\"></co-icon>\n </div>\n <div class=\"planning-component-wrapper\">\n <co-date-planning [view]=\"currentViewMode\" [selectedDate]=\"date\"\n (rangeChange)=\"handleDateRangeChange($event)\"></co-date-planning>\n </div>\n <div class=\"row date-planning\" #rowContainer *ngFor=\"let transportWeekRow of planTransportWeek\">\n <div class=\"column\" #columnElem\n *ngFor=\"let transPortDay of filterWeekArray(weekArray(transportWeekRow)); index as i\">\n <co-delivery-planning-overview-tile\n [class.disabled]=\"!transPortDay.availableOnDate || transPortDay.maxMinutes === 0 || checkAvailable(transPortDay)\"\n [disabled]=\"!transPortDay.availableOnDate || transPortDay.maxMinutes === 0\"\n (dragover)=\"allowDrop($event, transPortDay)\"\n (drop)=\"dropped($event, transportWeekRow, transPortDay, filterWeekArray(weekArray(transportWeekRow)))\"\n (dragend)=\"dragEnd($event)\"\n\n [transportDay]=\"transPortDay\"\n (deleteLineEvent)=\"handleDeleteOrder($event, transportWeekRow)\"\n (updatePlanningTransportWeek)=\"updatePlanningTransportEvent.emit(transportWeekRow)\"\n (openSettingsDialogEvent)=\"openSettingsDialog($event)\"\n (calendarPlanEvent)=\"handleCalendarPlanEvent($event, transPortDay, transportWeekRow)\"\n ></co-delivery-planning-overview-tile>\n\n </div>\n </div>\n </div>\n\n\n ",
|
|
45249
45383
|
encapsulation: i0.ViewEncapsulation.None
|
|
45250
45384
|
},] }
|
|
45251
45385
|
];
|
|
@@ -45278,7 +45412,9 @@
|
|
|
45278
45412
|
this.icons = Icon;
|
|
45279
45413
|
this.expanded = false;
|
|
45280
45414
|
this.linesActive = false;
|
|
45415
|
+
this.orderLines = false;
|
|
45281
45416
|
this.order = new planOrder_bo.PlanOrder();
|
|
45417
|
+
this.isActive = false;
|
|
45282
45418
|
this.deleteLineEvent = new i0.EventEmitter();
|
|
45283
45419
|
}
|
|
45284
45420
|
DeliveryPlanningOverviewTileLineComponent.prototype.showClass = function () {
|
|
@@ -45289,6 +45425,11 @@
|
|
|
45289
45425
|
};
|
|
45290
45426
|
DeliveryPlanningOverviewTileLineComponent.prototype.setLinesActive = function () {
|
|
45291
45427
|
this.linesActive = !this.linesActive;
|
|
45428
|
+
this.orderLines = false;
|
|
45429
|
+
};
|
|
45430
|
+
DeliveryPlanningOverviewTileLineComponent.prototype.showOrderLines = function (event) {
|
|
45431
|
+
event.stopPropagation(); // Stop the event from propagating to parent elements
|
|
45432
|
+
this.orderLines = !this.orderLines;
|
|
45292
45433
|
};
|
|
45293
45434
|
DeliveryPlanningOverviewTileLineComponent.prototype.getPlannedLines = function (lines) {
|
|
45294
45435
|
return lines.filter(function (line) { return line.planned === true; });
|
|
@@ -45298,7 +45439,7 @@
|
|
|
45298
45439
|
DeliveryPlanningOverviewTileLineComponent.decorators = [
|
|
45299
45440
|
{ type: i0.Component, args: [{
|
|
45300
45441
|
selector: "co-delivery-planning-overview-tile-line",
|
|
45301
|
-
template: "\n <div class=\"planning-line-wrapper\" [class.active-lines]=\"linesActive\">\n <div class=\"planning-line-content\">\n <div class=\"planning-line-left\">\n <div class=\"planning-line-extend\">\n <co-icon *ngIf=\"!
|
|
45442
|
+
template: "\n <div class=\"planning-line-wrapper\" (click)=\"setLinesActive()\" [class.active-lines]=\"linesActive\">\n <div class=\"planning-line-content\">\n <div class=\"planning-line-left\">\n <div class=\"planning-line-extend\" *ngIf=\"linesActive || orderLines\">\n <co-icon *ngIf=\"!orderLines\" (click)=\"showOrderLines($event)\" [iconData]=\"iconCacheService.getIcon(icons.ChevronDownRegular)\"></co-icon>\n <co-icon *ngIf=\"orderLines\" (click)=\"showOrderLines($event)\" [iconData]=\"iconCacheService.getIcon(icons.ChevronUpRegular)\"></co-icon>\n </div>\n <div class=\"line-content-left\">\n <div class=\"planning-relation\">\n <span [textContent]=\"order.relationName\"></span>\n </div>\n <div class=\"planning-address\" *ngIf=\"linesActive\">\n <span [textContent]=\"order.shortAddress\"></span>\n </div>\n </div>\n </div>\n <div class=\"planning-line-right\">\n <div class=\"line-content-right\">\n <div class=\"planning-order\">\n <co-icon (click)=\"setLinesActive()\" [iconData]=\"iconCacheService.getIcon(icons.CartShoppingRegular)\"></co-icon>\n <span [textContent]=\"order.transactionNr\"></span>\n </div>\n <div class=\"planning-time\" *ngIf=\"linesActive\">\n <span [textContent]=\"(order.startTime | date: 'HH:mm') + ' - ' + (order.endTime | date: 'HH:mm')\"></span>\n </div>\n </div>\n <div class=\"planning-line-actions\">\n <co-icon *ngIf=\"linesActive\" (click)=\"handleDeleteLineClick(order)\" [iconData]=\"iconCacheService.getIcon(icons.TrashCanRegular)\"></co-icon>\n <co-icon *ngIf=\"!linesActive\" [iconData]=\"iconCacheService.getIcon(icons.ChevronRightRegular)\"></co-icon>\n </div>\n </div>\n </div>\n <div class=\"order-line-list-wrapper\" *ngIf=\"orderLines\">\n <div class=\"order-lines\" *ngFor=\"let line of getPlannedLines(order?.lines)\">\n <span [textContent]=\"line.articleNumber\"></span>\n <span [textContent]=\"line.description\"></span>\n </div>\n </div>\n </div>\n ",
|
|
45302
45443
|
encapsulation: i0.ViewEncapsulation.None
|
|
45303
45444
|
},] }
|
|
45304
45445
|
];
|
|
@@ -45307,6 +45448,7 @@
|
|
|
45307
45448
|
]; };
|
|
45308
45449
|
DeliveryPlanningOverviewTileLineComponent.propDecorators = {
|
|
45309
45450
|
order: [{ type: i0.Input }],
|
|
45451
|
+
isActive: [{ type: i0.Input }],
|
|
45310
45452
|
deleteLineEvent: [{ type: i0.Output }],
|
|
45311
45453
|
showClass: [{ type: i0.HostBinding, args: ["class.co-delivery-planning-overview-tile-line",] }]
|
|
45312
45454
|
};
|
|
@@ -45487,15 +45629,28 @@
|
|
|
45487
45629
|
];
|
|
45488
45630
|
|
|
45489
45631
|
var DeliveryPlanningOverviewPopupComponent = /** @class */ (function () {
|
|
45490
|
-
function DeliveryPlanningOverviewPopupComponent(iconCacheService, _transaction,
|
|
45632
|
+
function DeliveryPlanningOverviewPopupComponent(iconCacheService, _transaction, deliveryPlanningService) {
|
|
45491
45633
|
this.iconCacheService = iconCacheService;
|
|
45492
45634
|
this._transaction = _transaction;
|
|
45493
|
-
this.
|
|
45635
|
+
this.deliveryPlanningService = deliveryPlanningService;
|
|
45494
45636
|
this.icons = Icon;
|
|
45495
45637
|
this.planOrder = new planOrder_bo.PlanOrder();
|
|
45496
45638
|
this.closeEvent = new i0.EventEmitter();
|
|
45497
45639
|
this.onSucceededPlanAction = new i0.EventEmitter();
|
|
45498
45640
|
}
|
|
45641
|
+
Object.defineProperty(DeliveryPlanningOverviewPopupComponent.prototype, "transportDay", {
|
|
45642
|
+
get: function () {
|
|
45643
|
+
return this._transportWeekDay;
|
|
45644
|
+
},
|
|
45645
|
+
set: function (transportWeekDay) {
|
|
45646
|
+
this.handleInitialTimePlanning(transportWeekDay);
|
|
45647
|
+
this._transportWeekDay = transportWeekDay;
|
|
45648
|
+
},
|
|
45649
|
+
enumerable: false,
|
|
45650
|
+
configurable: true
|
|
45651
|
+
});
|
|
45652
|
+
;
|
|
45653
|
+
;
|
|
45499
45654
|
DeliveryPlanningOverviewPopupComponent.prototype.showClass = function () {
|
|
45500
45655
|
return true;
|
|
45501
45656
|
};
|
|
@@ -45505,17 +45660,8 @@
|
|
|
45505
45660
|
this.transportDay = undefined;
|
|
45506
45661
|
this.transaction = undefined;
|
|
45507
45662
|
};
|
|
45508
|
-
DeliveryPlanningOverviewPopupComponent.prototype.
|
|
45509
|
-
|
|
45510
|
-
if (planOrder) {
|
|
45511
|
-
var total_1 = 0;
|
|
45512
|
-
(_a = planOrder === null || planOrder === void 0 ? void 0 : planOrder.lines) === null || _a === void 0 ? void 0 : _a.forEach(function (line) {
|
|
45513
|
-
if (line.minutes > 0) {
|
|
45514
|
-
total_1 += line.minutes;
|
|
45515
|
-
}
|
|
45516
|
-
});
|
|
45517
|
-
return total_1;
|
|
45518
|
-
}
|
|
45663
|
+
DeliveryPlanningOverviewPopupComponent.prototype.impactTime = function () {
|
|
45664
|
+
return this.planOrder.impactTime ? this.planOrder.impactTime : 0;
|
|
45519
45665
|
};
|
|
45520
45666
|
DeliveryPlanningOverviewPopupComponent.prototype.closePopup = function () {
|
|
45521
45667
|
this._transaction.resetCurrentTransaction();
|
|
@@ -45525,36 +45671,56 @@
|
|
|
45525
45671
|
this.onSucceededPlanAction.emit([this.planOrder, this.transportDay, this.week]);
|
|
45526
45672
|
};
|
|
45527
45673
|
DeliveryPlanningOverviewPopupComponent.prototype.startTimeForOrder = function () {
|
|
45528
|
-
|
|
45529
|
-
if (((_b = (_a = this.transportDay) === null || _a === void 0 ? void 0 : _a.plannedOrders) === null || _b === void 0 ? void 0 : _b.length) === 0 || !((_d = (_c = this.transportDay) === null || _c === void 0 ? void 0 : _c.plannedOrders) === null || _d === void 0 ? void 0 : _d.length)) {
|
|
45530
|
-
this.planOrder.startTime = (_f = (_e = this.transportDay) === null || _e === void 0 ? void 0 : _e.transport) === null || _f === void 0 ? void 0 : _f.startTime;
|
|
45531
|
-
return (_h = (_g = this.transportDay) === null || _g === void 0 ? void 0 : _g.transport) === null || _h === void 0 ? void 0 : _h.startTime;
|
|
45532
|
-
}
|
|
45533
|
-
return (_j = this.transportDay) === null || _j === void 0 ? void 0 : _j.plannedOrders[this.transportDay.plannedOrders.length - 1].endTime;
|
|
45674
|
+
return this.planOrder.startTime;
|
|
45534
45675
|
};
|
|
45535
45676
|
DeliveryPlanningOverviewPopupComponent.prototype.endTimeForOrder = function () {
|
|
45536
|
-
|
|
45537
|
-
if (this.totalAssemblyTime(this.planOrder) === 0) {
|
|
45538
|
-
return this._deliveryPlanningService.addHours(new Date(this.planOrder.startTime), 1);
|
|
45539
|
-
}
|
|
45540
|
-
}
|
|
45677
|
+
return this.planOrder.endTime;
|
|
45541
45678
|
};
|
|
45542
|
-
DeliveryPlanningOverviewPopupComponent.prototype.handleStartTimeChange = function (
|
|
45543
|
-
|
|
45679
|
+
DeliveryPlanningOverviewPopupComponent.prototype.handleStartTimeChange = function (timeString) {
|
|
45680
|
+
var originalPlanOrderDate = new Date(this.planOrder.startTime);
|
|
45681
|
+
var date = new Date(originalPlanOrderDate.getFullYear(), originalPlanOrderDate.getMonth(), originalPlanOrderDate.getDay(), parseInt(timeString[0]), 0);
|
|
45682
|
+
if (!isNaN(date.getTime())) {
|
|
45544
45683
|
this.planOrder.startTime = date;
|
|
45545
45684
|
}
|
|
45546
45685
|
};
|
|
45547
|
-
DeliveryPlanningOverviewPopupComponent.prototype.handleEndTimeChange = function (
|
|
45548
|
-
|
|
45686
|
+
DeliveryPlanningOverviewPopupComponent.prototype.handleEndTimeChange = function (timeString) {
|
|
45687
|
+
var originalPlanOrderDate = new Date(this.planOrder.startTime);
|
|
45688
|
+
var date = new Date(originalPlanOrderDate.getFullYear(), originalPlanOrderDate.getMonth(), originalPlanOrderDate.getDay(), parseInt(timeString[0]), 0);
|
|
45689
|
+
if (!isNaN(date.getTime())) {
|
|
45549
45690
|
this.planOrder.endTime = date;
|
|
45550
45691
|
}
|
|
45551
45692
|
};
|
|
45693
|
+
DeliveryPlanningOverviewPopupComponent.prototype.handleInitialTimePlanning = function (transportWeekDay) {
|
|
45694
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
|
|
45695
|
+
if (!((_a = this.planOrder) === null || _a === void 0 ? void 0 : _a.startTime) && ((_b = transportWeekDay === null || transportWeekDay === void 0 ? void 0 : transportWeekDay.plannedOrders) === null || _b === void 0 ? void 0 : _b.length) === 0) {
|
|
45696
|
+
this.planOrder.startTime = new Date(transportWeekDay.date);
|
|
45697
|
+
(_d = (_c = this.planOrder) === null || _c === void 0 ? void 0 : _c.startTime) === null || _d === void 0 ? void 0 : _d.setHours(8);
|
|
45698
|
+
(_f = (_e = this.planOrder) === null || _e === void 0 ? void 0 : _e.startTime) === null || _f === void 0 ? void 0 : _f.setMinutes(0);
|
|
45699
|
+
(_h = (_g = this.planOrder) === null || _g === void 0 ? void 0 : _g.startTime) === null || _h === void 0 ? void 0 : _h.setSeconds(0);
|
|
45700
|
+
}
|
|
45701
|
+
if (!((_j = this.planOrder) === null || _j === void 0 ? void 0 : _j.endTime) && (transportWeekDay === null || transportWeekDay === void 0 ? void 0 : transportWeekDay.plannedOrders.length) === 0) {
|
|
45702
|
+
this.planOrder.endTime = new Date((_k = this.planOrder) === null || _k === void 0 ? void 0 : _k.startTime);
|
|
45703
|
+
this.planOrder.endTime.setHours(((_m = (_l = this.planOrder) === null || _l === void 0 ? void 0 : _l.endTime) === null || _m === void 0 ? void 0 : _m.getHours()) + (this.deliveryPlanningService.totalAssemblyTime(this.planOrder) > 0 ? (this.deliveryPlanningService.totalAssemblyTime(this.planOrder) / 60) : 1));
|
|
45704
|
+
this.planOrder.startTime.setMinutes(0);
|
|
45705
|
+
this.planOrder.startTime.setSeconds(0);
|
|
45706
|
+
}
|
|
45707
|
+
if ((transportWeekDay === null || transportWeekDay === void 0 ? void 0 : transportWeekDay.plannedOrders.length) > 0) {
|
|
45708
|
+
this.planOrder.startTime = new Date(transportWeekDay === null || transportWeekDay === void 0 ? void 0 : transportWeekDay.date);
|
|
45709
|
+
this.planOrder.startTime.setHours((_p = (_o = transportWeekDay === null || transportWeekDay === void 0 ? void 0 : transportWeekDay.plannedOrders[transportWeekDay.plannedOrders.length - 1]) === null || _o === void 0 ? void 0 : _o.endTime) === null || _p === void 0 ? void 0 : _p.getHours());
|
|
45710
|
+
this.planOrder.startTime.setMinutes(0);
|
|
45711
|
+
this.planOrder.startTime.setSeconds(0);
|
|
45712
|
+
this.planOrder.endTime = new Date(this.planOrder.startTime);
|
|
45713
|
+
this.planOrder.endTime.setHours(((_r = (_q = this.planOrder) === null || _q === void 0 ? void 0 : _q.endTime) === null || _r === void 0 ? void 0 : _r.getHours()) + (this.deliveryPlanningService.totalAssemblyTime(this.planOrder) > 0 ? (this.deliveryPlanningService.totalAssemblyTime(this.planOrder) / 60) : 1));
|
|
45714
|
+
this.planOrder.startTime.setMinutes(0);
|
|
45715
|
+
this.planOrder.startTime.setSeconds(0);
|
|
45716
|
+
}
|
|
45717
|
+
};
|
|
45552
45718
|
return DeliveryPlanningOverviewPopupComponent;
|
|
45553
45719
|
}());
|
|
45554
45720
|
DeliveryPlanningOverviewPopupComponent.decorators = [
|
|
45555
45721
|
{ type: i0.Component, args: [{
|
|
45556
45722
|
selector: "co-delivery-planning-overview-popup",
|
|
45557
|
-
template: "\n <co-dialog [showCloseIcon]=\"true\" (closeClick)=\"closePopup()\" [headerTemplate]=\"header\"\n [footerTemplate]=\"footer\">\n <ng-template #header>\n <div class=\"dialog-header-wrapper\">\n <span class=\"footer-header-title\" [textContent]=\"transportDay?.transport?.registrationNumber\"></span>\n <div class=\"icon\">\n <co-icon class=\"\"\n [iconData]=\"iconCacheService.getIcon(icons.TruckContainerDuo)\"></co-icon>\n </div>\n </div>\n </ng-template>\n\n <div class=\"body-wrapper\">\n <co-delivery-planning-tile-status\n [currentVolume]=\"transportDay?.orderAmount\"\n [maxVolume]=\"transportDay?.maxOrderAmount\"\n [currentTimeTotal]=\"transportDay?.minutes\"\n [timeTotal]=\"transportDay?.maxMinutes\">\n </co-delivery-planning-tile-status>\n\n <div class=\"form-details\">\n <span class=\"h1\" [textContent]=\"'TIME_SETTINGS' | localize\"></span>\n </div>\n <div class=\"popup-row\">\n <co-input-text [model]=\"
|
|
45723
|
+
template: "\n <co-dialog [showCloseIcon]=\"true\" (closeClick)=\"closePopup()\" [headerTemplate]=\"header\"\n [footerTemplate]=\"footer\">\n <ng-template #header>\n <div class=\"dialog-header-wrapper\">\n <span class=\"footer-header-title\" [textContent]=\"transportDay?.transport?.registrationNumber\"></span>\n <div class=\"icon\">\n <co-icon class=\"\"\n [iconData]=\"iconCacheService.getIcon(icons.TruckContainerDuo)\"></co-icon>\n </div>\n </div>\n </ng-template>\n\n <div class=\"body-wrapper\">\n <co-delivery-planning-tile-status\n [currentVolume]=\"transportDay?.orderAmount\"\n [maxVolume]=\"transportDay?.maxOrderAmount\"\n [currentTimeTotal]=\"transportDay?.minutes\"\n [timeTotal]=\"transportDay?.maxMinutes\">\n </co-delivery-planning-tile-status>\n\n <div class=\"form-details\">\n <span class=\"h1\" [textContent]=\"'TIME_SETTINGS' | localize\"></span>\n </div>\n <div class=\"popup-row\">\n <co-input-text [model]=\"impactTime()\" [placeholder]=\"'IMPACT_TIME' | localize\"></co-input-text>\n <co-input-text [model]=\"deliveryPlanningService.totalAssemblyTime(planOrder)\"\n [placeholder]=\"'ASSEMBLY_TIME' | localize\"></co-input-text>\n </div>\n\n <div class=\"popup-row\">\n <co-input-text [model]=\"startTimeForOrder() | date: 'HH:mm'\"\n [placeholder]=\"'STARTTIME' | localize\" (modelChange)=\"handleStartTimeChange($event)\"></co-input-text>\n <co-input-text [model]=\"endTimeForOrder() | date: 'HH:mm'\"\n [placeholder]=\"'STOPTIME' | localize\" (modelChange)=\"handleEndTimeChange($event)\"></co-input-text>\n </div>\n\n\n <div class=\"remark-wrapper\">\n <span [textContent]=\"'PLAN_REMARKS' | localize\"></span>\n <co-input-textarea [(model)]=\"planOrder.remarks\"></co-input-textarea>\n </div>\n\n\n </div>\n\n\n <ng-template #footer>\n <div class=\"buttons-wrapper\">\n <co-button class=\"save-button\"\n [iconData]=\"iconCacheService.getIcon(icons.CheckDuotone)\"\n (click)=\"handleCommitClick()\"></co-button>\n <co-button class=\"close-button\"\n [iconData]=\"iconCacheService.getIcon(icons.Crossskinny)\"\n (click)=\"closePopup()\"></co-button>\n </div>\n </ng-template>\n </co-dialog>\n ",
|
|
45558
45724
|
encapsulation: i0.ViewEncapsulation.None
|
|
45559
45725
|
},] }
|
|
45560
45726
|
];
|
|
@@ -45570,13 +45736,16 @@
|
|
|
45570
45736
|
};
|
|
45571
45737
|
|
|
45572
45738
|
var DeliveryPlanningOverviewTileSettingsPopupComponent = /** @class */ (function () {
|
|
45573
|
-
function DeliveryPlanningOverviewTileSettingsPopupComponent(_deliveryPlanningService, iconCacheService) {
|
|
45739
|
+
function DeliveryPlanningOverviewTileSettingsPopupComponent(_deliveryPlanningService, iconCacheService, _transaction) {
|
|
45574
45740
|
this._deliveryPlanningService = _deliveryPlanningService;
|
|
45575
45741
|
this.iconCacheService = iconCacheService;
|
|
45742
|
+
this._transaction = _transaction;
|
|
45576
45743
|
this.icons = Icon;
|
|
45577
45744
|
this.settingsChanged = false;
|
|
45745
|
+
this._subs = [];
|
|
45578
45746
|
this.closeEvent = new i0.EventEmitter();
|
|
45579
45747
|
this.onSaveAction = new i0.EventEmitter();
|
|
45748
|
+
this.availabilityChecked = new i0.EventEmitter();
|
|
45580
45749
|
}
|
|
45581
45750
|
Object.defineProperty(DeliveryPlanningOverviewTileSettingsPopupComponent.prototype, "districts", {
|
|
45582
45751
|
get: function () {
|
|
@@ -45617,6 +45786,22 @@
|
|
|
45617
45786
|
return true;
|
|
45618
45787
|
};
|
|
45619
45788
|
DeliveryPlanningOverviewTileSettingsPopupComponent.prototype.ngOnInit = function () {
|
|
45789
|
+
var _this = this;
|
|
45790
|
+
this._subs.push(this._deliveryPlanningService.availabilityCheckEvent.subscribe(function (transId) { return __awaiter(_this, void 0, void 0, function () {
|
|
45791
|
+
return __generator(this, function (_b) {
|
|
45792
|
+
switch (_b.label) {
|
|
45793
|
+
case 0: return [4 /*yield*/, this.handleAvailabilityChecked(transId)];
|
|
45794
|
+
case 1:
|
|
45795
|
+
_b.sent();
|
|
45796
|
+
return [2 /*return*/];
|
|
45797
|
+
}
|
|
45798
|
+
});
|
|
45799
|
+
}); }));
|
|
45800
|
+
};
|
|
45801
|
+
DeliveryPlanningOverviewTileSettingsPopupComponent.prototype.ngOnDestroy = function () {
|
|
45802
|
+
this._subs.forEach(function (sub) {
|
|
45803
|
+
sub.unsubscribe();
|
|
45804
|
+
});
|
|
45620
45805
|
};
|
|
45621
45806
|
DeliveryPlanningOverviewTileSettingsPopupComponent.prototype.districtsForTransportDay = function (transportDay) {
|
|
45622
45807
|
var _a;
|
|
@@ -45680,6 +45865,63 @@
|
|
|
45680
45865
|
DeliveryPlanningOverviewTileSettingsPopupComponent.prototype.handleCommitClick = function () {
|
|
45681
45866
|
this.onSaveAction.emit(this.settingsChanged);
|
|
45682
45867
|
};
|
|
45868
|
+
DeliveryPlanningOverviewTileSettingsPopupComponent.prototype.handleAvailabilityChecked = function (transId) {
|
|
45869
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
45870
|
+
var planOrder, available_1;
|
|
45871
|
+
var _this = this;
|
|
45872
|
+
return __generator(this, function (_b) {
|
|
45873
|
+
switch (_b.label) {
|
|
45874
|
+
case 0: return [4 /*yield*/, this._transaction.getPlanOrder(transId)];
|
|
45875
|
+
case 1:
|
|
45876
|
+
planOrder = _b.sent();
|
|
45877
|
+
if (!!planOrder.partDelivery) return [3 /*break*/, 2];
|
|
45878
|
+
this.deliveryMethods.find(function (method) { return parseInt(method.code) === planOrder.deliveryMethod; }) ? this.availabilityChecked.emit({ transportDay: this.transportDay, available: true }) : this.availabilityChecked.emit({ transportDay: this.transportDay, available: false });
|
|
45879
|
+
return [3 /*break*/, 4];
|
|
45880
|
+
case 2:
|
|
45881
|
+
available_1 = true;
|
|
45882
|
+
return [4 /*yield*/, this.getOrderLinesPlanned(planOrder)];
|
|
45883
|
+
case 3:
|
|
45884
|
+
_b.sent();
|
|
45885
|
+
planOrder.lines.forEach(function (line) {
|
|
45886
|
+
if (!_this.deliveryMethods.find(function (method) { return method.code === line.deliveryMethod; })) {
|
|
45887
|
+
available_1 = false;
|
|
45888
|
+
}
|
|
45889
|
+
});
|
|
45890
|
+
this.availabilityChecked.emit({ transportDay: this.transportDay, available: available_1 });
|
|
45891
|
+
_b.label = 4;
|
|
45892
|
+
case 4: return [2 /*return*/];
|
|
45893
|
+
}
|
|
45894
|
+
});
|
|
45895
|
+
});
|
|
45896
|
+
};
|
|
45897
|
+
DeliveryPlanningOverviewTileSettingsPopupComponent.prototype.getOrderLinesPlanned = function (planOrder) {
|
|
45898
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
45899
|
+
var request, filterObj, _b, _c, _d, _e;
|
|
45900
|
+
var _f;
|
|
45901
|
+
return __generator(this, function (_g) {
|
|
45902
|
+
switch (_g.label) {
|
|
45903
|
+
case 0:
|
|
45904
|
+
request = new orderLinesPlannedRequest_bo.OrderLinesPlannedRequest();
|
|
45905
|
+
filterObj = new planningFilterObject_bo.PlanningFilterObject();
|
|
45906
|
+
request.planned = true;
|
|
45907
|
+
request.planningId = this._deliveryPlanningService.currentPlanning.planningId;
|
|
45908
|
+
request.transId = planOrder.transId;
|
|
45909
|
+
request.plannedLineId = planOrder.plannedLineId;
|
|
45910
|
+
filterObj.onlyCurrentWeek = true;
|
|
45911
|
+
filterObj.beginCurrentWeek = new Date();
|
|
45912
|
+
filterObj.checkOrderLines = 1;
|
|
45913
|
+
request.filterObject = filterObj;
|
|
45914
|
+
_c = (_b = (_f = planOrder.lines).push).apply;
|
|
45915
|
+
_d = [_f];
|
|
45916
|
+
_e = [[]];
|
|
45917
|
+
return [4 /*yield*/, this._transaction.getOrderLinesPlanned(request)];
|
|
45918
|
+
case 1:
|
|
45919
|
+
_c.apply(_b, _d.concat([__spreadArray.apply(void 0, _e.concat([__read.apply(void 0, [_g.sent()])]))]));
|
|
45920
|
+
return [2 /*return*/];
|
|
45921
|
+
}
|
|
45922
|
+
});
|
|
45923
|
+
});
|
|
45924
|
+
};
|
|
45683
45925
|
return DeliveryPlanningOverviewTileSettingsPopupComponent;
|
|
45684
45926
|
}());
|
|
45685
45927
|
DeliveryPlanningOverviewTileSettingsPopupComponent.decorators = [
|
|
@@ -45691,12 +45933,14 @@
|
|
|
45691
45933
|
];
|
|
45692
45934
|
DeliveryPlanningOverviewTileSettingsPopupComponent.ctorParameters = function () { return [
|
|
45693
45935
|
{ type: DeliveryPlanningService },
|
|
45694
|
-
{ type: IconCacheService }
|
|
45936
|
+
{ type: IconCacheService },
|
|
45937
|
+
{ type: TransactionConnectorService }
|
|
45695
45938
|
]; };
|
|
45696
45939
|
DeliveryPlanningOverviewTileSettingsPopupComponent.propDecorators = {
|
|
45697
45940
|
transportDay: [{ type: i0.Input }],
|
|
45698
45941
|
closeEvent: [{ type: i0.Output }],
|
|
45699
45942
|
onSaveAction: [{ type: i0.Output }],
|
|
45943
|
+
availabilityChecked: [{ type: i0.Output }],
|
|
45700
45944
|
showClass: [{ type: i0.HostBinding, args: ["class.co-delivery-planning-overview-tile-settings-popup",] }]
|
|
45701
45945
|
};
|
|
45702
45946
|
|
|
@@ -47467,6 +47711,7 @@
|
|
|
47467
47711
|
};
|
|
47468
47712
|
TransactionSearchResultComponent.prototype.dragStarted = function (ev, transaction) {
|
|
47469
47713
|
this._deliveryPlanningService.dragging = true;
|
|
47714
|
+
this._deliveryPlanningService.currentTransId = transaction.transId;
|
|
47470
47715
|
ev.dataTransfer.setData("text", transaction.transId);
|
|
47471
47716
|
};
|
|
47472
47717
|
TransactionSearchResultComponent.prototype.dragEnd = function (ev) {
|
|
@@ -51158,10 +51403,12 @@
|
|
|
51158
51403
|
];
|
|
51159
51404
|
|
|
51160
51405
|
var TransactionLineSidePanelSalesReservationComponent = /** @class */ (function () {
|
|
51161
|
-
function TransactionLineSidePanelSalesReservationComponent(_purchaseReservationService, _transactionService, _transactionEventService) {
|
|
51406
|
+
function TransactionLineSidePanelSalesReservationComponent(_purchaseReservationService, _transactionService, _transactionEventService, iconCacheService) {
|
|
51162
51407
|
this._purchaseReservationService = _purchaseReservationService;
|
|
51163
51408
|
this._transactionService = _transactionService;
|
|
51164
51409
|
this._transactionEventService = _transactionEventService;
|
|
51410
|
+
this.iconCacheService = iconCacheService;
|
|
51411
|
+
this.icons = Icon;
|
|
51165
51412
|
this.reservationOrderLines = [];
|
|
51166
51413
|
}
|
|
51167
51414
|
TransactionLineSidePanelSalesReservationComponent.prototype.showClass = function () {
|
|
@@ -51204,14 +51451,15 @@
|
|
|
51204
51451
|
TransactionLineSidePanelSalesReservationComponent.decorators = [
|
|
51205
51452
|
{ type: i0.Component, args: [{
|
|
51206
51453
|
selector: "co-transaction-line-side-panel-sales-reservation",
|
|
51207
|
-
template: "\n <div class=\"
|
|
51454
|
+
template: "\n <div class=\"wrapper\">\n <div class=\"reservation-title\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.PalletBoxesRotate)\"></co-icon>\n <span [textContent]=\"'RESERVATION_PURCHASEORDER' | localize \"></span>\n </div>\n <co-transaction-purchase-reservation-order-tile *ngFor=\"let line of reservationOrderLines\"\n [purchaseReservationPurchaseLine]=\"line\"></co-transaction-purchase-reservation-order-tile>\n </div>\n <div class=\"save-cancel-wrapper\">\n <co-button [iconData]=\"iconCacheService.getIcon(icons.CheckDuotone)\"\n (click)=\"processReservation()\"\n ></co-button>\n <co-button class=\"cancel-button\"\n [iconData]=\"iconCacheService.getIcon(icons.Crossskinny)\"\n (click)=\"handleCloseSidePanel()\"\n ></co-button>\n </div>\n ",
|
|
51208
51455
|
encapsulation: i0.ViewEncapsulation.None
|
|
51209
51456
|
},] }
|
|
51210
51457
|
];
|
|
51211
51458
|
TransactionLineSidePanelSalesReservationComponent.ctorParameters = function () { return [
|
|
51212
51459
|
{ type: PurchaseReservationService },
|
|
51213
51460
|
{ type: TransactionService },
|
|
51214
|
-
{ type: TransactionEventService }
|
|
51461
|
+
{ type: TransactionEventService },
|
|
51462
|
+
{ type: IconCacheService }
|
|
51215
51463
|
]; };
|
|
51216
51464
|
TransactionLineSidePanelSalesReservationComponent.propDecorators = {
|
|
51217
51465
|
showClass: [{ type: i0.HostBinding, args: ["class.co-transaction-line-side-panel-sales-reservation",] }]
|
|
@@ -51233,7 +51481,7 @@
|
|
|
51233
51481
|
TransactionPurchaseReservationOrderTileComponent.decorators = [
|
|
51234
51482
|
{ type: i0.Component, args: [{
|
|
51235
51483
|
selector: "co-transaction-purchase-reservation-order-tile",
|
|
51236
|
-
template: "\n <div class=\"transaction-tile-wrapper\">\n <div class=\"tile\">\n <div class=\"tile-header\">\n <div class=\"tile-upper-left\">\n
|
|
51484
|
+
template: "\n <div class=\"transaction-tile-wrapper\">\n <div class=\"tile\">\n <div class=\"tile-header\">\n <div class=\"tile-upper-left\">\n <div class=\"header\">\n <co-input-checkbox\n [(model)]=\"purchaseReservationPurchaseLine.selected\"\n ></co-input-checkbox>\n <span class=\"bold\" [textContent]=\"purchaseReservationPurchaseLine.transNo\"></span>\n </div>\n </div>\n <div class=\"tile-upper-right\">\n <div class=\"column\">\n <span class=\"title\" [textContent]=\"'AMOUNT_AVAILABLE2' | localize\"></span>\n <span class=\"bold center-align\" [textContent]=\"purchaseReservationPurchaseLine.amountInOrder - purchaseReservationPurchaseLine.amountReserved \"></span>\n </div>\n <div class=\"column\">\n <span class=\"title\" [textContent]=\"'AMOUNT_RESERVATED' | localize\"></span>\n <span class=\"bold center-align\"\n [textContent]=\"purchaseReservationPurchaseLine.amountReserved\"></span>\n </div>\n </div>\n </div>\n <div class=\"tile-body\">\n <div class=\"tile-middle-left\">\n </div>\n <div class=\"tile-middle-middle\">\n </div>\n <div class=\"tile-middle-right\"></div>\n </div>\n <div class=\"tile-footer\">\n <div class=\"tile-bottom-left order-info-section\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.RegularCartShoppingClock)\"></co-icon>\n <div class=\"value\">\n <span [textContent]=\"purchaseReservationPurchaseLine.deliveryDatePurchase | date:'dd MMM yyyy'\"></span>\n </div>\n </div>\n <div class=\"tile-bottom-left order-info-section\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.RegularTruckMovingClock)\"></co-icon>\n <div class=\"value\">\n <span [textContent]=\"purchaseReservationPurchaseLine.deliveryDateConfirmed | date:'dd MMM yyyy'\"></span>\n </div>\n </div>\n <div class=\"tile-bottom-left order-info-section\">\n <co-icon [iconData]=\"iconCacheService.getIcon(icons.RegularWarehouseClock)\"></co-icon>\n <div class=\"value\">\n <span [textContent]=\"purchaseReservationPurchaseLine.arrivalDate | date:'dd MMM yyyy'\"></span></div>\n </div>\n </div>\n </div>\n </div>\n ",
|
|
51237
51485
|
encapsulation: i0.ViewEncapsulation.None
|
|
51238
51486
|
},] }
|
|
51239
51487
|
];
|
|
@@ -51288,6 +51536,7 @@
|
|
|
51288
51536
|
TransactionPurchaseReservationOrderTileModule,
|
|
51289
51537
|
corecomponents_v12.ButtonModule,
|
|
51290
51538
|
PipeModule,
|
|
51539
|
+
corecomponents_v12.IconModule,
|
|
51291
51540
|
],
|
|
51292
51541
|
declarations: [
|
|
51293
51542
|
TransactionLineSidePanelSalesComponent,
|
|
@@ -53335,6 +53584,7 @@
|
|
|
53335
53584
|
this.showButtonBar = true;
|
|
53336
53585
|
this.showSaveCancelLabels = false;
|
|
53337
53586
|
this.saveCancelMovable = false;
|
|
53587
|
+
this.transactionPlanning = false;
|
|
53338
53588
|
this.screenConfigLoaded = false;
|
|
53339
53589
|
}
|
|
53340
53590
|
Object.defineProperty(TransactionComponent.prototype, "confirmationAnalysisId", {
|
|
@@ -53432,7 +53682,7 @@
|
|
|
53432
53682
|
TransactionComponent.decorators = [
|
|
53433
53683
|
{ type: i0.Component, args: [{
|
|
53434
53684
|
selector: 'co-transaction',
|
|
53435
|
-
template: "\n <co-save-cancel-buttons *ngIf=\"service.manualSaveParam\"\n [saveIconData]=\"saveIconData\"\n [cancelIconData]=\"cancelIconData\"\n [showLabels]=\"showSaveCancelLabels\"\n [movable]=\"saveCancelMovable\"\n ></co-save-cancel-buttons>\n <co-transaction-internal *ngIf=\"screenConfigLoaded\"\n [(relation)]=\"relation\"\n [showHeader]=\"showHeader\"\n [showQuickAccess]=\"showQuickAccess\"\n [showButtonBar]=\"showButtonBar\"\n [showViewModeButtons]=\"showViewModeButtons\"\n [confirmationAnalysisId]=\"confirmationAnalysisId\"\n [posOrderData]=\"posOrderData\"\n ></co-transaction-internal>\n ",
|
|
53685
|
+
template: "\n <co-save-cancel-buttons *ngIf=\"service.manualSaveParam\"\n [saveIconData]=\"saveIconData\"\n [cancelIconData]=\"cancelIconData\"\n [showLabels]=\"showSaveCancelLabels\"\n [movable]=\"saveCancelMovable\"\n ></co-save-cancel-buttons>\n <co-transaction-internal *ngIf=\"screenConfigLoaded\"\n [(relation)]=\"relation\"\n [showHeader]=\"showHeader\"\n [showQuickAccess]=\"showQuickAccess\"\n [showButtonBar]=\"showButtonBar\"\n [showViewModeButtons]=\"showViewModeButtons\"\n [confirmationAnalysisId]=\"confirmationAnalysisId\"\n [posOrderData]=\"posOrderData\"\n [transactionPlanning]=\"transactionPlanning\"\n ></co-transaction-internal>\n ",
|
|
53436
53686
|
providers: [
|
|
53437
53687
|
{ provide: corecomponents_v12.BaseModuleScreenConfigService, useExisting: TransactionScreenConfigurationService }
|
|
53438
53688
|
],
|
|
@@ -53462,6 +53712,7 @@
|
|
|
53462
53712
|
cancelIconData: [{ type: i0.Input }],
|
|
53463
53713
|
showSaveCancelLabels: [{ type: i0.Input }],
|
|
53464
53714
|
saveCancelMovable: [{ type: i0.Input }],
|
|
53715
|
+
transactionPlanning: [{ type: i0.Input }],
|
|
53465
53716
|
showClass: [{ type: i0.HostBinding, args: ['class.co-transaction',] }],
|
|
53466
53717
|
checkTransaction: [{ type: i0.HostListener, args: ['window:beforeunload',] }],
|
|
53467
53718
|
checkRollBack: [{ type: i0.HostListener, args: ['window:unload',] }]
|