Laurent Destailleur
be835d63ed
Merge pull request #24635 from VMR-Global-Solutions/develop
...
API add / fix filter on extrafields in index()
2023-04-28 20:02:09 +02:00
Laurent Destailleur
e74c50aa8a
Clean code
2023-04-28 16:05:25 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
...
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Laurent Destailleur
3065b9ca6a
Clean code
2023-04-27 21:15:27 +02:00
Laurent Destailleur
8a92d7f905
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-27 14:03:59 +02:00
Frédéric FRANCE
5f5fa38561
Merge remote-tracking branch 'upstream/develop' into use_ismodenabled
2023-04-21 15:16:08 +02:00
Laurent Destailleur
3999f87fd2
Debug v18
2023-04-21 14:41:56 +02:00
Laurent Destailleur
aa459721b7
Invert PROJECT_HIDE_PROJECT_LIST_ON_PROJECT_AREA into
...
PROJECT_SHOW_OPEN_PROJECTS_LIST_ON_PROJECT_AREA
2023-04-21 13:36:35 +02:00
stickler-ci
69f6685971
Fixing style errors.
2023-04-20 18:23:40 +00:00
antonin_tdj
1410565b83
Fix ref_client on Project Overview for propale
...
The ref_customer in the propal object is name ref_client.
I just added another check if nothing is found.
2023-04-20 19:55:31 +02:00
Frédéric FRANCE
97dcae2339
use isModEnabled
2023-04-20 19:11:45 +02:00
Frédéric FRANCE
057407554a
use isModEnabled
2023-04-19 14:06:16 +02:00
Frédéric FRANCE
a38a303e1c
use isModEnabled
2023-04-18 20:23:34 +02:00
Frédéric FRANCE
fa849696fb
use isModEnabled
2023-04-18 20:16:02 +02:00
Laurent Destailleur
9a420b8f41
Clean code
2023-04-18 16:15:27 +02:00
Laurent Destailleur
96cb5fac9c
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-13 13:08:59 +02:00
Laurent Destailleur
9821833d0d
Clean code
2023-04-12 18:18:55 +02:00
Laurent Destailleur
c510b7d4df
Add hidden search parameter search_current_entity
2023-04-12 18:16:14 +02:00
Laurent Destailleur
24fdec736b
Fix missing escape html
2023-04-12 14:53:54 +02:00
Laurent Destailleur
b577457c86
css
2023-04-12 14:50:19 +02:00
Laurent Destailleur
c14471e419
css
2023-04-11 15:39:38 +02:00
Laurent Destailleur
ab037cb5e9
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-10 17:15:26 +02:00
Laurent Destailleur
89f6906851
Trans
2023-04-10 12:09:52 +02:00
Laurent Destailleur
eb187052e8
Fix column alignment/balance
2023-04-10 11:44:19 +02:00
Laurent Destailleur
3f3e8a84ff
FIX Report of date of task suggested only if there is tasks
2023-04-10 11:23:18 +02:00
Laurent Destailleur
2ebfb18809
Debug v18
2023-04-10 02:01:34 +02:00
Laurent Destailleur
aea1f60c67
Debug v18
2023-04-10 01:46:30 +02:00
Laurent Destailleur
fa8b6ecd55
css
2023-04-08 16:53:18 +02:00
Laurent Destailleur
038fcd69a0
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-08 15:13:44 +02:00
Laurent Destailleur
1be641a30d
css
2023-04-08 14:37:27 +02:00
Laurent Destailleur
45fb3d9bbe
FIX Search when criteria start with !
2023-04-08 12:11:00 +02:00
Laurent Destailleur
0fb03fdc2d
Clean code
2023-04-08 01:43:21 +02:00
Laurent Destailleur
b7633a3929
FIX Look and feel v18
2023-04-08 00:55:44 +02:00
Laurent Destailleur
931c9fa7ca
Look and feel v18
2023-04-08 00:30:21 +02:00
Laurent Destailleur
a220aa5826
Merge pull request #24460 from aspangaro/18a2
...
FIX Move table projet_task_time to element_time
2023-04-07 12:15:45 +02:00
Alexandre SPANGARO
97344e38cb
FIX Move table projet_task_time to element_time
2023-04-07 03:08:02 +02:00
Laurent Destailleur
403d6137e8
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-07 02:44:27 +02:00
Laurent Destailleur
99b595a807
Fix typo
2023-04-06 13:29:24 +02:00
Laurent Destailleur
ab6a6b87f6
Debug v18
2023-04-05 17:31:58 +02:00
Laurent Destailleur
220d404d62
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-04 19:40:05 +02:00
Laurent Destailleur
454372bb4e
Fix show description of project
2023-04-04 02:05:05 +02:00
Laurent Destailleur
39fa93486d
Debug v17
2023-04-04 01:56:44 +02:00
Laurent Destailleur
8898a1a432
Debug ajax tooltip
2023-04-03 19:51:40 +02:00
Laurent Destailleur
53032fd6ed
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-04-01 15:09:30 +02:00
Laurent Destailleur
254e785c47
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-04-01 15:06:15 +02:00
Marc de Lima Lucio
96d23fac5f
FIX: project referent elements list: conf to hide tasks was flipped
2023-03-31 16:57:19 +02:00
Laurent Destailleur
2ab510d746
Clean code. $hookmanager must be global and never be erased
2023-03-26 17:59:28 +02:00
Regis Houssin
b9aeadf566
FIX avoid phpunit error
2023-03-24 17:30:00 +01:00
Regis Houssin
4240ac18f3
FIX task have the same entity of project
2023-03-24 16:18:14 +01:00
Regis Houssin
7a12ba9c20
FIX missing "multidir_output" for project sharing (Multicompany)
2023-03-24 16:07:34 +01:00