ccs-digitalmarketplace-frameworks 3.13.31 → 3.13.33

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.
@@ -78,18 +78,6 @@
78
78
  questions:
79
79
  - dataProtection
80
80
 
81
- -
82
- name: Health and safety - all procurements
83
- slug: health-and-safety
84
- editable: True
85
- prefill: False
86
- description: |
87
- You must be able to truthfully answer ‘yes’ to every question on this page for your application to be considered eligible.
88
-
89
- If you can’t answer ‘yes’ to every question on this page, you will not be able to proceed with your application.
90
- questions:
91
- - healthAndSafety
92
-
93
81
  -
94
82
  name: Requirements for central government departments, their executive agencies and non-departmental public bodies
95
83
  slug: requirements-for-central-government-departments-their-executive-agencies-and-non-departmental-public-bodies
@@ -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
- type: checkboxes
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: checkboxes
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,5 +1,5 @@
1
1
  name: DUNS number
2
- question: DUNS number
2
+ question: DUNS number of head office, if they have a head office.
3
3
  type: text
4
4
  optional: true
5
5
 
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.31",
3
+ "version": "3.13.33",
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,17 +0,0 @@
1
- name: Adequate arrangements in place to manage health and safety
2
- question: Please confirm that you have adequate arrangements in place to manage health and safety effectively and control significant risks relevant to the requirement (including risks from the use of contractors, where relevant).
3
- question_advice: |
4
- <p class="govuk-body">This question is evaluated pass/fail.</p>
5
- <p class="govuk-body">Your tender will fail, if you do not answer yes to this question, as you will not satisfy this condition of participation.</p>
6
- <p class="govuk-body">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
7
-
8
- type: checkboxes
9
-
10
- options:
11
- - label: "Yes"
12
- value: "yes"
13
-
14
- validations:
15
- -
16
- name: answer_required
17
- message: You must select "Yes"