ccs-digitalmarketplace-frameworks 4.4.12 → 4.4.14

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.
@@ -10,6 +10,7 @@ question_advice: >
10
10
 
11
11
  type: text
12
12
 
13
+ min_length_in_characters: 14
13
14
  max_length_in_characters: 14
14
15
 
15
16
  validations:
@@ -18,3 +19,5 @@ validations:
18
19
  message: You must enter the consortium member's PPON
19
20
  - name: under_character_limit
20
21
  message: PPON must be 14 characters long
22
+ - name: over_character_limit
23
+ message: PPON must be 14 characters long
@@ -4,17 +4,17 @@ hint: Example share code from CDP - FW8G8KhC
4
4
 
5
5
  type: text
6
6
 
7
- max_length_in_characters: 8
8
7
  min_length_in_characters: 8
8
+ max_length_in_characters: 8
9
9
 
10
10
  validations:
11
11
  -
12
12
  name: answer_required
13
13
  message: You must enter the consortium member's share code
14
- - name: under_character_limit
15
- message: Share code must be 8 characters long
16
14
  - name: over_character_limit
17
15
  message: Share code must be 8 characters long
16
+ - name: under_character_limit
17
+ message: Share code must be 8 characters long
18
18
  - name: share_code_found
19
19
  message: The PPON and Share code for the consortium member is not correct, please check and re-enter
20
20
  - name: ppon_found_in_cdp_data
@@ -1,15 +1,13 @@
1
1
  name: demonstrateThatAllInvoicesHaveBeenPaid
2
2
  question: >
3
- If you are unable to demonstrate that 95% or more of invoices payable to your supply chain on all contracts have been paid within 60 days of the receipt of the invoice in at least one of the last two six months reporting periods but you can evidence that ≥90% < 95% of all supply chain invoices were paid within 60 days of receipt of the invoice in at least one of the two previous six month reporting periods after removing intercompany payments (if relevant) AND your average payments days are 55 days or less in the SAME reporting period, please provide an action plan for improvement.
3
+ If you are unable to demonstrate that 95% or more of invoices payable to your supply chain on all contracts have been paid within 60 days of the receipt of the invoice in at least one of the last two six months reporting periods, but you can evidence that ≥90% < 95% of all supply chain invoices were paid within 60 days of receipt of the invoice in at least one of the two previous six month reporting periods after removing intercompany payments (if relevant) and your average payments days are 55 days or less in the same reporting period, please provide an action plan for improvement which includes (as a minimum) the following:
4
4
  hint: >
5
- <p class="govuk-body">Your action plan for improvement which includes (as a minimum) the following:</p>
6
-
7
5
  <ul class="govuk-list govuk-list--bullet">
8
6
  <li>
9
7
  Identification of the primary causes of failure to pay:
10
8
  <ul>
11
9
  <li>95% of all supply chain invoices within 60 days; and</li>
12
- <li>if relevant under question 19a all invoices within agreed terms.</li>
10
+ <li>if relevant all invoices within agreed terms.</li>
13
11
  </ul>
14
12
  </li>
15
13
  <li>Actions to address each of these causes.</li>
@@ -19,14 +17,23 @@ hint: >
19
17
  </ul>
20
18
 
21
19
  <p class="govuk-body">If you have an existing action plan prepared for a different purpose, it is acceptable to attach this but it should contain the above features</p>
