2
0
forked from Wavyzz/dolibarr
Commit Graph

1158 Commits

Author SHA1 Message Date
thibdrev
54adf6a285 qual: phpstan
htdocs/holiday/card_group.php	310	Property Holiday::$fk_validator (int) does not accept array|string.
2024-01-20 21:43:27 +01:00
Frédéric France
03e29c6960 fix param 2024-01-20 09:22:38 +01:00
Frédéric France
64e049ac2e rename method 2024-01-18 19:47:35 +01:00
MDW
bd002480ce Qual: Spelling htdocs/[d-k]* (#27427)
Highlights:

- htdocs/install/doctemplates/websites/website_template-restaurant/containers/page249.tpl.php

  Potential functional change (fix) because toekn was changed to token:
   `<input type=hidden name=toekn`

- htdocs/install/upgrade2.php
  $filles changed to $children

- htdocs/intracommreport/class/intracommreport.class.php
  Local $enveloppe changed to $envelope.

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-13 19:48:41 +01:00
Frédéric FRANCE
0d3e0c8ec4 fix incorrect case and remove exclude check (#27449) 2024-01-12 20:40:34 +01:00
Laurent Destailleur
b418bc9e1e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-01-10 15:14:11 +01:00
MDW
10a13dd906 Fix: Do not reuse same variable names in inner scope foreach.
# Fix: Do not reuse same variable names in inner scope foreach.

Phan reports:  PhanPluginLoopVariableReuse: Variable  used in loop was also used in an outer loop
2024-01-09 22:25:56 +01:00
Laurent Destailleur
4501872f17 Clean code with rector 2 2024-01-05 04:33:58 +01:00
Laurent Destailleur
00a8ad9207 Fix test to cancel holiday 2023-12-27 16:43:27 +01:00
Laurent Destailleur
3f0c177561 Fix test to cancel holiday 2023-12-27 16:42:50 +01:00
Laurent Destailleur
7f5df80efd Debug v19 2023-12-19 11:51:48 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Laurent Destailleur
705ebea947 Fix php-cs-fixer 2023-12-04 12:36:57 +01:00
Frédéric FRANCE
53c8a3acf8 clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Laurent Destailleur
240869f2f2 Fix warnings 2023-11-30 21:45:58 +01:00
Laurent Destailleur
a136f304a6 Fix php8.2 warnings 2023-11-27 11:46:58 +01:00
Lucas Marcouiller
300f3a8a96 Fix some phpstan errors (#26845)
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com>
2023-11-26 15:53:10 +01:00
Laurent Destailleur
e6eb34a8db Fiw warnings: The private array ->status_short, ->statuts and
->status_long are now array ->labelStatusShort and ->labelStatus
everywhere.
2023-11-24 10:10:24 +01:00
Laurent Destailleur
ac615448bb Debug v19 2023-11-22 14:28:03 +01:00
Laurent Destailleur
fd846e3ad0 CSS v19 2023-11-07 15:43:37 +01:00
Laurent Destailleur
127de7e7d8 FIX On object validation, ecm index are not updated for uploaded files 2023-11-01 16:17:54 +01:00
Laurent Destailleur
74e1ec4099 FIX On object validation, ecm index are not updated for uploaded files 2023-10-31 19:28:11 +01:00
Laurent Destailleur
a318031034 QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id 2023-10-24 11:37:29 +02:00
Laurent Destailleur
2cfa9f8290 Debug v19 2023-10-17 15:43:56 +02:00
Laurent Destailleur
b37a438067 The property ->user_validation to store ID of user validating has been
renamed into ->user_validation_id.
2023-10-17 11:10:25 +02:00
Laurent Destailleur
4f4ede2e32 Fix php8.2 warnings 2023-10-15 18:14:14 +02:00
Laurent Destailleur
c32fe8dc5f QUAL: Use dol_clone with parameter 2 for ->oldcopy 2023-10-11 19:10:24 +02:00
Laurent Destailleur
3cb78be3ac Clean code 2023-09-29 16:27:07 +02:00
Laurent Destailleur
7bbc3bab05 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-27 17:17:41 +02:00
Laurent Destailleur
a758eaa086 FIX Expense report is created on the wrong entity 2023-09-22 13:43:16 +02:00
Laurent Destailleur
0c3e516e57 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-09-13 03:08:46 +02:00
Laurent Destailleur
1aca5fd1be Fix kanban of holiday when type of leave too large 2023-09-12 10:26:19 +02:00
Laurent Destailleur
64aa90f8df FIX Total of holidays is doubled 2023-09-12 09:48:51 +02:00
Alban Durrheimer
954320422c Fix holiday mail with halfday == 0 2023-09-11 14:56:54 +02:00
Laurent Destailleur
91fa48199a Fix warnings 2023-09-10 17:41:22 +02:00
vmaury
d32f76b394 Order by salary lastname in hollidays month report (instead of fk_user) 2023-09-06 14:54:40 +02:00
Laurent Destailleur
aea21bc413 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-08-15 15:54:55 +02:00
Laurent Destailleur
38f65a2b70 Debug v18 2023-08-15 15:45:04 +02:00
Laurent Destailleur
11ad17bcf3 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-08-09 15:00:52 +02:00
Laurent Destailleur
f843ec2de0 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-08-09 14:55:25 +02:00
Laurent Destailleur
97b084cf3a Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-08-09 13:52:05 +02:00
atm-greg
bf51e493dd fix error seteventmessage on white screen (#25523)
* fix error seteventmessage on white screen

* Update card.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-08-09 13:16:58 +02:00
Laurent Destailleur
723c731a87 Fix warning 2023-08-01 14:16:07 +02:00
Laurent Destailleur
3d8f14e78d Debug v19 2023-08-01 14:14:54 +02:00
Laurent Destailleur
6ddee88615 FIX Duplicate warning message 2023-08-01 13:55:33 +02:00
Laurent Destailleur
9482ae5215 Debug sort filter 2023-08-01 13:50:58 +02:00
lamrani abdelwadoud
b88c9307d7 New for sorting fields on leave balances #18011 (#25526)
* product_card problem unexpected tocken

* add field employees for sort and select for hide & show fields

* button show & hide

* fix conflit

* fix conflit

* fix conflit
2023-08-01 13:40:08 +02:00
Alban Durrheimer
c86b608a41 NEW Add more information to holiday mailings (#25461)
* Add more information to holiday mailings

* Fix leave type in mailings
2023-07-25 23:17:09 +02:00
Laurent Destailleur
2257b00e73 Debug v18 2023-07-03 20:12:36 +02:00
Laurent Destailleur
ef64e1dcfc Debug v18 2023-06-28 11:50:28 +02:00