DeclarationTVA/core
Frank Cools 5cbffd799a Add getAccountMappings() method to retrieve account labels
Fixed:
- Added missing getAccountMappings() method to DeclarationTVA class
- Joins with Dolibarr's accounting_account table to get labels
- Retrieves account labels from chart of accounts (llx_accounting_account)
- Falls back to stored label if chart of accounts label not available
- Returns array with rowid, ca3_line, account_code, account_label, vat_rate, is_active

This fixes the issue where account labels were not showing in dropdown panels.
2025-10-02 23:33:21 +02:00
..
class Add getAccountMappings() method to retrieve account labels 2025-10-02 23:33:21 +02:00
modules Move DeclarationTVA module to Financial category 2025-10-02 23:11:48 +02:00