Alexandre SPANGARO
ffa489ee59
NEW Accountancy - Transaction - Add verification on centralized account ( #35824 )
...
* NEW Accountancy - Transaction - Add verification on centralized account
* Fix phan
* Fix phan
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-21 01:06:21 +02:00
Frédéric FRANCE
894e73e9cf
add new elements properties magic ( #35861 )
...
* add new elements properties magic
* add new elements properties magic
2025-10-21 01:04:53 +02:00
Frédéric FRANCE
7d01503c46
clean code ( #35856 )
...
* fix CI
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-21 01:03:55 +02:00
Jon Bendtsen
56bcd57fc6
QUAL: polishing up the API's for usergroups ( #35854 )
...
* note_private=note + cleaning json output when getting a usergroup
* better comment text
---------
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk >
2025-10-21 00:36:44 +02:00
Laurent Destailleur
0cb4679757
Fix CI
2025-10-21 00:05:22 +02:00
Laurent Destailleur
655286f3b3
Fix CI
2025-10-20 23:55:59 +02:00
Laurent Destailleur
9ee8006f17
Fix CI
2025-10-20 23:50:32 +02:00
Laurent Destailleur
294309dbd4
Fix CI
2025-10-20 23:48:37 +02:00
Laurent Destailleur
ab6aae51dd
Allow boolean on yn()
2025-10-20 23:42:20 +02:00
Laurent Destailleur
a202d1e60d
Debug v23
2025-10-20 20:51:20 +02:00
Laurent Destailleur
dab2bcbd90
Debug v23
2025-10-20 20:44:17 +02:00
Laurent Destailleur
6f88b841e0
Add vat field
2025-10-20 17:57:22 +02:00
Laurent Destailleur
7792a397d3
Clean code
2025-10-20 16:46:36 +02:00
Laurent Destailleur
5604df683d
Backup/Restore is cleaner
2025-10-20 15:12:35 +02:00
Laurent Destailleur
2835ec5c3d
Add BLOCKEDLOG_LAST_RECORD_FINGERPRINT at install
2025-10-20 04:31:42 +02:00
Laurent Destailleur
a84cff56a7
Clean screen
2025-10-20 03:35:12 +02:00
Laurent Destailleur
dc6c6b281e
Dev Loi Finance
2025-10-20 02:58:42 +02:00
Laurent Destailleur
606de1688e
Dev Loi Finance
2025-10-20 02:35:55 +02:00
Laurent Destailleur
9fb7805e4f
Fix typeof pad in takepos
2025-10-20 01:54:37 +02:00
Laurent Destailleur
4fe22fad9e
Show terminal on ticket
2025-10-20 01:47:43 +02:00
Laurent Destailleur
0d2b4faee2
Prepare code for LNE
2025-10-20 00:45:59 +02:00
Laurent Destailleur
2a155bff70
Debug
2025-10-19 23:34:12 +02:00
Laurent Destailleur
d539010e3f
Fix CI
2025-10-19 23:28:44 +02:00
Laurent Destailleur
0fa7da21f1
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-10-19 23:14:52 +02:00
PsyCrow
277ca022f2
Remove unnecessary type casting for VAT rates ( #35830 )
...
vat_rate could be string so should not be casted to float
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-19 23:13:53 +02:00
Laurent Destailleur
2076c44618
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-10-19 23:13:26 +02:00
Laurent Destailleur
ad00c73028
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-10-19 21:23:46 +02:00
Laurent Destailleur
f97028a764
Test change for ci to use php min 7.2
2025-10-19 21:09:45 +02:00
Laurent Destailleur
2c04ca3979
NEW Minimal version of PHP is now 7.2
2025-10-19 21:03:50 +02:00
PsyCrow
893b6525ab
Remove unnecessary type casting for VAT rate ( #35831 )
...
vat_rate could be string should not be float casting
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-19 18:50:25 +02:00
Frédéric FRANCE
f729b421a5
move sql in stats class ( #35850 )
...
* move sql in stats class
* move sql in stats class
* move sql in stats class
* move sql in stats class
* move sql in stats class
* move sql in stats class
* PHPStan > Update baseline (#35844 )
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
* move sql in stats class
* move sql in stats class
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-10-19 18:50:09 +02:00
PsyCrow
d36bfd0f3e
Refactor updateline call to remove type casting ( #35833 )
...
Removed unnecessary type casting for vatrate in updateline method.
2025-10-19 18:48:16 +02:00
PsyCrow
2b93b8a66a
Remove unnecessary type casting for VAT rates ( #35834 )
...
vat_rate could be string and should not be casted to float
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-19 18:47:43 +02:00
Laurent Destailleur
e7672cd9e5
Fix critical regression in cast
2025-10-19 18:47:20 +02:00
Laurent Destailleur
a66164d0f7
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-10-19 18:40:41 +02:00
Laurent Destailleur
3aa920be4a
Fix critical regression when casting vat rate
2025-10-19 18:40:26 +02:00
PsyCrow
4f3b2fe8de
Fix type casting for TVA tax in addline method ( #35832 )
...
tva_tx should not be casting to float
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-19 18:38:55 +02:00
Laurent Destailleur
738b85abcd
Fix PHP doc regression
2025-10-19 18:38:10 +02:00
Laurent Destailleur
2c65efad96
Fix php doc
2025-10-19 18:32:25 +02:00
Laurent Destailleur
8d91557b17
Fix doc
2025-10-19 18:23:04 +02:00
Laurent Destailleur
a1f4fb9810
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-10-19 18:19:37 +02:00
Laurent Destailleur
b6353d06ae
Fix doc
2025-10-19 18:19:28 +02:00
Laurent Destailleur
01eb4510f7
Fix doc
2025-10-19 18:18:56 +02:00
github-actions[bot]
4be6bd93cb
PHPStan > Update baseline ( #35844 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-10-19 18:12:31 +02:00
Laurent Destailleur
bbeaadb14a
Fix picto module zapier
2025-10-19 18:11:00 +02:00
Laurent Destailleur
c5b4faffe7
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-10-19 17:56:22 +02:00
Laurent Destailleur
68a8631cb5
Doc
2025-10-19 17:56:12 +02:00
Laurent Destailleur
02216080f6
Fix picto
2025-10-19 17:54:52 +02:00
Frédéric FRANCE
1e329f2325
clean code ( #35843 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-10-19 17:09:54 +02:00
Frédéric FRANCE
db4d73ed50
clean baseline phpstan ( #35840 )
2025-10-19 03:35:21 +02:00