Commit Graph

2016 Commits

Author SHA1 Message Date
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
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)
1f360ca498 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2025-01-20 12:28:49 +01:00
Laurent Destailleur (aka Eldy)
1b42078d1e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2025-01-20 10:24:30 +01:00
Francis Appels
a52a218ae4 Use same patch like in #26454 2025-01-16 19:17:47 +01:00
atm-florian
ba4e97f07b FIX 17.0 API endpoints "PUT": prevent overwriting all extrafields if only some are supplied in the request cf. PR #29237
+ security for Tickets API: disable updating rowid
2025-01-16 10:37:29 +01:00
Francis Appels
351a7bd6bb FIX: #26250 fatal error on kit 2025-01-15 19:01:18 +01:00
Laurent Destailleur (aka Eldy)
dd7b7a8584 FIX Bad calculation of the theoretical stock. Did not take into account
the inc/dec stock option.
2025-01-07 20:58:16 +01:00
Florian HENRY
f8bd644b58 fix: Variant with multiprice, on creation of variant, percent variation is not save 2024-12-09 17:41:56 +01:00
Laurent Destailleur
043f396ea1 Doc 2024-09-09 03:37:46 +02:00
HENRY Florian
686f48c615 fix: display batch ref in OF during production (#30886)
* fix: display batch ref in OF on prod

* fix: display batch ref in OF on prod

* Update global.inc.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-09-09 03:12:50 +02:00
Laurent Destailleur
4e9286de38 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-09-07 02:14:25 +02:00
kkhelifa-opendsi
21ec7ce98f FIX: Error message overwrited when a error occurs during update of product multilangs (#30841) 2024-09-06 13:24:59 +02:00
Laurent Destailleur
7023061cd8 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-08-12 21:42:42 +02:00
MaximilienR-easya
0295c43885 Fix error due to mismatch type for duration value (#30593)
* Fix error due to missmatch type for duration value. It should be an INT as it is everywhere in the code compared to int value and passed as an int to function

* Fix precommit
2024-08-10 23:16:25 +02:00
Laurent Destailleur
f4611fcec9 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-07-25 18:06:37 +02:00
atm-lucas
1495c9d3ce Add element on childTables (#30445) 2024-07-24 18:13:22 +02:00
Ferran Marcet
9c96ba5462 Fix: The qty to be produced not added in virtual stock (#30096) 2024-06-22 19:14:20 +02:00
Ferran Marcet
6679565638 Fix: Error in the treatment of the date and the name of the variable 2024-03-12 17:01:59 +01:00
Ferran Marcet
2ee52c1659 Fix: Error in the SQL to update the stock from batch to non-batch management 2024-03-12 13:44:19 +01:00
Christian Humpel
6cc9ac5542 FIX: Count of virtual stock at Services and MoLine with disabled stock change (#28580)
* fix the count of virtual stock

* - fix "Found non sanitized string" ?

---------

Co-authored-by: christian.humpel <christian.humpel@gmail.com>
2024-03-04 18:59:37 +01:00
Laurent Destailleur
6f2c09affe Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
Conflicts:
	htdocs/adherents/subscription/card.php
2024-02-29 15:47:50 +01:00
Laurent Destailleur
c171ce2065 Fix bad function 2024-02-25 19:04:05 +01:00
Laurent Destailleur
4897d1eb97 Fix warning 2024-02-25 17:23:06 +01:00
noec764
692e10ec94 FIX: Error When cloning fourn price no default value for tva_tx (#28368)
Co-authored-by: Noé <noe@scopen.fr>
2024-02-23 17:14:10 +01:00
Laurent Destailleur
5d830a7422 Merge pull request #27797 from fappels/19_fix_doc
Improve doc selectWarehouses and loadWarehouses
2024-01-26 02:13:36 +01:00
Laurent Destailleur
66a628b306 Removed useless initHook. Must use the context of main calling page. 2024-01-26 01:08:59 +01:00
Francis Appels
5f694a1173 also for selectWarehouses 2024-01-25 10:16:22 +01:00
Francis Appels
c983256937 Improve doc of loadWarehouses 2024-01-25 09:53:51 +01:00
Francis Appels
7fb2d570c3 Fix default lot number not shown in mode SHIPPING_DISPLAY_STOCK_ENTRY_DATE 2024-01-17 10:55:08 +01:00
Francis Appels
d36733d79b Fix php warning 2024-01-03 19:54:15 +01:00
Fabian Heinz
b78632a20e api fixes
According to [RFC2616](https://www.rfc-editor.org/rfc/rfc2616#section-10.2), APIs should return 2xx status codes if the request was correct.
The response should be status 200 with an empty result array.
2023-12-31 14:11:05 +01:00
Laurent Destailleur
b28ae5d8d3 Clean code 2023-12-27 12:12:20 +01:00
Laurent Destailleur
5870e62fce Debug v19 2023-12-23 12:33:19 +01:00
Laurent Destailleur
7f5df80efd Debug v19 2023-12-19 11:51:48 +01:00
jyhere
286631629e FIX: product association clone 2023-12-15 18:27:37 +01:00
Laurent Destailleur
d92c65ad91 FIX infinite loop in API call/trigger by adding a caller 2023-12-15 12:15:33 +01:00
Laurent Destailleur
7d109e9419 Fix phpcs 2023-12-13 12:46:23 +01:00
Laurent Destailleur
e040219fdc Fix phpcs 2023-12-13 12:45:07 +01:00
MDW
b0414dd078 Fix utf8_encoding/decoding (rather than creating new function replacements) 2023-12-07 03:37:05 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Laurent Destailleur
4daacd3371 Fix with php-cs-fixer 2023-12-04 13:49:31 +01:00
Frédéric FRANCE
53c8a3acf8 clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Laurent Destailleur
e4d7f97c09 Fix missing const 2023-11-28 22:33:24 +01:00
Laurent Destailleur
e8dc651877 Fix php8.2 warnings 2023-11-27 11:56:32 +01:00
Laurent Destailleur
e6eb34a8db Fiw warnings: The private array ->status_short, ->statuts and
->status_long are now array ->labelStatusShort and ->labelStatus
everywhere.
2023-11-24 10:10:24 +01:00
Frédéric FRANCE
6e059d4461 fix product service tooltip (#26820) 2023-11-23 15:05:52 +01:00
MDW
3c966469ef QUAL No return values in __construct(), correct PHPDoc for typing (#26768) 2023-11-20 23:47:06 +01:00
HENRY Florian
f209cc5a94 fix: update setcost_price in htdocs/product/fournisseurs.php (#26700)
* fix: update setcost_price in htdocs/product/fournisseurs.php

* bettre fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-18 02:15:57 +01:00
moreauftheobald
279343ee56 Ddevelop fix product class (#26632)
* Add entity management on contact list on thirdparty card

* Correction On procduct class files "Access to an undefined property"
2023-11-16 23:26:08 +01:00