bmc_hub/MDfile/RELEASE_NOTES_v2.2.56.md
Christian a604a3cc44 Add comprehensive test suite for vTiger integration and ticket module
- Implemented test scripts for vTiger account retrieval, contact data, and modules.
- Created a detailed test suite for the ticket module, covering database schema validation, ticket number generation, prepaid card constraints, and service logic.
- Added tests for vTiger field inspection and various queries related to accounts and sales orders.
- Introduced SQL migration scripts for the ALSO Cloud Billing foundation, including import jobs, lines, and mapping tables with necessary constraints and indices.
- Enhanced workflow columns in the import lines table to support matching and validation timestamps.
2026-06-20 03:29:51 +02:00

1.0 KiB

Release Notes v2.2.56

Dato: 2026-03-18

Fokus

Stabilisering af email-visning og hardening af supplier-invoices flows.

Aendringer

  • Rettet layout-overflow i email-detaljevisning, saa lange emner, afsenderadresser, HTML-indhold og filnavne ikke skubber kolonnerne ud af layoutet.
  • Tilfoejet robust wrapping/truncering i emails UI for bedre responsiv opfoersel.
  • Tilfoejet manglende "Klar til Bogforing" tab i supplier-invoices navigation.
  • Rettet endpoint mismatch for AI template-analyse i supplier-invoices frontend.
  • Fjernet JS-funktionskonflikter i supplier-invoices ved at adskille single/bulk send flows.
  • Tilfoejet backend endpoint til at markere supplier-invoices som betalt.
  • Fjernet route-konflikt for send-to-economic ved at flytte legacy placeholder til separat sti.
  • Forbedret approve-flow ved at bruge dynamisk brugeropslag i stedet for hardcoded vaerdi.

Berorte filer

  • app/emails/frontend/emails.html
  • app/billing/frontend/supplier_invoices.html
  • app/billing/backend/supplier_invoices.py
  • RELEASE_NOTES_v2.2.56.md