ccs-digitalmarketplace-frameworks 3.14.7 → 3.14.9

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.
@@ -289,6 +289,7 @@
289
289
  editable: True
290
290
  questions:
291
291
  - outcomesLocations
292
+ - outcomesLocationsCheckYes
292
293
 
293
294
  - name: 'Q3: Award question - Skills and capabilities'
294
295
  summary_page_description: >
@@ -1,6 +1,6 @@
1
1
  name: Percentage of invoices paid past 6 months
2
2
  question: Please provide the percentage of invoices paid by you to those in your immediate supply chain on all contracts for the most recent six month reporting period. This should include the percentage of invoices paid within each of the following categories (this should include all situations where payments are due; not all payments involve an invoice).
3
- question_advice: Answers must total 100%
3
+ question_advice: Answers must total 100% and you must enter a whole value in each box 0 to 100, if it is not applicable enter 0
4
4
 
5
5
  type: multiquestion
6
6
  hidden: true
@@ -9,4 +9,3 @@ questions:
9
9
  - percentageOfInvoicesPaidPast6MonthsWithin30Days
10
10
  - percentageOfInvoicesPaidPast6MonthsBetween31And60Days
11
11
  - percentageOfInvoicesPaidPast6MonthsIn61DaysOrMore
12
-
@@ -1,6 +1,6 @@
1
1
  name: Percentage of invoices paid prior 6 months
2
2
  question: Please provide the percentage of invoices paid by you to those in your immediate supply chain on all contracts for the prior six month reporting period. This should include the percentage of invoices paid within each of the following categories (this should include all situations where payments are due; not all payments involve an invoice).
3
- question_advice: Answers must total 100%
3
+ question_advice: Answers must total 100% and you must enter a whole value in each box 0 to 100, if it is not applicable enter 0
4
4
 
5
5
  type: multiquestion
6
6
  hidden: true
@@ -8,4 +8,4 @@ hidden: true
8
8
  questions:
9
9
  - percentageOfInvoicesPaidPrior6MonthsWithin30Days
10
10
  - percentageOfInvoicesPaidPrior6MonthsBetween31And60Days
11
- - percentageOfInvoicesPaidPrior6MonthsIn61DaysOrMore
11
+ - percentageOfInvoicesPaidPrior6MonthsIn61DaysOrMore
@@ -0,0 +1,34 @@
1
+ id: locations
2
+ name: You can work at all locations
3
+ question: |
4
+ <p class="govuk-body">Please confirm you can work at all the below locations, if required?</p>
5
+ <p class="govuk-body govuk-!-margin-top-3">‘Offsite’ means the supplier will not be working at the buyer’s own sites.</p>
6
+ <ul class="govuk-list govuk-list--bullet">
7
+ <li>Offsite</li>
8
+ <li>North East England</li>
9
+ <li>North West England</li>
10
+ <li>Yorkshire and the Humber</li>
11
+ <li>East Midlands</li>
12
+ <li>West Midlands</li>
13
+ <li>East of England</li>
14
+ <li>London</li>
15
+ <li>South East England</li>
16
+ <li>South West England</li>
17
+ <li>Scotland</li>
18
+ <li>Wales</li>
19
+ <li>Northern Ireland</li>
20
+ </ul>
21
+
22
+ depends:
23
+ - "on": lot
24
+ being:
25
+ - digital-capability-and-delivery-partner
26
+ type: checkboxes
27
+
28
+ options:
29
+ - label: "Yes"
30
+ value: "yes"
31
+
32
+ validations:
33
+ - name: answer_required
34
+ message: You must confirm you can work at all location
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.14.7",
3
+ "version": "3.14.9",
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"