Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3930 - FT Self Report Parent Income #4356

Merged
merged 4 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,12 @@
<zeebe:header key="studentDataPartnerEmploymentInsurance" value="$.data.partnerEmploymentInsurance" />
<zeebe:header key="studentDataPartnerFedralProvincialPDReceiptCost" value="$.data.partnerFedralProvincialPDReceiptCost" />
<zeebe:header key="studentDataParentDependentTable" value="$.data.parentDependentTable" />
<zeebe:header key="studentDataStudentParentNetAssests" value="$.data.studentParentNetAssests" />
<zeebe:header key="studentDataStudentParentNetContribution" value="$.data.studentParentNetContribution" />
<zeebe:header key="studentDataStudentParentNetAssests" value="$.data.studentParentsNetAssests" />
<zeebe:header key="studentDataStudentParentNetContribution" value="$.data.studentParentsNetContribution" />
<zeebe:header key="studentDataStudentParentsTotalIncomeTaxLine43500" value="$.data.studentParentsTotalIncomeTaxLine43500" />
<zeebe:header key="studentDataStudentParentsCppLine30800" value="$.data.studentParentsCppLine30800" />
<zeebe:header key="studentDataStudentParentsCppLine31000" value="$.data.studentParentsCppLine31000" />
<zeebe:header key="studentDataStudentParentsEiLine31200" value="$.data.studentParentsEiLine31200" />
<zeebe:header key="studentDataPartnerTotalIncomeAssistance" value="$.data.partnertotalincomeAssistance" />
<zeebe:header key="studentDataPartTimeAwardTypesToBeConsidered" value="$.data.partTimeAwardTypesToBeConsidered" />
<zeebe:header key="studentDataAdditionalTransportRequested" value="$.data.additionalTransportRequested" />
Expand Down
36 changes: 19 additions & 17 deletions sources/packages/forms/src/form-definitions/sfaa2022-23.json
Original file line number Diff line number Diff line change
Expand Up @@ -19139,7 +19139,7 @@
"tags": []
},
{
"label": "Please provide an estimation of your parents income",
"label": "How much will your parent(s)/step-parent/sponsor/legal guardian be giving you to help meet your specific educational costs during this study period?",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19149,7 +19149,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19159,7 +19159,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentsTotalIncome",
"key": "studentParentsNetContribution",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19213,16 +19213,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "et8xql",
"id": "etw5gsi",
"inputType": "text",
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
"decimalLimit": 2,
"requireDecimal": true,
"tags": [],
"lockKey": true
},
{
"label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"label": "Enter the reported total income from line 15000 of your parent(s)/step-parent/sponsor/legal guardian {{data.calculatedTaxYear}} income tax return. If they did not file a {{data.calculatedTaxYear}} income tax return, enter the total income from all sources both inside and outside of Canada.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19232,7 +19232,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "",
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19242,7 +19242,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetAssests",
"key": "studentParentsTotalIncome",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19278,7 +19278,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19296,15 +19296,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "etw5gsi",
"id": "et8xql",
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"requireDecimal": false,
"tags": [],
"lockKey": true
},
{
"label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
"label": "Enter the total net value of all Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19324,7 +19325,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetContribution",
"key": "studentParentsNetAssests",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19360,7 +19361,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19383,7 +19384,8 @@
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"tags": [],
"lockKey": true
},
{
"label": "HTML",
Expand Down
36 changes: 19 additions & 17 deletions sources/packages/forms/src/form-definitions/sfaa2023-24.json
Original file line number Diff line number Diff line change
Expand Up @@ -19139,7 +19139,7 @@
"tags": []
},
{
"label": "Please provide an estimation of your parents income",
"label": "How much will your parent(s)/step-parent/sponsor/legal guardian be giving you to help meet your specific educational costs during this study period?",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19149,7 +19149,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19159,7 +19159,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentsTotalIncome",
"key": "studentParentsNetContribution",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19213,16 +19213,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "et8xql",
"id": "etw5gsi",
"inputType": "text",
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
"decimalLimit": 2,
"requireDecimal": true,
"tags": [],
"lockKey": true
},
{
"label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"label": "Enter the reported total income from line 15000 of your parent(s)/step-parent/sponsor/legal guardian {{data.calculatedTaxYear}} income tax return. If they did not file a {{data.calculatedTaxYear}} income tax return, enter the total income from all sources both inside and outside of Canada.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19232,7 +19232,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "",
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19242,7 +19242,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetAssests",
"key": "studentParentsTotalIncome",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19278,7 +19278,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19296,15 +19296,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "etw5gsi",
"id": "et8xql",
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"requireDecimal": false,
"tags": [],
"lockKey": true
},
{
"label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
"label": "Enter the total net value of all Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19324,7 +19325,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetContribution",
"key": "studentParentsNetAssests",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19360,7 +19361,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19383,7 +19384,8 @@
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"tags": [],
"lockKey": true
},
{
"label": "HTML",
Expand Down
36 changes: 19 additions & 17 deletions sources/packages/forms/src/form-definitions/sfaa2024-25.json
Original file line number Diff line number Diff line change
Expand Up @@ -19139,7 +19139,7 @@
"tags": []
},
{
"label": "Please provide an estimation of your parents income",
"label": "How much will your parent(s)/step-parent/sponsor/legal guardian be giving you to help meet your specific educational costs during this study period?",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19149,7 +19149,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19159,7 +19159,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentsTotalIncome",
"key": "studentParentsNetContribution",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19213,16 +19213,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "et8xql",
"id": "etw5gsi",
"inputType": "text",
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
"decimalLimit": 2,
"requireDecimal": true,
"tags": [],
"lockKey": true
},
{
"label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"label": "Enter the reported total income from line 15000 of your parent(s)/step-parent/sponsor/legal guardian {{data.calculatedTaxYear}} income tax return. If they did not file a {{data.calculatedTaxYear}} income tax return, enter the total income from all sources both inside and outside of Canada.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19232,7 +19232,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "",
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19242,7 +19242,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetAssests",
"key": "studentParentsTotalIncome",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19278,7 +19278,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19296,15 +19296,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "etw5gsi",
"id": "et8xql",
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"requireDecimal": false,
"tags": [],
"lockKey": true
},
{
"label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
"label": "Enter the total net value of all Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19324,7 +19325,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetContribution",
"key": "studentParentsNetAssests",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19360,7 +19361,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19383,7 +19384,8 @@
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"tags": [],
"lockKey": true
},
{
"label": "HTML",
Expand Down
Loading
Loading