ccs-digitalmarketplace-frameworks 3.13.32 → 3.13.34
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/proceduresForResolvingDisputedInvoices.yml +5 -5
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/systemsInPlaceToPayThoseInYourSupplyChain.yml +3 -6
- package/frameworks/digital-outcomes-and-specialists-7/questions/declaration/ultimateParentCompanyDetailsDUNSNumber.yml +1 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/carbonReductionCRPNotReported.yml +3 -1
- package/frameworks/digital-outcomes-and-specialists-7/questions/services/continuousProfessionalDevelopment.yml +12 -7
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
name: Procedures for resolving disputed invoices
|
|
2
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
|
+
<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 to both questions, as you will not satisfy this condition of participation.</p>
|
|
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>
|
|
4
7
|
hidden: true
|
|
5
|
-
|
|
6
|
-
options:
|
|
7
|
-
- label: "Yes"
|
|
8
|
-
value: "yes"
|
|
8
|
+
type: boolean
|
|
9
9
|
|
|
10
10
|
validations:
|
|
11
11
|
- name: answer_required
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
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
|
-
question_advice:
|
|
3
|
+
question_advice: |
|
|
4
|
+
<p class="govuk-body">This question is assessed as pass/fail.</p>
|
|
4
5
|
<p class="govuk-body">Your tender will fail, if you do not answer yes to both questions, as you will not satisfy this condition of participation.</p>
|
|
5
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>
|
|
6
|
-
type:
|
|
7
|
+
type: boolean
|
|
7
8
|
hidden: true
|
|
8
9
|
|
|
9
|
-
options:
|
|
10
|
-
- label: "Yes"
|
|
11
|
-
value: "yes"
|
|
12
|
-
|
|
13
10
|
validations:
|
|
14
11
|
- name: answer_required
|
|
15
12
|
message: You must select an option
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
name: Explanation why CRP not reported
|
|
2
2
|
|
|
3
3
|
question: If emissions in the Carbon Reduction Plan are not reported for any Scopes or only for some Scopes, or the reporting period is more than 12 months from the date of commencement of the procurement, please provide an explanation why.
|
|
4
|
-
|
|
4
|
+
question_advice: |
|
|
5
|
+
<p class="govuk-body">Add commentary regarding your Baseline Emissions as required: e.g. historic baseline which deviates from the requirements under this measure (e.g. no prior Scope 3 emissions reporting),
|
|
6
|
+
where there is no previous reporting and the creation of a new baseline due to substantial organisational change or restructuring.</p>
|
|
5
7
|
type: textbox_large
|
|
6
8
|
max_length_in_words: 500
|
|
7
9
|
|
|
@@ -3,8 +3,17 @@ name: Continuous professional development
|
|
|
3
3
|
question: Does your organisation practise continuous professional development for your employees, and can you provide evidence of this on request?
|
|
4
4
|
|
|
5
5
|
question_advice: >
|
|
6
|
-
|
|
6
|
+
<p class="govuk-body">
|
|
7
|
+
This question is assessed Pass / Fail.
|
|
8
|
+
</p>
|
|
7
9
|
|
|
10
|
+
<p class="govuk-body">
|
|
11
|
+
Your tender will Fail, if you do not answer Yes to this question, as you will not satisfy this award question.
|
|
12
|
+
</p>
|
|
13
|
+
|
|
14
|
+
<p class="govuk-body">
|
|
15
|
+
Your tender will be disqualified. We will tell you that your tender has been disqualified and why.
|
|
16
|
+
</p>
|
|
8
17
|
depends:
|
|
9
18
|
- "on": lot
|
|
10
19
|
being:
|
|
@@ -12,12 +21,8 @@ depends:
|
|
|
12
21
|
- digital-specialists
|
|
13
22
|
- user-research-studios-and-participants
|
|
14
23
|
|
|
15
|
-
type:
|
|
16
|
-
|
|
17
|
-
options:
|
|
18
|
-
- label: "Yes"
|
|
19
|
-
value: "yes"
|
|
24
|
+
type: boolean
|
|
20
25
|
|
|
21
26
|
validations:
|
|
22
27
|
- name: answer_required
|
|
23
|
-
message:
|
|
28
|
+
message: You must select an option
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccs-digitalmarketplace-frameworks",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.34",
|
|
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"
|