dolibarr/htdocs
Charlène Benke c1488e15fa
bad internal filter with forgeSQLFromUniversalSearchCriteria (#26202)
the filter (s.client:in:(1,2)) not work, same problem with s.client in (1,2)

we need to use now :   (s.client:in:1,2)
2023-10-12 18:41:57 +02:00
..
accountancy Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-12 15:01:26 +02:00
adherents QUAL: Code fix using rector 2023-10-11 19:44:06 +02:00
admin NEW Add more company informations (ProfId7 to 10) (#25266) 2023-10-12 17:44:08 +02:00
api implementation of properties filter 2023-09-26 18:04:48 +02:00
asset QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
asterisk Fix: Change access to $conf->global to function getDolGlobal (automatique) 2023-10-08 23:19:49 +02:00
barcode
blockedlog
bom Fix bom 2023-10-03 19:54:06 +02:00
bookcal
bookmarks
categories QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
collab
comm New | Add AGENDA_SORT_EVENT_TYPE_BY_POSITION_FIRST hidden conf to change sort method of actions (#25375) 2023-10-12 17:18:50 +02:00
commande Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-12 15:01:26 +02:00
compta doActions,printFieldListTitle,printFieldListValue to hookmanager (#24971) 2023-10-12 18:14:20 +02:00
conf Start to introduce dolibarr_main_dolcrypt_key 2023-10-03 02:00:00 +02:00
contact QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
contrat QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
core bad internal filter with forgeSQLFromUniversalSearchCriteria (#26202) 2023-10-12 18:41:57 +02:00
cron CSS 2023-09-30 19:40:09 +02:00
custom
datapolicy Clean code 2023-10-10 23:52:46 +02:00
dav
debugbar
delivery QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
don Remove deprecated use of ->modelpdf (good is ->model_pdf) 2023-10-02 21:49:08 +02:00
ecm
emailcollector Merge branch 'develop' into 16.0-emailcollector 2023-09-28 01:09:11 +02:00
eventorganization Fix warning 2023-09-27 12:53:58 +02:00
expedition QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
expensereport Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-12 15:01:26 +02:00
exports
externalsite FIX php8.2 2023-10-09 15:44:57 +02:00
fichinter QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
fourn QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
ftp FIX php8.2 2023-10-09 15:44:57 +02:00
holiday QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
hrm Fix evaluation interview module (#26183) 2023-10-11 18:05:55 +02:00
imports NEW: Add preselected update keys attribute to import class and select it by default if filled 2023-09-21 16:52:06 +02:00
includes NEW : Library including math and financial functions (#25035) 2023-10-12 18:01:16 +02:00
install SQL for invoice subtype (#26198) 2023-10-12 15:35:41 +02:00
intracommreport
knowledgemanagement fix tab indentation 2023-09-26 18:43:25 +02:00
langs Ask to create cash account if there is no cash account in TakePOS (#25036) 2023-10-12 17:59:59 +02:00
loan Merge pull request #26140 from aspangaro/19a7 2023-10-09 10:28:54 +02:00
mailmanspip/class
margin Fix: Change access to $conf->global to function getDolGlobal (automatique) 2023-10-08 23:19:49 +02:00
modulebuilder Debug v19 2023-10-11 14:40:02 +02:00
mrp fix tab indentation 2023-09-26 18:43:25 +02:00
multicurrency FIX #26066 2023-09-29 16:28:42 +02:00
opensurvey Look and feel v19 2023-09-20 03:02:31 +02:00
partnership fix tab indentation 2023-09-26 18:43:25 +02:00
paybox
paypal Fix: Change access to $conf->global to function getDolGlobal (automatique) 2023-10-08 23:19:49 +02:00
printing
product NEW subproduct triggers in product class (#25142) 2023-10-12 17:50:18 +02:00
projet NEW #22626 date filter thirdparties contracts projects (#22707) 2023-10-09 19:51:38 +02:00
public Fix warning 2023-10-10 23:36:14 +02:00
reception QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
recruitment NEW Can upload/delete ODT template for project and tasks 2023-10-01 15:35:51 +02:00
resource
salaries Clean code: set_paid is deprecated. Replaced with setPaid. 2023-10-09 10:22:49 +02:00
societe QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
stripe
supplier_proposal QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
support
takepos Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-10 23:04:47 +02:00
theme NEW - Row in list higher height (#26177) 2023-10-12 13:16:17 +02:00
ticket fix duplicate ticket information (#26199) 2023-10-12 15:38:05 +02:00
user Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-10 23:04:47 +02:00
variants Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-21 12:38:41 +02:00
webhook
webservices Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into 2023-09-16 15:14:22 +02:00
website
workstation
zapier fix tab indentation 2023-09-26 18:43:25 +02:00
.gitignore
document.php
favicon.ico
filefunc.inc.php Prepare 18.0.2 2023-10-06 16:05:20 +02:00
index.php Fix: Change access to $conf->global to function getDolGlobal (automatique) 2023-10-08 23:19:49 +02:00
main.inc.php Fix: Change access to $conf->global to function getDolGlobal (automatique) 2023-10-08 23:19:49 +02:00
master.inc.php
opcachepreload.php
robots.txt
security.txt
viewimage.php