bmc_hub/app
Christian eacbd36e83 feat: Implement Transcription Service for audio files using Whisper API
- Added `transcription_service.py` to handle audio transcription via Whisper API.
- Integrated logging for transcription processes and error handling.
- Supported audio format checks based on configuration settings.

docs: Create Ordre System Implementation Plan

- Drafted comprehensive implementation plan for e-conomic order integration.
- Outlined business requirements, database changes, backend and frontend implementation details.
- Included testing plan and deployment steps for the new order system.

feat: Add AI prompts and regex action capabilities

- Created `ai_prompts` table for storing custom AI prompts.
- Added regex extraction and linking action to email workflow actions.

feat: Introduce conversations module for transcribed audio

- Created `conversations` table to store transcribed conversations with relevant metadata.
- Added indexing for customer, ticket, and user linkage.
- Implemented full-text search capabilities for Danish language.

fix: Add category column to conversations for classification

- Added `category` column to `conversations` table for better conversation classification.
2026-01-11 19:23:21 +01:00
..
auth Add Material Blue design templates for dashboard and customer overview pages 2025-12-06 02:22:01 +01:00
backups feat: Enhance email processing and backup scheduling 2026-01-06 15:11:28 +01:00
billing feat: Implement data consistency checking system for customer data across BMC Hub, vTiger, and e-conomic 2026-01-08 18:28:00 +01:00
contacts feat: Enhance time tracking with Hub Worklog integration and editing capabilities 2026-01-10 21:09:29 +01:00
conversations feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
core feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
customers feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
dashboard feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
devportal feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
emails feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
hardware/backend Add Material Blue design templates for dashboard and customer overview pages 2025-12-06 02:22:01 +01:00
models feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
modules feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
prepaid feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
services feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
settings feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
shared/frontend feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
system/backend v1.3.64 - Redesigned sync architecture with clear field ownership 2025-12-24 10:34:13 +01:00
tags feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +01:00
ticket feat: Implement Transcription Service for audio files using Whisper API 2026-01-11 19:23:21 +01:00
timetracking feat: Enhance time tracking with Hub Worklog integration and editing capabilities 2026-01-10 21:09:29 +01:00
vendors feat: Enhance billing frontend with Jinja2 templates and improve invoice handling 2025-12-08 09:15:52 +01:00
__init__.py Initial BMC Hub setup 2025-12-05 14:22:39 +01:00