Laurent Destailleur
5bcd5db58f
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-12-02 15:11:40 +01:00
Laurent Destailleur
a96727726e
Merge pull request #36488 from BenjaminFlr/35411
...
FIX(tasks): dates in ganttview
2025-12-01 13:14:03 +01:00
Benjamin Falière
819453b546
FIX (tasks): dates in gantt view
2025-11-30 13:21:13 +01:00
Jon Bendtsen
9801f022f9
PHPStan fix
2025-11-30 12:09:08 +01:00
Jon Bendtsen
f7fee10e23
1 more pre-commit check fix
2025-11-30 12:03:57 +01:00
Jon Bendtsen
579f1ab1f7
actual pre-commit fix
2025-11-30 11:59:59 +01:00
Jon Bendtsen
bd31e922c8
letting API TASK PUT timespent update the product
2025-11-30 11:59:47 +01:00
Jon Bendtsen
6676171146
fix pre-commit CI check
2025-11-30 11:35:39 +01:00
Jon Bendtsen
58afc38ec4
API POST can now include a product_id
2025-11-30 11:30:01 +01:00
Jon Bendtsen
9a47931329
FIX: API task getTimeSpent to actually return data
2025-11-30 11:04:34 +01:00
Jon Bendtsen
18d8cfd510
making a more general fix for checking access to projet_task
2025-11-30 09:35:05 +01:00
Jon Bendtsen
9b0732dd49
FIX : #33899 API Timespent Service Field
2025-11-30 00:02:34 +01:00
Frédéric FRANCE
f757b08f97
add project
2025-11-27 14:50:14 +01:00
Laurent Destailleur
8c934a7560
Debug v23
2025-11-26 21:35:49 +01:00
Laurent Destailleur
b497016e63
Fix typo in filter name
2025-11-26 17:19:38 +01:00
Laurent Destailleur
27f4fef048
Solve confusion between tag of project/user and thirdparty in project
...
list
2025-11-26 15:04:22 +01:00
Laurent Destailleur
f0f2afd7a3
Fix action type for button action Email
2025-11-26 13:41:16 +01:00
Laurent Destailleur
bd5884a874
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-25 21:13:24 +01:00
Laurent Destailleur
749586792b
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-25 21:13:01 +01:00
Laurent Destailleur
3890968fbc
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-11-25 21:12:38 +01:00
Laurent Destailleur
b01bbd5c8f
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-11-25 21:09:55 +01:00
Laurent Destailleur
69ac8cebbf
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-11-25 21:09:26 +01:00
Laurent Destailleur
1e16bf5160
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-11-25 21:09:04 +01:00
Florian Mortgat
c2635f5242
FIX 17.0: perweek.php resets task progress to 0% when: ( #36401 )
...
* FIX 17.0: perweek.php resets task progress to 0% when:
1. the column "Declared real progress" is hidden (which means the corresponding form inputs won't be displayed)
2. and the user doesn't enter any time for that task (= leaves the input empty)
If the column is shown, the bug doesn't occur because the correct value is sent with $_POST.
If the user enters time, the bug doesn't occur because there is a GETPOSTISSET test for that case.
* Apply suggestion from @atm-florianm
variable name ($taskid vs $tmptaskid)
2025-11-24 16:32:27 +01:00
Laurent Destailleur
0c8581f80d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-11-24 16:23:07 +01:00
Regis Houssin
0aa6652005
FIX #35141 ( #36390 )
...
* FIX #35141
* FIX avoid problem with chinese language
2025-11-24 16:03:38 +01:00
Laurent Destailleur
0870e00503
Debug v23
2025-11-24 13:00:38 +01:00
Laurent Destailleur
83f9d2cab7
Debug v23
2025-11-23 22:43:19 +01:00
Laurent Destailleur
70b264715f
Debug v23
2025-11-23 22:31:07 +01:00
Laurent Destailleur
7af079a87f
Debug v23
2025-11-23 22:18:12 +01:00
Laurent Destailleur
8a2faed41f
Debug v23
2025-11-23 22:14:34 +01:00
Laurent Destailleur
89d8b553c1
Debug v23
2025-11-22 16:23:07 +01:00
Frédéric FRANCE
46d6714fe0
clean code ( #36317 )
...
* clean code
* clean code
* clean doc
* clean doc
* clean doc
* clean doc
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-20 01:47:46 +01:00
Laurent Destailleur
bcde1eb545
NEW Add filter on agenda event progression on agenda page
2025-11-18 21:59:47 +01:00
Laurent Destailleur
5aaf9cd565
NEW Add hook on calcula_price() and get_default_tva()
2025-11-18 16:57:50 +01:00
Frédéric FRANCE
8d459e469d
clean code ( #36260 )
...
* clean code
* clean code
* clean code
* clean code
* fix $val might not be defined
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* fix phpstan errors reported
* ignore phpstan reported for later
* clean code
* clean code
* clean code
* clean
* test
2025-11-18 11:41:28 +01:00
Laurent Destailleur
f05f5af59e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-18 11:38:31 +01:00
Laurent Destailleur
61a849090b
Close #36298
2025-11-18 11:36:45 +01:00
Laurent Destailleur
0631cd61e0
Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop
2025-11-17 17:21:52 +01:00
Laurent Destailleur
bb53a368fc
CSS
2025-11-15 23:00:02 +01:00
Laurent Destailleur
aa49882be0
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-14 15:59:50 +01:00
Laurent Destailleur
dc689f1410
CSS
2025-11-14 15:14:02 +01:00
Laurent Destailleur
48a14b26b4
Debug v23
2025-11-12 18:42:14 +01:00
Charlène Benke
fb92ebb4e7
Implement setCategories method in task class ( #36218 )
...
Added setCategories method to manage task categories.
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-12 09:49:45 +01:00
Frédéric FRANCE
d07e8c03a0
avoid changing object after call ( #36159 )
...
* avoid changing object after call
* avoid changing object after call
* avoid changing object after call
* avoid changing object after call
* avoid changing object after call
* avoid changing object after call
* avoid changing object after call
* clean code
* clean code
* clean code
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* clean code
* clean
* clean
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-12 09:44:39 +01:00
Charlène Benke
5886abaf6f
add date_c update on project_task ( #36217 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-11-11 20:19:25 +01:00
Jon Bendtsen
f2b823f6e7
Fix PHP Warning: Undefined array key "nblinesnull" in /var/www/html/projet/element.php ( #36198 )
...
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk >
2025-11-11 19:47:04 +01:00
Jon Bendtsen
d53aa65d1c
NEW Add Type, Description columns to Project Overview Expense Reports ( #36214 )
...
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk >
2025-11-11 19:46:30 +01:00
MDW
c39e87d703
Qual: Make $fields covariant, define type for $FIELDS in BankAccounts api ( #36188 )
...
* Qual: Make $fields covariant
* Qual: Update BankAccounts class phpDoc ($FIELDS)
# Qual: Update BankAccounts class phpDoc ($FIELDS)
Updated the documentation for the $FIELDS property.
2025-11-09 18:06:58 +01:00
Laurent Destailleur
2ff17df01a
Fix reset of budget
2025-11-09 04:29:02 +01:00