feat(fusion_accounting_followup): 6 JSON-RPC endpoints for OWL widget

Adds Task 15 controller layer:
- /fusion/followup/list_overdue
- /fusion/followup/get_partner_detail
- /fusion/followup/generate_text
- /fusion/followup/send
- /fusion/followup/pause
- /fusion/followup/reset

All endpoints use V19 type='jsonrpc' and route through
fusion.followup.engine. 6 HttpCase tests added (69 total).

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 21:00:07 -04:00
parent 9b6d6b3895
commit d455016c27
5 changed files with 256 additions and 1 deletions

View File

@@ -0,0 +1 @@
from . import followup_controller