Commit Graph

104402 Commits

Author SHA1 Message Date
Laurent Destailleur
2b6d296e63 Rename var 2021-11-05 13:58:11 +01:00
Laurent Destailleur
d32ecfe5aa
Merge pull request #19291 from OPEN-DSI/fix_00019
NEW: Can show Paid button if invoice or supplier invoice has no payments with global
2021-11-05 13:37:39 +01:00
Laurent Destailleur
e430fe5f94
Merge pull request #19302 from FHenry/dev_addhook_dolbanner
NEW: for developpers add hook for moreHTMLRef in dol_banner_tab
2021-11-05 13:28:39 +01:00
Laurent Destailleur
5cf9ae7162
Merge pull request #19299 from vincentjdc/credit-note-no-invoice
Handle case where credit note has no source invoice
2021-11-05 13:12:39 +01:00
Laurent Destailleur
bc7b035846
Update card.php 2021-11-05 13:11:54 +01:00
Laurent Destailleur
02200b9810
Update card.php 2021-11-05 13:10:44 +01:00
Laurent Destailleur
01b1ce5fb5
Merge pull request #19313 from cfoellmann/PR/fix-holiday-docpreview
fix DocumentPreview on holiday documents
2021-11-05 13:03:22 +01:00
Laurent Destailleur
58abcf7e5a
Merge pull request #19307 from fmarcet/develop
Qual: If hidden option BANK_CAN_RECONCILIATE_CASHACCOUNT is activated
2021-11-05 12:43:39 +01:00
Laurent Destailleur
49e57c75fa
Merge pull request #19316 from vincentjdc/expensereport-option-to-require-file
NEW Adds `EXPENSEREPORT_FILE_IS_REQUIRED` global var to force user to join file for each line of an expense report
2021-11-05 12:40:25 +01:00
Vincent Dieltiens
4af8a4e9fd Add EXPENSEREPORT_FILE_IS_REQUIRED global var to force user to join a file for each line of an expense report 2021-11-05 12:11:54 +01:00
Christian Foellmann
58ae45a88b fix DocumentPreview on holiday documents 2021-11-04 13:58:38 +01:00
Ferran Marcet
3f426abc29 Qual: If hidden option BANK_CAN_RECONCILIATE_CASHACCOUNT is activated, show Account Statements tab on Cash Accounts 2021-11-04 10:56:55 +01:00
Florian HENRY
054d98b942 fix ref 2021-11-03 16:31:35 +01:00
Florian HENRY
a4c4732d5d NEW: for developpers add hook for moreHTMLRef in dol_banner_tab 2021-11-03 16:18:03 +01:00
Vincent Dieltiens
a359c7a681 Handle case where credit note has no source invoice 2021-11-03 14:22:08 +01:00
kamel
d91c24233c NEW: Can show Paid button if invoice or supplier invoice has no payments with global INVOICE_CAN_FORCE_PAID_WHEN_NO_PAIEMENTS and SUPPLIER_INVOICE_CAN_FORCE_PAID_WHEN_NO_PAIEMENTS 2021-11-02 16:43:09 +01:00
Laurent Destailleur
960319fd8a dol_htmlentities is better for future than htmlentities 2021-11-01 10:33:54 +01:00
Laurent Destailleur
7d07da527d Debug v15 2021-11-01 03:30:22 +01:00
Laurent Destailleur
3e1fa44657 Fix phpdoc 2021-11-01 03:23:38 +01:00
Laurent Destailleur
2f7e246ab3 Merge 2021-11-01 03:18:12 +01:00
Laurent Destailleur
6acc8a6582 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop

Conflicts:
	htdocs/core/class/ldap.class.php
