Alexandre SPANGARO
15d972a542
FIX Travis
2023-04-30 08:22:53 +02:00
stickler-ci
d2b2f99808
Fixing style errors.
2023-04-29 06:47:41 +00:00
Alexandre SPANGARO
c86f8af93f
Update iSuiteExpert Export
2023-04-29 08:38:34 +02:00
Alexandre SPANGARO
509fbd0a32
Update GestimumV5 Export
2023-04-29 08:36:58 +02:00
Alexandre SPANGARO
67ceec8529
Update GestimumV3 Export
2023-04-29 08:33:05 +02:00
Alexandre SPANGARO
508e798eae
Update Charlemagne Export
2023-04-29 08:24:13 +02:00
Alexandre SPANGARO
3b8a4df235
Update LDCompta10 Export
2023-04-29 08:19:21 +02:00
Alexandre SPANGARO
cb7d59dd1a
Update LDCompta Export
2023-04-29 08:10:23 +02:00
Alexandre SPANGARO
383bc8a4a7
Update Sage50Swiss Export
2023-04-29 08:09:22 +02:00
Alexandre SPANGARO
6b87da93c5
Update FEC2 Export
2023-04-29 08:08:03 +02:00
Alexandre SPANGARO
d4223c68aa
Update FEC Export
2023-04-29 08:07:07 +02:00
Alexandre SPANGARO
49ce12f3da
Update Configurable Export
2023-04-29 08:06:17 +02:00
Alexandre SPANGARO
61228c6a3c
Update OpenConcerto Export
2023-04-29 08:04:00 +02:00
Alexandre SPANGARO
211635ada9
Update Agiris Export
2023-04-29 08:01:12 +02:00
Alexandre SPANGARO
7ab189b054
Update EBP Export
2023-04-29 07:54:53 +02:00
Alexandre SPANGARO
40358bb12e
Update Winfic Export
2023-04-29 07:47:38 +02:00
Alexandre SPANGARO
e692919438
Update Quadra Export
2023-04-29 07:46:36 +02:00
Alexandre SPANGARO
226454b602
Update Ciel Export
2023-04-29 07:45:09 +02:00
Alexandre SPANGARO
ca0e032a04
Update Bob50 Export
2023-04-29 07:44:32 +02:00
Alexandre SPANGARO
078be6088f
Update Coala Export
2023-04-29 07:43:48 +02:00
Alexandre SPANGARO
c22d5d076e
Update Cogilog Export
2023-04-29 07:43:15 +02:00
Alexandre SPANGARO
f94d2c2ece
Update Cegid Export
2023-04-29 07:42:33 +02:00
Alexandre SPANGARO
84ca644888
NEW: Accountancy REST API GET Exportdata
2023-04-29 07:40:58 +02:00
Alexandre SPANGARO
dee005822e
NEW: Accountancy REST API GET Exportdata
2023-04-29 07:37:02 +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
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
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