Customer 360: extended Client fields, auto-migrate, updated Rolodex CRUD/templates, QDRO routes/views, importer mapping

QDRO links appear in rolodex_view.html case rows and case.html header when QDRO data exists, matching legacy flows.
This commit is contained in:
HotSwapp
2025-10-13 14:04:35 -05:00
parent 4cd35c66fd
commit 2e2380552e
32 changed files with 194632 additions and 9 deletions

View File

@@ -130,6 +130,11 @@ Case {{ case.file_no if case else '' }} · Delphi Database
</button>
</form>
{% endif %}
{% if has_qdro %}
<a class="btn btn-sm btn-outline-secondary" href="/qdro/{{ case.file_no }}">
QDRO
</a>
{% endif %}
</div>
</div>
<div class="card-body">