Skip to content

Commit

Permalink
commit new change requests #3335
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Nov 28, 2024
1 parent bdd9922 commit 0603d6b
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions forms/nht/procurementsOutputReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -6345,6 +6345,7 @@
{
"dataType": "number",
"name": "numberOfPlansDeveloped",
"description": "This field is not editable as it is auto populated from inputted data in the below section",
"validate": "min[0]",
"decimalPlaces": 0,
"defaultValue": 1,
Expand Down Expand Up @@ -6377,7 +6378,8 @@
},
{
"dataType": "number",
"name": "totalAreaDiseaseManagementFollowup",
"name": "totalAreaPlansDeveloped",
"description": "This field is not editable as it is auto populated from inputted data in the below section",
"validate": "min[0]",
"decimalPlaces": 3,
"computed": {
Expand All @@ -6387,7 +6389,7 @@
{
"dataType": "number",
"decimalPlaces": 3,
"name": "totalAreaDiseaseManagementInvoicedFollowup",
"name": "totalAreaPlansDevelopedInvoiced",
"description": "Manually enter if values have decimal points e.g. 0.350 or 2.545",
"validate": [
{
Expand All @@ -6398,7 +6400,7 @@
},
{
"param": {
"expression": "totalAreaDiseaseManagementFollowup",
"expression": "totalAreaPlansDeveloped",
"type": "computed",
"decimalPlaces": 3
},
Expand All @@ -6409,12 +6411,12 @@
},
{
"dataType": "text",
"name": "totalInvoicedDiseaseMismatched",
"name": "totalInvoicedPlansDevelopedMismatched",
"description": "Please provide the reason/s why you are not invoicing for the same number that have been completed and delivered, e.g. the personnel and equipment were available to deliver more than was contracted.",
"validate": "maxSize[400],required",
"behaviour": [
{
"condition": "+numberOfPlansDevelopedInvoiced < +numberOfPlansDeveloped",
"condition": "+numberOfPlansDevelopedInvoiced < +numberOfPlansDeveloped or +totalAreaPlansDevelopedInvoiced < totalAreaPlansDeveloped",
"type": "enable"
}
]
Expand Down Expand Up @@ -6535,7 +6537,7 @@
"type": "row",
"items": [
{
"preLabel": "(i) Ttotal number of management plans developed for this reporting period",
"preLabel": "(i) Total number of management plans developed for this reporting period",
"source": "numberOfPlansDeveloped",
"type": "number"
}
Expand All @@ -6562,7 +6564,7 @@
"items": [
{
"preLabel": "(iii) Total area (ha) covered by management plan for this reporting period",
"source": "totalAreaDiseaseManagementFollowup",
"source": "totalAreaPlansDeveloped",
"type": "number"
}
]
Expand All @@ -6572,7 +6574,7 @@
"items": [
{
"preLabel": "(iv) Total area (ha) covered by management plan <u><i>invoiced</i></u> for this reporting period",
"source": "totalAreaDiseaseManagementInvoicedFollowup",
"source": "totalAreaPlansDevelopedInvoiced",
"type": "number",
"displayOptions": {
"removeTrailingZeros": false
Expand All @@ -6589,7 +6591,7 @@
"items": [
{
"preLabel": "If the total invoiced is different to the total completed, please provide the reason",
"source": "totalInvoicedDiseaseMismatched",
"source": "totalInvoicedPlansDevelopedMismatched",
"type": "textarea",
"rows": 4,
"placeholder": ""
Expand Down Expand Up @@ -21611,6 +21613,7 @@
{
"dataType": "number",
"name": "numberApprovalsObtained",
"description": "This field is not editable as it is auto populated from inputted data in the below section",
"validate": "min[0]",
"decimalPlaces": 0,
"defaultValue": 1,
Expand All @@ -21621,6 +21624,7 @@
{
"dataType": "number",
"name": "numberApprovalsObtainedInvoiced",
"description": "Manually enter if values have decimal points e.g. 0.350 or 2.545",
"defaultValue": "",
"validate": [
{
Expand Down Expand Up @@ -28255,6 +28259,7 @@
{
"dataType": "number",
"name": "noDaysConductingResearchAndDevelopment",
"description": "This field is not editable as it is auto populated from inputted data in the below section",
"validate": "min[0]",
"decimalPlaces": 0,
"defaultValue": 1,
Expand Down

0 comments on commit 0603d6b

Please sign in to comment.