[P5][AI] Natural language finance query interface (Claude API) #65

Open
opened 2026-05-26 01:33:51 +00:00 by ChrisChen · 0 comments
Owner

Overview

Finance staff and pastors can query financial data using plain English or Chinese questions.

Example Queries

'How much tithe did we receive this year vs last year?', 'What was Catering ministry total expense in Q1?', 'Which months had highest offering in 2026?'

Tasks

  • Claude API: translate natural language question -> safe read-only SQL
  • Execute query against giving and expense data
  • Return human-readable answer + supporting data table
  • Restrict to finance and pastor roles
  • Log all queries for auditability

Reference

PLANNING.md Section 3.11 - AI giving insights / natural language query

## Overview Finance staff and pastors can query financial data using plain English or Chinese questions. ## Example Queries 'How much tithe did we receive this year vs last year?', 'What was Catering ministry total expense in Q1?', 'Which months had highest offering in 2026?' ## Tasks - [ ] Claude API: translate natural language question -> safe read-only SQL - [ ] Execute query against giving and expense data - [ ] Return human-readable answer + supporting data table - [ ] Restrict to finance and pastor roles - [ ] Log all queries for auditability ## Reference PLANNING.md Section 3.11 - AI giving insights / natural language query
ChrisChen added this to the Phase 5 - App Store and AI Integration milestone 2026-05-26 01:33:51 +00:00
ChrisChen added the module: reportsmodule: ai labels 2026-05-26 01:33:51 +00:00
Sign in to join this conversation.