From 5f0f80ad74a114d6a72a7f7216f45bf085b8e060 Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Thu, 11 Jan 2018 16:51:19 -0800 Subject: [PATCH] DIV-556,DIV-557 - child support payments in arrears --- .../question/06_children_payor_medical.html | 28 +++++++++++++++++++ edivorce/fixtures/Question.json | 22 +++++++++++++++ 2 files changed, 50 insertions(+) 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 7d8bb7e6..72424afa 100644 --- a/edivorce/apps/core/templates/question/06_children_payor_medical.html +++ b/edivorce/apps/core/templates/question/06_children_payor_medical.html @@ -257,6 +257,34 @@ + +
+

Are there any child support payments ( + + in arrears + + ) that have not been paid (as of today's date) under an existing order or written agreement?

+
+ + + +
+
+ {% endblock %} diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index 088d4c70..9c47db2d 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -1602,5 +1602,27 @@ }, "model": "core.question", "pk": "whose_plan_is_coverage_under" +}, +{ + "fields": { + "name": "Are there any child support payments (in arrears) that have not been paid (as of today's date) under an existing order or written agreement?", + "description": "For Step 6, Your children - Payor & medical expenses", + "summary_order": 0, + "required": "Required" + }, + "model": "core.question", + "pk": "child_support_payments_in_arrears" +}, +{ + "fields": { + "name": "What is the amount as of today's date?", + "description": "For Step 6, Your children - Payor & medical expenses", + "summary_order": 0, + "required": "Conditional", + "conditional_target": "child_support_payments_in_arrears", + "reveal_response": "YES" + }, + "model": "core.question", + "pk": "child_support_arrears_amount" } ]