ccs-digitalmarketplace-frameworks 3.14.3 → 3.14.4

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.
@@ -11,5 +11,5 @@ max_length_in_words: 500
11
11
  validations:
12
12
  - name: answer_required
13
13
  message: You must enter cross reference information
14
- - name: under_character_limit
14
+ - name: under_word_limit
15
15
  message: Cross reference information explanation must not exceed 500 characters
@@ -8,5 +8,5 @@ max_length_in_words: 500
8
8
  validations:
9
9
  - name: answer_required
10
10
  message: You must demonstrate or explain invoice payments
11
- - name: under_character_limit
11
+ - name: under_word_limit
12
12
  message: Invoice payment information explanation must not exceed 500 characters
@@ -28,5 +28,5 @@ hidden: true
28
28
  max_length_in_words: 500
29
29
 
30
30
  validations:
31
- - name: under_character_limit
31
+ - name: under_word_limit
32
32
  message: Invoice payment information explanation must not exceed 500 characters
@@ -9,4 +9,4 @@ questions:
9
9
  - percentageOfInvoicesPaidPast6MonthsWithin30Days
10
10
  - percentageOfInvoicesPaidPast6MonthsBetween31And60Days
11
11
  - percentageOfInvoicesPaidPast6MonthsIn61DaysOrMore
12
- - percentageOfInvoicesPaidPast6MonthsDue
12
+
@@ -8,5 +8,4 @@ hidden: true
8
8
  questions:
9
9
  - percentageOfInvoicesPaidPrior6MonthsWithin30Days
10
10
  - percentageOfInvoicesPaidPrior6MonthsBetween31And60Days
11
- - percentageOfInvoicesPaidPrior6MonthsIn61DaysOrMore
12
- - percentageOfInvoicesPaidPrior6MonthsDue
11
+ - percentageOfInvoicesPaidPrior6MonthsIn61DaysOrMore
@@ -9,8 +9,10 @@ questions:
9
9
  - proceduresForResolvingDisputedInvoices
10
10
  - systemsInPlaceToIncludeAsAMinimum30DayPaymentTerms
11
11
  - multiqPercentageOfInvoicesPaidPast6Months
12
+ - percentageOfInvoicesPaidPast6MonthsDue
12
13
  - averageNumberOfDaysTakenToPay
13
14
  - multiqPercentageOfInvoicesPaidPrior6Months
15
+ - percentageOfInvoicesPaidPrior6MonthsDue
14
16
  - averageNumberOfDaysTakenToPayInvoicesPrior6Months
15
17
  - acceptableToCrossReferToInformation
16
18
  - demonstrateThatAllInvoicesHaveBeenPaid
@@ -1,5 +1,6 @@
1
- question: Due but not paid by the last date for payment under agreed contractual terms
2
-
1
+ question: What is the percentage of payments due but not paid by the last date for payment under agreed contractual terms for the most recent six month reporting period?
2
+ name: Due but not paid by the last date past 6 months
3
+ hidden: true
3
4
  type: number
4
5
  unit: "%"
5
6
  unit_in_full: "percent"
@@ -14,5 +15,3 @@ validations:
14
15
  message: You must add a % 0 to 100
15
16
  - name: not_a_number
16
17
  message: You must enter whole number 0 to 100
17
- - name: total_should_be_100
18
- message: Paid invoices must total 100%
@@ -1,5 +1,6 @@
1
- question: Due but not paid by the last date for payment under agreed contractual terms
2
-
1
+ question: What is the percentage of payments due but not paid by the last date for payment under agreed contractual terms for the prior six month reporting period?
2
+ name: Due but not paid by the last date prior 6 months
3
+ hidden: true
3
4
  type: number
4
5
  unit: "%"
5
6
  unit_in_full: "percent"
@@ -14,5 +15,3 @@ validations:
14
15
  message: You must add a % 0 to 100
15
16
  - name: not_a_number
16
17
  message: You must enter whole number 0 to 100
17
- - name: total_should_be_100
18
- message: Paid invoices must total 100%
@@ -17,10 +17,14 @@ followup:
17
17
  - true
18
18
  multiqPercentageOfInvoicesPaidPast6Months:
19
19
  - true
20
+ percentageOfInvoicesPaidPast6MonthsDue:
21
+ - true
20
22
  averageNumberOfDaysTakenToPay:
21
23
  - true
22
24
  multiqPercentageOfInvoicesPaidPrior6Months:
23
25
  - true
26
+ percentageOfInvoicesPaidPrior6MonthsDue:
27
+ - true
24
28
  averageNumberOfDaysTakenToPayInvoicesPrior6Months:
25
29
  - true
26
30
  acceptableToCrossReferToInformation:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.14.3",
3
+ "version": "3.14.4",
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"