thibdrev
e8ed3f3ec4
qual: phpstan for htdocs/holiday/class/holiday.class.php ( #28120 )
...
htdocs/holiday/class/holiday.class.php 94 Property Holiday::$date_valid (int) does not accept default value of type string.
htdocs/holiday/class/holiday.class.php 114 Property Holiday::$date_refuse (int) does not accept default value of type string.
htdocs/holiday/class/holiday.class.php 124 Property Holiday::$date_cancel (int) does not accept default value of type string.
htdocs/holiday/class/holiday.class.php 1603 Method Holiday::getConfCP() should return string but returns int.
htdocs/holiday/class/holiday.class.php 1614 Method Holiday::getConfCP() should return string but returns int.
htdocs/holiday/class/holiday.class.php 1797 Method Holiday::getCPforUser() should return float but returns null.
htdocs/holiday/class/holiday.class.php 1800 Method Holiday::getCPforUser() should return float but returns null.
2024-02-12 02:07:40 +01:00
Laurent Destailleur
beb2d3a5af
deprecate statut into status
2024-01-23 13:09:25 +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
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +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
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
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
91fa48199a
Fix warnings
2023-09-10 17:41:22 +02:00
Laurent Destailleur
2257b00e73
Debug v18
2023-07-03 20:12:36 +02:00
Laurent Destailleur
1bd07eb3f7
Debug v18
2023-06-24 00:17:00 +02:00
Laurent Destailleur
66393753c4
Clean code - fix warnings
2023-05-30 13:29:57 +02:00
Laurent Destailleur
5dd3f57a1e
Debug v18
2023-05-11 13:11:21 +02:00
Laurent Destailleur
8898a1a432
Debug ajax tooltip
2023-04-03 19:51:40 +02:00
Laurent Destailleur
8208884af4
Work on kanban views
2023-03-13 09:45:47 +01:00
Laurent Destailleur
800c2b4779
Look and feel v18
2023-03-13 09:33:31 +01:00
Laurent Destailleur
a92081cf43
Debug Kanban views
2023-03-07 22:04:40 +01:00
Laurent Destailleur
12bd795afc
Work on Kanban view
2023-03-01 20:13:21 +01:00
Laurent Destailleur
d4402aa7f5
code easier to understand
2023-02-22 01:09:23 +01:00
Frédéric FRANCE
0de36908ba
enhance holiday ajax tooltip
2023-02-21 18:42:34 +01:00
Laurent Destailleur
6da47ea49b
Fix qodana
2023-02-20 02:33:44 +01:00
Frédéric FRANCE
c1882425db
fix tooltip
2023-02-15 22:26:16 +01:00
Frédéric FRANCE
8e9db30707
add ajax tooltip on mailing
2023-02-15 08:52:15 +01:00
Frédéric FRANCE
b9243376af
enhance shipping tooltip
2023-02-13 23:29:10 +01:00
Frédéric FRANCE
06904246f8
clean code
2023-02-05 23:40:02 +01:00
Frédéric FRANCE
b238830c82
keep original label
2023-02-05 23:19:56 +01:00
Frédéric FRANCE
b7b4737ef8
add ajax tooltip on holidays
2023-02-05 21:28:27 +01:00
Laurent Destailleur
0f475783de
Enhance method getKanbanView
2023-01-18 22:27:52 +01:00
Lamrani Abdel
147e3ff945
kanban for list of holidays
2023-01-13 14:13:52 +01:00
Laurent Destailleur
ba6374e6be
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-03 15:31:00 +01:00
Laurent Destailleur
8d4e973e00
Fix warnings
2023-01-03 15:29:49 +01:00
Laurent Destailleur
e977a95cc7
Fix warning
2022-12-31 13:23:09 +01:00
Laurent Destailleur
dc03355315
FIX Separation of date_valid and date approval for leaves
2022-09-22 19:10:20 +02:00
Laurent Destailleur
a5c18ea776
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-08-31 17:57:14 +02:00
Laurent Destailleur
4d46da9514
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-08-31 17:23:03 +02:00