Browse Source

DIV-865: Adding question 'Please describe the order you are asking for regarding Special and Extraordinary Expenses.'

pull/160/head
Benard Ebinu 7 years ago
parent
commit
8fd6925744
6 changed files with 273 additions and 207 deletions
  1. +17
    -1
      edivorce/apps/core/templates/pdf/form1.html
  2. +8
    -2
      edivorce/apps/core/templates/pdf/form52.html
  3. +233
    -203
      edivorce/apps/core/templates/question/06_children_income_expenses.html
  4. +1
    -0
      edivorce/apps/core/templatetags/summary_format.py
  5. +2
    -1
      edivorce/apps/core/utils/question_step_mapping.py
  6. +12
    -0
      edivorce/fixtures/Question.json

+ 17
- 1
edivorce/apps/core/templates/pdf/form1.html View File

@ -453,7 +453,23 @@
<tr>
<td colname="c2">
<span class="td-list-item">
C. {% checkbox responses.child_support_act children_of_marriage='YES' want_which_orders='Child support' %}
C. {% checkbox responses.describe_order_special_extra_expenses children_of_marriage='YES' want_which_orders='Child support' special_extraordinary_expenses='YES' %}
</span>
<div class="td-list-text">
Claimant 1 and Claimant 2 are asking for an order for Special and Extraordinary Expenses as follows:<br>
<span class="form-entry form-textarea not-complete form-list-textarea">
{% if responses.children_of_marriage == 'YES' and responses.special_extraordinary_expenses == 'YES' and 'Child support' in responses.want_which_orders %}
<ul>{{ responses.describe_order_special_extra_expenses|striptags|linebreaksli }}</ul>
{% endif %}
</span>
</div>
</td>
</tr>
<tr>
<td colname="c2">
<span class="td-list-item">
D. {% checkbox responses.child_support_act children_of_marriage='YES' want_which_orders='Child support' %}
</span>
<div class="td-list-text">
Claimant 1 and Claimant 2 are asking for the orders


+ 8
- 2
edivorce/apps/core/templates/pdf/form52.html View File

@ -64,7 +64,8 @@
{% if derived.wants_divorce_order %}
<p>THIS COURT ORDERS that</p>
<p>
<ol class="numbered-paragraphs force-break-last">
<li>
Subject to section 12 of the <em>Divorce Act</em> (Canada), claimant 1,
{% if responses.name_you %}{% include "partials/name_with_alias.html" with name=responses.name_you use_other_name=responses.any_other_name_you other_names=responses.other_name_you %}{% else %}<span class="form-entry not-complete"></span>{% endif %},
and claimant 2,
@ -85,9 +86,14 @@
{% else %}<span class="form-entry not-complete"></span>{% endif %},
are divorced from each other, the divorce to take effect on
{% effective_date %}.
</p>
</li>
{% endif %}
{% if responses.children_of_marriage == 'YES' and responses.special_extraordinary_expenses == 'YES' %}
{{ responses.describe_order_special_extra_expenses|striptags|linebreaksli }}
{% endif %}
</ol>
<div>
{% if derived.wants_spousal_support or derived.wants_property_division or derived.wants_child_support or derived.wants_other_orders %}


+ 233
- 203
edivorce/apps/core/templates/question/06_children_income_expenses.html View File

