ccs-digitalmarketplace-frameworks 4.4.35 → 4.4.36
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/manifests/fvra.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/systemsInPlaceToPayThoseInYourSupplyChain.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/consortiumRecentDraftAccounts5aURL.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/explanationWhyInformationNotUploadedToCdp.yml +27 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/leadBiddersPublishedAccounts.yml +5 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/multiqLeadBiddersAccounts.yml +19 -0
- package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/recentDraftAccounts5aURL.yml +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ name: Systems in place to pay those in your supply chain
|
|
|
2
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
|
|
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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
name:
|
|
1
|
+
name: Supporting Information (if applicable)
|
|
2
2
|
question: >
|
|
3
3
|
<p class="govuk-label--m">
|
|
4
4
|
Please upload any supporting information relevant to your consortium member's Attachment 5a - Lot 2 (Gold) FVRA submission that is not accessible via the Central Digital Platform.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
name: Explanation
|
|
2
|
+
question: Please provide an explanation why this information has not been uploaded into the Central Digital Platform.
|
|
3
|
+
question_advice: |
|
|
4
|
+
- For example, you might have answered no if you are a newly incorporated company and do not have full accounts.
|
|
5
|
+
- If you have answered no for any reason, please upload any supporting information relevant to your FVRA submission that is not accessible via the Central Digital Platform when asked below.
|
|
6
|
+
- Answer: Text box with 1000 word limit
|
|
7
|
+
|
|
8
|
+
type: textbox_large
|
|
9
|
+
max_length_in_words: 1000
|
|
10
|
+
|
|
11
|
+
depends:
|
|
12
|
+
- "on": is_lead_bidder
|
|
13
|
+
being:
|
|
14
|
+
- true
|
|
15
|
+
- "on": fvra_route
|
|
16
|
+
being:
|
|
17
|
+
- fvra_lot_2_only_fail
|
|
18
|
+
- fvra_lot_2_only_pass
|
|
19
|
+
- fvra_lot_2_with_other_lots_fail
|
|
20
|
+
- fvra_lot_2_with_other_lots_pass
|
|
21
|
+
- fvra_default_fail
|
|
22
|
+
|
|
23
|
+
validations:
|
|
24
|
+
- name: answer_required
|
|
25
|
+
message: You must provide an explanation why this information has not been uploaded into the Central Digital Platform.
|
|
26
|
+
- name: under_word_limit
|
|
27
|
+
message: Explanation of why information has not been uploaded into the Central Digital Platform must not exceed 1000 words.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
name: Uploaded
|
|
1
|
+
name: Uploaded published accounts to CDP
|
|
2
2
|
question: Please confirm you have uploaded your published accounts for the last 2 years, covering a 3 year period, into the Central Digital Platform and that the share code you have provided as part of this tender will allow us to access those accounts.
|
|
3
3
|
|
|
4
4
|
type: boolean
|
|
@@ -15,6 +15,10 @@ depends:
|
|
|
15
15
|
- fvra_lot_2_with_other_lots_pass
|
|
16
16
|
- fvra_default_fail
|
|
17
17
|
|
|
18
|
+
followup:
|
|
19
|
+
explanationWhyInformationNotUploadedToCdp:
|
|
20
|
+
- false
|
|
21
|
+
|
|
18
22
|
validations:
|
|
19
23
|
-
|
|
20
24
|
name: answer_required
|
package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/multiqLeadBiddersAccounts.yml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Uploaded the lead bidder’s published accounts
|
|
2
|
+
question: ""
|
|
3
|
+
depends:
|
|
4
|
+
- "on": is_lead_bidder
|
|
5
|
+
being:
|
|
6
|
+
- true
|
|
7
|
+
- "on": fvra_route
|
|
8
|
+
being:
|
|
9
|
+
- fvra_lot_2_only_fail
|
|
10
|
+
- fvra_lot_2_only_pass
|
|
11
|
+
- fvra_lot_2_with_other_lots_fail
|
|
12
|
+
- fvra_lot_2_with_other_lots_pass
|
|
13
|
+
- fvra_default_fail
|
|
14
|
+
|
|
15
|
+
type: multiquestion
|
|
16
|
+
|
|
17
|
+
questions:
|
|
18
|
+
- leadBiddersPublishedAccounts
|
|
19
|
+
- explanationWhyInformationNotUploadedToCdp
|
package/frameworks/digital-outcomes-and-specialists-7/questions/fvra/recentDraftAccounts5aURL.yml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
name:
|
|
1
|
+
name: Supporting Information (if applicable)
|
|
2
2
|
question: >
|
|
3
3
|
<p class="govuk-label--m">
|
|
4
4
|
Please upload any supporting information relevant to your Attachment 5a - Lot 2 (Gold) FVRA submission that is not accessible via the Central Digital Platform.
|