Laurent Destailleur
9f9ca3faf7
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
2026-02-10 20:36:42 +01:00
Laurent Destailleur
bbbf405d3a
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 23.0
2026-02-10 20:18:58 +01:00
Laurent Destailleur
1c59868e79
CI
2026-02-09 19:43:22 +01:00
yveslg
4951edfbd0
Fix/accountancy pdf wrong labels ( #37153 )
...
* FIX #37147 Limit account fetch to active chart of accounts in PDF exports
When multiple chart of accounts have the same account number, the PDF
exports (balance and ledger) could retrieve the wrong account label.
* FIX #37147 Decode HTML entities in balance PDF account group labels
The balance PDF export was displaying HTML entities (like É) instead
of properly decoded characters (like É) in account group labels.
2026-02-08 20:09:40 +01:00
Laurent Destailleur
715aeb91d9
Fix CI
2026-01-20 23:16:24 +01:00
Laurent Destailleur
aee871f0b5
Debug v23
2026-01-20 14:53:50 +01:00
Laurent Destailleur
3a4cf15857
Debug v23 no propagation of warnings
2025-12-21 13:32:32 +01:00
Frédéric FRANCE
46d6714fe0
clean code ( #36317 )
...
* clean code
* clean code
* clean doc
* clean doc
* clean doc
* clean doc
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-20 01:47:46 +01:00
Alexandre SPANGARO
af4630c456
Typo ( #36123 )
2025-11-06 17:11:02 +01:00
Laurent Destailleur
342120f893
Debug v23
2025-10-27 21:42:21 +01:00
Laurent Destailleur
31989adc1f
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-10-14 21:38:13 +02:00
Alexandre SPANGARO
59009d67a5
FIX Accountancy - Printing the subsidiary ledger returns the general ledger ( #35719 )
...
* Update listbyaccount to transfer type="sub" information
* Detail by subsidiary account
* Fix typo
2025-10-14 19:53:08 +02:00
ldestailleur
435d10b887
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-10-12 13:57:49 +02:00
Alexandre SPANGARO
b77850521b
FIX Accountancy - Print subledger balance return general balance ( #35712 )
...
* FIX Accountancy - Print subledger balance return general balance
* Update pdf_balance.modules.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-11 15:31:04 +02:00
sonikf
0d10df9065
Fix accountancy pdfs ( #35686 )
...
* Add missing translation
* fix translation for non latin languages and add space
* Add missing translation
* Add translations
DebitShort and CreditShort
* fix space
* fix translation for non latin languages
* fix translation for non latin languages
* fix trans
* fix missing separator line
* Add missing separator line
* fix translation for non latin languages
* Add missing translation
* Update pdf_balance.modules.php
* check if translation for AccountancyGroupXXX exists
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-11 13:50:14 +02:00
ldestailleur
4e83087e28
Fix complete #35368
2025-09-17 15:04:01 +02:00
ldestailleur
92ffba11ca
Remove old lang files that are too small (moved into other lang files)
2025-09-11 13:31:34 +02:00
sonikf
92ce005080
fix translation for non latin languages ( #34744 )
...
* fix translation for non latin languages
* fix translation for non latin languages
* fix translation for non latin languages
2025-07-15 11:39:42 +02:00
Jyhere
a3323d5ca9
NEW : accountancy pdf exports ( #34056 )
...
* NEW: journal, ledger, balance pdf exports in accountancy lists
* NEW: add coords system to avoid getting vertical lines on title lines
-FIX: totals line bugs
* FIX: removed, missing translation added
* FIX: precommit errors in accountancy pdfs
* FIX : PHPDoc inverted parameterss
* FIX: wrong string operator
* FIX: yet another cs error
* FIX: phpstan errors
* FIX: phpstan errors
* FIX: multidimensionnalarray phpdoc definition
* FIX: array phpstan error, I hope
* FIX: array def for phpstan
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-05-14 09:40:32 +02:00