2021-11-01 03:17:51 +01:00
Laurent Destailleur
3e46d58129 FIX Type of field progression in ticket must be integer 2021-11-01 03:14:54 +01:00
Laurent Destailleur
7dcd98b9bb
Merge pull request #19234 from hregis/fix_see_ldap_connected_server
FIX show connected server if we have a primary and secondary ldap server
2021-11-01 02:46:28 +01:00
Laurent Destailleur
1b336456ce Code comment 2021-11-01 02:44:14 +01:00
Laurent Destailleur
82d02e8465
Merge pull request #19270 from frederic34/patch-9
replace function each deprecated in php 7.2
2021-11-01 02:36:54 +01:00
Laurent Destailleur
d4348b8e53
Merge pull request #19264 from frederic34/patch-1
fix warning
2021-11-01 02:35:48 +01:00
Laurent Destailleur
58e55a3d86
Merge pull request #19263 from frederic34/displaydnsspf
display spf info from dns
2021-11-01 02:35:32 +01:00
Laurent Destailleur
3c69fb0ea3
Update mails.php 2021-11-01 02:35:15 +01:00
Laurent Destailleur
992c36f521
Merge pull request #19265 from frederic34/patch-4
fix warning
2021-11-01 02:32:23 +01:00
Laurent Destailleur
6480425130
Merge pull request #19269 from frederic34/patch-8
fix unknown function
2021-11-01 02:31:59 +01:00
Laurent Destailleur
0bdfa84bbf
Merge pull request #19266 from frederic34/rankisreserved
replace reseved word rank
2021-11-01 02:31:16 +01:00
Laurent Destailleur
ce9e7067ac
Merge pull request #19268 from frederic34/patch-7
fix scrutinizer
2021-11-01 02:29:28 +01:00
Laurent Destailleur
6d3053ae94
Merge pull request #19267 from frederic34/patch-5
fix scrutinizer
2021-11-01 02:29:18 +01:00
Laurent Destailleur
e4613b3104 FIX sql error when values for natural_search is an array 2021-11-01 02:28:41 +01:00
Laurent Destailleur
2313da5beb Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2021-11-01 02:17:18 +01:00
Laurent Destailleur
d5130f2541 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop FIX #19013
2021-11-01 02:16:50 +01:00
Frédéric FRANCE
e02565190a
replace function each deprecated in php 7.2
Warning This function has been DEPRECATED as of PHP 7.2.0, and REMOVED as of PHP 8.0.0. Relying on this function is highly discouraged.

Avertissement Cette fonctionnalité est OBSOLÈTE à partir de PHP 7.2.0 et a été SUPPRIMÉE à partir de PHP 8.0.0.
2021-11-01 01:10:30 +01:00
Frédéric FRANCE
75eff571d9
fix unknown function 2021-10-31 22:27:39 +01:00
Frédéric FRANCE
270ddfda1f
fix scrutinizer 2021-10-31 22:24:25 +01:00
Frédéric FRANCE
445fea18bb
fix scrutinizer
dol_set_focus returns void
2021-10-31 22:20:02 +01:00
Frédéric FRANCE
9a68a97fc6
replace commentaire_abandon by abort_comment 2021-10-31 21:18:59 +01:00
Frédéric FRANCE
bc972554c6
replace reseved word rank 2021-10-31 21:13:15 +01:00
Frédéric FRANCE
af8f74103a
Update knowledgerecord_list.php 2021-10-31 20:48:13 +01:00
Frédéric FRANCE
033d983f05
fix warning 2021-10-31 20:41:07 +01:00
Frédéric FRANCE
7d60cddaac
fix warning
same test at line 65
2021-10-31 19:36:31 +01:00
Frédéric FRANCE
8ce70aac5d
display spf info from dns 2021-10-31 18:43:11 +01:00
Laurent Destailleur
cb648705ce
Merge pull request #19186 from ptibogxiv/patch-448
Fix excluded member display in takepos
2021-10-31 18:04:19 +01:00
Laurent Destailleur
5b4602fbd8
Merge pull request #19058 from FHenry/fix_php8
fix php8 warning
2021-10-31 18:02:14 +01:00
Laurent Destailleur
d21278b0ef
Merge branch 'develop' into fix_php8 2021-10-31 17:54:32 +01:00
Laurent Destailleur
ca53176b14
Merge pull request #19179 from frederic34/tasklist
fix warnings in task list
2021-10-31 17:52:31 +01:00