Laurent Destailleur
bd2e1fc770
Fix escapement
2023-06-22 12:15:12 +02:00
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
Frédéric France
a4bcf0eeaf
use user hasRight
2023-06-13 20:47:33 +02:00
Frédéric France
0cb70110eb
use user hasRight
2023-06-12 20:10:42 +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
b810dcc8a3
Merge pull request #24958 from FliyFly/editfactclientattribute
...
fixing the total ttc in the multicurrency section
2023-06-07 18:54:30 +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
FLIO
acc6cc24de
fixing the total ttc in the multicurrency section
2023-06-05 18:02:15 +02:00
Laurent Destailleur
d7f0f70414
Clean code
2023-06-05 03:53:13 +02:00
Laurent Destailleur
5fcbf14652
Debug v18
2023-06-02 00:40:10 +02:00
Laurent Destailleur
7be8ea782d
Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop
...
# Conflicts:
# htdocs/compta/facture/card.php
# htdocs/fourn/facture/card.php
2023-06-01 08:01:32 +02:00
Laurent Destailleur
faf8f8d19e
Debug v18
2023-06-01 07:58:52 +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
a5a62f10f2
Fix picto
2023-05-23 11:42:19 +02:00
Laurent Destailleur
034a0f5c53
Clean code
2023-05-22 18:57:42 +02:00
Laurent Destailleur
5bc87a590c
NEW Add partial payment reason "withholding tax"
2023-05-21 22:29:46 +02:00
Laurent Destailleur
e2e1bc9547
Merge pull request #24813 from FliyFly/editfactclientattribute
...
New attributes on invoice customer card
2023-05-21 01:48:36 +02:00
FLIO
14d8eac706
New attributes on invoice customer card
2023-05-17 19:57:20 +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
hystepik
46012a6520
fix : php 8.1 warnings
2023-05-16 15:36:27 +02:00
Laurent Destailleur
9972ab2f44
CSS
2023-05-15 20:53:31 +02:00
Laurent Destailleur
c6cb29381e
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-05-11 19:09:19 +02:00
Laurent Destailleur
5dd3f57a1e
Debug v18
2023-05-11 13:11:21 +02:00
Laurent Destailleur
f3f67c2f6f
Debug v17
2023-05-10 22:52:31 +02:00
Laurent Destailleur
2d784f3008
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-05-10 05:01:15 +02:00
stickler-ci
13348ede59
Fixing style errors.
2023-05-05 16:22:49 +00:00
NextGestion
e8acd50626
Object line : Prevent adding Free line when the option "MAIN_DISABLE_FREE_LINES" is activated (Proposal, invoice, order, contract)
2023-05-05 17:15:49 +01:00
Regis Houssin
984e302813
FIX avoid warnings php8
2023-05-02 16:05:28 +02:00
Laurent Destailleur
2d17e77ff7
Fix warning
2023-05-01 17:29:54 +02:00
Laurent Destailleur
4028b5d568
Clean code
2023-04-29 13:13:12 +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
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
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
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
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