@colijnit/transaction 12.1.113 → 12.1.115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/bundles/colijnit-transaction.umd.js +627 -501
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.d.ts +338 -334
  4. package/colijnit-transaction.metadata.json +1 -1
  5. package/esm2015/colijnit-transaction.js +339 -335
  6. package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.js +2 -2
  7. package/esm2015/lib/component/payment/payment.component.js +2 -5
  8. package/esm2015/lib/component/payment/payment.module.js +4 -2
  9. package/esm2015/lib/component/payment-to-pay/payment-to-pay.component.js +26 -0
  10. package/esm2015/lib/component/payment-to-pay/payment-to-pay.module.js +21 -0
  11. package/esm2015/lib/component/transaction/transaction.module.js +4 -2
  12. package/esm2015/lib/component/transaction-card/transaction-card-invoice/transaction-card-invoice.component.js +2 -4
  13. package/esm2015/lib/component/transaction-card/transaction-card-order-delivery/transaction-card-order-delivery.component.js +2 -6
  14. package/esm2015/lib/component/transaction-card/transaction-card-receive-goods/transaction-card-receive-goods.component.js +2 -4
  15. package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.js +52 -0
  16. package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.js +34 -0
  17. package/esm2015/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.component.js +2 -4
  18. package/esm2015/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line.component.js +2 -6
  19. package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.js +2 -6
  20. package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line-base.component.js +1 -6
  21. package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.js +19 -12
  22. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-button.component.js +6 -3
  23. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +15 -6
  24. package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.module.js +4 -2
  25. package/esm2015/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.component.js +14 -5
  26. package/esm2015/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.module.js +4 -3
  27. package/esm2015/lib/component/transaction-print-package-sticker/transaction-print-package-sticker.component.js +10 -13
  28. package/esm2015/lib/component/transaction-print-package-sticker/transaction-print-package-sticker.module.js +4 -3
  29. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +1 -1
  30. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.js +14 -2
  31. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +15 -1
  32. package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.js +4 -2
  33. package/esm2015/lib/component/transaction-send-documents/transaction-send-documents.component.js +2 -2
  34. package/esm2015/lib/enum/icon.enum.js +4 -1
  35. package/esm2015/lib/enum/transaction-type-category.enum.js +2 -1
  36. package/esm2015/lib/model/icon-svg.js +4 -1
  37. package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
  38. package/esm2015/lib/service/transaction-base.service.js +1 -3
  39. package/esm2015/lib/service/transaction-mapping.service.js +3 -1
  40. package/esm2015/lib/service/transaction.service.js +5 -5
  41. package/esm2015/lib/transaction-version.js +3 -3
  42. package/fesm2015/colijnit-transaction.js +383 -231
  43. package/fesm2015/colijnit-transaction.js.map +1 -1
  44. package/lib/component/payment/style/_layout.scss +0 -20
  45. package/lib/component/payment/style/_material-definition.scss +0 -7
  46. package/lib/component/payment/style/_theme.scss +0 -24
  47. package/lib/component/payment/style/material.scss +1 -0
  48. package/lib/component/payment-to-pay/payment-to-pay.component.d.ts +4 -0
  49. package/lib/component/payment-to-pay/payment-to-pay.module.d.ts +2 -0
  50. package/lib/component/payment-to-pay/style/_layout.scss +26 -0
  51. package/lib/component/payment-to-pay/style/_material-definition.scss +6 -0
  52. package/lib/component/payment-to-pay/style/_theme.scss +9 -0
  53. package/lib/component/payment-to-pay/style/material.scss +4 -0
  54. package/lib/component/quick-send-button/style/_layout.scss +7 -0
  55. package/lib/component/quick-send-button/style/_material-definition.scss +1 -0
  56. package/lib/component/tile/style/_layout.scss +3 -1
  57. package/lib/component/transaction-card/transaction-card/style/_layout.scss +0 -29
  58. package/lib/component/transaction-cash-register-order/style/_layout.scss +126 -0
  59. package/lib/component/transaction-cash-register-order/style/_material-definition.scss +0 -0
  60. package/lib/component/transaction-cash-register-order/style/_theme.scss +4 -0
  61. package/lib/component/transaction-cash-register-order/style/material.scss +5 -0
  62. package/lib/component/transaction-line/transaction-base-line/style/_material-definition.scss +0 -6
  63. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_layout.scss +4 -0
  64. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_material-definition.scss +0 -0
  65. package/lib/component/transaction-line/transaction-cash-register-order-line/style/_theme.scss +4 -0
  66. package/lib/component/transaction-line/transaction-cash-register-order-line/style/material.scss +4 -0
  67. package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.d.ts +4 -0
  68. package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.d.ts +2 -0
  69. package/lib/component/transaction-line/transaction-line/style/_layout.scss +0 -28
  70. package/lib/component/transaction-line/transaction-receive-goods-line/style/_layout.scss +3 -3
  71. package/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line-base.component.d.ts +0 -1
  72. package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +2 -0
  73. package/lib/component/transaction-line-purchase-receive-goods/style/_layout.scss +44 -14
  74. package/lib/component/transaction-print-package-sticker/style/_layout.scss +2 -19
  75. package/lib/component/transaction-quick-access/transaction-quick-access-overview/transaction-quick-access-overview.component.d.ts +2 -0
  76. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/style/_layout.scss +10 -0
  77. package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +2 -0
  78. package/lib/enum/icon.enum.d.ts +3 -0
  79. package/lib/enum/transaction-type-category.enum.d.ts +2 -1
  80. package/lib/res/dictionary/dictionaries.d.ts +8 -0
  81. package/lib/service/transaction-base.service.d.ts +0 -1
  82. package/lib/service/transaction.service.d.ts +1 -1
  83. package/lib/style/_variables.scss +23 -2
  84. package/lib/style/transaction-globals.scss +62 -3
  85. package/package.json +1 -1
