ldestailleur
3ef2bc1467
Fix package 22.0
2025-08-02 18:04:19 +02:00
ldestailleur
bf51bb6bef
Doc
2025-08-01 13:46:33 +02:00
ldestailleur
2a419b4f65
Debug v22
2025-07-20 18:21:15 +02:00
ldestailleur
1e5733d124
Update makepack
2025-07-17 19:30:58 +02:00
ldestailleur
7d26242fdd
Fix link
2025-07-17 19:30:58 +02:00
ldestailleur
a145b3b44d
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-07-17 19:30:58 +02:00
Alexandre SPANGARO
e52ddc0181
Fix display on page treasury accounting ( #34741 )
...
* Fix name of option for supplier
* Update functions.lib.php (#34718 )
Add __MYCOMPANY_URL__ & __MYCOMPANY_PHONEMOBILE__ in getCommonSubstitutionArray
* Fix bad value fourn paiement process (#34722 )
* Fix bad value fourn paiement process
* best fix
* fix takepos console error (#34709 )
* fix console error
* exit early
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
* Fix CI
* Clean code
* Comment
* PHPStan > Update baseline (#34734 )
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
* FIX: we should ensure Commande::$lines array contains OrderLine objects (#34727 )
* Uniformize position of button with other page & remove useless column
* Remove useless column
* FIX Fiscal year - Translation error on status
* Revert "FIX Fiscal year - Translation error on status"
This reverts commit a6f96ac0a9 .
---------
Co-authored-by: ldestailleur <eldy@destailleur.fr >
Co-authored-by: Deefaze <6393617+Deefaze@users.noreply.github.com >
Co-authored-by: Lucas Marcouiller <45882981+Hystepik@users.noreply.github.com >
Co-authored-by: Francis Appels <francis.appels@yahoo.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
Co-authored-by: Noé Cendrier <81741011+altairis-noe@users.noreply.github.com >
2025-07-15 11:43:29 +02:00
ldestailleur
2c35e73e4f
Prepare v22
2025-07-10 16:55:32 +02:00
ldestailleur
0622da0aea
Prepare v22
2025-07-10 16:34:55 +02:00
ldestailleur
b3baf74c0d
Debug v22
2025-07-10 16:34:06 +02:00
github-actions[bot]
2a2322067b
PHPStan > Update baseline ( #34713 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-07-08 14:48:06 +02:00
github-actions[bot]
dac95c340b
PHPStan > Update baseline ( #34701 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-07-07 19:13:28 +03:00
Frédéric FRANCE
31517fdc9c
situation_counter is nullable ( #34693 )
...
* situation_counter is nullable
* Update phpstan-baseline.neon
2025-07-04 20:07:03 +03:00
github-actions[bot]
d065f25e2b
PHPStan > Update baseline ( #34679 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-07-03 13:09:13 +03:00
MDW
8c1d90519c
qual: Update phan baseline ( #34670 )
...
# qual: Update phan baselin
Several phan notices were fixed.
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-07-01 20:43:03 +02:00
github-actions[bot]
1d37671c67
PHPStan > Update baseline ( #34664 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-06-30 15:35:03 +03:00
github-actions[bot]
30577d1672
PHPStan > Update baseline ( #34658 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-06-28 15:24:38 +02:00
ldestailleur
eab96158f4
Fix doc
2025-06-27 01:05:12 +02:00
ldestailleur
e1218ab816
Update doc
2025-06-26 12:29:01 +02:00
ldestailleur
35a4aacc42
Complete the makepack-howto.md
2025-06-26 12:26:21 +02:00
ldestailleur
a557294b19
Clean package
2025-06-26 12:07:54 +02:00
ldestailleur
6b0d5474a4
Debug v22
2025-06-26 02:01:15 +02:00
Frédéric FRANCE
bb1d0a7347
fix missing translation ( #34613 )
2025-06-24 16:03:45 +02:00
MDW
b52b16a947
qual: update phan baseline ( #34603 )
2025-06-23 18:17:22 +02:00
ldestailleur
6f2df4a3c6
Fix typo
2025-06-23 16:45:35 +02:00
ldestailleur
e623a13cf2
Add sql file
2025-06-23 14:37:38 +02:00
ldestailleur
740b5aff03
WIP Define the unalterable scope for Loi finance
2025-06-23 14:31:11 +02:00
ldestailleur
115afbbb76
Add critical info into unalterable log to help debug
...
FIX: Must be able to filter on signature.
2025-06-23 14:04:36 +02:00
github-actions[bot]
5ea28763e5
PHPStan > Update baseline ( #34601 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-06-21 14:34:28 +02:00
Frédéric FRANCE
7c0604047e
fix missing translation ( #34587 )
...
* fix missing translation
* fix missing translation
2025-06-20 15:48:58 +02:00
Marc de Lima Lucio
96eddc1729
NEW: dev tools: add github webhook handler to auto-assign pull requests ( #34579 )
...
* NEW: dev tools: add github webhook handle to auto-assign pull requests
* FIX: ci
* FIX: comment
* FIX: ci
* FIX: forgotten param + ci
* FIX: ci
* FIX: ci
2025-06-20 15:45:31 +02:00
github-actions[bot]
b2b3100ed3
PHPStan > Update baseline ( #34584 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-06-19 14:59:26 +02:00
ldestailleur
8c99c91015
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-06-19 12:51:00 +02:00
ldestailleur
b8695702dd
Fix DOC
2025-06-19 12:50:49 +02:00
Frédéric FRANCE
a089aa2409
fix missing translation ( #34578 )
2025-06-19 12:41:29 +02:00
ldestailleur
9c2da8b9b6
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-06-19 11:31:44 +02:00
github-actions[bot]
55a8d9ff26
PHPStan > Update baseline ( #34536 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-06-16 20:23:29 +02:00
github-actions[bot]
3145f76182
PHPStan > Update baseline ( #34503 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-06-14 15:05:21 +02:00
Laurent Destailleur
144854769a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-06-13 16:27:57 +02:00
Laurent Destailleur
cf1c5bc370
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-06-13 16:24:52 +02:00
Laurent Destailleur
d66cd9027a
Remove warning
2025-06-13 16:22:57 +02:00
Laurent Destailleur
58ae48c520
Doc
2025-06-13 15:49:34 +02:00
github-actions[bot]
ede7784c1c
PHPStan > Update baseline ( #34408 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-06-13 00:22:55 +02:00
github-actions[bot]
b9683888e6
PHPStan > Update baseline ( #34382 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-06-10 14:41:22 +02:00
github-actions[bot]
6401faf7d4
PHPStan > Update baseline ( #34362 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-06-05 18:27:48 +02:00
MDW
32cec00447
Qual: Update phan baseline ( #34302 )
...
# Qual: Update phan baseline
Update baseline wrt fixed notices.
2025-06-04 14:43:40 +02:00
github-actions[bot]
88c77bf6c4
PHPStan > Update baseline ( #34316 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-06-04 13:39:06 +02:00
github-actions[bot]
b6bb5c0e99
PHPStan > Update baseline ( #34256 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-05-27 19:32:28 +02:00
github-actions[bot]
db858032bc
PHPStan > Update baseline ( #34247 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-05-22 15:44:58 +02:00
github-actions[bot]
888a28b687
PHPStan > Update baseline ( #34158 )
...
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com >
2025-05-15 18:05:59 +02:00