bmc_hub/app
Christian 8ac3a9db2f v1.3.64 - Redesigned sync architecture with clear field ownership
BREAKING CHANGES:
- vTiger sync: Never overwrites existing vtiger_id
- Contact sync: REPLACES links instead of appending (idempotent)
- E-conomic sync: Only updates fields it owns (address, city, postal, email_domain, website)
- E-conomic sync: Does NOT overwrite name or cvr_number anymore

ARCHITECTURE:
- Each data source owns specific fields
- Sync operations are now idempotent (can run multiple times)
- Clear documentation of field ownership in sync_router.py
- Contact links deleted and recreated on sync to match vTiger state

FIXED:
- Contact relationships now correct after re-sync
- No more mixed customer data from different sources
- Sorting contacts by company_count DESC (companies first)
2025-12-24 10:34:13 +01:00
..
auth Add Material Blue design templates for dashboard and customer overview pages 2025-12-06 02:22:01 +01:00
backups feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
billing feat: Implement internal comments for customer subscriptions with database support 2025-12-16 22:07:20 +01:00
contacts v1.3.64 - Redesigned sync architecture with clear field ownership 2025-12-24 10:34:13 +01:00
core Fix: Gør e-conomic product number konfigurerbar 2025-12-23 01:11:58 +01:00
customers feat: search e-conomic for customers by name (v1.3.59) 2025-12-23 15:39:35 +01:00
dashboard feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
devportal feat: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
emails Fix: Replace execute_query_single with execute_query in email router 2025-12-19 07:56:05 +01:00
hardware/backend Add Material Blue design templates for dashboard and customer overview pages 2025-12-06 02:22:01 +01:00
models Fix: Change Customer schema datetime fields to str for proper serialization 2025-12-19 16:45:22 +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: Add Simply-CRM integration setup documentation and configuration details 2025-12-16 15:36:11 +01:00
services feat: search e-conomic for customers by name (v1.3.59) 2025-12-23 15:39:35 +01:00
settings fix: settings sync stats loading (v1.3.60) 2025-12-23 15:50:20 +01:00
shared/frontend feat: Implement central tagging system with CRUD operations, entity tagging, and workflow management 2025-12-17 07:56:33 +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 ticket contacts management with flexible roles and CRUD operations 2025-12-17 16:38:08 +01:00
timetracking fix: better error handling for order generation (v1.3.62) 2025-12-24 09:39:31 +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