bmc_hub/app
Christian 30d1be61eb feat: Add global search functionality and email results section
- Introduced a global search button and modal for enhanced user experience.
- Added a new section for displaying email results in the global search modal.
- Implemented functionality to fetch and display emails based on user queries.
- Updated the UI to include a reminders button and improved accessibility features.

fix: Update docker-compose to allow reload configuration

- Changed ENABLE_RELOAD environment variable to default to true for easier development.

chore: Update requirements for new dependencies

- Added brother_ql, pyzbar, and pypdfium2 to requirements for label printing and PDF processing.

feat: Implement Brother label printing service

- Created a new service for printing labels using Brother QL printers.
- Supports direct printing of case hardware labels with customizable layouts.

feat: Add Vaultwarden service for credential management

- Implemented a service to interact with Vaultwarden for secure credential storage and retrieval.

sql: Add migrations for email thread keys and document tokens

- Created migrations to backfill email thread keys and manage document tokens for work orders.
- Introduced new tables and updated existing structures to support token-based linking of scanned documents.

sql: Import links into the database

- Added a script to import a predefined set of links into the database with associated categories.
2026-04-01 21:34:58 +02:00
..
alert_notes feat: add alert notes functionality with inline and modal display 2026-02-17 12:49:11 +01:00
anydesk feat: Add subscription management functionality and AnyDesk API integration 2026-03-30 07:50:15 +02:00
auth feat: Add subscription management functionality and AnyDesk API integration 2026-03-30 07:50:15 +02:00
backups Add migrations for seeding tags and enhancing todo steps 2026-03-20 00:24:58 +01:00
billing feat: improve billing, sag, orders, and email workflows 2026-03-23 20:35:15 +01:00
contacts feat: Add global search functionality and email results section 2026-04-01 21:34:58 +02:00
conversations feat: Enhance hardware detail view with ESET data synchronization and specifications 2026-02-11 23:51:21 +01:00
core feat: Add global search functionality and email results section 2026-04-01 21:34:58 +02:00
customers feat: Add global search functionality and email results section 2026-04-01 21:34:58 +02:00
dashboard fix: stabilize call->case prefill and migration status routing 2026-03-26 00:32:54 +01:00
devportal Release v2.2.67: mission touch UX, camera/webhook, env temperature feed 2026-03-25 13:46:03 +01:00
emails feat: Add global search functionality and email results section 2026-04-01 21:34:58 +02:00
fixed_price feat: Implement fixed-price agreements frontend views and related templates 2026-02-08 01:45:00 +01:00
hardware/backend Add Material Blue design templates for dashboard and customer overview pages 2025-12-06 02:22:01 +01:00
jobs feat: Add global search functionality and email results section 2026-04-01 21:34:58 +02:00
models Add migrations for seeding tags and enhancing todo steps 2026-03-20 00:24:58 +01:00
modules feat: Add global search functionality and email results section 2026-04-01 21:34:58 +02:00
opportunities feat: Add Technician Dashboard V1, V2, and V3 with enhanced UI and functionality 2026-02-17 08:29:05 +01:00
prepaid feat: improve billing, sag, orders, and email workflows 2026-03-23 20:35:15 +01:00
products feat: improve billing, sag, orders, and email workflows 2026-03-23 20:35:15 +01:00
routers feat: Add subscription management functionality and AnyDesk API integration 2026-03-30 07:50:15 +02:00
services feat: Add global search functionality and email results section 2026-04-01 21:34:58 +02:00
settings feat: Add global search functionality and email results section 2026-04-01 21:34:58 +02:00
shared/frontend feat: Add global search functionality and email results section 2026-04-01 21:34:58 +02:00
subscriptions feat: improve billing, sag, orders, and email workflows 2026-03-23 20:35:15 +01:00
system/backend Fix user admin actions on v2 + add archived sync monitor in settings 2026-03-07 02:39:57 +01:00
tags feat: enhance tag management and search functionality 2026-03-20 18:43:45 +01:00
ticket Add migrations for seeding tags and enhancing todo steps 2026-03-20 00:24:58 +01:00
timetracking feat: Add subscription management functionality and AnyDesk API integration 2026-03-30 07:50:15 +02: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
apply_migration_084.py feat(sag): Add Varekøb & Salg module with database migration and frontend template 2026-02-02 20:23:56 +01:00
apply_migration_085.py feat(sag): Add Varekøb & Salg module with database migration and frontend template 2026-02-02 20:23:56 +01:00
create_relation_table.py Add tests for new SAG module endpoints and module deactivation 2026-01-31 23:16:24 +01:00