Commit Graph

150966 Commits

Author SHA1 Message Date
Laurent Destailleur
91c35d4e40 NEW Add a protection against total change on a validated invoice. 2026-01-12 13:44:30 +01:00
Laurent Destailleur
15054810ba Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
Debug v23
2026-01-12 13:42:02 +01:00
Laurent Destailleur
8dd0aeb1c8 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-12 01:36:19 +01:00
Laurent Destailleur
2754b6485d Debug v23 2026-01-12 01:34:27 +01:00
Laurent Destailleur
041f50a438 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-12 01:00:32 +01:00
Laurent Destailleur
544f4971bc Debug v23 2026-01-12 01:00:05 +01:00
Laurent Destailleur
fb99d6e736 Debug v23 2026-01-12 00:59:17 +01:00
Laurent Destailleur
8d1cb356c3 Link to societe_rib into llx_facture 2026-01-11 19:16:22 +01:00
Laurent Destailleur
9403eb5aab Copy some field of customer invoices into supplier invoices 2026-01-11 19:12:19 +01:00
Laurent Destailleur
94c75d399d Add field thirdparty_payment_id 2026-01-11 19:08:28 +01:00
Laurent Destailleur
a56645784c Prepare 23.0 2026-01-11 18:58:17 +01:00
Laurent Destailleur
b533548caa Prepare 23.0 2026-01-11 18:57:40 +01:00
Laurent Destailleur
aa0563a54a Debug v23 2026-01-11 18:41:11 +01:00
Laurent Destailleur
9c68ba8759 Debug v23 2026-01-11 18:17:21 +01:00
Laurent Destailleur
d280468216 Debug v23 2026-01-11 18:12:45 +01:00
Laurent Destailleur
c019159f05 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-11 17:57:29 +01:00
Laurent Destailleur
2759d409e4 Debug v23 2026-01-11 17:57:15 +01:00
Laurent Destailleur
a303b97330 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-11 17:53:32 +01:00
Laurent Destailleur
049fcba06a Doc 2026-01-11 17:53:04 +01:00
Laurent Destailleur
342a6f754b Fix CI 2026-01-11 17:51:13 +01:00
Laurent Destailleur
a96bba2199 CSS v23 2026-01-11 17:40:21 +01:00
Laurent Destailleur
382a211962 Try to fix warning 2026-01-11 16:25:10 +01:00
Laurent Destailleur
a4852508e3 Clean code 2026-01-11 16:19:47 +01:00
Laurent Destailleur
d803fc5f28 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-11 16:18:52 +01:00
Laurent Destailleur
6e9225ce8b Debug v23 2026-01-11 16:17:12 +01:00
Laurent Destailleur
a41e9941f9 CSS 2026-01-11 16:00:00 +01:00
Laurent Destailleur
99b88e876f css 2026-01-11 14:26:55 +01:00
Laurent Destailleur
4d23bfbffa Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-11 13:13:14 +01:00
Laurent Destailleur
3fbee82d99 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-11 13:13:06 +01:00
Laurent Destailleur
c698f4dc28 Backport some fixes of #36851 2026-01-11 13:12:38 +01:00
Laurent Destailleur
391fd8dab6 FIX icon of mastodon social network 2026-01-11 12:55:58 +01:00
spsolauv
8e37e310e0 CLOSE issue 36744 fix user can delete some actioncomm on which he has not the right (#36747)
* CLOSE issue 36744 fix user can delete some actioncomm on which he has not the right

* Fix whitespace

* Refactor delete confirmation logic for user access

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-01-11 12:34:47 +01:00
spsolauv
ca52029551 CLOSE issue 36744 fix user can delete some actioncomm on which he has not the right (#36747)
* CLOSE issue 36744 fix user can delete some actioncomm on which he has not the right

* Fix whitespace

* Refactor delete confirmation logic for user access

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-01-11 12:33:17 +01:00
Expresion
9fa9d395dc Fix numeric input parsing to support comma as decimal separator (#36845)
* Fix numeric input parsing to support comma as decimal separator

GETPOSTINT()  only handles integer values and fails when input uses a comma as decimal

* Update dispatch.php

* Change GETPOST to GETPOSTFLOAT for price input

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-01-10 18:24:19 +01:00
Laurent Destailleur
cf621642fb Revert "NEW : allow to save stocks as 0 on a stock movement. (#36812)" (#36848)
This reverts commit 5662bfad31.
2026-01-10 18:21:41 +01:00
ThomasNgr-OpenDSI
5662bfad31 NEW : allow to save stocks as 0 on a stock movement. (#36812)
* NEW: Add global STOCK_MOVEMENT_FORCE_DO_NOT_CLEAN_EMPTY_LINES to force do not clean empty lines on movement stock. Because customer need to see the warehouse when the product previously even if the stock is at 0. And when in the reassort page, the product with a stock at 0 don't display and block the repleinishment of the stock of the product

* Fix un code manquant pour l'affichage des entrepots avec un stock a 0 lorsque la globale STOCK_MOVEMENT_FORCE_DO_NOT_CLEAN_EMPTY_LINES est activé

---------

Co-authored-by: Kamel Khelifa <kkhelifa@open-dsi.fr>
2026-01-10 18:21:22 +01:00
William Mead
dcbccdc0eb NEW concatenate PDF to strato contract model (#36803)
* Added option to concatenate terms of sale PDF to end of strato contract model

* Cleaned code

* Cleaned code

* Fix module name from 'contrat' to 'contract'

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-01-10 17:50:08 +01:00
Lucas Marcouiller
489197f1a5 NEW import process by removing some steps (#36811)
* Fix import process by removing some steps

* fix Ci

---------

Co-authored-by: Lucas Marcouiller <lmarcouiller@dolicloud.com>
2026-01-10 17:49:28 +01:00
Laurent Destailleur
984e3d88d8 Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-10 17:48:24 +01:00
Laurent Destailleur
502106384c Fix CI 2026-01-10 17:48:08 +01:00
Laurent Destailleur
e8d12c8448 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-10 17:29:30 +01:00
Laurent Destailleur
03099babed Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-10 17:29:22 +01:00
Laurent Destailleur
8f12d3d0de Debug 2026-01-10 17:29:01 +01:00
Laurent Destailleur
0c49c8298e Fix case 2026-01-10 17:28:44 +01:00
lvessiller-opendsi
8e58606559 NEW webportal hooks on form list (#36844) 2026-01-10 17:09:01 +01:00
Laurent Destailleur
da20d5100a Trans 2026-01-10 16:49:33 +01:00
Laurent Destailleur
f35a9b65e9 Debug v23 2026-01-10 16:20:57 +01:00
Laurent Destailleur
089800e477 Add try catch 2026-01-10 15:14:28 +01:00
Laurent Destailleur
0f48d5badf Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop 2026-01-10 15:12:39 +01:00
Laurent Destailleur
8149b907a3 Debug v23 2026-01-10 14:06:10 +01:00