ccs-digitalmarketplace-frameworks 4.4.20 → 4.4.22

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.
@@ -34,6 +34,10 @@ questions:
34
34
  - subcontractorAssociatedPpon
35
35
  - subcontractorAssociatedSharecode
36
36
  - subcontractorAssociatedOffences
37
+ - subcontractorAssociatedCompaniesRegistration
38
+ - subcontractorAssociatedSubcontractorsOrganisationIdentifierRegistration
39
+ - subcontractorAssociatedOfficialRegisters
40
+ - subcontractorAssociatedOrganisationIdentifierRegistration
37
41
 
38
42
 
39
43
 
@@ -46,4 +50,4 @@ validations:
46
50
  message: Each associated person must have a unique public procurement organisation number (PPON)
47
51
  -
48
52
  name: max_items_limit
49
- message: You can only add details for up to 50 subcontractors
53
+ message: You can only add details for up to 50 subcontractors
@@ -0,0 +1,18 @@
1
+ name: Registered on Companies House
2
+ question: Is the subcontractor registered on Companies House?
3
+
4
+ type: boolean
5
+
6
+ followup:
7
+ subcontractorAssociatedSubcontractorsOrganisationIdentifierRegistration:
8
+ - true
9
+ subcontractorAssociatedOfficialRegisters:
10
+ - false
11
+ subcontractorAssociatedOrganisationIdentifierRegistration:
12
+ - false
13
+
14
+
15
+ validations:
16
+ -
17
+ name: answer_required
18
+ message: You must select an option
@@ -0,0 +1,31 @@
1
+ name: Identifier
2
+ question: >
3
+ Please provide an identifier from one of the official registers (or an international equivalent) set out below, please select an option:
4
+ hint: If the subcontractor is not on Companies House or any of the above registers, the organisation must register on the CDP and a PPON number will be generated, then you can select PPON and enter the PPON number.
5
+
6
+ type: radios
7
+ options:
8
+ - label: Charity Commission for England and Wales - preferred identifier for charities
9
+ value: Charity Commission for England and Wales - preferred identifier for charities
10
+ - label: Scottish Charity Regulator- relevant identifier for Scottish Charities
11
+ value: Scottish Charity Regulator- relevant identifier for Scottish Charities
12
+ - label: Charity Commission for Northern Ireland - relevant identifier for Charities established in NI
13
+ value: Charity Commission for Northern Ireland - relevant identifier for Charities established in NI
14
+ - label: Mutuals Public Register - preferred identifier for mutuals
15
+ value: Mutuals Public Register - preferred identifier for mutuals
16
+ - label: Guernsey Registry - relevant if company is registered in Guernsey
17
+ value: Guernsey Registry - relevant if company is registered in Guernsey
18
+ - label: Jersey Financial Services Commission Registry - relevant if company is registered in Jersey
19
+ value: Jersey Financial Services Commission Registry - relevant if company is registered in Jersey
20
+ - label: Isle of Man Companies Registry - relevant if company is registered in Isle of Man
21
+ value: Isle of Man Companies Registry - relevant if company is registered in Isle of Man
22
+ - label: National Health Service Organisation Data Service - preferred register for NHS Bodies
23
+ value: National Health Service Organisation Data Service - preferred register for NHS Bodies
24
+ - label: UK Register of Learning Providers (UKPRN number)- preferred register for education establishments
25
+ value: UK Register of Learning Providers (UKPRN number)- preferred register for education establishments
26
+ - label: Public Procurement Organisation Number (PPON)
27
+ value: Public Procurement Organisation Number (PPON)
28
+
29
+ validations:
30
+ - name: answer_required
31
+ message: You must select an option
@@ -0,0 +1,9 @@
1
+ name: Organisation identifier
2
+ question: Please enter Organisation identifier - registration number
3
+
4
+ type: text
5
+
6
+ validations:
7
+ -
8
+ name: answer_required
9
+ message: Please enter subcontractors Organisation identifier
@@ -3,8 +3,8 @@ question: Please confirm if you are relying on this subcontractor to satisfy con
3
3
 
4
4
  hint: >
5
5
  <p class="govuk-body">
6
- If you are relying on an associated person to satisfy conditions of participation in the procurement,
7
- the lead bidder must provide the details requested for each associated person.
6
+ If you are relying on an associated person to satisfy conditions of participation in the procurement,
7
+ the lead bidder must provide the details requested for each associated person.
8
8
  The lead bidder must also ensure that each associated person registers on the Central Digital Platform and provides their share code.
9
9
  </p>
10
10
 
@@ -19,6 +19,8 @@ followup:
19
19
  - true
20
20
  subcontractorAssociatedOffences:
21
21
  - true
22
+ subcontractorAssociatedCompaniesRegistration:
23
+ - false
22
24
 
23
25
  validations:
24
26
  -
@@ -0,0 +1,10 @@
1
+ name: Registration number
2
+ question: Please enter the subcontractors Companies House registration number
3
+
4
+ type: text
5
+
6
+
7
+ validations:
8
+ -
9
+ name: answer_required
10
+ message: Please enter subcontractors Companies House registration number
@@ -13,7 +13,7 @@ question: |
13
13
  <li>Please upload your second certificate (if required) as part of your tender submission. (optional)</li>
14
14
  </ul>
15
15
  question_advice:
16
- Please upload certificate in Open Document Format (ODF) or PDF/A (e.g., .pdf, .odt). (Maximum file size 5MB).
16
+ Please upload certificate in Open Document Format (ODF), PDF/A or docx, (e.g., .pdf, .odt, .docx). (Maximum file size 5MB).
17
17
 
18
18
  type: multiquestion
19
19
 
@@ -7,6 +7,7 @@ file_settings:
7
7
  name: technical-ability-certificate-1
8
8
  max_size: 5
9
9
  file_types:
10
+ - docx
10
11
  - open_document
11
12
 
12
13
  depends:
@@ -22,4 +23,4 @@ validations:
22
23
  - name: file_can_be_saved
23
24
  message: The selected file could not be uploaded - try again
24
25
  - name: file_is_valid_format
25
- message: Please upload a document in the valid format like PDF
26
+ message: Please upload the document in a valid format such as .pdf, .docx or .odt
@@ -8,6 +8,7 @@ file_settings:
8
8
  name: technical-ability-certificate-2
9
9
  max_size: 5
10
10
  file_types:
11
+ - docx
11
12
  - open_document
12
13
 
13
14
  depends:
@@ -21,4 +22,4 @@ validations:
21
22
  - name: file_can_be_saved
22
23
  message: The selected file could not be uploaded - try again
23
24
  - name: file_is_valid_format
24
- message: Please upload a document in the valid format like PDF
25
+ message: Please upload the document in a valid format such as .pdf, .docx or .odt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.4.20",
3
+ "version": "4.4.22",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",