Commit Graph

121204 Commits

Author SHA1 Message Date
Laurent Destailleur
291a7b1d15
Update functions_openid_connect.php 2023-04-13 22:59:05 +02:00
Laurent Destailleur
16809e557f Fix column balance 2023-04-13 22:31:38 +02:00
Laurent Destailleur
8ab1b5923c NEW Use by default the domain $dolibarr_main_url_root for SMTP HELO
This solves "Temporary unavailable" error with gmail smtp relay.
2023-04-13 22:26:55 +02:00
Laurent Destailleur
59cc3663a7 NEW Show picto into the combobox of widgets 2023-04-13 21:00:56 +02:00
Laurent Destailleur
02624744e7 NEW Can set flag default value on email templates 2023-04-13 20:34:54 +02:00
Laurent Destailleur
09426bd81f Fix test on user->id 2023-04-13 18:30:06 +02:00
Laurent Destailleur
d4af17c1ae Trans 2023-04-13 17:35:20 +02:00
Lamrani Abdel
c37ca02064 optimize section for add & remove apiFile 2023-04-13 17:13:56 +02:00
Frédéric FRANCE
50346a7119
Doc 2023-04-13 16:58:16 +02:00
jyhere
5c54d5d279
FIX check on wrong variable, some unnecessary code removed 2023-04-13 16:55:00 +02:00
Oarces DEV
f9ed6ff4f3
Update card.php
This code generates two rows of a table to display the total duration of an employee, one in time format (DD HH:MM) and the other in hour format (HH).

The first row (original code) displays the title "TotalDurationTime" using the "trans" method of the $langs object to translate the string. The total time is converted to HH:MM:SS format using the "convertSecondToTime" function, which takes into account the daily work time duration specified in the global variable $conf->global->MAIN_DURATION_OF_WORKDAY.

The second row displays the title "TotalDurationHour" using the "trans" method of the $langs object to translate the string. The total duration is converted to hours using the "convertDurationtoHour" function, specifying "s" as the time unit (seconds).
2023-04-13 16:54:26 +02:00
Laurent Destailleur
67e07a4db7 Consistency of sort field 2023-04-13 16:31:06 +02:00
Laurent Destailleur
cc17467f3b Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-13 15:06:15 +02:00
Laurent Destailleur
4c51e35adc FIX Bad deletion of email when there is several emails processed 2023-04-13 15:00:34 +02:00
jyhere
2fbfd4fe4c
FIX: undefined variable used in order billing mass action 2023-04-13 14:27:27 +02:00
Laurent Destailleur
96cb5fac9c Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-13 13:08:59 +02:00
Laurent Destailleur
4fc8b40b71 Fix too verbose 2023-04-13 13:06:09 +02:00
Laurent Destailleur
fbe8e2731d Fix escapment 2023-04-13 12:58:06 +02:00
Laurent Destailleur
4fe73e1fc3 Fix duplicate defined 2023-04-13 10:41:27 +02:00
Laurent Destailleur
845f888caa Add note 2023-04-13 10:40:27 +02:00
Joachim Kueter
eed1ac8261
Fix: add missing closing html tag
Output of extrafields after the selection box for bom (if BOM_SUB_BOM is enabled) was corrupted due to missing closing </select>.
2023-04-13 10:37:09 +02:00
priojk
a43674477a revert preliminary fix from v17 2023-04-12 21:51:58 +02:00
Joachim Kueter
7cc62f452b
Merge branch 'Dolibarr:develop' into develop 2023-04-12 21:45:30 +02:00
priojk
a52e7b1a57 rename action from makeorder to createorder 2023-04-12 21:23:49 +02:00
Laurent Destailleur
9821833d0d Clean code 2023-04-12 18:18:55 +02:00
Laurent Destailleur
c510b7d4df Add hidden search parameter search_current_entity 2023-04-12 18:16:14 +02:00
Laurent Destailleur
778093f382 Log 2023-04-12 16:45:32 +02:00
Laurent Destailleur
949e288ce0 Fix search on not with imapv2 2023-04-12 16:01:07 +02:00
Regis Houssin
49ce8bed7e FIX missing entity field in unique index (since v16) 2023-04-12 15:48:05 +02:00
Regis Houssin
24aee0a274 FIX missing entity field in unique index 2023-04-12 15:44:56 +02:00
FLIO
cbff9a6642 Merge branch 'develop' into editpropalattributes 2023-04-12 15:43:53 +02:00
Anthony Berton
4e3750cf61 FIX - INVOICE_SHOW_SHIPPING_ADDRESS 2023-04-12 15:33:00 +02:00
Anthony Berton
c08ff835a3 FIX - Param INVOICE_SHOW_SHIPPING_ADDRESS 2023-04-12 15:09:11 +02:00
Laurent Destailleur
24fdec736b Fix missing escape html 2023-04-12 14:53:54 +02:00
Laurent Destailleur
b577457c86 css 2023-04-12 14:50:19 +02:00
Joachim Kueter
c990e18bf2
Merge pull request #3 from bloxera/priojk-patch-1
Fix #24489: Remove unnecessary output of extrafields
2023-04-12 14:15:40 +02:00
Joachim Kueter
404397df8c
Remove unnecessary output of extrafields
The extrafields for a bom line are already output at line 130 (correct within html tags).

The additional output here (without any html tags) causes the extrafields to be displayed additionally on top of all line items.
2023-04-12 14:12:42 +02:00
Alexandre SPANGARO
a2d9de14ac FIX: Propagate vat-reverse charge when supplier invoice is created from reception list 2023-04-12 12:03:27 +02:00
Alexandre SPANGARO
1708547d2a Merge remote-tracking branch 'upstream/develop' into 18a7 2023-04-12 11:50:45 +02:00
Alexandre SPANGARO
1ee7a525f1 Merge remote-tracking branch 'upstream/develop' into 18a5 2023-04-12 11:26:16 +02:00
Laurent Destailleur
0d8d2528b0 Clean code 2023-04-12 06:08:06 +02:00
Laurent Destailleur
8e63baeeab Debug v18 2023-04-12 04:50:40 +02:00
Laurent Destailleur
28c625dc6b NEW Show main currency in company info user tooltip 2023-04-12 03:38:25 +02:00
stickler-ci
f5ac52bd01 Fixing style errors. 2023-04-11 23:37:03 +00:00
sonikf
ed84875320
Update master.inc.php 2023-04-12 01:38:38 +03:00
Laurent Destailleur
bb0d7c59e6 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-12 00:19:17 +02:00
Laurent Destailleur
c552633095 Log 2023-04-12 00:13:06 +02:00
Laurent Destailleur
bc711b0504 FIX Deployment of external module failed with copy dir error. 2023-04-11 22:20:54 +02:00
Laurent Destailleur
a8cd44cafc Clean code 2023-04-11 22:17:15 +02:00
Laurent Destailleur
45d79232d2 Clean code 2023-04-11 19:36:19 +02:00