diff --git a/edivorce/apps/core/static/js/main.js b/edivorce/apps/core/static/js/main.js index 3051979e..bd76e1b4 100755 --- a/edivorce/apps/core/static/js/main.js +++ b/edivorce/apps/core/static/js/main.js @@ -474,8 +474,8 @@ $(function () { } }; - $('#__claimant_names').each(updateClaimantName); - $('input[name="child_support_payor"]').on('change', updateClaimantName); + // $('#__claimant_names').each(updateClaimantName); + // $('input[name="child_support_payor"]').on('change', updateClaimantName); $("#btn_add_reconciliation_periods").on('click', function () { @@ -599,10 +599,6 @@ $(function () { $(this).closest('td').removeClass('table-cell-active'); }); - if ($('.fact-sheets:visible').length === 0) { - $('#no_fact_sheet_notice').show(); - } - // spinner // $('a.spinner').on('click', function (e) { // e.preventDefault(); diff --git a/edivorce/apps/core/templates/question/06_children_facts.html b/edivorce/apps/core/templates/question/06_children_facts.html index 78b496f9..35218478 100644 --- a/edivorce/apps/core/templates/question/06_children_facts.html +++ b/edivorce/apps/core/templates/question/06_children_facts.html @@ -10,231 +10,11 @@ {% block progress %}{% include "partials/progress.html" %}{% endblock %} {% block content %} -

Step {% step_order step="children" %}:Children - Other Fact Sheets

+

Step {% step_order step="children" %}:Children - Fact Sheets

- -{% if 'None' not in special_extraordinary_expenses|load_json %} -
-

