Frédéric FRANCE
ce7269aa07
fix missing translation ( #33921 )
...
* fix missing translation
* fix missing translation
* fix missing translation
* fix missing translation
* fix missing translation
2025-04-19 11:46:57 +02:00
lvessiller-opendsi
c85cc3061b
NEW shipment kits with dispatcher v2 ( #33750 )
...
* NEW shipment kits with dispatcher v2
* Show stock of virtual product on select warehouse when dispatching a shipment
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-04-16 21:11:58 +02:00
ldestailleur
b84bc626d9
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-04-10 14:34:59 +02:00
ldestailleur
aba002a778
Fix filter on status
2025-04-10 14:29:36 +02:00
ldestailleur
5e3313bf13
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-04-10 14:24:21 +02:00
ldestailleur
15c799b324
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-04-10 14:17:56 +02:00
ldestailleur
8524a2f938
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-04-10 14:17:28 +02:00
Christophe Battarel
2c6c3a90d2
manage read_supplier_prices permission also on stock movement list ( #33700 )
...
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
2025-04-02 19:13:24 +02:00
Marc de Lima Lucio
363b05d314
FIX: warehouse list: broken status filter ( #33667 )
2025-04-02 12:30:53 +02:00
ldestailleur
8efa60f4b0
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-04-01 13:53:52 +02:00
ldestailleur
5e990ff7de
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-04-01 11:58:46 +02:00
ldestailleur
f34949fe14
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-04-01 11:49:18 +02:00
ldestailleur
2100f3ba43
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-04-01 11:49:07 +02:00
HENRY Florian
202a71ab8f
FIX: Sort Stock To Date on PMP ( #33678 )
2025-04-01 10:42:21 +02:00
John BOTELLA
80937f3160
Fix transfert stock float ( #33669 )
2025-03-31 21:58:54 +02:00
omogenot
2c20bc9412
Add stock card missing hooks ( #33649 )
...
Add SQL request From and Where missing hooks to warehouse card list.
2025-03-29 11:58:31 +01:00
Christophe Battarel
36bd2c7a5b
Manage supplier prices permission ( #33636 )
...
* WIP : manage read_supplier_prices
* WIP : manage read_supplier_prices
---------
Co-authored-by: Christophe Battarel <christophe@altairis.fr >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-03-29 00:43:13 +01:00
ldestailleur
ae59c409f6
Modulebuilderization
2025-03-26 00:56:24 +01:00
ldestailleur
0c09be61a2
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-03-25 14:01:28 +01:00
ldestailleur
aa78344615
Fix trans
2025-03-20 18:39:54 +01:00
Frédéric FRANCE
869d7af747
comment test not needed ( #33504 )
2025-03-19 13:48:56 +01:00
Frédéric FRANCE
b7a00127a9
add missing translation ( #33461 )
...
* add missing translation
* add missing translation
* add missing translation
* add missing translation
* add missing translation
* add missing translation
* add missing translation
* add missing translation
* add missing translation
* add missing translation
* add missing translation
2025-03-15 11:21:03 +01:00
MDW
2cd6459d10
Qual: Fix phan notices (*card) ( #33450 )
2025-03-14 17:25:11 +01:00
Laurent Destailleur
051a902f1f
Revert "Revert "Reverse const STOCK_ALLOW_NEGATIVE_TRANSFER to STOCK_DISALLOW…" ( #33454 )
...
This reverts commit e943c9c97f .
2025-03-13 23:22:40 +01:00
Laurent Destailleur
e943c9c97f
Revert "Reverse const STOCK_ALLOW_NEGATIVE_TRANSFER to STOCK_DISALLOW_NEGATIV…" ( #33453 )
...
This reverts commit d93e8e2978 .
2025-03-13 23:17:02 +01:00
ThomasNgr-OpenDSI
d93e8e2978
Reverse const STOCK_ALLOW_NEGATIVE_TRANSFER to STOCK_DISALLOW_NEGATIVE_TRANSFER ( #33444 )
2025-03-13 23:15:04 +01:00
ldestailleur
9907a87829
Clean duplicate const
2025-03-10 16:19:45 +01:00
ThomasNgr-OpenDSI
c9a27ae21d
NEW : allow stock management by product ( #32326 )
...
* Code part
* Code part 2
* Fix : invert a const
* Fix : invert disable/enable stock values
* Fix
* Fix missing column from select inside sql request
* Fix input hidden missing name
* ajout d'un commentaire
* small fixes
* remove unrelated lines
* phpcs
* stickler fix
* pre-commit fixes
* pre-commit fixes
* pre-commit fix
* fix missing translation
* Fix phpstan
* fix winCI
* fix travis
* fix phpstan
* fix travis (hopefully)
* remove useless lines
* relaunch tests
* change stockable_product type from bool to int
* change test in Expeditin::addline() to allow adding a line for product with disabled stock management
* make stock management mandatory for products with batch number
* try to remove PHAN errors
* fix phpstan
* fix phpstan
---------
Co-authored-by: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com >
Co-authored-by: mrozniecki <mrozniecki@easya.solutions >
Co-authored-by: Ulysse Valdenaire <uvaldenaire@easya.solutions >
2025-03-10 10:49:53 +01:00
MDW
f625f8de60
Qual: Fix api phan notices
2025-03-05 13:22:08 +01:00
MDW
035ede5874
Qual: Fix phan notices in API classes
2025-03-02 20:49:46 +01:00
MDW
c02293a880
Qual: Add phpdoc for request_data param
2025-03-02 20:49:45 +01:00
MDW
81e870f7c1
Qual: Fix phan notices (takepos)
2025-02-18 22:55:56 +01:00
MDW
076399b11b
Qual: Fix phan (stock-2)
2025-02-10 21:20:32 +01:00
MDW
c9bedf8fe2
Qual: Fix phan notices (stock-1)
2025-02-10 11:32:05 +01:00
MDW
4168a16151
Qual: Fix ifsql argument type
2025-02-09 20:14:22 +01:00
MDW
2130f1395a
Qual: Fix phan (product-part-1) implies fixing unit types
2025-02-09 20:14:20 +01:00
MDW
23ff8b378c
Qual: Fix phan: dol_mktime GETPOST args to GETPOSTINT
2025-02-08 14:06:14 +01:00
MDW
395fdbf39b
Qual: Fix phan notices (mrp)
2025-02-08 01:49:52 +01:00
futurehousestore
c470629a79
Update list.php
...
fix total stock quantity
2025-02-07 02:07:06 +00:00
MDW
24fa28dfe2
Qual: Fix getKanban phpdoc
...
# Qual: Fix getKanban phpdoc
Array phpdoc for getKanban corrections.
2025-02-05 01:43:37 +01:00
Laurent Destailleur (aka Eldy)
732f97d73c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-02-05 00:40:06 +01:00
MDW
a42bc6755c
Qual: Fix PhanPluginUnknownPropertyType, PhanPossiblyUndeclaredVariable
2025-01-27 10:24:16 +01:00
Laurent Destailleur
adae4f0fb3
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-27 01:37:52 +01:00
Laurent Destailleur
940e42c1e4
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-01-27 01:30:34 +01:00
Regis Houssin
6ae1c60097
FIX sql error with the new sql forge filter
2025-01-25 07:50:24 +01:00
Regis Houssin
5c6ddba47a
FIX #32743
2025-01-22 06:22:14 +01:00
Laurent Destailleur
87333363d4
Merge pull request #32622 from atm-maxime/new_detect_country_code2
...
NEW : auto-detect country from code in creation (follow-up⁾
2025-01-21 08:33:16 +01:00
Laurent Destailleur (aka Eldy)
fa9fe2efa7
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-01-20 15:02:37 +01:00
Laurent Destailleur (aka Eldy)
c9ab22782e
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-01-20 14:57:45 +01:00
Laurent Destailleur (aka Eldy)
1f360ca498
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-20 12:28:49 +01:00