DeclarationTVA/core
Frank Cools 28b21ea4d3 Fix negative VAT amounts by using absolute value
Fixed:
- Use abs() for VAT account calculations
- VAT accounts typically have credit side amounts
- Now shows positive values: -1957.57 -> 1957.57
- Enhanced logging to show debit/credit breakdown
2025-10-02 21:24:24 +02:00
..
class Fix negative VAT amounts by using absolute value 2025-10-02 21:24:24 +02:00
modules Add debugging and manual table creation fallback 2025-10-02 17:36:29 +02:00