@@ -52,26 +52,6 @@
52
52
  row-gap: 10px;
53
53
  column-gap: 10px;
54
54
  }
55
- .payment-to-pay {
56
- display: flex;
57
- flex-direction: column;
58
- align-items: flex-start;
59
- row-gap: $tp-payment-row-gap;
60
- grid-column: 1 / 1;
61
- grid-row: 1 / 1;
62
- }
63
- .payment-amount {
64
- display: flex;
65
- align-items: center;
66
- justify-content: center;
67
- height: $tp-payment-amount-height;
68
- border: $tp-payment-amount-border;
69
- font-family: $tp-payment-amount-font-family;
70
- font-size: $tp-payment-amount-font-size;
71
- font-weight: $tp-payment-amount-font-weight;
72
- border-radius: 5px;
73
- width: 100%;
74
- }
75
55
 
76
56
  .payment-deposit {
77
57
  grid-column: 1 / 1;
@@ -10,14 +10,7 @@ $tp-payment-header-extra-font-color: $tp-color-colijn-orange !default;
10
10
  $tp-payment-row-gap: 20px !default;
11
11
  $tp-payment-methods-column-gap: 5px !default;
12
12
  $tp-payment-methods-row-gap: 5px !default;
13
- $tp-payment-amount-height: 60px !default;
14
- $tp-payment-amount-font-family: $tp-font-family !default;
15
- $tp-payment-amount-font-size: 32px !default;
16
- $tp-payment-amount-font-weight: bold !default;
17
- $tp-payment-amount-color: rgba(0, 0, 0, 0.5) !default;
18
13
  $tp-payment-amount-border: 1px solid !default;
19
- $tp-payment-amount-border-color: $tp-color-border !default;
20
- $tp-payment-amount-background-color: #dedede5c !default;
21
14
  $tp-payment-error-margin: 5px 0 !default;
22
15
  $tp-payment-error-font-family: $tp-font-family !default;
23
16
  $tp-payment-error-font-size: $tp-font-size !default;
@@ -7,11 +7,6 @@
7
7
  color: $tp-color-colijn-orange;
8
8
  }
9
9
  }
10
- .payment-amount {
11
- color: $tp-payment-amount-color;
12
- border-color: $tp-payment-amount-border-color;
13
- background-color: $tp-payment-amount-background-color;
14
- }
15
10
  .payment-to-pay-button {
16
11
  .payment-error-message {
17
12
  color: $tp-payment-error-font-color;
@@ -20,24 +15,5 @@
20
15
  background-color: $tp-color-colijn-orange;
21
16
  }
22
17
  }
