Skip to content

Commit

Permalink
commit more change requests #3355
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Nov 6, 2024
1 parent b144350 commit 5913132
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions forms/nht/procurementsOutputReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -6347,7 +6347,7 @@
},
{
"dataType": "number",
"name": "totalNumberOfManagementPlans",
"name": "numberOfPlansDeveloped",
"validate": "min[0]",
"decimalPlaces": 0,
"defaultValue": 1,
Expand All @@ -6358,7 +6358,7 @@
{
"dataType": "number",
"decimalPlaces": 3,
"name": "totalNumberOfManagementPlansInvoiced",
"name": "numberOfPlansDevelopedInvoiced",
"description": "Manually enter if values have decimal points e.g. 0.350 or 2.545",
"validate": [
{
Expand All @@ -6369,7 +6369,7 @@
},
{
"param": {
"expression": "totalNumberOfManagementPlans",
"expression": "numberOfPlansDeveloped",
"type": "computed",
"decimalPlaces": 3
},
Expand Down Expand Up @@ -6417,7 +6417,7 @@
"validate": "maxSize[400],required",
"behaviour": [
{
"condition": "+totalNumberOfManagementPlansInvoiced < +totalNumberOfManagementPlans or +totalAreaDiseaseManagementInvoicedFollowup < +totalAreaDiseaseManagementFollowup",
"condition": "+numberOfPlansDevelopedInvoiced < +numberOfPlansDeveloped",
"type": "enable"
}
]
Expand Down Expand Up @@ -6539,7 +6539,7 @@
"items": [
{
"preLabel": "(i) Total number of management plans developed for this reporting period",
"source": "totalNumberOfManagementPlans",
"source": "numberOfPlansDeveloped",
"type": "number"
}
]
Expand All @@ -6549,7 +6549,7 @@
"items": [
{
"preLabel": "(ii) Total number of management plans developed <u><i>invoiced</i></u> for this reporting period",
"source": "totalNumberOfManagementPlansInvoiced",
"source": "numberOfPlansDevelopedInvoiced",
"type": "number"
}
]
Expand Down Expand Up @@ -6670,7 +6670,7 @@
"type": "row",
"items": [
{
"preLabel": "Site/s covered by plan/s",
"preLabel": "Site/s covered by management plan/s",
"source": "sitesDevelopingManagementPlans",
"type": "feature"
}
Expand Down Expand Up @@ -6709,7 +6709,7 @@
"type": "row",
"items": [
{
"preLabel": "Actual area (ha) covered by plan/s",
"preLabel": "Actual area (ha) covered by management plan/s",
"source": "areaTreatedHa",
"type": "number",
"displayOptions": {
Expand Down Expand Up @@ -21611,7 +21611,7 @@
},
{
"dataType": "number",
"name": "totalApprovalsObtained",
"name": "numberApprovalsObtained",
"validate": "min[0]",
"decimalPlaces": 0,
"defaultValue": 1,
Expand All @@ -21621,7 +21621,7 @@
},
{
"dataType": "number",
"name": "totalApprovalsObtainedInvoiced",
"name": "numberApprovalsObtainedInvoiced",
"defaultValue": "",
"validate": [
{
Expand All @@ -21632,7 +21632,7 @@
},
{
"param": {
"expression": "totalApprovalsObtained",
"expression": "numberApprovalsObtained",
"type": "computed"
},
"rule": "max"
Expand All @@ -21646,7 +21646,7 @@
"validate": "maxSize[400],required,min[0]",
"behaviour": [
{
"condition": "+totalApprovalsObtainedInvoiced < +totalApprovalsObtained",
"condition": "+numberApprovalsObtainedInvoiced < +numberApprovalsObtained",
"type": "enable"
}
]
Expand Down Expand Up @@ -21768,7 +21768,7 @@
"items": [
{
"preLabel": "(i) Total number of relevant approvals obtained",
"source": "totalApprovalsObtained",
"source": "numberApprovalsObtained",
"type": "number"
}
]
Expand All @@ -21784,7 +21784,7 @@
"items": [
{
"preLabel": "(ii) Total number of relevant approvals <u><i>invoiced</i></u> for this reporting period",
"source": "totalApprovalsObtainedInvoiced",
"source": "numberApprovalsObtainedInvoiced",
"type": "number"
}
]
Expand Down Expand Up @@ -24783,10 +24783,12 @@
"dataType": "text",
"name": "newOrContinuingResearch",
"constraints": [
"New",
"Continuing research ",
"Development",
"Continuing Research and/or Development"
"New research",
"New development",
"New research and development",
"Continuing research",
"Continuing development",
"Continuing research and development"
],
"validate": "required"
},
Expand Down Expand Up @@ -24846,8 +24848,8 @@
"dataType": "text",
"name": "willProjectContinue",
"constraints": [
"New",
"Revised"
"Yes",
"No"
],
"validate": "required"
},
Expand Down Expand Up @@ -25136,7 +25138,7 @@
{
"source": "researchOrDevelopment",
"type": "selectOne",
"preLabel": "Research/Development/Both"
"preLabel": "Research and/or Development"
}
]
}
Expand Down Expand Up @@ -25343,7 +25345,7 @@
}
],
"userAddedRows": true,
"addRowText": "Add a new disease being managed in this area",
"addRowText": "Add a row",
"source": "researchAndDevelopmentDetails",
"type": "table"
},
Expand Down

0 comments on commit 5913132

Please sign in to comment.