@colijnit/transaction 12.1.23 → 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 +201 -52
- 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/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-grid/transaction-history-grid/transaction-history-grid.component.js +33 -7
- 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-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/fesm2015/colijnit-transaction.js +354 -82
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/avatar/style/_layout.scss +11 -0
- package/lib/component/core/image-display/style/_layout.scss +1 -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-receiving-goods-history/style/_layout.scss +13 -0
- 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>",
|
|
@@ -8108,9 +8114,16 @@ TransactionComponent.decorators = [
|
|
|
8108
8114
|
></co-transaction-button-bar>
|
|
8109
8115
|
|
|
8110
8116
|
<co-view-mode-buttons class="transaction-lines-header-item"
|
|
8111
|
-
[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>
|
|
8112
8118
|
</div>
|
|
8113
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>
|
|
8114
8127
|
<div class="transaction-lines-wrapper" *ngIf="activeViewMode === viewModes.List">
|
|
8115
8128
|
<co-transaction-lines
|
|
8116
8129
|
[transactionLines]="transaction.transactionLines"
|
|
@@ -9925,15 +9938,41 @@ TransactionHistoryGridComponent.decorators = [
|
|
|
9925
9938
|
></co-grid-toolbar-button>
|
|
9926
9939
|
</div>
|
|
9927
9940
|
<co-simple-grid [data]="collection" [extraColumns]="extraColumns" (selectRow)="handleSelectRow($event)">
|
|
9928
|
-
<co-simple-grid-column [headerText]="'
|
|
9941
|
+
<co-simple-grid-column [headerText]="'DELIVERY_DATE' | localize" [order]="20" [width]="100">
|
|
9929
9942
|
<ng-template #template let-row="row">
|
|
9930
|
-
<
|
|
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">
|
|
9960
|
+
<ng-template #template let-row="row">
|
|
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>
|
|
9931
9974
|
</ng-template>
|
|
9932
9975
|
</co-simple-grid-column>
|
|
9933
|
-
<co-simple-grid-column [headerText]="'DELIVERY_DATE' | localize" [field]="'receiptDate'" [order]="20" [width]="100"></co-simple-grid-column>
|
|
9934
|
-
<co-simple-grid-column [headerText]="'AMOUNT' | localize" [field]="'quantity'" [order]="30" [width]="70"></co-simple-grid-column>
|
|
9935
|
-
<co-simple-grid-column [headerText]="'REFERENCE' | localize" [field]="'reference'" [order]="50"></co-simple-grid-column>
|
|
9936
|
-
<co-simple-grid-column [headerText]="'USER' | localize" [field]="'username'" [order]="70"></co-simple-grid-column>
|
|
9937
9976
|
</co-simple-grid>
|
|
9938
9977
|
</div>
|
|
9939
9978
|
`,
|
|
@@ -10083,10 +10122,23 @@ TransactionReceivingGoodsHistoryComponent.decorators = [
|
|
|
10083
10122
|
[collection]="goodsReceiptHistory"
|
|
10084
10123
|
(deleteSelectedRow)="handleDeleteSelectedRow($event)"
|
|
10085
10124
|
>
|
|
10086
|
-
<co-simple-grid-column [headerText]="'WAREHOUSE' | localize" [
|
|
10087
|
-
|
|
10088
|
-
|
|
10089
|
-
|
|
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>
|
|
10090
10142
|
</co-transaction-history-grid>
|
|
10091
10143
|
`,
|
|
10092
10144
|
encapsulation: ViewEncapsulation.None
|
|
@@ -10764,47 +10816,56 @@ TransactionSearchPurchaseOrderTileComponent.decorators = [
|
|
|
10764
10816
|
selector: "co-transaction-search-purchase-order-tile",
|
|
10765
10817
|
template: `
|
|
10766
10818
|
<div class="transaction-tile-wrapper" (click)="onTransactionClick(transaction)">
|
|
10767
|
-
<div class="
|
|
10768
|
-
<div class="
|
|
10769
|
-
<
|
|
10770
|
-
|
|
10771
|
-
|
|
10772
|
-
|
|
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">
|
|
10773
10827
|
<div class="header"><span [textContent]="transaction.transNr"></span></div>
|
|
10774
10828
|
<div class="text"><span [textContent]="transaction.brancheName"></span></div>
|
|
10775
10829
|
</div>
|
|
10776
|
-
<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">
|
|
10777
10840
|
<div class="text"><span [textContent]="transaction.relationName"></span></div>
|
|
10778
10841
|
<div class="text"><span [textContent]="transaction.getAdres()"></span></div>
|
|
10779
10842
|
</div>
|
|
10843
|
+
<div class="tile-middle-right"></div>
|
|
10780
10844
|
</div>
|
|
10781
|
-
<div class="
|
|
10782
|
-
<div class="
|
|
10783
|
-
|
|
10784
|
-
|
|
10785
|
-
|
|
10786
|
-
|
|
10787
|
-
<div class="
|
|
10788
|
-
|
|
10789
|
-
<
|
|
10790
|
-
|
|
10791
|
-
|
|
10792
|
-
|
|
10793
|
-
|
|
10794
|
-
|
|
10795
|
-
|
|
10796
|
-
|
|
10797
|
-
|
|
10798
|
-
<ng-template #indefinite>
|
|
10799
|
-
<co-icon [iconData]="this.iconCacheService.getIcon(this.icons.Unlock)" class="unlock-icon"></co-icon>
|
|
10800
|
-
</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>
|
|
10801
10862
|
</div>
|
|
10802
10863
|
</div>
|
|
10803
|
-
|
|
10804
|
-
|
|
10805
|
-
|
|
10806
|
-
|
|
10807
|
-
|
|
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>
|
|
10808
10869
|
</div>
|
|
10809
10870
|
</div>
|
|
10810
10871
|
</div>
|
|
@@ -10824,50 +10885,58 @@ TransactionSearchSalesOrderTileComponent.decorators = [
|
|
|
10824
10885
|
selector: "co-transaction-search-sales-order-tile",
|
|
10825
10886
|
template: `
|
|
10826
10887
|
<div class="transaction-tile-wrapper" (click)="onTransactionClick(transaction)">
|
|
10827
|
-
<div class="
|
|
10828
|
-
<div class="
|
|
10829
|
-
<
|
|
10830
|
-
|
|
10831
|
-
|
|
10832
|
-
|
|
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">
|
|
10833
10896
|
<div class="header"><span [textContent]="transaction.transNr"></span></div>
|
|
10834
10897
|
<div class="text"><span [textContent]="transaction.brancheName"></span></div>
|
|
10835
10898
|
</div>
|
|
10836
|
-
<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">
|
|
10837
10909
|
<div class="text"><span [textContent]="transaction.relationName"></span></div>
|
|
10838
10910
|
<div class="text"><span [textContent]="transaction.getAdres()"></span></div>
|
|
10839
10911
|
</div>
|
|
10912
|
+
<div class="tile-middle-right"></div>
|
|
10840
10913
|
</div>
|
|
10841
|
-
<div class="
|
|
10842
|
-
<div class="
|
|
10843
|
-
|
|
10844
|
-
|
|
10845
|
-
|
|
10846
|
-
|
|
10847
|
-
<div class="
|
|
10848
|
-
|
|
10849
|
-
|
|
10850
|
-
|
|
10851
|
-
|
|
10852
|
-
|
|
10853
|
-
|
|
10854
|
-
|
|
10855
|
-
|
|
10856
|
-
|
|
10857
|
-
|
|
10858
|
-
|
|
10859
|
-
|
|
10860
|
-
|
|
10861
|
-
|
|
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>
|
|
10862
10937
|
</div>
|
|
10863
|
-
</div>
|
|
10864
|
-
<div class="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
10938
|
</div>
|
|
10869
10939
|
</div>
|
|
10870
|
-
|
|
10871
10940
|
</div>`,
|
|
10872
10941
|
encapsulation: ViewEncapsulation.None
|
|
10873
10942
|
},] }
|
|
@@ -12357,6 +12426,153 @@ TransactionReceivedGoodsGridModule.decorators = [
|
|
|
12357
12426
|
},] }
|
|
12358
12427
|
];
|
|
12359
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
|
+
|
|
12360
12576
|
class TransactionModule {
|
|
12361
12577
|
}
|
|
12362
12578
|
TransactionModule.decorators = [
|
|
@@ -12381,7 +12597,8 @@ TransactionModule.decorators = [
|
|
|
12381
12597
|
TransactionOrderConfirmationGridModule,
|
|
12382
12598
|
TransactionReceivedGoodsGridModule,
|
|
12383
12599
|
ViewModeButtonsModule,
|
|
12384
|
-
TransactionGridModule
|
|
12600
|
+
TransactionGridModule,
|
|
12601
|
+
TransactionTileModule
|
|
12385
12602
|
],
|
|
12386
12603
|
declarations: [
|
|
12387
12604
|
TransactionComponent
|
|
@@ -13893,6 +14110,57 @@ TransactionSearchGridModule.decorators = [
|
|
|
13893
14110
|
},] }
|
|
13894
14111
|
];
|
|
13895
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
|
+
|
|
13896
14164
|
class TransactionSearchPurchaseOrderTileModule {
|
|
13897
14165
|
}
|
|
13898
14166
|
TransactionSearchPurchaseOrderTileModule.decorators = [
|
|
@@ -13901,7 +14169,8 @@ TransactionSearchPurchaseOrderTileModule.decorators = [
|
|
|
13901
14169
|
CommonModule,
|
|
13902
14170
|
PipeModule,
|
|
13903
14171
|
AvatarModule,
|
|
13904
|
-
IconModule
|
|
14172
|
+
IconModule,
|
|
14173
|
+
StatusBarModule
|
|
13905
14174
|
],
|
|
13906
14175
|
declarations: [
|
|
13907
14176
|
TransactionSearchPurchaseOrderTileComponent
|
|
@@ -13923,6 +14192,7 @@ TransactionSearchSalesOrderTileModule.decorators = [
|
|
|
13923
14192
|
ButtonModule,
|
|
13924
14193
|
PipeModule,
|
|
13925
14194
|
IconModule,
|
|
14195
|
+
StatusBarModule,
|
|
13926
14196
|
],
|
|
13927
14197
|
declarations: [
|
|
13928
14198
|
TransactionSearchSalesOrderTileComponent
|
|
@@ -14101,9 +14371,11 @@ TransactionSearchResultComponent.decorators = [
|
|
|
14101
14371
|
(transactionClick)="onTransactionClick($event)">
|
|
14102
14372
|
</co-transaction-search-tile>
|
|
14103
14373
|
</div>
|
|
14104
|
-
<co-pagination [previousLabel]="'PREVIOUS' | localize" [nextLabel]="'NEXT' | localize"
|
|
14105
|
-
(pageChange)="onPaginationPageChange($event)"></co-pagination>
|
|
14106
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>
|
|
14107
14379
|
<div class="transaction-search-result-content-grid-wrapper" *ngIf="activeContentViewMode === contentViewModes.Grid">
|
|
14108
14380
|
<co-transaction-search-grid
|
|
14109
14381
|
[transactionType]="transactionType"
|
|
@@ -14969,5 +15241,5 @@ TransactionLineGridModule.decorators = [
|
|
|
14969
15241
|
* Generated bundle index. Do not edit.
|
|
14970
15242
|
*/
|
|
14971
15243
|
|
|
14972
|
-
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 };
|
|
14973
15245
|
//# sourceMappingURL=colijnit-transaction.js.map
|