Frédéric FRANCE
f28405f7a9
fix warning
...
Undefined variable $now in htdocs\core\boxes\box_members_by_tags.php:222
2023-03-21 13:54:47 +01:00
Laurent Destailleur
76ab7136f2
Clean code
2023-03-19 15:22:21 +01:00
Laurent Destailleur
b7c242c210
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-03-17 20:54:18 +01:00
Laurent Destailleur
f39bf7a43c
Debug v17
2023-03-17 19:09:31 +01:00
Mickaël 'lastmikoi' FALCK
59b02a9f49
FIX #24138 Fix box_birthdays SQL for postgres
...
PR #21631 's implementation causes issues with PostgreSQL and potentially
other stricter RDBMSes, indeed doing an ORDER BY using a function is not
supported.
In this fix we're computing the day of each user birthday and
employment day in the SELECT columns, and use those columns as a sorting
key.
2023-03-17 18:48:25 +01:00
Laurent Destailleur
2ebf152884
Merge pull request #24238 from lastmikoi/issue-24138-birthday-sql-error
...
FIX #24138 Fix box_birthdays SQL for postgres
2023-03-17 18:45:13 +01:00
Laurent Destailleur
1a89a7ea5c
FIX #24138 FIX #24238
2023-03-17 18:16:30 +01:00
Mickaël 'lastmikoi' FALCK
f136cee0f2
FIX #24138 Fix box_birthdays SQL for postgres
...
PR #21631 's implementation causes issues with PostgreSQL and potentially
other stricter RDBMSes, indeed doing an ORDER BY using a function is not
supported.
In this fix we're computing the day of each user birthday and
employment day in the SELECT columns, and use those columns as a sorting
key.
2023-03-16 17:03:28 +01:00
Gauthier PC portable 024
b7e633a00b
Merge branch 'NEW/element_time_integration_sql' of github.com:atm-gauthier/dolibarr into NEW/element_time_code_integration
2023-03-09 09:28:00 +01:00
Gauthier PC portable 024
9769fe54a2
NEW : element time integration code
2023-03-08 11:00:58 +01:00
Laurent Destailleur
bd066b3211
Debug modulebuilder
2023-03-07 15:51:27 +01:00
Frédéric FRANCE
2daa9b2dba
user hasRight
2023-02-27 10:34:28 +01:00
Laurent Destailleur
b0b1e8d327
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-02-27 03:40:12 +01:00
Alexandre SPANGARO
d7d8653603
FIX Members Index - Missing colspan & language key on widget
2023-02-25 08:20:31 +01:00
Laurent Destailleur
4ebb39febe
Fix #huntrd875d1a2-7205-4b2b-93cf-439fa4c4f961
2023-02-20 13:18:03 +01:00
Laurent Destailleur
6ab68be4b3
Fix warning
2023-02-20 02:20:43 +01:00
Laurent Destailleur
fdcce8d263
Add nonce on javascript tags
2023-02-18 15:10:05 +01:00
Frédéric FRANCE
ae48571135
use user->hasRight
2023-02-14 22:56:12 +01:00
Frédéric FRANCE
08838d4deb
clean code
2023-02-13 13:16:27 +01:00
Frédéric FRANCE
a7c5140fd6
clean code
2023-02-12 12:05:14 +01:00
Frédéric FRANCE
daba310395
clean code
2023-02-12 11:39:10 +01:00
Frédéric FRANCE
6144b6e99d
add two widgets
2023-02-12 09:54:57 +01:00
Laurent Destailleur
8675abeec8
Merge pull request #23342 from daraelmin/daraelmin-box-adh-tags
...
NEW Add widget box_members_by_tags.php
2023-01-26 00:55:42 +01:00
Laurent Destailleur
dd4a9a94c7
Merge pull request #23633 from Hystepik/develop#1
...
Fix : php 8.1 warnings and dolibarr log
2023-01-23 02:24:01 +01:00
Frédéric FRANCE
6ab5c79c6b
box_birthday_member doesn't give same date than box_birthday
2023-01-21 11:46:11 +01:00
hystepik
84436e1217
Fix : php 8.1 warnings and dolibarr log
2023-01-19 15:31:47 +01:00
Laurent Destailleur
e58d88c62a
Fix warnings
2023-01-03 13:49:05 +01:00
Laurent Destailleur
cb13069fa1
Fix warnings
2023-01-03 13:47:34 +01:00
Laurent Destailleur
5dcee6b7d7
Fix doxygen
2023-01-02 15:24:20 +01:00
Laurent Destailleur
5c8dc4ed58
Fix warning
2023-01-01 23:50:37 +01:00
Laurent Destailleur
cbda0e6197
Fix warnings
2022-12-31 15:17:37 +01:00
Laurent Destailleur
39cf086ace
Update modules_boxes.php
2022-12-28 18:20:52 +01:00
daraelmin
4a57871586
Merge branch 'Dolibarr:develop' into daraelmin-box-adh-tags
2022-12-27 18:11:22 +01:00
daraelmin
7a15e61849
Clean code
2022-12-26 22:59:39 +01:00
daraelmin
ffae98085b
New box box_members_by_tags.php
2022-12-26 22:36:05 +01:00
Philippe GRAND
d3a0ad0687
Warning: count(): Parameter must be an array or an object
2022-12-24 15:29:23 +01:00
Laurent Destailleur
68ebd850f4
Debug v17
2022-12-22 16:21:25 +01:00
daraelmin
fec9184cfd
Fix box member and dolgraph should display same info
2022-12-21 17:43:50 +01:00
hystepik
27cb4b4d86
Fix: php 8.1 warnings
2022-12-15 14:46:29 +01:00
Laurent Destailleur
a673bdba15
Debug v17, on supplier, default vat rate is sale if no price found
2022-12-13 20:06:56 +01:00
hystepik
d8ce58811a
Fix : php 8.1 warnings
2022-12-09 14:27:43 +01:00
Laurent Destailleur
0a9381f2d1
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2022-11-16 20:35:29 +01:00
Laurent Destailleur
4d771ef726
Fix position of tables in sql request for better performance
2022-11-15 21:54:19 +01:00
lmarcouiller
9002d5002f
fix : php 8.1 warnings
2022-11-15 15:18:17 +01:00
Lamrani Abdel
8b2bf7e76e
Fixe issue in htdocs/core/boxes/box_services_contracts.php
2022-11-08 15:11:30 +01:00
Émilise Prim
dba982fcb9
FIX Undefined property: stdClass::$email
2022-10-24 21:13:04 +02:00
Laurent Destailleur
3e5273d83b
NEW Option PRODUIT_DESC_IN_FORM accept (desktop only or +smartphone)
2022-10-21 11:14:28 +02:00
Regis Houssin
514cc76fe2
FIX use propal instead propale
2022-10-16 16:44:34 +02:00
Regis Houssin
7a50d03256
FIX wrong perm check
2022-10-16 14:45:35 +02:00
Laurent Destailleur
3280d80062
Fix removed bad log
2022-10-13 02:53:22 +02:00