2
0
forked from Wavyzz/dolibarr
Commit Graph

139032 Commits

Author SHA1 Message Date
Laurent Destailleur
59718892fa Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-08 18:11:54 +01:00
Laurent Destailleur
57546cd581 NEW Show detail of each multicurrency amount in popup of price 2024-11-08 18:11:30 +01:00
Frédéric FRANCE
b7e52830b5 fix phpstan (#31734)
* fix phpstan

* fix phpstan

* fix phpstan
2024-11-08 17:50:34 +01:00
Laurent Destailleur
9afbfaba28 Add option MAIN_MAIL_NO_RETURN_PATH_FOR_MODE_MAIL and return-path is
email without label.
2024-11-08 17:20:01 +01:00
Laurent Destailleur
8a2c861930 Code comment 2024-11-08 16:58:25 +01:00
Laurent Destailleur
51f21e9901 Fix token 2024-11-08 16:39:25 +01:00
Laurent Destailleur
fbba2b311d Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-08 15:59:35 +01:00
Laurent Destailleur
6fbb689482 Debug v21 2024-11-08 15:59:16 +01:00
Laurent Destailleur
f1e7acd56f Trans 2024-11-08 15:43:38 +01:00
Laurent Destailleur
6f410e2e67 Clean code 2024-11-08 15:24:58 +01:00
warnerbryce
8657bba32a NEW : Adds some improvement for ODT Contracts (#31715)
* NEW : ODTSubsitution for date_start_real / Contracts

* ODT Contracts - Add deliveries langs
2024-11-08 14:47:45 +01:00
Pichi1966
b6945d0c27 Fix function num_between_day in date.lib.php in Dev code v21 (#31732)
When debugging Asset Module, I discovered that function num_between_day is returning 0 when $timestampStart equals (==) $timestampEnd and $lastday == 1
Normally it has to return
0 if $lastday = 0
1 if $lastday = 1
2024-11-08 14:46:44 +01:00
Pichi1966
9ae591d662 FIX getCurrentPeriodOfFiscalYear in accounting.lib.php with wrong period used (#31731)
FIX function getCurrentPeriodOfFiscalYear

This one was returning the bad period when a FY period was not already defined. It was using the actual year instead of the year of $fromtime to return a created FY period.
2024-11-08 14:46:13 +01:00
Bahfir Abbes
65a0563312 add extrafields tables for pos_cash_fence (#31730)
Co-authored-by: abb <contact@ab1consult.com>
2024-11-08 14:43:52 +01:00
MDW
67d932e7de Qual: Fix phpdoc for *ArrayMethod* args/return values (non api_) (#31719) 2024-11-08 14:43:12 +01:00
Frédéric FRANCE
5cf3074d28 clean phpstan baseline (#31725)
* clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

* fix and clean phpstan baseline

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-08 14:41:01 +01:00
Laurent Destailleur
b232bb8d45 Debug v21 2024-11-08 14:21:52 +01:00
Laurent Destailleur
13e7cefe39 Debug v21 2024-11-08 11:04:46 +01:00
Laurent Destailleur
d9f79eaa7d Debug v20 2024-11-08 10:08:06 +01:00
Laurent Destailleur
4942f60a24 Debug v21 2024-11-08 09:40:48 +01:00
Laurent Destailleur
dd2cfd33c2 Debug v21 2024-11-08 09:38:35 +01:00
Laurent Destailleur
b129fd7651 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-08 09:34:12 +01:00
Laurent Destailleur
f37c33bb2c Debug v21 2024-11-08 09:33:51 +01:00
Alexandre SPANGARO
4cc154293e Fix language key (#31726)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-08 02:48:37 +01:00
Laurent Destailleur
54c2335e0b Fix phan 2024-11-08 02:44:52 +01:00
Laurent Destailleur
77efa1b760 Fix phan 2024-11-08 02:34:31 +01:00
Laurent Destailleur
b74d8c8ce0 Update docker README 2024-11-08 01:56:46 +01:00
Laurent Destailleur
102cca707d Update docker README 2024-11-08 01:40:48 +01:00
Laurent Destailleur
e9b4ac3e24 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-07 22:31:15 +01:00
Laurent Destailleur
f72ffec342 WIP Quick add page 2024-11-07 22:30:53 +01:00
lvessiller-opendsi
9f76747aff NEW VAT by state (SQL) (#31627)
* NEW VAT by state (SQL)

* Revert fk_tva column in department table

* NEW department in vat rates dict
2024-11-07 20:55:50 +01:00
Laurent Destailleur
0fb7771f2d Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-07 19:51:41 +01:00
Laurent Destailleur
1b7c412787 WIP generic upload files 2024-11-07 19:51:21 +01:00
Alexandre SPANGARO
48d5d2b831 NEW Accountancy - Add general account on thirdparty - Code user part (#31676)
* NEW Accountancy - Add general account on thirdparty - SQL Part

* NEW Accountancy - Add general account on thirdparty - Code customer part

* NEW Accountancy - Add general account on thirdparty - Code customer part

* NEW Accountancy - Add general account on thirdparty - Code customer part

* Fix Phan

* Use isModEnabled

* NEW Accountancy - Add general account on thirdparty - Code supplier part

* Fix phan

* Fix phan

* Fix phan

* Use list of account instead of  simple input

* Use list of account instead of simple input

* Tabs

* NEW Accountancy - Add general account on thirdparty - Code user part

* NEW Accountancy - Add general account on thirdparty - Code user part

* Fix indent

* Fix indent

* Remove duplicate language key

* Fix phan

* Fix phan

* Update card.php

* Fix accountancy export CSV

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-07 18:40:58 +01:00
Alain Rihs
7b3ace0c3e __MEMBER_TITLE__ insteda of __MEMBER_CIVILITY__ (#31721)
For labels, __MEMBER_TITLE__ insteda of __MEMBER_CIVILITY__

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-07 17:33:33 +01:00
Laurent Destailleur
d3c068f67e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-07 17:32:50 +01:00
Laurent Destailleur
b7409ee5ca Doc 2024-11-07 17:32:37 +01:00
Frédéric FRANCE
41a4f42b31 add phpdoc and clean phpstan baseline (#31717)
* add phpdoc and clean phpstan baseline

* add phpdoc and clean phpstan baseline

* add phpdoc and clean phpstan baseline

* add phpdoc and clean phpstan baseline

* add phpdoc and clean phpstan baseline

* add phpdoc and clean phpstan baseline

* add phpdoc and clean phpstan baseline

* add phpdoc and clean phpstan baseline

* add phpdoc and clean phpstan baseline

* add phpdoc and clean phpstan baseline

* add phpdoc and clean phpstan baseline

* add phpdoc

* add phpdoc

* add phpdoc
2024-11-07 17:31:40 +01:00
John BOTELLA
a7a18baeb2 Fix confusing behavior by add hidden conf MAIN_LIST_ORDER_LINK_DONT_USE_STATUS (#31722) 2024-11-07 17:30:20 +01:00
Laurent Destailleur
a1cc6b39bb CSS 2024-11-07 16:34:48 +01:00
Laurent Destailleur
51117eea91 Clean code 2024-11-07 15:49:49 +01:00
Laurent Destailleur
00403fc0dc Fix phan 2024-11-07 15:43:51 +01:00
Laurent Destailleur
d756c4dc27 NEW Add hook getLoginPageExtraContent, getPasswordResetPageExtraContent
and getPasswordForgottenPageExtraContent.
2024-11-07 15:40:14 +01:00
Laurent Destailleur
feeda29328 Fix phan 2024-11-07 15:08:44 +01:00
Laurent Destailleur
5f292a4e85 Fix phan 2024-11-07 15:02:12 +01:00
Laurent Destailleur
c79138b892 Debug v21 2024-11-07 14:00:16 +01:00
Laurent Destailleur
9034703045 Add more info on audit event password renew 2024-11-07 13:52:40 +01:00
Laurent Destailleur
fd7a766862 Trans 2024-11-07 13:33:04 +01:00
Laurent Destailleur
e478f72d2b debug v21 2024-11-07 13:06:45 +01:00
Laurent Destailleur
31f147622a The deprecated GET parameter "&sall=" has been removed, use now the
"&search_all=".
2024-11-07 12:26:42 +01:00