Commit Graph

145227 Commits

Author SHA1 Message Date
Zephyriony
f3f41ec546 NEW Hide completed items in Link to (#31329)
* NEW Hide completed items in Link to

Hide completed items in Link to to avoid endless lists of elements

* Update html.form.class.php

* Update html.form.class.php
2024-10-13 21:01:57 +02:00
nateogroup-antoine
66ba46c04c Propal informations not updated after adding a line with MAIN_DISABLE_PDF_AUTOUPDATE set to 1 (#31332)
* Update card.php

When a line is added to a Propal with the MAIN_DISABLE_PDF_AUTOUPDATE variable set to 0, the object is not reloaded, so the weight and amount are not updated when the new line is displayed.

* Update card.php
2024-10-13 21:00:19 +02:00
Laurent Destailleur
a255e9b5c8 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-10-13 20:58:40 +02:00
Laurent Destailleur
ffcc1ee11c CSS 2024-10-13 20:52:55 +02:00
vladimirdulov
52a60dc760 Undefined stdClass property warnings fixed (#31325)
* Undefined stdClass property warnings fixed

* execute permissions restored

---------

Co-authored-by: Vladimir D <vladimir@brandlight.org>
2024-10-13 20:33:15 +02:00
Laurent Destailleur
069edfcf2a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-10-13 20:32:52 +02:00
vladimirdulov
922601e03a Undefined stdClass property warnings fixed (#31325)
* Undefined stdClass property warnings fixed

* execute permissions restored

---------

Co-authored-by: Vladimir D <vladimir@brandlight.org>
2024-10-13 20:32:12 +02:00
Ferran Marcet
b2c59aa934 Fix: Does not filter correctly by project contacts (#31340)
* Fix: Grand total correction

* Fix: Does not filter correctly by project contacts
2024-10-13 20:31:23 +02:00
Carmine Di Gruttola
d71b48d22f fix on restpitest clas to use the generic abstract rest api (#31330)
Co-authored-by: Carmine Di Gruttola <carmine.di.gruttola@pwc.com>
2024-10-13 20:30:11 +02:00
sonikf
822e3cacd8 fix translation for non latin languages (#31343) 2024-10-13 19:39:14 +02:00
hansemschnokeloch
6ba48c5db2 refactor redundant code (#31331) 2024-10-13 19:38:38 +02:00
Laurent Destailleur
6ef95acc43 Doc 2024-10-13 19:23:51 +02:00
Laurent Destailleur
e63fcc9fed Debug v20 2024-10-13 19:20:47 +02:00
Laurent Destailleur
e46553079a FIX CSS 2024-10-13 18:37:21 +02:00
Laurent Destailleur
959392ff26 FIX Clear of option THEME_ELDY_USEBORDERONTABLE 2024-10-13 18:37:10 +02:00
Laurent Destailleur
8b8c6bba3d FIX CSS 2024-10-13 18:36:32 +02:00
Laurent Destailleur
e3c08083b7 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-10-13 18:31:13 +02:00
Laurent Destailleur
258bd502b0 Look and feel v21 2024-10-13 18:30:57 +02:00
Laurent Destailleur
b050b7bfa9 Look and feel v21 2024-10-13 17:59:50 +02:00
Laurent Destailleur
a6b19d20c4 FIX Clear of option THEME_ELDY_USEBORDERONTABLE 2024-10-13 17:54:51 +02:00
UltraViolet33
a38af69395 use target='blank' for mailto links (#31342)
Co-authored-by: Ulysse Valdenaire <uvaldenaire@easya.solutions>
2024-10-13 17:41:22 +02:00
Frédéric FRANCE
8aea1a88dd fix translation (#31377) 2024-10-13 17:30:24 +02:00
MDW
523d472962 ci: Automatically determine version for upgrade sequence (#31344)
* ci: Automatically determine version for upgrade sequence

This automatically determines the version for the upgrade process
to help avoid editing the scripot on version upgrades.

* Include filefunc.inc.php to md5sum, remove old som computation
2024-10-13 17:29:56 +02:00
Mohamed DAOUD
b4732da616 NEW: Star Field Type for Extra Fields (#31348)
* stars type for extrafields

* min value

* fix phan
2024-10-13 17:24:15 +02:00
MDW
611019ec4d Qual: Fix WARNING messages in syslog - add getCallerInfoString() (#31351)
* Qual: Fix dolIsTms() call with empty string

# Qual: Fix dolIsTms() call with empty string

The dolibarr log indicated that dolIsTms() was called with the
empty string:

- Add code to log the caller in the log;
- Fix the dolIsTms() calls by updating project/element.php

* Fix comparison of ''<0

# Fix comparison of ''<0

As ''<0 is true, non-existing errors were added resulting in
Try to add a message in stack, but value to add is empty message
in the log.
2024-10-13 17:17:37 +02:00
sonikf
a6ff3c6135 fix typos (#31345)
* fix typo

* fix typo
2024-10-13 17:15:28 +02:00
Frédéric FRANCE
43c59b8da9 🚨 fix llx_webhook_target-webhook.sql 🚨 (#31364)
* fix llx_webhook_target-webhook.sql

* Update llx_webhook_target-webhook.sql

* Update llx_webhook_target-webhook.sql

* fix phan

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-10-13 17:15:05 +02:00
Laurent Destailleur
21c1c02ef8 FIX #31360 delete contact when using pgsql. 2024-10-13 17:13:24 +02:00
MDW
67263522eb Fix: code_compta aliased as code_compta_client (#31349)
* Fix: code_compta aliased as code_compta_client

# Fix: code_compta aliased as code_compta_client

Fix warning regarding non-existing field on sql result

* Handle code_compta with deprecationhandler
2024-10-13 16:52:48 +02:00
Alexandre SPANGARO
c4409e44f9 QUAL Use table_element in sql querries (#31355)
* Use table element in sql querries

* Use table element in sql querries

* Use also $this->db->prefix()

* Use table_element in sql querries
2024-10-13 16:47:47 +02:00
MDW
d7b2f95baf Qual: Fix phan notices (#31372)
* fix llx_webhook_target-webhook.sql

* Fix commande/list & facture-rec.class

* Fix bonprelevement

* Qual: Fix prelevement/create notices

* Qual: fix quadridetail notices & update baseline

* Qual: Fix CommonDocGenerator notices

* Qual: Fix commoninvoice and commonobjectline notices (phan/phpstan)

---------

Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com>
2024-10-13 16:45:42 +02:00
Laurent Destailleur
6b7d601d49 Look and feel v21 2024-10-13 16:38:33 +02:00
Laurent Destailleur
0f8b694d3f WIP on upload page 2024-10-13 14:29:02 +02:00
Laurent Destailleur
611cd80255 WIP on upload page 2024-10-13 13:59:11 +02:00
Laurent Destailleur
0ec6ec9a95 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-10-13 13:38:20 +02:00
Laurent Destailleur
185d7f4358 Fix output 2024-10-13 13:18:16 +02:00
Laurent Destailleur
26bb977006 WIP to allow upload of files 2024-10-13 12:40:46 +02:00
Laurent Destailleur
8109c1f7e2 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-10-13 12:18:15 +02:00
Laurent Destailleur
740bfe3442 Fix style section in html header lost 2024-10-13 02:01:14 +02:00
Laurent Destailleur
d3f063b671 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-10-13 00:45:30 +02:00
Laurent Destailleur
8e5cabe52e Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-10-13 00:44:41 +02:00
Laurent Destailleur
f373da6474 Add tmsfield in multicurrency tables 2024-10-12 18:25:38 +02:00
Laurent Destailleur
235d23a2b2 Add a tick on payment ok page 2024-10-12 03:07:08 +02:00
Laurent Destailleur
fc8e85158d NEW Can set parameters with setup type yesno. 2024-10-12 01:50:18 +02:00
Laurent Destailleur
20e022abeb Fix log 2024-10-12 00:54:58 +02:00
Laurent Destailleur
727003e709 FIX Picto menu not visible 2024-10-11 19:55:07 +02:00
Laurent Destailleur
4c3608331d FIX Picto menu not visible 2024-10-11 19:54:36 +02:00
Laurent Destailleur
5ef2bc2cfb Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-10-11 19:42:12 +02:00
Laurent Destailleur
a45af7e4c4 Fix responsive 2024-10-11 19:41:31 +02:00
Laurent Destailleur
f06bb0b6d6 Trans 2024-10-11 19:10:05 +02:00