ccs-digitalmarketplace-frameworks 3.13.42 → 3.13.44
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/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsAssociatedPerson.yml +10 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsDebarmentList.yml +13 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsDebarmentListDetail.yml +15 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsIntendedRole.yml +20 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumJointVentureStatement.yml +5 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/listMultiqGroupOrConsortiumDetails.yml +4 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqGroupOrConsortiumDetails.yml +1 -5
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/multiqStatementDetail.yml +12 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/proceduresForResolvingDisputedInvoices.yml +2 -2
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/systemsInPlaceToPayThoseInYourSupplyChain.yml +2 -2
- package/package.json +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/groupOrConsortiumDetailsAttachmentSupportingDocsURL.yml +0 -25
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
name: Associated person
|
|
2
|
+
question: Is this consortium member an associated person?
|
|
3
|
+
hint: You need to tell us if a consortium member is also an associated person. If any consortium member is being relied upon to satisfy a condition of participation, they will be considered an associated person.
|
|
4
|
+
|
|
5
|
+
type: boolean
|
|
6
|
+
|
|
7
|
+
validations:
|
|
8
|
+
-
|
|
9
|
+
name: answer_required
|
|
10
|
+
message: You must select an option
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: Debarment list
|
|
2
|
+
question: Is these consortia members, their associated persons or their connected persons on the debarment list?
|
|
3
|
+
|
|
4
|
+
type: boolean
|
|
5
|
+
|
|
6
|
+
followup:
|
|
7
|
+
groupOrConsortiumDetailsDebarmentListDetail:
|
|
8
|
+
- true
|
|
9
|
+
|
|
10
|
+
validations:
|
|
11
|
+
-
|
|
12
|
+
name: answer_required
|
|
13
|
+
message: You must select an option
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
name: Debarment list detail
|
|
2
|
+
question: Please provide debarment details
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
|
|
6
|
+
type: textbox_large
|
|
7
|
+
max_length_in_words: 500
|
|
8
|
+
|
|
9
|
+
validations:
|
|
10
|
+
-
|
|
11
|
+
name: answer_required
|
|
12
|
+
message: Provide debarment details
|
|
13
|
+
-
|
|
14
|
+
name: under_word_limit
|
|
15
|
+
message: Debarment details must be less than 500 words
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Intended role
|
|
2
|
+
question: Please provide a brief description of their intended role in the performance of the contract.
|
|
3
|
+
hint: |
|
|
4
|
+
<p class="govuk-body">Please include: </p>
|
|
5
|
+
<ul class="govuk-list">
|
|
6
|
+
<li> a) What role they will play in the delivery of the call-off contracts</li>
|
|
7
|
+
<li> b) Their % share of the total contract value</li>
|
|
8
|
+
</ul>
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
type: textbox_large
|
|
12
|
+
max_length_in_words: 500
|
|
13
|
+
|
|
14
|
+
validations:
|
|
15
|
+
-
|
|
16
|
+
name: answer_required
|
|
17
|
+
message: You must provide a description of their intended role of the consortium
|
|
18
|
+
-
|
|
19
|
+
name: under_word_limit
|
|
20
|
+
message: Description of their intended role must be less than 500 words
|
|
@@ -12,6 +12,11 @@ options:
|
|
|
12
12
|
- label: You have not set up a joint venture company or special purpose vehicle (SPV) prior to submitting a tender, and will not if your tender is successful
|
|
13
13
|
value: no-joint-ventrue
|
|
14
14
|
|
|
15
|
+
followup:
|
|
16
|
+
multiqStatementDetail:
|
|
17
|
+
- joint-venture-if-successful
|
|
18
|
+
- no-joint-ventrue
|
|
19
|
+
|
|
15
20
|
validations:
|
|
16
21
|
-
|
|
17
22
|
name: answer_required
|
|
@@ -12,8 +12,11 @@ questions:
|
|
|
12
12
|
- groupOrConsortiumDetailsPpon
|
|
13
13
|
- groupOrConsortiumDetailsDuns
|
|
14
14
|
- groupOrConsortiumDetailsShareCode
|
|
15
|
+
- groupOrConsortiumDetailsIntendedRole
|
|
15
16
|
- groupOrConsortiumDetailsAttachment4bURL
|
|
16
|
-
-
|
|
17
|
+
- groupOrConsortiumDetailsAssociatedPerson
|
|
18
|
+
- groupOrConsortiumDetailsDebarmentList
|
|
19
|
+
- groupOrConsortiumDetailsDebarmentListDetail
|
|
17
20
|
|
|
18
21
|
validations:
|
|
19
22
|
-
|
|
@@ -6,8 +6,4 @@ hidden: true
|
|
|
6
6
|
type: multiquestion
|
|
7
7
|
questions:
|
|
8
8
|
- groupOrConsortiumJointVentureStatement
|
|
9
|
-
-
|
|
10
|
-
- groupOrConsortiumStructure
|
|
11
|
-
- groupOrConsortiumHealthAndSafety
|
|
12
|
-
- groupOrConsortiumLeadBidder
|
|
13
|
-
- listMultiqGroupOrConsortiumDetails
|
|
9
|
+
- multiqStatementDetail
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
name: Procedures for resolving disputed invoices
|
|
2
|
-
question: Please confirm you have procedures for resolving disputed invoices with those in your supply chain promptly and effectively. This should include all situations where payments are due; not all payments involve an invoice
|
|
2
|
+
question: Please confirm you have procedures for resolving disputed invoices with those in your supply chain promptly and effectively. This should include all situations where payments are due; not all payments involve an invoice.
|
|
3
3
|
question_advice: |
|
|
4
4
|
<p class="govuk-body">This question is assessed as pass/fail.</p>
|
|
5
|
-
<p class="govuk-body">Your tender will fail, if you do not answer yes
|
|
5
|
+
<p class="govuk-body">Your tender will fail, if you do not answer yes as you will not satisfy this condition of participation.</p>
|
|
6
6
|
<p class="govuk-body govuk-!-margin-top-3">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
|
|
7
7
|
hidden: true
|
|
8
8
|
type: boolean
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
name: Systems in place to pay those in your supply chain
|
|
2
|
-
question: Please confirm that you have the systems in place to pay those in your supply chain promptly and effectively
|
|
2
|
+
question: Please confirm that you have the systems in place to pay those in your supply chain promptly and effectively.
|
|
3
3
|
question_advice: |
|
|
4
4
|
<p class="govuk-body">This question is assessed as pass/fail.</p>
|
|
5
|
-
<p class="govuk-body">Your tender will fail, if you do not answer yes
|
|
5
|
+
<p class="govuk-body">Your tender will fail, if you do not answer yes, as you will not satisfy this condition of participation.</p>
|
|
6
6
|
<p class="govuk-body govuk-!-margin-top-3">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
|
|
7
7
|
type: boolean
|
|
8
8
|
hidden: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.44",
|
|
4
4
|
"description": "Data files for Digital Marketplace’s procurement frameworks",
|
|
5
5
|
"repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
|
|
6
6
|
"author": "enquiries@digitalmarketplace.service.gov.uk"
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
name: Supporting documentation uploaded for consortium member
|
|
2
|
-
question: Please attach any supporting documents for any exclusions for any consortia member or their connected persons.
|
|
3
|
-
question_advice: >
|
|
4
|
-
Further information can be found on Tab 1 Exclusion Grounds of Attachment 4b Self Declaration Workbook
|
|
5
|
-
|
|
6
|
-
hint: This file must be a Zip and have a maximum file size of 5MB
|
|
7
|
-
|
|
8
|
-
type: upload
|
|
9
|
-
|
|
10
|
-
optional: true
|
|
11
|
-
|
|
12
|
-
file_settings:
|
|
13
|
-
name: consortium-member-supporting-documents
|
|
14
|
-
max_size: 5
|
|
15
|
-
file_type: zip
|
|
16
|
-
|
|
17
|
-
validations:
|
|
18
|
-
- name: answer_required
|
|
19
|
-
message: Select a file
|
|
20
|
-
- name: file_is_less_than_5mb
|
|
21
|
-
message: The file must be smaller than 5MB
|
|
22
|
-
- name: file_is_zip
|
|
23
|
-
message: The file must be in the zip format. Select a Zip (.zip) file
|
|
24
|
-
- name: file_can_be_saved
|
|
25
|
-
message: The selected file could not be uploaded - try again
|