Commit Graph

107971 Commits

Author SHA1 Message Date
Laurent Destailleur
6b7de51d21 Work on PHP 8 compatibility 2023-04-15 01:52:35 +02:00
Laurent Destailleur
f425bd4654 Fix sqlforlike when searching with like and _ string 2023-04-15 01:24:50 +02:00
Laurent Destailleur
98e389bdce Fix css 2023-04-14 14:41:20 +02:00
Laurent Destailleur
f5ce54728d Fix css 2023-04-14 13:18:10 +02:00
Frédéric FRANCE
0c86eebcc7 fix debug bar 2023-04-14 10:15:23 +02:00
Frédéric FRANCE
ccb88a9b76 NEW repair script skip views 2023-04-14 10:10:28 +02:00
Frédéric FRANCE
834cb83047 NEW repair script skip views 2023-04-14 10:06:10 +02:00
Laurent Destailleur
e99d25cf87 Comment 2023-04-13 23:21:05 +02:00
Laurent Destailleur
30542b58e1 Doc 2023-04-13 23:07:41 +02:00
Laurent Destailleur
be524b5f12
Merge pull request #22741 from jeritiana/develop
NEW #22740 Add OpenID Connect impl
2023-04-13 23:04:27 +02:00
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
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
45d79232d2 Clean code 2023-04-11 19:36:19 +02:00
Laurent Destailleur
9ffc86a872 Remove warning 8.2 2023-04-11 18:49:15 +02:00
Laurent Destailleur
66923ccf8c Code comment 2023-04-11 18:47:54 +02:00
Laurent Destailleur
5f1503d7ea Log 2023-04-11 18:05:47 +02:00
Laurent Destailleur
1b19a30386 Debug email collector 2023-04-11 18:00:46 +02:00
Laurent Destailleur
ce8a8c617c Fix Move of message with PHP-IMAP, Fix substitution for fetch thirdparty
Fix php8 compatibility
2023-04-11 17:24:19 +02:00
Laurent Destailleur
c14471e419 css 2023-04-11 15:39:38 +02:00
FLIO
74c1bcf4e8 Fix to correspond to the requested table 2023-04-11 12:58:00 +02:00
FLIO
5e34099363 Fix to correspond to the requested table 2023-04-11 12:48:44 +02:00
Laurent Destailleur
a1e6fe7f50 Revert "Try fix MS OAuth2 Imap (from feedback at dolibarr.org/forum/t/emailcollectors-with-microsoft-365-oauth2)"
This reverts commit 976c2d76f2.
2023-04-11 10:34:03 +02:00
Laurent Destailleur
0f58368d5d Fix do imap expunge only if no error 2023-04-11 10:13:15 +02:00
Alexandre SPANGARO
7fc2b2e8b1 Fix error on call function print_liste_field_titre 2023-04-10 22:30:16 +02:00
Laurent Destailleur
84a81fde36 Debug v18 2023-04-10 19:39:56 +02:00
Laurent Destailleur
1964a020aa Look and feel v18 2023-04-10 19:35:58 +02:00
Laurent Destailleur
8747cc1423 Fix phpunit 2023-04-10 19:17:37 +02:00
Laurent Destailleur
f6901171e9 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-10 19:13:56 +02:00
Laurent Destailleur
5184f7c168 css 2023-04-10 19:13:41 +02:00
Laurent Destailleur
e629f07f17
Merge pull request #22892 from OPEN-DSI/14.0_fix_update_extrafields_multiselect_type
FIX: Set extrafield value of multiselect type
2023-04-10 19:11:25 +02:00
Laurent Destailleur
18b78d28ab Clean content of column "Already shipped into other shipment" 2023-04-10 18:56:33 +02:00
Laurent Destailleur
edf766ad66 Merge branch 'warehouse_tags_in_reassortlot' of
https://github.com/altairisfr/dolibarr into
altairisfr-warehouse_tags_in_reassortlot
2023-04-10 17:54:17 +02:00
Laurent Destailleur
ab037cb5e9 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-10 17:15:26 +02:00
Laurent Destailleur
3e372602d8 Trans 2023-04-10 17:07:20 +02:00
Laurent Destailleur
6914e2bb2a NEW Can receive more than qty ordered on reception 2023-04-10 16:58:38 +02:00
Laurent Destailleur
565057700b Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-10 16:44:59 +02:00
Laurent Destailleur
9a6bfd003d Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-10 15:58:50 +02:00
Laurent Destailleur
90bca8b4d7 NEW Can go back to draft on shipment when stock change not on validate 2023-04-10 15:55:58 +02:00
Laurent Destailleur
8ba802ed5d Fix when reverting a shipment validation or closing and stock empty 2023-04-10 15:34:13 +02:00
Laurent Destailleur
f57dfd14c3 Fix label of warehouse no more visible 2023-04-10 15:00:46 +02:00
Laurent Destailleur
f26b5b58c9 Fix error management 2023-04-10 14:27:39 +02:00
Laurent Destailleur
569320424b Fix sql error 2023-04-10 13:59:19 +02:00
Laurent Destailleur
e058cceecf
Update pdf.lib.php 2023-04-10 13:26:04 +02:00
Laurent Destailleur
9283b7af74 Fix better setup tooltip for shipment/reception module 2023-04-10 13:03:09 +02:00
Laurent Destailleur
6143a1336b Look and feel v17 2023-04-10 12:31:31 +02:00
Laurent Destailleur
5dc21da193
Merge pull request #24277 from noec764/17_FIX_Extrafields_evaluated_expression
FIX: Correct Evaluation for extrafields
2023-04-10 12:21:06 +02:00
Laurent Destailleur
89f6906851 Trans 2023-04-10 12:09:52 +02:00
Erik van Berkum
ecb2492675 fix: Format thirdparty address label on pdf. Currently, an extra blank line is displayed between city/state and before country 2023-04-10 18:59:24 +09:00
Laurent Destailleur
eb187052e8 Fix column alignment/balance 2023-04-10 11:44:19 +02:00
Laurent Destailleur
3f3e8a84ff FIX Report of date of task suggested only if there is tasks 2023-04-10 11:23:18 +02:00
Laurent Destailleur
df27824249 css 2023-04-10 10:58:49 +02:00
Laurent Destailleur
38bbc1d28d css 2023-04-10 02:48:44 +02:00
Laurent Destailleur
8b34b3eb18 Debug v18 2023-04-10 02:40:49 +02:00
Laurent Destailleur
2ebfb18809 Debug v18 2023-04-10 02:01:34 +02:00
Laurent Destailleur
aea1f60c67 Debug v18 2023-04-10 01:46:30 +02:00
Laurent Destailleur
91c8ca1e38 Clean code 2023-04-10 00:50:39 +02:00
Laurent Destailleur
d5bc5a5d4f Try a better implementation of ajax tooltip to avoid all on fast hover 2023-04-10 00:28:44 +02:00
Laurent Destailleur
74d41c3d11 Add support for keyboard shortcut ALT + S to open search box 2023-04-09 22:44:55 +02:00
Laurent Destailleur
3966eea1e1 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-09 22:19:31 +02:00
Laurent Destailleur
976c2d76f2 Try fix MS OAuth2 Imap (from feedback at
dolibarr.org/forum/t/emailcollectors-with-microsoft-365-oauth2)
2023-04-09 22:10:56 +02:00
Laurent Destailleur
67ca02e1b3 Removed 2 options from setup than are now set automatically 2023-04-09 19:40:00 +02:00
Laurent Destailleur
0662f2cc91 Try to add tooltips to explain goal of advanced options 2023-04-09 18:48:51 +02:00
Laurent Destailleur
8e1ffe6f1d
Merge branch 'develop' into 18a5 2023-04-09 18:00:44 +02:00
Laurent Destailleur
d9d158c3a1
Merge pull request #24465 from OPEN-DSI/develop_fix_update_ref_product_variant
FIX: Fix update ref variant product on the combination page of the parent product
2023-04-09 17:57:51 +02:00
Laurent Destailleur
2cc4369c41
Merge pull request #24469 from hregis/fix_dependency
FIX missing mrp module dependency
2023-04-09 17:55:53 +02:00
Laurent Destailleur
5737d604fd
Merge pull request #24471 from simnandez/17.0
Fix #24355 Update price with discount
2023-04-09 17:55:11 +02:00
Laurent Destailleur
3d11afc4e5 Look and feel v18 2023-04-09 14:52:36 +02:00
Laurent Destailleur
f88910c786 Debug v18 2023-04-09 14:44:22 +02:00
Laurent Destailleur
4c9e6e1997 Fix opt-out email 2023-04-09 14:33:23 +02:00
Juanjo Menent
6e93503898 Fix #24355 Update price with discount 2023-04-09 14:18:31 +02:00
Laurent Destailleur
f081768baa Test option MAIL_SMTP_USE_FROM_FOR_HELO to use domain of url 2023-04-09 13:58:43 +02:00
Laurent Destailleur
b9e08dafab css 2023-04-09 13:09:39 +02:00
Laurent Destailleur
f4d60d0b70 Add field name_from 2023-04-09 13:04:37 +02:00
Laurent Destailleur
8f3bd5ab07 Add info for opt out email 2023-04-09 13:00:34 +02:00
Laurent Destailleur
516232a190 Add info for opt out email 2023-04-08 19:17:14 +02:00
Laurent Destailleur
fa8b6ecd55 css 2023-04-08 16:53:18 +02:00
Laurent Destailleur
038fcd69a0 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-08 15:13:44 +02:00
Laurent Destailleur
a4a014cfd5 Clean libelle into label 2023-04-08 15:08:55 +02:00
Regis Houssin
99d121232f FIX missing mrp module dependency 2023-04-08 15:08:37 +02:00
Laurent Destailleur
3af71d5ded Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-08 14:44:01 +02:00
Laurent Destailleur
1be641a30d css 2023-04-08 14:37:27 +02:00
Laurent Destailleur
6aae32e39e css 2023-04-08 13:43:28 +02:00
Laurent Destailleur
aacd9ce2ce css 2023-04-08 13:33:11 +02:00
Laurent Destailleur
7e200e4506 WIP Add field include opt-outed emails into email screen 2023-04-08 13:29:30 +02:00
Laurent Destailleur
97f73d74ac Debug v17 - Fix table access in workstation constructor 2023-04-08 12:32:00 +02:00
Laurent Destailleur
99e2df5a27 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-08 12:14:11 +02:00
Laurent Destailleur
7cf1487d2c FIX jump to direct record on member search was broken 2023-04-08 12:13:52 +02:00
Laurent Destailleur
45fb3d9bbe FIX Search when criteria start with ! 2023-04-08 12:11:00 +02:00
Alexandre SPANGARO
092cee40a6 Merge remote-tracking branch 'upstream/develop' into 18a5 2023-04-08 05:58:14 +02:00
Laurent Destailleur
572d09f845 Do not show token expired on error on ajax components 2023-04-08 03:51:15 +02:00
Laurent Destailleur
3127975aeb Can limit message in sessions if similar to a previous one
Fix token for static code into lib_foot.js.php
2023-04-08 03:43:21 +02:00
Laurent Destailleur
1bab847278 NEW Can set the page "List of opportunities" as landing page 2023-04-08 03:08:17 +02:00
Laurent Destailleur
0fb03fdc2d Clean code 2023-04-08 01:43:21 +02:00
Laurent Destailleur
b7633a3929 FIX Look and feel v18 2023-04-08 00:55:44 +02:00
Laurent Destailleur
931c9fa7ca Look and feel v18 2023-04-08 00:30:21 +02:00
Laurent Destailleur
6dfb3978f2 Update dao to support evenunsubscribe. 2023-04-07 19:44:11 +02:00
Laurent Destailleur
2bc2a5e791 Add column evenunsubscribe for emailing 2023-04-07 19:10:52 +02:00
Laurent Destailleur
52ad0edd2d Fix link to remove a target 2023-04-07 19:05:37 +02:00
Laurent Destailleur
d5e2b2f6b9 NEW Add field reply-to in email collector as possible filter 2023-04-07 17:17:13 +02:00
Laurent Destailleur
2ab812d766 Accept \n into parameters of emailcollector 2023-04-07 16:59:51 +02:00
kkhelifa
60e793c2e2 FIX: Fix update ref variant product on the combination page of the parent product 2023-04-07 16:55:27 +02:00
Laurent Destailleur
e285d3b135 Accept \n into parameters of emailcollector 2023-04-07 16:52:47 +02:00
Laurent Destailleur
3b8406a83e NEW dolExplodeIntoArray can accept regex 2023-04-07 16:21:51 +02:00
Laurent Destailleur
c1cbf1805a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-07 14:45:18 +02:00
Laurent Destailleur
4ad90b36d0 NEW Setup emailcollector easier. Can also use ! for negative search. 2023-04-07 14:44:02 +02:00
Laurent Destailleur
8326a1af4f
Merge pull request #24458 from daraelmin/17.0
FIX regression Undefined $datepaid
2023-04-07 12:21:29 +02:00
Laurent Destailleur
a220aa5826
Merge pull request #24460 from aspangaro/18a2
FIX Move table projet_task_time to element_time
2023-04-07 12:15:45 +02:00
Laurent Destailleur
eae52f95d2 Better log 2023-04-07 11:35:23 +02:00
Laurent Destailleur
fd240cd503 Add defaultfortype into table for email templates. 2023-04-07 10:34:20 +02:00
daraelmin
48f14a66bc
Merge branch 'Dolibarr:17.0' into 17.0 2023-04-07 08:00:33 +02:00
Alexandre SPANGARO
0170979dc7 FIX Travis-CI 2023-04-07 06:55:43 +02:00
Alexandre SPANGARO
97344e38cb FIX Move table projet_task_time to element_time 2023-04-07 03:08:02 +02:00
Laurent Destailleur
403d6137e8 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-07 02:44:27 +02:00
Alexandre SPANGARO
eee81d3719 Merge remote-tracking branch 'upstream/develop' into 18a5 2023-04-07 02:40:06 +02:00
daraelmin
9461550b8f
FIX regression Undefined $datepaid
As until v16 there was a $payment->datepaid  set on line 97 of /don/payment/payement.php witch was corrected in v17 to  $payment->datep     = $datepaid de shall mot use this->datepaid in this class anymore
2023-04-06 22:40:51 +02:00
Laurent Destailleur
e36ace0ed6 Fix css 2023-04-06 22:21:29 +02:00
Laurent Destailleur
f0d5dfe719 FIX Rounding on total margin on invoice list 2023-04-06 22:17:55 +02:00
Laurent Destailleur
d9c55c1711 Trans 2023-04-06 22:14:18 +02:00
Laurent Destailleur
7d06634511 css 2023-04-06 22:11:40 +02:00
Laurent Destailleur
cfae78c86f Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-06 21:43:46 +02:00
Laurent Destailleur
8a5a9223e6 FIX jump to direct record on member search was broken 2023-04-06 21:39:41 +02:00
Laurent Destailleur
8d75d7b466 Debug topmenu search option 2023-04-06 21:27:06 +02:00
Laurent Destailleur
5254b6ba14 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-06 19:57:17 +02:00
Laurent Destailleur
6fa9c8dea6 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-06 18:44:14 +02:00
Laurent Destailleur
0bf959d63c
Merge pull request #24455 from jyhere/jyhere-patch-6
Removed duplicate affectation
2023-04-06 16:42:12 +02:00
Laurent Destailleur
13c83374e5 Try to better protect wrapper files 2023-04-06 16:36:33 +02:00
Laurent Destailleur
5f5799cc4e FIX #24429 2023-04-06 16:35:41 +02:00
Laurent Destailleur
1c1a7bfa12
Merge pull request #24439 from grandoc/new_branch_05_04_2023
update code for a better php8 compliance
2023-04-06 16:27:30 +02:00
Laurent Destailleur
8bea164568
Merge pull request #24440 from BB2A-Anthony/FIX---Operator-to-search-category-Knowledge
FIX - Operator to search category Knowledge
2023-04-06 16:22:30 +02:00
Laurent Destailleur
9cd9aa1c98
Merge pull request #24446 from vdegrandpre/develop
Allow virtual stock to show on a line in product stocks list when no physical stock present.
2023-04-06 16:07:18 +02:00
jyhere
f5e592c4fb
Removed duplicate affectation 2023-04-06 16:02:01 +02:00
hystepik
3760f06961 add remove of lines for reception 2023-04-06 15:50:34 +02:00
Philippe GRAND
595abd5029 fix : Warning: Undefined array key facture in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/compta/facture/card.php on line 3904 2023-04-06 14:57:49 +02:00
stickler-ci
4c69691878 Fixing style errors. 2023-04-06 12:25:23 +00:00
Alexandre SPANGARO
fb6abd40e9 Merge remote-tracking branch 'upstream/develop' into 18a7 2023-04-06 14:21:20 +02:00
Alexandre SPANGARO
e57d1c6e3c Merge remote-tracking branch 'upstream/develop' into 18a5 2023-04-06 14:20:14 +02:00
Laurent Destailleur
869a73befc Add option MAIN_DISALLOW_EXT_URL_INTO_DESCRIPTIONS into security page 2023-04-06 13:39:04 +02:00
Laurent Destailleur
99b595a807 Fix typo 2023-04-06 13:29:24 +02:00
Laurent Destailleur
5b4f578589 Trans 2023-04-06 13:27:00 +02:00
Laurent Destailleur
08f30bc035 css 2023-04-06 12:31:00 +02:00
Laurent Destailleur
be8f9f33df Look and feel v18 2023-04-06 12:00:39 +02:00
Laurent Destailleur
30e1ac2aa0 Debug v18 2023-04-06 11:49:28 +02:00
Laurent Destailleur
f877a978b1 CSS 2023-04-06 10:58:02 +02:00
Laurent Destailleur
19f9592ac4 CSS 2023-04-06 10:54:09 +02:00
Alexandre SPANGARO
b29eba6e00 NEW: Accountancy - Manage intra-community VAT on supplier invoices - FPC22 2023-04-06 08:47:28 +02:00
Vincent de Grandpré
d69b1b950f corrected unknown column on join with old MySQL 2023-04-05 19:14:09 -04:00
stickler-ci
eb27a81bfd Fixing style errors. 2023-04-05 22:34:51 +00:00
Vincent de Grandpré
7a60c57fc5 Aligned copyrights 2023-04-05 18:30:34 -04:00
Vincent de Grandpré
5d45e1ca3a #24447 added defaulting to manufacturing warehouse 2023-04-05 18:28:48 -04:00
Vincent de Grandpré
1f472acb74 Added copyright 2023-04-05 18:10:03 -04:00
Vincent de Grandpré
01d17d42d3 corrected DB_PREFIX for one subquery 2023-04-05 16:13:13 -04:00
Vincent de Grandpré
4e78108d86 Allow virtual stock to show on a line in product stocks list when no physical stock present. 2023-04-05 15:50:03 -04:00
Laurent Destailleur
4d504b3f98 Fix css 2023-04-05 18:46:30 +02:00
Laurent Destailleur
5252b6804c Fix css 2023-04-05 18:43:59 +02:00
Laurent Destailleur
ae8bcfa6ca Prepare 17.0.2 2023-04-05 17:57:05 +02:00
Laurent Destailleur
424c53109f FIX Better support for option MAIN_NO_INPUT_PRICE_WITH_TAX 2023-04-05 17:56:03 +02:00
stickler-ci
011013fd87 Fixing style errors. 2023-04-05 15:33:46 +00:00
Laurent Destailleur
ab6a6b87f6 Debug v18 2023-04-05 17:31:58 +02:00
Benjamin Falière
24262f58ac NEW Send an email when ticket assigned 2023-04-05 17:23:58 +02:00
Laurent Destailleur
849c4fa57a Look and feel v18 2023-04-05 16:57:22 +02:00
Laurent Destailleur
7d0a025039 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-05 16:34:44 +02:00
Laurent Destailleur
b6d5f80d28 FIX #24429 2023-04-05 16:32:35 +02:00
FLIO
ca8a4251b4 Merge branch 'develop' into editpropalattributes 2023-04-05 16:17:47 +02:00
Laurent Destailleur
8af81ff89b Fix php 8 2023-04-05 16:03:14 +02:00
FLIO
8463bce9f5 fix. the </td> were 3 lines down after the additional amount 2023-04-05 16:02:50 +02:00
Laurent Destailleur
0df02e3141 Fix var no defined 2023-04-05 15:59:40 +02:00
Adrien Raze
14560c1de8 FIX : Travis 2023-04-05 15:37:35 +02:00
Philippe GRAND
0bdde72873 fix : Warning: Undefined array key xStartPos in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/class/commondocgenerator.class.php on line 1209 2023-04-05 14:19:35 +02:00
Philippe GRAND
fbf12f8a75 fix : Warning: Undefined array key padding in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/class/commondocgenerator.class.php on line 1208 2023-04-05 14:15:44 +02:00
Anthony Berton
3d9aa47078 Copyright 2023-04-05 12:47:14 +02:00
Anthony Berton
3a13924685 FIX - Operator to search category Knowledge 2023-04-05 12:43:52 +02:00
Adrien Raze
21900345b8 Merge branch 'FIX_noUpdateProductionNeededForMo' of github.com:atm-adrien/dolibarr into FIX_noUpdateProductionNeededForMo 2023-04-05 11:45:17 +02:00
Adrien Raze
2c90f7335e FIX : Travis 2023-04-05 11:42:50 +02:00
Philippe GRAND
eeea2decee update code for a better php8 compliance 2023-04-05 11:28:53 +02:00
Philippe GRAND
a3fe67f3e5 update code for a better php8 compliance 2023-04-05 11:27:55 +02:00
Philippe GRAND
029cbbceca update code for a better php8 compliance 2023-04-05 11:26:50 +02:00
Philippe GRAND
95558914a9 update code for a better php8 compliance 2023-04-05 11:25:17 +02:00
Philippe GRAND
ee04c5a0fc update code for a better php8 compliance 2023-04-05 11:23:53 +02:00
Philippe GRAND
afda5c0416 update code for a better php8 compliance 2023-04-05 11:21:22 +02:00
lamrani abdelwadoud
29f8ba3a0f
Merge branch 'develop' into deleteFromDocMB 2023-04-05 11:08:34 +02:00
Alexandre SPANGARO
dc96eeedf3 Fix language 2023-04-05 11:06:06 +02:00
Alexandre SPANGARO
87397a4d20 NEW: Accountancy - Add specific page to export accounting data rather than the journals page 2023-04-05 10:48:45 +02:00
Laurent Destailleur
bb2bb638e6 FIX Filter on member status 2023-04-05 03:27:21 +02:00
Laurent Destailleur
9b141e9d1d var not used 2023-04-05 03:26:27 +02:00
Laurent Destailleur
124961308d Debug v18 2023-04-05 03:25:35 +02:00
Laurent Destailleur
7da9b01de9 FIX Filter on member status 2023-04-05 03:21:44 +02:00
FLIO
c7657ed3fd fix the missing condition and missing price total_ttc 2023-04-05 02:40:39 +02:00
Laurent Destailleur
c81f1dc180 Look and feel v18 2023-04-05 02:39:20 +02:00
Laurent Destailleur
6b211b5b29 Removed tons of not used files 2023-04-05 02:07:11 +02:00
Laurent Destailleur
13b58a5c23 Clean files 2023-04-05 01:59:21 +02:00
Laurent Destailleur
c7f742e361 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-05 01:47:50 +02:00
Laurent Destailleur
4fcfb7da53
Merge pull request #24422 from atm-gauthier/NEW/develop_stock_limit_for_alert_and_desired_optimal_stock_by_product_and_warehouse_import
New/develop stock limit for alert and desired optimal stock by product and warehouse import
2023-04-05 01:26:17 +02:00
Laurent Destailleur
e088eb12e6 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-05 01:18:55 +02:00
Laurent Destailleur
c315a53c61 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-05 01:17:08 +02:00
Laurent Destailleur
f47944b325 Close #24051 2023-04-05 01:16:54 +02:00
Vincent de Grandpré
9ab2fb3856 Edit button now available on subscription card when Bank module
disabled.
2023-04-05 01:11:28 +02:00
Laurent Destailleur
cc5118d7c0
Merge pull request #24436 from vdegrandpre/develop
Edit button now available on subscription card when Bank module disabled
2023-04-05 01:09:31 +02:00
Laurent Destailleur
86445cdd83 NEW Dynamic choice of warehouse and batch in MO production. 2023-04-05 01:08:23 +02:00
Laurent Destailleur
0365af4fe6 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-05 00:48:45 +02:00
Laurent Destailleur
4ad7b69cf3
Merge pull request #19929 from atm-lena/develop_of_consumption_selectbatch
Of consumption select batch and warehouse
2023-04-05 00:48:07 +02:00
Laurent Destailleur
6777c27c5b Look and feel v17 2023-04-04 23:36:24 +02:00
Laurent Destailleur
94a2b4bdfc
Update interface.php 2023-04-04 23:35:42 +02:00
Laurent Destailleur
2d728b4cbb
Update mo_production.php 2023-04-04 23:31:30 +02:00
stickler-ci
4e46be4e7d Fixing style errors. 2023-04-04 21:29:03 +00:00
Laurent Destailleur
4f51084ccb Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-04 23:16:21 +02:00
Laurent Destailleur
14e80afe98 Trans 2023-04-04 23:13:15 +02:00
Laurent Destailleur
79099bd090 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-04-04 23:08:25 +02:00
Laurent Destailleur
306871fa80
Merge branch 'develop' into develop_of_consumption_selectbatch 2023-04-04 22:58:15 +02:00
Laurent Destailleur
3b9853f7d3 FIX More complete fix for #24411 2023-04-04 22:45:30 +02:00
Laurent Destailleur
99455cd461
Merge pull request #24411 from BB2A-Anthony/FIX---Filter-status-order-in-list
FIX - Filter status orders in list no invoiced if validated + in progress + delivered
2023-04-04 22:41:08 +02:00
Laurent Destailleur
5ba1f2dc56
Update list.php 2023-04-04 22:38:05 +02:00
Laurent Destailleur
c6feb3c78a
Merge pull request #24416 from aspangaro/18a6
In FR, activate constant INVOICE_DISABLE_REPLACEMENT by default
2023-04-04 21:46:29 +02:00
Vincent de Grandpré
3c9ae97183 Edit button now available on subscription card when Bank module disabled. 2023-04-04 15:31:06 -04:00
Laurent Destailleur
f223c07284
Merge pull request #24413 from aspangaro/18a7
Fix v18 migration script
2023-04-04 21:30:30 +02:00
Laurent Destailleur
f54383526e
Merge pull request #24420 from atm-adrien/FIX_actionOwner_cant_see_his_events
FIX : Add the possibility to check events
2023-04-04 21:30:08 +02:00
Laurent Destailleur
91c08bc6cf Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-04 21:26:27 +02:00
Laurent Destailleur
9e5783ed4d Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-04 21:26:19 +02:00
Laurent Destailleur
eee010a1b7
Merge pull request #24421 from atm-lena/17.0_FIX_ProductStatsFactureRec
Product Stats : Fix facture rec status
2023-04-04 21:22:38 +02:00
Laurent Destailleur
db91b231b0
Merge pull request #24423 from frederic34/addextrafields
fix edit extrafields if missing mandatory value
2023-04-04 21:22:09 +02:00
Laurent Destailleur
1c4196b6c8
Merge pull request #24424 from Hystepik/develop#1
Fix : user group date modif to match database
2023-04-04 21:21:35 +02:00
Laurent Destailleur
b471e56ad2
Merge pull request #24425 from Easya-Solutions/fix-supplier-order-invoice-create
Fix security access on create supplier order and invoice
2023-04-04 21:17:01 +02:00
Laurent Destailleur
27f584136d Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-04-04 21:11:42 +02:00
Laurent Destailleur
48e2c4f5bf Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-04-04 21:10:40 +02:00
Laurent Destailleur
7b3653e11e Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2023-04-04 21:08:33 +02:00
Laurent Destailleur
09b6837049 Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 2023-04-04 21:07:18 +02:00
Laurent Destailleur
662f610319
Merge pull request #24426 from aspangaro/14p42
FIX Propagate extrafields from supplier order to reception
2023-04-04 21:04:45 +02:00
Laurent Destailleur
6c0d1e7a54 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-04 20:13:17 +02:00
Laurent Destailleur
301de5b3df Upgrade to JQuery 3.6.4 - Remove patches required by 3.6.0 2023-04-04 20:12:59 +02:00
Laurent Destailleur
2a300b36e8
Merge pull request #24427 from Hystepik/develop#2
fix : php 8.1 warnings + log warnings
2023-04-04 19:53:20 +02:00
Laurent Destailleur
d22ab42031
Merge pull request #24431 from Easya-Solutions/14.0_fix-prelevement-line-supplier-link
FIX supplier link on bank transfer line
2023-04-04 19:51:25 +02:00
Laurent Destailleur
b9bee0a0e3 css 2023-04-04 19:45:52 +02:00
Laurent Destailleur
220d404d62 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-04 19:40:05 +02:00
Laurent Destailleur
165d958a6d Fix trans 2023-04-04 19:25:19 +02:00
Laurent Destailleur
02d4b130b9 Fix label 2023-04-04 19:24:43 +02:00
Laurent Destailleur
3e77a6cbd4 FIX Reception process loose some lines on first error. 2023-04-04 19:23:38 +02:00
Laurent Destailleur
b48b980a5a FIX Back to cancel on reception creation 2023-04-04 19:19:39 +02:00
Laurent Destailleur
e5d74b2ab5 Fix trans 2023-04-04 19:17:34 +02:00
Laurent Destailleur
bf21547322 Fix label 2023-04-04 19:03:17 +02:00
Laurent Destailleur
daa2d98ff2 FIX Reception process loose some lines on first error. 2023-04-04 18:42:55 +02:00
FLIO
1ea251d813 new attributes on propal card 2023-04-04 16:10:02 +02:00
Laurent Destailleur
f9170fa31b FIX Back to cancel on reception creation 2023-04-04 12:59:02 +02:00
atm-lena
36ffcbc5da FIX Search List Select Extrafields with condition 2023-04-04 12:26:59 +02:00
Laurent Destailleur
71a5cac06f Doc 2023-04-04 11:55:35 +02:00
VESSILLER
9f8b67a6ec FIX supplier invoice status on bank transfer line 2023-04-04 11:33:23 +02:00
Quentin VIAL-GOUTEYRON
66f1696a9b FIX filter missing id 2023-04-04 11:05:50 +02:00
VESSILLER
144d061db3 FIX supplier link on bank transfer line 2023-04-04 11:01:03 +02:00
Laurent Destailleur
454372bb4e Fix show description of project 2023-04-04 02:05:05 +02:00
Laurent Destailleur
39fa93486d Debug v17 2023-04-04 01:56:44 +02:00
Laurent Destailleur
b4143d3d2c Fix tooltip 2023-04-04 01:25:22 +02:00
Laurent Destailleur
e1bbce7ab7 css 2023-04-04 01:21:10 +02:00
Laurent Destailleur
9e4e49bd77 Fix log 2023-04-04 01:16:50 +02:00
Laurent Destailleur
5ac9ca5efc Fix logs 2023-04-04 01:13:13 +02:00
Laurent Destailleur
c4d7b15906 Fix trans 2023-04-04 00:57:18 +02:00
Laurent Destailleur
d7dff81b8f Debug emailcollector 2023-04-04 00:52:09 +02:00
Laurent Destailleur
7096f0c236 Fix css 2023-04-03 23:23:51 +02:00
Laurent Destailleur
8bb8b7b423 Look and feel 2023-04-03 23:00:30 +02:00
Laurent Destailleur
ee35871b13 css 2023-04-03 22:53:38 +02:00
Laurent Destailleur
a0829733bf Debug v18 2023-04-03 19:58:48 +02:00
Laurent Destailleur
8898a1a432 Debug ajax tooltip 2023-04-03 19:51:40 +02:00
stickler-ci
700efad235 Fixing style errors. 2023-04-03 15:00:40 +00:00
Adrien Raze
805d457be1 FIX : redesign of the function : updateProduction 2023-04-03 16:54:37 +02:00
Laurent Destailleur
a747b069e9 Debug v18 2023-04-03 16:27:53 +02:00
hystepik
002b0aa386 fix : php 8.1 warnings + log warnings 2023-04-03 16:03:51 +02:00
Alexandre SPANGARO
0173688d05 FIX Propagate extrafields from supplier order to reception 2023-04-03 15:49:38 +02:00
Gauthier PC portable 024
1b9f05c7e0 Merge branch 'NEW/develop_stock_limit_for_alert_and_desired_optimal_stock_by_product_and_warehouse_import' of github.com:atm-gauthier/dolibarr into NEW/develop_stock_limit_for_alert_and_desired_optimal_stock_by_product_and_warehouse_import 2023-04-03 14:32:36 +02:00
Gauthier PC portable 024
90e3f786ca Merge branch 'NEW/stock_limit_for_alert_and_desired_optimal_stock_by_product_and_warehouse_import' of github.com:atm-gauthier/dolibarr into NEW/develop_stock_limit_for_alert_and_desired_optimal_stock_by_product_and_warehouse_import 2023-04-03 14:30:19 +02:00
Gauthier PC portable 024
8364de054a FIX : regex array checks 2023-04-03 14:29:46 +02:00
VESSILLER
9eb458d1d0 Fix secirity access on create supplier order and invoice 2023-04-03 13:32:37 +02:00
hystepik
cca08ee18d Fix : user group date midif to match database 2023-04-03 12:22:05 +02:00
stickler-ci
69791c8530 Fixing style errors. 2023-04-03 10:10:48 +00:00
Frédéric FRANCE
7bf287aadf fix edit extrafields if missing mandatory value 2023-04-03 12:10:31 +02:00
Laurent Destailleur
0427457ce3 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-03 12:06:34 +02:00
Laurent Destailleur
2f34f179b9 Debug v18 2023-04-03 12:06:16 +02:00
Gauthier PC portable 024
4c557d6cb9 Merge branch 'NEW/stock_limit_for_alert_and_desired_optimal_stock_by_product_and_warehouse_import' of github.com:atm-gauthier/dolibarr into NEW/develop_stock_limit_for_alert_and_desired_optimal_stock_by_product_and_warehouse_import 2023-04-03 11:54:29 +02:00
Gauthier PC portable 024
9a05c16edc NEW : Stock limit for alert and desired optimal stock by product and warehouse import 2023-04-03 11:50:06 +02:00
atm-lena
3c00b00066 Product Stats : Fix facture rec status 2023-04-03 10:40:52 +02:00
Adrien Raze
1d59cdc41b FIX : Add the possibility to events oxwner to check their events from the list when the perm "Read the actions (events or tasks) of others" is not active 2023-04-03 10:13:11 +02:00
Laurent Destailleur
e5aafeeb41
Merge pull request #24246 from OPEN-DSI/develop_fix_extrafields_list_search_input_value
FIX : Fix case when the value of a extrafields of the type 'boolean', 'select' or other have an option with a value equal to '0'.
2023-04-03 09:55:40 +02:00
Florian HENRY
8b095fdec0 review variable name 2023-04-02 12:57:38 +02:00
Florian HENRY
3a38ca722a Merge branch 'develop' of github.com:Dolibarr/dolibarr into dev_add_not_saved_info_on_mvt_stock 2023-04-02 12:55:37 +02:00
Alexandre SPANGARO
1d70280ec2 In FR, activate constant INVOICE_DISABLE_REPLACEMENT by default 2023-04-02 12:01:46 +02:00
Alexandre SPANGARO
947dadfaa8 Fix v18 migration script 2023-04-02 08:28:56 +02:00
Anthony Berton
e120780c6c FIX - Filter status order in list 2023-04-01 16:53:54 +02:00
Laurent Destailleur
53032fd6ed Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-01 15:09:30 +02:00
Laurent Destailleur
254e785c47 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-04-01 15:06:15 +02:00
Laurent Destailleur
b1d15cdc0e Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-04-01 15:03:32 +02:00
Laurent Destailleur
49eb6089df Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-04-01 15:03:21 +02:00
Laurent Destailleur
2ccbc1c2ce Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-04-01 15:02:19 +02:00
Laurent Destailleur
490d372ab9 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-04-01 15:01:41 +02:00
Laurent Destailleur
d79c9e0f9e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-01 15:01:10 +02:00
Laurent Destailleur
6c589955a6 FIX Autofill / clear qty in inventory page 2023-04-01 15:00:54 +02:00
Laurent Destailleur
b5c6e2d61d Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-01 14:38:40 +02:00
Laurent Destailleur
7525aea76c Debug v18 2023-04-01 14:38:07 +02:00
Laurent Destailleur
921c110f70
Merge pull request #19642 from 1ocate/NEW_add_margin_in_paiement/card.php
NEW : add margin in paiement/card.php
2023-04-01 13:45:33 +02:00
Laurent Destailleur
b73f746f57
Update card.php 2023-04-01 13:42:45 +02:00
Laurent Destailleur
fd65d4b420 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-01 13:18:20 +02:00
Laurent Destailleur
e3ed7b47d6 Code comment 2023-04-01 13:17:42 +02:00
Laurent Destailleur
370683b3a5
Merge pull request #22940 from FHenry/dev_add_OrderNotificationTriggers
NEW: Add Customer Order delivered (ORDER_CLOSE) in module Notification
2023-04-01 12:15:07 +02:00
Laurent Destailleur
6a470dbcf7 Kanban on inventory list. Look and feel v18 2023-04-01 12:05:29 +02:00
Laurent Destailleur
6d95218d59
Merge pull request #24409 from vdegrandpre/develop
Read of correct global variable
2023-04-01 11:23:16 +02:00
Vincent de Grandpré
ae7b31e716 Fix #24410 - No $resql overwrite 2023-03-31 17:31:20 -04:00
Laurent Destailleur
386a91c666
Merge pull request #23839 from marcusdeangabriel/SELECT_PRODUITS_LIST
Add hooks to select_produits_list
2023-03-31 20:18:32 +02:00
Laurent Destailleur
5e97c92004
Merge pull request #23067 from Easya-Solutions/new-import-filter-entity
NEW filter on entity in import
2023-03-31 20:11:22 +02:00
Laurent Destailleur
89aa79058c Code comment 2023-03-31 19:47:52 +02:00
Vincent de Grandpré
3f4879d494 Read of correct global variable 2023-03-31 13:41:29 -04:00
Laurent Destailleur
63947b4ded
Merge pull request #24403 from BadPixxel/patch-9
FIX: Invoice Thirdparty never loaded at this point
2023-03-31 18:12:58 +02:00
Laurent Destailleur
4161107d71
Merge pull request #24402 from grandoc/new_branch_31_03_2023
fix : Warning: Undefined array key align in /home/httpd/vhosts/aflac.…
2023-03-31 18:12:07 +02:00
Marc de Lima Lucio
96d23fac5f FIX: project referent elements list: conf to hide tasks was flipped 2023-03-31 16:57:19 +02:00
atm-lena
3fdec7cecf FIX - PDF Espadon => display extrafields 2023-03-31 15:36:16 +02:00
Laurent Destailleur
d388ac58be Fix public pages 2023-03-31 13:40:38 +02:00
Laurent Destailleur
8f68247bbc Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-31 13:31:40 +02:00
Laurent Destailleur
49fa0f3107 Fix public pages 2023-03-31 13:31:23 +02:00
BadPixxel
57156dd022
FIX: Invoice Thirdparty never loaded at this point
Attempt to read property "default_lang" on null in /var/www/html/fourn/class/paiementfourn.class.php on line 353
2023-03-31 13:15:44 +02:00
Laurent Destailleur
a823b10b58 Fix load lang 2023-03-31 12:41:52 +02:00
Philippe GRAND
e9d9253147 fix : Warning: Undefined array key align in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/class/commondocgenerator.class.php on line 1575 2023-03-31 12:36:43 +02:00
Laurent Destailleur
148645d220 Fix error 500 on payment 2023-03-31 12:10:48 +02:00
Laurent Destailleur
28e2694bac
Merge pull request #24022 from Daviid-P/add_hours_minutes_to_form_confirm
NEW Make it possible to select hours and minutes in form_confirm
2023-03-31 11:45:56 +02:00
Laurent Destailleur
0bdb6bae64
Update html.form.class.php 2023-03-31 11:44:58 +02:00
Laurent Destailleur
c2f5db9d9c
Better compatibility 2023-03-31 11:40:34 +02:00
Laurent Destailleur
95d774d750
Merge pull request #24337 from hregis/fix_right_access_problem
FIX missing "multidir_output" for project sharing (Multicompany)
2023-03-31 11:25:47 +02:00
Frédéric FRANCE
5b47abbe38
Doc 2023-03-31 09:24:28 +02:00
Laurent Destailleur
0c30a423ab Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-31 02:55:01 +02:00
Laurent Destailleur
f1898e5ac0 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-31 02:54:22 +02:00
Laurent Destailleur
2b6e90946d Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-31 02:50:32 +02:00
Laurent Destailleur
ec61e638a9 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-31 02:50:22 +02:00
Laurent Destailleur
dfd0bd8107 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-03-31 02:48:17 +02:00
Laurent Destailleur
ee3664743e
Merge pull request #24325 from Gilles-L-Artaban/15.0
FIX|Fix #24298 No error or 0.00 instead of NULL in database anymore w…
2023-03-31 02:47:53 +02:00
Laurent Destailleur
cb2d164c42
Merge pull request #24131 from MaximilienR-easya/dev_New_Progress_public_interface
NEW added an option to display the progress of tickets on the public interface
2023-03-31 02:36:29 +02:00
Laurent Destailleur
173cdc4c4c
Merge pull request #24150 from OPEN-DSI/develop_new_hook_loadlotstock
NEW - Add hook in loadLotStock() in html.formproduct.class.php file
2023-03-31 02:34:55 +02:00
Laurent Destailleur
6999ae4d0e
Merge pull request #24363 from bloxera/fix_default_values
Fix #24256: default values cannot be set for some forms due to inconsistent action names
2023-03-31 02:33:26 +02:00
Laurent Destailleur
ce237713c1
Merge pull request #24378 from hregis/fix_menu_force_entity
FIX menu force entity = 0 if core module
2023-03-31 02:27:56 +02:00
Laurent Destailleur
ed4f69c991
Merge pull request #24373 from grandoc/new_branch_29_03_2023
New branch 29 03 2023
2023-03-31 02:26:25 +02:00
Laurent Destailleur
5b03337a00 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-31 02:17:37 +02:00
Laurent Destailleur
10f71216a4 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-03-31 02:16:20 +02:00
Laurent Destailleur
a30f9331f3 Debug v17 2023-03-31 01:36:20 +02:00
Eric Seigne
28f4bea8a3 forceduedate is an option of the function 2023-03-31 01:32:56 +02:00
Laurent Destailleur
a1194b1359 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-31 01:32:20 +02:00
Laurent Destailleur
39dcd7c6ad
Merge pull request #24380 from rycks/13_fix_forceduedate
forceduedate is an option of the function
2023-03-31 01:31:38 +02:00
Laurent Destailleur
5494b70ce0
Merge pull request #24385 from frederic34/substitutions
fix substitution for online sign contract
2023-03-31 01:28:56 +02:00
Laurent Destailleur
b7b85d185f
Merge pull request #24381 from frederic34/expedition_tooltip
fix shipping ajax tooltip
2023-03-31 01:26:38 +02:00
Laurent Destailleur
f47e6ed596
Merge pull request #24382 from frederic34/patch-4
doc
2023-03-31 01:26:05 +02:00
Laurent Destailleur
0d60210cfd
Merge pull request #24388 from frederic34/supplier_price_log
optimize db for supplier price log
2023-03-31 01:24:34 +02:00
Laurent Destailleur
43f0cf8513
Update llx_product_fournisseur_price_log.key.sql 2023-03-31 01:24:25 +02:00
Laurent Destailleur
e957e8faaf
Update 17.0.0-18.0.0.sql 2023-03-31 01:24:13 +02:00
Laurent Destailleur
bc3ba2a3e1
Merge pull request #24400 from SylvainLegrand/Update_description_on_cloning
Update description of products on cloning
2023-03-31 01:22:12 +02:00
Laurent Destailleur
d9ca8f4d33
Merge pull request #24390 from OPEN-DSI/develop_fix_wordbreak_css_on_extrafields_text
FIX: Fix css error on wordbreak for view extrafields (case on type 'text')
2023-03-31 01:19:03 +02:00
Laurent Destailleur
230759ca14 Fix #24391 2023-03-31 01:14:48 +02:00
Laurent Destailleur
917d8e7985 Look and feel v18 2023-03-31 00:57:14 +02:00
Laurent Destailleur
358fddd86e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-31 00:40:31 +02:00
Laurent Destailleur
5dc5e93e18
Merge pull request #24398 from frederic34/patch-8
fix missing comma in sql
2023-03-31 00:40:20 +02:00
Laurent Destailleur
ea77bf53fc Fix #24399 2023-03-31 00:39:46 +02:00
Sylvain Legrand
639bf8ddd3 Update propal.class.php 2023-03-30 22:38:10 +02:00
Laurent Destailleur
3e599b1c63 Fix dump of mail log file 2023-03-30 22:25:29 +02:00
Sylvain Legrand
a8d4ea406b Update description of products on cloning 2023-03-30 22:14:04 +02:00
Frédéric FRANCE
7d1d187148
fix missing comma in sql 2023-03-30 21:31:06 +02:00
Laurent Destailleur
1be9364971 Look and feel v18 2023-03-30 19:47:48 +02:00
Laurent Destailleur
1c1e93bb37 Fix use MT rounding for cost price and margin on list of invoice 2023-03-30 16:35:07 +02:00
Laurent Destailleur
d684204bed Fix use MT rounding for cost price and margin on list of invoice 2023-03-30 16:33:24 +02:00
Laurent Destailleur
53d530f126 More data into log 2023-03-30 14:48:04 +02:00
Laurent Destailleur
12735f23f6 Fix doc comment 2023-03-30 12:55:17 +02:00
Laurent Destailleur
5cf1ed058f Fix data next run of a job mandatory only if status is enabled 2023-03-30 12:42:39 +02:00
Laurent Destailleur
1a79401065 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-30 12:38:36 +02:00
Laurent Destailleur
777b451316 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-30 12:37:36 +02:00
kkhelifa
6860325f96 Correction 2023-03-30 11:13:17 +02:00
kkhelifa
620cbf398a Correction 2023-03-30 11:10:22 +02:00
kkhelifa
fa81a9867c FIX: Fix css error on wordbreak for view extrafields (case on type 'text') 2023-03-30 10:38:27 +02:00
Frédéric FRANCE
6d211b9a1a optimize supplier price log 2023-03-30 10:21:42 +02:00
Frédéric FRANCE
0243fe9d51 optimize supplier price log 2023-03-30 10:21:27 +02:00
Laurent Destailleur
5924e626b0 The method htmlPrintOnlinePaymentFooter() used for public footer pages
has been renamed into htmlPrintOnlineFooter() and moved into
company.lib.php
2023-03-30 10:18:43 +02:00
Frédéric FRANCE
2c0f92bccf fix substitution for online sign contract 2023-03-29 20:47:44 +02:00
Frédéric FRANCE
0349b1095a fix ajax tooltip 2023-03-29 20:06:11 +02:00
Laurent Destailleur
f0b94f8869 Look and feel v18 2023-03-29 18:42:32 +02:00
Frédéric FRANCE
381cc39419
doc 2023-03-29 18:36:50 +02:00
Frédéric FRANCE
8165b2eba8 fix shipping ajax tooltip 2023-03-29 18:25:53 +02:00
Frédéric FRANCE
021309d761 fix shipping ajax tooltip 2023-03-29 18:22:36 +02:00
Laurent Destailleur
93125e7841 Debug v18 2023-03-29 18:11:24 +02:00
Laurent Destailleur
c02fc4e177 Debug v18 2023-03-29 17:57:52 +02:00
Laurent Destailleur
758c6a6263 colspan war 2023-03-29 17:06:19 +02:00
Eric Seigne
48136f465b forceduedate is an option of the function 2023-03-29 16:46:06 +02:00
Laurent Destailleur
bfa531c724 Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop 2023-03-29 16:32:19 +02:00
Laurent Destailleur
6e8a72a434 Fix filter on holiday dates 2023-03-29 16:31:55 +02:00
Regis Houssin
48333a7205 FIX wrong test 2023-03-29 15:09:43 +02:00
Frédéric FRANCE
222ad02e49 work on printing 2023-03-29 15:06:41 +02:00
Frédéric FRANCE
f870a8ea2f work on printing 2023-03-29 15:06:33 +02:00
stickler-ci
507abd4cc2 Fixing style errors. 2023-03-29 12:56:47 +00:00
atm-lena
0579c3f2f3 FIX PDF Espadon Expedition : notes and tracking number 2023-03-29 14:48:47 +02:00
Regis Houssin
898a4bad15 FIX menu force entity = 0 if core module 2023-03-29 14:34:52 +02:00
Laurent Destailleur
dc144baa68
Merge pull request #24369 from bloxera/fix_action_name_buyingprice
Fix naming of create action for adding buying prices #24368
2023-03-29 14:30:23 +02:00
Laurent Destailleur
b2722e79dc Doc 2023-03-29 14:27:28 +02:00
Laurent Destailleur
8556327499 Hide session ID 2023-03-29 14:17:04 +02:00
Laurent Destailleur
a31491fce2 Fix warning 2023-03-29 14:16:48 +02:00
Laurent Destailleur
2a8cf082af Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-29 14:14:57 +02:00
Laurent Destailleur
e6ca58582e
Merge pull request #24366 from frederic34/printing
work on printing
2023-03-29 14:14:04 +02:00
Laurent Destailleur
fccd517acb
Merge pull request #24372 from Hystepik/develop#1
New : Creation of login from lastname and firstname
2023-03-29 14:13:21 +02:00
Laurent Destailleur
7df9ba48e3
Merge pull request #24374 from bloxera/hook_amount_bank_transfer
Fix: add hook to modify amount to pay for supplier invoice
2023-03-29 14:10:30 +02:00
Regis Houssin
dbc12cb169 FIX can not show all csv fields (a reason for that ?) 2023-03-29 12:27:29 +02:00
Laurent Destailleur
9ab9f068c6 Look and feel export tool 2023-03-29 12:04:53 +02:00
Laurent Destailleur
5683b21823 Look and feel export tool 2023-03-29 12:03:52 +02:00
priojk
2721ccd23c add hook to modify amount to pay 2023-03-29 11:43:31 +02:00
stickler-ci
846fe52da8 Fixing style errors. 2023-03-29 09:25:45 +00:00
Philippe GRAND
19dfe73c22 fix : Warning: Undefined array key xStartPos in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/class/commondocgenerator.class.php on line 1554 2023-03-29 11:21:28 +02:00
hystepik
d8a8be385b New : Creation of login from lastname and firstname 2023-03-29 11:10:58 +02:00
stickler-ci
cb63bbba32 Fixing style errors. 2023-03-29 09:06:53 +00:00
Gauthier PC portable 024
538a6870f1 FIX : it was not possible to update extrafields of expedition lines with batch without editing batch value 2023-03-29 11:00:20 +02:00
priojk
3c7fe6029f change action to start with create 2023-03-29 09:48:11 +02:00
Laurent Destailleur
83565ec0a7 Fu... composer 2023-03-29 00:06:33 +02:00
Laurent Destailleur
a51edb6940 Make module webservice SOAP deprecated. Use REST API instead. 2023-03-28 23:59:36 +02:00
Laurent Destailleur
a0bd389f71 Update MobileDetect lib to 2.8.41 2023-03-28 23:54:43 +02:00
Laurent Destailleur
46055fd195 Hide session ID 2023-03-28 23:53:16 +02:00
Laurent Destailleur
2663c8f2f2 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-03-28 23:30:26 +02:00
priojk
63b0e65797 adjusted fix 2023-03-28 23:05:29 +02:00
Laurent Destailleur
764ce03d10 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-28 22:28:10 +02:00
Laurent Destailleur
bba367d555 Fix warning 2023-03-28 22:27:14 +02:00
Frédéric FRANCE
997e24aab0 work on printing 2023-03-28 22:17:38 +02:00
Frédéric FRANCE
0d6967b77a work on printing 2023-03-28 22:16:04 +02:00
Laurent Destailleur
292385adcf
Merge pull request #24340 from simnandez/17.0
FIX #24201 upload of external module fails to copy from incorrectly generated temp source dir
2023-03-28 21:54:49 +02:00
Laurent Destailleur
975d805b85
Merge pull request #24345 from leninrivas/patch-12
Fix share link expedition and delivery
2023-03-28 21:53:57 +02:00
Laurent Destailleur
64ef6fe4ad
Merge pull request #24365 from frederic34/ajaxtooltip
fix tooltip ajax
2023-03-28 21:45:39 +02:00
Laurent Destailleur
5b0b874535 NEW Add a status on supplier price ref (WIP to close a supplier ref) 2023-03-28 21:30:08 +02:00
Frédéric FRANCE
ab28166398 fix tooltip 2023-03-28 21:01:59 +02:00
Frédéric FRANCE
3d71cf2d19 Merge remote-tracking branch 'upstream/develop' into ajaxtooltip 2023-03-28 20:08:05 +02:00
Frédéric FRANCE
78bd96dd58 fix tooltip ajax 2023-03-28 20:03:42 +02:00
Laurent Destailleur
9a2226139d
Merge pull request #24353 from frederic34/patch-4
add since info
2023-03-28 19:42:55 +02:00
Laurent Destailleur
8eabcc2dd9
Merge pull request #24349 from jyhere/jyhere/fix-import-compute
Fix array of field names passed to class/method when using a field with compute rule
2023-03-28 19:42:00 +02:00
priojk
99cb5098e7 extend preg match to alternative action names 2023-03-28 17:25:07 +02:00
Laurent Destailleur
4faeea1476
Merge pull request #24354 from frederic34/account_tooltip
fix ajax tooltip for account
2023-03-28 17:14:20 +02:00
Laurent Destailleur
d0dc2f73ab
Merge pull request #24336 from inovea-conseil/NEW-Disable_bad_reputation_product_price
New disable bad reputation product price
2023-03-28 17:12:33 +02:00
Adrien Raze
d4f20df3ea FIX : no usage of the function updateProduction in the update function 2023-03-28 13:52:20 +02:00
Frédéric FRANCE
9632f99a54 clean code 2023-03-28 11:40:17 +02:00
Frédéric FRANCE
f0b1699032 clean code 2023-03-28 11:37:21 +02:00
Frédéric FRANCE
75c29a0925 fix ajax tooltip for warehouse 2023-03-28 11:33:48 +02:00
Frédéric FRANCE
61f1445fbf fix ajax tooltip for account 2023-03-28 11:27:31 +02:00
Frédéric FRANCE
ac81fa925b
add since info 2023-03-28 09:54:50 +02:00
Laurent Destailleur
634eabaa8d Allow WEBSITE_ALLOW_CKEDITOR 2023-03-27 20:54:07 +02:00
Laurent Destailleur
11b9c499e9 Tooltip 2023-03-27 20:30:18 +02:00
Laurent Destailleur
ec7627572f Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-27 18:32:25 +02:00
Laurent Destailleur
af99141f7a Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-27 18:09:06 +02:00
Laurent Destailleur
5ba48f9746 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-27 18:08:51 +02:00
Laurent Destailleur
da757a8b75 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-03-27 18:06:51 +02:00
Laurent Destailleur
e0cd351b3e Fix sanitize website module 2023-03-27 17:37:09 +02:00
IC-faycal
f0ee373784 FIX access const 2023-03-27 16:24:44 +02:00
Jyhere
79a0b78116 Fix array of field names passed to class/method when using a field with compute rule 2023-03-27 15:49:19 +02:00
IC-faycal
9ffdce6f24
Merge branch 'Dolibarr:develop' into NEW-Disable_bad_reputation_product_price 2023-03-27 15:48:54 +02:00
Laurent Destailleur
db9498262b NEW Add statistics by amount on statistics of products. 2023-03-27 15:26:54 +02:00
Laurent Destailleur
dc464d09f6 Look and feel v18 2023-03-27 13:15:20 +02:00
Laurent Destailleur
9ccc806f3a select_dolusers can return rich array of users 2023-03-27 13:02:42 +02:00
Laurent Destailleur
68ede86353 Fix regression in CSS 2023-03-27 12:33:15 +02:00
David
13627e3b3f
Merge branch 'develop' into add_hours_minutes_to_form_confirm 2023-03-27 12:31:13 +02:00
Gauthier PC portable 024
723cdcea19 FIX : Add bookmark with search fields that are arrays (backport 4157263cb8) 2023-03-27 12:24:33 +02:00
Laurent Destailleur
de2fa5051c Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-27 11:54:34 +02:00
Laurent Destailleur
498b2d5279 Fix secured the Ajax components 2023-03-27 11:52:56 +02:00
Juanjo Menent
f9b2c3d91d Fix: More accurate fix 2023-03-27 11:22:51 +02:00
Lenin Rivas
538d598727
Fix share link expedition and delivery 2023-03-27 04:22:17 -05:00
Laurent Destailleur
1e94959042 Debug v18 2023-03-27 10:00:12 +02:00
Laurent Destailleur
0436111e1f
Merge pull request #24209 from rycks/dev_add_formsetup_select_user
NEW add setAsSelectUser into factory for generic setup page
2023-03-27 08:55:54 +02:00
stickler-ci
d56bcd937b Fixing style errors. 2023-03-27 06:55:42 +00:00
Laurent Destailleur
2eecef22bc
Update html.formsetup.class.php 2023-03-27 08:54:57 +02:00
Laurent Destailleur
92b11c240f Fix sorting order not loose after generation of image 2023-03-27 08:49:26 +02:00
Laurent Destailleur
520280479c
Merge pull request #24197 from glu000/16.0-issue-23966-2
FIX  #[23799] - External users are not able to create events - correction
2023-03-27 08:30:41 +02:00
Laurent Destailleur
a0098c39ab
Merge pull request #24162 from atm-lena/17.0_FIX_textishtmlfunction
FIX dol_textishtml() function
2023-03-27 08:29:33 +02:00
Laurent Destailleur
28818fc65b Fix pgsql update of extrafields type 2023-03-26 21:19:38 +02:00
Laurent Destailleur
41e4855b08 Debug v18 2023-03-26 21:16:04 +02:00
Laurent Destailleur
cff11abce4 Fix warning php 8.2 2023-03-26 18:48:29 +02:00
Laurent Destailleur
af945c1901
Update functions.lib.php 2023-03-26 18:15:32 +02:00
Laurent Destailleur
2ab510d746 Clean code. $hookmanager must be global and never be erased 2023-03-26 17:59:28 +02:00
Laurent Destailleur
cba8d1719b
Merge pull request #24322 from atm-gauthier/fix_missing_default_workstation_column
FIX : missing column default workstation
2023-03-26 17:27:02 +02:00
Laurent Destailleur
8c4056f38f
Merge pull request #24285 from Hystepik/develop#3
New : uploadfile drag and drop on fourn invoice card
2023-03-26 15:36:31 +02:00
Laurent Destailleur
3c84594f6d
Merge pull request #24272 from rycks/ecmfiles_copy_same_params_as_move
ECM/GED : dol_copy same params than dol_move
2023-03-26 15:36:03 +02:00
Laurent Destailleur
c2199cac0d
Merge pull request #24329 from MaximilienR-easya/dev_Bugfix_fetch_optionnals_before_update_line
Bugfix fetch_optionals before the line update to not lose the invisible fields
2023-03-26 15:34:57 +02:00
Laurent Destailleur
8ced185b8a
Merge pull request #24333 from aspangaro/18a7
FIX Invoice - Better situation invoice title
2023-03-26 15:33:47 +02:00
Laurent Destailleur
414ac00ea2
Merge pull request #24328 from aspangaro/18a6
FIX List of auxiliary account - Width problem
2023-03-26 15:32:59 +02:00
Laurent Destailleur
92189c2ba4
Merge pull request #24339 from lamrani002/writePermsInDoc
NEW functionality (add table of permissions in documentation for modulebuilder )
2023-03-26 15:32:15 +02:00
Laurent Destailleur
d2649ef5e7 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-26 15:31:06 +02:00
Laurent Destailleur
fa0528a5d7
Merge pull request #24330 from thomas-Ngr/develop_fix_odt_generation
Fix odt generation
2023-03-26 15:23:54 +02:00
Laurent Destailleur
46a8b5d9cb
Update odf.php 2023-03-26 15:22:12 +02:00
Laurent Destailleur
2bb274451b
Merge pull request #24335 from bloxera/fix_closeinvoices
Fix: closing of invoice needs to be customizable
2023-03-26 15:19:13 +02:00
Regis Houssin
148d88a7ec FIX avoid php8 warnings 2023-03-26 11:10:46 +02:00
Laurent Destailleur
91e680ba2a Fix preview of receipt for the payment mode 2023-03-26 03:14:18 +02:00
Laurent Destailleur
3613008362 Perf enhancement into addrights and delrights 2023-03-26 01:54:03 +01:00
Laurent Destailleur
2bdc7f33dc Better tooltip on some setup pages 2023-03-25 12:40:23 +01:00
Juanjo Menent
3f2f9da427 FIX #24201 Upload of external module fails to copy from incorrectly generated temp source dir 2023-03-24 22:34:37 +01:00
Laurent Destailleur
ab92bd5860 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-24 19:52:32 +01:00
Laurent Destailleur
e247337fc2 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-24 19:47:24 +01:00
Laurent Destailleur
a633766b23 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-03-24 19:42:19 +01:00
Laurent Destailleur
6b07447b81 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-03-24 19:42:06 +01:00
Laurent Destailleur
a07d40c530 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-03-24 19:40:51 +01:00
Laurent Destailleur
459d012c34 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-03-24 19:40:36 +01:00
Laurent Destailleur
8e97adf456 Removed useless files 2023-03-24 19:39:59 +01:00
Lamrani Abdel
2b14d74cf1 update function deletewrite 2023-03-24 18:42:13 +01:00
Lamrani Abdel
ee9da9b424 add table of permissions in documentation 2023-03-24 18:21:06 +01:00
Regis Houssin
b9aeadf566 FIX avoid phpunit error 2023-03-24 17:30:00 +01:00
Laurent Destailleur
31ff2f0b74 Help 2023-03-24 17:20:25 +01:00
Regis Houssin
4240ac18f3 FIX task have the same entity of project 2023-03-24 16:18:14 +01:00
Regis Houssin
7a12ba9c20 FIX missing "multidir_output" for project sharing (Multicompany) 2023-03-24 16:07:34 +01:00
Laurent Destailleur
03a3c348db Trans 2023-03-24 15:37:46 +01:00
Laurent Destailleur
c0929afdb0 Fix doc of param 2023-03-24 15:34:14 +01:00
Laurent Destailleur
f1933523e5 Fix tooltip 2023-03-24 15:18:05 +01:00
Laurent Destailleur
77c8c21a46 Fix ipn log file 2023-03-24 14:46:44 +01:00
Laurent Destailleur
9cc9f3f2d2 Better logs 2023-03-24 14:42:31 +01:00
Laurent Destailleur
086282a5fb Log 2023-03-24 14:38:13 +01:00
IC-Nicolas
440cdd259b
Merge branch 'Dolibarr:develop' into NEW-Disable_bad_reputation_product_price 2023-03-24 14:15:02 +01:00
priojk
f693822d15 Stikler whitespace 2023-03-24 14:03:19 +01:00
Laurent Destailleur
05f709c54f Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-24 13:54:55 +01:00
Laurent Destailleur
d0a8d0aaaa Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-24 13:54:43 +01:00
Laurent Destailleur
a975b87fcf Log error code for SMTP sending 2023-03-24 13:51:44 +01:00
priojk
3603952301 add hooks to customize automatic closing of invoices (e.g. cash discount) 2023-03-24 13:43:49 +01:00
Laurent Destailleur
88a67afe34 Debug v17. Add log to help debug/fix smtp email errors 2023-03-24 13:27:04 +01:00
Laurent Destailleur
0f9ac598e2 css 2023-03-24 12:23:49 +01:00
tnegre
e1c56650eb ODF line generation : compat php < 7.4 2023-03-24 12:11:39 +01:00
Laurent Destailleur
97dd7de712 Look and feel v17 2023-03-24 12:08:42 +01:00
Laurent Destailleur
684cb71d1c
Merge pull request #24334 from frederic34/patch-4
typo
2023-03-24 11:35:18 +01:00
Laurent Destailleur
77973fd2ee Debug v18 2023-03-24 11:16:00 +01:00
Laurent Destailleur
7fd35700f4 css 2023-03-24 10:48:25 +01:00
Laurent Destailleur
991cfa6109 Fix trans 2023-03-24 10:45:16 +01:00
IC-faycal
a7c088bdc1 NEW Disable bad reputation product price 2023-03-24 10:25:07 +01:00
Frédéric FRANCE
d270746614
typo 2023-03-23 22:04:50 +01:00
Laurent Destailleur
8bdff8b591 Add button to create new product when creating the BOM 2023-03-23 18:39:29 +01:00
Laurent Destailleur
b8e8f48371 FIX Log 2023-03-23 18:37:05 +01:00
Laurent Destailleur
a2a5f75aa3 Fix position of column 2023-03-23 18:13:40 +01:00
Laurent Destailleur
cfdab87078 Fix add more info on agenda for sendEmailsRemindersOnInvoiceDueDateOK 2023-03-23 17:28:10 +01:00
Laurent Destailleur
2c29905180 Fix trans 2023-03-23 17:09:06 +01:00
Alexandre SPANGARO
92f01ac6be FIX Invoice - Better situation invoice title 2023-03-23 17:01:50 +01:00
Laurent Destailleur
fa408e9ef0 Debug ajax components 2023-03-23 16:59:41 +01:00
Laurent Destailleur
e17e4b7320 Fix security on ajax 2023-03-23 15:36:04 +01:00
Laurent Destailleur
796e061b40 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-23 14:30:38 +01:00
Laurent Destailleur
9dbe0074c9
Merge pull request #24331 from hregis/develop
NEW show supplier name in getNomUrl of supplier order
2023-03-23 14:30:18 +01:00
Laurent Destailleur
69799d9ea1 No need for db->escape when cast on int exists 2023-03-23 14:26:19 +01:00
Laurent Destailleur
dcc04ca018
Merge pull request #24182 from Hystepik/develop#2
Fix: stripe ipn.php for payment_intent.succeeded
2023-03-23 14:23:51 +01:00
hystepik
e8f8c643f7 add support on modulebulder 2023-03-23 14:01:54 +01:00
hystepik
098e670008 add security and enable 2023-03-23 13:43:16 +01:00
Regis Houssin
d3f81568d9 FIX avoid warning 2023-03-23 13:16:28 +01:00
Regis Houssin
5afc553624 FIX wrong var name 2023-03-23 13:03:55 +01:00
Regis Houssin
188f9b67cf FIX missing token 2023-03-23 13:02:49 +01:00
Regis Houssin
d923ad2340 FIX add "nofetch" parameters 2023-03-23 12:02:16 +01:00
hystepik
ddf731ea96 Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop#3 2023-03-23 11:53:21 +01:00
Laurent Destailleur
a050d109d4 Add missing log 2023-03-23 11:14:22 +01:00
tnegre
06c64eea98 Update copyright 2023-03-23 11:10:47 +01:00
Regis Houssin
8bc0e46e87 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-23 11:06:31 +01:00
Regis Houssin
b241af94a7 NEW show supplier name in getNomUrl of supplier order 2023-03-23 11:06:20 +01:00
hystepik
8f96412ba2 add cast for int sql 2023-03-23 11:01:34 +01:00
Laurent Destailleur
f925c362fb Removed duplicate log 2023-03-23 10:54:25 +01:00
tnegre
a50e74a86a Merge remote-tracking branch 'tnegre/14.0_fix_odt_generation' into develop_fix_odt_generation 2023-03-23 10:46:36 +01:00
hystepik
602050ffbc add security on prelevement 2023-03-23 10:38:53 +01:00
Alexandre SPANGARO
74f54e0291 FIX List of auxiliary account - Width problem 2023-03-23 10:31:47 +01:00
Maximilien Rozniecki
ef4000bb19 the problem persist, we need to do an array_merge to not lose the invisible etrafields since they are not send via GET/POST 2023-03-23 10:31:39 +01:00
stickler-ci
7c989c3128 Fixing style errors. 2023-03-23 08:51:23 +00:00
Gauthier PC portable 024
edbb58e55e FIX : full group by handle 2023-03-23 09:43:30 +01:00
marcusdeangabriel
d61798c435
Merge branch 'Dolibarr:develop' into SELECT_PRODUITS_LIST 2023-03-23 08:17:11 +01:00
Laurent Destailleur
2c05678c0a Fix missing include 2023-03-22 21:24:53 +01:00
Laurent Destailleur
3cdb70142d Fix include 2023-03-22 21:23:38 +01:00
Gilles Lengy
885b767a1f FIX|Fix #24298 No error or 0.00 instead of NULL in database anymore when emptying an extrafield of type price on a propal card 2023-03-22 20:26:19 +01:00
Eric Seigne
8e05ff613e indexdatabase=0 + fix return true/false 2023-03-22 19:37:21 +01:00
Laurent Destailleur
a06815ac29 FIX #24278 2023-03-22 19:16:06 +01:00
Gauthier PC portable 024
a3762281cb FIX : feedbacks 2023-03-22 17:32:13 +01:00
Laurent Destailleur
89d25eae96 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-22 17:13:44 +01:00