@colijnit/transaction 12.1.21 → 12.1.24
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 +260 -71
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +48 -44
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +49 -45
- package/esm2015/lib/component/avatar/avatar.component.js +30 -7
- package/esm2015/lib/component/status-bar/status-bar.component.js +37 -0
- package/esm2015/lib/component/status-bar/status-bar.module.js +21 -0
- package/esm2015/lib/component/transaction/transaction.component.js +9 -2
- package/esm2015/lib/component/transaction/transaction.module.js +4 -2
- package/esm2015/lib/component/transaction-confirmation-details/transaction-confirmation-details.component.js +1 -1
- package/esm2015/lib/component/transaction-grid/transaction-history-grid/transaction-history-grid.component.js +33 -7
- package/esm2015/lib/component/transaction-line-fields/transaction-line-discount-amount.component.js +5 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-line-discount.component.js +5 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-price.component.js +7 -5
- package/esm2015/lib/component/transaction-line-fields/transaction-line-quantum-discount.component.js +5 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-reference.component.js +5 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-line-special-discount.component.js +5 -3
- package/esm2015/lib/component/transaction-receiving-goods-history/transaction-receiving-goods-history.component.js +18 -5
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.component.js +5 -3
- package/esm2015/lib/component/transaction-search/transaction-search-result/transaction-search-result.module.js +1 -1
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.component.js +42 -33
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-purchase-order-tile/transaction-search-purchase-order-tile.module.js +4 -2
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.component.js +43 -35
- package/esm2015/lib/component/transaction-search/transaction-search-tile/transaction-search-sales-order-tile/transaction-search-sales-order-tile.module.js +3 -1
- package/esm2015/lib/component/transaction-tile/transaction-tile.component.js +132 -0
- package/esm2015/lib/component/transaction-tile/transaction-tile.module.js +28 -0
- package/esm2015/lib/enum/icon.enum.js +4 -1
- package/esm2015/lib/model/icon-svg.js +4 -1
- package/esm2015/lib/service/transaction.service.js +1 -1
- package/fesm2015/colijnit-transaction.js +409 -102
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/avatar/avatar.component.d.ts +10 -2
- package/lib/component/avatar/style/_layout.scss +11 -0
- package/lib/component/checkout/style/_layout.scss +0 -1
- package/lib/component/core/image-display/style/_layout.scss +1 -0
- package/lib/component/payment-qr-code/style/_layout.scss +3 -0
- package/lib/component/status-bar/status-bar.component.d.ts +8 -0
- package/lib/component/status-bar/status-bar.module.d.ts +2 -0
- package/lib/component/status-bar/style/_layout.scss +14 -0
- package/lib/component/status-bar/style/_material-definition.scss +5 -0
- package/lib/component/status-bar/style/_theme.scss +15 -0
- package/lib/component/status-bar/style/material.scss +3 -0
- package/lib/component/transaction/style/_layout.scss +18 -0
- package/lib/component/transaction-grid/transaction-history-grid/style/_layout.scss +14 -0
- package/lib/component/transaction-header/transaction-header-payment/style/_layout.scss +2 -0
- package/lib/component/transaction-header/transaction-header-payment/style/_material-definition.scss +1 -0
- package/lib/component/transaction-receiving-goods-history/style/_layout.scss +13 -0
- package/lib/component/transaction-search/style/_layout.scss +1 -1
- package/lib/component/transaction-search/style/_material-definition.scss +10 -5
- package/lib/component/transaction-search/transaction-search-header/style/_layout.scss +1 -0
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_layout.scss +100 -66
- package/lib/component/transaction-search/transaction-search-tile/transaction-search-tile/style/_theme.scss +21 -19
- package/lib/component/transaction-tile/style/_layout.scss +162 -0
- package/lib/component/transaction-tile/style/_material-definition.scss +0 -0
- package/lib/component/transaction-tile/style/_theme.scss +7 -0
- package/lib/component/transaction-tile/style/material.scss +3 -0
- package/lib/component/transaction-tile/transaction-tile.component.d.ts +23 -0
- package/lib/component/transaction-tile/transaction-tile.module.d.ts +2 -0
- package/lib/enum/icon.enum.d.ts +3 -0
- package/package.json +1 -1
|
@@ -3899,6 +3899,7 @@ var Icon;
|
|
|
3899
3899
|
Icon["CartShoppingSolid"] = "cart_shopping_solid";
|
|
3900
3900
|
Icon["CashRegister"] = "cash_register";
|
|
3901
3901
|
Icon["CreditCardSolid"] = "credit_card_solid";
|
|
3902
|
+
Icon["DeliveryStatusUncheck"] = "delivery_status_uncheck";
|
|
3902
3903
|
Icon["DeliveryTruck"] = "delivery_truck";
|
|
3903
3904
|
Icon["EditPencil"] = "edit_pencil";
|
|
3904
3905
|
Icon["IdealLogo"] = "ideal_logo";
|
|
@@ -3918,6 +3919,8 @@ var Icon;
|
|
|
3918
3919
|
Icon["ShelvesSolid"] = "shelves_solid";
|
|
3919
3920
|
Icon["SidePanel"] = "side_panel";
|
|
3920
3921
|
Icon["SlideIn"] = "slide_in";
|
|
3922
|
+
Icon["SquareFull"] = "square_full";
|
|
3923
|
+
Icon["SquareFullSolid"] = "square_full_solid";
|
|
3921
3924
|
Icon["SyncAlt"] = "sync_alt";
|
|
3922
3925
|
Icon["Tag"] = "tag";
|
|
3923
3926
|
Icon["ThickLines"] = "thick_lines";
|
|
@@ -4469,6 +4472,7 @@ const IconSvg = {
|
|
|
4469
4472
|
"cart_shopping_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M96 0C107.5 0 117.4 8.19 119.6 19.51L121.1 32H541.8C562.1 32 578.3 52.25 572.6 72.66L518.6 264.7C514.7 278.5 502.1 288 487.8 288H170.7L179.9 336H488C501.3 336 512 346.7 512 360C512 373.3 501.3 384 488 384H159.1C148.5 384 138.6 375.8 136.4 364.5L76.14 48H24C10.75 48 0 37.25 0 24C0 10.75 10.75 0 24 0H96zM128 464C128 437.5 149.5 416 176 416C202.5 416 224 437.5 224 464C224 490.5 202.5 512 176 512C149.5 512 128 490.5 128 464zM512 464C512 490.5 490.5 512 464 512C437.5 512 416 490.5 416 464C416 437.5 437.5 416 464 416C490.5 416 512 437.5 512 464z\"/></svg>",
|
|
4470
4473
|
"cash_register": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M35.39,18.12H14.62L10,29.66H40ZM23,19.29H27l.1,1.6H22.87Zm-.13,2h4.32l.12,1.81H22.72Zm-.15,2.3h4.62l.14,2.08h-4.9ZM17.9,19.29H22l-.16,1.6H17.54Zm-.46,2h4.32l-.18,1.81H17Zm-.53,2.3h4.62l-.2,2.08h-4.9Zm-1.16,5.06.55-2.42H27.49l.16,2.42ZM28,19.29H32.1l.36,1.6H28.2Zm.2,2h4.32L33,23.12H28.42Zm.23,2.3h4.62l.48,2.08h-4.9Zm.5,5.06-.24-2.42h5l.55,2.42Z\" fill=\"#484f60\"/><path d=\"M10,29.66v9.23H40V29.66Zm27.69,6.92H12.31V32H37.69Z\" fill=\"#484f60\"/><path d=\"M15.63,11.11v7.58H34.37V11.11Zm17.31,6.15H17.06V12.54H32.94Z\" fill=\"#484f60\"/></svg>",
|
|
4471
4474
|
"credit_card_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M512 32C547.3 32 576 60.65 576 96V128H0V96C0 60.65 28.65 32 64 32H512zM576 416C576 451.3 547.3 480 512 480H64C28.65 480 0 451.3 0 416V224H576V416zM112 352C103.2 352 96 359.2 96 368C96 376.8 103.2 384 112 384H176C184.8 384 192 376.8 192 368C192 359.2 184.8 352 176 352H112zM240 384H368C376.8 384 384 376.8 384 368C384 359.2 376.8 352 368 352H240C231.2 352 224 359.2 224 368C224 376.8 231.2 384 240 384z\"/></svg>",
|
|
4475
|
+
"delivery_status_uncheck": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 50 50\" style=\"enable-background:new 0 0 50 50;\" ><style type=\"text/css\">.rect{fill:#514F4F;}</style><path class=\"rect\" d=\"M50,50H0.1V0H50V50z M41.5,8.2H8.6v33.2h32.9V8.2z\"/></svg>",
|
|
4472
4476
|
"delivery_truck": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><rect x=\"15.35\" y=\"16.56\" width=\"15.14\" height=\"10.94\" transform=\"translate(-1.83 2.08) rotate(-5)\" fill=\"#484f60\"/><path d=\"M38.5,18.1l-6.9.61L32.41,28l-7.63.67a3.76,3.76,0,0,1,1.43,2.25l7.25-.63A3.83,3.83,0,0,1,41,29.6l1-.1-.52-6Zm.29,5.84-3.91.34a.51.51,0,0,1-.55-.46L34,20.1a.49.49,0,0,1,.45-.54l2.27-.2a.5.5,0,0,1,.48.25l2,3.59A.5.5,0,0,1,38.79,23.94Z\" fill=\"#484f60\"/><path d=\"M19.66,29.09a3.8,3.8,0,0,0-1,2.46l-.74.07-1.82-.94L16,29.41Z\" fill=\"#484f60\"/><path d=\"M34.56,30.62a2.74,2.74,0,1,0,2.49-3A2.73,2.73,0,0,0,34.56,30.62Z\" fill=\"#484f60\"/><path d=\"M19.74,31.91a2.74,2.74,0,1,0,2.49-3A2.74,2.74,0,0,0,19.74,31.91Z\" fill=\"#484f60\"/><rect x=\"7.96\" y=\"17.63\" width=\"5\" height=\"1\" transform=\"translate(-1.54 0.98) rotate(-5)\" fill=\"#484f60\"/><rect x=\"11.02\" y=\"29.71\" width=\"3\" height=\"1\" transform=\"translate(-2.59 1.21) rotate(-5)\" fill=\"#484f60\"/><rect x=\"9.48\" y=\"23.53\" width=\"4\" height=\"1\" transform=\"matrix(1, -0.09, 0.09, 1, -2.05, 1.09)\" fill=\"#484f60\"/></svg>",
|
|
4473
4477
|
"edit_pencil": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><polygon points=\"12.54 38.16 12 37.62 14.85 29.64 20.52 35.31 12.54 38.16\" fill=\"#484f60\"/><rect x=\"16.33\" y=\"20.52\" width=\"17.99\" height=\"8.64\" transform=\"translate(-10.15 25.18) rotate(-45)\" fill=\"#484f60\"/><path d=\"M37.54,18.73,36,20.32l-6.11-6.1,1.59-1.59a1.55,1.55,0,0,1,2.2,0l3.91,3.9A1.55,1.55,0,0,1,37.54,18.73Z\" fill=\"#484f60\"/></svg>",
|
|
4474
4478
|
"ideal_logo": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0px\" y=\"0px\" viewBox=\"0 0 306.1 269.8\" style=\"enable-background:new 0 0 306.1 269.8;\" ><style type=\"text/css\">.st0{fill:#FFFFFF;}.st1{fill:#CC0066;}</style><g><g><path class=\"st0\" d=\"M0,20v229.8c0,11,9,20,20,20h137.3c103.8,0,148.8-58.1,148.8-135.2C306.1,57.9,261.1,0,157.3,0H20C9,0,0,9,0,20z\"/><path class=\"st1\" d=\"M91.9,56.4v169.8h73.9c67.1,0,96.2-37.9,96.2-91.5c0-51.3-29.1-91.1-96.2-91.1h-61.1C97.6,43.6,91.9,49.4,91.9,56.4z\"/><g><g><path d=\"M157.3,251.5H37.9c-10.6,0-19.2-8.6-19.2-19.2V37.6c0-10.6,8.6-19.2,19.2-19.2h119.4c113.3,0,130.2,72.9,130.2,116.3C287.5,210,241.2,251.5,157.3,251.5z M37.9,24.8c-7.1,0-12.8,5.7-12.8,12.8v194.7c0,7.1,5.7,12.8,12.8,12.8h119.4c79.8,0,123.8-39.2,123.8-110.4c0-95.6-77.6-109.9-123.8-109.9H37.9z\"/></g></g></g><g><path class=\"st0\" d=\"M117.9,111.8c2.6,0,5,0.4,7.3,1.2c2.3,0.8,4.2,2.1,5.9,3.7c1.6,1.7,2.9,3.8,3.9,6.2c0.9,2.5,1.4,5.4,1.4,8.8c0,3-0.4,5.7-1.1,8.2c-0.8,2.5-1.9,4.7-3.4,6.5c-1.5,1.8-3.4,3.2-5.7,4.3c-2.3,1-5,1.6-8.1,1.6h-17.5v-40.6H117.9z M117.3,144.9c1.3,0,2.5-0.2,3.8-0.6c1.2-0.4,2.3-1.1,3.2-2.1c0.9-1,1.7-2.2,2.3-3.8c0.6-1.6,0.9-3.4,0.9-5.7c0-2-0.2-3.9-0.6-5.5c-0.4-1.6-1.1-3.1-2-4.2s-2.1-2.1-3.6-2.7c-1.5-0.6-3.3-0.9-5.5-0.9h-6.4v25.6H117.3z\"/><path class=\"st0\" d=\"M172.5,111.8v7.5h-21.4v8.7h19.7v6.9h-19.7v9.9H173v7.5h-30.8v-40.6H172.5z\"/><path class=\"st0\" d=\"M203.1,111.8l15.2,40.6H209l-3.1-9h-15.2l-3.2,9h-9l15.3-40.6H203.1z M203.6,136.7l-5.1-14.9h-0.1l-5.3,14.9H203.6z\"/><path class=\"st0\" d=\"M232.8,111.8v33.1h19.8v7.5h-28.7v-40.6H232.8z\"/></g><g><circle cx=\"58.5\" cy=\"132.1\" r=\"18.7\"/></g><path d=\"M72.6,226.2L72.6,226.2c-15.7,0-28.3-12.7-28.3-28.3v-22.1c0-7.8,6.3-14.2,14.2-14.2h0c7.8,0,14.2,6.3,14.2,14.2V226.2z\"/></g></svg>",
|
|
@@ -4488,6 +4492,8 @@ const IconSvg = {
|
|
|
4488
4492
|
"shelves_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 512\"><path d=\"M608 0c-17.6 0-32 14.4-32 31.1V160H64V31.1C64 14.4 49.6 0 32 0S0 14.4 0 31.1v480h64v-32h512v32h64v-480C640 14.4 625.6 0 608 0zM576 416H64V224h512V416zM368 128h96C472.8 128 480 120.8 480 112v-96C480 7.25 472.8 0 464 0h-96C359.2 0 352 7.25 352 16v96C352 120.8 359.2 128 368 128zM112 384h96C216.8 384 224 376.8 224 368v-96C224 263.2 216.8 256 208 256h-96C103.2 256 96 263.2 96 272v96C96 376.8 103.2 384 112 384zM272 384h96c8.75 0 16-7.25 16-16v-96C384 263.2 376.8 256 368 256h-96C263.2 256 256 263.2 256 272v96C256 376.8 263.2 384 272 384z\"/></svg>",
|
|
4489
4493
|
"side_panel": "<svg width=\"47px\" height=\"43px\" viewBox=\"0 0 47 43\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"><defs><image width=\"47\" height=\"43\" xlink:href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAArCAYAAADottG6AAAABHNCSVQICAgIfAhkiAAAAHtJREFUWIXt18EJwCAQAEENKSNv60gVgVQYSBWpw3f6OHvQx3Kw8xcX0QNrRERJaqMDVhhPMZ5iPMV4ivEU4ynGU/bZhb3/5Xm/pc3v6yytHdPrq58RiPEUHywl9bUxnuKDpaS+NsZTUsennjapT95RSTGeYjzFeErq+AEBrixGEVJ5mAAAAABJRU5ErkJggg==\" /></defs><use xlink:href=\"#img_1\" fill=\"#FFFFFF\" stroke=\"none\" /></svg>",
|
|
4490
4494
|
"slide_in": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M12,12.17H38v26H12ZM36.76,13.4H13.24V36.93H36.76Z\" fill=\"#484f60\"/><polygon points=\"33.71 23.42 28.41 23.42 28.41 20.43 24.13 24.72 28.41 29.01 28.41 26.02 33.71 26.02 33.71 23.42\" fill=\"#484f60\"/><rect x=\"12\" y=\"12.17\" width=\"9\" height=\"26\" fill=\"#484f60\"/></svg>",
|
|
4495
|
+
"square_full": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M464 48v416h-416v-416H464zM512 0H0v512h512V0z\"/></svg>",
|
|
4496
|
+
"square_full_solid": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 0h512v512H0V0z\"/></svg>",
|
|
4491
4497
|
"sync_alt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M370.72 133.28C339.458 104.008 298.888 87.962 255.848 88c-77.458.068-144.328 53.178-162.791 126.85-1.344 5.363-6.122 9.15-11.651 9.15H24.103c-7.498 0-13.194-6.807-11.807-14.176C33.933 94.924 134.813 8 256 8c66.448 0 126.791 26.136 171.315 68.685L463.03 40.97C478.149 25.851 504 36.559 504 57.941V192c0 13.255-10.745 24-24 24H345.941c-21.382 0-32.09-25.851-16.971-40.971l41.75-41.749zM32 296h134.059c21.382 0 32.09 25.851 16.971 40.971l-41.75 41.75c31.262 29.273 71.835 45.319 114.876 45.28 77.418-.07 144.315-53.144 162.787-126.849 1.344-5.363 6.122-9.15 11.651-9.15h57.304c7.498 0 13.194 6.807 11.807 14.176C478.067 417.076 377.187 504 256 504c-66.448 0-126.791-26.136-171.315-68.685L48.97 471.03C33.851 486.149 8 475.441 8 454.059V320c0-13.255 10.745-24 24-24z\"/></svg>",
|
|
4492
4498
|
"tag": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><path d=\"M40,29.15v-.68a5.28,5.28,0,0,0-1.34-3.25L24.78,11.34A5.34,5.34,0,0,0,21.53,10H11.9A1.91,1.91,0,0,0,10,11.9v9.63a5.28,5.28,0,0,0,1.34,3.25L25.22,38.66A5.28,5.28,0,0,0,28.47,40h.68a5.28,5.28,0,0,0,3.24-1.34l6.27-6.27A5.28,5.28,0,0,0,40,29.15ZM13.13,16.72a2.54,2.54,0,1,1,3.59,0A2.55,2.55,0,0,1,13.13,16.72Zm15.9,19L17.84,24.55l1.34-1.34L30.37,34.4Zm2.69-2.69L20.52,21.87l1.35-1.35,11.19,11.2Zm2.68-2.69L23.21,19.18l1.34-1.34L35.75,29Z\" fill=\"#484f60\"/></svg>",
|
|
4493
4499
|
"thick_lines": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\"><rect x=\"10\" y=\"12.67\" width=\"30\" height=\"7\" fill=\"#484f60\"/><rect x=\"10\" y=\"21.67\" width=\"30\" height=\"7\" fill=\"#484f60\"/><rect x=\"10\" y=\"30.67\" width=\"30\" height=\"7\" fill=\"#484f60\"/></svg>",
|
|
@@ -6969,10 +6975,12 @@ class TransactionLinePriceComponent extends TransactionLineFieldsBaseComponent {
|
|
|
6969
6975
|
this._editMode = false;
|
|
6970
6976
|
}
|
|
6971
6977
|
set child(content) {
|
|
6972
|
-
|
|
6973
|
-
|
|
6974
|
-
|
|
6975
|
-
this.
|
|
6978
|
+
if (content) {
|
|
6979
|
+
this.input = content;
|
|
6980
|
+
this.input.commit = (price) => this.commitPrice(price);
|
|
6981
|
+
if (this._editMode) {
|
|
6982
|
+
this.input.requestFocus();
|
|
6983
|
+
}
|
|
6976
6984
|
}
|
|
6977
6985
|
}
|
|
6978
6986
|
set editMode(value) {
|
|
@@ -7379,9 +7387,15 @@ class AvatarComponent {
|
|
|
7379
7387
|
this._transactionService = _transactionService;
|
|
7380
7388
|
this._sharedService = _sharedService;
|
|
7381
7389
|
}
|
|
7390
|
+
set image(value) {
|
|
7391
|
+
this._image = value;
|
|
7392
|
+
this._getImageSrcFromCoDocument();
|
|
7393
|
+
}
|
|
7394
|
+
get image() {
|
|
7395
|
+
return this._image;
|
|
7396
|
+
}
|
|
7382
7397
|
set relationId(value) {
|
|
7383
7398
|
this._relationId = value;
|
|
7384
|
-
this._getRelation();
|
|
7385
7399
|
}
|
|
7386
7400
|
get relationId() {
|
|
7387
7401
|
return this._relationId;
|
|
@@ -7389,8 +7403,11 @@ class AvatarComponent {
|
|
|
7389
7403
|
showClass() {
|
|
7390
7404
|
return true;
|
|
7391
7405
|
}
|
|
7406
|
+
ngAfterViewInit() {
|
|
7407
|
+
this._getRelation();
|
|
7408
|
+
}
|
|
7392
7409
|
_getRelation() {
|
|
7393
|
-
if (!isNaN(this._relationId)) {
|
|
7410
|
+
if (!isNaN(this._relationId) && !this.image) {
|
|
7394
7411
|
const request = new RelationRequest();
|
|
7395
7412
|
request.relationId = this._relationId;
|
|
7396
7413
|
this._transactionService.getRelationListObjects(request).then((data) => {
|
|
@@ -7399,25 +7416,38 @@ class AvatarComponent {
|
|
|
7399
7416
|
if (this.relation && this.relation.image && this.relation.image.documentId) {
|
|
7400
7417
|
this._sharedService.getDocumentContent(this.relation.image.documentId)
|
|
7401
7418
|
.then((content) => {
|
|
7402
|
-
this.
|
|
7419
|
+
this.imageSrc = content;
|
|
7403
7420
|
})
|
|
7404
7421
|
.catch((e) => {
|
|
7405
|
-
this.
|
|
7422
|
+
this.imageSrc = "";
|
|
7406
7423
|
});
|
|
7407
7424
|
}
|
|
7425
|
+
this.initials = this.relation.displayInitials;
|
|
7408
7426
|
}
|
|
7409
7427
|
});
|
|
7410
7428
|
}
|
|
7411
7429
|
}
|
|
7430
|
+
_getImageSrcFromCoDocument() {
|
|
7431
|
+
if (this.image) {
|
|
7432
|
+
this._sharedService.getDocumentContent(this.image.documentId)
|
|
7433
|
+
.then((content) => {
|
|
7434
|
+
this.image.thumbnailBody = content;
|
|
7435
|
+
this.imageSrc = this.image.thumbnailBodyAsDataUri;
|
|
7436
|
+
})
|
|
7437
|
+
.catch((e) => {
|
|
7438
|
+
this.imageSrc = "";
|
|
7439
|
+
});
|
|
7440
|
+
}
|
|
7441
|
+
}
|
|
7412
7442
|
}
|
|
7413
7443
|
AvatarComponent.decorators = [
|
|
7414
7444
|
{ type: Component, args: [{
|
|
7415
7445
|
selector: "co-avatar",
|
|
7416
7446
|
template: `
|
|
7417
|
-
<co-image-display [model]="
|
|
7447
|
+
<co-image-display [model]="imageSrc" *ngIf="imageSrc; else showInitials"></co-image-display>
|
|
7418
7448
|
<ng-template #showInitials>
|
|
7419
7449
|
<svg viewBox="0 0 30 30">
|
|
7420
|
-
<text x="50%" y="50%" dominant-baseline="central" text-anchor="middle">{{
|
|
7450
|
+
<text x="50%" y="50%" dominant-baseline="central" text-anchor="middle">{{ initials }}</text>
|
|
7421
7451
|
</svg>
|
|
7422
7452
|
</ng-template>
|
|
7423
7453
|
`,
|
|
@@ -7429,6 +7459,7 @@ AvatarComponent.ctorParameters = () => [
|
|
|
7429
7459
|
{ type: SharedService }
|
|
7430
7460
|
];
|
|
7431
7461
|
AvatarComponent.propDecorators = {
|
|
7462
|
+
image: [{ type: Input }],
|
|
7432
7463
|
relationId: [{ type: Input }],
|
|
7433
7464
|
relation: [{ type: Input }],
|
|
7434
7465
|
showClass: [{ type: HostBinding, args: ["class.co-avatar",] }]
|
|
@@ -8083,9 +8114,16 @@ TransactionComponent.decorators = [
|
|
|
8083
8114
|
></co-transaction-button-bar>
|
|
8084
8115
|
|
|
8085
8116
|
<co-view-mode-buttons class="transaction-lines-header-item"
|
|
8086
|
-
[showViewModes]="[viewModes.List, viewModes.Grid]" (viewModeChange)="activeViewMode = $event"></co-view-mode-buttons>
|
|
8117
|
+
[showViewModes]="[viewModes.List, viewModes.Grid, viewModes.Tiles]" (viewModeChange)="activeViewMode = $event"></co-view-mode-buttons>
|
|
8087
8118
|
</div>
|
|
8088
8119
|
|
|
8120
|
+
<div class="transaction-tiles-wrapper" *ngIf="activeViewMode === viewModes.Tiles">
|
|
8121
|
+
<co-transaction-tile
|
|
8122
|
+
*ngFor="let transaction of transaction.transactionLines"
|
|
8123
|
+
[transactionLine]="transaction"
|
|
8124
|
+
(showSidePanelClicked)="handleShowSidePanel($event)"
|
|
8125
|
+
></co-transaction-tile>
|
|
8126
|
+
</div>
|
|
8089
8127
|
<div class="transaction-lines-wrapper" *ngIf="activeViewMode === viewModes.List">
|
|
8090
8128
|
<co-transaction-lines
|
|
8091
8129
|
[transactionLines]="transaction.transactionLines"
|
|
@@ -9129,8 +9167,10 @@ class TransactionLineLineDiscountComponent extends TransactionLineFieldsBaseComp
|
|
|
9129
9167
|
this._transactionService = _transactionService;
|
|
9130
9168
|
}
|
|
9131
9169
|
set child(content) {
|
|
9132
|
-
|
|
9133
|
-
|
|
9170
|
+
if (content) {
|
|
9171
|
+
this.input = content;
|
|
9172
|
+
this.input.commit = (discount) => this.commitDiscount(discount);
|
|
9173
|
+
}
|
|
9134
9174
|
}
|
|
9135
9175
|
commitDiscount(discount) {
|
|
9136
9176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9438,8 +9478,10 @@ class TransactionLineReferenceComponent extends TransactionLineFieldsBaseCompone
|
|
|
9438
9478
|
this._transactionService = _transactionService;
|
|
9439
9479
|
}
|
|
9440
9480
|
set child(content) {
|
|
9441
|
-
|
|
9442
|
-
|
|
9481
|
+
if (content) {
|
|
9482
|
+
this.input = content;
|
|
9483
|
+
this.input.commit = (reference) => this.commitReference(reference);
|
|
9484
|
+
}
|
|
9443
9485
|
}
|
|
9444
9486
|
commitReference(reference) {
|
|
9445
9487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9629,8 +9671,10 @@ class TransactionLineDiscountAmountComponent extends TransactionLineFieldsBaseCo
|
|
|
9629
9671
|
this._transactionService = _transactionService;
|
|
9630
9672
|
}
|
|
9631
9673
|
set child(content) {
|
|
9632
|
-
|
|
9633
|
-
|
|
9674
|
+
if (content) {
|
|
9675
|
+
this.input = content;
|
|
9676
|
+
this.input.commit = (discount) => this.commitDiscount(discount);
|
|
9677
|
+
}
|
|
9634
9678
|
}
|
|
9635
9679
|
commitDiscount(discount) {
|
|
9636
9680
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9692,8 +9736,10 @@ class TransactionLineQuantumDiscountComponent extends TransactionLineFieldsBaseC
|
|
|
9692
9736
|
this._transactionService = _transactionService;
|
|
9693
9737
|
}
|
|
9694
9738
|
set child(content) {
|
|
9695
|
-
|
|
9696
|
-
|
|
9739
|
+
if (content) {
|
|
9740
|
+
this.input = content;
|
|
9741
|
+
this.input.commit = (discount) => this.commitDiscount(discount);
|
|
9742
|
+
}
|
|
9697
9743
|
}
|
|
9698
9744
|
commitDiscount(discount) {
|
|
9699
9745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9755,8 +9801,10 @@ class TransactionLineSpecialDiscountComponent extends TransactionLineFieldsBaseC
|
|
|
9755
9801
|
this._transactionService = _transactionService;
|
|
9756
9802
|
}
|
|
9757
9803
|
set child(content) {
|
|
9758
|
-
|
|
9759
|
-
|
|
9804
|
+
if (content) {
|
|
9805
|
+
this.input = content;
|
|
9806
|
+
this.input.commit = (discount) => this.commitDiscount(discount);
|
|
9807
|
+
}
|
|
9760
9808
|
}
|
|
9761
9809
|
commitDiscount(discount) {
|
|
9762
9810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9890,15 +9938,41 @@ TransactionHistoryGridComponent.decorators = [
|
|
|
9890
9938
|
></co-grid-toolbar-button>
|
|
9891
9939
|
</div>
|
|
9892
9940
|
<co-simple-grid [data]="collection" [extraColumns]="extraColumns" (selectRow)="handleSelectRow($event)">
|
|
9893
|
-
<co-simple-grid-column [headerText]="'
|
|
9941
|
+
<co-simple-grid-column [headerText]="'DELIVERY_DATE' | localize" [order]="20" [width]="100">
|
|
9942
|
+
<ng-template #template let-row="row">
|
|
9943
|
+
<div class="row-container">
|
|
9944
|
+
<span class="row" [textContent]="row.receiptDate | date"></span>
|
|
9945
|
+
<span class="correction" *ngFor="let correction of row.corrections" [textContent]="correction.receiptDate | date"></span>
|
|
9946
|
+
</div>
|
|
9947
|
+
</ng-template>
|
|
9948
|
+
</co-simple-grid-column>
|
|
9949
|
+
|
|
9950
|
+
<co-simple-grid-column [headerText]="'AMOUNT' | localize" [order]="30" [width]="70">
|
|
9951
|
+
<ng-template #template let-row="row">
|
|
9952
|
+
<div class="row-container">
|
|
9953
|
+
<span class="row" [textContent]="row.quantity"></span>
|
|
9954
|
+
<span class="correction" *ngFor="let correction of row.corrections" [textContent]="correction.quantity"></span>
|
|
9955
|
+
</div>
|
|
9956
|
+
</ng-template>
|
|
9957
|
+
</co-simple-grid-column>
|
|
9958
|
+
|
|
9959
|
+
<co-simple-grid-column [headerText]="'REFERENCE' | localize" [order]="50">
|
|
9894
9960
|
<ng-template #template let-row="row">
|
|
9895
|
-
<
|
|
9961
|
+
<div class="row-container">
|
|
9962
|
+
<span class="row" [textContent]="row.reference"></span>
|
|
9963
|
+
<span class="correction" *ngFor="let correction of row.corrections" [textContent]="correction.reference"></span>
|
|
9964
|
+
</div>
|
|
9965
|
+
</ng-template>
|
|
9966
|
+
</co-simple-grid-column>
|
|
9967
|
+
|
|
9968
|
+
<co-simple-grid-column [headerText]="'USER' | localize" [order]="70">
|
|
9969
|
+
<ng-template #template let-row="row">
|
|
9970
|
+
<div class="row-container">
|
|
9971
|
+
<span class="row" [textContent]="row.username"></span>
|
|
9972
|
+
<span class="correction" *ngFor="let correction of row.corrections" [textContent]="correction.username"></span>
|
|
9973
|
+
</div>
|
|
9896
9974
|
</ng-template>
|
|
9897
9975
|
</co-simple-grid-column>
|
|
9898
|
-
<co-simple-grid-column [headerText]="'DELIVERY_DATE' | localize" [field]="'receiptDate'" [order]="20" [width]="100"></co-simple-grid-column>
|
|
9899
|
-
<co-simple-grid-column [headerText]="'AMOUNT' | localize" [field]="'quantity'" [order]="30" [width]="70"></co-simple-grid-column>
|
|
9900
|
-
<co-simple-grid-column [headerText]="'REFERENCE' | localize" [field]="'reference'" [order]="50"></co-simple-grid-column>
|
|
9901
|
-
<co-simple-grid-column [headerText]="'USER' | localize" [field]="'username'" [order]="70"></co-simple-grid-column>
|
|
9902
9976
|
</co-simple-grid>
|
|
9903
9977
|
</div>
|
|
9904
9978
|
`,
|
|
@@ -10048,10 +10122,23 @@ TransactionReceivingGoodsHistoryComponent.decorators = [
|
|
|
10048
10122
|
[collection]="goodsReceiptHistory"
|
|
10049
10123
|
(deleteSelectedRow)="handleDeleteSelectedRow($event)"
|
|
10050
10124
|
>
|
|
10051
|
-
<co-simple-grid-column [headerText]="'WAREHOUSE' | localize" [
|
|
10052
|
-
|
|
10053
|
-
|
|
10054
|
-
|
|
10125
|
+
<co-simple-grid-column [headerText]="'WAREHOUSE' | localize" [order]="40">
|
|
10126
|
+
<ng-template #template let-row="row">
|
|
10127
|
+
<div class="row-container">
|
|
10128
|
+
<span class="row" [textContent]="row.warehouseNumber"></span>
|
|
10129
|
+
<span class="correction" *ngFor="let correction of row.corrections" [textContent]="correction.warehouseNumber"></span>
|
|
10130
|
+
</div>
|
|
10131
|
+
</ng-template>
|
|
10132
|
+
</co-simple-grid-column>
|
|
10133
|
+
|
|
10134
|
+
<co-simple-grid-column [headerText]="'LOCATION' | localize" [order]="60">
|
|
10135
|
+
<ng-template #template let-row="row">
|
|
10136
|
+
<div class="row-container">
|
|
10137
|
+
<span class="row" [textContent]="row.locationNumber"></span>
|
|
10138
|
+
<span class="correction" *ngFor="let correction of row.corrections" [textContent]="correction.locationNumber"></span>
|
|
10139
|
+
</div>
|
|
10140
|
+
</ng-template>
|
|
10141
|
+
</co-simple-grid-column>
|
|
10055
10142
|
</co-transaction-history-grid>
|
|
10056
10143
|
`,
|
|
10057
10144
|
encapsulation: ViewEncapsulation.None
|
|
@@ -10729,47 +10816,56 @@ TransactionSearchPurchaseOrderTileComponent.decorators = [
|
|
|
10729
10816
|
selector: "co-transaction-search-purchase-order-tile",
|
|
10730
10817
|
template: `
|
|
10731
10818
|
<div class="transaction-tile-wrapper" (click)="onTransactionClick(transaction)">
|
|
10732
|
-
<div class="
|
|
10733
|
-
<div class="
|
|
10734
|
-
<
|
|
10735
|
-
|
|
10736
|
-
|
|
10737
|
-
|
|
10819
|
+
<div class="tile">
|
|
10820
|
+
<div class="tile-header">
|
|
10821
|
+
<div class="tile-upper-left">
|
|
10822
|
+
<div class="transaction-tile-avatar">
|
|
10823
|
+
<co-avatar [image]="transaction.execImage" [relationId]="transaction.handledBy"></co-avatar>
|
|
10824
|
+
</div>
|
|
10825
|
+
</div>
|
|
10826
|
+
<div class="tile-upper-middle">
|
|
10738
10827
|
<div class="header"><span [textContent]="transaction.transNr"></span></div>
|
|
10739
10828
|
<div class="text"><span [textContent]="transaction.brancheName"></span></div>
|
|
10740
10829
|
</div>
|
|
10741
|
-
<div>
|
|
10830
|
+
<div class="tile-upper-right">
|
|
10831
|
+
<div class="status-bar-wrapper">
|
|
10832
|
+
<co-status-bar></co-status-bar>
|
|
10833
|
+
</div>
|
|
10834
|
+
<div class="header"><span [textContent]="transaction.totalPriceVat | currency:'EUR'"></span></div>
|
|
10835
|
+
</div>
|
|
10836
|
+
</div>
|
|
10837
|
+
<div class="tile-body">
|
|
10838
|
+
<div class="tile-middle-left"></div>
|
|
10839
|
+
<div class="tile-middle-middle">
|
|
10742
10840
|
<div class="text"><span [textContent]="transaction.relationName"></span></div>
|
|
10743
10841
|
<div class="text"><span [textContent]="transaction.getAdres()"></span></div>
|
|
10744
10842
|
</div>
|
|
10843
|
+
<div class="tile-middle-right"></div>
|
|
10745
10844
|
</div>
|
|
10746
|
-
<div class="
|
|
10747
|
-
<div class="
|
|
10748
|
-
|
|
10749
|
-
|
|
10750
|
-
|
|
10751
|
-
|
|
10752
|
-
<div class="
|
|
10753
|
-
|
|
10754
|
-
<
|
|
10755
|
-
|
|
10756
|
-
|
|
10757
|
-
|
|
10758
|
-
|
|
10759
|
-
|
|
10760
|
-
|
|
10761
|
-
|
|
10762
|
-
|
|
10763
|
-
<ng-template #indefinite>
|
|
10764
|
-
<co-icon [iconData]="this.iconCacheService.getIcon(this.icons.Unlock)" class="unlock-icon"></co-icon>
|
|
10765
|
-
</ng-template>
|
|
10845
|
+
<div class="tile-footer">
|
|
10846
|
+
<div class="tile-bottom-left order-info-section">
|
|
10847
|
+
<div class="label"><span [textContent]="'ORDER_DATE' | localize"></span></div>
|
|
10848
|
+
<div class="value">
|
|
10849
|
+
<span [textContent]="transaction.getTransDate() | date:'dd MMM yyyy'"></span></div>
|
|
10850
|
+
</div>
|
|
10851
|
+
<div class="tile-bottom-middle order-info-section">
|
|
10852
|
+
<div class="label"><span [textContent]="'DELIVERY_DATE' | localize"></span></div>
|
|
10853
|
+
<div class="value">
|
|
10854
|
+
<span [textContent]="transaction.getDeliveryDate() | date:'dd MMM yyyy'"></span>
|
|
10855
|
+
<div *ngIf="transaction.getDeliveryDate()">
|
|
10856
|
+
<co-icon *ngIf="transaction.deliveryDateDefinitive; else indefinite"
|
|
10857
|
+
[iconData]="this.iconCacheService.getIcon(this.icons.Lock)" class="lock-icon"></co-icon>
|
|
10858
|
+
<ng-template #indefinite>
|
|
10859
|
+
<co-icon [iconData]="this.iconCacheService.getIcon(this.icons.Unlock)" class="unlock-icon"></co-icon>
|
|
10860
|
+
</ng-template>
|
|
10861
|
+
</div>
|
|
10766
10862
|
</div>
|
|
10767
10863
|
</div>
|
|
10768
|
-
|
|
10769
|
-
|
|
10770
|
-
|
|
10771
|
-
|
|
10772
|
-
|
|
10864
|
+
<div class="tile-bottom-right order-info-section">
|
|
10865
|
+
<div class="label"><span [textContent]="'ORDER_RULE' | localize"></span></div>
|
|
10866
|
+
<div class="value">
|
|
10867
|
+
<span [textContent]="'68/00'"></span></div>
|
|
10868
|
+
</div>
|
|
10773
10869
|
</div>
|
|
10774
10870
|
</div>
|
|
10775
10871
|
</div>
|
|
@@ -10789,50 +10885,58 @@ TransactionSearchSalesOrderTileComponent.decorators = [
|
|
|
10789
10885
|
selector: "co-transaction-search-sales-order-tile",
|
|
10790
10886
|
template: `
|
|
10791
10887
|
<div class="transaction-tile-wrapper" (click)="onTransactionClick(transaction)">
|
|
10792
|
-
<div class="
|
|
10793
|
-
<div class="
|
|
10794
|
-
<
|
|
10795
|
-
|
|
10796
|
-
|
|
10797
|
-
|
|
10888
|
+
<div class="tile">
|
|
10889
|
+
<div class="tile-header">
|
|
10890
|
+
<div class="tile-upper-left">
|
|
10891
|
+
<div class="transaction-tile-avatar">
|
|
10892
|
+
<co-avatar [image]="transaction.execImage" [relationId]="transaction.handledBy"></co-avatar>
|
|
10893
|
+
</div>
|
|
10894
|
+
</div>
|
|
10895
|
+
<div class="tile-upper-middle">
|
|
10798
10896
|
<div class="header"><span [textContent]="transaction.transNr"></span></div>
|
|
10799
10897
|
<div class="text"><span [textContent]="transaction.brancheName"></span></div>
|
|
10800
10898
|
</div>
|
|
10801
|
-
<div>
|
|
10899
|
+
<div class="tile-upper-right">
|
|
10900
|
+
<div class="status-bar-wrapper">
|
|
10901
|
+
<co-status-bar></co-status-bar>
|
|
10902
|
+
</div>
|
|
10903
|
+
<div class="header"><span [textContent]="transaction.totalPriceVat | currency:'EUR'"></span></div>
|
|
10904
|
+
</div>
|
|
10905
|
+
</div>
|
|
10906
|
+
<div class="tile-body">
|
|
10907
|
+
<div class="tile-middle-left"></div>
|
|
10908
|
+
<div class="tile-middle-middle">
|
|
10802
10909
|
<div class="text"><span [textContent]="transaction.relationName"></span></div>
|
|
10803
10910
|
<div class="text"><span [textContent]="transaction.getAdres()"></span></div>
|
|
10804
10911
|
</div>
|
|
10912
|
+
<div class="tile-middle-right"></div>
|
|
10805
10913
|
</div>
|
|
10806
|
-
<div class="
|
|
10807
|
-
<div class="
|
|
10808
|
-
|
|
10809
|
-
|
|
10810
|
-
|
|
10811
|
-
|
|
10812
|
-
<div class="
|
|
10813
|
-
|
|
10814
|
-
|
|
10815
|
-
|
|
10816
|
-
|
|
10817
|
-
|
|
10818
|
-
|
|
10819
|
-
|
|
10820
|
-
|
|
10821
|
-
|
|
10822
|
-
|
|
10823
|
-
|
|
10824
|
-
|
|
10825
|
-
|
|
10826
|
-
|
|
10914
|
+
<div class="tile-footer">
|
|
10915
|
+
<div class="tile-bottom-left order-info-section">
|
|
10916
|
+
<div class="label"><span [textContent]="'ORDER_DATE' | localize"></span></div>
|
|
10917
|
+
<div class="value">
|
|
10918
|
+
<span [textContent]="transaction.getTransDate() | date:'dd MMM yyyy'"></span></div>
|
|
10919
|
+
</div>
|
|
10920
|
+
<div class="tile-bottom-middle order-info-section">
|
|
10921
|
+
<div class="label"><span [textContent]="'DELIVERY_DATE' | localize"></span></div>
|
|
10922
|
+
<div class="value">
|
|
10923
|
+
<span [textContent]="transaction.getDeliveryDate() | date:'dd MMM yyyy'"></span>
|
|
10924
|
+
<div *ngIf="transaction.getDeliveryDate()">
|
|
10925
|
+
<co-icon *ngIf="transaction.deliveryDateDefinitive; else indefinite"
|
|
10926
|
+
[iconData]="this.iconCacheService.getIcon(this.icons.Lock)" class="lock-icon"></co-icon>
|
|
10927
|
+
<ng-template #indefinite>
|
|
10928
|
+
<co-icon [iconData]="this.iconCacheService.getIcon(this.icons.Unlock)" class="unlock-icon"></co-icon>
|
|
10929
|
+
</ng-template>
|
|
10930
|
+
</div>
|
|
10931
|
+
</div>
|
|
10932
|
+
</div>
|
|
10933
|
+
<div class="tile-bottom-right order-info-section">
|
|
10934
|
+
<div class="label"><span [textContent]="'ORDER_RULE' | localize"></span></div>
|
|
10935
|
+
<div class="value">
|
|
10936
|
+
<span [textContent]="'68/00'"></span></div>
|
|
10827
10937
|
</div>
|
|
10828
|
-
</div>
|
|
10829
|
-
<div class="order-info-section">
|
|
10830
|
-
<div class="label"><span [textContent]="'ORDER_RULE' | localize"></span></div>
|
|
10831
|
-
<div class="value">
|
|
10832
|
-
<span [textContent]="'68/00'"></span></div>
|
|
10833
10938
|
</div>
|
|
10834
10939
|
</div>
|
|
10835
|
-
|
|
10836
10940
|
</div>`,
|
|
10837
10941
|
encapsulation: ViewEncapsulation.None
|
|
10838
10942
|
},] }
|
|
@@ -12322,6 +12426,153 @@ TransactionReceivedGoodsGridModule.decorators = [
|
|
|
12322
12426
|
},] }
|
|
12323
12427
|
];
|
|
12324
12428
|
|
|
12429
|
+
class TransactionTileComponent {
|
|
12430
|
+
constructor(iconCacheService, _imageService) {
|
|
12431
|
+
this.iconCacheService = iconCacheService;
|
|
12432
|
+
this._imageService = _imageService;
|
|
12433
|
+
this.icon = Icon;
|
|
12434
|
+
this.transactionTypes = TransactionKind;
|
|
12435
|
+
this.showSidePanelClicked = new EventEmitter();
|
|
12436
|
+
}
|
|
12437
|
+
set transactionLine(value) {
|
|
12438
|
+
this._transactionLine = value;
|
|
12439
|
+
this._loadLineImage();
|
|
12440
|
+
}
|
|
12441
|
+
get transactionLine() {
|
|
12442
|
+
return this._transactionLine;
|
|
12443
|
+
}
|
|
12444
|
+
showClass() {
|
|
12445
|
+
return true;
|
|
12446
|
+
}
|
|
12447
|
+
handleSidePanelButtonClicked() {
|
|
12448
|
+
this.showSidePanelClicked.next(this._transactionLine);
|
|
12449
|
+
}
|
|
12450
|
+
getStatusColor(n) {
|
|
12451
|
+
switch (n) {
|
|
12452
|
+
case 0:
|
|
12453
|
+
return '#5fdbb2';
|
|
12454
|
+
case 1:
|
|
12455
|
+
return '#f78852';
|
|
12456
|
+
case 2:
|
|
12457
|
+
return '#f23a3a';
|
|
12458
|
+
}
|
|
12459
|
+
}
|
|
12460
|
+
_loadLineImage() {
|
|
12461
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
12462
|
+
if (this._transactionLine && this._transactionLine.isArticle) {
|
|
12463
|
+
this._imageService.retrieveLineImage(this._transactionLine).then((image) => {
|
|
12464
|
+
this.image = image;
|
|
12465
|
+
});
|
|
12466
|
+
}
|
|
12467
|
+
});
|
|
12468
|
+
}
|
|
12469
|
+
}
|
|
12470
|
+
TransactionTileComponent.decorators = [
|
|
12471
|
+
{ type: Component, args: [{
|
|
12472
|
+
selector: "co-transaction-tile",
|
|
12473
|
+
template: `
|
|
12474
|
+
<div class="transaction-tile-wrapper" *ngIf="transactionLine">
|
|
12475
|
+
<div class="header-row center">
|
|
12476
|
+
<div class="header-transport-container center">
|
|
12477
|
+
<co-icon class="transport-method-icon" [iconData]="iconCacheService.getIcon(icon.DeliveryTruck)"></co-icon>
|
|
12478
|
+
<span class="transport-method-text" [textContent]="'Dropshipment door leverancier'"></span>
|
|
12479
|
+
</div>
|
|
12480
|
+
<span class="header-date bold" [textContent]="transactionLine.deliveryDate | date : 'd-MM-yyyy'"></span>
|
|
12481
|
+
<co-icon class="header-side-panel-button"
|
|
12482
|
+
[iconData]="iconCacheService.getIcon(icon.ThickLines)"
|
|
12483
|
+
(click)="handleSidePanelButtonClicked()"
|
|
12484
|
+
></co-icon>
|
|
12485
|
+
</div>
|
|
12486
|
+
|
|
12487
|
+
<div class="transaction-details-row">
|
|
12488
|
+
<div class="transaction-details-container">
|
|
12489
|
+
<span class="transaction-tile-title bold" [textContent]="transactionLine.goodDescription"></span>
|
|
12490
|
+
<span *ngFor="let text of transactionLine.articleTestAsArray" class="transaction-tile-description"
|
|
12491
|
+
[innerHTML]="text | safeHtml"></span>
|
|
12492
|
+
</div>
|
|
12493
|
+
<co-image-display class="tile-image" [model]="image"></co-image-display>
|
|
12494
|
+
</div>
|
|
12495
|
+
|
|
12496
|
+
<div class="transaction-order-status-row">
|
|
12497
|
+
<div class="indicators-wrapper">
|
|
12498
|
+
<div *ngFor="let n of [0, 1, 2]" [style.background]="getStatusColor(n)" class="transaction-order-status-indicator"></div>
|
|
12499
|
+
</div>
|
|
12500
|
+
</div>
|
|
12501
|
+
|
|
12502
|
+
<div class="transaction-data-row center">
|
|
12503
|
+
<div class="transaction-data-header">
|
|
12504
|
+
<div class="transaction-data-header-item">
|
|
12505
|
+
<span class="transaction-data-header-label" [textContent]="'ARTICLE_NR'| localize"></span>
|
|
12506
|
+
<span class="transaction-data-header-field"
|
|
12507
|
+
[textContent]="transactionLine.articleNumber ? transactionLine.articleNumber : '-'"></span>
|
|
12508
|
+
</div>
|
|
12509
|
+
<div class="transaction-data-header-divider"></div>
|
|
12510
|
+
<div class="transaction-data-header-item center">
|
|
12511
|
+
<span class="transaction-data-header-label" [textContent]="'PRICE'| localize"></span>
|
|
12512
|
+
<span class="transaction-data-header-field"
|
|
12513
|
+
[textContent]="transactionLine.price ? (transactionLine.price | priceDisplay) : '-'"></span>
|
|
12514
|
+
</div>
|
|
12515
|
+
<div class="transaction-data-header-divider"></div>
|
|
12516
|
+
<div class="transaction-data-header-item center">
|
|
12517
|
+
<span class="transaction-data-header-label" [textContent]="'DISCOUNT'| localize"></span>
|
|
12518
|
+
<span class="transaction-data-header-field"
|
|
12519
|
+
[textContent]="transactionLine.discountAmount ? transactionLine.discountAmount : '-'"></span>
|
|
12520
|
+
</div>
|
|
12521
|
+
<div class="transaction-data-header-divider"></div>
|
|
12522
|
+
<div class="transaction-data-header-item center">
|
|
12523
|
+
<span class="transaction-data-header-label" [textContent]="'Mag'| localize"></span>
|
|
12524
|
+
<span class="transaction-data-header-field"
|
|
12525
|
+
[textContent]="transactionLine.warehouseNumber ? transactionLine.warehouseNumber : '-'"></span>
|
|
12526
|
+
</div>
|
|
12527
|
+
<div class="transaction-data-header-divider"></div>
|
|
12528
|
+
<div class="transaction-data-header-item center">
|
|
12529
|
+
<span class="transaction-data-header-label" [textContent]="'CC'| localize"></span>
|
|
12530
|
+
<span class="transaction-data-header-field"
|
|
12531
|
+
[textContent]="transactionLine.commissionCode ? transactionLine.commissionCode : '-'"></span>
|
|
12532
|
+
</div>
|
|
12533
|
+
</div>
|
|
12534
|
+
<div class="transaction-data-header-item mutable center">
|
|
12535
|
+
<span class="transaction-data-header-label" [textContent]="'AMOUNT'| localize"></span>
|
|
12536
|
+
<input type="number" class="transaction-data-header-field bold amount-input" [(ngModel)]="transactionLine.amount">
|
|
12537
|
+
</div>
|
|
12538
|
+
</div>
|
|
12539
|
+
</div>
|
|
12540
|
+
`,
|
|
12541
|
+
encapsulation: ViewEncapsulation.None
|
|
12542
|
+
},] }
|
|
12543
|
+
];
|
|
12544
|
+
TransactionTileComponent.ctorParameters = () => [
|
|
12545
|
+
{ type: IconCacheService },
|
|
12546
|
+
{ type: TransactionImageService }
|
|
12547
|
+
];
|
|
12548
|
+
TransactionTileComponent.propDecorators = {
|
|
12549
|
+
transactionType: [{ type: Input }],
|
|
12550
|
+
transactionLine: [{ type: Input }],
|
|
12551
|
+
showSidePanelClicked: [{ type: Output }],
|
|
12552
|
+
showClass: [{ type: HostBinding, args: ["class.co-transaction-tile",] }]
|
|
12553
|
+
};
|
|
12554
|
+
|
|
12555
|
+
class TransactionTileModule {
|
|
12556
|
+
}
|
|
12557
|
+
TransactionTileModule.decorators = [
|
|
12558
|
+
{ type: NgModule, args: [{
|
|
12559
|
+
imports: [
|
|
12560
|
+
CommonModule,
|
|
12561
|
+
CoreModule,
|
|
12562
|
+
IconModule,
|
|
12563
|
+
PipeModule,
|
|
12564
|
+
FormsModule,
|
|
12565
|
+
PriceDisplayPipeModule
|
|
12566
|
+
],
|
|
12567
|
+
declarations: [
|
|
12568
|
+
TransactionTileComponent
|
|
12569
|
+
],
|
|
12570
|
+
exports: [
|
|
12571
|
+
TransactionTileComponent
|
|
12572
|
+
]
|
|
12573
|
+
},] }
|
|
12574
|
+
];
|
|
12575
|
+
|
|
12325
12576
|
class TransactionModule {
|
|
12326
12577
|
}
|
|
12327
12578
|
TransactionModule.decorators = [
|
|
@@ -12346,7 +12597,8 @@ TransactionModule.decorators = [
|
|
|
12346
12597
|
TransactionOrderConfirmationGridModule,
|
|
12347
12598
|
TransactionReceivedGoodsGridModule,
|
|
12348
12599
|
ViewModeButtonsModule,
|
|
12349
|
-
TransactionGridModule
|
|
12600
|
+
TransactionGridModule,
|
|
12601
|
+
TransactionTileModule
|
|
12350
12602
|
],
|
|
12351
12603
|
declarations: [
|
|
12352
12604
|
TransactionComponent
|
|
@@ -13858,6 +14110,57 @@ TransactionSearchGridModule.decorators = [
|
|
|
13858
14110
|
},] }
|
|
13859
14111
|
];
|
|
13860
14112
|
|
|
14113
|
+
class StatusBarComponent {
|
|
14114
|
+
constructor(iconCacheService) {
|
|
14115
|
+
this.iconCacheService = iconCacheService;
|
|
14116
|
+
this.icons = Icon;
|
|
14117
|
+
}
|
|
14118
|
+
showClass() {
|
|
14119
|
+
return true;
|
|
14120
|
+
}
|
|
14121
|
+
}
|
|
14122
|
+
StatusBarComponent.decorators = [
|
|
14123
|
+
{ type: Component, args: [{
|
|
14124
|
+
selector: "co-status-bar",
|
|
14125
|
+
template: `
|
|
14126
|
+
<div>
|
|
14127
|
+
<!--Tijdelijk visueel voorbeeld:-->
|
|
14128
|
+
<div class="status-bar-icons-wrapper">
|
|
14129
|
+
<co-icon class="color-green" [iconData]="this.iconCacheService.getIcon(this.icons.SquareFullSolid)"></co-icon>
|
|
14130
|
+
<co-icon class="color-orange" [iconData]="this.iconCacheService.getIcon(this.icons.SquareFullSolid)"></co-icon>
|
|
14131
|
+
<co-icon [iconData]="this.iconCacheService.getIcon(this.icons.SquareFull)"></co-icon>
|
|
14132
|
+
<co-icon [iconData]="this.iconCacheService.getIcon(this.icons.SquareFull)"></co-icon>
|
|
14133
|
+
<co-icon [iconData]="this.iconCacheService.getIcon(this.icons.SquareFull)"></co-icon>
|
|
14134
|
+
</div>
|
|
14135
|
+
</div>
|
|
14136
|
+
`,
|
|
14137
|
+
encapsulation: ViewEncapsulation.None
|
|
14138
|
+
},] }
|
|
14139
|
+
];
|
|
14140
|
+
StatusBarComponent.ctorParameters = () => [
|
|
14141
|
+
{ type: IconCacheService }
|
|
14142
|
+
];
|
|
14143
|
+
StatusBarComponent.propDecorators = {
|
|
14144
|
+
showClass: [{ type: HostBinding, args: ["class.co-status-bar",] }]
|
|
14145
|
+
};
|
|
14146
|
+
|
|
14147
|
+
class StatusBarModule {
|
|
14148
|
+
}
|
|
14149
|
+
StatusBarModule.decorators = [
|
|
14150
|
+
{ type: NgModule, args: [{
|
|
14151
|
+
imports: [
|
|
14152
|
+
CommonModule,
|
|
14153
|
+
IconModule
|
|
14154
|
+
],
|
|
14155
|
+
declarations: [
|
|
14156
|
+
StatusBarComponent
|
|
14157
|
+
],
|
|
14158
|
+
exports: [
|
|
14159
|
+
StatusBarComponent
|
|
14160
|
+
]
|
|
14161
|
+
},] }
|
|
14162
|
+
];
|
|
14163
|
+
|
|
13861
14164
|
class TransactionSearchPurchaseOrderTileModule {
|
|
13862
14165
|
}
|
|
13863
14166
|
TransactionSearchPurchaseOrderTileModule.decorators = [
|
|
@@ -13866,7 +14169,8 @@ TransactionSearchPurchaseOrderTileModule.decorators = [
|
|
|
13866
14169
|
CommonModule,
|
|
13867
14170
|
PipeModule,
|
|
13868
14171
|
AvatarModule,
|
|
13869
|
-
IconModule
|
|
14172
|
+
IconModule,
|
|
14173
|
+
StatusBarModule
|
|
13870
14174
|
],
|
|
13871
14175
|
declarations: [
|
|
13872
14176
|
TransactionSearchPurchaseOrderTileComponent
|
|
@@ -13888,6 +14192,7 @@ TransactionSearchSalesOrderTileModule.decorators = [
|
|
|
13888
14192
|
ButtonModule,
|
|
13889
14193
|
PipeModule,
|
|
13890
14194
|
IconModule,
|
|
14195
|
+
StatusBarModule,
|
|
13891
14196
|
],
|
|
13892
14197
|
declarations: [
|
|
13893
14198
|
TransactionSearchSalesOrderTileComponent
|
|
@@ -14066,9 +14371,11 @@ TransactionSearchResultComponent.decorators = [
|
|
|
14066
14371
|
(transactionClick)="onTransactionClick($event)">
|
|
14067
14372
|
</co-transaction-search-tile>
|
|
14068
14373
|
</div>
|
|
14069
|
-
<co-pagination [previousLabel]="'PREVIOUS' | localize" [nextLabel]="'NEXT' | localize"
|
|
14070
|
-
(pageChange)="onPaginationPageChange($event)"></co-pagination>
|
|
14071
14374
|
</div>
|
|
14375
|
+
<co-pagination *ngIf="searchService.transactions?.length > 0" [previousLabel]="'PREVIOUS' | localize"
|
|
14376
|
+
[nextLabel]="'NEXT' | localize"
|
|
14377
|
+
[autoHide]="true"
|
|
14378
|
+
(pageChange)="onPaginationPageChange($event)"></co-pagination>
|
|
14072
14379
|
<div class="transaction-search-result-content-grid-wrapper" *ngIf="activeContentViewMode === contentViewModes.Grid">
|
|
14073
14380
|
<co-transaction-search-grid
|
|
14074
14381
|
[transactionType]="transactionType"
|
|
@@ -14934,5 +15241,5 @@ TransactionLineGridModule.decorators = [
|
|
|
14934
15241
|
* Generated bundle index. Do not edit.
|
|
14935
15242
|
*/
|
|
14936
15243
|
|
|
14937
|
-
export { CheckoutComponent, CheckoutModule, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineComponent, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionSearchComponent, TransactionSearchModule, TransactionService, TransactionTotalsComponent, TransactionTotalsModule, PendingReasonService as ɵa, DialogService as ɵb, RelationAddressComponent as ɵba, RelationAddressSelectModule as ɵbb, RelationAddressTileModule as ɵbc, TileModule as ɵbd, TileComponent as ɵbe, RelationAddressTileComponent as ɵbf, RelationAddressSelectComponent as ɵbg, BusinessObjectFactory as ɵbh, StepperModule as ɵbi, StepperComponent as ɵbj, StepperStepComponent as ɵbk, TransactionArticleTextModule as ɵbl, TransactionArticleTextComponent as ɵbm, TransactionArticleTextOverviewModule as ɵbn, TransactionArticleTextOverviewComponent as ɵbo, TransactionLineActionButtonsModule as ɵbp, TransactionLineActionButtonsComponent as ɵbq, EditableLabelModule as ɵbr, EditableLabelComponent as ɵbs, TransactionLinePriceModule as ɵbt, TransactionLinePriceComponent as ɵbu, TransactionLineFieldsBaseComponent as ɵbv, TransactionImageService as ɵbw, AvatarModule as ɵbx, AvatarComponent as ɵby, SharedService as ɵbz, OptionsService as ɵc, SharedConnectorService as ɵca, DeliveryTypeTileModule as ɵcb, DeliveryTypeTileComponent as ɵcc, PaymentModule as ɵcd, PaymentTileModule as ɵce, PaymentTileComponent as ɵcf, PaymentQrCodeModule as ɵcg, PaymentQrCodeComponent as ɵch, PaymentService as ɵci, PaymentComponent as ɵcj, CheckoutOverviewRelationEditComponent as ɵck, CheckoutOverviewDeliveryEditComponent as ɵcl, CheckoutOverviewDeliveryAddressComponent as ɵcm, CheckOutRelationSuggestionsListComponent as ɵcn, CheckOutRelationSuggestionsListItemComponent as ɵco, CheckoutLoginComponent as ɵcp, TransactionHeaderModule$1 as ɵcq, TransactionHeaderBlockModule as ɵcr, TransactionHeaderBlockComponent as ɵcs, TransactionBaseComponent as ɵct, TransactionHeaderPaymentModule as ɵcu, TransactionHeaderPaymentComponent as ɵcv, TransactionHeaderComponent$1 as ɵcw, TransactionLinesGridModule as ɵcx, TransactionBaseGridModule as ɵcy, TransactionLineSidePanelModule as ɵcz, DictionaryService as ɵd, TransactionLineSidePanelDefaultModule as ɵda, TransactionLinePriceListModule as ɵdb, TransactionLinePriceListComponent as ɵdc, TransactionLineVatModule as ɵdd, TransactionLineVatComponent as ɵde, TransactionLineQuantityModule as ɵdf, TransactionLineQuantityComponent as ɵdg, TransactionLineLineDiscountModule as ɵdh, TransactionLineLineDiscountComponent as ɵdi, TransactionLineDeliveryMethodModule as ɵdj, TransactionLineDeliveryMethodComponent as ɵdk, TransactionLineDeliveryDateModule as ɵdl, TransactionLineDeliveryDateComponent as ɵdm, TransactionLineReferenceModule as ɵdn, TransactionLineReferenceComponent as ɵdo, TransactionLineCommissionCodeModule as ɵdp, TransactionLineCommissionCodeComponent as ɵdq, TransactionLineWarehouseModule as ɵdr, TransactionLineWarehouseComponent as ɵds, TransactionLineDiscountAmountModule as ɵdt, TransactionLineDiscountAmountComponent as ɵdu, TransactionLineQuantumDiscountModule as ɵdv, TransactionLineQuantumDiscountComponent as ɵdw, TransactionLineSpecialDiscountModule as ɵdx, TransactionLineSpecialDiscountComponent as ɵdy, TransactionLineSidePanelDefaultComponent as ɵdz, TransactionConnectorService as ɵe, TransactionReceivingGoodsHistoryModule as ɵea, TransactionHistoryGridModule as ɵeb, TransactionHistoryGridStatusModule as ɵec, TransactionHistoryGridStatusComponent as ɵed, TransactionHistoryGridComponent as ɵee, TransactionReceivingGoodsHistoryComponent as ɵef, TransactionReceivingGoodsDetailsModule as ɵeg, TransactionReceivingGoodsDetailsComponent as ɵeh, ArticleService as ɵei, TransactionButtonBarModule as ɵej, TransactionButtonBarComponent as ɵek, TransactionMappingService as ɵel, TransactionButtonBarButtonComponent as ɵem, TransactionLineSidePanelPurchaseModule as ɵen, DefaultOkCancelButtonsModule as ɵeo, DefaultOkCancelButtonsComponent as ɵep, TransactionLineSidePanelPurchaseComponent as ɵeq, TransactionEventService as ɵer, TransactionLineSidePanelComponent as ɵes, TransactionBaseGridComponent as ɵet, TransactionGridBaseComponent as ɵeu, TransactionLinesGridComponent as ɵev, DiscountModule as ɵew, DiscountComponent as ɵex, TransactionQuickAccessOverviewModule as ɵey, TransactionQuickAccessOverviewComponent as ɵez, CollectionCacheService as ɵf, TransactionOrderConfirmationGridModule as ɵfa, TransactionOrderConfirmationGridComponent as ɵfb, TransactionReceivedGoodsGridModule as ɵfc, TransactionReceivedGoodsGridComponent as ɵfd, ViewModeButtonsModule as ɵfe, ViewModeButtonsComponent as ɵff, TransactionGridModule as ɵfg, TransactionGridComponent as ɵfh,
|
|
15244
|
+
export { CheckoutComponent, CheckoutModule, ShoppingCartComponent, ShoppingCartModule, ShoppingCartPreviewComponent, ShoppingCartPreviewModule, TransactionComponent, TransactionConfirmationDetailsComponent, TransactionConfirmationDetailsModule, TransactionConfirmationHistoryComponent, TransactionConfirmationHistoryModule, TransactionHeaderComponent, TransactionHeaderDeliveryComponent, TransactionHeaderDeliveryModule, TransactionHeaderModule, TransactionHeaderOrderComponent, TransactionHeaderOrderModule, TransactionHeaderRelationComponent, TransactionHeaderRelationModule, TransactionLineComponent, TransactionLineGridComponent, TransactionLineGridModule, TransactionLineModule, TransactionLinesComponent, TransactionLinesModule, TransactionModule, TransactionQuickAccessComponent, TransactionQuickAccessModule, TransactionQuickAccessOrderConfirmationComponent, TransactionQuickAccessOrderConfirmationModule, TransactionQuickAccessReceivedGoodsComponent, TransactionQuickAccessReceivedGoodsModule, TransactionSearchComponent, TransactionSearchModule, TransactionService, TransactionTotalsComponent, TransactionTotalsModule, PendingReasonService as ɵa, DialogService as ɵb, RelationAddressComponent as ɵba, RelationAddressSelectModule as ɵbb, RelationAddressTileModule as ɵbc, TileModule as ɵbd, TileComponent as ɵbe, RelationAddressTileComponent as ɵbf, RelationAddressSelectComponent as ɵbg, BusinessObjectFactory as ɵbh, StepperModule as ɵbi, StepperComponent as ɵbj, StepperStepComponent as ɵbk, TransactionArticleTextModule as ɵbl, TransactionArticleTextComponent as ɵbm, TransactionArticleTextOverviewModule as ɵbn, TransactionArticleTextOverviewComponent as ɵbo, TransactionLineActionButtonsModule as ɵbp, TransactionLineActionButtonsComponent as ɵbq, EditableLabelModule as ɵbr, EditableLabelComponent as ɵbs, TransactionLinePriceModule as ɵbt, TransactionLinePriceComponent as ɵbu, TransactionLineFieldsBaseComponent as ɵbv, TransactionImageService as ɵbw, AvatarModule as ɵbx, AvatarComponent as ɵby, SharedService as ɵbz, OptionsService as ɵc, SharedConnectorService as ɵca, DeliveryTypeTileModule as ɵcb, DeliveryTypeTileComponent as ɵcc, PaymentModule as ɵcd, PaymentTileModule as ɵce, PaymentTileComponent as ɵcf, PaymentQrCodeModule as ɵcg, PaymentQrCodeComponent as ɵch, PaymentService as ɵci, PaymentComponent as ɵcj, CheckoutOverviewRelationEditComponent as ɵck, CheckoutOverviewDeliveryEditComponent as ɵcl, CheckoutOverviewDeliveryAddressComponent as ɵcm, CheckOutRelationSuggestionsListComponent as ɵcn, CheckOutRelationSuggestionsListItemComponent as ɵco, CheckoutLoginComponent as ɵcp, TransactionHeaderModule$1 as ɵcq, TransactionHeaderBlockModule as ɵcr, TransactionHeaderBlockComponent as ɵcs, TransactionBaseComponent as ɵct, TransactionHeaderPaymentModule as ɵcu, TransactionHeaderPaymentComponent as ɵcv, TransactionHeaderComponent$1 as ɵcw, TransactionLinesGridModule as ɵcx, TransactionBaseGridModule as ɵcy, TransactionLineSidePanelModule as ɵcz, DictionaryService as ɵd, TransactionLineSidePanelDefaultModule as ɵda, TransactionLinePriceListModule as ɵdb, TransactionLinePriceListComponent as ɵdc, TransactionLineVatModule as ɵdd, TransactionLineVatComponent as ɵde, TransactionLineQuantityModule as ɵdf, TransactionLineQuantityComponent as ɵdg, TransactionLineLineDiscountModule as ɵdh, TransactionLineLineDiscountComponent as ɵdi, TransactionLineDeliveryMethodModule as ɵdj, TransactionLineDeliveryMethodComponent as ɵdk, TransactionLineDeliveryDateModule as ɵdl, TransactionLineDeliveryDateComponent as ɵdm, TransactionLineReferenceModule as ɵdn, TransactionLineReferenceComponent as ɵdo, TransactionLineCommissionCodeModule as ɵdp, TransactionLineCommissionCodeComponent as ɵdq, TransactionLineWarehouseModule as ɵdr, TransactionLineWarehouseComponent as ɵds, TransactionLineDiscountAmountModule as ɵdt, TransactionLineDiscountAmountComponent as ɵdu, TransactionLineQuantumDiscountModule as ɵdv, TransactionLineQuantumDiscountComponent as ɵdw, TransactionLineSpecialDiscountModule as ɵdx, TransactionLineSpecialDiscountComponent as ɵdy, TransactionLineSidePanelDefaultComponent as ɵdz, TransactionConnectorService as ɵe, TransactionReceivingGoodsHistoryModule as ɵea, TransactionHistoryGridModule as ɵeb, TransactionHistoryGridStatusModule as ɵec, TransactionHistoryGridStatusComponent as ɵed, TransactionHistoryGridComponent as ɵee, TransactionReceivingGoodsHistoryComponent as ɵef, TransactionReceivingGoodsDetailsModule as ɵeg, TransactionReceivingGoodsDetailsComponent as ɵeh, ArticleService as ɵei, TransactionButtonBarModule as ɵej, TransactionButtonBarComponent as ɵek, TransactionMappingService as ɵel, TransactionButtonBarButtonComponent as ɵem, TransactionLineSidePanelPurchaseModule as ɵen, DefaultOkCancelButtonsModule as ɵeo, DefaultOkCancelButtonsComponent as ɵep, TransactionLineSidePanelPurchaseComponent as ɵeq, TransactionEventService as ɵer, TransactionLineSidePanelComponent as ɵes, TransactionBaseGridComponent as ɵet, TransactionGridBaseComponent as ɵeu, TransactionLinesGridComponent as ɵev, DiscountModule as ɵew, DiscountComponent as ɵex, TransactionQuickAccessOverviewModule as ɵey, TransactionQuickAccessOverviewComponent as ɵez, CollectionCacheService as ɵf, TransactionOrderConfirmationGridModule as ɵfa, TransactionOrderConfirmationGridComponent as ɵfb, TransactionReceivedGoodsGridModule as ɵfc, TransactionReceivedGoodsGridComponent as ɵfd, ViewModeButtonsModule as ɵfe, ViewModeButtonsComponent as ɵff, TransactionGridModule as ɵfg, TransactionGridComponent as ɵfh, TransactionTileModule as ɵfi, TransactionTileComponent as ɵfj, TransactionSearchService as ɵfk, TransactionSearchResultModule as ɵfl, TransactionSearchSalesOrderTileModule as ɵfm, StatusBarModule as ɵfn, StatusBarComponent as ɵfo, TransactionSearchSalesOrderTileComponent as ɵfp, TransactionSearchTileBaseComponent as ɵfq, TransactionSearchPurchaseOrderTileModule as ɵfr, TransactionSearchPurchaseOrderTileComponent as ɵfs, TransactionSearchSalesOrderGridModule as ɵft, TransactionSearchSalesOrderGridComponent as ɵfu, TransactionSearchGridBaseComponent as ɵfv, TransactionSearchPurchaseOrderGridModule as ɵfw, TransactionSearchPurchaseOrderGridComponent as ɵfx, TransactionSearchHeaderModule as ɵfy, TransactionSearchHeaderComponent as ɵfz, ArticleConnectorService as ɵg, TransactionSearchGridModule as ɵga, TransactionSearchGridComponent as ɵgb, TransactionSearchTileModule as ɵgc, TransactionSearchTileComponent as ɵgd, TransactionSearchResultComponent as ɵge, TransactionSalesOrderFilterModule as ɵgf, TransactionFilterCategoriesModule as ɵgg, TransactionFilterCategoriesComponent as ɵgh, TransactionSalesOrderFilterContentOrderModule as ɵgi, TransactionSalesOrderFilterContentOrderComponent as ɵgj, TransactionFilterContentBaseComponent as ɵgk, FilterRequestService as ɵgl, TransactionSalesOrderFilterContentLogisticsModule as ɵgm, TransactionFilterHistoricStateModule as ɵgn, TransactionFilterHistoricStateComponent as ɵgo, TransactionSalesOrderFilterContentLogisticsComponent as ɵgp, TransactionSalesOrderFilterContentArticleModule as ɵgq, TransactionSalesOrderFilterContentArticleComponent as ɵgr, TransactionSalesOrderFilterComponent as ɵgs, TransactionFilterBaseComponent as ɵgt, TransactionPurchaseOrderFilterModule as ɵgu, TransactionPurchaseOrderFilterContentOrderModule as ɵgv, TransactionPurchaseOrderFilterContentOrderComponent as ɵgw, TransactionPurchaseOrderFilterContentLogisticsModule as ɵgx, TransactionPurchaseOrderFilterContentLogisticsComponent as ɵgy, TransactionPurchaseOrderFilterContentArticleModule as ɵgz, CoreModule as ɵh, TransactionPurchaseOrderFilterContentArticleComponent as ɵha, TransactionPurchaseOrderFilterComponent as ɵhb, TransactionFilterModule as ɵhc, TransactionFilterComponent as ɵhd, ConfirmationDialogModule as ɵi, PipeModule as ɵj, AppendPipe as ɵk, DeliveryTimePipe as ɵl, DateDurationPipe as ɵm, LocalizePipe as ɵn, CoCurrencyPipe as ɵo, SafeStylePipe as ɵp, SafeHtmlPipe as ɵq, ConfirmationDialogComponent as ɵr, DialogBaseComponent as ɵs, ImageDisplayComponent as ɵt, IconComponent as ɵu, IconCacheService as ɵv, CustomerGroupsComponent as ɵw, StockStatusIndicatorComponent as ɵx, LoaderComponent as ɵy, RelationAddressModule as ɵz };
|
|
14938
15245
|
//# sourceMappingURL=colijnit-transaction.js.map
|