Commit Graph

120952 Commits

Author SHA1 Message Date
Laurent Destailleur
0878c53f02
Merge pull request #24609 from FHenry/17_fix_cron_invoice_contact
fix: cron sendEmailsRemindersOnInvoiceDueDate if contact exists and mail on thridparty exists there is an error
2023-04-26 21:12:47 +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
6c30e44f97
Merge pull request #24606 from BB2A-Anthony/FIX---init-menu-auguria-isModEnabled
FIX - init menu auguria isModEnabled
2023-04-26 21:03:25 +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
Alexandre Janniaux
b6235c29d0 phpunit: use $db instead of $this->savdb
The global variables are stored in $this, and in particular $db is used
through this mean. But $this->savdb is supposed to be the immutable
global state that is stored at the test class instantiation and restored
at the beginning of each test.

For $this->savdb, I don't think any consequences are created by this,
since the object is saved by each test anyway and the $db object is
mostly a query object within a transaction, but future change could use
this to inject a different stateful $db object to trace some behaviour
in the test for instance, so make sure the correct one is used.
2023-04-26 16:44:07 +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
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
fb961ffd82 Fix qodana warnings 2023-04-26 02:28:21 +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