All meetings from the e-invoicing programme.
78 meetings covering Aug 2025 – Mar 2026.
Data source: Supabase — migrated 3 March 2026.
# List all meetings
python3 -c "from einvoicing_db import *; list_meetings()"
# Filter by type
python3 -c "from einvoicing_db import *; list_meetings(type='Weekly')"
python3 -c "from einvoicing_db import *; list_meetings(type='Technical')"
python3 -c "from einvoicing_db import *; list_meetings(type='Scoping')"
# Add new meeting
python3 -c "from einvoicing_db import *; add_meeting('2026-03-04', 'Denmark SSC/CBS Review', type='Technical', minutes_format='.docx')"
| Type | Description |
|---|---|
| Weekly | Germany & Malaysia weekly, EDICOM account management |
| Status Update | JC/Sergio/Tino status updates |
| Technical | IPsec, architecture, EDICOM reviews, MyInvois, process reviews |
| Kickoff | Project kickoffs, technical design kickoffs |
| Scoping | Country scoping (France, Malaysia, Belgium) |
| Other | Contact lists, intro meetings, ad-hoc |
Meetings/minutes/ (.md, extracted from OneNote)/home/jc/OneDrive-Business/EINVOICING/Meetings/)meetings/home/jc/temp/einvoicing_db.py