Commit Graph

107971 Commits

Author SHA1 Message Date
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
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
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
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
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
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
stickler-ci
034f1167fd Fixing style errors. 2023-04-27 18:51:33 +00:00
Frédéric FRANCE
249eaeb22d fix warnings 2023-04-27 20:34:46 +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
mc2contributor
a9775a4413
API endpoint to delete timespent record 2023-04-27 11:49:18 -06:00
mc2contributor
b7b322e661
API endpoint to update timespent record 2023-04-27 11:46:39 -06: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
0cf4fca331 Fix look and feel v17 2023-04-27 18:00:53 +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
Laurent Destailleur
263d315ba4 Debug tooltip for cron 2023-04-27 16:19:35 +02:00
Laurent Destailleur
46e3413e8a Fix tooltips 2023-04-27 15:55:21 +02:00
hystepik
e979a8c97c add trans 2023-04-27 15:35:00 +02:00
Frédéric FRANCE
5e24ef5108
fix init_menu_auguria.sql 2023-04-27 15:29:42 +02:00
Laurent Destailleur
60385ea6ca
Merge pull request #24612 from frederic34/ajaxtooltip_cronjob
add ajax tooltip for cronjobs
2023-04-27 15:02:59 +02:00
Laurent Destailleur
020ba25956
Merge pull request #24620 from frederic34/patch-1
clean code
2023-04-27 14:59:17 +02:00
Laurent Destailleur
efc660aac3
Merge pull request #24622 from bafbes/abb170175
fix:Unused variable
2023-04-27 14:58:53 +02:00
hystepik
ca815ff9c6 working dispatchcard reception 2023-04-27 14:56:27 +02:00
Laurent Destailleur
96e8474fe5 FIX bank account not visible on credit transfer 2023-04-27 14:53:21 +02:00
Laurent Destailleur
796a6778b9 Fix warning 2023-04-27 14:45:06 +02:00
Frédéric FRANCE
d64da50a9e Merge remote-tracking branch 'upstream/develop' into patch-2 2023-04-27 14:42:56 +02:00
Laurent Destailleur
80b6e78679 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-27 14:19:09 +02:00
bahfir abbes
8642791dce Unused variable 2023-04-27 13:06:12 +01:00
Laurent Destailleur
8a92d7f905 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-27 14:03:59 +02:00
Laurent Destailleur
302c6a0ab9 Fix serious regression in creating MO. 2023-04-27 14:02:59 +02:00
Laurent Destailleur
44b5b4fde9 Fix look and feel v17 2023-04-27 12:53:50 +02:00
Laurent Destailleur
fa832e8a0d Fix missing date in popup 2023-04-27 12:37:42 +02:00
Laurent Destailleur
84f79b592c Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-27 12:24:47 +02:00
Laurent Destailleur
a11d8a5589 Fix field must never be empty 2023-04-27 11:55:49 +02:00
Frédéric FRANCE
53d2757a8f
clean code 2023-04-27 09:54:40 +02:00
Frédéric FRANCE
1d8c7f934f clean code 2023-04-27 09:47:00 +02:00
Frédéric FRANCE
0d3fdbe408 clean code 2023-04-27 09:42:54 +02:00
Frédéric FRANCE
244a986baf fix eval 2023-04-27 09:23:23 +02:00
VMR Global Solutions
7126ff7b1f
Update api_receptions.class.php
Change made in _private function validate in reception/class/api_receptions.class.php:709
replaced line 712
foreach (Shipments::$FIELDS as $field) { => foreach (Receptions::$FIELDS as $field) {
2023-04-27 09:16:17 +02:00
Christophe Battarel
7afdf2270f remove rollback 2023-04-27 08:44:22 +02:00
Laurent Destailleur
e09e6ffe2c Fix error message 2023-04-26 23:01:40 +02:00
Laurent Destailleur
eb0e56d9dd Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-04-26 22:54:55 +02:00
Laurent Destailleur
99ba735327 Fix message 2023-04-26 22:49:33 +02:00
Laurent Destailleur
69b2089bf6
Merge pull request #24583 from BitKFu/Secure-indexFile
Prevent PHP Warning in error log file, when the generated doc file does not exists.
2023-04-26 22:33:38 +02:00
Frédéric FRANCE
a2c78bcec7 add ajax tooltip for cronjobs 2023-04-26 22:33:26 +02:00
Laurent Destailleur
21a3c3e82b
Merge pull request #24611 from frederic34/auguria_use_ismodenabled
clean code use isModEnabled
2023-04-26 22:25:21 +02:00
Laurent Destailleur
9a041774f9
Merge pull request #24553 from atm-lena/NEW_MoBom_AddLine_DefaultWorkstation
New mo bom add line default workstation
2023-04-26 22:11:27 +02:00
Laurent Destailleur
7253b30716
Merge pull request #24594 from frederic34/patch-1
add missing init hook value
2023-04-26 22:08:43 +02:00
Frédéric FRANCE
e52742ab4b clean code use isModEnabled 2023-04-26 22:05:12 +02:00
Laurent Destailleur
d56a0fa503
Merge pull request #24597 from frederic34/patch-6
can setup max extrafields to show in tooltip
2023-04-26 22:04:07 +02:00
Laurent Destailleur
aa3fa86c4f
Merge pull request #24600 from frederic34/patch-8
add hook init context
2023-04-26 21:20:38 +02:00
Laurent Destailleur
2dbc944a4e
Merge pull request #24598 from frederic34/patch-7
Doc
2023-04-26 21:20:23 +02:00
Laurent Destailleur
98efea14cf
Merge pull request #24599 from frederic34/commonobjectclassdoc
add doc
2023-04-26 21:20:05 +02:00
Laurent Destailleur
ca00480f1a
Merge pull request #24603 from frederic34/patch-9
Fix getElementProperties for usergroup
2023-04-26 21:15:30 +02:00
Laurent Destailleur
447f992b92 Fix warning 2023-04-26 21:07:14 +02:00
Laurent Destailleur
07be975b2d Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-26 21:05:57 +02:00
Laurent Destailleur
b3ea71f8f9
Merge pull request #24608 from solution-libre/fix-notification-templates
Fix notification templates
2023-04-26 21:05:41 +02:00
Laurent Destailleur
56c16379b3
Update init_menu_auguria.sql 2023-04-26 21:02:00 +02:00
Laurent Destailleur
3d5aac644e
Merge branch 'develop' into FIX---init-menu-auguria-isModEnabled 2023-04-26 20:56:59 +02:00
Frédéric FRANCE
d7c654665f fix display extrafields in tooltip 2023-04-26 20:56:11 +02:00
Laurent Destailleur
dbe95db38a Look and feel v18 2023-04-26 18:46:27 +02:00
Laurent Destailleur
86456e299c NEW add option keepspace into dol_string_nospecialchar() 2023-04-26 18:25:56 +02:00
Laurent Destailleur
f45c4dc867 Fix invalid char into ustrd sepa field 2023-04-26 18:13:23 +02:00
Laurent Destailleur
9c4dc9a3d6 Add more date in ustrd field for credit transfer SEPA files 2023-04-26 18:04:51 +02:00
Florian HENRY
0d830aef89 fix: cron sendEmailsRemindersOnInvoiceDueDate if contact exists and mail on thridparty exists there is an error 2023-04-26 17:50:59 +02:00
Florian HENRY
a3bd4a8cfd fix: cron sendEmailsRemindersOnInvoiceDueDate if contact exists and email exists the is an error 2023-04-26 17:48:09 +02:00
Florent Poinsaut
871610d4a1 Fix notification templates 2023-04-26 17:41:35 +02:00
Laurent Destailleur
f99da75a9f Fix use ref instead of empty field in unstructured data sepa field 2023-04-26 17:40:36 +02:00
Anthony Berton
40212eb1fa FIX - init menu auguria isModEnabled 2023-04-26 16:54:31 +02:00
Laurent Destailleur
1f97fcd2eb Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-26 13:27:06 +02:00
Laurent Destailleur
fcb139cbd5 Code comment 2023-04-26 13:25:47 +02:00
Laurent Destailleur
00d4e09c68 Fix filter lost 2023-04-26 13:20:28 +02:00
Laurent Destailleur
e375252a83 Clean code of dictionnary page 2023-04-26 12:45:02 +02:00
Laurent Destailleur
b31dbdc5ea Add dictionary table for invoice subtypes (country specific) 2023-04-26 11:51:14 +02:00
Laurent Destailleur
e2a622b83a
Merge pull request #24562 from ibuiv/patch-2
FIX ref_client on Project Overview for propale
2023-04-26 11:41:34 +02:00
Laurent Destailleur
2f3cefcc09 Clean code 2023-04-26 11:41:02 +02:00
Laurent Destailleur
ff98cb10e3 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-26 11:28:19 +02:00
Laurent Destailleur
a5a55b37c5 Add column subtype 2023-04-26 11:28:05 +02:00
stickler-ci
b4d4b96dc4 Fixing style errors. 2023-04-26 09:10:37 +00:00
Frédéric FRANCE
a665e69b2d
Fix getElementProperties for usergroup 2023-04-26 11:08:04 +02:00
Laurent Destailleur
2a3f174479
Merge pull request #24483 from sonikf/sonikf-patch-2
The deposit and replacement invoice types are not allowed in Greece.
2023-04-26 11:01:44 +02:00
Frédéric FRANCE
cf9ce353c3
Update ajaxtooltip.php 2023-04-26 10:58:19 +02:00
Frédéric FRANCE
a93cb8b572
Update commonobject.class.php 2023-04-26 10:56:52 +02:00
Laurent Destailleur
55ace3e601
Merge pull request #24582 from MaximilienR-easya/v17_php8_compatibility
PHP8 compatibility
2023-04-26 10:53:39 +02:00
Laurent Destailleur
1f763e1f36
Merge pull request #24438 from aspangaro/18a7
NEW: Accountancy - Add specific page to export accounting data
2023-04-26 10:52:49 +02:00
Laurent Destailleur
60c7c376a7
Merge pull request #24361 from atm-adrien/FIX_noUpdateProductionNeededForMo
FIX : No usage of the function updateProduction in the update function
2023-04-26 10:39:13 +02:00
Gauthier PC portable 024
bb350d062b FIX : deletion of a line of time spent (backport e3aa438d2a) 2023-04-26 10:25:08 +02:00
Frédéric FRANCE
6e5abdc462
add hook init context 2023-04-26 09:48:02 +02:00
Frédéric FRANCE
93ed2621d9 add doc 2023-04-26 09:24:24 +02:00
Frédéric FRANCE
74ff77d8b2 add doc 2023-04-26 09:23:38 +02:00
Frédéric FRANCE
61b58e8234
Doc 2023-04-26 09:21:27 +02:00
Frédéric FRANCE
8cb877c118
can setup max extrafields to show in tooltip 2023-04-26 08:43:11 +02:00
Alexandre SPANGARO
6ab9b5d68e Not display message to explain document are not included when we are in mode all includes 2023-04-26 07:18:00 +02:00
Laurent Destailleur
789336ab34 Fix qodana warning 2023-04-26 02:30:58 +02:00
Laurent Destailleur
8d06189621 Fix qodana warning 2023-04-26 02:21:41 +02:00
Laurent Destailleur
f228aa1a80 Fix phpcs 2023-04-26 01:59:53 +02:00
Laurent Destailleur
b1c51954dd NEW Add link to edit VAT list from error message of missing VAT 2023-04-25 22:15:51 +02:00
Laurent Destailleur
40ed102dfe Fix selection of email template 2023-04-25 21:30:00 +02:00
Laurent Destailleur
388ba8f399 Fix missing limit 2023-04-25 21:16:56 +02:00
Laurent Destailleur
c891196b5b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-04-25 21:02:01 +02:00
Laurent Destailleur
302f5eb68d Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-25 20:55:30 +02:00
Laurent Destailleur
0bc8227f48 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-25 20:54:15 +02:00
Laurent Destailleur
2e3e6f6899 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-04-25 20:51:40 +02:00
Frédéric FRANCE
697d36c7d1
fix warning 2023-04-25 20:31:49 +02:00
Frédéric FRANCE
c238791900
add missing init hook value 2023-04-25 20:17:54 +02:00
Laurent Destailleur
1eb483a981 FIX message MAIN_MESSAGE_INSTALL_MODULES_DISABLED_CONTACT_US 2023-04-25 19:50:15 +02:00
Laurent Destailleur
10e38ec7f9 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-04-25 19:14:33 +02:00
BitKFu
6657a34ff0 use dol_is_file instead of file_exists 2023-04-25 19:07:35 +02:00
Laurent Destailleur
f7dd265ee5 Clean code 2023-04-25 18:57:17 +02:00
Laurent Destailleur
a76cad9668
Merge pull request #24580 from randallmoraes/patch-13
Enable modify file to send by hook.
2023-04-25 18:15:29 +02:00
Laurent Destailleur
f141075896
Merge pull request #24581 from randallmoraes/patch-14
Enable modify file to send, by hook
2023-04-25 18:14:47 +02:00
Laurent Destailleur
d30eb4d9a4
Merge pull request #24585 from frederic34/patch-1
Fiw warnings
2023-04-25 18:02:40 +02:00
Laurent Destailleur
9f4db8986a
Merge pull request #24586 from frederic34/patch-5
Doc
2023-04-25 18:02:16 +02:00
Laurent Destailleur
a6246167d7
Merge pull request #24588 from frederic34/patch-6
load translation for tooltip
2023-04-25 18:01:03 +02:00
Laurent Destailleur
e85abc3b17
Merge pull request #24589 from hregis/fix_sql_update_error
FIX avoid error when computed property of extrafields is used
2023-04-25 17:58:56 +02:00
Christophe Battarel
d7b770bb74 FIX : reopen supplier order after line delete if needed 2023-04-25 17:31:02 +02:00
Laurent Destailleur
2635ec9c19 NEW Autofill email form with the email template with status "Default" on 2023-04-25 16:57:31 +02:00
Laurent Destailleur
06228ca645 Look and feel v18 2023-04-25 16:22:56 +02:00
Laurent Destailleur
5470c1e64e Fix duplicate textarea 2023-04-25 16:02:50 +02:00
Laurent Destailleur
e51d0beefa Merge commit '13aeb4542924b7112c56ca7e0fe30b5174eb9adb' into develop 2023-04-25 15:43:18 +02:00
Laurent Destailleur
13aeb45429 Fix missing par $check 2023-04-25 15:31:14 +02:00
stickler-ci
10f286c454 Fixing style errors. 2023-04-25 13:04:59 +00:00
jonathan-lescaut
2f68ba1e2f
fix compatibility with actioncomm
Compatibility with actioncomm table which has id instead of rowid
2023-04-25 14:57:05 +02:00
Laurent Destailleur
1d235c2fd9 FIX Creation of thumbs when images.lib.php was already included 2023-04-25 11:49:05 +02:00
Florian HENRY
08b81e9091 fix: with auguria when user have only supplier invoie right the Financial top menu is not displayed 2023-04-25 11:17:27 +02:00
Laurent Destailleur
0d98df9568 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-25 10:39:39 +02:00
Laurent Destailleur
ad07f3b7e8 FIX making search in takepos broken when TAKEPOS_PRODUCT_IN_STOCK is set 2023-04-25 10:39:21 +02:00
Regis Houssin
9ed12a7b5a FIX avoid error when computed property of extrafields is used 2023-04-25 10:20:54 +02:00
Frédéric FRANCE
6f351d5481
load translation for tooltip
translation was not loaded when using ajax tooltip
2023-04-25 09:46:12 +02:00
Maximilien Rozniecki
ceb3ab077c remove includes from modification 2023-04-25 09:37:03 +02:00
Frédéric FRANCE
60b308b394
Doc 2023-04-24 20:24:34 +02:00
Frédéric FRANCE
20c8d47d6a
Fiw warnings 2023-04-24 20:11:02 +02:00
Laurent Destailleur
936512d0bb Update Stripe lib to 10.7.0 2023-04-24 18:42:04 +02:00
Gerhard Stephan
799f8c5d12 Remove whitespace at the end of the line 2023-04-24 18:35:43 +02:00
Laurent Destailleur
06f8291e07 Dolibarrize v18 2023-04-24 18:09:18 +02:00
Maximilien Rozniecki
847870f29f more warning corrected 2023-04-24 18:07:44 +02:00
Laurent Destailleur
a09a29fa6a Code comment 2023-04-24 17:56:32 +02:00
Maximilien Rozniecki
63a02083b8 PHP8 compatibility 2023-04-24 17:37:44 +02:00
Laurent Destailleur
ecc85263d0 Trans 2023-04-24 16:51:23 +02:00
Laurent Destailleur
1c3264ee0a
Merge pull request #24443 from altairis-benjamin/ticketAssignNotification
NEW Send a notification email when ticket assigned
2023-04-24 16:47:24 +02:00
Laurent Destailleur
0f65dbe5a7
Merge pull request #24560 from AuTEAMation/multicurrency-api
NEW: Multicurrency REST API to create, update, delete, update rate...
2023-04-24 16:18:06 +02:00
Laurent Destailleur
c960bb73da
Merge pull request #24571 from erikvanberkum/develop
fix: typo in constant MAIN_AUTOFILL_DATE_ORDER
2023-04-24 16:16:09 +02:00
Laurent Destailleur
5abe61b90a
Merge pull request #24576 from grandoc/new_branch_24_04_2023
fix : Typo issue
2023-04-24 16:15:38 +02:00
Laurent Destailleur
70f5174938
Merge pull request #24577 from FHenry/17_fix_24405
fix: #24405 (save deposit percent)
2023-04-24 16:02:30 +02:00
Laurent Destailleur
7c0611f34d
Merge pull request #24579 from frederic34/fiscalyear
tooltip ajax for Fiscalyear
2023-04-24 15:53:47 +02:00
Randall Mora
eb5c02a83d
Enable modify file to send, by hook
Enable modify file to send, by hook
2023-04-24 07:43:25 -06:00
Randall Mora
c6143bcf3f
Enable modify file to send by hook.
Enable modify file to send by hook.
2023-04-24 07:40:59 -06:00
Laurent Destailleur
86a0df9ce0 Autofill mor/phy when creating member from membership type card. 2023-04-24 15:35:33 +02:00
Laurent Destailleur
6cb1424824 Removed a message non expected in a lot of cases 2023-04-24 15:33:14 +02:00
Laurent Destailleur
a6d1cdcef9 Dolibarrize page 2023-04-24 15:01:31 +02:00
Laurent Destailleur
04bca1cc1f Fix when membership type option "Any amount" when Yes. 2023-04-24 14:51:20 +02:00
Gerhard Stephan
002c2b0abe Prevent PHP Warning in error log file, when the generated doc file does not exists.
This is the case when we create a PDF file out of a ODT file and automatically delete the ODT.
The indexed file will then be the ODT, which can't be found on drive (because it has been deleted when converting to PDF) and therefore creates an error log entry.
2023-04-24 14:11:06 +02:00
Laurent Destailleur
155c52bc30 Fix #yogosha16184 2023-04-24 13:52:31 +02:00
Laurent Destailleur
6b942aed6f Better http message on not allowed access 2023-04-24 13:20:23 +02:00
Laurent Destailleur
ec3fcd852a Fix #yogosha16039 2023-04-24 12:46:52 +02:00
VESSILLER
99206d5570 FIX special chars in generated file name from build doc mass action 2023-04-24 12:08:45 +02:00
Laurent Destailleur
351c8c58b2 Fix look and feel v17 2023-04-24 11:45:20 +02:00
Florian HENRY
cdd8b00534 fix: #24405 (save deposit percent) 2023-04-24 11:30:22 +02:00
Philippe GRAND
110393c89e fix : Typo issue 2023-04-24 10:56:24 +02:00
Frédéric FRANCE
d391d8a298 tooltip ajax for fiscalyear 2023-04-24 10:25:44 +02:00
Frédéric FRANCE
f023e213f7 tooltip ajax for fiscalyear 2023-04-24 10:22:05 +02:00
Frédéric FRANCE
4eca22afc8 tooltip ajax for fiscalyear 2023-04-24 10:06:02 +02:00
Laurent Destailleur
56a0b16abc Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-04-24 02:08:59 +02:00
Laurent Destailleur
fc04299f88 Look and feel v18 2023-04-24 02:07:20 +02:00
Laurent Destailleur
586d9f5ba7 Look and feel v18 2023-04-24 01:59:39 +02:00
Laurent Destailleur
ee2a9d4891 Look and feel v18 2023-04-24 01:32:47 +02:00
Laurent Destailleur
a03358fa46 Debug v18 2023-04-24 01:03:43 +02:00
Laurent Destailleur
347d9c3e93 Fix warning when using extrafield separator 2023-04-23 22:38:52 +02:00
Laurent Destailleur
8cd8b5f401 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-04-23 22:12:06 +02:00
Laurent Destailleur
8a400f0e6f Trans 2023-04-23 21:45:47 +02:00
Laurent Destailleur
73539162ff Show sending mode on emailing file 2023-04-23 21:42:05 +02:00
Laurent Destailleur
67c67bbf2e Better compatibility 2023-04-23 16:28:28 +02:00
Laurent Destailleur
04d96f489b FIX Default VAT of product added does not take account buyer country 2023-04-23 15:24:10 +02:00
Laurent Destailleur
470cbb52f8 Fix phpunit 2023-04-23 14:09:08 +02:00
Aloïs Micard
5ec6b29345 Fix order line origin/origin_id when creating from proposal 2023-04-23 14:01:52 +02:00
Erik van Berkum
ec9fb80c02 fix: typo in constant MAIN_AUTOFILL_DATE_ORDER 2023-04-23 14:55:10 +09:00
Erik van Berkum
20b51db72c Revert "fix: typo in constant MAIN_AUTOFILL_DATE_ORDER"
This reverts commit 9a27d025a7.
2023-04-23 14:54:12 +09:00
Erik van Berkum
dd60d20019 Merge remote-tracking branch 'origin/develop' into develop 2023-04-23 14:52:32 +09:00
Erik van Berkum
0879ca0258 Merge remote-tracking branch 'origin/develop' into develop 2023-04-23 14:50:49 +09:00
Erik van Berkum
9a27d025a7 fix: typo in constant MAIN_AUTOFILL_DATE_ORDER 2023-04-23 14:47:54 +09:00
Alexandre Boin
0d41eb4296 FIX: Add Multicurrency permissions translations and pass CI tests 2023-04-22 19:30:15 +02:00
Laurent Destailleur
3a81318c15 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-22 01:02:55 +02:00
Laurent Destailleur
bf89d61686 NEW Update lib parsedownto 1.7.4 2023-04-22 01:01:08 +02:00
Laurent Destailleur
cd385a0605
Merge pull request #24488 from aspangaro/18a6
FIX:  Propagate vat-reverse charge information when supplier invoice is created from reception list
2023-04-21 19:00:26 +02:00
Laurent Destailleur
a7f5872975
Merge pull request #24493 from BB2A-Anthony/FIX---INVOICE_SHOW_SHIPPING_ADDRESS
FIX - Shipping address same third party
2023-04-21 18:48:31 +02:00
Laurent Destailleur
246750a89e
Merge pull request #24545 from frederic34/use_ismodenabled
use isModEnabled
2023-04-21 18:32:34 +02:00
Laurent Destailleur
a8e41a5cb9
Merge pull request #24568 from thomas-Ngr/develop_newpayment_manage_contracts
NEW Payment : manage contracts
2023-04-21 18:29:20 +02:00
Randall Mora
a65bbaf109
Fix getnomurl function
Fix the assignment of the period for the execution of the getnomurl function, executing the previous lookup of the period id
2023-04-21 08:27:34 -06:00
Randall Mora
ca5245a771
FIX reference id in getnomurl function.
Fix the assignment of the period for the execution of the getnomurl function, executing the previous lookup of the period id.
2023-04-21 08:24:27 -06:00
tnegre
53d2f8eaee pay whole contract 2023-04-21 16:06:09 +02:00
tnegre
5c5bb6ec7c Allow to pay a contract line from a stripe payment. TODO pay the whole contract. 2023-04-21 16:06:09 +02:00
Frédéric FRANCE
432e68bcbf
Update admin.lib.php 2023-04-21 16:02:30 +02:00
Frédéric FRANCE
5056373778
fix phpcs 2023-04-21 16:01:34 +02:00
Laurent Destailleur
01f8cb7a2d
Merge pull request #24549 from frederic34/patch-1
missing include
2023-04-21 15:18:13 +02:00
Laurent Destailleur
d943a0f810
Merge pull request #24556 from MaximilienR-easya/dev_Fix_missing_langs_entry
missing entry "PuttingDescUpToDate" inside lang file
2023-04-21 15:17:45 +02:00
Frédéric FRANCE
5f5fa38561 Merge remote-tracking branch 'upstream/develop' into use_ismodenabled 2023-04-21 15:16:08 +02:00
Laurent Destailleur
c2662912ec
Merge pull request #24561 from frederic34/patch-4
Fix 😍 in dolibarr when using utf8mb4
2023-04-21 15:11:07 +02:00
Laurent Destailleur
c59011971c
Merge pull request #24563 from frederic34/patch-5
add hooks in ecm card
2023-04-21 15:10:05 +02:00
Laurent Destailleur
3999f87fd2 Debug v18 2023-04-21 14:41:56 +02:00
Laurent Destailleur
ec83fe478f NEW product images on popup are cached 2023-04-21 14:17:24 +02:00
Laurent Destailleur
aa459721b7 Invert PROJECT_HIDE_PROJECT_LIST_ON_PROJECT_AREA into
PROJECT_SHOW_OPEN_PROJECTS_LIST_ON_PROJECT_AREA
2023-04-21 13:36:35 +02:00
Laurent Destailleur
9859720dc3 Clean module dependency system 2023-04-21 13:27:50 +02:00
Frédéric FRANCE
199650f498 fix typo 2023-04-20 22:51:33 +02:00
Frédéric FRANCE
78ae00d342
add init hook 2023-04-20 22:14:02 +02:00