ccs-digitalmarketplace-frameworks 4.7.3 → 4.7.5

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.
@@ -17,3 +17,15 @@
17
17
  - tacLot2a
18
18
  - tacLot2b
19
19
  - tacLot3
20
+
21
+ -
22
+ name: Customer information
23
+ slug: customer-information
24
+ editable: True
25
+ description: >
26
+ <div class="govuk-inset-text">This customer will be contacted to confirm the information you provided in the TAC is correct. Please ensure your customer is aware they will be contacted for their signature. You will not be able to submit your application if the TAC is not signed.</div>
27
+ questions:
28
+ - customerOrganisation
29
+ - customerContactName
30
+ - customerJobTitle
31
+ - customerEmail
@@ -16,6 +16,9 @@ question_advice: >
16
16
  Any additional supporting information, that you have chosen to provide in support of your Attachment 5a - Lot 1a/1b (Gold) FVRA Tool, for example, recent draft accounts.
17
17
  </li>
18
18
  </ul>
19
+ <p class="govuk-body">
20
+ In line with Attachment 5 - Financial Viability Risk Assessment instructions, any qualified accounts will receive additional scrutiny.
21
+ </p>
19
22
 
20
23
  hint: >
21
24
  <p class="govuk-hint">
@@ -17,6 +17,9 @@ question_advice: >
17
17
  Any additional supporting information, that you have chosen to provide in support of your Attachment 5b - Lots 2a/2b/3 (Silver) FVRA Tool, for example, recent draft accounts.
18
18
  </li>
19
19
  </ul>
20
+ <p class="govuk-body">
21
+ In line with Attachment 5 - Financial Viability Risk Assessment instructions, any qualified accounts will receive additional scrutiny.
22
+ </p>
20
23
 
21
24
  hint: >
22
25
  <p class="govuk-hint">
@@ -1,6 +1,6 @@
1
1
  name: May require the bidder to resubmit attachment 5a
2
2
  question: Please confirm you understand CCS may require the bidder to either submit or resubmit Attachment 5a – Lot 1a/1b (Gold) FVRA Tool using latest available management accounts (or equivalent) data, such that the impact on FVRA threshold ratios can be understood.
3
- question_advice: Please read Attachment 5 - Financial Viability Risk Assessment Guidance, and Attachment 5a - Lot 2 (Gold) FVRA Tool “bidder instructions” tab, before completing Attachment 5a - FVRA Tool.
3
+ question_advice: Please read Attachment 5 - Financial Viability Risk Assessment Guidance, and Attachment 5a - Lot 1a/1b (Gold) FVRA Tool “bidder instructions” tab, before completing Attachment 5a - FVRA Tool.
4
4
 
5
5
  type: boolean
6
6
  required_value: true
@@ -16,6 +16,9 @@ question_advice: >
16
16
  Any additional supporting information, that you have chosen to provide in support of your Attachment 5a - Lot 1a/1b (Gold) FVRA Tool, for example, recent draft accounts.
17
17
  </li>
18
18
  </ul>
19
+ <p class="govuk-body">
20
+ In line with Attachment 5 - Financial Viability Risk Assessment instructions, any qualified accounts will receive additional scrutiny.
21
+ </p>
19
22
 
20
23
  hint: >
21
24
  <p class="govuk-hint">
@@ -16,6 +16,9 @@ question_advice: >
16
16
  Any additional supporting information, that you have chosen to provide in support of your Attachment 5b - Lots 2a/2b/3 (Silver) FVRA Tool, for example, recent draft accounts.
17
17
  </li>
18
18
  </ul>
19
+ <p class="govuk-body">
20
+ In line with Attachment 5 - Financial Viability Risk Assessment instructions, any qualified accounts will receive additional scrutiny.
21
+ </p>
19
22
 
20
23
  hint: >
21
24
  <p class="govuk-hint">
@@ -0,0 +1,20 @@
1
+ name: Customer contact name
2
+ question: Customer contact name
3
+ type: text
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ max_length_in_characters: 200
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must enter the customer contact name with a maximum of 200 characters
19
+ - name: under_character_limit
20
+ message: You must enter the customer contact name with a maximum of 200 characters
@@ -0,0 +1,21 @@
1
+ name: Customer email
2
+ question: Customer email
3
+ type: text
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ limits:
15
+ format: email
16
+
17
+ validations:
18
+ - name: answer_required
19
+ message: You must enter an email address in the correct format, like name@example.com
20
+ - name: invalid_format
21
+ message: You must enter an email address in the correct format, like name@example.com
@@ -0,0 +1,20 @@
1
+ name: Job title
2
+ question: Job title
3
+ type: text
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ max_length_in_characters: 200
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must enter a Job title with a maximum of 200 characters
19
+ - name: under_character_limit
20
+ message: You must enter a Job title with a maximum of 200 characters
@@ -0,0 +1,20 @@
1
+ name: Customer organisation
2
+ question: Customer organisation
3
+ type: text
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+ - cloud-support
13
+
14
+ max_length_in_characters: 200
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must enter the customer organisation with a maximum of 200 characters
19
+ - name: under_character_limit
20
+ message: You must enter the customer organisation with a maximum of 200 characters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.7.3",
3
+ "version": "4.7.5",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",