Laurent Destailleur
db49600983
Fix ci
2026-01-21 00:10:30 +01:00
Laurent Destailleur
b93aacbba2
Fix CI
2026-01-20 17:39:40 +01:00
Laurent Destailleur
a6c11e27b1
Fix CI
2026-01-20 16:46:14 +01:00
Laurent Destailleur
48fab7528f
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
2026-01-07 19:15:36 +01:00
Laurent Destailleur
66989d4fef
Clean files
2026-01-07 19:15:06 +01:00
Laurent Destailleur
aeeb88ac19
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into develop
2026-01-07 19:02:45 +01:00
Laurent Destailleur
578a1ef568
Clean files
2026-01-07 19:01:54 +01:00
atm-corentin
224aab4265
FIX - Add validation for manufacturing order date changes ( #36823 )
...
* Add validation for manufacturing order date changes and update translations
* Fix indentation in manufacturing order date handling logic
2026-01-07 18:28:58 +01:00
atm-corentin
515e095e27
NEW add Tags & Categories on MOs ( #36816 )
2026-01-07 11:23:20 +01:00
Laurent Destailleur
ec88bf8426
Fix warnings
2026-01-05 17:52:57 +01:00
Laurent Destailleur
c6da6763de
Fix warnings
2026-01-05 16:43:00 +01:00
Laurent Destailleur
ba816b847d
Merge branch '23.0' of git@github.com:Dolibarr/dolibarr.git into 23.0
...
Debug v23
2026-01-05 14:36:23 +01:00
Zakaria Boushaba
ecb14aecf2
Fix text overflow in linked object table lists (v22) ( #36776 )
...
Co-authored-by: Zakaria Boushaba <z.boushaba@vold.africa >
2026-01-05 11:31:55 +01:00
Laurent Destailleur
1d4fc65fbe
Update mo_production.php
2025-12-18 15:56:54 +01:00
brad
475d719014
Fix - Error when producing dissassembly MO
...
Trying to product a dissassembly MO causes the produced SQL insert
statement to fail on a database constraint related to fk_stock_movement,
the consume statement was successful. The consume statement was checking
for a '0' and setting the value to 'null' but the produce line was not
doing this check. Adding this check to fk_stock_movement fixes the error
and generates the database entries
2025-12-18 15:36:12 +11:00
Laurent Destailleur
13e6a7b936
Debug v23
2025-12-05 12:55:20 +01:00
Laurent Destailleur
0c8581f80d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-11-24 16:23:07 +01:00
Regis Houssin
0aa6652005
FIX #35141 ( #36390 )
...
* FIX #35141
* FIX avoid problem with chinese language
2025-11-24 16:03:38 +01:00
Laurent Destailleur
3ea601d4c2
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-20 21:00:12 +01:00
Laurent Destailleur
ae3260eb0b
Fix CI
2025-11-20 20:55:10 +01:00
Laurent Destailleur
ae4522c152
Fix CI
2025-11-20 20:14:52 +01:00
Laurent Destailleur
13bcab94c5
Debug v23
2025-11-20 19:53:05 +01:00
Laurent Destailleur
0648af5e11
Fix CI
2025-11-20 16:19:06 +01:00
Laurent Destailleur
0bfd72a995
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-20 12:00:49 +01:00
Laurent Destailleur
10c0de4467
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-20 11:55:18 +01:00
Laurent Destailleur
ae131796d6
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-11-20 11:51:51 +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
Laurent Destailleur
278983c4e7
Fix CI
2025-11-17 21:16:46 +01:00
Noé Cendrier
e5480945bc
FIX: Mo::deleteLine() - stock movement correction ( #34733 )
...
* FIX: Mo::deleteLine() - stock movement correction should not rely on linked lines
* FIX: do not permit product line to consume removal if product consumption started
2025-11-12 23:59:15 +01:00
MDW
c39e87d703
Qual: Make $fields covariant, define type for $FIELDS in BankAccounts api ( #36188 )
...
* Qual: Make $fields covariant
* Qual: Update BankAccounts class phpDoc ($FIELDS)
# Qual: Update BankAccounts class phpDoc ($FIELDS)
Updated the documentation for the $FIELDS property.
2025-11-09 18:06:58 +01:00
Frédéric FRANCE
223ce3fb84
clean code ( #36157 )
...
* clean code
* clean code
2025-11-08 11:31:09 +01:00
Laurent Destailleur
dfbf173b17
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-07 19:25:42 +01:00
Regis Houssin
fa10fc0f94
FIX avoid NULL value ( #36126 )
2025-11-06 13:15:03 +01:00
Laurent Destailleur
4d2aea5ed7
CSS
2025-11-05 21:29:23 +01:00
Laurent Destailleur
6df93d0fb9
Debug v23
2025-11-05 21:24:19 +01:00
MDW
b925dd6c37
Qual: Make $fields type covariant (phpstan) ( #36084 )
...
# Qual: Make $fields type covariant (phpstan)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-04 14:16:17 +01:00
MDW
8a84fad171
Qual: Fix misuse of Mo->error ( #35841 )
...
# Qual: Fix misuse of Mo->error
Phan identified that ++ was performed on Mo->error which is a string.
This fixes that by using a local $error variable (as in another
function).
2025-10-19 03:35:04 +02:00
Frédéric FRANCE
3d852682ec
clean baseline ( #35822 )
...
* clean baseline
* clean baseline
* clean baseline
* clean baseline
* clean baseline
* clean baseline
2025-10-18 11:20:54 +02:00
Frédéric FRANCE
29b3880e6c
add dolBuildUrl ( #35664 )
...
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
* clean baseline
* add dolBuildUrl
* add dolBuildUrl
* add dolBuildUrl
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-17 02:31:07 +02:00
Frédéric FRANCE
3c597c263d
clean code ( #35710 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* fix
* clean code
2025-10-14 19:58:04 +02:00
Frédéric FRANCE
1ad2d24a4b
fix img_pictos ( #35722 )
...
* fix img_pictos
* fix img_pictos
* fix img_pictos
* fix img_pictos
* fix img_pictos
* fix img_pictos
* fix img_pictos
* fix img_pictos
2025-10-14 19:31:06 +02:00
Frédéric FRANCE
da46bc5517
FIX mo production with dlc dluo ( #35676 )
...
* fix mo production with dlc dluo
* fix mo production with dlc dluo
* fix mo production with dlc dluo
* fix mo production with dlc dluo
* fix mo production with dlc dluo
* fix mo production with dlc dluo
2025-10-07 19:35:17 +02:00
Frédéric FRANCE
a90c222f73
clean code ( #35626 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-10-04 00:07:24 +02:00
Laurent Destailleur
131d1390bc
Debug v23
2025-09-28 22:20:44 +02:00
Frédéric FRANCE
95e2a7690c
clean phpstan baseline for branch 22 ( #35511 )
...
* clean phpstan baseline
* upgrade phpstan version
* fix phan
* fix phan
* fix phan
* fix phan
* fix phan
2025-09-27 03:58:59 +02:00
Frédéric FRANCE
3ed79a2055
Fix warning in mo_production.php if no extrafields ( #35482 )
2025-09-26 23:56:23 +02:00
ldestailleur
ad830a346e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-09-23 16:50:17 +02:00
ldestailleur
6ead2839d0
Fix missing several test on permission on actions
2025-09-23 16:41:53 +02:00
Bradley Jarvis
6c8b4da445
FIX - MRP MO Product to Consume ( #35424 )
...
* FIX - MRP MO Product to Consume
Fixes MO Product to Consume when recursive BOM's are used, the product
to consume only includes the BOM line items instead of BOM product
* fix php-stan errors
* fix phan analysis errors
* fix phan analysis errors take 2
---------
Co-authored-by: brad <brad@endurotags.com.au >
2025-09-22 10:18:14 +02:00
Frédéric FRANCE
1d56ed09f4
fix doc ( #35416 )
...
* fix doc
* Update commonobject.class.php
* Update mo.class.php
2025-09-21 12:12:37 +02:00