@ -334,214 +334,244 @@
</div>
</div>
<div id="fact_sheet_a" class="question-well fact-sheets" hidden>
<h1>Special or Extraordinary Expenses (Fact Sheet A)</h1>
<p>Since you have indicated that there are special or extraordinary expenses, we need you to answer the next set of questions.</p>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Monthly</th>
<th>Annually</th>
</tr>
</thead>
<tbody>
<tr>
<td class="fact-sheet-question">Child care expenses for when the recipient works or goes to school
</td>
<td class="fact-sheet-answer table-bordered">
<div class="dollar-prefix">
{% money_input_field name="child_care_expenses" id="child_care_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#child_care_expenses_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_child_care_expenses" id="child_care_expenses_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#child_care_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">Any healthcare premiums you pay to your employer or other provider
to provide the coverage to your children rather than yourself
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="children_healthcare_premiums" id="children_healthcare_premiums_month" class="fact-sheet-input money extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#children_healthcare_premiums_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_children_healthcare_premiums" id="children_healthcare_premiums_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#children_healthcare_premiums_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Health related expenses</b><br />Includes orthodontic treatments, counselling, physiotherapy, occupational
therapy, speech therapy, hearing therapy, prescription drugs, hearing aids, glasses,
and contact lenses">
Health related expenses<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
that exceed insurance reimbursement by at least $100
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="health_related_expenses" id="health_related_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#health_related_expenses_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_health_related_expenses" id="health_related_expenses_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#health_related_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">
Extraordinary primary, secondary or other
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Educational expenses</b><br />
<ul><li>Tutoring</li><li>Private school (if the child was
attending private school before the separation and the parents can afford the expense</li></ul>">
educational expenses <i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="extraordinary_educational_expenses" id="extraordinary_educational_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#extraordinary_educational_expenses_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_extraordinary_educational_expenses" id="extraordinary_educational_expenses_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#extraordinary_educational_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">Post-secondary school expenses</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="post_secondary_expenses" id="post_secondary_expenses_month" class="fact-sheet-input extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#post_secondary_expenses_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_post_secondary_expenses" id="post_secondary_expenses_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#post_secondary_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">Extraordinary
<div id="fact_sheet_a" class="fact-sheets" hidden>
<div class="question-well">
<h1>Special or Extraordinary Expenses (Fact Sheet A)</h1>
<p>Since you have indicated that there are special or extraordinary expenses, we need you to answer the next set of questions.</p>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Monthly</th>
<th>Annually</th>
</tr>
</thead>
<tbody>
<tr>
<td class="fact-sheet-question">Child care expenses for when the recipient works or goes to school
</td>
<td class="fact-sheet-answer table-bordered">
<div class="dollar-prefix">
{% money_input_field name="child_care_expenses" id="child_care_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#child_care_expenses_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_child_care_expenses" id="child_care_expenses_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#child_care_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">Any healthcare premiums you pay to your employer or other provider
to provide the coverage to your children rather than yourself
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="children_healthcare_premiums" id="children_healthcare_premiums_month" class="fact-sheet-input money extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#children_healthcare_premiums_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_children_healthcare_premiums" id="children_healthcare_premiums_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#children_healthcare_premiums_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Extracurricular activities</b><br />
Expenses for activities in which the child excels and is shown to be particularly gifted
(for example, expenses for a child who is a gifted figure skater, but not expenses for
general skating lessons)">
extracurricular activities
<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
expenses
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="extraordinary_extracurricular_expenses" id="extraordinary_extracurricular_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#extraordinary_extracurricular_expenses_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_extraordinary_extracurricular_expenses" id="extraordinary_extracurricular_expenses_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#extraordinary_extracurricular_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question"><strong>Total section 7 expenses</strong></td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
{% money_input_field name="total_section_seven_expenses" id="total_extraordinary_expense_monthly" class="fact-sheet-input money " readonly="" %}
</div>
</td>
title="<b>Health related expenses</b><br />Includes orthodontic treatments, counselling, physiotherapy, occupational
therapy, speech therapy, hearing therapy, prescription drugs, hearing aids, glasses,
and contact lenses">
Health related expenses<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
that exceed insurance reimbursement by at least $100
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="health_related_expenses" id="health_related_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#health_related_expenses_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_health_related_expenses" id="health_related_expenses_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#health_related_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">
Extraordinary primary, secondary or other
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Educational expenses</b><br />
<ul><li>Tutoring</li><li>Private school (if the child was
attending private school before the separation and the parents can afford the expense</li></ul>">
educational expenses <i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="extraordinary_educational_expenses" id="extraordinary_educational_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#extraordinary_educational_expenses_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_extraordinary_educational_expenses" id="extraordinary_educational_expenses_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#extraordinary_educational_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">Post-secondary school expenses</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="post_secondary_expenses" id="post_secondary_expenses_month" class="fact-sheet-input extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#post_secondary_expenses_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_post_secondary_expenses" id="post_secondary_expenses_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#post_secondary_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">Extraordinary
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Extracurricular activities</b><br />
Expenses for activities in which the child excels and is shown to be particularly gifted
(for example, expenses for a child who is a gifted figure skater, but not expenses for
general skating lessons)">
extracurricular activities
<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
expenses
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="extraordinary_extracurricular_expenses" id="extraordinary_extracurricular_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_mirror_on_pressed="true" data_mirror_target="#extraordinary_extracurricular_expenses_year" data_mirror_scale="year_up" data_mirror_broadcast_change="true" %}
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="annual_extraordinary_extracurricular_expenses" id="extraordinary_extracurricular_expenses_year" class="fact-sheet-input money extraordinary-expense-annually" data_mirror_on_pressed="true" data_mirror_target="#extraordinary_extracurricular_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" data_sum="true" data_sum_class="extraordinary-expense-annually" data_sum_target_id="total_extraordinary_expense_annually" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question"><strong>Total section 7 expenses</strong></td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
{% money_input_field name="total_section_seven_expenses" id="total_extraordinary_expense_monthly" class="fact-sheet-input money " readonly="" %}
</div>
</td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
{% money_input_field name="annual_total_section_seven_expenses" id="total_extraordinary_expense_annually" class="fact-sheet-input money " readonly="" data_mirror="true" data_mirror_target="#total_extraordinary_expense_monthly" data_mirror_scale="month_down" data_mirror_broadcast_change="true" %}
</div>
</td>
</tr>
</tbody>
</table>
<br>
<p>Parties respective
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Proportionate share</b><br />
Proportionate share means that the amount determined to be payable by each parent is calculated in
relation to their respective incomes. For example, if claimant 1 earns $65k and claimant 2 earns $35K,
claimant 1’s share is 65% and claimant 2’s share is 35%. To calculate your proportionate share, divide
your income by the total of both your incomes, then multiply this number (usually a decimal form, such as
0.65) by the actual cost of special or extraordinary expenses.">
proportionate shares
<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
of the total net monthly Section 7 expenses referred to above:</p>
<br>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Percentage</th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td class="fact-sheet-question">Your proportionate share</td>
<td class="fact-sheet-answer" readonly>
<div class="percent-suffix">
{% input_field type="number" name="your_proportionate_share_percent" value="0" readonly="" id="your_proportionate_share_percent" class="fact-sheet-input" data_calc_percentage="true" data_claimant_one_selector="input[name='annual_gross_income']" data_claimant_two_selector="input[name='spouse_annual_gross_income']" %}
<label>%</label>
</div>
</td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
{% money_input_field name="your_proportionate_share_amount" id="your_proportionate_share_amount" class="fact-sheet-input money child-support-amounts" data_scale="true" data_quantity="#total_extraordinary_expense_monthly" data_scale_factor="input[name='your_proportionate_share_percent']" readonly="" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">Spouse's proportionate share</td>
<td class="fact-sheet-answer" readonly>
<div class="percent-suffix">
{% input_field type="number" name="spouse_proportionate_share_percent" value="0" readonly="" id="spouse_proportionate_share_percent" class="fact-sheet-input" data_calc_percentage="true" data_claimant_one_selector="input[name='spouse_annual_gross_income']" data_claimant_two_selector="input[name='annual_gross_income']" %}
<label>%</label>
</div>
</td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
{% money_input_field name="spouse_proportionate_share_amount" id="spouse_proportionate_share_amount" class="fact-sheet-input money child-support-amounts" data_scale="true" data_quantity="#total_extraordinary_expense_monthly" data_scale_factor="input[name='spouse_proportionate_share_percent']" readonly="" %}
</div>
</td>
</tr>
</tbody>
</table>
</div>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
{% money_input_field name="annual_total_section_seven_expenses" id="total_extraordinary_expense_annually" class="fact-sheet-input money " readonly="" data_mirror="true" data_mirror_target="#total_extraordinary_expense_monthly" data_mirror_scale="month_down" data_mirror_broadcast_change="true" %}
</div>
</td>
</tr>
</tbody>
</table>
<br>
<p>Parties respective
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Proportionate share</b><br />
Proportionate share means that the amount determined to be payable by each parent is calculated in
relation to their respective incomes. For example, if claimant 1 earns $65k and claimant 2 earns $35K,
claimant 1’s share is 65% and claimant 2’s share is 35%. To calculate your proportionate share, divide
your income by the total of both your incomes, then multiply this number (usually a decimal form, such as
0.65) by the actual cost of special or extraordinary expenses.">
proportionate shares
<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
of the total net monthly Section 7 expenses referred to above:</p>
<br>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Percentage</th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td class="fact-sheet-question">Your proportionate share</td>
<td class="fact-sheet-answer" readonly>
<div class="percent-suffix">
{% input_field type="number" name="your_proportionate_share_percent" value="0" readonly="" id="your_proportionate_share_percent" class="fact-sheet-input" data_calc_percentage="true" data_claimant_one_selector="input[name='annual_gross_income']" data_claimant_two_selector="input[name='spouse_annual_gross_income']" %}
<label>%</label>
</div>
</td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
{% money_input_field name="your_proportionate_share_amount" id="your_proportionate_share_amount" class="fact-sheet-input money child-support-amounts" data_scale="true" data_quantity="#total_extraordinary_expense_monthly" data_scale_factor="input[name='your_proportionate_share_percent']" readonly="" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">Spouse's proportionate share</td>
<td class="fact-sheet-answer" readonly>
<div class="percent-suffix">
{% input_field type="number" name="spouse_proportionate_share_percent" value="0" readonly="" id="spouse_proportionate_share_percent" class="fact-sheet-input" data_calc_percentage="true" data_claimant_one_selector="input[name='spouse_annual_gross_income']" data_claimant_two_selector="input[name='annual_gross_income']" %}
<label>%</label>
</div>
</td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
{% money_input_field name="spouse_proportionate_share_amount" id="spouse_proportionate_share_amount" class="fact-sheet-input money child-support-amounts" data_scale="true" data_quantity="#total_extraordinary_expense_monthly" data_scale_factor="input[name='spouse_proportionate_share_percent']" readonly="" %}
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="question-well">
<h3>Please describe the order you are asking for regarding Special and Extraordinary Expenses</h3>
<p>
If you're not sure how to write what you are asking for, you can refer to the
<a href="http://www.courts.gov.bc.ca/supreme_court/practice_and_procedure/family_law_orders/picklist_family_orders.pdf" target="_blank">
The Supreme Court Family Order Pick List</a>
which sets out standard terms for most of the usual orders made in family cases.
</p>
<p>
<strong>Please note</strong> - When entering your answer make sure you insert a line break
(click the ENTER/RETURN key on the keyboard) between each item that you are asking for.
</p>
<p>
For example:
</p>
<blockquote>
<p>
The parties agree that the following expenses shall be considered special or extraordinary expenses for
the child(ren): Happy Day Summer Camp.
</p>
<p>
No other expenses will be considered special or extraordinary unless agreed to by the parties in advance
or by further Court order.
</p>
</blockquote>
{% input_field type="textarea" name="describe_order_special_extra_expenses" class="response-textarea form-control" maxlength="20000" rows="7"%}
</div>
</div>
{% endblock %}


+ 1
- 0
edivorce/apps/core/templatetags/summary_format.py View File

@ -109,6 +109,7 @@ def format_children(context, source):
'payor_monthly_child_support_amount',
'special_extraordinary_expenses',
'Special or Extraordinary Expenses (Fact Sheet A)',
'describe_order_special_extra_expenses'
]
question_to_heading['Payor & Fact Sheets'] = [
'Shared Living Arrangement (Fact Sheet B)',


+ 2
- 1
edivorce/apps/core/utils/question_step_mapping.py View File

@ -138,7 +138,8 @@ question_step_mapping = {
'your_proportionate_share_percent',
'your_proportionate_share_amount',
'spouse_proportionate_share_percent',
'spouse_proportionate_share_amount'
'spouse_proportionate_share_amount',
'describe_order_special_extra_expenses'
],
'spousal_support': ['spouse_support_details', 'spouse_support_act'],
'property_and_debt': ['deal_with_property_debt',


+ 12
- 0
edivorce/fixtures/Question.json View File

@ -1513,6 +1513,18 @@
"model": "core.question",
"pk": "spouse_proportionate_share_amount"
},
{
"fields": {
"name": "Please describe the order you are asking for regarding Special and Extraordinary Expenses",
"description": "For Step 6, Your children - Income & expenses",
"summary_order": 0,
"required": "Conditional",
"conditional_target": "special_extraordinary_expenses",
"reveal_response": "YES"
},
"model": "core.question",
"pk": "describe_order_special_extra_expenses"
},
{
"fields": {
"name": "Number of children",


Loading…
Cancel
Save