All open questions requiring answers — design decisions, confirmations, technical queries.
Each question has a single owner responsible for obtaining the answer.
Data source: Supabase — migrated 3 March 2026.
# List all questions
python3 -c "from einvoicing_db import *; list_questions()"
# Filter by status or category
python3 -c "from einvoicing_db import *; list_questions(status='OPEN')"
python3 -c "from einvoicing_db import *; list_questions(status='BLOCKED')"
python3 -c "from einvoicing_db import *; list_questions(category='EDICOM')"
python3 -c "from einvoicing_db import *; list_questions(category='ERP')"
# View single question
python3 -c "from einvoicing_db import *; get_question('OQ-002')"
# Resolve a question
python3 -c "from einvoicing_db import *; resolve_question('OQ-003', 'Normalise on write — strip spaces/dots/dashes, uppercase, add country prefix')"
| Category | IDs | Count |
|---|---|---|
| Architecture | OQ-001 .. OQ-007 | 7 |
| EDICOM | EDQ-001 .. EDQ-008 | 8 |
| ERP | ERP-Q-001 .. ERP-Q-017 | 17 |
| France | FR-Q-001 | 1 |
open_questions/home/jc/temp/einvoicing_db.pySee also: Actions Log | Risks & Issues | Decisions Log