Phase 4: QWeb PDF reports (12 court documents)
Financial affidavits (FL-12.902(b)/(c)), child support worksheet (FL-12.902(e)), motion to modify (FL 61.14), notice of deposition (FL 1.310), motion to compel (FL 1.380), income withholding order (FL 61.1301/FL SDU), fee waiver application (FL 57.082), SSN notice (FL-12.930(a) — filed under seal), mandatory disclosure certificate (FL-12.932), default motion packet (FL 12.922 — 3-part), and parenting plan (FL-12.995(a)). All 12 reports registered in __manifest__.py. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -51,6 +51,19 @@
|
||||
'views/fl_fee_waiver_views.xml',
|
||||
'views/fl_statute_views.xml',
|
||||
'views/menu_views.xml',
|
||||
# Phase 4 — QWeb PDF Reports
|
||||
'report/report_financial_affidavit_short.xml',
|
||||
'report/report_financial_affidavit_long.xml',
|
||||
'report/report_child_support_worksheet.xml',
|
||||
'report/report_motion_to_modify.xml',
|
||||
'report/report_notice_deposition.xml',
|
||||
'report/report_motion_to_compel.xml',
|
||||
'report/report_income_withholding.xml',
|
||||
'report/report_fee_waiver.xml',
|
||||
'report/report_notice_ssn.xml',
|
||||
'report/report_mandatory_disclosure.xml',
|
||||
'report/report_default_motion.xml',
|
||||
'report/report_parenting_plan.xml',
|
||||
],
|
||||
'assets': {
|
||||
'web.assets_frontend': [
|
||||
|
||||
225
activeblue_familylaw/report/report_child_support_worksheet.xml
Normal file
225
activeblue_familylaw/report/report_child_support_worksheet.xml
Normal file
@@ -0,0 +1,225 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- FL-12.902(e) — Child Support Guidelines Worksheet
|
||||
Computed from fl.support.calculation record.
|
||||
Must match FL DCF official format exactly.
|
||||
Filed with the court as part of the child support determination.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_child_support_worksheet" model="ir.actions.report">
|
||||
<field name="name">Child Support Guidelines Worksheet (FL-12.902(e))</field>
|
||||
<field name="model">fl.support.calculation</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_child_support_worksheet</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_child_support_worksheet</field>
|
||||
<field name="print_report_name">'Child Support Worksheet - ' + object.case_id.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_support_calculation"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_child_support_worksheet">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt;">
|
||||
|
||||
<!-- Header -->
|
||||
<div style="text-align: center; border-bottom: 2px solid #000; padding-bottom: 8px; margin-bottom: 16px;">
|
||||
<div style="font-size: 9pt; color: #666;">IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA</div>
|
||||
<div style="font-size: 14pt; font-weight: bold; margin-top: 8px;">CHILD SUPPORT GUIDELINES WORKSHEET</div>
|
||||
<div style="font-size: 10pt;">Florida Family Law Rules of Procedure Form 12.902(e)</div>
|
||||
<div style="font-size: 9pt; color: #555;">Section 61.30, Florida Statutes</div>
|
||||
</div>
|
||||
|
||||
<!-- Case Caption -->
|
||||
<table style="width: 100%; margin-bottom: 16px; font-size: 10pt;">
|
||||
<tr>
|
||||
<td style="width: 55%;">
|
||||
<strong>Case:</strong> <t t-esc="o.case_id.name"/><br/>
|
||||
<strong>Petitioner:</strong> <t t-esc="o.case_id.petitioner_id.name if o.case_id.petitioner_id else 'N/A'"/><br/>
|
||||
<strong>Respondent:</strong> <t t-esc="o.case_id.respondent_id.name if o.case_id.respondent_id else 'N/A'"/>
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 16px;">
|
||||
<strong>Court Case No.:</strong> <t t-esc="o.case_id.court_case_number or '__________________'"/><br/>
|
||||
<strong>Number of Children:</strong> <t t-esc="o.number_of_children"/><br/>
|
||||
<strong>Calculation Date:</strong> <t t-esc="o.calculation_date or '__________'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Step 1 -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 10px;">
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 4px; margin-bottom: 8px; font-size: 10pt;">
|
||||
STEP 1 — MONTHLY NET INCOME (FL 61.30(2)-(3))
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
|
||||
<tr style="border-bottom: 1px solid #ccc;">
|
||||
<th style="padding: 4px; text-align: left;">Income Component</th>
|
||||
<th style="padding: 4px; text-align: right;">Petitioner</th>
|
||||
<th style="padding: 4px; text-align: right;">Respondent</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px;">Monthly Gross Income</td>
|
||||
<td style="padding: 4px; text-align: right;">$<t t-esc="'%,.2f' % o.petitioner_net_income"/></td>
|
||||
<td style="padding: 4px; text-align: right;">$<t t-esc="'%,.2f' % o.respondent_net_income"/></td>
|
||||
</tr>
|
||||
<tr style="font-weight: bold; border-top: 2px solid #000; background: #f8f9fa;">
|
||||
<td style="padding: 4px;"><strong>Monthly Net Income (after allowable deductions)</strong></td>
|
||||
<td style="padding: 4px; text-align: right;"><strong>$<t t-esc="'%,.2f' % o.petitioner_net_income"/></strong></td>
|
||||
<td style="padding: 4px; text-align: right;"><strong>$<t t-esc="'%,.2f' % o.respondent_net_income"/></strong></td>
|
||||
</tr>
|
||||
<tr style="font-weight: bold; border-top: 2px solid #000;">
|
||||
<td style="padding: 4px; font-size: 11pt;"><strong>COMBINED NET MONTHLY INCOME</strong></td>
|
||||
<td colspan="2" style="padding: 4px; text-align: right; font-size: 12pt;">
|
||||
<strong>$<t t-esc="'%,.2f' % o.combined_net_income"/></strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Step 2 -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 10px;">
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 4px; margin-bottom: 8px; font-size: 10pt;">
|
||||
STEP 2 — BASIC OBLIGATION FROM SCHEDULE (FL 61.30(6))
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="padding: 4px; width: 65%;">Combined Net Monthly Income (from Step 1)</td>
|
||||
<td style="padding: 4px; text-align: right;">$<t t-esc="'%,.2f' % o.combined_net_income"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px;">Number of Children</td>
|
||||
<td style="padding: 4px; text-align: right;"><t t-esc="o.number_of_children"/></td>
|
||||
</tr>
|
||||
<tr style="font-weight: bold; border-top: 1px solid #000;">
|
||||
<td style="padding: 4px;"><strong>Basic Support Obligation (from FL DCF Schedule)</strong></td>
|
||||
<td style="padding: 4px; text-align: right; font-size: 12pt;">
|
||||
<strong>$<t t-esc="'%,.2f' % o.basic_support_obligation"/></strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<t t-if="o.combined_net_income > 10000">
|
||||
<div style="font-size: 9pt; color: #666; margin-top: 4px;">
|
||||
* Income exceeds schedule maximum ($10,000/mo). Basic obligation computed using FL 61.30(6) percentage formula.
|
||||
</div>
|
||||
</t>
|
||||
</div>
|
||||
|
||||
<!-- Step 3 -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 10px;">
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 4px; margin-bottom: 8px; font-size: 10pt;">
|
||||
STEP 3 — ADJUSTMENTS (FL 61.30(7)-(9))
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
|
||||
<tr>
|
||||
<th style="padding: 4px; text-align: left;">Adjustment</th>
|
||||
<th style="padding: 4px; text-align: right;">Petitioner</th>
|
||||
<th style="padding: 4px; text-align: right;">Respondent</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px;">Health Insurance Premium (child's share)</td>
|
||||
<td style="padding: 4px; text-align: right;">$<t t-esc="'%,.2f' % o.petitioner_health_insurance"/></td>
|
||||
<td style="padding: 4px; text-align: right;">$<t t-esc="'%,.2f' % o.respondent_health_insurance"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px;">Childcare Costs (work-related)</td>
|
||||
<td style="padding: 4px; text-align: right;">$<t t-esc="'%,.2f' % o.petitioner_childcare"/></td>
|
||||
<td style="padding: 4px; text-align: right;">$<t t-esc="'%,.2f' % o.respondent_childcare"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px;">Extraordinary Expenses</td>
|
||||
<td style="padding: 4px; text-align: right;">$<t t-esc="'%,.2f' % (o.extraordinary_expenses or 0.0)"/></td>
|
||||
<td style="padding: 4px; text-align: right;">$0.00</td>
|
||||
</tr>
|
||||
<tr style="font-weight: bold; border-top: 1px solid #000;">
|
||||
<td style="padding: 4px;"><strong>Total Adjusted Support Obligation</strong></td>
|
||||
<td colspan="2" style="padding: 4px; text-align: right;">
|
||||
<strong>$<t t-esc="'%,.2f' % o.adjusted_support_obligation"/></strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Step 4 -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 10px;">
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 4px; margin-bottom: 8px; font-size: 10pt;">
|
||||
STEP 4 — TIMESHARING ADJUSTMENT (FL 61.30(11)(b))
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="padding: 4px; width: 65%;">Petitioner Overnights/Year</td>
|
||||
<td style="padding: 4px; text-align: right;"><t t-esc="o.petitioner_overnights_year or 0"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px;">Respondent Overnights/Year</td>
|
||||
<td style="padding: 4px; text-align: right;"><t t-esc="o.respondent_overnights_year or 0"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px;">Substantial Timesharing Applies (>73 overnights)</td>
|
||||
<td style="padding: 4px; text-align: right;">
|
||||
<t t-if="o.substantial_timesharing_applies">YES — FL 61.30(11)(b) formula applies</t>
|
||||
<t t-else="">No — standard calculation</t>
|
||||
</td>
|
||||
</tr>
|
||||
<t t-if="o.substantial_timesharing_applies">
|
||||
<tr style="border-top: 1px solid #000;">
|
||||
<td style="padding: 4px; font-size: 9pt; color: #555;" colspan="2">
|
||||
Formula: Each parent's obligation = Basic × (1 + other parent's %) × (their overnight%) × 1.5
|
||||
Net payment = difference between the two computed obligations
|
||||
</td>
|
||||
</tr>
|
||||
</t>
|
||||
<tr style="font-weight: bold; border-top: 2px solid #000;">
|
||||
<td style="padding: 4px;"><strong>Timesharing Credit Applied</strong></td>
|
||||
<td style="padding: 4px; text-align: right;">
|
||||
$<t t-esc="'%,.2f' % (o.timesharing_adjustment or 0.0)"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Step 5 — Final -->
|
||||
<div style="border: 2px solid #003366; padding: 10px; margin-bottom: 16px; background: #f0f4ff;">
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 8px; font-size: 11pt;">
|
||||
STEP 5 — FINAL MONTHLY CHILD SUPPORT OBLIGATION
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 11pt; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="padding: 6px; font-weight: bold;">Petitioner's Monthly Obligation</td>
|
||||
<td style="padding: 6px; text-align: right; font-weight: bold;">$<t t-esc="'%,.2f' % o.petitioner_obligation"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 6px; font-weight: bold;">Respondent's Monthly Obligation</td>
|
||||
<td style="padding: 6px; text-align: right; font-weight: bold;">$<t t-esc="'%,.2f' % o.respondent_obligation"/></td>
|
||||
</tr>
|
||||
<tr style="border-top: 2px solid #003366; background: #003366; color: #fff;">
|
||||
<td style="padding: 8px; font-size: 14pt;"><strong>NET MONTHLY PAYMENT (<t t-esc="'Respondent' if o.respondent_obligation > o.petitioner_obligation else 'Petitioner'"/> pays)</strong></td>
|
||||
<td style="padding: 8px; text-align: right; font-size: 16pt;">
|
||||
<strong>$<t t-esc="'%,.2f' % o.net_payment"/></strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<t t-if="o.retroactivity_date">
|
||||
<div style="margin-top: 8px; font-size: 9pt; color: #333;">
|
||||
<strong>Retroactivity (FL 61.30(17)):</strong> Support modification is retroactive to filing date:
|
||||
<t t-esc="o.retroactivity_date"/>. Past-due support for periods BEFORE filing date cannot be claimed.
|
||||
</div>
|
||||
</t>
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 8px;">
|
||||
Generated by ActiveBlue Family Law Case Management Software. Verify all figures before submitting to the court.
|
||||
This document does not constitute legal advice. | Case: <t t-esc="o.case_id.name"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
312
activeblue_familylaw/report/report_default_motion.xml
Normal file
312
activeblue_familylaw/report/report_default_motion.xml
Normal file
@@ -0,0 +1,312 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Motion for Default Judgment (FL 12.922)
|
||||
Auto-populated from fl.case record.
|
||||
Filed when respondent fails to respond within 20 days of service (FL 1.140).
|
||||
Includes: Motion for Default, Proposed Default Judgment, Clerk instructions.
|
||||
This report is triggered by the default_motion_file deadline type in fl_deadline.py.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_default_motion" model="ir.actions.report">
|
||||
<field name="name">Motion for Default Judgment (FL 12.922)</field>
|
||||
<field name="model">fl.case</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_default_motion</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_default_motion</field>
|
||||
<field name="print_report_name">'Motion for Default - ' + object.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_case"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_default_motion">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt; line-height: 1.8;">
|
||||
|
||||
<!-- Urgency Banner -->
|
||||
<div style="background: #dc3545; color: #fff; padding: 10px; text-align: center; margin-bottom: 16px; font-size: 11pt; font-weight: bold;">
|
||||
DEFAULT PROCEEDINGS — FL 12.922 / FL 1.140<br/>
|
||||
<span style="font-size: 9pt; font-weight: normal;">
|
||||
File with clerk only after 20-day response deadline has passed with no response from Respondent
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Court Header -->
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
|
||||
FAMILY DIVISION
|
||||
</div>
|
||||
|
||||
<!-- Caption -->
|
||||
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
|
||||
In Re: The Matter of:<br/><br/>
|
||||
<strong><t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>,</strong><br/>
|
||||
Petitioner,<br/><br/>
|
||||
and<br/><br/>
|
||||
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/>,</strong><br/>
|
||||
Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.court_case_number or '____________________'"/><br/>
|
||||
Division: <t t-esc="o.division or '___'"/><br/>
|
||||
Judge: <t t-esc="o.judge_id.name if o.judge_id else '____________________'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- ===== PART 1: MOTION FOR CLERK'S DEFAULT ===== -->
|
||||
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
|
||||
MOTION FOR CLERK'S DEFAULT
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>PETITIONER, <t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>,</strong>
|
||||
pro se, pursuant to Rule 1.500(a), Florida Rules of Civil Procedure, and
|
||||
Florida Family Law Rule of Procedure Form 12.922(a), moves for entry of
|
||||
default against the Respondent, and states:
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>1.</strong> Petitioner filed a Petition for
|
||||
<t t-esc="dict([('dissolution','Dissolution of Marriage'),('paternity','Establishment of Paternity'),('child_support','Child Support'),('modification','Modification of Child Support'),('injunction','Injunction / Domestic Violence')]).get(o.case_type, 'the above-captioned matter')"/>
|
||||
in the above-styled case.
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>2.</strong> The Petition and Summons were served upon the Respondent,
|
||||
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/></strong>,
|
||||
on <t t-esc="str(o.service_date) if o.service_date else '__________________'"/>,
|
||||
as evidenced by the Proof of Service on file with this Court.
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>3.</strong> Pursuant to Rule 1.140(a), Florida Rules of Civil Procedure,
|
||||
the Respondent was required to file a written response within twenty (20) days
|
||||
of service, i.e., on or before
|
||||
<t t-esc="str(o.answer_deadline) if o.answer_deadline else '__________________'"/>.
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>4.</strong> The Respondent has failed to file any responsive pleading,
|
||||
appearance, or motion within the time required by law and has not sought any
|
||||
extension of time from this Court.
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 20px;">
|
||||
<strong>5.</strong> The Respondent is NOT on active military duty, to the best of
|
||||
Petitioner's knowledge, as required by the Servicemembers Civil Relief Act (50 U.S.C. §§ 3901 et seq.).
|
||||
[ ] Verified by SCRA search on: ________________
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 20px;">
|
||||
<strong>WHEREFORE,</strong> Petitioner respectfully requests that the Clerk of Court
|
||||
enter a default against the Respondent,
|
||||
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/></strong>,
|
||||
for failure to respond to the Petition as required by law.
|
||||
</div>
|
||||
|
||||
<!-- Signature -->
|
||||
<div style="margin-top: 20px;">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 55%;">
|
||||
<div style="border-top: 1px solid #000; margin-top: 40px; padding-top: 4px;">
|
||||
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>, Pro Se Petitioner
|
||||
</div>
|
||||
<t t-if="o.petitioner_id and o.petitioner_id.street">
|
||||
<div style="font-size: 10pt; margin-top: 4px;">
|
||||
<t t-esc="o.petitioner_id.street"/>, <t t-esc="o.petitioner_id.city"/>, FL <t t-esc="o.petitioner_id.zip"/>
|
||||
</div>
|
||||
</t>
|
||||
</td>
|
||||
<td style="padding-left: 20px;">
|
||||
<div style="margin-top: 20px;">Date: ______________________</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- PAGE BREAK for separate document -->
|
||||
<div style="page-break-before: always;"/>
|
||||
|
||||
<!-- ===== PART 2: CLERK'S DEFAULT (for clerk to sign) ===== -->
|
||||
<div style="text-align: center; margin-bottom: 20px; margin-top: 20px;">
|
||||
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
|
||||
FAMILY DIVISION
|
||||
</div>
|
||||
|
||||
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
|
||||
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>, Petitioner,<br/>
|
||||
vs.<br/>
|
||||
<t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/>, Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.court_case_number or '____________________'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
|
||||
CLERK'S DEFAULT
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 20px;">
|
||||
A default is hereby entered in the above-styled cause against the Respondent,
|
||||
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/></strong>,
|
||||
for failure to file any paper in this action or otherwise defend as required by law,
|
||||
pursuant to Rule 1.500(a), Florida Rules of Civil Procedure.
|
||||
</div>
|
||||
|
||||
<div style="margin-top: 40px;">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 55%;">
|
||||
<div style="border-top: 1px solid #000; margin-top: 40px; padding-top: 4px;">
|
||||
CLERK OF THE CIRCUIT COURT<br/>
|
||||
Miami-Dade County, Florida
|
||||
</div>
|
||||
</td>
|
||||
<td style="padding-left: 20px;">
|
||||
<div style="margin-top: 20px;">Date: ______________________</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div style="margin-top: 20px; font-size: 10pt;">
|
||||
By: _________________________ Deputy Clerk
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- PAGE BREAK for Motion for Default Final Judgment -->
|
||||
<div style="page-break-before: always;"/>
|
||||
|
||||
<!-- ===== PART 3: MOTION FOR DEFAULT FINAL JUDGMENT ===== -->
|
||||
<div style="text-align: center; margin-bottom: 20px; margin-top: 20px;">
|
||||
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
|
||||
FAMILY DIVISION
|
||||
</div>
|
||||
|
||||
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
|
||||
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>, Petitioner,<br/>
|
||||
vs.<br/>
|
||||
<t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/>, Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.court_case_number or '____________________'"/><br/>
|
||||
Division: <t t-esc="o.division or '___'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
|
||||
MOTION FOR DEFAULT FINAL JUDGMENT
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>PETITIONER,</strong> pursuant to Rule 1.500(e), Florida Rules of Civil Procedure,
|
||||
and Florida Family Law Rule of Procedure Form 12.922(b), moves this Court for
|
||||
entry of a Default Final Judgment against the Respondent, and states:
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>1.</strong> A Clerk's Default has been entered against the Respondent in this action.
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>2.</strong> The Petitioner has filed all required financial disclosure documents
|
||||
pursuant to Rule 12.285, Florida Family Law Rules of Procedure.
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>3.</strong> The Petitioner requests that this Court enter a Default Final Judgment
|
||||
granting the relief requested in the Petition, including:
|
||||
<ol style="margin-top: 8px;">
|
||||
<t t-if="o.case_type in ('dissolution', 'paternity', 'child_support', 'modification')">
|
||||
<li>Establishment of child support pursuant to Section 61.30, Florida Statutes,
|
||||
in the amount of $<t t-esc="'%,.2f' % (o.calculated_support or 0.0)"/> per month
|
||||
(per attached Child Support Guidelines Worksheet);</li>
|
||||
</t>
|
||||
<t t-if="o.case_type == 'dissolution'">
|
||||
<li>Dissolution of the marriage between the parties;</li>
|
||||
<li>Approval of the parenting plan and timesharing schedule;</li>
|
||||
</t>
|
||||
<li>Such other and further relief as the Court deems just and proper.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 20px;">
|
||||
<strong>4.</strong> No hearing is required as this is an uncontested matter by default.
|
||||
The Petitioner respectfully requests this Court enter judgment based on the
|
||||
pleadings and financial affidavit on file.
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 20px;">
|
||||
<strong>WHEREFORE,</strong> Petitioner requests entry of a Default Final Judgment
|
||||
granting the relief set forth in the Petition.
|
||||
</div>
|
||||
|
||||
<!-- Signature -->
|
||||
<div style="margin-top: 20px;">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 55%;">
|
||||
<div style="border-top: 1px solid #000; margin-top: 40px; padding-top: 4px;">
|
||||
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>, Pro Se Petitioner
|
||||
</div>
|
||||
</td>
|
||||
<td style="padding-left: 20px;">
|
||||
<div style="margin-top: 20px;">Date: ______________________</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Certificate of Service -->
|
||||
<div style="margin-top: 20px; border-top: 1px solid #000; padding-top: 12px; font-size: 10pt;">
|
||||
<strong style="text-decoration: underline;">CERTIFICATE OF SERVICE</strong><br/>
|
||||
I hereby certify that a copy of the foregoing has been served on
|
||||
<t t-esc="o.respondent_id.name if o.respondent_id else 'the Respondent'"/>
|
||||
by [ ] U.S. Mail [ ] Email [ ] E-Filing Portal
|
||||
on _______________________, 20____.
|
||||
</div>
|
||||
|
||||
<!-- Checklist box -->
|
||||
<div style="border: 2px solid #003366; padding: 12px; margin-top: 20px; font-size: 10pt; background: #f0f4ff;">
|
||||
<strong>DEFAULT PACKET CHECKLIST — Attach all of the following:</strong>
|
||||
<ol style="margin-top: 6px;">
|
||||
<li>[ ] This Motion for Clerk's Default (Part 1 above)</li>
|
||||
<li>[ ] Proof of Service (process server affidavit on file)</li>
|
||||
<li>[ ] SCRA Military Search printout (SCRA.dmdc.osd.mil)</li>
|
||||
<li>[ ] Clerk's Default (Part 2 — clerk signs this)</li>
|
||||
<li>[ ] Motion for Default Final Judgment (Part 3 above)</li>
|
||||
<li>[ ] Financial Affidavit (FL-12.902(b) or (c)) — notarized</li>
|
||||
<li>[ ] Child Support Guidelines Worksheet (FL-12.902(e))</li>
|
||||
<li>[ ] Proposed Final Judgment (blank order for judge to sign)</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="margin-top: 12px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 6px;">
|
||||
Generated by ActiveBlue Family Law. Verify all information before filing.
|
||||
SCRA search required before any default against a Respondent (federal law).
|
||||
Case: <t t-esc="o.name"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
246
activeblue_familylaw/report/report_fee_waiver.xml
Normal file
246
activeblue_familylaw/report/report_fee_waiver.xml
Normal file
@@ -0,0 +1,246 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- FL 57.082 — Application for Civil Indigent Status
|
||||
Auto-populated from fl.fee.waiver record.
|
||||
Used to waive court filing fees and mediator fees for qualifying parties.
|
||||
Eligibility: income <= 200% Federal Poverty Level (FPL) per FL 57.082.
|
||||
Mediator waiver: separate threshold per FL 44.108.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_fee_waiver" model="ir.actions.report">
|
||||
<field name="name">Application for Civil Indigent Status (FL 57.082)</field>
|
||||
<field name="model">fl.fee.waiver</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_fee_waiver</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_fee_waiver</field>
|
||||
<field name="print_report_name">'Fee Waiver Application - ' + object.case_id.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_fee_waiver"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_fee_waiver">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt; line-height: 1.7;">
|
||||
|
||||
<!-- Court Header -->
|
||||
<div style="text-align: center; margin-bottom: 16px;">
|
||||
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
|
||||
FAMILY DIVISION
|
||||
</div>
|
||||
|
||||
<!-- Title -->
|
||||
<div style="text-align: center; font-size: 14pt; font-weight: bold; margin-bottom: 4px; text-decoration: underline;">
|
||||
APPLICATION FOR CIVIL INDIGENT STATUS
|
||||
</div>
|
||||
<div style="text-align: center; font-size: 10pt; margin-bottom: 16px; color: #333;">
|
||||
Section 57.082, Florida Statutes
|
||||
</div>
|
||||
|
||||
<!-- Caption -->
|
||||
<table style="width: 100%; margin-bottom: 16px; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
|
||||
<t t-esc="o.case_id.petitioner_id.name if o.case_id.petitioner_id else '__________________'"/>, Petitioner,<br/>
|
||||
vs.<br/>
|
||||
<t t-esc="o.case_id.respondent_id.name if o.case_id.respondent_id else '__________________'"/>, Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.case_id.court_case_number or '____________________'"/><br/>
|
||||
Division: <t t-esc="o.case_id.division or '___'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Eligibility Result Banner -->
|
||||
<t t-if="o.is_eligible">
|
||||
<div style="border: 2px solid #28a745; padding: 10px; margin-bottom: 16px; background: #d4edda; text-align: center; font-size: 11pt; font-weight: bold;">
|
||||
✓ PRELIMINARY ELIGIBILITY: APPLICANT APPEARS TO QUALIFY FOR FEE WAIVER<br/>
|
||||
<span style="font-size: 9pt; font-weight: normal;">
|
||||
Annual Income: $<t t-esc="'%,.2f' % (o.annual_income or 0.0)"/> |
|
||||
FPL Threshold (200%): $<t t-esc="'%,.2f' % (o.fpl_threshold_200 or 0.0)"/>
|
||||
</span>
|
||||
</div>
|
||||
</t>
|
||||
<t t-else="">
|
||||
<div style="border: 2px solid #dc3545; padding: 10px; margin-bottom: 16px; background: #f8d7da; text-align: center; font-size: 11pt; font-weight: bold;">
|
||||
✗ PRELIMINARY REVIEW: INCOME MAY EXCEED ELIGIBILITY THRESHOLD<br/>
|
||||
<span style="font-size: 9pt; font-weight: normal;">
|
||||
Annual Income: $<t t-esc="'%,.2f' % (o.annual_income or 0.0)"/> |
|
||||
FPL Threshold (200%): $<t t-esc="'%,.2f' % (o.fpl_threshold_200 or 0.0)"/>
|
||||
— The clerk will make the final determination.
|
||||
</span>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<!-- PART I: APPLICANT INFO -->
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 5px; margin-bottom: 8px; font-size: 10pt; border-left: 4px solid #003366;">
|
||||
PART I — APPLICANT INFORMATION
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 12px;">
|
||||
<tr>
|
||||
<td style="padding: 4px; width: 30%; font-weight: bold;">Full Legal Name:</td>
|
||||
<td style="padding: 4px;"><t t-esc="o.party_id.name if o.party_id else '_______________________________'"/></td>
|
||||
<td style="padding: 4px; width: 20%; font-weight: bold;">Date of Birth:</td>
|
||||
<td style="padding: 4px;"><t t-esc="str(o.party_id.date_of_birth) if o.party_id and o.party_id.date_of_birth else '________________'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; font-weight: bold;">Address:</td>
|
||||
<td colspan="3" style="padding: 4px;">
|
||||
<t t-if="o.party_id and o.party_id.street">
|
||||
<t t-esc="o.party_id.street"/>, <t t-esc="o.party_id.city"/>, FL <t t-esc="o.party_id.zip"/>
|
||||
</t>
|
||||
<t t-else="">_____________________________________________</t>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; font-weight: bold;">Phone:</td>
|
||||
<td style="padding: 4px;"><t t-esc="o.party_id.phone if o.party_id else '___________________'"/></td>
|
||||
<td style="padding: 4px; font-weight: bold;">Email:</td>
|
||||
<td style="padding: 4px;"><t t-esc="o.party_id.email if o.party_id else '___________________'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; font-weight: bold;">Role in Case:</td>
|
||||
<td colspan="3" style="padding: 4px;">[ ] Petitioner [ ] Respondent</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- PART II: INCOME -->
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 5px; margin-bottom: 8px; font-size: 10pt; border-left: 4px solid #003366;">
|
||||
PART II — INCOME INFORMATION
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 12px;">
|
||||
<tr>
|
||||
<td style="padding: 4px; width: 55%; font-weight: bold;">Number of persons in household:</td>
|
||||
<td style="padding: 4px;"><t t-esc="o.household_size or '____'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; font-weight: bold;">Monthly Gross Income (all sources):</td>
|
||||
<td style="padding: 4px;">$<t t-esc="'%,.2f' % (o.monthly_income or 0.0)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; font-weight: bold;">Annual Gross Income (× 12):</td>
|
||||
<td style="padding: 4px;"><strong>$<t t-esc="'%,.2f' % (o.annual_income or 0.0)"/></strong></td>
|
||||
</tr>
|
||||
<tr style="background: #f8f9fa;">
|
||||
<td style="padding: 4px; font-weight: bold;">Federal Poverty Level (200%) for household of <t t-esc="o.household_size or '___'"/>:</td>
|
||||
<td style="padding: 4px;">$<t t-esc="'%,.2f' % (o.fpl_threshold_200 or 0.0)"/>/year</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- PART III: INCOME SOURCES -->
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 5px; margin-bottom: 8px; font-size: 10pt; border-left: 4px solid #003366;">
|
||||
PART III — SOURCES OF INCOME (Check all that apply)
|
||||
</div>
|
||||
<div style="font-size: 10pt; margin-bottom: 12px; line-height: 2.0;">
|
||||
[ ] Employment wages/salary: $________ /month<br/>
|
||||
[ ] Self-employment / business income: $________ /month<br/>
|
||||
[ ] Social Security / SSI: $________ /month<br/>
|
||||
[ ] Unemployment compensation: $________ /month<br/>
|
||||
[ ] Workers' Compensation: $________ /month<br/>
|
||||
[ ] Child support received: $________ /month<br/>
|
||||
[ ] Alimony received: $________ /month<br/>
|
||||
[ ] Pension / retirement / IRA distributions: $________ /month<br/>
|
||||
[ ] Rental income: $________ /month<br/>
|
||||
[ ] Public assistance (food stamps, welfare, Medicaid): $________ /month<br/>
|
||||
[ ] Other: ________________________ $________ /month
|
||||
</div>
|
||||
|
||||
<!-- PART IV: ASSETS -->
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 5px; margin-bottom: 8px; font-size: 10pt; border-left: 4px solid #003366;">
|
||||
PART IV — ASSETS
|
||||
</div>
|
||||
<div style="font-size: 10pt; margin-bottom: 12px; line-height: 2.0;">
|
||||
Cash on hand / bank accounts: $________<br/>
|
||||
Real property (value): $________ Mortgage/lien: $________<br/>
|
||||
Vehicles (value): $________ Loan balance: $________<br/>
|
||||
Other assets: $________
|
||||
</div>
|
||||
|
||||
<!-- PART V: PUBLIC BENEFITS -->
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 5px; margin-bottom: 8px; font-size: 10pt; border-left: 4px solid #003366;">
|
||||
PART V — PUBLIC BENEFITS (Auto-Qualify under FL 57.082(1)(b))
|
||||
</div>
|
||||
<div style="font-size: 10pt; margin-bottom: 12px; line-height: 2.0;">
|
||||
Are you currently receiving any of the following benefits?<br/>
|
||||
[ ] Temporary Assistance for Needy Families (TANF)<br/>
|
||||
[ ] Supplemental Security Income (SSI)<br/>
|
||||
[ ] Medicaid (income-based)<br/>
|
||||
[ ] Food Stamps (SNAP)<br/>
|
||||
If YES to any of the above, you automatically qualify under FL 57.082(1)(b).
|
||||
</div>
|
||||
|
||||
<!-- PART VI: MEDIATOR WAIVER -->
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 5px; margin-bottom: 8px; font-size: 10pt; border-left: 4px solid #003366;">
|
||||
PART VI — MEDIATOR FEE WAIVER REQUEST (FL 44.108)
|
||||
</div>
|
||||
<div style="font-size: 10pt; margin-bottom: 12px;">
|
||||
<t t-if="o.mediator_waiver_eligible">
|
||||
<div style="color: #28a745; font-weight: bold;">
|
||||
✓ Applicant also appears to qualify for reduced/waived mediator fees under FL 44.108.
|
||||
</div>
|
||||
</t>
|
||||
<t t-else="">
|
||||
[ ] I also request a waiver of mediator fees pursuant to Section 44.108, Florida Statutes.
|
||||
</t>
|
||||
<div style="margin-top: 6px;">
|
||||
<strong>Basis for mediator fee waiver:</strong><br/>
|
||||
[ ] Income-based (same threshold as above)<br/>
|
||||
[ ] Receiving public assistance (TANF, SSI, Medicaid, SNAP)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Oath -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-top: 12px; font-size: 10pt;">
|
||||
<strong>OATH:</strong><br/>
|
||||
I, <t t-esc="o.party_id.name if o.party_id else '__________________________'"/>, hereby swear or affirm
|
||||
under penalty of perjury that the information provided in this Application is true and
|
||||
correct to the best of my knowledge. I understand that the clerk will make the final
|
||||
determination of indigent status and that the court may review this determination.
|
||||
I further understand that if I am found to have provided false information, I may
|
||||
be required to pay all fees, costs, and potentially face criminal penalties.
|
||||
</div>
|
||||
|
||||
<!-- Signature -->
|
||||
<div style="margin-top: 20px;">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 55%;">
|
||||
<div style="border-top: 1px solid #000; margin-top: 50px; padding-top: 4px;">
|
||||
Signature of Applicant
|
||||
</div>
|
||||
</td>
|
||||
<td style="padding-left: 20px;">
|
||||
<div style="margin-top: 20px;">Date: ______________________</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Clerk Use Only -->
|
||||
<div style="border: 2px solid #000; padding: 10px; margin-top: 16px; font-size: 10pt;">
|
||||
<strong>FOR CLERK USE ONLY:</strong><br/><br/>
|
||||
[ ] APPROVED — Civil indigent status granted. Filing fees waived.<br/>
|
||||
[ ] DENIED — Income exceeds threshold. Filing fee required: $________<br/>
|
||||
[ ] DEFERRED — Additional documentation required.<br/><br/>
|
||||
Clerk Signature: _________________________ Date: _________________<br/>
|
||||
Determination No.: _________________________
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="margin-top: 10px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 6px;">
|
||||
Generated by ActiveBlue Family Law. FPL figures effective January 2025.
|
||||
Verify current FPL at HHS.gov before filing. Case: <t t-esc="o.case_id.name"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
375
activeblue_familylaw/report/report_financial_affidavit_long.xml
Normal file
375
activeblue_familylaw/report/report_financial_affidavit_long.xml
Normal file
@@ -0,0 +1,375 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- FL-12.902(c) — Long Form Financial Affidavit
|
||||
Auto-populated from fl.party record.
|
||||
Required when EITHER party's gross income >= $50,000/year ($4,167/mo).
|
||||
FL Family Law Rule of Procedure Form 12.902(c).
|
||||
Must be sworn (notarized) before filing.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_financial_affidavit_long" model="ir.actions.report">
|
||||
<field name="name">Financial Affidavit — Long Form (FL-12.902(c))</field>
|
||||
<field name="model">fl.party</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_financial_affidavit_long</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_financial_affidavit_long</field>
|
||||
<field name="print_report_name">'Financial Affidavit Long - ' + object.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_party"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_financial_affidavit_long">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 10pt; line-height: 1.6;">
|
||||
|
||||
<!-- Header -->
|
||||
<div style="text-align: center; border-bottom: 2px solid #000; padding-bottom: 8px; margin-bottom: 12px;">
|
||||
<div style="font-size: 9pt; color: #555;">IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA</div>
|
||||
<div style="font-size: 13pt; font-weight: bold; margin-top: 6px;">FINANCIAL AFFIDAVIT</div>
|
||||
<div style="font-size: 10pt;">(LONG FORM — Gross Income ≥ $50,000/year)</div>
|
||||
<div style="font-size: 9pt; color: #555;">Florida Family Law Rules of Procedure Form 12.902(c)</div>
|
||||
</div>
|
||||
|
||||
<!-- Notarization Warning -->
|
||||
<div style="border: 2px solid #dc3545; padding: 8px; margin-bottom: 12px; background: #f8d7da; font-size: 9pt; text-align: center;">
|
||||
<strong>THIS FORM MUST BE SWORN AND NOTARIZED BEFORE FILING WITH THE COURT.</strong><br/>
|
||||
Knowingly filing a false financial affidavit is perjury under Florida law.
|
||||
</div>
|
||||
|
||||
<!-- Case Caption -->
|
||||
<table style="width: 100%; margin-bottom: 12px; font-size: 10pt; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 16px;">
|
||||
<t t-esc="o.case_id.petitioner_id.name if o.case_id and o.case_id.petitioner_id else '__________________'"/>, Petitioner,<br/>
|
||||
vs.<br/>
|
||||
<t t-esc="o.case_id.respondent_id.name if o.case_id and o.case_id.respondent_id else '__________________'"/>, Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 16px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.case_id.court_case_number if o.case_id else '______________'"/><br/>
|
||||
Division: <t t-esc="o.case_id.division if o.case_id else '___'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Affiant Info -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 12px; font-size: 10pt;">
|
||||
<strong>AFFIANT:</strong> <t t-esc="o.name"/>,
|
||||
[ ] Petitioner [ ] Respondent,
|
||||
being first duly sworn, deposes and says that the following information is true and correct:
|
||||
</div>
|
||||
|
||||
<!-- SECTION I: PERSONAL INFORMATION -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 5px; margin-bottom: 6px; font-size: 10pt;">
|
||||
SECTION I — PERSONAL INFORMATION
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 10px;">
|
||||
<tr>
|
||||
<td style="padding: 3px; width: 35%; font-weight: bold;">Name:</td>
|
||||
<td style="padding: 3px;"><t t-esc="o.name"/></td>
|
||||
<td style="padding: 3px; width: 25%; font-weight: bold;">Date of Birth:</td>
|
||||
<td style="padding: 3px;"><t t-esc="str(o.date_of_birth) if o.date_of_birth else '________________'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px; font-weight: bold;">Address:</td>
|
||||
<td style="padding: 3px;">
|
||||
<t t-if="o.street"><t t-esc="o.street"/>, <t t-esc="o.city"/>, FL <t t-esc="o.zip"/></t>
|
||||
<t t-else="">________________________</t>
|
||||
</td>
|
||||
<td style="padding: 3px; font-weight: bold;">Phone:</td>
|
||||
<td style="padding: 3px;"><t t-esc="o.phone or '________________'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px; font-weight: bold;">Employer:</td>
|
||||
<td style="padding: 3px;"><t t-esc="o.employer_id.name if o.employer_id else '________________________'"/></td>
|
||||
<td style="padding: 3px; font-weight: bold;">Occupation:</td>
|
||||
<td style="padding: 3px;"><t t-esc="o.occupation or '________________'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px; font-weight: bold;">Employment Type:</td>
|
||||
<td colspan="3" style="padding: 3px;">
|
||||
<t t-esc="dict([('employed','Employee'),('self_employed','Self-Employed'),('unemployed','Unemployed'),('retired','Retired'),('disabled','Disabled')]).get(o.employment_status, o.employment_status or '___________')"/>
|
||||
<t t-if="o.employment_status == 'self_employed'">
|
||||
— Business: <t t-esc="o.business_name or '________________________'"/>
|
||||
</t>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- SECTION II: GROSS INCOME -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 5px; margin-bottom: 6px; font-size: 10pt;">
|
||||
SECTION II — MONTHLY GROSS INCOME (All Sources)
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 10px;">
|
||||
<tr style="background: #e9ecef; font-weight: bold;">
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Income Source</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">Monthly Amount</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">Annual Amount</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Salary/Wages (gross, before deductions)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.monthly_gross_income or 0.0)"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % ((o.monthly_gross_income or 0.0) * 12)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Bonuses / Commissions (average/12 if variable)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.bonus_commission_monthly or 0.0)"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % ((o.bonus_commission_monthly or 0.0) * 12)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Business Income (net profit if self-employed)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.business_income_monthly or 0.0)"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % ((o.business_income_monthly or 0.0) * 12)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Rental Income</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.rental_income_monthly or 0.0)"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % ((o.rental_income_monthly or 0.0) * 12)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Investment / Dividend / Interest Income</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.investment_income_monthly or 0.0)"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % ((o.investment_income_monthly or 0.0) * 12)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Social Security / Disability / VA Benefits</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.ss_disability_monthly or 0.0)"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % ((o.ss_disability_monthly or 0.0) * 12)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Pension / Retirement Income</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.pension_monthly or 0.0)"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % ((o.pension_monthly or 0.0) * 12)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Alimony Received (NOT from this case)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.alimony_received_monthly or 0.0)"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % ((o.alimony_received_monthly or 0.0) * 12)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Other Income (specify): ________________________</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.other_income_monthly or 0.0)"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % ((o.other_income_monthly or 0.0) * 12)"/></td>
|
||||
</tr>
|
||||
<tr style="font-weight: bold; background: #e9ecef; border-top: 2px solid #000;">
|
||||
<td style="padding: 5px; border: 1px solid #000;"><strong>TOTAL MONTHLY GROSS INCOME</strong></td>
|
||||
<td style="padding: 5px; border: 1px solid #000; text-align: right; font-size: 12pt;">
|
||||
<strong>$<t t-esc="'%,.2f' % (o.monthly_gross_income or 0.0)"/></strong>
|
||||
</td>
|
||||
<td style="padding: 5px; border: 1px solid #000; text-align: right; font-size: 12pt;">
|
||||
<strong>$<t t-esc="'%,.2f' % ((o.monthly_gross_income or 0.0) * 12)"/></strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- SECTION III: DEDUCTIONS -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 5px; margin-bottom: 6px; font-size: 10pt;">
|
||||
SECTION III — MONTHLY DEDUCTIONS (Allowable under FL 61.30)
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 10px;">
|
||||
<tr style="background: #e9ecef; font-weight: bold;">
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Deduction</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">Monthly Amount</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Federal Income Tax Withheld (use actual withholding)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.federal_tax_deduction or 0.0)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Florida Income Tax (N/A — no FL income tax)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$0.00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">FICA — Social Security (6.2% of wages up to wage base)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.fica_social_security or 0.0)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">FICA — Medicare (1.45% of wages, +0.9% above $200K)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.fica_medicare or 0.0)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Mandatory Union Dues</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.union_dues or 0.0)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Mandatory Retirement (required by employer, not voluntary)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.mandatory_retirement_deduction or 0.0)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Child Support Paid (other cases only — court-ordered)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.support_other_cases or 0.0)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Alimony Paid (prior court orders only)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.alimony_paid_monthly or 0.0)"/></td>
|
||||
</tr>
|
||||
<tr style="font-weight: bold; background: #e9ecef; border-top: 2px solid #000;">
|
||||
<td style="padding: 5px; border: 1px solid #000;"><strong>TOTAL MONTHLY DEDUCTIONS</strong></td>
|
||||
<td style="padding: 5px; border: 1px solid #000; text-align: right; font-size: 12pt;">
|
||||
<strong>$<t t-esc="'%,.2f' % (o.total_deductions or 0.0)"/></strong>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="font-weight: bold; background: #003366; color: #fff; border-top: 2px solid #000;">
|
||||
<td style="padding: 5px;"><strong>NET MONTHLY INCOME (Gross − Deductions)</strong></td>
|
||||
<td style="padding: 5px; text-align: right; font-size: 13pt;">
|
||||
<strong>$<t t-esc="'%,.2f' % (o.monthly_net_income or 0.0)"/></strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- SECTION IV: MONTHLY EXPENSES -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 5px; margin-bottom: 6px; font-size: 10pt;">
|
||||
SECTION IV — MONTHLY EXPENSES (Household and Personal)
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 10px;">
|
||||
<tr style="background: #e9ecef; font-weight: bold;">
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 50%;">Expense</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right; width: 25%;">Monthly Amount</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 25%;">Notes</td>
|
||||
</tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Rent / Mortgage</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Utilities (electric, gas, water)</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Telephone / Cell Phone</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Food / Groceries</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Transportation (car payment, gas, insurance)</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Health Insurance (self only — child's portion in Section VI)</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Out-of-Pocket Medical / Dental</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Entertainment / Dining Out</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Clothing</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Travel / Vacation</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Other (specify): ________________________</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;"></td></tr>
|
||||
<tr style="font-weight: bold; background: #e9ecef; border-top: 2px solid #000;">
|
||||
<td style="padding: 5px; border: 1px solid #000;"><strong>TOTAL MONTHLY EXPENSES</strong></td>
|
||||
<td style="padding: 5px; border: 1px solid #000; text-align: right; font-size: 12pt;"><strong>$__________</strong></td>
|
||||
<td style="border: 1px solid #000;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- SECTION V: ASSETS -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 5px; margin-bottom: 6px; font-size: 10pt;">
|
||||
SECTION V — ASSETS (Current Fair Market Value)
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 10px;">
|
||||
<tr style="background: #e9ecef; font-weight: bold;">
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 55%;">Asset Description</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right; width: 25%;">Current Value</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 20%;">Marital/Non-Marital</td>
|
||||
</tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Real Property (homestead): ________________________</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Real Property (other): ________________________</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Checking / Savings Accounts</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Investments / Brokerage Accounts</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Retirement / 401(k) / IRA / Pension</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Vehicle(s): ________________________</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Business Interest / Ownership</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Other Assets: ________________________</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr style="font-weight: bold; background: #e9ecef; border-top: 2px solid #000;">
|
||||
<td style="padding: 5px; border: 1px solid #000;"><strong>TOTAL ASSETS</strong></td>
|
||||
<td style="padding: 5px; border: 1px solid #000; text-align: right; font-size: 12pt;"><strong>$__________</strong></td>
|
||||
<td style="border: 1px solid #000;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- SECTION VI: LIABILITIES -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 5px; margin-bottom: 6px; font-size: 10pt;">
|
||||
SECTION VI — LIABILITIES (Current Balance Owed)
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 10px;">
|
||||
<tr style="background: #e9ecef; font-weight: bold;">
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 40%;">Creditor / Liability</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 20%;">Monthly Payment</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right; width: 20%;">Balance Owed</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 20%;">Marital/Non-Marital</td>
|
||||
</tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Mortgage: ________________________</td><td style="padding: 3px; border: 1px solid #ccc;">$__________</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Auto Loan: ________________________</td><td style="padding: 3px; border: 1px solid #ccc;">$__________</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Credit Cards: ________________________</td><td style="padding: 3px; border: 1px solid #ccc;">$__________</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Student Loans</td><td style="padding: 3px; border: 1px solid #ccc;">$__________</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr><td style="padding: 3px; border: 1px solid #ccc;">Other: ________________________</td><td style="padding: 3px; border: 1px solid #ccc;">$__________</td><td style="padding: 3px; border: 1px solid #ccc; text-align: right;">$__________</td><td style="padding: 3px; border: 1px solid #ccc;">[ ] M [ ] NM</td></tr>
|
||||
<tr style="font-weight: bold; background: #e9ecef; border-top: 2px solid #000;">
|
||||
<td style="padding: 5px; border: 1px solid #000;"><strong>TOTAL LIABILITIES</strong></td>
|
||||
<td style="padding: 5px; border: 1px solid #000;">$__________</td>
|
||||
<td style="padding: 5px; border: 1px solid #000; text-align: right; font-size: 12pt;"><strong>$__________</strong></td>
|
||||
<td style="border: 1px solid #000;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- SECTION VII: CHILD-RELATED EXPENSES -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 5px; margin-bottom: 6px; font-size: 10pt;">
|
||||
SECTION VII — CHILD-RELATED EXPENSES (FL 61.30(7)-(9))
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 10px;">
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 65%;">Health Insurance Premium (child's share only)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.child_health_insurance_monthly or 0.0)"/>/month</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Work-Related Childcare Cost</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$<t t-esc="'%,.2f' % (o.childcare_cost_monthly or 0.0)"/>/month</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Extraordinary Expenses (medical, educational)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: right;">$__________/month</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Verification -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-top: 12px; font-size: 10pt;">
|
||||
<strong>VERIFICATION:</strong><br/>
|
||||
Under penalties of perjury, I declare that I have read the foregoing, and the facts alleged are true and correct
|
||||
to the best of my knowledge and belief.<br/><br/>
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 55%;">
|
||||
<div style="border-top: 1px solid #000; margin-top: 40px; padding-top: 4px;">
|
||||
Signature of Affiant
|
||||
</div>
|
||||
</td>
|
||||
<td style="width: 45%; padding-left: 20px;">
|
||||
<div style="margin-top: 10px;">Date: ______________________</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Notary Block -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-top: 10px; font-size: 10pt;">
|
||||
<strong>STATE OF FLORIDA<br/>COUNTY OF MIAMI-DADE</strong><br/><br/>
|
||||
Sworn to (or affirmed) and subscribed before me this ______ day of ______________________, 20____,
|
||||
by <t t-esc="o.name"/>.<br/><br/>
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 55%;">
|
||||
<div style="border-top: 1px solid #000; margin-top: 40px; padding-top: 4px;">
|
||||
Notary Public — State of Florida
|
||||
</div>
|
||||
<div style="font-size: 9pt; margin-top: 4px;">
|
||||
My Commission Expires: ____________________
|
||||
</div>
|
||||
</td>
|
||||
<td style="padding-left: 20px;">
|
||||
[ ] Personally Known<br/>
|
||||
[ ] Produced ID: ____________________
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="margin-top: 10px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 6px;">
|
||||
Generated by ActiveBlue Family Law. Verify all figures before notarizing and filing.
|
||||
This document does not constitute legal advice.
|
||||
Case: <t t-esc="o.case_id.name if o.case_id else 'N/A'"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
201
activeblue_familylaw/report/report_financial_affidavit_short.xml
Normal file
201
activeblue_familylaw/report/report_financial_affidavit_short.xml
Normal file
@@ -0,0 +1,201 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- FL-12.902(b) — Financial Affidavit SHORT Form
|
||||
For parties earning LESS than $50,000 per year.
|
||||
REQUIRES NOTARIZATION before filing.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_financial_affidavit_short" model="ir.actions.report">
|
||||
<field name="name">Financial Affidavit Short Form (FL-12.902(b))</field>
|
||||
<field name="model">fl.party</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_financial_affidavit_short</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_financial_affidavit_short</field>
|
||||
<field name="print_report_name">'Financial Affidavit Short - ' + object.partner_id.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_party"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_financial_affidavit_short">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt;">
|
||||
|
||||
<!-- Header -->
|
||||
<div style="text-align: center; border-bottom: 2px solid #000; padding-bottom: 8px; margin-bottom: 16px;">
|
||||
<div style="font-size: 9pt; color: #666;">IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA</div>
|
||||
<div style="font-size: 9pt; color: #666;">FAMILY DIVISION</div>
|
||||
<br/>
|
||||
<div style="font-size: 14pt; font-weight: bold;">FINANCIAL AFFIDAVIT</div>
|
||||
<div style="font-size: 11pt; font-weight: bold;">(SHORT FORM)</div>
|
||||
<div style="font-size: 9pt;">Florida Family Law Rules of Procedure Form 12.902(b), Effective Date</div>
|
||||
</div>
|
||||
|
||||
<!-- Case Caption -->
|
||||
<table style="width: 100%; margin-bottom: 16px; font-size: 10pt;">
|
||||
<tr>
|
||||
<td style="width: 50%;">
|
||||
<strong>IN RE: THE MARRIAGE OF:</strong><br/>
|
||||
<t t-if="o.case_id.petitioner_id">
|
||||
<t t-esc="o.case_id.petitioner_id.name"/>, Petitioner
|
||||
</t>
|
||||
</td>
|
||||
<td style="width: 50%; border-left: 1px solid #000; padding-left: 16px;">
|
||||
<strong>Case No.:</strong> <t t-esc="o.case_id.court_case_number or '___________________'"/><br/>
|
||||
<strong>Division:</strong> <t t-esc="o.case_id.division or '___'"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>AND<br/>
|
||||
<t t-if="o.case_id.respondent_id">
|
||||
<t t-esc="o.case_id.respondent_id.name"/>, Respondent
|
||||
</t>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Notarization Warning -->
|
||||
<div style="background: #fff3cd; border: 2px solid #ffc107; padding: 12px; margin-bottom: 16px; font-size: 10pt;">
|
||||
<strong>⚠️ IMPORTANT: THIS DOCUMENT REQUIRES NOTARIZATION BEFORE FILING.</strong>
|
||||
Do not file with the court until you have signed this form in front of a notary public.
|
||||
Filing an unnotarized financial affidavit may result in rejection of your case filings.
|
||||
</div>
|
||||
|
||||
<!-- Affiant Info -->
|
||||
<div style="margin-bottom: 12px; font-size: 10pt;">
|
||||
<strong>I, <t t-esc="o.partner_id.name"/>,</strong> being sworn, certify that the following information
|
||||
is true and correct, and that I am the <t t-esc="'Petitioner' if o.role == 'petitioner' else 'Respondent'"/> in this case.
|
||||
</div>
|
||||
|
||||
<!-- Section 1: Employment -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 12px;">
|
||||
<div style="font-weight: bold; font-size: 10pt; background: #e9ecef; padding: 4px; margin-bottom: 8px;">
|
||||
SECTION I — PRESENT EMPLOYMENT AND INCOME
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt;">
|
||||
<tr>
|
||||
<td style="width: 40%;"><strong>Occupation/Employer:</strong></td>
|
||||
<td><t t-esc="o.employer_name or '___________________'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Employer Address:</strong></td>
|
||||
<td><t t-esc="o.employer_address or '___________________'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Employer Phone:</strong></td>
|
||||
<td><t t-esc="o.employer_phone or '___________________'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Employment Type:</strong></td>
|
||||
<td><t t-esc="dict([('employed','W-2 Employed'),('self_employed','Self-Employed'),('unemployed','Unemployed'),('underemployed','Voluntarily Underemployed'),('disabled','Disabled'),('retired','Retired'),('student','Full-Time Student'),('unknown','Unknown')]).get(o.employment_type, o.employment_type)"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Section 2: Monthly Gross Income -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 12px;">
|
||||
<div style="font-weight: bold; font-size: 10pt; background: #e9ecef; padding: 4px; margin-bottom: 8px;">
|
||||
SECTION II — AVERAGE MONTHLY GROSS INCOME (FL 61.30(2))
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="padding: 3px; width: 65%;">Gross Monthly Income (all sources)</td>
|
||||
<td style="padding: 3px; text-align: right; border-bottom: 1px solid #000; width: 35%;">
|
||||
$<t t-esc="'%,.2f' % o.gross_monthly_income"/>
|
||||
</td>
|
||||
</tr>
|
||||
<t t-foreach="o.income_source_ids" t-as="src">
|
||||
<tr>
|
||||
<td style="padding: 3px; padding-left: 20px;">
|
||||
+ <t t-esc="dict([('wages','Wages/Salary'),('self_employment','Self-Employment'),('rental','Rental Income'),('investment','Investment Income'),('pension','Pension/Retirement'),('disability','Disability'),('social_security','Social Security'),('alimony_received','Alimony Received'),('other','Other')]).get(src.source_type, src.source_type)"/>:
|
||||
<t t-esc="src.description or ''"/>
|
||||
</td>
|
||||
<td style="padding: 3px; text-align: right;">$<t t-esc="'%,.2f' % src.monthly_amount"/></td>
|
||||
</tr>
|
||||
</t>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Section 3: Monthly Deductions -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 12px;">
|
||||
<div style="font-weight: bold; font-size: 10pt; background: #e9ecef; padding: 4px; margin-bottom: 8px;">
|
||||
SECTION III — ALLOWABLE MONTHLY DEDUCTIONS (FL 61.30(3))
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="padding: 3px; width: 65%;">Federal Income Tax Withholding</td>
|
||||
<td style="padding: 3px; text-align: right;">$<t t-esc="'%,.2f' % o.fed_tax_monthly"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px;">Social Security (6.2%)</td>
|
||||
<td style="padding: 3px; text-align: right;">$<t t-esc="'%,.2f' % o.fica_ss_monthly"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px;">Medicare (1.45%)</td>
|
||||
<td style="padding: 3px; text-align: right;">$<t t-esc="'%,.2f' % o.fica_medicare_monthly"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px;">Mandatory Retirement Contributions</td>
|
||||
<td style="padding: 3px; text-align: right;">$<t t-esc="'%,.2f' % o.mandatory_retirement"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px;">Union Dues</td>
|
||||
<td style="padding: 3px; text-align: right;">$<t t-esc="'%,.2f' % o.mandatory_union_dues"/></td>
|
||||
</tr>
|
||||
<tr style="border-top: 2px solid #000; font-weight: bold;">
|
||||
<td style="padding: 3px;"><strong>NET MONTHLY INCOME (FL 61.30)</strong></td>
|
||||
<td style="padding: 3px; text-align: right; font-size: 12pt;">
|
||||
<strong>$<t t-esc="'%,.2f' % o.net_monthly_income"/></strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Signature Block -->
|
||||
<div style="margin-top: 40px; font-size: 10pt;">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 50%; padding-right: 20px;">
|
||||
<div style="border-top: 1px solid #000; padding-top: 4px; margin-top: 50px;">
|
||||
Signature of <t t-esc="'Petitioner' if o.role == 'petitioner' else 'Respondent'"/>
|
||||
</div>
|
||||
<div style="margin-top: 16px; border-top: 1px solid #000; padding-top: 4px;">
|
||||
Printed Name: <t t-esc="o.partner_id.name"/>
|
||||
</div>
|
||||
<div style="margin-top: 16px; border-top: 1px solid #000; padding-top: 4px;">
|
||||
Date: ______________________
|
||||
</div>
|
||||
</td>
|
||||
<td style="width: 50%; padding-left: 20px; border-left: 1px solid #ccc;">
|
||||
<strong>SWORN TO or AFFIRMED before me this</strong><br/>
|
||||
_______ day of _______________, 20_____<br/><br/><br/>
|
||||
<div style="border-top: 1px solid #000; padding-top: 4px; margin-top: 30px;">
|
||||
Notary Public — State of Florida
|
||||
</div>
|
||||
<div style="margin-top: 8px;">
|
||||
My Commission Expires: _______________
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="margin-top: 20px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 8px;">
|
||||
Generated by ActiveBlue Family Law Case Management Software.
|
||||
Verify all information before filing with the Miami-Dade Clerk of Courts.
|
||||
This document does not constitute legal advice. Consult a licensed Florida family law attorney.
|
||||
Case: <t t-esc="o.case_id.name"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
184
activeblue_familylaw/report/report_income_withholding.xml
Normal file
184
activeblue_familylaw/report/report_income_withholding.xml
Normal file
@@ -0,0 +1,184 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Income Withholding Order (FL 61.1301)
|
||||
Auto-populated from fl.income.withholding record.
|
||||
MANDATORY post-judgment unless good cause shown (FL 61.1301).
|
||||
Served on employer — employer deducts from paycheck.
|
||||
Payment through FL State Disbursement Unit (FL SDU).
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_income_withholding" model="ir.actions.report">
|
||||
<field name="name">Income Withholding Order (FL 61.1301)</field>
|
||||
<field name="model">fl.income.withholding</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_income_withholding</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_income_withholding</field>
|
||||
<field name="print_report_name">'Income Withholding Order - ' + object.case_id.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_income_withholding"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_income_withholding">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Arial, sans-serif; font-size: 10pt; line-height: 1.6;">
|
||||
|
||||
<!-- FL SDU Notice Banner -->
|
||||
<div style="background: #003366; color: #fff; padding: 12px; text-align: center; margin-bottom: 16px; font-size: 12pt; font-weight: bold;">
|
||||
INCOME WITHHOLDING FOR SUPPORT — STATE OF FLORIDA<br/>
|
||||
<span style="font-size: 9pt; font-weight: normal;">Section 61.1301, Florida Statutes</span>
|
||||
</div>
|
||||
|
||||
<!-- Mandatory Notice -->
|
||||
<div style="border: 2px solid #dc3545; padding: 10px; margin-bottom: 16px; background: #f8d7da; font-size: 9pt;">
|
||||
<strong>NOTICE TO EMPLOYER/PAYOR:</strong> This is a legal Income Withholding Order.
|
||||
You are required by law to immediately deduct from the obligor's income and remit to
|
||||
the Florida State Disbursement Unit (FL SDU). Failure to comply may result in penalties.
|
||||
Do NOT withhold more than 50% of disposable income (65% if in arrears >12 weeks).
|
||||
This order supersedes any other assignment of income for the purpose of child support.
|
||||
</div>
|
||||
|
||||
<!-- Employer Info -->
|
||||
<div style="border: 1px solid #000; padding: 12px; margin-bottom: 12px;">
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 4px; margin-bottom: 8px;">TO: EMPLOYER / INCOME PAYOR</div>
|
||||
<table style="width: 100%; font-size: 10pt;">
|
||||
<tr>
|
||||
<td style="width: 30%; font-weight: bold;">Employer Name:</td>
|
||||
<td><t t-esc="o.employer_id.name if o.employer_id else '_________________________'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Employer Address:</td>
|
||||
<td>
|
||||
<t t-if="o.employer_id and o.employer_id.street">
|
||||
<t t-esc="o.employer_id.street"/>,
|
||||
<t t-esc="o.employer_id.city"/>, <t t-esc="o.employer_id.state_id.code if o.employer_id.state_id else 'FL'"/> <t t-esc="o.employer_id.zip"/>
|
||||
</t>
|
||||
<t t-else="">_________________________</t>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Employer Phone:</td>
|
||||
<td><t t-esc="o.employer_id.phone if o.employer_id else '_________________________'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Employer FEIN:</td>
|
||||
<td><t t-esc="o.employer_fein if hasattr(o, 'employer_fein') and o.employer_fein else '_________________________'"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Obligor (Payor) Info -->
|
||||
<div style="border: 1px solid #000; padding: 12px; margin-bottom: 12px;">
|
||||
<div style="font-weight: bold; background: #e9ecef; padding: 4px; margin-bottom: 8px;">OBLIGOR (EMPLOYEE — PERSON PAYING SUPPORT)</div>
|
||||
<table style="width: 100%; font-size: 10pt;">
|
||||
<tr>
|
||||
<td style="width: 30%; font-weight: bold;">Name:</td>
|
||||
<td><strong><t t-esc="o.obligor_id.name if o.obligor_id else '_________________________'"/></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Address:</td>
|
||||
<td>
|
||||
<t t-if="o.obligor_id and o.obligor_id.street">
|
||||
<t t-esc="o.obligor_id.street"/>, <t t-esc="o.obligor_id.city"/>, FL <t t-esc="o.obligor_id.zip"/>
|
||||
</t>
|
||||
<t t-else="">_________________________</t>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">SSN (Last 4):</td>
|
||||
<td>XXX-XX-<t t-esc="o.obligor_ssn_last4 if hasattr(o, 'obligor_ssn_last4') and o.obligor_ssn_last4 else '____'"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Date of Birth:</td>
|
||||
<td><t t-esc="o.obligor_dob if hasattr(o, 'obligor_dob') and o.obligor_dob else '_________________________'"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Support Amounts -->
|
||||
<div style="border: 2px solid #000; padding: 12px; margin-bottom: 12px; background: #f0f4ff;">
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 8px; font-size: 11pt;">
|
||||
WITHHOLDING AMOUNTS (EFFECTIVE IMMEDIATELY)
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 11pt; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="padding: 6px; width: 65%; font-weight: bold;">Monthly Child Support</td>
|
||||
<td style="padding: 6px; text-align: right; font-weight: bold;">
|
||||
$<t t-esc="'%,.2f' % o.monthly_support_amount"/>
|
||||
</td>
|
||||
</tr>
|
||||
<t t-if="o.monthly_arrears_amount">
|
||||
<tr>
|
||||
<td style="padding: 6px;">Monthly Arrears Payment</td>
|
||||
<td style="padding: 6px; text-align: right;">$<t t-esc="'%,.2f' % o.monthly_arrears_amount"/></td>
|
||||
</tr>
|
||||
</t>
|
||||
<tr style="border-top: 2px solid #003366; font-size: 13pt;">
|
||||
<td style="padding: 6px;"><strong>TOTAL MONTHLY WITHHOLDING</strong></td>
|
||||
<td style="padding: 6px; text-align: right;">
|
||||
<strong>$<t t-esc="'%,.2f' % o.total_monthly_withholding"/></strong>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div style="font-size: 9pt; margin-top: 8px; color: #333;">
|
||||
<strong>Payment Frequency:</strong>
|
||||
<t t-esc="dict([('weekly','Weekly — ${}' .format(round(o.total_monthly_withholding * 12 / 52, 2))),('biweekly','Bi-Weekly — ${}' .format(round(o.total_monthly_withholding * 12 / 26, 2))),('semimonthly','Semi-Monthly — ${}' .format(round(o.total_monthly_withholding / 2, 2))),('monthly','Monthly')]).get(o.pay_frequency if hasattr(o, 'pay_frequency') else 'monthly', 'Monthly')"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- FL SDU Remittance -->
|
||||
<div style="border: 2px solid #28a745; padding: 12px; margin-bottom: 12px; background: #d4edda;">
|
||||
<div style="font-weight: bold; font-size: 11pt; margin-bottom: 8px;">
|
||||
REMIT PAYMENTS TO: FLORIDA STATE DISBURSEMENT UNIT (FL SDU)
|
||||
</div>
|
||||
<div style="font-size: 10pt;">
|
||||
<strong>Address:</strong> <t t-esc="o.sdu_address or 'Florida State Disbursement Unit, P.O. Box 8500, Tallahassee, FL 32314-8500'"/><br/>
|
||||
<strong>Case ID / CIFS Number:</strong> <t t-esc="o.case_id.court_case_number or '___________________'"/><br/>
|
||||
<strong>Obligor Name:</strong> <t t-esc="o.obligor_id.name if o.obligor_id else '___________________'"/><br/>
|
||||
<strong>Obligee Name:</strong> <t t-esc="o.obligee_id.name if o.obligee_id else '___________________'"/><br/>
|
||||
<div style="margin-top: 4px; font-size: 9pt;">
|
||||
Include the CIFS/case number on each payment. Payments not identified may cause delays.
|
||||
Electronic payments: Florida Child Support eServices at <strong>floridarevenue.com/childsupport</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Order Info -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 12px; font-size: 10pt;">
|
||||
<strong>ORDER INFORMATION:</strong><br/>
|
||||
Court: <t t-esc="o.case_id.circuit or '11th'"/> Judicial Circuit, Miami-Dade County<br/>
|
||||
Case No.: <t t-esc="o.case_id.court_case_number or '___________________'"/><br/>
|
||||
Order Date: <t t-esc="str(o.order_date) if hasattr(o, 'order_date') and o.order_date else '___________________'"/><br/>
|
||||
Effective Date: <t t-esc="str(o.effective_date) if o.effective_date else '___________________'"/>
|
||||
</div>
|
||||
|
||||
<!-- Employer Instructions -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 12px; font-size: 9pt;">
|
||||
<strong>INSTRUCTIONS TO EMPLOYER:</strong>
|
||||
<ol style="margin-top: 4px;">
|
||||
<li>Begin withholding immediately upon receipt of this order</li>
|
||||
<li>Withhold on the next available pay date</li>
|
||||
<li>Remit to FL SDU within 2 business days of each pay date</li>
|
||||
<li>Do NOT withhold more than 50% of disposable income (65% if arrears >12 weeks)</li>
|
||||
<li>Continue until you receive written notice to stop</li>
|
||||
<li>Notify the court within 10 days if employee terminates employment</li>
|
||||
<li>Do NOT retaliate against employee — penalty: up to $10,000 under FL 61.1301(4)</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 6px; margin-top: 12px;">
|
||||
Generated by ActiveBlue Family Law. This order was entered pursuant to FL 61.1301.
|
||||
Verify all information. Case: <t t-esc="o.case_id.name"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
294
activeblue_familylaw/report/report_mandatory_disclosure.xml
Normal file
294
activeblue_familylaw/report/report_mandatory_disclosure.xml
Normal file
@@ -0,0 +1,294 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- FL-12.932 — Certificate of Compliance with Mandatory Disclosure
|
||||
Auto-populated from fl.case record.
|
||||
Must be filed within 45 days of service of the petition (FL 12.285).
|
||||
Certifies that all mandatory financial documents have been exchanged.
|
||||
Filing this certificate is required — failure is grounds for sanctions.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_mandatory_disclosure" model="ir.actions.report">
|
||||
<field name="name">Certificate of Mandatory Disclosure (FL-12.932)</field>
|
||||
<field name="model">fl.case</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_mandatory_disclosure</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_mandatory_disclosure</field>
|
||||
<field name="print_report_name">'Mandatory Disclosure Cert - ' + object.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_case"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_mandatory_disclosure">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt; line-height: 1.8;">
|
||||
|
||||
<!-- Deadline Banner -->
|
||||
<div style="background: #856404; color: #fff; padding: 10px; text-align: center; margin-bottom: 16px; font-size: 11pt; font-weight: bold;">
|
||||
MANDATORY DISCLOSURE — DUE WITHIN 45 DAYS OF SERVICE (FL 12.285)<br/>
|
||||
<span style="font-size: 9pt; font-weight: normal;">
|
||||
Failure to comply may result in sanctions and exclusion of evidence.
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Court Header -->
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
|
||||
FAMILY DIVISION
|
||||
</div>
|
||||
|
||||
<!-- Caption -->
|
||||
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
|
||||
In Re: The Matter of:<br/><br/>
|
||||
<strong><t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>,</strong><br/>
|
||||
Petitioner,<br/><br/>
|
||||
and<br/><br/>
|
||||
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/>,</strong><br/>
|
||||
Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.court_case_number or '____________________'"/><br/>
|
||||
Division: <t t-esc="o.division or '___'"/><br/>
|
||||
Judge: <t t-esc="o.judge_id.name if o.judge_id else '____________________'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Title -->
|
||||
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 8px; text-decoration: underline;">
|
||||
CERTIFICATE OF COMPLIANCE WITH MANDATORY DISCLOSURE
|
||||
</div>
|
||||
<div style="text-align: center; font-size: 10pt; margin-bottom: 20px; color: #555;">
|
||||
Florida Family Law Rules of Procedure Form 12.932<br/>
|
||||
Pursuant to Rule 12.285, Florida Family Law Rules of Procedure
|
||||
</div>
|
||||
|
||||
<!-- Who is Filing -->
|
||||
<div style="margin-bottom: 16px; font-size: 11pt;">
|
||||
<strong>[ ] PETITIONER — <t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/></strong>
|
||||
|
||||
<strong>[ ] RESPONDENT — <t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/></strong>
|
||||
</div>
|
||||
|
||||
<!-- Certification Statement -->
|
||||
<div style="margin-bottom: 16px;">
|
||||
The undersigned party hereby certifies, under penalty of perjury, that the following
|
||||
documents were provided to the opposing party pursuant to Rule 12.285, Florida Family
|
||||
Law Rules of Procedure. All documents were served by the method indicated below.
|
||||
</div>
|
||||
|
||||
<!-- Checklist Header -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 2px; font-size: 10pt;">
|
||||
REQUIRED DISCLOSURE DOCUMENTS — Check each item as provided:
|
||||
</div>
|
||||
|
||||
<!-- Checklist Table -->
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 16px;">
|
||||
<tr style="background: #e9ecef; font-weight: bold;">
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 5%; text-align: center;">✓</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 65%;">Document</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; width: 30%;">Date Provided</td>
|
||||
</tr>
|
||||
|
||||
<!-- Income Tax Returns -->
|
||||
<tr style="background: #f8f9fa;">
|
||||
<td colspan="3" style="padding: 4px; border: 1px solid #ccc; font-weight: bold; background: #dde2e8;">
|
||||
TAX RETURNS & INCOME DOCUMENTS
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Federal income tax returns — most recent 3 years (all schedules)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">All W-2 forms — most recent 3 years</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">All 1099 forms — most recent 3 years (if applicable)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
|
||||
<!-- Pay Records -->
|
||||
<tr style="background: #f8f9fa;">
|
||||
<td colspan="3" style="padding: 4px; border: 1px solid #ccc; font-weight: bold; background: #dde2e8;">
|
||||
CURRENT INCOME VERIFICATION
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Pay stubs — most recent 3 months (or last available)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Proof of income from all other sources (SS, disability, alimony, rental, etc.)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
|
||||
<!-- Self-Employment -->
|
||||
<tr style="background: #f8f9fa;">
|
||||
<td colspan="3" style="padding: 4px; border: 1px solid #ccc; font-weight: bold; background: #dde2e8;">
|
||||
SELF-EMPLOYMENT / BUSINESS (if applicable)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Business tax returns — most recent 3 years (all schedules)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Profit & Loss statements — most recent 12 months</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Corporate/partnership K-1 forms (if applicable)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
|
||||
<!-- Bank Statements -->
|
||||
<tr style="background: #f8f9fa;">
|
||||
<td colspan="3" style="padding: 4px; border: 1px solid #ccc; font-weight: bold; background: #dde2e8;">
|
||||
BANK & FINANCIAL ACCOUNTS
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Bank statements — all accounts — most recent 3 months</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Investment / brokerage statements — most recent quarter</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Retirement account statements (401k, IRA, pension) — most recent</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
|
||||
<!-- Financial Affidavit -->
|
||||
<tr style="background: #f8f9fa;">
|
||||
<td colspan="3" style="padding: 4px; border: 1px solid #ccc; font-weight: bold; background: #dde2e8;">
|
||||
FINANCIAL AFFIDAVIT (REQUIRED)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">
|
||||
<strong>Financial Affidavit</strong> (FL-12.902(b) Short Form — income < $50,000/yr,
|
||||
OR FL-12.902(c) Long Form — income ≥ $50,000/yr) — signed and notarized
|
||||
</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
|
||||
<!-- Child-Related -->
|
||||
<tr style="background: #f8f9fa;">
|
||||
<td colspan="3" style="padding: 4px; border: 1px solid #ccc; font-weight: bold; background: #dde2e8;">
|
||||
CHILD-RELATED EXPENSES (if children involved)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Health insurance cost documentation (monthly premium for child)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Childcare cost documentation (monthly work-related expense)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
|
||||
<!-- Real Property -->
|
||||
<tr style="background: #f8f9fa;">
|
||||
<td colspan="3" style="padding: 4px; border: 1px solid #ccc; font-weight: bold; background: #dde2e8;">
|
||||
REAL PROPERTY (if applicable)
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Mortgage statements — all real property — most recent</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc; text-align: center;">[ ]</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Property tax notices (most recent year)</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">____________________</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Exceptions / Objections -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 16px; font-size: 10pt;">
|
||||
<strong>EXCEPTIONS / UNAVAILABLE DOCUMENTS:</strong><br/>
|
||||
If any document listed above was not provided, state reason:<br/><br/>
|
||||
[ ] Document does not exist<br/>
|
||||
[ ] Not in my possession or control — describe: ________________________<br/>
|
||||
[ ] Objection asserted — specify: ________________________<br/>
|
||||
[ ] Other: ________________________
|
||||
</div>
|
||||
|
||||
<!-- Service Method -->
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 16px; font-size: 10pt;">
|
||||
<strong>METHOD OF SERVICE:</strong><br/>
|
||||
The above documents were provided to
|
||||
<strong><t t-esc="o.respondent_id.name if o.respondent_id else 'the opposing party'"/></strong>
|
||||
by the following method:<br/><br/>
|
||||
[ ] U.S. Mail [ ] Email [ ] Hand Delivery [ ] E-Filing Portal<br/>
|
||||
On: _______________________, 20____
|
||||
</div>
|
||||
|
||||
<!-- Signature Block -->
|
||||
<div style="margin-top: 20px;">
|
||||
Under penalties of perjury, I declare that I have read the foregoing and all documents
|
||||
listed above have been provided to the opposing party.<br/><br/>
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 55%;">
|
||||
<div style="border-top: 1px solid #000; margin-top: 40px; padding-top: 4px;">
|
||||
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>, Pro Se
|
||||
</div>
|
||||
</td>
|
||||
<td style="padding-left: 20px;">
|
||||
<div style="margin-top: 20px;">Date: ______________________</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Certificate of Service -->
|
||||
<div style="margin-top: 20px; border-top: 1px solid #000; padding-top: 12px; font-size: 10pt;">
|
||||
<strong style="text-decoration: underline;">CERTIFICATE OF SERVICE</strong><br/>
|
||||
I hereby certify that a copy of the foregoing Certificate has been filed with the court
|
||||
and served on all parties of record by [ ] U.S. Mail [ ] Email [ ] E-Filing Portal
|
||||
on _______________________, 20____.
|
||||
<div style="margin-top: 16px; border-top: 1px solid #000; width: 50%; padding-top: 4px;">
|
||||
Signature
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="margin-top: 12px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 6px;">
|
||||
Generated by ActiveBlue Family Law. This certificate must be filed within 45 days of service
|
||||
per FL 12.285. Verify all items before filing.
|
||||
Case: <t t-esc="o.name"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
173
activeblue_familylaw/report/report_motion_to_compel.xml
Normal file
173
activeblue_familylaw/report/report_motion_to_compel.xml
Normal file
@@ -0,0 +1,173 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Motion to Compel Discovery (FL 1.380)
|
||||
Auto-populated from fl.discovery record.
|
||||
Includes Certificate of Good Faith (required before filing).
|
||||
May be used for: interrogatories, production, admissions, or deposition no-show.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_motion_to_compel" model="ir.actions.report">
|
||||
<field name="name">Motion to Compel Discovery (FL 1.380)</field>
|
||||
<field name="model">fl.discovery</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_motion_to_compel</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_motion_to_compel</field>
|
||||
<field name="print_report_name">'Motion to Compel - ' + object.case_id.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_discovery"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_motion_to_compel">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt; line-height: 1.8;">
|
||||
|
||||
<!-- Court Header -->
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
|
||||
FAMILY DIVISION
|
||||
</div>
|
||||
|
||||
<!-- Caption -->
|
||||
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
|
||||
<t t-esc="o.case_id.petitioner_id.name if o.case_id.petitioner_id else '__________________'"/>, Petitioner,<br/>
|
||||
vs.<br/>
|
||||
<t t-esc="o.case_id.respondent_id.name if o.case_id.respondent_id else '__________________'"/>, Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.case_id.court_case_number or '__________________________'"/><br/>
|
||||
Division: <t t-esc="o.case_id.division or '___'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Title -->
|
||||
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
|
||||
MOTION TO COMPEL DISCOVERY AND FOR SANCTIONS
|
||||
</div>
|
||||
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>PETITIONER, <t t-esc="o.case_id.petitioner_id.name if o.case_id.petitioner_id else '__________________'"/>,</strong>
|
||||
pro se, pursuant to Rule 1.380, Florida Rules of Civil Procedure, moves
|
||||
this Court to compel discovery and for sanctions, and states:
|
||||
</div>
|
||||
|
||||
<!-- Paragraph 1: Discovery Served -->
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>1.</strong> On <t t-esc="str(o.served_date) if o.served_date else '__________________'"/>,
|
||||
Petitioner served on
|
||||
<t t-esc="dict([('petitioner','the Petitioner'),('respondent','the Respondent'),('third_party','the Third Party')]).get(o.directed_to, o.directed_to)"/>
|
||||
the following discovery:
|
||||
<strong><t t-esc="dict([('interrogatories','Interrogatories pursuant to Rule 1.340'),('production','Request for Production of Documents pursuant to Rule 1.350'),('admissions','Request for Admissions pursuant to Rule 1.370'),('subpoena','Subpoena for Production of Documents pursuant to Rule 1.351'),('deposition','Notice of Taking Deposition pursuant to Rule 1.310')]).get(o.discovery_type, o.discovery_type)"/></strong>.
|
||||
<t t-if="o.description"> Specifically: <t t-esc="o.description"/>.</t>
|
||||
</div>
|
||||
|
||||
<!-- Paragraph 2: Response Due -->
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>2.</strong> A response was due on or before
|
||||
<t t-esc="str(o.response_due_date) if o.response_due_date else '__________________'"/>,
|
||||
thirty (30) days after service, pursuant to the applicable Florida Rules of Civil Procedure.
|
||||
</div>
|
||||
|
||||
<!-- Paragraph 3: No Response / Deficient -->
|
||||
<div style="margin-bottom: 12px;">
|
||||
<t t-if="not o.response_received_date">
|
||||
<strong>3.</strong> As of the date of this Motion, no response has been provided.
|
||||
The failure to respond constitutes a complete failure to comply with legitimate discovery
|
||||
requests relating to income, financial circumstances, and child support calculations
|
||||
pursuant to Section 61.30, Florida Statutes.
|
||||
</t>
|
||||
<t t-else="">
|
||||
<strong>3.</strong> A response was received on
|
||||
<t t-esc="str(o.response_received_date)"/>;
|
||||
however, the response was materially deficient in that:
|
||||
<t t-if="o.objection_detail">
|
||||
<div style="margin-left: 20px; margin-top: 4px;"><t t-esc="o.objection_detail"/></div>
|
||||
</t>
|
||||
<t t-else="">
|
||||
<div style="margin-left: 20px;">the response was incomplete, evasive, or otherwise non-compliant.</div>
|
||||
</t>
|
||||
</t>
|
||||
</div>
|
||||
|
||||
<!-- Paragraph 4: Good Faith Effort -->
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>4. GOOD FAITH EFFORT.</strong>
|
||||
<t t-if="o.deficiency_notice_sent">
|
||||
Petitioner sent a written deficiency notice to
|
||||
<t t-esc="dict([('petitioner','Petitioner'),('respondent','Respondent'),('third_party','the Third Party')]).get(o.directed_to, o.directed_to)"/>
|
||||
on <t t-esc="str(o.deficiency_notice_date) if o.deficiency_notice_date else '__________________'"/>,
|
||||
attempting in good faith to resolve this discovery dispute without Court intervention.
|
||||
The party has failed to respond adequately.
|
||||
</t>
|
||||
<t t-else="">
|
||||
Petitioner has made a good faith effort to obtain discovery without court action.
|
||||
The complete failure to respond has left Petitioner with no alternative
|
||||
but to seek judicial intervention.
|
||||
</t>
|
||||
</div>
|
||||
|
||||
<!-- Paragraph 5: Prejudice -->
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>5.</strong> The failure to provide discovery has materially prejudiced Petitioner's
|
||||
ability to present accurate income figures for the child support calculation
|
||||
pursuant to Section 61.30, Florida Statutes, and to proceed with this case.
|
||||
</div>
|
||||
|
||||
<!-- Paragraph 6: Sanctions -->
|
||||
<div style="margin-bottom: 20px;">
|
||||
<strong>6. SANCTIONS.</strong> Pursuant to Rule 1.380(a)(4), Florida Rules of Civil Procedure,
|
||||
Petitioner requests that this Court award reasonable expenses, including attorney's fees,
|
||||
incurred in obtaining this order.
|
||||
</div>
|
||||
|
||||
<!-- Prayer for Relief -->
|
||||
<div style="margin-bottom: 20px;">
|
||||
<strong>WHEREFORE,</strong> Petitioner respectfully requests this Court:
|
||||
<ol>
|
||||
<li>Enter an Order compelling
|
||||
<t t-esc="dict([('petitioner','Petitioner'),('respondent','Respondent'),('third_party','the Third Party')]).get(o.directed_to, o.directed_to)"/>
|
||||
to respond fully and completely to the subject discovery within fourteen (14) days;
|
||||
</li>
|
||||
<li>Award Petitioner reasonable expenses and fees incurred in bringing this Motion
|
||||
pursuant to Rule 1.380(a)(4); and</li>
|
||||
<li>Grant such other relief as this Court deems just and proper.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<!-- Signature Block -->
|
||||
<div style="margin-top: 30px;">
|
||||
Respectfully submitted,<br/><br/><br/>
|
||||
<div style="border-top: 1px solid #000; width: 60%; padding-top: 4px;">
|
||||
<t t-esc="o.case_id.petitioner_id.name if o.case_id.petitioner_id else '__________________'"/>, Pro Se Petitioner
|
||||
</div>
|
||||
<div style="margin-top: 4px;">Date: ______________________</div>
|
||||
</div>
|
||||
|
||||
<!-- Certificate of Service -->
|
||||
<div style="margin-top: 20px; border-top: 1px solid #000; padding-top: 12px; font-size: 10pt;">
|
||||
<strong style="text-decoration: underline;">CERTIFICATE OF SERVICE</strong><br/>
|
||||
I hereby certify that a copy of the foregoing Motion has been served on all parties
|
||||
of record by [ ] U.S. Mail [ ] Email [ ] E-Filing Portal
|
||||
on _______________________, 20____.
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="margin-top: 12px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 6px;">
|
||||
Generated by ActiveBlue Family Law. Verify all information before filing.
|
||||
Case: <t t-esc="o.case_id.name"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
208
activeblue_familylaw/report/report_motion_to_modify.xml
Normal file
208
activeblue_familylaw/report/report_motion_to_modify.xml
Normal file
@@ -0,0 +1,208 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Motion to Modify Child Support (FL 61.14)
|
||||
Auto-populated from fl.case record.
|
||||
Includes AI-matched case law citations.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_motion_to_modify" model="ir.actions.report">
|
||||
<field name="name">Motion to Modify Child Support (FL 61.14)</field>
|
||||
<field name="model">fl.case</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_motion_to_modify</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_motion_to_modify</field>
|
||||
<field name="print_report_name">'Motion to Modify - ' + object.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_case"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_motion_to_modify">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt; line-height: 1.8;">
|
||||
|
||||
<!-- Court Header -->
|
||||
<div style="text-align: center; margin-bottom: 20px; font-size: 11pt;">
|
||||
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
|
||||
FAMILY DIVISION
|
||||
</div>
|
||||
|
||||
<!-- Caption -->
|
||||
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
|
||||
In Re: The Matter of:<br/><br/>
|
||||
<strong><t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>,</strong><br/>
|
||||
Petitioner,<br/><br/>
|
||||
and<br/><br/>
|
||||
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/>,</strong><br/>
|
||||
Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.court_case_number or '_________________________'"/><br/>
|
||||
Division: <t t-esc="o.division or '___'"/><br/>
|
||||
Judge: <t t-esc="o.judge_id.name if o.judge_id else '_________________________'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
|
||||
MOTION TO MODIFY CHILD SUPPORT
|
||||
</div>
|
||||
|
||||
<!-- Parties -->
|
||||
<div style="margin-bottom: 16px;">
|
||||
<strong>PETITIONER, <t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>,</strong>
|
||||
by and through pro se representation, respectfully moves this Honorable Court
|
||||
pursuant to <strong>Section 61.14, Florida Statutes</strong>, and states:
|
||||
</div>
|
||||
|
||||
<!-- Paragraph 1: Jurisdiction -->
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>1. JURISDICTION AND VENUE.</strong> This Court has jurisdiction over this proceeding.
|
||||
The parties are subject to the continuing jurisdiction of this Court pursuant to
|
||||
the prior Order(s) entered in this case.
|
||||
<t t-if="o.residency_requirement_met">
|
||||
The Petitioner has been a resident of Florida for the period required by
|
||||
Section 61.021, Florida Statutes.
|
||||
</t>
|
||||
</div>
|
||||
|
||||
<!-- Paragraph 2: Prior Order -->
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>2. PRIOR ORDER.</strong> A prior support order exists in this case,
|
||||
entered on or about
|
||||
<t t-esc="str(o.last_order_date) if o.last_order_date else '__________________'"/>,
|
||||
requiring monthly child support in the amount of
|
||||
<strong>$<t t-esc="'%,.2f' % o.current_order_amount"/></strong>
|
||||
per month.
|
||||
</div>
|
||||
|
||||
<!-- Paragraph 3: Substantial Change -->
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>3. SUBSTANTIAL CHANGE IN CIRCUMSTANCES.</strong>
|
||||
Since entry of the prior order, there has been a substantial change
|
||||
in circumstances, to wit:
|
||||
<t t-if="o.substantial_change_basis">
|
||||
<div style="margin-left: 20px; margin-top: 8px;">
|
||||
<t t-esc="dict([('income_decrease_petitioner','The Petitioner has experienced a significant decrease in income'),('income_decrease_respondent','The Respondent has experienced a significant decrease in income'),('income_increase_petitioner','The Petitioner has experienced a significant increase in income'),('income_increase_respondent','The Respondent has experienced a significant increase in income'),('timesharing_change','The timesharing schedule has changed substantially'),('child_needs_change','The financial needs of the minor child(ren) have changed substantially'),('child_emancipation','A child is approaching emancipation, necessitating modification'),('other','Other substantial change in circumstances')]).get(o.substantial_change_basis, o.substantial_change_basis)"/>
|
||||
<t t-if="o.substantial_change_detail">
|
||||
: <t t-esc="o.substantial_change_detail"/>
|
||||
</t>
|
||||
</div>
|
||||
</t>
|
||||
</div>
|
||||
|
||||
<!-- Paragraph 4: Threshold -->
|
||||
<t t-if="o.threshold_met">
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>4. MODIFICATION THRESHOLD MET.</strong>
|
||||
The difference between the current support amount ($<t t-esc="'%,.2f' % o.current_order_amount"/>)
|
||||
and the calculated support amount ($<t t-esc="'%,.2f' % o.calculated_support"/>)
|
||||
is $<t t-esc="'%,.2f' % abs(o.support_difference)"/>
|
||||
(<t t-esc="'%,.1f' % abs(o.support_difference_pct)"/>%),
|
||||
which meets the substantial change threshold under <strong>Section 61.30(1)(b), Florida Statutes</strong>
|
||||
(15% AND $50 change required).
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<!-- Paragraph 5: Children -->
|
||||
<t t-if="o.child_ids">
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>5. MINOR CHILDREN.</strong> The following minor child(ren) are subject to the support order:
|
||||
<ul style="margin-top: 4px;">
|
||||
<t t-foreach="o.child_ids.filtered(lambda c: not c.emancipated)" t-as="child">
|
||||
<li>
|
||||
<t t-esc="child.name"/> (DOB: <t t-esc="str(child.date_of_birth) if child.date_of_birth else 'N/A'"/>,
|
||||
Age: <t t-esc="child.age"/>)
|
||||
<t t-if="child.approaching_emancipation">
|
||||
<strong> — Approaching emancipation (<t t-esc="child.days_until_emancipation"/> days)</strong>
|
||||
</t>
|
||||
</li>
|
||||
</t>
|
||||
</ul>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<!-- Paragraph 6: Case Law -->
|
||||
<t t-if="o.caselaw_ids">
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>6. APPLICABLE CASE LAW.</strong> The following Florida case law supports the requested modification:
|
||||
<ul style="margin-top: 4px; font-size: 10pt;">
|
||||
<t t-foreach="o.caselaw_ids[:5]" t-as="cl">
|
||||
<li>
|
||||
<em><t t-esc="cl.citation"/></em>
|
||||
<t t-if="cl.holding"> — <t t-esc="cl.holding[:200]"/>...</t>
|
||||
</li>
|
||||
</t>
|
||||
</ul>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<!-- Retroactivity -->
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>7. RETROACTIVITY.</strong>
|
||||
Pursuant to <strong>Section 61.30(17), Florida Statutes</strong>,
|
||||
Petitioner requests that any modification be made retroactive to the date of
|
||||
filing this Motion (<t t-esc="str(o.filing_date) if o.filing_date else '__________________'"/>).
|
||||
No retroactive modification for periods before the filing date is sought.
|
||||
</div>
|
||||
|
||||
<!-- Prayer for Relief -->
|
||||
<div style="margin-bottom: 20px;">
|
||||
<strong>WHEREFORE,</strong> Petitioner respectfully requests that this Honorable Court:
|
||||
<ol style="margin-top: 8px;">
|
||||
<li>Schedule this matter for hearing;</li>
|
||||
<li>Enter an Order modifying child support in accordance with the Florida Child
|
||||
Support Guidelines, Section 61.30, Florida Statutes;</li>
|
||||
<li>Make the modification retroactive to the date of filing; and</li>
|
||||
<li>Grant such other and further relief as this Court deems just and proper.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<!-- Signature Block -->
|
||||
<div style="margin-top: 40px; font-size: 10pt;">
|
||||
<div style="margin-bottom: 8px;">Respectfully submitted,</div>
|
||||
<div style="margin-top: 50px;">
|
||||
<div style="border-top: 1px solid #000; width: 60%; padding-top: 4px;">
|
||||
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>, Pro Se Petitioner
|
||||
</div>
|
||||
<t t-if="o.petitioner_id and o.petitioner_id.street">
|
||||
<div style="margin-top: 4px;">Address: <t t-esc="o.petitioner_id.street"/>, <t t-esc="o.petitioner_id.city"/>, FL <t t-esc="o.petitioner_id.zip"/></div>
|
||||
</t>
|
||||
<div style="margin-top: 4px;">Date: ______________________</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Certificate of Service -->
|
||||
<div style="margin-top: 30px; border-top: 1px solid #000; padding-top: 16px; font-size: 10pt;">
|
||||
<div style="font-weight: bold; text-align: center; text-decoration: underline; margin-bottom: 8px;">
|
||||
CERTIFICATE OF SERVICE
|
||||
</div>
|
||||
I hereby certify that a true and correct copy of the foregoing has been
|
||||
<t t-if="o.respondent_id">served on <t t-esc="o.respondent_id.name"/></t>
|
||||
<t t-else="">served on the Respondent</t>
|
||||
by [ ] U.S. Mail [ ] E-mail [ ] Hand Delivery [ ] E-Filing Portal
|
||||
on _______________________.
|
||||
<div style="margin-top: 20px; border-top: 1px solid #000; width: 50%; padding-top: 4px;">
|
||||
Signature
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="margin-top: 16px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 8px;">
|
||||
Generated by ActiveBlue Family Law. Verify all information before filing.
|
||||
This is NOT legal advice. | Case: <t t-esc="o.name"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
168
activeblue_familylaw/report/report_notice_deposition.xml
Normal file
168
activeblue_familylaw/report/report_notice_deposition.xml
Normal file
@@ -0,0 +1,168 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Notice of Taking Deposition (FL 1.310)
|
||||
Auto-populated from fl.deposition record.
|
||||
Must be served minimum 10 days before deposition (FL 1.310(b)).
|
||||
If Duces Tecum: includes document production list.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_notice_deposition" model="ir.actions.report">
|
||||
<field name="name">Notice of Taking Deposition (FL 1.310)</field>
|
||||
<field name="model">fl.deposition</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_notice_deposition</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_notice_deposition</field>
|
||||
<field name="print_report_name">'Notice of Deposition - ' + object.deponent_id.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_deposition"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_notice_deposition">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt; line-height: 1.8;">
|
||||
|
||||
<!-- Court Header -->
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
|
||||
FAMILY DIVISION
|
||||
</div>
|
||||
|
||||
<!-- Caption -->
|
||||
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
|
||||
<t t-esc="o.case_id.petitioner_id.name if o.case_id.petitioner_id else '__________________'"/>, Petitioner,<br/>
|
||||
vs.<br/>
|
||||
<t t-esc="o.case_id.respondent_id.name if o.case_id.respondent_id else '__________________'"/>, Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.case_id.court_case_number or '__________________________'"/><br/>
|
||||
Division: <t t-esc="o.case_id.division or '___'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Title -->
|
||||
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
|
||||
NOTICE OF TAKING DEPOSITION
|
||||
<t t-if="o.duces_tecum"> DUCES TECUM</t>
|
||||
</div>
|
||||
|
||||
<!-- Notice text -->
|
||||
<div style="margin-bottom: 16px;">
|
||||
PLEASE TAKE NOTICE that, pursuant to Rule 1.310, Florida Rules of Civil Procedure,
|
||||
the undersigned will take the deposition upon oral examination of:
|
||||
</div>
|
||||
|
||||
<!-- Deponent info box -->
|
||||
<div style="border: 2px solid #000; padding: 16px; margin-bottom: 20px; font-size: 11pt;">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 30%; font-weight: bold;">Deponent:</td>
|
||||
<td><strong><t t-esc="o.deponent_id.name"/></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Deponent Type:</td>
|
||||
<td><t t-esc="dict([('opposing_party','Opposing Party'),('employer','Employer'),('accountant_cpa','Accountant/CPA'),('business_partner','Business Partner'),('vocational_expert','Vocational Expert'),('witness','Witness'),('other','Other')]).get(o.deponent_type, o.deponent_type)"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Date & Time:</td>
|
||||
<td><strong><t t-esc="o.scheduled_date or '__________________________'"/></strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Location:</td>
|
||||
<td><t t-esc="o.location or '__________________________'"/></td>
|
||||
</tr>
|
||||
<t t-if="o.court_reporter">
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Court Reporter:</td>
|
||||
<td><t t-esc="o.court_reporter"/></td>
|
||||
</tr>
|
||||
</t>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Max Duration:</td>
|
||||
<td>Up to <t t-esc="o.max_duration_hours or 7"/> hour(s) [FL 1.310(d): 7-hour maximum per day]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Purpose -->
|
||||
<div style="margin-bottom: 16px;">
|
||||
The deposition will cover matters relevant to the determination of income,
|
||||
financial circumstances, and child support obligations in this proceeding
|
||||
pursuant to Section 61.30, Florida Statutes.
|
||||
</div>
|
||||
|
||||
<!-- Duces Tecum Section -->
|
||||
<t t-if="o.duces_tecum">
|
||||
<div style="border: 2px solid #000; padding: 16px; margin-bottom: 20px; background: #fff3cd;">
|
||||
<div style="font-weight: bold; font-size: 12pt; text-align: center; margin-bottom: 12px; text-decoration: underline;">
|
||||
DUCES TECUM — DOCUMENTS TO BE PRODUCED
|
||||
</div>
|
||||
<div style="margin-bottom: 8px;">
|
||||
YOU ARE FURTHER NOTIFIED that you are required to bring to the
|
||||
deposition the following documents:
|
||||
</div>
|
||||
<t t-if="o.duces_tecum_items">
|
||||
<div style="margin-left: 20px; white-space: pre-line; font-size: 10pt;">
|
||||
<t t-esc="o.duces_tecum_items"/>
|
||||
</div>
|
||||
</t>
|
||||
<t t-else="">
|
||||
<ol style="font-size: 10pt;">
|
||||
<li>Federal income tax returns for the last three (3) years, including all schedules and attachments;</li>
|
||||
<li>All W-2 forms and 1099 forms for the last three (3) years;</li>
|
||||
<li>Pay stubs or payroll records for the last six (6) months;</li>
|
||||
<li>Bank statements for all accounts for the last twelve (12) months;</li>
|
||||
<li>Business financial statements (profit and loss, balance sheet) if self-employed;</li>
|
||||
<li>Corporate or partnership tax returns if applicable;</li>
|
||||
<li>Any documents reflecting all sources of income, including bonuses, commissions, and benefits.</li>
|
||||
</ol>
|
||||
</t>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<!-- FL 1.310(b) Notice -->
|
||||
<div style="font-size: 10pt; font-style: italic; margin-bottom: 20px;">
|
||||
Note: This notice is provided pursuant to Rule 1.310(b), Florida Rules of
|
||||
Civil Procedure. A deposition may be taken upon reasonable notice (minimum
|
||||
10 days). The taking of depositions is subject to all applicable protective
|
||||
orders under Rule 1.280.
|
||||
</div>
|
||||
|
||||
<!-- Signature Block -->
|
||||
<div style="margin-top: 30px;">
|
||||
Respectfully submitted,<br/><br/><br/>
|
||||
<div style="border-top: 1px solid #000; width: 60%; padding-top: 4px;">
|
||||
<t t-esc="o.case_id.petitioner_id.name if o.case_id.petitioner_id else '__________________'"/>, Pro Se Petitioner
|
||||
</div>
|
||||
<div style="margin-top: 4px;">Date: ______________________</div>
|
||||
</div>
|
||||
|
||||
<!-- Certificate of Service -->
|
||||
<div style="margin-top: 20px; border-top: 1px solid #000; padding-top: 12px; font-size: 10pt;">
|
||||
<strong style="text-decoration: underline;">CERTIFICATE OF SERVICE</strong><br/>
|
||||
I hereby certify that a copy of the foregoing has been served upon
|
||||
<t t-esc="o.deponent_id.name"/>
|
||||
and all counsel of record by [ ] U.S. Mail [ ] Email [ ] Hand Delivery
|
||||
on _______________________, 20____.
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="margin-top: 12px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 6px;">
|
||||
Generated by ActiveBlue Family Law. Verify all information before serving.
|
||||
Case: <t t-esc="o.case_id.name"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
185
activeblue_familylaw/report/report_notice_ssn.xml
Normal file
185
activeblue_familylaw/report/report_notice_ssn.xml
Normal file
@@ -0,0 +1,185 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- FL-12.930(a) — Notice of Social Security Number
|
||||
Auto-populated from fl.party record.
|
||||
Required to be filed with the court under seal per FL 119.0714.
|
||||
SSN fields are NOT printed on any court document served on other party —
|
||||
this notice goes directly to the court, filed separately under seal.
|
||||
See spec §8.3: SSNs stored encrypted, never displayed in UI.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_notice_ssn" model="ir.actions.report">
|
||||
<field name="name">Notice of Social Security Number (FL-12.930(a))</field>
|
||||
<field name="model">fl.party</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_notice_ssn</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_notice_ssn</field>
|
||||
<field name="print_report_name">'SSN Notice - ' + object.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_party"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_notice_ssn">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt; line-height: 1.8;">
|
||||
|
||||
<!-- CONFIDENTIAL Banner -->
|
||||
<div style="background: #6c757d; color: #fff; padding: 10px; text-align: center; margin-bottom: 16px; font-size: 12pt; font-weight: bold;">
|
||||
CONFIDENTIAL — FILED UNDER SEAL<br/>
|
||||
<span style="font-size: 9pt; font-weight: normal;">
|
||||
Not to be served on opposing party — For court records only
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Court Header -->
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
|
||||
FAMILY DIVISION
|
||||
</div>
|
||||
|
||||
<!-- Caption -->
|
||||
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
|
||||
<t t-esc="o.case_id.petitioner_id.name if o.case_id and o.case_id.petitioner_id else '__________________'"/>, Petitioner,<br/>
|
||||
vs.<br/>
|
||||
<t t-esc="o.case_id.respondent_id.name if o.case_id and o.case_id.respondent_id else '__________________'"/>, Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.case_id.court_case_number if o.case_id else '____________________'"/><br/>
|
||||
Division: <t t-esc="o.case_id.division if o.case_id else '___'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Title -->
|
||||
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 20px; text-decoration: underline;">
|
||||
NOTICE OF SOCIAL SECURITY NUMBER
|
||||
</div>
|
||||
<div style="text-align: center; font-size: 10pt; margin-bottom: 20px; color: #555;">
|
||||
Florida Family Law Rules of Procedure Form 12.930(a)
|
||||
</div>
|
||||
|
||||
<!-- Privacy Notice -->
|
||||
<div style="border: 1px solid #6c757d; padding: 10px; margin-bottom: 20px; background: #f8f9fa; font-size: 10pt;">
|
||||
<strong>IMPORTANT PRIVACY NOTICE:</strong> This document contains social security numbers
|
||||
and is filed with the court under seal pursuant to Rule 2.420, Florida Rules of Judicial
|
||||
Administration, and Section 119.0714, Florida Statutes. This document is
|
||||
<strong>NOT</strong> to be served on the opposing party or any other person. It is to be
|
||||
filed directly with the clerk of court under seal. Access is restricted to court personnel
|
||||
and authorized parties only.
|
||||
</div>
|
||||
|
||||
<!-- SECTION 1: Party Submitting -->
|
||||
<div style="margin-bottom: 16px;">
|
||||
<strong>1.</strong> The undersigned party,
|
||||
<strong><t t-esc="o.name"/></strong>,
|
||||
[ ] Petitioner [ ] Respondent, hereby provides the following Social Security Number(s)
|
||||
for use by the court in proceedings pursuant to Chapter 61, Florida Statutes:
|
||||
</div>
|
||||
|
||||
<!-- SECTION 2: Submitting Party's SSN -->
|
||||
<div style="border: 1px solid #000; padding: 12px; margin-bottom: 16px; font-size: 11pt;">
|
||||
<strong>SUBMITTING PARTY:</strong><br/><br/>
|
||||
Name: <strong><t t-esc="o.name"/></strong><br/>
|
||||
Date of Birth: <t t-esc="str(o.date_of_birth) if o.date_of_birth else '__________________'"/><br/><br/>
|
||||
Social Security Number: _____ - _____ - _____<br/>
|
||||
<div style="font-size: 9pt; color: #666; margin-top: 8px; font-style: italic;">
|
||||
(Enter SSN by hand on this sealed document — do NOT type or print SSN through automated system)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- SECTION 3: Minor Children SSNs -->
|
||||
<t t-if="o.case_id and o.case_id.child_ids">
|
||||
<div style="margin-bottom: 12px;">
|
||||
<strong>2.</strong> Social Security Numbers for minor children in this proceeding:
|
||||
</div>
|
||||
<div style="border: 1px solid #000; padding: 12px; margin-bottom: 16px;">
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
|
||||
<tr style="background: #e9ecef; font-weight: bold;">
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Child's Full Name</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Date of Birth</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Social Security Number</td>
|
||||
</tr>
|
||||
<t t-foreach="o.case_id.child_ids" t-as="child">
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;"><t t-esc="child.name"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;"><t t-esc="str(child.date_of_birth) if child.date_of_birth else '____________'"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">_____ - _____ - _____</td>
|
||||
</tr>
|
||||
</t>
|
||||
</table>
|
||||
<div style="font-size: 9pt; color: #666; margin-top: 8px; font-style: italic;">
|
||||
(Enter SSNs by hand — do NOT type through automated system)
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
<t t-else="">
|
||||
<div style="margin-bottom: 16px;">
|
||||
<strong>2.</strong> Minor children's Social Security Numbers (if applicable):<br/><br/>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
|
||||
<tr style="background: #e9ecef; font-weight: bold;">
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Child's Full Name</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Date of Birth</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Social Security Number</td>
|
||||
</tr>
|
||||
<tr><td style="padding: 6px; border: 1px solid #ccc;">________________________</td><td style="padding: 6px; border: 1px solid #ccc;">____________</td><td style="padding: 6px; border: 1px solid #ccc;">_____ - _____ - _____</td></tr>
|
||||
<tr><td style="padding: 6px; border: 1px solid #ccc;">________________________</td><td style="padding: 6px; border: 1px solid #ccc;">____________</td><td style="padding: 6px; border: 1px solid #ccc;">_____ - _____ - _____</td></tr>
|
||||
<tr><td style="padding: 6px; border: 1px solid #ccc;">________________________</td><td style="padding: 6px; border: 1px solid #ccc;">____________</td><td style="padding: 6px; border: 1px solid #ccc;">_____ - _____ - _____</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<!-- SECTION 4: Statement -->
|
||||
<div style="margin-bottom: 20px;">
|
||||
<strong>3.</strong> I understand that this information is provided solely for the purpose of
|
||||
child support enforcement and is confidential pursuant to applicable Florida law.
|
||||
This document is filed under seal and is not subject to public records disclosure.
|
||||
</div>
|
||||
|
||||
<!-- Signature Block -->
|
||||
<div style="margin-top: 30px;">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 55%;">
|
||||
<div style="border-top: 1px solid #000; margin-top: 40px; padding-top: 4px;">
|
||||
<t t-esc="o.name"/>, Pro Se
|
||||
</div>
|
||||
</td>
|
||||
<td style="padding-left: 20px;">
|
||||
<div style="margin-top: 20px;">Date: ______________________</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Certificate of Filing (not service) -->
|
||||
<div style="margin-top: 20px; border-top: 1px solid #000; padding-top: 12px; font-size: 10pt;">
|
||||
<strong style="text-decoration: underline;">CERTIFICATE OF FILING</strong><br/>
|
||||
I hereby certify that this Notice of Social Security Number has been filed with the
|
||||
Clerk of Court <strong>under seal</strong> and has <strong>NOT</strong> been served on any other party,
|
||||
on _______________________, 20____.
|
||||
<div style="margin-top: 20px; border-top: 1px solid #000; width: 50%; padding-top: 4px;">
|
||||
Signature
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="margin-top: 12px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 6px;">
|
||||
Generated by ActiveBlue Family Law. This document is confidential.
|
||||
Do NOT serve on opposing party. File under seal with clerk only.
|
||||
Case: <t t-esc="o.case_id.name if o.case_id else 'N/A'"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
316
activeblue_familylaw/report/report_parenting_plan.xml
Normal file
316
activeblue_familylaw/report/report_parenting_plan.xml
Normal file
@@ -0,0 +1,316 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Parenting Plan (FL-12.995(a))
|
||||
Auto-populated from fl.case record.
|
||||
Required in all cases involving minor children.
|
||||
Addresses: timesharing schedule, decision-making, communication, transportation.
|
||||
Must be approved by the court per FL 61.13.
|
||||
-->
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="action_report_parenting_plan" model="ir.actions.report">
|
||||
<field name="name">Parenting Plan (FL-12.995(a))</field>
|
||||
<field name="model">fl.case</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">activeblue_familylaw.report_parenting_plan</field>
|
||||
<field name="report_file">activeblue_familylaw/report/report_parenting_plan</field>
|
||||
<field name="print_report_name">'Parenting Plan - ' + object.name</field>
|
||||
<field name="binding_model_id" ref="model_fl_case"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
<template id="report_parenting_plan">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="web.external_layout">
|
||||
<div class="page" style="font-family: Times New Roman, serif; font-size: 11pt; line-height: 1.8;">
|
||||
|
||||
<!-- Court Header -->
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
IN THE CIRCUIT COURT OF THE ELEVENTH JUDICIAL CIRCUIT<br/>
|
||||
IN AND FOR MIAMI-DADE COUNTY, FLORIDA<br/>
|
||||
FAMILY DIVISION
|
||||
</div>
|
||||
|
||||
<!-- Caption -->
|
||||
<table style="width: 100%; margin-bottom: 20px; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="width: 55%; vertical-align: top; padding-right: 20px;">
|
||||
In Re: The Matter of:<br/><br/>
|
||||
<strong><t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/>,</strong><br/>
|
||||
Petitioner,<br/><br/>
|
||||
and<br/><br/>
|
||||
<strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/>,</strong><br/>
|
||||
Respondent.
|
||||
</td>
|
||||
<td style="width: 45%; border-left: 1px solid #000; padding-left: 20px; vertical-align: top;">
|
||||
Case No.: <t t-esc="o.court_case_number or '____________________'"/><br/>
|
||||
Division: <t t-esc="o.division or '___'"/><br/>
|
||||
Judge: <t t-esc="o.judge_id.name if o.judge_id else '____________________'"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Title -->
|
||||
<div style="text-align: center; font-size: 13pt; font-weight: bold; margin-bottom: 8px; text-decoration: underline;">
|
||||
PARENTING PLAN
|
||||
</div>
|
||||
<div style="text-align: center; font-size: 10pt; margin-bottom: 20px; color: #555;">
|
||||
Florida Family Law Rules of Procedure Form 12.995(a)<br/>
|
||||
Section 61.13, Florida Statutes
|
||||
</div>
|
||||
|
||||
<!-- Parenting Class Notice -->
|
||||
<t t-if="o.parenting_class_required and not o.parenting_class_completed">
|
||||
<div style="border: 2px solid #856404; padding: 10px; margin-bottom: 16px; background: #fff3cd; font-size: 10pt;">
|
||||
<strong>⚠ PARENTING CLASS REQUIRED:</strong> Both parties must complete a court-approved
|
||||
parenting course (FL 61.21) before this Parenting Plan can be approved by the court.
|
||||
<t t-if="o.parenting_class_provider">Provider: <t t-esc="o.parenting_class_provider"/></t>
|
||||
</div>
|
||||
</t>
|
||||
<t t-elif="o.parenting_class_completed">
|
||||
<div style="border: 1px solid #28a745; padding: 8px; margin-bottom: 16px; background: #d4edda; font-size: 10pt;">
|
||||
✓ Parenting course completed. Certificates attached.
|
||||
<t t-if="o.parenting_class_date">Completed: <t t-esc="str(o.parenting_class_date)"/></t>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<!-- SECTION 1: PARTIES AND CHILDREN -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 8px; font-size: 10pt;">
|
||||
SECTION 1 — PARTIES AND CHILDREN
|
||||
</div>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse; margin-bottom: 12px;">
|
||||
<tr>
|
||||
<td style="padding: 4px; width: 25%; font-weight: bold;">Parent A (Petitioner):</td>
|
||||
<td style="padding: 4px;"><strong><t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/></strong></td>
|
||||
<td style="padding: 4px; width: 25%; font-weight: bold;">Address:</td>
|
||||
<td style="padding: 4px;">
|
||||
<t t-if="o.petitioner_id and o.petitioner_id.street">
|
||||
<t t-esc="o.petitioner_id.street"/>, <t t-esc="o.petitioner_id.city"/>, FL <t t-esc="o.petitioner_id.zip"/>
|
||||
</t>
|
||||
<t t-else="">________________________</t>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 4px; font-weight: bold;">Parent B (Respondent):</td>
|
||||
<td style="padding: 4px;"><strong><t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/></strong></td>
|
||||
<td style="padding: 4px; font-weight: bold;">Address:</td>
|
||||
<td style="padding: 4px;">
|
||||
<t t-if="o.respondent_id and o.respondent_id.street">
|
||||
<t t-esc="o.respondent_id.street"/>, <t t-esc="o.respondent_id.city"/>, FL <t t-esc="o.respondent_id.zip"/>
|
||||
</t>
|
||||
<t t-else="">________________________</t>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- Minor Children -->
|
||||
<div style="margin-bottom: 12px; font-size: 10pt;">
|
||||
<strong>Minor Children Subject to this Parenting Plan:</strong>
|
||||
<t t-if="o.child_ids">
|
||||
<table style="width: 100%; margin-top: 6px; border-collapse: collapse; font-size: 10pt;">
|
||||
<tr style="background: #e9ecef; font-weight: bold;">
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Child's Full Name</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Date of Birth</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Age</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">School</td>
|
||||
</tr>
|
||||
<t t-foreach="o.child_ids.filtered(lambda c: not c.emancipated)" t-as="child">
|
||||
<tr>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;"><t t-esc="child.name"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;"><t t-esc="str(child.date_of_birth) if child.date_of_birth else '____________'"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;"><t t-esc="child.age or '___'"/></td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;"><t t-esc="child.school or '________________________'"/></td>
|
||||
</tr>
|
||||
</t>
|
||||
</table>
|
||||
</t>
|
||||
<t t-else="">
|
||||
<table style="width: 100%; margin-top: 6px; border-collapse: collapse; font-size: 10pt;">
|
||||
<tr style="background: #e9ecef; font-weight: bold;">
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Child's Full Name</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Date of Birth</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">Age</td>
|
||||
<td style="padding: 4px; border: 1px solid #ccc;">School</td>
|
||||
</tr>
|
||||
<tr><td style="padding: 6px; border: 1px solid #ccc;">________________________</td><td style="padding: 6px; border: 1px solid #ccc;">____________</td><td style="padding: 6px; border: 1px solid #ccc;">___</td><td style="padding: 6px; border: 1px solid #ccc;">________________________</td></tr>
|
||||
<tr><td style="padding: 6px; border: 1px solid #ccc;">________________________</td><td style="padding: 6px; border: 1px solid #ccc;">____________</td><td style="padding: 6px; border: 1px solid #ccc;">___</td><td style="padding: 6px; border: 1px solid #ccc;">________________________</td></tr>
|
||||
</table>
|
||||
</t>
|
||||
</div>
|
||||
|
||||
<!-- SECTION 2: PARENTAL RESPONSIBILITY -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 8px; font-size: 10pt;">
|
||||
SECTION 2 — PARENTAL RESPONSIBILITY (FL 61.13(2)(b))
|
||||
</div>
|
||||
<div style="font-size: 10pt; margin-bottom: 12px; line-height: 2.0;">
|
||||
<strong>2.1 Major Decisions:</strong><br/>
|
||||
[ ] <strong>Shared Parental Responsibility</strong> — Both parents shall confer and jointly make
|
||||
decisions regarding the child(ren)'s education, healthcare, extracurricular activities, and religion.<br/>
|
||||
[ ] <strong>Sole Parental Responsibility</strong> — Parent ________________ shall have sole authority
|
||||
to make major decisions. Reasons: ________________________________<br/><br/>
|
||||
|
||||
<strong>2.2 Ultimate Decision-Making Authority (if shared, for disputes):</strong><br/>
|
||||
[ ] Parent A (Petitioner) [ ] Parent B (Respondent) [ ] Mediator/Arbitrator<br/>
|
||||
For: [ ] Education [ ] Healthcare [ ] Religion [ ] Extracurricular
|
||||
</div>
|
||||
|
||||
<!-- SECTION 3: TIMESHARING -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 8px; font-size: 10pt;">
|
||||
SECTION 3 — TIMESHARING SCHEDULE (FL 61.13(3))
|
||||
</div>
|
||||
|
||||
<!-- Overnights Summary -->
|
||||
<t t-if="o.petitioner_overnights_year or o.respondent_overnights_year">
|
||||
<div style="border: 1px solid #000; padding: 10px; margin-bottom: 10px; font-size: 10pt; background: #f0f4ff;">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="font-weight: bold; width: 50%;">Parent A (Petitioner) Overnights/Year:</td>
|
||||
<td><strong><t t-esc="o.petitioner_overnights_year or '___'"/></strong>
|
||||
(<t t-esc="'%.1f' % ((o.petitioner_overnights_year or 0) / 3.65)"/>%)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="font-weight: bold;">Parent B (Respondent) Overnights/Year:</td>
|
||||
<td><strong><t t-esc="o.respondent_overnights_year or '___'"/></strong>
|
||||
(<t t-esc="'%.1f' % ((o.respondent_overnights_year or 0) / 3.65)"/>%)</td>
|
||||
</tr>
|
||||
<t t-if="o.substantial_timesharing">
|
||||
<tr>
|
||||
<td colspan="2" style="color: #28a745; font-weight: bold; padding-top: 4px;">
|
||||
✓ Substantial timesharing applies (Parent B >73 overnights) — FL 61.30(11)(b) formula used for support
|
||||
</td>
|
||||
</tr>
|
||||
</t>
|
||||
</table>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<div style="font-size: 10pt; margin-bottom: 12px; line-height: 2.2;">
|
||||
<strong>3.1 Regular Schedule:</strong><br/>
|
||||
Parent A's timesharing: ________________________________________<br/>
|
||||
Parent B's timesharing: ________________________________________<br/><br/>
|
||||
|
||||
<strong>3.2 Holiday Schedule</strong> (indicate which parent has each holiday):<br/>
|
||||
<table style="width: 100%; font-size: 10pt; border-collapse: collapse;">
|
||||
<tr>
|
||||
<td style="padding: 3px; width: 25%;">New Year's Day:</td><td style="padding: 3px; width: 25%;">[ ] A [ ] B [ ] Alt</td>
|
||||
<td style="padding: 3px; width: 25%;">Spring Break:</td><td style="padding: 3px;">[ ] A [ ] B [ ] Alt</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px;">Memorial Day:</td><td style="padding: 3px;">[ ] A [ ] B [ ] Alt</td>
|
||||
<td style="padding: 3px;">Independence Day:</td><td style="padding: 3px;">[ ] A [ ] B [ ] Alt</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px;">Labor Day:</td><td style="padding: 3px;">[ ] A [ ] B [ ] Alt</td>
|
||||
<td style="padding: 3px;">Thanksgiving:</td><td style="padding: 3px;">[ ] A [ ] B [ ] Alt</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px;">Winter Break (1st half):</td><td style="padding: 3px;">[ ] A [ ] B [ ] Alt</td>
|
||||
<td style="padding: 3px;">Winter Break (2nd half):</td><td style="padding: 3px;">[ ] A [ ] B [ ] Alt</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="padding: 3px;">Mother's Day:</td><td style="padding: 3px;">[ ] A [ ] B [ ] Mother</td>
|
||||
<td style="padding: 3px;">Father's Day:</td><td style="padding: 3px;">[ ] A [ ] B [ ] Father</td>
|
||||
</tr>
|
||||
</table><br/>
|
||||
|
||||
<strong>3.3 School Year vs. Summer Schedule:</strong><br/>
|
||||
School year primary residence: [ ] Parent A [ ] Parent B [ ] Same as regular<br/>
|
||||
Summer schedule: ________________________________________<br/>
|
||||
Summer vacation (each parent): ___ weeks per year, with ___ days advance notice required.
|
||||
</div>
|
||||
|
||||
<!-- SECTION 4: COMMUNICATION -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 8px; font-size: 10pt;">
|
||||
SECTION 4 — PARENT-CHILD COMMUNICATION
|
||||
</div>
|
||||
<div style="font-size: 10pt; margin-bottom: 12px; line-height: 2.2;">
|
||||
Phone/video access: _____ call(s) per week, between _____ and _____ p.m.<br/>
|
||||
Method: [ ] Phone [ ] Video Call (FaceTime/Zoom) [ ] Text (with parental supervision)<br/>
|
||||
Emergency contact: Each parent shall provide the other with a current phone number
|
||||
and emergency contact at all times.
|
||||
</div>
|
||||
|
||||
<!-- SECTION 5: TRANSPORTATION -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 8px; font-size: 10pt;">
|
||||
SECTION 5 — TRANSPORTATION / EXCHANGE
|
||||
</div>
|
||||
<div style="font-size: 10pt; margin-bottom: 12px; line-height: 2.2;">
|
||||
Exchange location: [ ] School [ ] Neutral location: ________________________<br/>
|
||||
[ ] Each parent provides transportation to their own home<br/>
|
||||
[ ] Transporting parent: [ ] Parent A [ ] Parent B [ ] Alternate<br/>
|
||||
Travel out of state: _____ days advance notice required, written consent or court order required for travel outside U.S.
|
||||
</div>
|
||||
|
||||
<!-- SECTION 6: PARENTING CLASS -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 8px; font-size: 10pt;">
|
||||
SECTION 6 — PARENTING COURSE COMPLIANCE (FL 61.21)
|
||||
</div>
|
||||
<div style="font-size: 10pt; margin-bottom: 12px; line-height: 2.0;">
|
||||
Both parents acknowledge they are required to complete a court-approved parent education
|
||||
and family stabilization course pursuant to Section 61.21, Florida Statutes, before
|
||||
this Parenting Plan may be approved by the Court.<br/><br/>
|
||||
[ ] Parent A Certificate of Completion attached<br/>
|
||||
[ ] Parent B Certificate of Completion attached
|
||||
</div>
|
||||
|
||||
<!-- SECTION 7: MODIFICATIONS -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 8px; font-size: 10pt;">
|
||||
SECTION 7 — MODIFICATION OF PLAN
|
||||
</div>
|
||||
<div style="font-size: 10pt; margin-bottom: 16px;">
|
||||
This Parenting Plan may only be modified by court order upon showing of a substantial change
|
||||
in circumstances affecting the welfare of the child(ren), pursuant to Section 61.13(3),
|
||||
Florida Statutes.
|
||||
</div>
|
||||
|
||||
<!-- Signatures -->
|
||||
<div style="font-weight: bold; background: #003366; color: #fff; padding: 6px; margin-bottom: 8px; font-size: 10pt;">
|
||||
SIGNATURES
|
||||
</div>
|
||||
<div style="margin-top: 20px;">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td style="width: 48%; vertical-align: top; padding-right: 10px;">
|
||||
<div style="border-top: 1px solid #000; margin-top: 50px; padding-top: 4px;">
|
||||
<t t-esc="o.petitioner_id.name if o.petitioner_id else '__________________'"/><br/>
|
||||
Parent A / Petitioner
|
||||
</div>
|
||||
<div style="margin-top: 6px;">Date: ______________________</div>
|
||||
</td>
|
||||
<td style="width: 4%;"/>
|
||||
<td style="width: 48%; vertical-align: top; padding-left: 10px; border-left: 1px solid #ccc;">
|
||||
<div style="border-top: 1px solid #000; margin-top: 50px; padding-top: 4px;">
|
||||
<t t-esc="o.respondent_id.name if o.respondent_id else '__________________'"/><br/>
|
||||
Parent B / Respondent
|
||||
</div>
|
||||
<div style="margin-top: 6px;">Date: ______________________</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Court Approval Block -->
|
||||
<div style="border: 2px solid #000; padding: 12px; margin-top: 20px; font-size: 10pt;">
|
||||
<strong>APPROVED AND INCORPORATED INTO FINAL JUDGMENT:</strong><br/><br/>
|
||||
SO ORDERED on _______________________, 20____ in Miami-Dade County, Florida.<br/><br/>
|
||||
<div style="margin-top: 30px; border-top: 1px solid #000; width: 60%; padding-top: 4px;">
|
||||
Circuit Court Judge, <t t-esc="o.circuit or '11th'"/> Judicial Circuit
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div style="margin-top: 12px; font-size: 8pt; color: #666; border-top: 1px solid #ccc; padding-top: 6px;">
|
||||
Generated by ActiveBlue Family Law. Verify all information. This plan must be approved by the court.
|
||||
Parenting class certificates must be attached prior to submission.
|
||||
Case: <t t-esc="o.name"/> | Generated: <t t-esc="context_today()"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</t>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user