Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
indigenous workforce participation changes
  • Loading branch information
temi committed Nov 14, 2024
1 parent a6ba99a commit 29e98e7
Showing 1 changed file with 156 additions and 0 deletions.
156 changes: 156 additions & 0 deletions forms/other/regionalCapacityServicesReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,87 @@
"name": "ipprsReport",
"description": ""
},
{
"dataType": "number",
"name": "agreedWorkforceTarget",
"description": "Enter the workforce target % agreed for Indigenous employment of the full time equivalent Australian-based workforce deployed on the Services for the Deed and all Contracts (including non-DCCEEW Contracts), in accordance with clause 38.1(b) of the Deed of Standing Offer.",
"validate": "required,min[0]"
},
{
"dataType": "number",
"name": "agreedSupplyChainTarget",
"description": "Enter the supply chain target % agreed for the value of the goods and services provided under the Deed and any Contract awarded to First Nations People/Indigenous Enterprises, in accordance with clause 38.1(b) of the Deed of Standing Offer.",
"validate": "required,min[0]"
},
{
"dataType": "number",
"name": "organisationPanelProjectValue",
"description": "Enter the total dollar value (GST inclusive) for the Deed and all Contracts (including non-DCCEEW Contracts).",
"validate": "required,min[0]"
},
{
"dataType": "number",
"name": "organisationFteWorkforce",
"description": "Enter total RDP staff (full time equivalent) deployed on Services for the Deed and all Contracts (including non-DCCEEW Contracts) during this reporting period.",
"validate": [
{
"rule": "required"
},
{
"rule": "min[0]"
},
{
"param": {
"expression": "organisationFteIndigenousWorkforce",
"type": "computed"
},
"rule": "min",
"message": "numeric value must be higher or equal to the numeric value entered for 'What was your organisation’s full time equivalent Indigenous workforce deployed on the Services this reporting period?'"
}
]
},
{
"dataType": "number",
"name": "organisationFteIndigenousWorkforce",
"description": "Enter total RDP Indigenous staff (full time equivalent) deployed on Services for the Deed and all Contracts (including non-DCCEEW Contracts) during this reporting period.",
"validate": [
{
"rule": "required"
},
{
"rule": "min[0]"
},
{
"param": {
"expression": "organisationFteWorkforce",
"type": "computed"
},
"rule": "max",
"message": "numeric value must be less than or equal to the numeric value entered for 'What was your organisation’s full time equivalent workforce deployed on the Services this reporting period?'"
}
]
},
{
"dataType": "number",
"name": "servicesContractedValueFirstNations",
"description": "Enter total dollar value (GST inclusive) of goods and services contracted to First Nations people/Indigenous enterprises, during this reporting period, for the Deed and all Contracts (including non-DCCEEW Contracts).",
"validate": [
{
"rule": "required"
},
{
"rule": "min[0]"
},
{
"param": {
"expression": "organisationPanelProjectValue",
"type": "computed"
},
"rule": "max",
"message": "The sum of the value of Services contracted to First Nations people/Indigenous enterprises for all reporting periods can not exceed the total $ value (GST inclusive) of the Deed and all Contracts (including non-DCCEEW Contracts)"
}
]
},
{
"name": "staffDevelopmentOpportunities",
"description": "This includes on-the-job, informal, and formal training. If no activities were undertaken, enter ‘Nil’.",
Expand Down Expand Up @@ -484,6 +565,81 @@
}
]
},
{
"type": "row",
"items": [
{
"type": "literal",
"source": "<b>Q5(c). Please complete workforce and supply chain data (Deed of Standing Offer Clause 38 Indigenous Procurement Policy). Please do not provide personal or commercial-in-confidence information when answering this question. Please retain documentation as evidence to support assurance activities undertaken to verify the reported information.</b>"
}
]
},
{
"type": "row",
"items": [
{
"css": "span7",
"preLabel": "What is your agreed workforce target %?",
"source": "agreedWorkforceTarget",
"type": "number"
}
]
},
{
"type": "row",
"items": [
{
"css": "span7",
"preLabel": "What is your agreed supply chain target %?",
"source": "agreedSupplyChainTarget",
"type": "number"
}
]
},
{
"type": "row",
"items": [
{
"css": "span7",
"preLabel": "What is your total organisation panel/project $ value?",
"source": "organisationPanelProjectValue",
"type": "currency"
}
]
},
{
"type": "row",
"items": [
{
"css": "span7",
"preLabel": "What was your organisation’s full time equivalent workforce deployed on the Services this reporting period?",
"source": "organisationFteWorkforce",
"type": "number"
}
]
},
{
"type": "row",
"items": [
{
"css": "span7",
"preLabel": "What was your organisation’s full time equivalent Indigenous workforce deployed on the Services this reporting period?",
"source": "organisationFteIndigenousWorkforce",
"type": "number"
}
]
},
{
"type": "row",
"items": [
{
"css": "span7",
"preLabel": "What was the dollar value of Services contracted to First Nations people/Indigenous enterprises during this reporting period?",
"source": "servicesContractedValueFirstNations",
"type": "currency"
}
]
},
{
"type": "row",
"items": [
Expand Down

0 comments on commit 29e98e7

Please sign in to comment.