richie-education 3.2.2-dev52 → 3.2.2-dev58
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/i18n/locales/ar-SA.json +20 -0
- package/i18n/locales/es-ES.json +20 -0
- package/i18n/locales/fa-IR.json +20 -0
- package/i18n/locales/fr-CA.json +20 -0
- package/i18n/locales/fr-FR.json +25 -5
- package/i18n/locales/ko-KR.json +20 -0
- package/i18n/locales/pt-PT.json +20 -0
- package/i18n/locales/ru-RU.json +20 -0
- package/i18n/locales/vi-VN.json +20 -0
- package/js/components/SaleTunnel/SaleTunnelInformation/SaleTunnelInformationGroup.tsx +4 -2
- package/js/components/SaleTunnel/SaleTunnelInformation/StepContent.tsx +26 -8
- package/js/components/SaleTunnel/SaleTunnelInformation/index.tsx +26 -20
- package/js/components/SaleTunnel/_styles.scss +8 -1
- package/js/components/SaleTunnel/index.full-process-b2b.spec.tsx +209 -53
- package/js/components/SaleTunnel/index.spec.tsx +43 -0
- package/js/translations/ar-SA.json +1 -1
- package/js/translations/es-ES.json +1 -1
- package/js/translations/fa-IR.json +1 -1
- package/js/translations/fr-CA.json +1 -1
- package/js/translations/fr-FR.json +1 -1
- package/js/translations/ko-KR.json +1 -1
- package/js/translations/pt-PT.json +1 -1
- package/js/translations/ru-RU.json +1 -1
- package/js/translations/vi-VN.json +1 -1
- package/package.json +1 -1
package/i18n/locales/ar-SA.json
CHANGED
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
"description": "Label for the field asking how the user heard about or was recommended the course",
|
|
188
188
|
"message": "This course was recommended to me by"
|
|
189
189
|
},
|
|
190
|
+
"batchOrder.reference": {
|
|
191
|
+
"description": "Reference label displayed with the batch order ID",
|
|
192
|
+
"message": "Ref. {id}"
|
|
193
|
+
},
|
|
190
194
|
"batchOrder.role": {
|
|
191
195
|
"description": "Label for the field asking the role/position of the contact person",
|
|
192
196
|
"message": "Role"
|
|
@@ -263,6 +267,14 @@
|
|
|
263
267
|
"description": "Label for the field asking the company VAT number",
|
|
264
268
|
"message": "VAT number"
|
|
265
269
|
},
|
|
270
|
+
"batchOrder.viewAll": {
|
|
271
|
+
"description": "Button label to navigate to the list of all batch orders",
|
|
272
|
+
"message": "View all batch orders"
|
|
273
|
+
},
|
|
274
|
+
"batchOrder.viewOne": {
|
|
275
|
+
"description": "Button label to navigate to a single batch order details",
|
|
276
|
+
"message": "View details"
|
|
277
|
+
},
|
|
266
278
|
"batchOrder.withoutOrderForm": {
|
|
267
279
|
"description": "Option label for selecting payment without order form",
|
|
268
280
|
"message": "Without order form"
|
|
@@ -1783,6 +1795,14 @@
|
|
|
1783
1795
|
"description": "Checkbox label to indicate using alternative billing information",
|
|
1784
1796
|
"message": "Use different billing information"
|
|
1785
1797
|
},
|
|
1798
|
+
"components.SaleTunnel.BatchOrderForm.nextButton": {
|
|
1799
|
+
"description": "Label for the button to proceed to the next step in the batch order form",
|
|
1800
|
+
"message": "Next"
|
|
1801
|
+
},
|
|
1802
|
+
"components.SaleTunnel.BatchOrderForm.previousButton": {
|
|
1803
|
+
"description": "Label for the button to go back to the previous step in the batch order form",
|
|
1804
|
+
"message": "Previous"
|
|
1805
|
+
},
|
|
1786
1806
|
"components.SaleTunnel.BatchOrderForm.stepAdmin": {
|
|
1787
1807
|
"description": "Step label for administrative follow-up in the batch order form",
|
|
1788
1808
|
"message": "Follow-up"
|
package/i18n/locales/es-ES.json
CHANGED
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
"description": "Label for the field asking how the user heard about or was recommended the course",
|
|
188
188
|
"message": "This course was recommended to me by"
|
|
189
189
|
},
|
|
190
|
+
"batchOrder.reference": {
|
|
191
|
+
"description": "Reference label displayed with the batch order ID",
|
|
192
|
+
"message": "Ref. {id}"
|
|
193
|
+
},
|
|
190
194
|
"batchOrder.role": {
|
|
191
195
|
"description": "Label for the field asking the role/position of the contact person",
|
|
192
196
|
"message": "Role"
|
|
@@ -263,6 +267,14 @@
|
|
|
263
267
|
"description": "Label for the field asking the company VAT number",
|
|
264
268
|
"message": "VAT number"
|
|
265
269
|
},
|
|
270
|
+
"batchOrder.viewAll": {
|
|
271
|
+
"description": "Button label to navigate to the list of all batch orders",
|
|
272
|
+
"message": "View all batch orders"
|
|
273
|
+
},
|
|
274
|
+
"batchOrder.viewOne": {
|
|
275
|
+
"description": "Button label to navigate to a single batch order details",
|
|
276
|
+
"message": "View details"
|
|
277
|
+
},
|
|
266
278
|
"batchOrder.withoutOrderForm": {
|
|
267
279
|
"description": "Option label for selecting payment without order form",
|
|
268
280
|
"message": "Without order form"
|
|
@@ -1783,6 +1795,14 @@
|
|
|
1783
1795
|
"description": "Checkbox label to indicate using alternative billing information",
|
|
1784
1796
|
"message": "Use different billing information"
|
|
1785
1797
|
},
|
|
1798
|
+
"components.SaleTunnel.BatchOrderForm.nextButton": {
|
|
1799
|
+
"description": "Label for the button to proceed to the next step in the batch order form",
|
|
1800
|
+
"message": "Next"
|
|
1801
|
+
},
|
|
1802
|
+
"components.SaleTunnel.BatchOrderForm.previousButton": {
|
|
1803
|
+
"description": "Label for the button to go back to the previous step in the batch order form",
|
|
1804
|
+
"message": "Previous"
|
|
1805
|
+
},
|
|
1786
1806
|
"components.SaleTunnel.BatchOrderForm.stepAdmin": {
|
|
1787
1807
|
"description": "Step label for administrative follow-up in the batch order form",
|
|
1788
1808
|
"message": "Follow-up"
|
package/i18n/locales/fa-IR.json
CHANGED
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
"description": "Label for the field asking how the user heard about or was recommended the course",
|
|
188
188
|
"message": "This course was recommended to me by"
|
|
189
189
|
},
|
|
190
|
+
"batchOrder.reference": {
|
|
191
|
+
"description": "Reference label displayed with the batch order ID",
|
|
192
|
+
"message": "Ref. {id}"
|
|
193
|
+
},
|
|
190
194
|
"batchOrder.role": {
|
|
191
195
|
"description": "Label for the field asking the role/position of the contact person",
|
|
192
196
|
"message": "Role"
|
|
@@ -263,6 +267,14 @@
|
|
|
263
267
|
"description": "Label for the field asking the company VAT number",
|
|
264
268
|
"message": "VAT number"
|
|
265
269
|
},
|
|
270
|
+
"batchOrder.viewAll": {
|
|
271
|
+
"description": "Button label to navigate to the list of all batch orders",
|
|
272
|
+
"message": "View all batch orders"
|
|
273
|
+
},
|
|
274
|
+
"batchOrder.viewOne": {
|
|
275
|
+
"description": "Button label to navigate to a single batch order details",
|
|
276
|
+
"message": "View details"
|
|
277
|
+
},
|
|
266
278
|
"batchOrder.withoutOrderForm": {
|
|
267
279
|
"description": "Option label for selecting payment without order form",
|
|
268
280
|
"message": "Without order form"
|
|
@@ -1783,6 +1795,14 @@
|
|
|
1783
1795
|
"description": "Checkbox label to indicate using alternative billing information",
|
|
1784
1796
|
"message": "Use different billing information"
|
|
1785
1797
|
},
|
|
1798
|
+
"components.SaleTunnel.BatchOrderForm.nextButton": {
|
|
1799
|
+
"description": "Label for the button to proceed to the next step in the batch order form",
|
|
1800
|
+
"message": "Next"
|
|
1801
|
+
},
|
|
1802
|
+
"components.SaleTunnel.BatchOrderForm.previousButton": {
|
|
1803
|
+
"description": "Label for the button to go back to the previous step in the batch order form",
|
|
1804
|
+
"message": "Previous"
|
|
1805
|
+
},
|
|
1786
1806
|
"components.SaleTunnel.BatchOrderForm.stepAdmin": {
|
|
1787
1807
|
"description": "Step label for administrative follow-up in the batch order form",
|
|
1788
1808
|
"message": "Follow-up"
|
package/i18n/locales/fr-CA.json
CHANGED
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
"description": "Label for the field asking how the user heard about or was recommended the course",
|
|
188
188
|
"message": "This course was recommended to me by"
|
|
189
189
|
},
|
|
190
|
+
"batchOrder.reference": {
|
|
191
|
+
"description": "Reference label displayed with the batch order ID",
|
|
192
|
+
"message": "Ref. {id}"
|
|
193
|
+
},
|
|
190
194
|
"batchOrder.role": {
|
|
191
195
|
"description": "Label for the field asking the role/position of the contact person",
|
|
192
196
|
"message": "Role"
|
|
@@ -263,6 +267,14 @@
|
|
|
263
267
|
"description": "Label for the field asking the company VAT number",
|
|
264
268
|
"message": "VAT number"
|
|
265
269
|
},
|
|
270
|
+
"batchOrder.viewAll": {
|
|
271
|
+
"description": "Button label to navigate to the list of all batch orders",
|
|
272
|
+
"message": "View all batch orders"
|
|
273
|
+
},
|
|
274
|
+
"batchOrder.viewOne": {
|
|
275
|
+
"description": "Button label to navigate to a single batch order details",
|
|
276
|
+
"message": "View details"
|
|
277
|
+
},
|
|
266
278
|
"batchOrder.withoutOrderForm": {
|
|
267
279
|
"description": "Option label for selecting payment without order form",
|
|
268
280
|
"message": "Without order form"
|
|
@@ -1783,6 +1795,14 @@
|
|
|
1783
1795
|
"description": "Checkbox label to indicate using alternative billing information",
|
|
1784
1796
|
"message": "Use different billing information"
|
|
1785
1797
|
},
|
|
1798
|
+
"components.SaleTunnel.BatchOrderForm.nextButton": {
|
|
1799
|
+
"description": "Label for the button to proceed to the next step in the batch order form",
|
|
1800
|
+
"message": "Next"
|
|
1801
|
+
},
|
|
1802
|
+
"components.SaleTunnel.BatchOrderForm.previousButton": {
|
|
1803
|
+
"description": "Label for the button to go back to the previous step in the batch order form",
|
|
1804
|
+
"message": "Previous"
|
|
1805
|
+
},
|
|
1786
1806
|
"components.SaleTunnel.BatchOrderForm.stepAdmin": {
|
|
1787
1807
|
"description": "Step label for administrative follow-up in the batch order form",
|
|
1788
1808
|
"message": "Follow-up"
|
package/i18n/locales/fr-FR.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"batchOrder.bankTransfer": {
|
|
31
31
|
"description": "Option label for selecting bank transfer payment",
|
|
32
|
-
"message": "Virement bancaire"
|
|
32
|
+
"message": "Virement bancaire direct"
|
|
33
33
|
},
|
|
34
34
|
"batchOrder.cardPayment": {
|
|
35
35
|
"description": "Option label for selecting credit card payment",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
},
|
|
158
158
|
"batchOrder.payment.bank": {
|
|
159
159
|
"description": "Label for bank transfer payment method",
|
|
160
|
-
"message": "Virement bancaire"
|
|
160
|
+
"message": "Virement bancaire direct"
|
|
161
161
|
},
|
|
162
162
|
"batchOrder.payment.card": {
|
|
163
163
|
"description": "Label for card payment method",
|
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
"description": "Label for the field asking how the user heard about or was recommended the course",
|
|
188
188
|
"message": "Cette formation m’a été recommandée par"
|
|
189
189
|
},
|
|
190
|
+
"batchOrder.reference": {
|
|
191
|
+
"description": "Reference label displayed with the batch order ID",
|
|
192
|
+
"message": "Réf. {id}"
|
|
193
|
+
},
|
|
190
194
|
"batchOrder.role": {
|
|
191
195
|
"description": "Label for the field asking the role/position of the contact person",
|
|
192
196
|
"message": "Fonction"
|
|
@@ -263,6 +267,14 @@
|
|
|
263
267
|
"description": "Label for the field asking the company VAT number",
|
|
264
268
|
"message": "Numéro de TVA"
|
|
265
269
|
},
|
|
270
|
+
"batchOrder.viewAll": {
|
|
271
|
+
"description": "Button label to navigate to the list of all batch orders",
|
|
272
|
+
"message": "Mes commandes groupées"
|
|
273
|
+
},
|
|
274
|
+
"batchOrder.viewOne": {
|
|
275
|
+
"description": "Button label to navigate to a single batch order details",
|
|
276
|
+
"message": "Voir le détail"
|
|
277
|
+
},
|
|
266
278
|
"batchOrder.withoutOrderForm": {
|
|
267
279
|
"description": "Option label for selecting payment without order form",
|
|
268
280
|
"message": "Sans formulaire de commande"
|
|
@@ -1561,7 +1573,7 @@
|
|
|
1561
1573
|
},
|
|
1562
1574
|
"components.OrganizationQuotesTable.payment.bankTransfer": {
|
|
1563
1575
|
"description": "Payment method: bank transfer",
|
|
1564
|
-
"message": "Virement bancaire"
|
|
1576
|
+
"message": "Virement bancaire direct"
|
|
1565
1577
|
},
|
|
1566
1578
|
"components.OrganizationQuotesTable.payment.card": {
|
|
1567
1579
|
"description": "Payment method: card payment",
|
|
@@ -1573,7 +1585,7 @@
|
|
|
1573
1585
|
},
|
|
1574
1586
|
"components.OrganizationQuotesTable.paymentBankTransfer": {
|
|
1575
1587
|
"description": "Payment method: bank transfer",
|
|
1576
|
-
"message": "Virement bancaire"
|
|
1588
|
+
"message": "Virement bancaire direct"
|
|
1577
1589
|
},
|
|
1578
1590
|
"components.OrganizationQuotesTable.paymentCard": {
|
|
1579
1591
|
"description": "Payment method: credit card",
|
|
@@ -1783,6 +1795,14 @@
|
|
|
1783
1795
|
"description": "Checkbox label to indicate using alternative billing information",
|
|
1784
1796
|
"message": "Utiliser des informations de facturation différentes"
|
|
1785
1797
|
},
|
|
1798
|
+
"components.SaleTunnel.BatchOrderForm.nextButton": {
|
|
1799
|
+
"description": "Label for the button to proceed to the next step in the batch order form",
|
|
1800
|
+
"message": "Suivant"
|
|
1801
|
+
},
|
|
1802
|
+
"components.SaleTunnel.BatchOrderForm.previousButton": {
|
|
1803
|
+
"description": "Label for the button to go back to the previous step in the batch order form",
|
|
1804
|
+
"message": "Précédent"
|
|
1805
|
+
},
|
|
1786
1806
|
"components.SaleTunnel.BatchOrderForm.stepAdmin": {
|
|
1787
1807
|
"description": "Step label for administrative follow-up in the batch order form",
|
|
1788
1808
|
"message": "Suivi"
|
|
@@ -1809,7 +1829,7 @@
|
|
|
1809
1829
|
},
|
|
1810
1830
|
"components.SaleTunnel.BatchOrderForm.stepFinancingTitle": {
|
|
1811
1831
|
"description": "Title of the section to select the payment plan of the course",
|
|
1812
|
-
"message": "Mode de
|
|
1832
|
+
"message": "Mode de paiement"
|
|
1813
1833
|
},
|
|
1814
1834
|
"components.SaleTunnel.BatchOrderForm.stepParticipants": {
|
|
1815
1835
|
"description": "Step label for participants information in the batch order form",
|
package/i18n/locales/ko-KR.json
CHANGED
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
"description": "Label for the field asking how the user heard about or was recommended the course",
|
|
188
188
|
"message": "This course was recommended to me by"
|
|
189
189
|
},
|
|
190
|
+
"batchOrder.reference": {
|
|
191
|
+
"description": "Reference label displayed with the batch order ID",
|
|
192
|
+
"message": "Ref. {id}"
|
|
193
|
+
},
|
|
190
194
|
"batchOrder.role": {
|
|
191
195
|
"description": "Label for the field asking the role/position of the contact person",
|
|
192
196
|
"message": "Role"
|
|
@@ -263,6 +267,14 @@
|
|
|
263
267
|
"description": "Label for the field asking the company VAT number",
|
|
264
268
|
"message": "VAT number"
|
|
265
269
|
},
|
|
270
|
+
"batchOrder.viewAll": {
|
|
271
|
+
"description": "Button label to navigate to the list of all batch orders",
|
|
272
|
+
"message": "View all batch orders"
|
|
273
|
+
},
|
|
274
|
+
"batchOrder.viewOne": {
|
|
275
|
+
"description": "Button label to navigate to a single batch order details",
|
|
276
|
+
"message": "View details"
|
|
277
|
+
},
|
|
266
278
|
"batchOrder.withoutOrderForm": {
|
|
267
279
|
"description": "Option label for selecting payment without order form",
|
|
268
280
|
"message": "Without order form"
|
|
@@ -1783,6 +1795,14 @@
|
|
|
1783
1795
|
"description": "Checkbox label to indicate using alternative billing information",
|
|
1784
1796
|
"message": "Use different billing information"
|
|
1785
1797
|
},
|
|
1798
|
+
"components.SaleTunnel.BatchOrderForm.nextButton": {
|
|
1799
|
+
"description": "Label for the button to proceed to the next step in the batch order form",
|
|
1800
|
+
"message": "Next"
|
|
1801
|
+
},
|
|
1802
|
+
"components.SaleTunnel.BatchOrderForm.previousButton": {
|
|
1803
|
+
"description": "Label for the button to go back to the previous step in the batch order form",
|
|
1804
|
+
"message": "Previous"
|
|
1805
|
+
},
|
|
1786
1806
|
"components.SaleTunnel.BatchOrderForm.stepAdmin": {
|
|
1787
1807
|
"description": "Step label for administrative follow-up in the batch order form",
|
|
1788
1808
|
"message": "Follow-up"
|
package/i18n/locales/pt-PT.json
CHANGED
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
"description": "Label for the field asking how the user heard about or was recommended the course",
|
|
188
188
|
"message": "This course was recommended to me by"
|
|
189
189
|
},
|
|
190
|
+
"batchOrder.reference": {
|
|
191
|
+
"description": "Reference label displayed with the batch order ID",
|
|
192
|
+
"message": "Ref. {id}"
|
|
193
|
+
},
|
|
190
194
|
"batchOrder.role": {
|
|
191
195
|
"description": "Label for the field asking the role/position of the contact person",
|
|
192
196
|
"message": "Role"
|
|
@@ -263,6 +267,14 @@
|
|
|
263
267
|
"description": "Label for the field asking the company VAT number",
|
|
264
268
|
"message": "VAT number"
|
|
265
269
|
},
|
|
270
|
+
"batchOrder.viewAll": {
|
|
271
|
+
"description": "Button label to navigate to the list of all batch orders",
|
|
272
|
+
"message": "View all batch orders"
|
|
273
|
+
},
|
|
274
|
+
"batchOrder.viewOne": {
|
|
275
|
+
"description": "Button label to navigate to a single batch order details",
|
|
276
|
+
"message": "View details"
|
|
277
|
+
},
|
|
266
278
|
"batchOrder.withoutOrderForm": {
|
|
267
279
|
"description": "Option label for selecting payment without order form",
|
|
268
280
|
"message": "Without order form"
|
|
@@ -1783,6 +1795,14 @@
|
|
|
1783
1795
|
"description": "Checkbox label to indicate using alternative billing information",
|
|
1784
1796
|
"message": "Use different billing information"
|
|
1785
1797
|
},
|
|
1798
|
+
"components.SaleTunnel.BatchOrderForm.nextButton": {
|
|
1799
|
+
"description": "Label for the button to proceed to the next step in the batch order form",
|
|
1800
|
+
"message": "Next"
|
|
1801
|
+
},
|
|
1802
|
+
"components.SaleTunnel.BatchOrderForm.previousButton": {
|
|
1803
|
+
"description": "Label for the button to go back to the previous step in the batch order form",
|
|
1804
|
+
"message": "Previous"
|
|
1805
|
+
},
|
|
1786
1806
|
"components.SaleTunnel.BatchOrderForm.stepAdmin": {
|
|
1787
1807
|
"description": "Step label for administrative follow-up in the batch order form",
|
|
1788
1808
|
"message": "Follow-up"
|
package/i18n/locales/ru-RU.json
CHANGED
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
"description": "Label for the field asking how the user heard about or was recommended the course",
|
|
188
188
|
"message": "This course was recommended to me by"
|
|
189
189
|
},
|
|
190
|
+
"batchOrder.reference": {
|
|
191
|
+
"description": "Reference label displayed with the batch order ID",
|
|
192
|
+
"message": "Ref. {id}"
|
|
193
|
+
},
|
|
190
194
|
"batchOrder.role": {
|
|
191
195
|
"description": "Label for the field asking the role/position of the contact person",
|
|
192
196
|
"message": "Role"
|
|
@@ -263,6 +267,14 @@
|
|
|
263
267
|
"description": "Label for the field asking the company VAT number",
|
|
264
268
|
"message": "VAT number"
|
|
265
269
|
},
|
|
270
|
+
"batchOrder.viewAll": {
|
|
271
|
+
"description": "Button label to navigate to the list of all batch orders",
|
|
272
|
+
"message": "View all batch orders"
|
|
273
|
+
},
|
|
274
|
+
"batchOrder.viewOne": {
|
|
275
|
+
"description": "Button label to navigate to a single batch order details",
|
|
276
|
+
"message": "View details"
|
|
277
|
+
},
|
|
266
278
|
"batchOrder.withoutOrderForm": {
|
|
267
279
|
"description": "Option label for selecting payment without order form",
|
|
268
280
|
"message": "Without order form"
|
|
@@ -1783,6 +1795,14 @@
|
|
|
1783
1795
|
"description": "Checkbox label to indicate using alternative billing information",
|
|
1784
1796
|
"message": "Use different billing information"
|
|
1785
1797
|
},
|
|
1798
|
+
"components.SaleTunnel.BatchOrderForm.nextButton": {
|
|
1799
|
+
"description": "Label for the button to proceed to the next step in the batch order form",
|
|
1800
|
+
"message": "Next"
|
|
1801
|
+
},
|
|
1802
|
+
"components.SaleTunnel.BatchOrderForm.previousButton": {
|
|
1803
|
+
"description": "Label for the button to go back to the previous step in the batch order form",
|
|
1804
|
+
"message": "Previous"
|
|
1805
|
+
},
|
|
1786
1806
|
"components.SaleTunnel.BatchOrderForm.stepAdmin": {
|
|
1787
1807
|
"description": "Step label for administrative follow-up in the batch order form",
|
|
1788
1808
|
"message": "Follow-up"
|
package/i18n/locales/vi-VN.json
CHANGED
|
@@ -187,6 +187,10 @@
|
|
|
187
187
|
"description": "Label for the field asking how the user heard about or was recommended the course",
|
|
188
188
|
"message": "This course was recommended to me by"
|
|
189
189
|
},
|
|
190
|
+
"batchOrder.reference": {
|
|
191
|
+
"description": "Reference label displayed with the batch order ID",
|
|
192
|
+
"message": "Ref. {id}"
|
|
193
|
+
},
|
|
190
194
|
"batchOrder.role": {
|
|
191
195
|
"description": "Label for the field asking the role/position of the contact person",
|
|
192
196
|
"message": "Role"
|
|
@@ -263,6 +267,14 @@
|
|
|
263
267
|
"description": "Label for the field asking the company VAT number",
|
|
264
268
|
"message": "VAT number"
|
|
265
269
|
},
|
|
270
|
+
"batchOrder.viewAll": {
|
|
271
|
+
"description": "Button label to navigate to the list of all batch orders",
|
|
272
|
+
"message": "View all batch orders"
|
|
273
|
+
},
|
|
274
|
+
"batchOrder.viewOne": {
|
|
275
|
+
"description": "Button label to navigate to a single batch order details",
|
|
276
|
+
"message": "View details"
|
|
277
|
+
},
|
|
266
278
|
"batchOrder.withoutOrderForm": {
|
|
267
279
|
"description": "Option label for selecting payment without order form",
|
|
268
280
|
"message": "Without order form"
|
|
@@ -1783,6 +1795,14 @@
|
|
|
1783
1795
|
"description": "Checkbox label to indicate using alternative billing information",
|
|
1784
1796
|
"message": "Use different billing information"
|
|
1785
1797
|
},
|
|
1798
|
+
"components.SaleTunnel.BatchOrderForm.nextButton": {
|
|
1799
|
+
"description": "Label for the button to proceed to the next step in the batch order form",
|
|
1800
|
+
"message": "Next"
|
|
1801
|
+
},
|
|
1802
|
+
"components.SaleTunnel.BatchOrderForm.previousButton": {
|
|
1803
|
+
"description": "Label for the button to go back to the previous step in the batch order form",
|
|
1804
|
+
"message": "Previous"
|
|
1805
|
+
},
|
|
1786
1806
|
"components.SaleTunnel.BatchOrderForm.stepAdmin": {
|
|
1787
1807
|
"description": "Step label for administrative follow-up in the batch order form",
|
|
1788
1808
|
"message": "Follow-up"
|
|
@@ -132,7 +132,9 @@ export const validationSchema = Yup.object().shape({
|
|
|
132
132
|
nb_seats: Yup.number().required().min(1),
|
|
133
133
|
payment_method: Yup.mixed<PaymentMethod>().oneOf(Object.values(PaymentMethod)).required(),
|
|
134
134
|
funding_entity: Yup.string().optional(),
|
|
135
|
-
funding_amount: Yup.number()
|
|
135
|
+
funding_amount: Yup.number()
|
|
136
|
+
.transform((value, originalValue) => (originalValue === '' ? undefined : value))
|
|
137
|
+
.optional(),
|
|
136
138
|
organization_id: Yup.string().optional(),
|
|
137
139
|
});
|
|
138
140
|
|
|
@@ -266,7 +268,7 @@ const BatchOrderForm = () => {
|
|
|
266
268
|
}
|
|
267
269
|
}}
|
|
268
270
|
hidden={activeStep === 0}
|
|
269
|
-
color="
|
|
271
|
+
color="tertiary"
|
|
270
272
|
>
|
|
271
273
|
<FormattedMessage {...messages.previousButton} />
|
|
272
274
|
</Button>
|
|
@@ -216,7 +216,9 @@ export const StepContent = ({
|
|
|
216
216
|
return (
|
|
217
217
|
<div className="step-content">
|
|
218
218
|
<div className="step organization" hidden={activeStep !== 0}>
|
|
219
|
-
<
|
|
219
|
+
<h4 className="title">
|
|
220
|
+
<FormattedMessage {...messages.stepCompanyTitle} />
|
|
221
|
+
</h4>
|
|
220
222
|
<Input
|
|
221
223
|
className="field"
|
|
222
224
|
label={intl.formatMessage(messages.companyName)}
|
|
@@ -294,7 +296,9 @@ export const StepContent = ({
|
|
|
294
296
|
</div>
|
|
295
297
|
{otherBillingAddress && (
|
|
296
298
|
<div className="step billing" hidden={activeStep !== 0}>
|
|
297
|
-
<
|
|
299
|
+
<h4 className="title">
|
|
300
|
+
<FormattedMessage {...messages.stepBillingTitle} />
|
|
301
|
+
</h4>
|
|
298
302
|
<Input
|
|
299
303
|
className="field"
|
|
300
304
|
{...register('billing_address.contact_name')}
|
|
@@ -347,7 +351,9 @@ export const StepContent = ({
|
|
|
347
351
|
</div>
|
|
348
352
|
)}
|
|
349
353
|
<div className="step admin" hidden={activeStep !== 1}>
|
|
350
|
-
<
|
|
354
|
+
<h4 className="title">
|
|
355
|
+
<FormattedMessage {...messages.stepAdminTitle} />
|
|
356
|
+
</h4>
|
|
351
357
|
<Input
|
|
352
358
|
className="field"
|
|
353
359
|
{...register('administrative_lastname')}
|
|
@@ -411,7 +417,9 @@ export const StepContent = ({
|
|
|
411
417
|
/>
|
|
412
418
|
</div>
|
|
413
419
|
<div className="step signatory" hidden={activeStep !== 2}>
|
|
414
|
-
<
|
|
420
|
+
<h4 className="title">
|
|
421
|
+
<FormattedMessage {...messages.stepSignatoryTitle} />
|
|
422
|
+
</h4>
|
|
415
423
|
<Input
|
|
416
424
|
className="field"
|
|
417
425
|
{...register('signatory_lastname')}
|
|
@@ -467,7 +475,9 @@ export const StepContent = ({
|
|
|
467
475
|
/>
|
|
468
476
|
</div>
|
|
469
477
|
<div className="step seats" hidden={activeStep !== 3}>
|
|
470
|
-
<
|
|
478
|
+
<h4 className="title">
|
|
479
|
+
<FormattedMessage {...messages.stepParticipantsTitle} />
|
|
480
|
+
</h4>
|
|
471
481
|
<Input
|
|
472
482
|
className="field"
|
|
473
483
|
type="number"
|
|
@@ -479,7 +489,9 @@ export const StepContent = ({
|
|
|
479
489
|
/>
|
|
480
490
|
</div>
|
|
481
491
|
<div className="step financing" hidden={activeStep !== 4}>
|
|
482
|
-
<
|
|
492
|
+
<h4 className="title">
|
|
493
|
+
<FormattedMessage {...messages.stepFinancingTitle} />
|
|
494
|
+
</h4>
|
|
483
495
|
<RadioGroup fullWidth={true} className="payment-block">
|
|
484
496
|
<Radio
|
|
485
497
|
{...register('payment_method')}
|
|
@@ -512,7 +524,10 @@ export const StepContent = ({
|
|
|
512
524
|
}
|
|
513
525
|
/>
|
|
514
526
|
</RadioGroup>
|
|
515
|
-
|
|
527
|
+
|
|
528
|
+
<h4 className="title">
|
|
529
|
+
<FormattedMessage {...messages.fundingEntity} />
|
|
530
|
+
</h4>
|
|
516
531
|
<div className="organism-block">
|
|
517
532
|
<Input
|
|
518
533
|
{...register('funding_entity')}
|
|
@@ -524,7 +539,10 @@ export const StepContent = ({
|
|
|
524
539
|
label={intl.formatMessage(messages.fundingEntityAmount)}
|
|
525
540
|
/>
|
|
526
541
|
</div>
|
|
527
|
-
|
|
542
|
+
|
|
543
|
+
<h4 className="title">
|
|
544
|
+
<FormattedMessage {...messages.recommandation} />
|
|
545
|
+
</h4>
|
|
528
546
|
<Select
|
|
529
547
|
label={intl.formatMessage(messages.participatingOrganisations)}
|
|
530
548
|
clearable
|
|
@@ -4,6 +4,7 @@ import { Select } from '@openfun/cunningham-react';
|
|
|
4
4
|
import { useSaleTunnelContext } from 'components/SaleTunnel/GenericSaleTunnel';
|
|
5
5
|
import { SaleTunnelInformationSingular } from 'components/SaleTunnel/SaleTunnelInformation/SaleTunnelInformationSingular';
|
|
6
6
|
import { SaleTunnelInformationGroup } from 'components/SaleTunnel/SaleTunnelInformation/SaleTunnelInformationGroup';
|
|
7
|
+
import { ProductType } from 'types/Joanie';
|
|
7
8
|
|
|
8
9
|
const messages = defineMessages({
|
|
9
10
|
purchaseTypeTitle: {
|
|
@@ -35,7 +36,8 @@ export enum FormType {
|
|
|
35
36
|
|
|
36
37
|
export const SaleTunnelInformation = () => {
|
|
37
38
|
const intl = useIntl();
|
|
38
|
-
const { setBatchOrder, setSchedule } = useSaleTunnelContext();
|
|
39
|
+
const { setBatchOrder, setSchedule, product } = useSaleTunnelContext();
|
|
40
|
+
const productType = product.type;
|
|
39
41
|
const options = [
|
|
40
42
|
{ label: intl.formatMessage(messages.purchaseTypeOptionSingle), value: FormType.SINGULAR },
|
|
41
43
|
{ label: intl.formatMessage(messages.purchaseTypeOptionGroup), value: FormType.GROUP },
|
|
@@ -44,25 +46,29 @@ export const SaleTunnelInformation = () => {
|
|
|
44
46
|
|
|
45
47
|
return (
|
|
46
48
|
<div className="sale-tunnel__main__column sale-tunnel__information">
|
|
47
|
-
|
|
48
|
-
<
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
49
|
+
{productType === ProductType.CERTIFICATE ? (
|
|
50
|
+
<SaleTunnelInformationSingular />
|
|
51
|
+
) : (
|
|
52
|
+
<div>
|
|
53
|
+
<h3 className="block-title mb-t">
|
|
54
|
+
<FormattedMessage {...messages.purchaseTypeTitle} />
|
|
55
|
+
</h3>
|
|
56
|
+
<Select
|
|
57
|
+
label={intl.formatMessage(messages.purchaseTypeSelect)}
|
|
58
|
+
options={options}
|
|
59
|
+
fullWidth
|
|
60
|
+
value={purchaseType}
|
|
61
|
+
clearable={false}
|
|
62
|
+
onChange={(e) => {
|
|
63
|
+
setPurchaseType(e.target.value as FormType);
|
|
64
|
+
setBatchOrder(undefined);
|
|
65
|
+
setSchedule(undefined);
|
|
66
|
+
}}
|
|
67
|
+
/>
|
|
68
|
+
{purchaseType === FormType.SINGULAR && <SaleTunnelInformationSingular />}
|
|
69
|
+
{purchaseType === FormType.GROUP && <SaleTunnelInformationGroup />}
|
|
70
|
+
</div>
|
|
71
|
+
)}
|
|
66
72
|
</div>
|
|
67
73
|
);
|
|
68
74
|
};
|
|
@@ -157,6 +157,13 @@
|
|
|
157
157
|
align-items: center;
|
|
158
158
|
margin: 1rem 0;
|
|
159
159
|
gap: 0.5rem;
|
|
160
|
+
|
|
161
|
+
.title {
|
|
162
|
+
font-weight: var(--c--theme--font--weights--bold);
|
|
163
|
+
font-size: var(--c--theme--font--sizes--l);
|
|
164
|
+
margin: 0 0 0.5rem;
|
|
165
|
+
}
|
|
166
|
+
|
|
160
167
|
.field {
|
|
161
168
|
width: 90%;
|
|
162
169
|
}
|
|
@@ -169,7 +176,7 @@
|
|
|
169
176
|
}
|
|
170
177
|
.payment-block {
|
|
171
178
|
& > div {
|
|
172
|
-
margin:
|
|
179
|
+
margin: 0 0 1rem;
|
|
173
180
|
flex-direction: row;
|
|
174
181
|
}
|
|
175
182
|
}
|