Commit Graph

1950 Commits

Author SHA1 Message Date
Frédéric France
a575b696e7 use user hasRight 2023-06-19 23:27:24 +02:00
Frédéric France
ebf83fdab6 use user hasRight 2023-06-19 23:18:13 +02:00
hystepik
597b36e57c Fix : php8.1 warnings with strict mode 2023-06-10 10:47:36 +02:00
Frédéric FRANCE
1a07da5efc add fetch_optionals 2023-06-09 12:15:07 +02:00
Laurent Destailleur
9fa0439d3e Merge pull request #24961 from frederic34/2023_06_05
use user hasRight
2023-06-07 18:53:51 +02:00
Frédéric FRANCE
3254a5c45e Update facture.class.php 2023-06-07 08:28:44 +02:00
Frédéric FRANCE
5be1441b9d add constructor 2023-06-07 08:21:38 +02:00
Frédéric France
5a018d715d use user hasRight 2023-06-06 00:05:02 +02:00
Laurent Destailleur
d7f0f70414 Clean code 2023-06-05 03:53:13 +02:00
Laurent Destailleur
e8640fbf7b Fix log 2023-05-25 11:22:11 +02:00
Laurent Destailleur
325b4424f6 Fix debug batch to send email on invoice date 2023-05-25 11:18:38 +02:00
Laurent Destailleur
9bcbe23792 Fix message in output of batch to send invoice on validation date 2023-05-17 19:44:02 +02:00
Laurent Destailleur
5dd3f57a1e Debug v18 2023-05-11 13:11:21 +02:00
Laurent Destailleur
2d17e77ff7 Fix warning 2023-05-01 17:29: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
600eb2b23b NEW The batch for remind on due date can be setup from validation date 2023-04-28 15:42:41 +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
8a92d7f905 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-27 14:03:59 +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
Laurent Destailleur
2f3cefcc09 Clean code 2023-04-26 11:41:02 +02:00
Laurent Destailleur
8d06189621 Fix qodana warning 2023-04-26 02:21:41 +02:00
Frédéric FRANCE
60b308b394 Doc 2023-04-24 20:24:34 +02:00
Laurent Destailleur
73539162ff Show sending mode on emailing file 2023-04-23 21:42:05 +02:00
Laurent Destailleur
470cbb52f8 Fix phpunit 2023-04-23 14:09:08 +02:00
Laurent Destailleur
246750a89e Merge pull request #24545 from frederic34/use_ismodenabled
use isModEnabled
2023-04-21 18:32:34 +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
057407554a use isModEnabled 2023-04-19 14:06:16 +02:00
Alexandre SPANGARO
97344e38cb FIX Move table projet_task_time to element_time 2023-04-07 03:08:02 +02:00
jyhere
f5e592c4fb Removed duplicate affectation 2023-04-06 16:02:01 +02:00
Laurent Destailleur
8898a1a432 Debug ajax tooltip 2023-04-03 19:51:40 +02:00
Laurent Destailleur
f1898e5ac0 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-31 02:54:22 +02:00
Laurent Destailleur
a30f9331f3 Debug v17 2023-03-31 01:36:20 +02:00
Eric Seigne
28f4bea8a3 forceduedate is an option of the function 2023-03-31 01:32:56 +02:00
Laurent Destailleur
39dcd7c6ad Merge pull request #24380 from rycks/13_fix_forceduedate
forceduedate is an option of the function
2023-03-31 01:31:38 +02:00
Laurent Destailleur
12735f23f6 Fix doc comment 2023-03-30 12:55:17 +02:00
Eric Seigne
48136f465b forceduedate is an option of the function 2023-03-29 16:46:06 +02:00
Laurent Destailleur
cfdab87078 Fix add more info on agenda for sendEmailsRemindersOnInvoiceDueDateOK 2023-03-23 17:28:10 +01:00
Laurent Destailleur
ec45cb23ac Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-20 15:53:06 +01:00
Laurent Destailleur
51bf3f0686 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-19 19:14:44 +01:00
Laurent Destailleur
9a192e443e Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-03-19 19:05:47 +01:00
Laurent Destailleur
88353ee5ba Fix tests 2023-03-19 17:38:22 +01:00
Laurent Destailleur
76ab7136f2 Clean code 2023-03-19 15:22:21 +01:00
Laurent Destailleur
7976d99c68 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-18 01:59:13 +01:00
Laurent Destailleur
f49ad63bcb Missing trans 2023-03-18 01:20:14 +01:00
Laurent Destailleur
7dcd050854 Merge pull request #24158 from atm-gauthier/NEW/element_time_code_integration
NEW : element time integration code + sql
2023-03-11 19:16:15 +01:00
Laurent Destailleur
f8edbc5708 Merge pull request #24105 from FHenry/dev_fix_delete_info_time_spent_invoice_correctly
fix: remove invoice line id and invoice on time spend when delete line
2023-03-10 22:48:55 +01:00
Gauthier PC portable 024
b7e633a00b Merge branch 'NEW/element_time_integration_sql' of github.com:atm-gauthier/dolibarr into NEW/element_time_code_integration 2023-03-09 09:28:00 +01:00
Gauthier PC portable 024
9769fe54a2 NEW : element time integration code 2023-03-08 11:00:58 +01:00
Laurent Destailleur
a92081cf43 Debug Kanban views 2023-03-07 22:04:40 +01:00