MDW
81e870f7c1
Qual: Fix phan notices (takepos)
2025-02-18 22:55:56 +01:00
VESSILLER
ade035733d
QUAL multiply can be float in get child arbo function
2025-02-18 17:16:42 +01:00
ldestailleur
7fc8136362
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-02-16 14:50:09 +01:00
Laurent Destailleur (aka Eldy)
2a2584b765
Debug v21
2025-02-14 23:54:43 +01:00
Laurent Destailleur (aka Eldy)
863248b618
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-02-12 15:50:23 +01:00
Laurent Destailleur (aka Eldy)
acc8338927
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-02-12 15:49:37 +01:00
Laurent Destailleur (aka Eldy)
6ed8a0b65b
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-02-12 15:48:56 +01:00
Laurent Destailleur (aka Eldy)
7bc29c61a9
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-02-12 15:44:30 +01:00
Laurent Destailleur
c4660ca80e
Merge pull request #33016 from MarcVJ/patch-2
...
Added one line to allow use of price_ttc in calculated extra fields
2025-02-12 03:08:20 +01:00
Laurent Destailleur (aka Eldy)
9bc2a3a6bd
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-02-11 22:24:47 +01:00
VESSILLER
edea44bccb
FIX display full tree on shipment card when a kit contains a same component in other sub-kit
2025-02-11 17:12:15 +01:00
Laurent Destailleur (aka Eldy)
5401791247
Debug v21
2025-02-11 15:40:47 +01:00
MarcVJ
33475b8e92
Added one line to allow use of price_ttc in calculated extra fields
...
price_ttc sometimes needs to be used in extra fields to compute price ttc per kilo or per liter.
Currently price_ttc does not compute in the product list, so price per kilo cannot compute either.
This allows to add an extra field "Price TTC per kilo" like this : $object->price_ttc / $object->weight.
$object->price_ttc will work because the added line puts price_ttc into $products_static, which is put in $object.
2025-02-11 10:00:06 +01:00
Laurent Destailleur
5051faa325
Merge pull request #33012 from mdeweerd/phan/2025.2.10.stock-2
...
Qual: Fix phan (stock-2)
2025-02-10 21:42:31 +01:00
Anthony V
bc6e3a81da
Fix: Prevent invalid foreach() on extrafields label in product/price.php
...
- Ensured $extralabels is always an array before looping to prevent warnings.
- Fixes "foreach() argument must be of type array|string given" error.
- Improves stability when handling extrafields.
2025-02-10 21:21:43 +01:00
MDW
076399b11b
Qual: Fix phan (stock-2)
2025-02-10 21:20:32 +01:00
Anthony V
2358dc81a6
Fix: Prevent invalid foreach() on extrafields label in product/price.php
...
- Ensured $extralabels is always an array before looping to prevent warnings.
- Fixes "foreach() argument must be of type array|string given" error.
- Improves stability when handling extrafields.
2025-02-10 16:05:25 +01:00
Laurent Destailleur
03c8d418ae
Merge pull request #33000 from mdeweerd/phan/2025.2.8.stock-1
...
Qual: Fix phan notices (stock-1)
2025-02-10 13:23:47 +01:00
Laurent Destailleur
8c6e0021fd
Merge pull request #32997 from MarcVJ/patch-1
...
Added one line to allow use of price_ttc in calculated extra fields (…
2025-02-10 13:20:58 +01:00
MDW
c9bedf8fe2
Qual: Fix phan notices (stock-1)
2025-02-10 11:32:05 +01:00
MarcVJ
4c3329481a
Removed incorrect white space on line 1632
2025-02-09 22:33:56 +01:00
MarcVJ
99fac7c8d3
Added one line to allow use of price_ttc in calculated extra fields (ex : price per kilo)
2025-02-09 22:20:05 +01:00
MDW
1a2d4ed6be
Qual: Fix phan (product-2)
2025-02-09 20:14:25 +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
fd7fee2e8f
Qual: Fix textwithpicto $type argument (0->info,1->help)
2025-02-08 01:49:54 +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
Laurent Destailleur (aka Eldy)
d97a91b83e
Merge
2025-02-05 11:16:03 +01:00
Laurent Destailleur (aka Eldy)
769558ffb8
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-02-05 11:14:23 +01:00
Laurent Destailleur (aka Eldy)
dce7ed780e
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-02-05 11:11:08 +01:00
Laurent Destailleur (aka Eldy)
3ad51f2a19
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-02-05 11:10:51 +01: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
Regis Houssin
064813d728
FIX wrong search filter, empty product unit is "none"
2025-02-04 05:11:40 +01:00
Laurent Destailleur
0578a5654f
Merge pull request #32724 from FHenry/19_fix_priceupdate_list_when_multiprice
...
fix: allow list mass action update price when price mode is multiprice price
2025-02-02 02:38:53 +01:00
Laurent Destailleur (aka Eldy)
58134e840d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-01-30 13:14:15 +01:00
Laurent Destailleur (aka Eldy)
12da2ba814
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-01-30 13:12:44 +01:00
Laurent Destailleur (aka Eldy)
a8d3973a8d
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-30 12:58:03 +01:00
Laurent Destailleur (aka Eldy)
0cbedd4ff0
Fix warnings
2025-01-29 19:15:57 +01:00
Laurent Destailleur
1af487b8b2
Merge pull request #32747 from altairisfr/qty_multiple_sale
...
NEW: Add the "packaging" feature to round the quantities to some given multiples
2025-01-29 00:50:35 +01:00
Laurent Destailleur
995e0792e5
Fix escaping var
2025-01-29 00:44:39 +01:00
Laurent Destailleur
df4c9fe250
Merge pull request #32773 from atm-lucasmantegari/NEW/Adding_Products_Mails
...
NEW Can send mails from product
2025-01-29 00:04:57 +01:00
Frédéric France
fefb112a21
Merge remote-tracking branch 'upstream/develop' into clean_phpstan_baseline
2025-01-28 20:33:36 +01:00
Florian HENRY
353c373361
review price update
2025-01-28 19:31:46 +01:00
Laurent Destailleur (aka Eldy)
7b8f20da1c
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-28 19:30:30 +01:00
Frédéric France
23270663df
fix phpstan
2025-01-28 18:43:05 +01:00
Frédéric France
a8d35dc6bb
fix phpstan
2025-01-28 18:26:53 +01:00
Laurent Destailleur (aka Eldy)
bd8b9708cd
Doc
2025-01-28 16:02:30 +01:00