Commit Graph

121204 Commits

Author SHA1 Message Date
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
f0dd47f8a3 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-28 22:32:09 +02:00
Frédéric FRANCE
5be9203d54 fix nedd buy new glasses 2023-04-28 20:46:19 +02:00
Laurent Destailleur
f3a7c26661
Merge pull request #24629 from mc2contributor/mc2dev
Mc2dev
2023-04-28 20:43:07 +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
48358ef3a5
Merge pull request #24638 from noec764/16_FIX_Expense_report_TTC_autofill
FIX: expense report autofill ttc input if force ttc conf is enabled
2023-04-28 20:00:29 +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
c4c71452d9
Merge pull request #24640 from atm-gauthier/fix_remove_NOTOKENRENEWAL
FIX : remove NOTOKENRENOWAL (backport commit v17 7c316229db8060781ee5…
2023-04-28 19:58:13 +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
5218a43a42 FIX Click on "NEW" in simple POS was broken 2023-04-28 18:59:12 +02:00
Laurent Destailleur
3b7e864b83 Fix regression 2023-04-28 18:44:08 +02:00
mc2contributor
8e0e134dc5
Add "@return void" to satisfy CI check 2023-04-28 10:20:48 -06:00
mc2contributor
7a8fd37a4a
Fix issues identified by CI in pull request. 2023-04-28 10:07:46 -06:00
Laurent Destailleur
5684a2d8fa
Merge pull request #24645 from Easya-Solutions/17.0_fix-common-field-url-edit
FIX edit field value of url
2023-04-28 18:02:24 +02:00
Laurent Destailleur
6718ba1fbb
Merge pull request #24643 from atm-thibaultf/patch-2
Fix for deleting loan payment
2023-04-28 18:01:14 +02:00
VESSILLER
bb36267be1 FIX edit field value of url 2023-04-28 16:58:16 +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
Laurent Destailleur
8c3a7cfb60 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-04-28 12:37:21 +02:00
Laurent Destailleur
cd949e9fa7 Fix error message not shown 2023-04-28 12:37:01 +02:00
Thibault Fiacre
63d380bde0
Fix for deleting loan payment 2023-04-28 12:22:30 +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
Gauthier PC portable 024
a93e3ab3f6 FIX : remove NOTOKENRENOWAL (backport commit v17 7c316229db) 2023-04-28 10:50:25 +02:00
Francis Appels
cec58e5631 Add missing error message on modify order error. 2023-04-28 10:48:50 +02:00
Noé Courtier
1844278c4d FIX: expense report autofill ttc input if force ttc conf is enabled 2023-04-28 10:25:37 +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
Frédéric FRANCE
89d67c8fd4 move some methods in trait 2023-04-27 23:48:21 +02:00
Laurent Destailleur
c1196c7e4d Fix doc 2023-04-27 23:07:10 +02:00