2
0
forked from Wavyzz/dolibarr
Commit Graph

1196 Commits

Author SHA1 Message Date
MDW
0395718521 Qual: Spelling htdocs/p[b-z]* (#27436)
# Qual: Fix spelling htdocs/p[b-z]*

Highlight:

Probably fixes a bug:
htdocs/product/stock/replenish.php: empty(->variants->eabled) corrected to ...enabled.
'eabled' could not be found elsewhere in the codebase.
2024-01-12 17:55:52 +01:00
Laurent Destailleur
910a541c60 Clean code 2024-01-09 13:08:22 +01:00
Laurent Destailleur
e2f49c407f Clean sql request to use exist instead of left join 2024-01-09 10:44:50 +01:00
Laurent Destailleur
4501872f17 Clean code with rector 2 2024-01-05 04:33:58 +01:00
Fabian Heinz
aa43e18d56 API status code fix
apis currently returning 404 if no entry found fixed
2023-12-31 14:05:21 +01:00
Laurent Destailleur
7f5df80efd Debug v19 2023-12-19 11:51:48 +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
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
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
Laurent Destailleur
ac615448bb Debug v19 2023-11-22 14:28:03 +01:00
Laurent Destailleur
a0bba05b02 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/commande/class/api_orders.class.php
	htdocs/compta/facture/card.php
	htdocs/core/lib/functions.lib.php
	htdocs/core/lib/project.lib.php
	htdocs/fourn/class/api_supplier_orders.class.php
	htdocs/fourn/class/fournisseur.facture-rec.class.php
	htdocs/langs/en_US/stocks.lang
2023-11-17 18:24:53 +01:00
Maxime Kohlhaas
c756aa8ad3 Fix tasklist extrafields (#26672)
* Fix : value of extrafields not displayed in task list on a project

* Fix : icon to select columns was not displayed
2023-11-17 16:39:49 +01:00
evarisk-micka
cf0c2882dc NEW #26660 [Task] add hook on getNomUrl (#26662)
* ADD #26660 [Task] hook on getNomUrl

* Update task.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-17 14:27:13 +01:00
Laurent Destailleur
4034164954 Fix warning 2023-11-17 02:17:12 +01:00
Eric
f175fc27f6 fix phpstan undef property (#26640) 2023-11-16 23:19:33 +01:00
lvessiller-opendsi
2ff8ddb4fa NEW lazy load to substitute project variables (#26451)
* NEW lazy load to substitute project variables

* FIX load class file

* Keep key to substitute if no link with project
2023-11-08 17:30:51 +01:00
Laurent Destailleur
6d7d698371 Debug v19 2023-10-28 02:06:07 +02:00
Laurent Destailleur
a318031034 QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id 2023-10-24 11:37:29 +02:00
Laurent Destailleur
ece2d0267f Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-20 14:57:25 +02:00
mc2contributor
60fa585a7f CLOSE #23331 Add support for parent projects (#24856) 2023-10-20 14:33:39 +02:00
Laurent Destailleur
455fb4417a Look and feel v19 2023-10-20 12:57:58 +02:00
Laurent Destailleur
2cfa9f8290 Debug v19 2023-10-17 15:43:56 +02:00
Laurent Destailleur
f18529f944 Clean code 2023-10-17 10:52:19 +02:00
Laurent Destailleur
b8c8e903c2 Fix php8.2 warnings 2023-10-15 18:39:13 +02:00
Laurent Destailleur
d3dc6615db Remove deprecated use of ->modelpdf (good is ->model_pdf) 2023-10-02 21:49:08 +02:00
Laurent Destailleur
f7ac851c50 Merge pull request #26047 from TheRealBeef/develop
FIX #26033 Stock Movement associated with project doesn't show up in Project / Overview window
2023-09-30 11:03:34 +02:00
Laurent Destailleur
e25ffc5fef NEW Add the picto phone of thirdparty on the kanban view of projects 2023-09-29 12:04:18 +02:00
Laurent Destailleur
7bbc3bab05 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-27 17:17:41 +02:00
Beef
5bdad9aa25 Merge branch 'Dolibarr:develop' into develop 2023-09-27 10:56:33 +02:00
TheRealBeef
45bf2cd9a8 Updated to display the Advanced Stock Transfers
Regular stock transfers can not be associated with projects in normal use, so the previous functionality was depreciated.
2023-09-27 10:52:39 +02:00
Laurent Destailleur
b9336c024a Merge pull request #25566 from hansemschnokeloch/rest-extra
Add filter to restrict the data returned
2023-09-27 00:56:51 +02:00
pascal
80f060c771 fix tab indentation 2023-09-26 18:43:25 +02:00
pascal
871f896962 implementation of properties filter 2023-09-26 18:04:48 +02:00
Frédéric FRANCE
97cc6a48ec phpstan 2023-09-26 09:58:51 +02:00
Frédéric FRANCE
419332718a phpstan 2023-09-26 09:57:55 +02:00
Frédéric FRANCE
0298fb3b40 phpstan 2023-09-26 09:54:51 +02:00
Francis Appels
34b6d05bad Fix Générer intervention #26000.
date and datehour already converted by setVarsFromFetchObj
2023-09-23 15:57:23 +02:00
Laurent Destailleur
91fa48199a Fix warnings 2023-09-10 17:41:22 +02:00
Laurent Destailleur
f8e5bcdb62 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-06 15:12:21 +02:00
Laurent Destailleur
b65b8d7bcb FIX Navigation to/from a project from page of projects of a thirdparty 2023-09-06 15:08:54 +02:00
Laurent Destailleur
92fd69b84b Fix warnings 2023-09-03 18:06:38 +02:00
Frédéric France
961c03269d fix phpstan 2023-08-25 18:10:50 +02:00
Laurent Destailleur
59d8909d4b Fix warnings 2023-08-23 19:29:14 +02:00
Laurent Destailleur
aea21bc413 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-08-15 15:54:55 +02:00
Laurent Destailleur
020dd911de Debug v18 2023-08-15 13:51:17 +02:00