Special or Extraordinary Expenses (Fact Sheet A)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MonthlyAnnually
Child care expenses for when the recipient works or goes to school - -
- {% money_input_field name="child_care_expenses" id="child_care_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_sum="true" data_sum_class="extraordinary-expense-monthly" data_sum_target_id="total_extraordinary_expense_monthly" data_mirror="true" data_mirror_target="#child_care_expenses_year" data_mirror_scale="year_up" %} -
-
-
- {% money_input_field value_src="child_care_expenses" id="child_care_expenses_year" class="fact-sheet-input money extraordinary_expense_annually" scale_factor="12" data_mirror="true" data_mirror_target="#child_care_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" %} -
-
Any healthcare premiums you pay to your employer or other provider - to provide the coverage to your children rather than yourself - -
- {% money_input_field name="children_healthcare_premiums" id="children_healthcare_premiums_month" class="fact-sheet-input money extraordinary-expense-monthly" data_sum="true" data_sum_class="extraordinary-expense-monthly" data_sum_target_id="total_extraordinary_expense_monthly" data_mirror="true" data_mirror_target="#children_healthcare_premiums_year" data_mirror_scale="year_up" %} -
-
-
- {% money_input_field value_src="children_healthcare_premiums" id="children_healthcare_premiums_year" class="fact-sheet-input money extraordinary_expense_annually" scale_factor="12" data_mirror="true" data_mirror_target="#children_healthcare_premiums_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" %} -
-
- - Health related expenses - - that exceed insurance reimbursement by at least $100 - -
- {% money_input_field name="health_related_expenses" id="health_related_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_sum="true" data_sum_class="extraordinary-expense-monthly" data_sum_target_id="total_extraordinary_expense_monthly" data_mirror="true" data_mirror_target="#health_related_expenses_year" data_mirror_scale="year_up" %} -
-
-
- {% money_input_field value_src="health_related_expenses" id="health_related_expenses_year" class="fact-sheet-input money extraordinary_expense_annually" scale_factor="12" data_mirror="true" data_mirror_target="#health_related_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" %} -
-
- Extraordinary primary, secondary or other - - educational expenses - - -
- {% money_input_field name="extraordinary_educational_expenses" id="extraordinary_educational_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_sum="true" data_sum_class="extraordinary-expense-monthly" data_sum_target_id="total_extraordinary_expense_monthly" data_mirror="true" data_mirror_target="#extraordinary_educational_expenses_year" data_mirror_scale="year_up" %} -
-
-
- {% money_input_field value_src="extraordinary_educational_expenses" id="extraordinary_educational_expenses_year" class="fact-sheet-input money extraordinary_expense_annually" scale_factor="12" data_mirror="true" data_mirror_target="#extraordinary_educational_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" %} -
-
Post-secondary school expenses -
- {% money_input_field name="post_secondary_expenses" id="post_secondary_expenses_month" class="fact-sheet-input extraordinary-expense-monthly" data_sum="true" data_sum_class="extraordinary-expense-monthly" data_sum_target_id="total_extraordinary_expense_monthly" data_mirror="true" data_mirror_target="#post_secondary_expenses_year" data_mirror_scale="year_up" %} -
-
-
- {% money_input_field value_src="post_secondary_expenses" id="post_secondary_expenses_year" class="fact-sheet-input money extraordinary_expense_annually" scale_factor="12" data_mirror="true" data_mirror_target="#post_secondary_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" %} -
-
Extraordinary - - extracurricular activities - - - expenses - -
- {% money_input_field name="extraordinary_extracurricular_expenses" id="extraordinary_extracurricular_expenses_month" class="fact-sheet-input money extraordinary-expense-monthly" data_sum="true" data_sum_class="extraordinary-expense-monthly" data_sum_target_id="total_extraordinary_expense_monthly" data_mirror="true" data_mirror_target="#extraordinary_extracurricular_expenses_year" data_mirror_scale="year_up" %} -
-
-
- {% money_input_field value_src="extraordinary_extracurricular_expenses" id="extraordinary_extracurricular_expenses_year" class="fact-sheet-input money extraordinary_expense_annually" scale_factor="12" data_mirror="true" data_mirror_target="#extraordinary_extracurricular_expenses_month" data_mirror_scale="month_down" data_mirror_broadcast_change="true" %} -
-
Total section 7 expenses -
- {% money_input_field name="total_section_seven_expenses" id="total_extraordinary_expense_monthly" class="fact-sheet-input money " readonly="" data_mirror="true" data_mirror_target="#total_extraordinary_expense_annually" data_mirror_scale="year_up" %} -
-
-
- {% money_input_field value_src="total_section_seven_expenses" id="total_extraordinary_expense_annually" class="fact-sheet-input money " scale_factor="12" readonly="" %} -
-
- -
-

Parties respective - - proportionate shares - - - of the total net monthly Section 7 expenses referred to above:

-
- - - - - - - - - - - - - - - - - - - - - -
PercentageAmount
Your proportionate share -
- {% 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']" %} - -
-
-
- {% 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="" %} -
-
Spouse's proportionate share -
- {% 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']" %} - -
-
-
- {% 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="" %} -
-
-
-

Claimant {% payorize %}

-

Total monthly child support payment amount - Including the monthly Guidelines table amount under Schedule 1 of the Guidelines and the section 7 - expenses is: - - - -

-
-{% endif %} - +
+

Who is the + + payor + + ? +

+

+ Please select one +

+ +
+ +
+
+ +
+
+ +
+ + +
+
+

+ The parent who the child lives with most of the time is entitled to child support from the other + parent. If a child spends equal (or almost equal) time with both parents, the parent with the higher + income will usually have to pay child support. +

+
+
+
+ + {% if children_of_marriage == 'YES' and 'NO' not in children_financial_support %}

Child(ren) 19 Years or Older (Fact Sheet D)

@@ -593,8 +422,7 @@

- What is the monthly amount that {% payorize %} - will be paying for child support (as per Schedule 1 of the Federal Child Support Guidelines)? + What is the monthly amount that payor will be paying for child support (as per Schedule 1 of the Federal Child Support Guidelines)?

@@ -813,51 +641,316 @@ +
+
+{% endif %} -
-

- Do you and your spouse agree that ${{ total_guideline_amount }} is the child support amount? -

-
- - - -
- -{% endif %} +
+
+

The types of situations that might result in undue hardship include:

+
    +
  • having an unusual or excessive amount of debt,
  • +
  • having to make other support payments to children of another family (for example, from a previous marriage),
  • +
  • having to support a disabled or ill person, and
  • +
  • having to spend a lot of money to visit the child (for example, airfare to another city).
  • +
+
+
+ {% endblock %} diff --git a/edivorce/apps/core/templates/question/06_children_income_expenses.html b/edivorce/apps/core/templates/question/06_children_income_expenses.html index 7cad1446..b9ed68e9 100644 --- a/edivorce/apps/core/templates/question/06_children_income_expenses.html +++ b/edivorce/apps/core/templates/question/06_children_income_expenses.html @@ -248,312 +248,100 @@
- -
-

Are you or your spouse claiming undue hardship?

-

- The Child Support Guidelines tables contain the base amounts for child support. If you our your spouse feel - that the child support amount will not leave enough money, you can claim that you will suffer - - undue hardship. - -

- -
- - - +
+

What is the monthly child support amount (as per + Schedule 1 + of the guidelines) that is payable by claimant?

+
+ {% money_input_field name="payor_monthly_child_support_amount" class="money positive-integer form-block response-textbox children-input-block" data_mirror="true" data_mirror_target="#child_support_amount_label" %}
- @@ -618,6 +406,215 @@
+ + + {% endblock %} diff --git a/edivorce/apps/core/templates/question/06_children_payor_medical.html b/edivorce/apps/core/templates/question/06_children_payor_medical.html index cdef60e1..fcf4a4d7 100644 --- a/edivorce/apps/core/templates/question/06_children_payor_medical.html +++ b/edivorce/apps/core/templates/question/06_children_payor_medical.html @@ -7,7 +7,7 @@ {% block progress %}{% include "partials/progress.html" %}{% endblock %} {% block content %} -

Step {% step_order step="children" %}:Children - Payor & medical expenses

+

Step {% step_order step="children" %}:Children - Medical expenses

-
-

Who is the - - payor - - ? -

-

- Please select one -

- -
- -
-
- -
-
- -
- - -
-
-

- The parent who the child lives with most of the time is entitled to child support from the other - parent. If a child spends equal (or almost equal) time with both parents, the parent with the higher - income will usually have to pay child support. -

-
-
-
- - {% if claiming_undue_hardship == 'NO' %} - - {% endif %} -
-

What is the monthly child support amount - - proposed in the order - - to be paid by ? -

-
- -
- - {% if how_will_calculate_income != 'entered agreement' %} -
- -

- Please describe what arrangements have been made for the support of the child (ren)? - {% input_field type="textarea" name="child_support_in_order_reason" class="other-textbox response-textarea form-control" tabindex="-1" maxlength="500" rows="3" %} -

-
- {% endif %} -
- - - - - - -

Is medical coverage available for the children?

diff --git a/edivorce/apps/core/templates/question/06_children_what_for.html b/edivorce/apps/core/templates/question/06_children_what_for.html index 86135f3f..ed9453d8 100644 --- a/edivorce/apps/core/templates/question/06_children_what_for.html +++ b/edivorce/apps/core/templates/question/06_children_what_for.html @@ -10,6 +10,126 @@ {% block content %}

Step {% step_order step="children" %}:Children - What are you asking for

+
+

What is the monthly child support amount + + proposed in the order + + to be paid by ? +

+
+ +
+ + {% if how_will_calculate_income != 'entered agreement' %} +
+ +

+ Please describe what arrangements have been made for the support of the child (ren)? + {% input_field type="textarea" name="child_support_in_order_reason" class="other-textbox response-textarea form-control" tabindex="-1" maxlength="500" rows="3" %} +

+
+ {% endif %} +
+ + + + + + + + + + +

Do you have a separation agreement that sets out what you've agreed to around parenting and child support?