Laurent Destailleur
d31f694f49
Merge pull request #24634 from frederic34/enhance_warehouse_tooltip
...
add categories in warehouse ajax tooltip
2023-05-01 14:37:23 +02:00
Laurent Destailleur
0cc13ad8c2
Merge pull request #24652 from AuTEAMation/multicurrency-api
...
FIX: Multicurrency REST API wrong number of parameters on addRate()
2023-05-01 14:36:50 +02:00
Laurent Destailleur
2891b843a6
Merge pull request #24650 from sonikf/develop
...
Update 16.0.0-17.0.0.sql
2023-05-01 14:36:28 +02:00
Alexandre Boin
d4fea38ae9
FIX: Multicurrency REST API wrong number of parameters when calling addRate()
2023-05-01 14:24:15 +02:00
Laurent Destailleur
fe816445f5
Fix warnings
2023-05-01 13:09:09 +02:00
Laurent Destailleur
cd9c7ca3d7
Fix warning
2023-05-01 12:43:28 +02:00
Laurent Destailleur
de4cabb334
FIX dolButtonToOpenUrlInDialogPopup (missing return false)
2023-04-30 15:23:36 +02:00
Laurent Destailleur
a1b41a22db
Fix dolMd2Html
2023-04-30 15:13:04 +02:00
Laurent Destailleur
d40fe56cb4
Fix warning
2023-04-30 04:50:10 +02:00
Laurent Destailleur
fd3ec20f36
Update qodana rules
2023-04-30 04:24:17 +02:00
Laurent Destailleur
382f45ec14
Clean code
2023-04-30 03:36:02 +02:00
sonikf
f87decd796
Update 16.0.0-17.0.0.sql
2023-04-30 00:26:47 +03:00
Laurent Destailleur
404940a14e
Remove separator from extrafields in popup
2023-04-29 20:04:51 +02:00
Laurent Destailleur
a8522f15b3
Update qodana version
2023-04-29 15:49:28 +02:00
Laurent Destailleur
cfff62c2fa
Clean code
2023-04-29 15:46:44 +02:00
Laurent Destailleur
4028b5d568
Clean code
2023-04-29 13:13:12 +02:00
Laurent Destailleur
f0dd47f8a3
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-28 22:32:09 +02:00
Laurent Destailleur
4658d9676d
Merge pull request #24626 from alexandre-janniaux/install-inc-getopt-fix/1
...
Fix: install/inc: fix some issues on option parsing and add documentation
2023-04-28 20:41:17 +02:00
Laurent Destailleur
d99483c034
Merge pull request #24627 from frederic34/patch-2
...
Fix unknown variable in product.class.php
2023-04-28 20:04:54 +02:00
Laurent Destailleur
be835d63ed
Merge pull request #24635 from VMR-Global-Solutions/develop
...
API add / fix filter on extrafields in index()
2023-04-28 20:02:09 +02:00
Laurent Destailleur
54c8176cc9
Merge pull request #24641 from fappels/develop_order_msg
...
Add missing error message on modify order error.
2023-04-28 19:59:17 +02:00
Laurent Destailleur
1291095936
Merge pull request #24642 from Hystepik/develop#1
...
New : Dispatch card on reception object
2023-04-28 19:53:17 +02:00
Laurent Destailleur
540a737a8d
Prepare 18.0
2023-04-28 19:27:26 +02:00
Laurent Destailleur
3b7e864b83
Fix regression
2023-04-28 18:44:08 +02:00
Laurent Destailleur
e74c50aa8a
Clean code
2023-04-28 16:05:25 +02:00
Laurent Destailleur
600eb2b23b
NEW The batch for remind on due date can be setup from validation date
2023-04-28 15:42:41 +02:00
Laurent Destailleur
8dd72e4540
Debug v18
2023-04-28 14:45:07 +02:00
Alexandre Janniaux
9b2ffafd93
Fix install/inc: detect unknown options
...
Previous commit 3c883c4b31 added support
for parsing option -- in particular -c/--config -- and added some way of
detecting invalid arguments. But the detection was incorrect.
getopt will stop looking for arguments when it detects a non-argument
(dash-prefixed) which is not an option parameter, but checking that
options were all consumed should be done right after by comparing the
options up to this last non-argument and those that were detected.
This only displays the first unrecognized option, mimicking the
behaviour of most software.
2023-04-28 14:26:52 +02:00
Laurent Destailleur
c3deee285a
css
2023-04-28 14:15:34 +02:00
hystepik
397e6dce38
Fix CI
2023-04-28 12:18:14 +02:00
Lucas Marcouiller
79b686fb33
Merge branch 'develop' into develop#1
2023-04-28 11:31:43 +02:00
Francis Appels
cec58e5631
Add missing error message on modify order error.
2023-04-28 10:48:50 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
...
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Frédéric FRANCE
fbcab33519
add categories in warehouse ajax tooltip
2023-04-28 08:43:34 +02:00
Laurent Destailleur
c1196c7e4d
Fix doc
2023-04-27 23:07:10 +02:00
Laurent Destailleur
aafb54fbc3
Declare properties
2023-04-27 23:01:34 +02:00
Laurent Destailleur
05307c6667
Fix missing return
2023-04-27 22:49:38 +02:00
Laurent Destailleur
684e429872
Fix bad param of function call
2023-04-27 22:45:49 +02:00
Laurent Destailleur
80fc8ab6ec
More complete test for escape pgsql
2023-04-27 22:33:22 +02:00
Laurent Destailleur
36f8da5333
Doc
2023-04-27 22:26:52 +02:00
Laurent Destailleur
8c798b25d0
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-27 22:14:06 +02:00
Laurent Destailleur
f44c97d3c6
Code is using the Universal Filter Syntax
2023-04-27 22:12:23 +02:00
Laurent Destailleur
3065b9ca6a
Clean code
2023-04-27 21:15:27 +02:00
Frédéric FRANCE
ec964040e6
Update product.class.php
2023-04-27 20:12:39 +02:00
Frédéric FRANCE
ef8f8d990a
Fix unknown variable in product.class.php
2023-04-27 20:07:36 +02:00
Alexandre Janniaux
f19a36856b
install/inc: add some usage documentation
...
Change the way the existing script syntax is documented and add the
syntax and options for the step2.php script.
2023-04-27 19:12:58 +02:00
Alexandre Janniaux
d7f715cc36
Fix: install/inc: remove optional argument check
...
htdocs/install/step2.php has two optional argv parameters: action and
selectlang.
It doesn't have any version indicator, and thus doesn't have any
constraint on the number of parameters, so remove it from inc.php.
The constraint can still be re-included in the other files including
inc.php, as well as the other script-specific options.
2023-04-27 19:00:58 +02:00
Laurent Destailleur
57cbb21f6b
Merge pull request #24547 from frederic34/patch-2
...
property and doc
2023-04-27 16:25:26 +02:00
Laurent Destailleur
302f212d90
Merge pull request #24595 from frederic34/patch-5
...
fix warning PHP8.1
2023-04-27 16:24:02 +02:00
Laurent Destailleur
038add3a61
Merge pull request #24616 from VMR-Global-Solutions/patch-1
...
Update api_receptions.class.php
2023-04-27 16:21:29 +02:00