23
- .payment-to-pay-keypad {
24
- .key-pad-wrapper {
25
- background: transparent;
26
- border-color: $tp-payment-amount-border-color;
27
- }
28
- .key-pad-button {
29
- background-color: $tp-payment-amount-background-color;
30
- color: $tp-payment-amount-color;
31
- font-weight: bold;
32
- .co-icon {
33
- svg { // for fontawesome icons
34
- fill: $tp-payment-amount-color;
35
- }
36
- & [fill] { // for own icons
37
- fill: $tp-payment-amount-color;
38
- }
39
- }
40
- }
41
- }
42
18
  }
43
19
  }
@@ -4,3 +4,4 @@
4
4
  @import "../../payment-tile/style/material";
5
5
  @import "../../payment-qr-code/style/material";
6
6
  @import "../../deposit-payment/style/material";
7
+ @import "../../payment-to-pay/style/material";
@@ -0,0 +1,4 @@
1
+ export declare class PaymentToPayComponent {
2
+ amountToPay: number;
3
+ showClass(): boolean;
4
+ }
@@ -0,0 +1,2 @@
1
+ export declare class PaymentToPayModule {
2
+ }
@@ -0,0 +1,26 @@
1
+ @include export-module('cc-payment-to-pay-layout') {
2
+ .co-payment-to-pay {
3
+
4
+ .payment-to-pay {
5
+ display: flex;
6
+ flex-direction: column;
7
+ align-items: flex-start;
8
+ row-gap: $tp-payment-to-pay-row-gap;
9
+ grid-column: 1 / 1;
10
+ grid-row: 1 / 1;
11
+ }
12
+
13
+ .payment-amount {
14
+ display: flex;
15
+ align-items: center;
16
+ justify-content: center;
17
+ height: $tp-payment-to-pay-amount-height;
18
+ border: $tp-payment-to-pay-amount-border;
19
+ font-family: $tp-payment-to-pay-amount-font-family;
20
+ font-size: $tp-payment-to-pay-amount-font-size;
21
+ font-weight: $tp-payment-to-pay-amount-font-weight;
22
+ border-radius: 5px;
23
+ width: 100%;
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,6 @@
1
+ $tp-payment-to-pay-row-gap: 20px !default;
2
+ $tp-payment-to-pay-amount-height: 60px !default;
3
+ $tp-payment-to-pay-amount-border: 1px solid !default;
4
+ $tp-payment-to-pay-amount-font-family: $tp-font-family !default;
5
+ $tp-payment-to-pay-amount-font-size: 32px !default;
6
+ $tp-payment-to-pay-amount-font-weight: bold !default;
@@ -0,0 +1,9 @@
1
+ @include export-module('cc-payment-to-pay-theme') {
2
+ .co-payment-to-pay {
3
+ .payment-amount {
4
+ color: $tp-payment-amount-color;
5
+ border-color: $tp-payment-amount-border-color;
6
+ background-color: $tp-payment-amount-background-color;
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -39,6 +39,13 @@
39
39
  .icon-send {
40
40
  width: $tp-co-quick-send-button-icon-send-width;
41
41
  height: $tp-co-quick-send-button-icon-send-height;
42
+
43
+ svg { // for fontawesome icons
44
+ fill: $tp-co-quick-send-button-icon-send-color;
45
+ }
46
+ & [fill] { // for own icons
47
+ fill: $tp-co-quick-send-button-icon-send-color;
48
+ }
42
49
  }
43
50
  .icon-method {
44
51
  width: $tp-co-quick-send-button-icon-send-method-width;
@@ -10,6 +10,7 @@ $tp-co-quick-send-button-disabled-opacity: 0.5 !default;
10
10
  $tp-co-quick-send-button-send-method-dialog-icon-size: 20px !default;
11
11
  $tp-co-quick-send-button-icon-send-width: 16px !default;
12
12
  $tp-co-quick-send-button-icon-send-height: 22px !default;
13
+ $tp-co-quick-send-button-icon-send-color: $tp-color-action !default;
13
14
  $tp-co-quick-send-button-icon-send-method-width: 11px !default;
14
15
  $tp-co-quick-send-button-icon-send-method-height: 11px !default;
15
16
  $tp-co-quick-send-button-title-font-size: $tp-font-size-small !default;
@@ -4,6 +4,8 @@
4
4
  .co-tile {
5
5
  display: flex;
6
6
  position: relative;
7
+ width: 100%;
8
+ height: 100%;
7
9
  &.selected {
8
10
  transform: scale($tp-tile-selected-zoom);
9
11
  }
@@ -15,8 +17,8 @@
15
17
  border: $tp-tile-border;
16
18
  border-radius: $tp-tile-border-radius;
17
19
  padding: $tp-tile-padding;
18
- min-width: $tp-tile-min-width;
19
20
  min-height: $tp-tile-min-height;
21
+ width: 100%;
20
22
  }
21
23
  .co-tile-select-wrapper {
22
24
  //position: absolute;
@@ -106,35 +106,6 @@
106
106
  // width: 20px;
107
107
  // }
108
108
  //}
109
- .fully-delivered {
110
- border-color: $tp-transaction-delivery-line-delivered-secondary-color;
111
- background-color: $tp-transaction-delivery-line-delivered-primary-color;
112
-
113
- input {
114
- color: $tp-transaction-delivery-line-delivered-bold-color;
115
- }
116
- span {
117
- color: $tp-transaction-delivery-line-delivered-bold-color;
118
- }
119
- co-icon [fill] {
120
- fill: $tp-transaction-delivery-line-delivered-bold-color;
121
- }
122
- }
123
- .partially-delivered {
124
- border-color: $tp-transaction-delivery-line-partially-delivered-secondary-color;
125
- background-color: $tp-transaction-delivery-line-partially-delivered-primary-color;
126
-
127
- input {
128
- color: $tp-transaction-delivery-line-partially-delivered-bold-color;
129
- }
130
- span {
131
- color: $tp-transaction-delivery-line-partially-delivered-bold-color;
132
- }
133
- co-icon [fill] {
134
- fill: $tp-transaction-delivery-line-partially-delivered-bold-color;
135
- }
136
- }
137
-
138
109
  .card-side-panel-button {
139
110
  background: #f5f5fc;
140
111
  border-radius: 5px;
@@ -0,0 +1,126 @@
1
+ @include export-module('cc-transaction-cash-register-order-layout') {
2
+ .co-transaction-cash-register-order {
3
+ font-family: "Public sans";
4
+ font-size: 12px;
5
+ display: block;
6
+ padding: 25px;
7
+
8
+ .cash-register-wrapper {
9
+ display: flex;
10
+ width: 100%;
11
+ height: 100%;
12
+ column-gap: 40px;
13
+
14
+ .cash-register-main-content {
15
+ display: flex;
16
+ width: 75%;
17
+ row-gap: 30px;
18
+ height: inherit;
19
+ flex-direction: column;
20
+
21
+ .cash-register-header-wrapper {
22
+ display: flex;
23
+ width: 100%;
24
+ justify-content: space-between;
25
+ align-items: center;
26
+
27
+ .cash-register-header-buttons-wrapper {
28
+ display: flex;
29
+ column-gap: 10px;
30
+
31
+ .cash-register-header-button {
32
+ width: 136px;
33
+ height: 30px;
34
+ background-color: #f5f5fc;
35
+ padding: 5px;
36
+ font-size: 11px;
37
+ border-radius: 8px;
38
+ display: flex;
39
+ align-items: center;
40
+ text-align: center;
41
+ font-weight: bold;
42
+ cursor: pointer;
43
+ }
44
+ }
45
+
46
+ .cash-register-avatar-wrapper {
47
+ display: flex;
48
+
49
+ .transaction-sales-avatar {
50
+ height: 30px;
51
+ width: 30px;
52
+ }
53
+ }
54
+ }
55
+
56
+ .cash-register-lines-wrapper {
57
+ display: flex;
58
+
59
+
60
+ }
61
+ }
62
+
63
+ .cash-register-side-content {
64
+ display: flex;
65
+ width: 25%;
66
+ height: inherit;
67
+ flex-direction: column;
68
+ row-gap: 50px;
69
+
70
+ .cash-register-totals-wrapper {
71
+ display: flex;
72
+ flex-direction: column;
73
+ font-size: 11px;
74
+ padding: 8px;
75
+ width: 100%;
76
+ background-color: white;
77
+ border: 1px solid #f3f3f6;
78
+ border-radius: 8px;
79
+ row-gap: 5px;
80
+
81
+ .cash-register-totals-row {
82
+ display: flex;
83
+ font-weight: bold;
84
+ justify-content: space-between;
85
+ padding: 5px;
86
+ &.total {
87
+ font-size: 12px;
88
+ }
89
+ &.discount {
90
+ background: #5fdcb3;
91
+ border-radius: 8px;
92
+ cursor: pointer;
93
+ color: white;
94
+ }
95
+ }
96
+
97
+ }
98
+
99
+ .cash-register-payment-wrapper {
100
+ display: flex;
101
+ flex-direction: column;
102
+ row-gap: 10px;
103
+
104
+ .cash-register-payment-methods-wrapper {
105
+ display: grid;
106
+ grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
107
+ grid-gap: 5px;
108
+ padding: 8px;
109
+ border-radius: 8px;
110
+ background: $tp-payment-amount-background-color;
111
+
112
+ .co-tile-wrapper {
113
+ min-height: 70px;
114
+ }
115
+ }
116
+
117
+ .cash-register-num-pad-wrapper {
118
+ display: flex;
119
+ flex-direction: column;
120
+ row-gap: 10px;
121
+ }
122
+ }
123
+ }
124
+ }
125
+ }
126
+ }
@@ -0,0 +1,4 @@
1
+ @include export-module('cc-transaction-cash-register-order-theme') {
2
+ .co-transaction-cash-register-order {
3
+ }
4
+ }
@@ -0,0 +1,5 @@
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
5
+ @import "../../payment-to-pay/style/material";
@@ -1,8 +1,2 @@
1
- $tp-transaction-delivery-line-delivered-primary-color: #e5f9f3 !default;
2
- $tp-transaction-delivery-line-delivered-secondary-color: #e4f9f3 !default;
3
- $tp-transaction-delivery-line-delivered-bold-color: #5fdcb3 !default;
4
- $tp-transaction-delivery-line-partially-delivered-primary-color: #feece3 !default;
5
- $tp-transaction-delivery-line-partially-delivered-secondary-color: #fde6db !default;
6
- $tp-transaction-delivery-line-partially-delivered-bold-color: #f8854c !default;
7
1
  $tp-transaction-base-line-delete-icon-size: 15px !default;
8
2
  $tp-transaction-base-line-min-height: 75px !default;
@@ -0,0 +1,4 @@
1
+ @include export-module('cc-transaction-cash-register-order-line-layout') {
2
+ .co-transaction-cash-register-order-line {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @include export-module('cc-transaction-cash-register-order-line-theme') {
2
+ .co-transaction-cash-register-order-line {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -0,0 +1,4 @@
1
+ import { TransactionBaseComponent } from "../../core/base/transaction-base.component";
2
+ export declare class TransactionCashRegisterOrderLineComponent extends TransactionBaseComponent {
3
+ showClass(): boolean;
4
+ }
@@ -0,0 +1,2 @@
1
+ export declare class TransactionCashRegisterOrderLineModule {
2
+ }
@@ -119,34 +119,6 @@
119
119
  // width: 20px;
120
120
  // }
121
121
  //}
122
- .fully-delivered {
123
- border-color: $tp-transaction-delivery-line-delivered-secondary-color;
124
- background-color: $tp-transaction-delivery-line-delivered-primary-color;
125
-
126
- input {
127
- color: $tp-transaction-delivery-line-delivered-bold-color;
128
- }
129
- span {
130
- color: $tp-transaction-delivery-line-delivered-bold-color;
131
- }
132
- co-icon [fill] {
133
- fill: $tp-transaction-delivery-line-delivered-bold-color;
134
- }
135
- }
136
- .partially-delivered {
137
- border-color: $tp-transaction-delivery-line-partially-delivered-secondary-color;
138
- background-color: $tp-transaction-delivery-line-partially-delivered-primary-color;
139
-
140
- input {
141
- color: $tp-transaction-delivery-line-partially-delivered-bold-color;
142
- }
143
- span {
144
- color: $tp-transaction-delivery-line-partially-delivered-bold-color;
145
- }
146
- co-icon [fill] {
147
- fill: $tp-transaction-delivery-line-partially-delivered-bold-color;
148
- }
149
- }
150
122
  &.preview {
151
123
  .transaction-line-wrapper {
152
124
  align-items: center;
@@ -9,9 +9,9 @@
9
9
  $tp-transaction-line-button-width
10
10
  $tp-transaction-line-button-width
11
11
  $tp-transaction-line-button-width
12
- 90px
13
- 30px
14
- $tp-transaction-line-button-width;
12
+ $tp-transaction-line-button-width
13
+ $tp-transaction-line-input-number-picker-width
14
+ $tp-transaction-line-input-number-picker-width;
15
15
  grid-template-rows: $tp-transaction-line-button-height;
16
16
  gap: 0 10px;
17
17
  grid-template-areas:
@@ -12,7 +12,6 @@ export declare abstract class TransactionReceiveGoodsLineBaseComponent extends T
12
12
  ngOnDestroy(): void;
13
13
  changeLineAmount(amount: number): void;
14
14
  handleLineClicked(mouseClick: PointerEvent): void;
15
- protected transactionSet(): void;
16
15
  protected transactionLineSet(): void;
17
16
  private _handleTransactionLineSet;
18
17
  }
@@ -19,6 +19,8 @@ export declare class TransactionLineWarehouseLocationButtonComponent extends Tra
19
19
  locationNr: string;
20
20
  warehouseNumber: number;
21
21
  readonly: boolean;
22
+ label: string;
23
+ globalLocation: boolean;
22
24
  locationNrChange: EventEmitter<string>;
23
25
  showClass(): boolean;
24
26
  constructor(transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _dialogService: DialogService);
@@ -9,6 +9,14 @@
9
9
  display: flex;
10
10
  flex-direction: column;
11
11
 
12
+ .transaction-line-totals-amount {
13
+ margin: 5px;
14
+ }
15
+
16
+ .icon-wrapper .co-icon {
17
+ padding: 13px;
18
+ }
19
+
12
20
  //.amount-number-picker {
13
21
  // height: 40px;
14
22
  // margin: 5px;
@@ -48,7 +56,7 @@
48
56
  position: relative;
49
57
 
50
58
  .transaction-line-button {
51
- height: 40px;
59
+ height: 45px;
52
60
  width: auto;
53
61
  margin: 5px;
54
62
  }
@@ -67,20 +75,42 @@
67
75
  margin-top: 25px;
68
76
  margin-bottom: 40px;
69
77
  justify-content: center;
78
+ column-gap: 4px;
79
+
80
+ co-button {
81
+ height: auto;
82
+ width: auto;
83
+ background-color: $tp-default-background-accent;
84
+ border-bottom: 2px solid $tp-color-border;
85
+ cursor: pointer;
70
86
 
71
- .commit-button {
72
- display: flex;
73
- width: 125px;
74
- height: 35px;
75
- background: $tp-color-action;
76
- align-items: center;
77
- justify-content: center;
78
- border-radius: 11px;
79
-
80
- .commit-text {
81
- font-size: 12px;
82
- font-weight: bold;
83
- color: $tp-color-text-light;
87
+ &:not(.circle) {
88
+ padding: 8px;
89
+ }
90
+
91
+ &.cancel-button {
92
+ padding: 5px;
93
+ co-icon {
94
+ width: 22px;
95
+ height: 22px;
96
+ svg { // for fontawesome icons
97
+ fill: $tp-color-dark-accent;
98
+ }
99
+ & [fill] { // for own icons
100
+ fill: $tp-color-dark-accent;
101
+ }
102
+ }
103
+ }
104
+ }
105
+
106
+ co-icon {
107
+ width: 16px;
108
+ height: 16px;
109
+ svg { // for fontawesome icons
110
+ fill: $tp-color-action;
111
+ }
112
+ & [fill] { // for own icons
113
+ fill: $tp-color-action;
84
114
  }
85
115
  }
86
116
  }
@@ -1,28 +1,11 @@
1
1
  @include export-module('cc-transaction-print-package-sticker-layout') {
2
2
  .co-transaction-print-package-sticker {
3
- .print-button {
4
- display: flex;
5
- align-items: center;
6
- padding: 3px 6px;
7
- border: 1px solid #8a8f8f;
8
- border-radius: 9px;
9
- width: 55px;
10
- justify-content: space-between;
11
3
 
4
+ co-input-number-picker {
5
+ height: 100%;
12
6
  co-icon {
13
7
  width: 17px;
14
8
  height: 17px;
15
- &.pointer {
16
- cursor: pointer;
17
- }
18
- }
19
-
20
- co-input-text {
21
- width: 15px;
22
- text-align-last: center;
23
- input, .input-text-wrapper, .input-wrapper {
24
- width: inherit;
25
- }
26
9
  }
27
10
  }
28
11
  }
@@ -6,6 +6,7 @@ import { PrintOrderConfirmationRequest } from '@colijnit/mainapi/build/model/pri
6
6
  import { PdfOrderConfirmationRequest } from '@colijnit/mainapi/build/model/pdf-order-confirmation-request';
7
7
  import { TransactionQuickAccessSendMethodBaseComponent } from '../transaction-quick-access-send-method-base.component';
8
8
  export declare class TransactionQuickAccessOverviewComponent extends TransactionQuickAccessSendMethodBaseComponent implements OnInit {
9
+ sendDocumentsComponent: any;
9
10
  showClass(): boolean;
10
11
  reportDocumentEmailRequest: EmailOrderConfirmationRequest;
11
12
  reportDocumentPrintRequest: PrintOrderConfirmationRequest;
@@ -18,4 +19,5 @@ export declare class TransactionQuickAccessOverviewComponent extends Transaction
18
19
  protected pdfDocument(request: PdfOrderConfirmationRequest): void;
19
20
  protected printDocument(request: PrintOrderConfirmationRequest): Promise<void>;
20
21
  protected getDefaultSendMethod(): Promise<number>;
22
+ _prepareRequest(request: EmailOrderConfirmationRequest | PrintOrderConfirmationRequest | PdfOrderConfirmationRequest): void;
21
23
  }
@@ -25,6 +25,16 @@
25
25
  }
26
26
  }
27
27
 
28
+ .co-transaction-line-warehouse-location-button {
29
+ .transaction-line-button {
30
+ height: 45px;
31
+ width: 100px;
32
+ .co-icon {
33
+ padding: 13px;
34
+ }
35
+ }
36
+ }
37
+
28
38
  .button-wrapper {
29
39
  background: $tp-default-background-accent;
30
40
  border-radius: $tp-default-border-radius;
@@ -16,6 +16,7 @@ export declare class TransactionQuickAccessReceivedGoodsComponent extends Transa
16
16
  commitDate: Date;
17
17
  packingSlipNr: string;
18
18
  hideQuickAccessContent: boolean;
19
+ globalWarehouseLocation: string;
19
20
  showClass(): boolean;
20
21
  ngOnInit(): void;
21
22
  handleCommitEvent(): Promise<void>;
@@ -27,4 +28,5 @@ export declare class TransactionQuickAccessReceivedGoodsComponent extends Transa
27
28
  protected pdfDocument(): void;
28
29
  protected printDocument(printRequest: ReportingDocumentPrintBaseRequest): void;
29
30
  protected emailDocument(emailInvoiceRequest: EmailInvoiceRequest): void;
31
+ showWarehouseLocationPopup(): void;
30
32
  }
@@ -12,6 +12,7 @@ export declare enum Icon {
12
12
  CalendarDayRegular = "calendar_day_regular",
13
13
  Cancel = "cancel",
14
14
  CartCheck = "cart_check",
15
+ CartFlatbedBoxesRegular = "cart_flatbed_boxes_regular",
15
16
  CartFlatbedBoxesSolid = "cart_flatbed_boxes_solid",
16
17
  CartMinusRegular = "cart_minus_regular",
17
18
  CartPlusRegular = "cart_plus_regular",
@@ -63,9 +64,11 @@ export declare enum Icon {
63
64
  PrintRegular = "print_regular",
64
65
  PrintSolid = "print_solid",
65
66
  Purchase = "purchase",
67
+ RegularCartFlatbedBoxesCircleCheck = "regular_cart_flatbed_boxes_circle_check",
66
68
  Resize = "resize",
67
69
  ShareSolid = "share_solid",
68
70
  SharpLightTruckMovingClock = "sharp_light_truck_moving_clock",
71
+ SharpRegularBarcodeReadTag = "sharp_regular_barcode_read_tag",
69
72
  ShelvesLight = "shelves_light",
70
73
  ShelvesRegular = "shelves_regular",
71
74
  ShelvesSolid = "shelves_solid",
@@ -11,5 +11,6 @@ export declare enum TransactionTypeCategory {
11
11
  SalesOrderLogistics = "salesOrderLogistics",
12
12
  SalesOrderPlanning = "salesOrderPlanning",
13
13
  SalesOrderDeliveryNote = "salesOrderDeliveryNote",
14
- SalesOrderInvoice = "salesOrderInvoice"
14
+ SalesOrderInvoice = "salesOrderInvoice",
15
+ SalesOrderCashRegister = "salesOrderCashRegister"
15
16
  }