Skip to content

Commit 2ece5c6

Browse files
committed
request to remove invoiced fields
1 parent 7c3273b commit 2ece5c6

File tree

1 file changed

+1
-134
lines changed

1 file changed

+1
-134
lines changed

forms/nht/grantsAndOthersProgressReport.json

+1-134
Original file line numberDiff line numberDiff line change
@@ -5423,55 +5423,6 @@
54235423
}
54245424
]
54255425
},
5426-
5427-
{
5428-
"dataType": "number",
5429-
"name": "areaInvoicedHa",
5430-
"units": "ha",
5431-
"decimalPlaces": 3,
5432-
"validate": [
5433-
{
5434-
"rule": "required"
5435-
},
5436-
{
5437-
"rule": "min[0]"
5438-
},
5439-
{
5440-
"param": {
5441-
"expression": "areaTreatedHa",
5442-
"type": "computed"
5443-
},
5444-
"rule": "max"
5445-
}
5446-
]
5447-
},
5448-
{
5449-
"dataType": "text",
5450-
"name": "invoicedNotActualReason",
5451-
"behaviour": [
5452-
{
5453-
"condition": "roundTo(areaTreatedHa, 2) != roundTo(areaInvoicedHa, 2)",
5454-
"type": "visible"
5455-
}
5456-
],
5457-
"constraints": [
5458-
"Work was undertaken over a greater area than will be invoiced for",
5459-
"Other"
5460-
],
5461-
"validate": "required"
5462-
},
5463-
{
5464-
"dataType": "text",
5465-
"name": "invoicedNotActualComments",
5466-
"behaviour": [
5467-
{
5468-
"condition": "\"Other\" == invoicedNotActualReason",
5469-
"type": "visible"
5470-
}
5471-
],
5472-
"validate": "required,maxSize[300]"
5473-
},
5474-
54755426
{
54765427
"columns": [
54775428
{
@@ -5810,46 +5761,6 @@
58105761
]
58115762
}
58125763
]
5813-
},
5814-
{
5815-
"type": "col",
5816-
"css": "span3 col-border-right",
5817-
"items": [
5818-
{
5819-
"type": "row",
5820-
"items": [
5821-
{
5822-
"preLabel": "Invoiced area (ha) covered by the plan/s",
5823-
"source": "areaInvoicedHa",
5824-
"type": "number",
5825-
"displayOptions": {
5826-
"displayUnits": true
5827-
}
5828-
}
5829-
]
5830-
},
5831-
{
5832-
"type": "row",
5833-
"items": [
5834-
{
5835-
"preLabel": "Reason for invoiced amount being different to actual amount",
5836-
"source": "invoicedNotActualReason",
5837-
"type": "selectOne"
5838-
}
5839-
]
5840-
},
5841-
{
5842-
"type": "row",
5843-
"items": [
5844-
{
5845-
"placeholder": "Please enter the reason/s the mapping didn't align with the invoiced amount",
5846-
"source": "invoicedNotActualComments",
5847-
"type": "textarea",
5848-
"rows": 5
5849-
}
5850-
]
5851-
}
5852-
]
58535764
}
58545765
]
58555766
},
@@ -27209,18 +27120,6 @@
2720927120
],
2721027121
"defaultValue": ""
2721127122
},
27212-
{
27213-
"dataType": "text",
27214-
"name": "totalInvoicedResearchAndDevelopmentMismatched",
27215-
"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.",
27216-
"validate": "maxSize[400],required",
27217-
"behaviour": [
27218-
{
27219-
"condition": "+noDaysConductingResearchAndDevelopmentInvoiced < +noDaysConductingResearchAndDevelopment or +noHoursConductingResearchAndDevelopmentInvoiced < noHoursConductingResearchAndDevelopment",
27220-
"type": "enable"
27221-
}
27222-
]
27223-
},
2722427123
{
2722527124
"dataType": "text",
2722627125
"name": "comments",
@@ -27342,16 +27241,6 @@
2734227241
"type": "number"
2734327242
}
2734427243
]
27345-
},
27346-
{
27347-
"type": "row",
27348-
"items": [
27349-
{
27350-
"preLabel": "(ii) Total number of days conducting research and/or development <u><i>invoiced</i></u> for this reporting period",
27351-
"source": "noDaysConductingResearchAndDevelopmentInvoiced",
27352-
"type": "number"
27353-
}
27354-
]
2735527244
}
2735627245
]
2735727246
},
@@ -27363,38 +27252,16 @@
2736327252
"type": "row",
2736427253
"items": [
2736527254
{
27366-
"preLabel": "(iii) Total number of hours conducting research and/or development for this reporting period",
27255+
"preLabel": "(ii) Total number of hours conducting research and/or development for this reporting period",
2736727256
"source": "noHoursConductingResearchAndDevelopment",
2736827257
"type": "number"
2736927258
}
2737027259
]
27371-
},
27372-
{
27373-
"type": "row",
27374-
"items": [
27375-
{
27376-
"preLabel": "(iv) Total number of hours conducting research and/or development <u><i>invoiced</i></u> for this reporting period",
27377-
"source": "noHoursConductingResearchAndDevelopmentInvoiced",
27378-
"type": "number"
27379-
}
27380-
]
2738127260
}
2738227261
]
2738327262
}
2738427263
]
2738527264
},
27386-
{
27387-
"type": "row",
27388-
"items": [
27389-
{
27390-
"preLabel": "If the total invoiced is different to the total completed, please provide the reason",
27391-
"source": "totalInvoicedResearchAndDevelopmentMismatched",
27392-
"type": "textarea",
27393-
"rows": 4,
27394-
"placeholder": ""
27395-
}
27396-
]
27397-
},
2739827265
{
2739927266
"addRowText": "Add a new research/development",
2740027267
"userAddedRows": true,

0 commit comments

Comments
 (0)