bmc_hub/app
Christian 718de1a6bd Fix: Remove hourly_rate query from customers table (kolonne eksisterer ikke)
BUG FIX:
- _get_hourly_rate() tried to query hourly_rate from customers table
- customers table har ikke hourly_rate kolonne
- Forårsagede '500: no results to fetch' fejl ved order oprettelse
- Changed execute_query_single → execute_query for tmodule_customers check
- Removed hub customer rate check (ikke relevant)
- Falls back til default rate fra settings

ERROR: SELECT hourly_rate FROM customers WHERE id = 512
       → column 'hourly_rate' does not exist
2025-12-23 00:23:01 +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 Fix: Kontakt detail viser nu relaterede firmaer i Firmaer fanen 2025-12-22 16:40:49 +01:00
core Fix: Tilføjet manglende VTIGER_ENABLED og ECONOMIC_ENABLED fields i Settings 2025-12-22 11:44:13 +01:00
customers feat: Implement internal comments for customer subscriptions with database support 2025-12-16 22:07:20 +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 Implement e-conomic customer sync and CVR search (get_customers + search_customer_by_cvr) 2025-12-19 16:41:11 +01:00
settings Feature: Tilføjet /api/v1/settings/sync-from-env endpoint til at synkronisere .env værdier ind i settings database 2025-12-22 11:04:09 +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 Feature: Auto-create customers from vTiger accounts when linking contacts 2025-12-22 15:20:29 +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: Remove hourly_rate query from customers table (kolonne eksisterer ikke) 2025-12-23 00:23:01 +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