22
- <p class="govuk-body govuk-!-margin-top-3">Note: if you have indicated 'no' at question 19.a your action plan must also address steps taken to address your payment within agreed terms in order to achieve a 'pass'. </p>
23
- <p class="govuk-body govuk-!-margin-top-3">Note: You are only permitted to provide an action plan if you can evidence payment of ≥90% < 95% of invoices payable to your supply chain within 60 days of receipt of the invoice in at least one of the last two six month reporting periods AND can evidence that the average number of days taken by you to pay an invoice is 55 days or less for the same reporting period.</p>
20
+ <p class="govuk-body govuk-!-margin-top-3">If you are unable to demonstrate that all invoices have been paid within the agreed contractual terms for either of the last two six month reporting periods, your action plan must also address steps taken to address your payment within agreed terms in order to achieve a 'pass'.</p>
21
+ <p class="govuk-body govuk-!-margin-top-3">You are only permitted to provide an action plan if you can evidence payment of ≥90% < 95% of invoices payable to your supply chain within 60 days of receipt of the invoice in at least one of the last two six month reporting periods, and can evidence that the average number of days taken by you to pay an invoice is 55 days or less for the same reporting period.</p>
22
+ <p class="govuk-hint">Please upload in Open Document Format (ODF) or PDF/A (eg .pdf, .odt). (Maximum file size 5MB).</p>
24
23
 
25
- type: textbox_large
26
24
  hidden: true
25
+ type: upload
27
26
 
28
- max_length_in_words: 1000
27
+ file_settings:
28
+ name: improvement-action-plan
29
+ max_size: 5
30
+ file_types:
31
+ - open_document
29
32
 
30
33
  validations:
31
- - name: under_word_limit
32
- message: Invoice payment information explanation must not exceed 1000 characters
34
+ - name: file_is_valid_format
35
+ message: Please upload a document in the valid format
36
+ - name: file_is_less_than_5mb
37
+ message: Your document exceeds the 5MB limit. Please reduce file size.
38
+ - name: file_can_be_saved
39
+ message: Your document failed to upload. Please try again.
@@ -13,6 +13,7 @@ question_advice: >
13
13
 
14
14
  type: text
15
15
 
16
+ min_length_in_characters: 14
16
17
  max_length_in_characters: 14
17
18
 
18
19
  validations:
@@ -21,3 +22,5 @@ validations:
21
22
  message: You must enter the associated person's PPON
22
23
  - name: under_character_limit
23
24
  message: PPON must be 14 characters long
25
+ - name: over_character_limit
26
+ message: PPON must be 14 characters long
@@ -4,8 +4,8 @@ hint: Example share code from CDP - FW8G8KhC
4
4
 
5
5
  type: text
6
6
 
7
- max_length_in_characters: 8
8
7
  min_length_in_characters: 8
8
+ max_length_in_characters: 8
9
9
 
10
10
  validations:
11
11
  -
@@ -10,13 +10,13 @@ question_advice: >
10
10
 
11
11
  type: text
12
12
 
13
+ min_length_in_characters: 14
13
14
  max_length_in_characters: 14
14
15
 
15
16
  validations:
16
- -
17
- name: answer_required
17
+ - name: answer_required
18
18
  message: You must enter the associated person's PPON
19
-
20
- -
21
- name: under_character_limit
19
+ - name: under_character_limit
20
+ message: PPON must be 14 characters long
21
+ - name: over_character_limit
22
22
  message: PPON must be 14 characters long
@@ -8,18 +8,13 @@ max_length_in_characters: 8
8
8
  min_length_in_characters: 8
9
9
 
10
10
  validations:
11
- -
12
- name: answer_required
11
+ - name: answer_required
13
12
  message: You must enter the associated person's share code
14
- -
15
- name: under_character_limit
13
+ - name: under_character_limit
16
14
  message: Share code must be 8 characters long
17
- -
18
- name: over_character_limit
15
+ - name: over_character_limit
19
16
  message: Share code must be 8 characters long
20
- -
21
- name: share_code_found
17
+ - name: share_code_found
22
18
  message: The PPON and Share code for the associated person is not correct, please check and re-enter
23
- -
24
- name: ppon_found_in_cdp_data
19
+ - name: ppon_found_in_cdp_data
25
20
  message: The PPON and Share code for the associated person is not correct, please check and re-enter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.4.12",
3
+ "version": "4.4.14",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",