@colijnit/transaction 12.1.115 → 12.1.117
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 +587 -380
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.d.ts +189 -191
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/colijnit-transaction.js +190 -192
- package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +4 -2
- package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +7 -2
- package/esm2015/lib/component/checkout/checkout.component.js +8 -11
- package/esm2015/lib/component/core/base/transaction-input-field-base.component.js +4 -1
- package/esm2015/lib/component/core/relation/customer-groups.component.js +2 -1
- package/esm2015/lib/component/payment/payment.component.js +5 -2
- package/esm2015/lib/component/payment/payment.module.js +2 -4
- package/esm2015/lib/component/relation/relation-address/relation-address.component.js +5 -1
- package/esm2015/lib/component/relation/relation-contact-details/relation-contact-details.component.js +4 -2
- package/esm2015/lib/component/stepper/stepper.component.js +20 -7
- package/esm2015/lib/component/transaction/transaction.module.js +2 -4
- package/esm2015/lib/component/transaction-card/transaction-card-receive-goods/transaction-card-receive-goods.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.js +7 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-branch.component.js +5 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-currency.component.js +7 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-payment-condition.component.js +6 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-price-kind.component.js +2 -2
- package/esm2015/lib/component/transaction-header-fields/transaction-header-sales-person.component.js +7 -2
- package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.js +74 -0
- package/esm2015/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.module.js +23 -0
- package/esm2015/lib/component/transaction-line/transaction-goods-allocation-line/transaction-goods-allocation-line.component.js +6 -5
- package/esm2015/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line-base.component.js +2 -1
- package/esm2015/lib/component/transaction-line/transaction-invoice-line/transaction-invoice-line.component.js +2 -2
- package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line-base.component.js +2 -1
- package/esm2015/lib/component/transaction-line/transaction-order-delivery-line/transaction-order-delivery-line.component.js +2 -2
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.js +23 -1
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.js +69 -50
- package/esm2015/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.module.js +6 -3
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line-base.component.js +2 -1
- package/esm2015/lib/component/transaction-line/transaction-receive-goods-line/transaction-receive-goods-line.component.js +4 -4
- package/esm2015/lib/component/transaction-line-fields/transaction-line-delivery-button.component.js +5 -2
- package/esm2015/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.js +8 -19
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.component.js +6 -11
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.module.js +4 -3
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.component.js +8 -4
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-gross-order-price.component.js +3 -4
- package/esm2015/lib/component/transaction-line-fields/transaction-purchase-portal-line-net-order-price.component.js +4 -4
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.js +34 -9
- package/esm2015/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.module.js +5 -3
- package/esm2015/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.component.js +11 -11
- package/esm2015/lib/component/transaction-line-purchase-receive-goods/transaction-line-purchase-receive-goods.module.js +4 -2
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.js +15 -7
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.js +8 -7
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.js +9 -3
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.js +11 -11
- package/esm2015/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.module.js +4 -2
- package/esm2015/lib/component/transaction-send-documents/transaction-send-documents.component.js +9 -5
- package/esm2015/lib/enum/icon.enum.js +5 -1
- package/esm2015/lib/enum/transaction-type-category.enum.js +1 -2
- package/esm2015/lib/model/icon-svg.js +5 -1
- package/esm2015/lib/model/relation-any-type.js +1 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/transaction-base.service.js +32 -1
- package/esm2015/lib/service/transaction-connector-adapter.service.js +13 -1
- package/esm2015/lib/service/transaction-connector.service.js +4 -1
- package/esm2015/lib/service/transaction-mapping.service.js +1 -3
- package/esm2015/lib/service/transaction.service.js +9 -5
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +454 -299
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.d.ts +1 -0
- package/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.d.ts +1 -0
- package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +5 -0
- package/lib/component/checkout/checkout.component.d.ts +1 -0
- package/lib/component/payment/style/_layout.scss +20 -0
- package/lib/component/payment/style/_material-definition.scss +7 -0
- package/lib/component/payment/style/_theme.scss +24 -0
- package/lib/component/payment/style/material.scss +0 -1
- package/lib/component/relation/relation-address-tile/style/_layout.scss +6 -0
- package/lib/component/relation/relation-address-tile/style/_material-definition.scss +2 -0
- package/lib/component/relation/relation-contact-details/relation-contact-details.component.d.ts +1 -0
- package/lib/component/stepper/stepper.component.d.ts +5 -0
- package/lib/component/stepper/style/_layout.scss +25 -0
- package/lib/component/stepper/style/_material-definition.scss +12 -0
- package/lib/component/stepper/style/_theme.scss +14 -0
- package/lib/component/tile/style/_layout.scss +2 -4
- package/lib/component/tile/style/_material-definition.scss +1 -1
- package/lib/component/transaction/style/_layout.scss +3 -0
- package/lib/component/transaction/style/_material-definition.scss +1 -0
- package/lib/component/transaction/style/material.scss +1 -0
- package/lib/component/transaction-date-select/style/_layout.scss +1 -0
- package/lib/component/transaction-header-fields/transaction-header-administrative-relation.component.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-branch.component.d.ts +2 -1
- package/lib/component/transaction-header-fields/transaction-header-currency.component.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-payment-condition.component.d.ts +2 -0
- package/lib/component/transaction-header-fields/transaction-header-price-kind.component.d.ts +1 -0
- package/lib/component/transaction-header-fields/transaction-header-sales-person.component.d.ts +2 -0
- package/lib/component/transaction-labeled-warehouse-location-button/style/_layout.scss +46 -0
- package/lib/component/transaction-labeled-warehouse-location-button/style/_theme.scss +4 -0
- package/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.component.d.ts +25 -0
- package/lib/component/transaction-labeled-warehouse-location-button/transaction-labeled-warehouse-location-button.module.d.ts +2 -0
- package/lib/component/transaction-line/transaction-purchase-order-line/style/_layout.scss +20 -47
- package/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line-base.component.d.ts +2 -0
- package/lib/component/transaction-line/transaction-purchase-order-line/transaction-purchase-order-line.component.d.ts +1 -0
- package/lib/component/transaction-line/transaction-receive-goods-line/style/_layout.scss +1 -1
- package/lib/component/transaction-line-fields/transaction-line-price/style/_layout.scss +3 -0
- package/lib/component/transaction-line-fields/transaction-line-warehouse-location-button.component.d.ts +1 -6
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-delivery-date.component.d.ts +3 -3
- package/lib/component/transaction-line-fields/transaction-purchase-portal-line-confirmed-price.component.d.ts +1 -0
- package/lib/component/transaction-line-purchase-confirmation/transaction-line-purchase-confirmation.component.d.ts +1 -0
- package/lib/component/transaction-line-side-panel/style/_layout.scss +42 -6
- package/lib/component/transaction-quick-access/transaction-quick-access-invoice/transaction-quick-access-invoice.component.d.ts +4 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-order-confirmation/transaction-quick-access-order-confirmation.component.d.ts +0 -1
- package/lib/component/transaction-quick-access/transaction-quick-access-order-delivery/transaction-quick-access-order-delivery.component.d.ts +2 -0
- package/lib/component/transaction-quick-access/transaction-quick-access-received-goods/transaction-quick-access-received-goods.component.d.ts +1 -1
- package/lib/component/transaction-send-documents/transaction-send-documents.component.d.ts +1 -0
- package/lib/enum/icon.enum.d.ts +4 -0
- package/lib/enum/transaction-type-category.enum.d.ts +1 -2
- package/lib/model/relation-any-type.d.ts +2 -1
- package/lib/res/dictionary/dictionaries.d.ts +5 -0
- package/lib/service/transaction-base.service.d.ts +8 -0
- package/lib/service/transaction-connector-adapter.service.d.ts +1 -0
- package/lib/service/transaction-connector.service.d.ts +1 -0
- package/lib/style/_variables.scss +2 -1
- package/lib/style/transaction-globals.scss +3 -30
- package/package.json +4 -4
- package/esm2015/lib/component/payment-to-pay/payment-to-pay.component.js +0 -26
- package/esm2015/lib/component/payment-to-pay/payment-to-pay.module.js +0 -21
- package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.js +0 -52
- package/esm2015/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.js +0 -34
- package/lib/component/payment-to-pay/payment-to-pay.component.d.ts +0 -4
- package/lib/component/payment-to-pay/payment-to-pay.module.d.ts +0 -2
- package/lib/component/payment-to-pay/style/_layout.scss +0 -26
- package/lib/component/payment-to-pay/style/_material-definition.scss +0 -6
- package/lib/component/payment-to-pay/style/_theme.scss +0 -9
- package/lib/component/transaction-cash-register-order/style/_layout.scss +0 -126
- package/lib/component/transaction-cash-register-order/style/_theme.scss +0 -4
- package/lib/component/transaction-cash-register-order/style/material.scss +0 -5
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/_layout.scss +0 -4
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/_material-definition.scss +0 -0
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/_theme.scss +0 -4
- package/lib/component/transaction-line/transaction-cash-register-order-line/style/material.scss +0 -4
- package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.component.d.ts +0 -4
- package/lib/component/transaction-line/transaction-cash-register-order-line/transaction-cash-register-order-line.module.d.ts +0 -2
- /package/lib/component/{transaction-cash-register-order → transaction-labeled-warehouse-location-button}/style/_material-definition.scss +0 -0
- /package/lib/component/{payment-to-pay → transaction-labeled-warehouse-location-button}/style/material.scss +0 -0
|
@@ -1,126 +0,0 @@
|
|
|
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
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|