2
0
forked from Wavyzz/dolibarr
Commit Graph

126919 Commits

Author SHA1 Message Date
Laurent Destailleur
7a3e6606b7 Fix php8.2 warnings 2023-10-15 18:46:18 +02:00
Laurent Destailleur
c2bdb3be90 Fix php8.2 warnings 2023-10-15 18:41:39 +02:00
Laurent Destailleur
b8c8e903c2 Fix php8.2 warnings 2023-10-15 18:39:13 +02:00
Laurent Destailleur
4f4ede2e32 Fix php8.2 warnings 2023-10-15 18:14:14 +02:00
Laurent Destailleur
8731499d9a Clean code 2023-10-15 15:43:49 +02:00
Laurent Destailleur
1f38e54e78 Clean code 2023-10-15 15:32:35 +02:00
Laurent Destailleur
2c5809e77b Doc 2023-10-15 15:05:36 +02:00
Laurent Destailleur
8a2e0aa7cd Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop 2023-10-15 14:56:20 +02:00
Laurent Destailleur
3b8439e7c5 NEW Show id of module on the tooltip module help page 2023-10-14 18:29:01 +02:00
Laurent Destailleur
2ae5314a23 Fix warning 2023-10-14 16:34:28 +02:00
Laurent Destailleur
b8a057d3d7 Debug v19 2023-10-14 16:25:39 +02:00
Laurent Destailleur
cbb60d8b5e Debug v19 2023-10-14 16:23:28 +02:00
Laurent Destailleur
266b7ac61b Clean code (standardize reception with shipment) 2023-10-14 15:25:52 +02:00
Laurent Destailleur
255dc5e33b css 2023-10-14 14:22:15 +02:00
Laurent Destailleur
5aba596cde CSS v19 2023-10-14 14:17:30 +02:00
Laurent Destailleur
8c7433a5af Responsive 2023-10-14 01:16:19 +02:00
Laurent Destailleur
4594188984 Debug v19 2023-10-14 01:10:25 +02:00
Laurent Destailleur
1a026a7dd6 css 2023-10-14 00:06:34 +02:00
Laurent Destailleur
b985ad1f2e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-13 20:08:00 +02:00
Laurent Destailleur
d11543c806 Debug v19 2023-10-13 20:07:39 +02:00
sonikf
30080e997f fix #25941 (#26206)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-10-13 17:57:12 +02:00
Laurent Destailleur
9f13d74534 Clean code 2023-10-13 16:49:59 +02:00
Laurent Destailleur
0e7c5debed Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-10-13 16:38:51 +02:00
Christophe Battarel
3a9db24c2c NEW : TakePOS - add constant to choose contact instead of customer (#24807)
* add constant to choose contact instead of customer in TakePOS

* fix conflict

* fix

* check perm

* fix phpcs

---------

Co-authored-by: Christophe Battarel <christophe@altairis.fr>
2023-10-13 16:19:10 +02:00
William Mead
2fd9a0708f Fix #26215 fichinter modify line PHP error (#26216)
* FIX fichinter modify line

* Adjusted contributor line indent

---------

Co-authored-by: William Mead <william.mead@manchenumerique.fr>
2023-10-13 16:14:00 +02:00
Laurent Destailleur
a8b4b9ec14 Debug v19 2023-10-13 16:08:30 +02:00
HENRY Florian
42a3dd413a fix: In fetchTimeSpent double jdate ad now TimeSpent is CommonObject (#26211) 2023-10-13 15:44:53 +02:00
HENRY Florian
c24e3bbe90 fix: missing params in invoice supplier list (#26204) 2023-10-13 15:44:08 +02:00
sonikf
7077cb31b4 fix travis ci error in #25941 (#26207) 2023-10-13 15:43:42 +02:00
sonikf
a41611a552 fix typo (#26213) 2023-10-13 15:43:11 +02:00
Laurent Destailleur
af186509b9 Fix error management 2023-10-13 15:42:15 +02:00
Laurent Destailleur
3f1964a892 Fix warnings 2023-10-13 15:15:51 +02:00
Laurent Destailleur
e358ef9fa0 NEW Can modify the picto into modulebuilder 2023-10-13 15:08:50 +02:00
Laurent Destailleur
c507adeef7 NEW Top menu support picto of modules that are font awesome picto. 2023-10-13 15:00:51 +02:00
Christophe Battarel
09541d5dad NEW : TakePOS - add constant to check qty asked is available (#24820)
* credentials

* NEW : TakePOS - add constant to check qty asked is available

* fix php8

* fix

---------

Co-authored-by: Christophe Battarel <christophe@altairis.fr>
2023-10-12 20:24:55 +02:00
Laurent Destailleur
68fe6cbf26 Merge branch 'altairisfr-reduction' into develop 2023-10-12 20:09:29 +02:00
Laurent Destailleur
caf00b2456 Merge branch 'reduction' of https://github.com/altairisfr/dolibarr into
altairisfr-reduction
2023-10-12 20:09:00 +02:00
Laurent Destailleur
1e720b5d40 Code comment for #23820 2023-10-12 19:51:10 +02:00
Laurent Destailleur
6871c63090 Manual merge for #24883 2023-10-12 19:39:11 +02:00
Laurent Destailleur
2e3c378ec0 Fix phpcs 2023-10-12 18:47:19 +02:00
Anthony Berton
70d8ced6fa FIX - Clean in list det order (#26201)
Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr>
2023-10-12 18:42:15 +02:00
Charlène Benke
c1488e15fa bad internal filter with forgeSQLFromUniversalSearchCriteria (#26202)
the filter (s.client:in:(1,2)) not work, same problem with s.client in (1,2)

we need to use now :   (s.client:in:1,2)
2023-10-12 18:41:57 +02:00
Randall Mora
3ba1449602 doActions,printFieldListTitle,printFieldListValue to hookmanager (#24971)
* Update card.php

Add events doActions,printFieldListTitle,printFieldListValue to hookmanager

* Update card.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-10-12 18:14:20 +02:00
ATM-Nicolas
9ef5d4ae2c NEW : Library including math and financial functions (#25035) 2023-10-12 18:01:16 +02:00
andreubisquerra
9274f7f507 Ask to create cash account if there is no cash account in TakePOS (#25036) 2023-10-12 17:59:59 +02:00
Benjamin Falière
131fa0d52b NEW subproduct triggers in product class (#25142)
* NEW subproduct triggers in product class

* add notrigger parameter to functions

* add doc comment for new parameters

---------

Co-authored-by: Benjamin Falière <benjamin.faliere@altairis.fr>
2023-10-12 17:50:18 +02:00
dolibarr95
879c6d1e1f NEW Add more company informations (ProfId7 to 10) (#25266)
* Update company.php

Add more "company  professional" Id informations.
4 new constants

* Update pdf.lib.php

pdf page footer add ProfId

* Update pdf.lib.php

add profid10

* Update companies.lang

ProfId 7 to 10
2023-10-12 17:44:08 +02:00
Pascal Hubrecht
bd1ae42ece New | Add AGENDA_SORT_EVENT_TYPE_BY_POSITION_FIRST hidden conf to change sort method of actions (#25375)
* Position defined in dictionnary must be main sort criterion

The position defined in the dictionary must be the main sort criterion.

* Use AGENDA_SORT_EVENT_TYPE_BY_POSITION_FIRST hidden conf to sort by position
2023-10-12 17:18:50 +02:00
tgsw
de5b97c7e7 Show product description (#26193)
* Show product description

shows product-description on list of products when hover the product-ref

* Update product.class.php

limiting the display to 5 lines
2023-10-12 15:39:42 +02:00
thomas-Ngr
af0bf77d0d fix duplicate ticket information (#26199)
* FIX duplicate data on ticket creation: fk_user_create

* Light code format on ticket/card.php
2023-10-12 15:38:05 +02:00