From da1b8f8c44224764d5c2ba680589ed5ee822962a Mon Sep 17 00:00:00 2001 From: Anthony Berton <34568357+bb2a@users.noreply.github.com> Date: Wed, 8 Apr 2020 08:56:10 +0200 Subject: [PATCH 1/8] Update list.php --- htdocs/contact/list.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index d7a8d025e21..034d571863a 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -153,7 +153,12 @@ $fieldstosearchall = array( 'p.firstname'=>'Firstname', 'p.email'=>'EMail', 's.nom'=>"ThirdParty", + 'p.zip'=>"Zip", + 'p.town'=>"Town", 'p.phone'=>"Phone", + 'p.phone_perso'=>"PhonePerso", + 'p.phone_mobile'=>"PhoneMobile", + 'p.fax'=>"Fax", 'p.note_public'=>"NotePublic", 'p.note_private'=>"NotePrivate", ); From cbbd2399c0fe77a82e0f798ae940d42b6db8708c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 9 Apr 2020 19:50:24 +0200 Subject: [PATCH 2/8] Update list.php --- htdocs/contact/list.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index 034d571863a..25242dc2185 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -153,8 +153,6 @@ $fieldstosearchall = array( 'p.firstname'=>'Firstname', 'p.email'=>'EMail', 's.nom'=>"ThirdParty", - 'p.zip'=>"Zip", - 'p.town'=>"Town", 'p.phone'=>"Phone", 'p.phone_perso'=>"PhonePerso", 'p.phone_mobile'=>"PhoneMobile", From a7440687ecd0afe01e0a3a77aee28d3abe211421 Mon Sep 17 00:00:00 2001 From: Anthony Berton <34568357+bb2a@users.noreply.github.com> Date: Fri, 10 Apr 2020 10:38:31 +0200 Subject: [PATCH 3/8] Update list.php --- htdocs/comm/propal/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/comm/propal/list.php b/htdocs/comm/propal/list.php index f41bdc4fc67..7119bf2e01d 100644 --- a/htdocs/comm/propal/list.php +++ b/htdocs/comm/propal/list.php @@ -143,6 +143,8 @@ $fieldstosearchall = array( 'pd.description'=>'Description', 's.nom'=>"ThirdParty", 's.name_alias'=>"AliasNameShort", + 's.zip'=>"Zip", + 's.town'=>"Town", 'p.note_public'=>'NotePublic', ); if (empty($user->socid)) $fieldstosearchall["p.note_private"] = "NotePrivate"; From 620161f0e7021cfb7516eb2d6cce4ece69c5fc73 Mon Sep 17 00:00:00 2001 From: Anthony Berton <34568357+bb2a@users.noreply.github.com> Date: Fri, 10 Apr 2020 10:47:34 +0200 Subject: [PATCH 4/8] Update list.php --- htdocs/commande/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/commande/list.php b/htdocs/commande/list.php index 8448da5b022..8ddd175a08a 100644 --- a/htdocs/commande/list.php +++ b/htdocs/commande/list.php @@ -126,6 +126,8 @@ $fieldstosearchall = array( 'pd.description'=>'Description', 's.nom'=>"ThirdParty", 's.name_alias'=>"AliasNameShort", + 's.zip'=>"Zip", + 's.town'=>"Town", 'c.note_public'=>'NotePublic', ); if (empty($user->socid)) $fieldstosearchall["c.note_private"] = "NotePrivate"; From 8abef71616335b5442fc3841d9f4bb47a5205a37 Mon Sep 17 00:00:00 2001 From: Anthony Berton <34568357+bb2a@users.noreply.github.com> Date: Fri, 10 Apr 2020 10:50:15 +0200 Subject: [PATCH 5/8] Update list.php --- htdocs/adherents/list.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/adherents/list.php b/htdocs/adherents/list.php index 7a230d7d421..c6b14848185 100644 --- a/htdocs/adherents/list.php +++ b/htdocs/adherents/list.php @@ -106,6 +106,9 @@ $fieldstosearchall = array( 'd.address'=>'Address', 'd.zip'=>'Zip', 'd.town'=>'Town', + 'd.phone'=>"Phone", + 'd.phone_perso'=>"PhonePerso", + 'd.phone_mobile'=>"PhoneMobile"? 'd.note_public'=>'NotePublic', 'd.note_private'=>'NotePrivate', ); From 96f1c961b7dc5dc07f7a7d14a96945fde39037ce Mon Sep 17 00:00:00 2001 From: Anthony Berton <34568357+bb2a@users.noreply.github.com> Date: Fri, 10 Apr 2020 10:55:14 +0200 Subject: [PATCH 6/8] Update list.php --- htdocs/compta/facture/list.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/compta/facture/list.php b/htdocs/compta/facture/list.php index 11bcab0386d..615c3bdac9c 100644 --- a/htdocs/compta/facture/list.php +++ b/htdocs/compta/facture/list.php @@ -160,6 +160,9 @@ $fieldstosearchall = array( 'f.ref_client'=>'RefCustomer', 'pd.description'=>'Description', 's.nom'=>"ThirdParty", + 's.name_alias'=>"AliasNameShort", + 's.zip'=>"Zip", + 's.town'=>"Town", 'f.note_public'=>'NotePublic', ); if (empty($user->socid)) $fieldstosearchall["f.note_private"] = "NotePrivate"; From 174ef232073acf8db04c7f928bafd23959730895 Mon Sep 17 00:00:00 2001 From: Anthony Berton <34568357+bb2a@users.noreply.github.com> Date: Fri, 10 Apr 2020 12:09:04 +0200 Subject: [PATCH 7/8] Update list.php --- htdocs/ticket/list.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php index 33ee3395fec..7dae18a2f6e 100644 --- a/htdocs/ticket/list.php +++ b/htdocs/ticket/list.php @@ -96,7 +96,11 @@ foreach ($object->fields as $key => $val) } // List of fields to search into when doing a "search in all" -$fieldstosearchall = array(); +$fieldstosearchall = array( + 's.name_alias'=>"AliasNameShort", + 's.zip'=>"Zip", + 's.town'=>"Town", +); foreach ($object->fields as $key => $val) { if ($val['searchall']) $fieldstosearchall['t.'.$key] = $val['label']; From da8cf3dcb09a3f64f808ce46793d73c7c90a18ea Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 10 Apr 2020 12:11:09 +0200 Subject: [PATCH 8/8] Update list.php --- htdocs/ticket/list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/ticket/list.php b/htdocs/ticket/list.php index 7dae18a2f6e..8eddcc4b217 100644 --- a/htdocs/ticket/list.php +++ b/htdocs/ticket/list.php @@ -97,6 +97,7 @@ foreach ($object->fields as $key => $val) // List of fields to search into when doing a "search in all" $fieldstosearchall = array( + 's.nom'=>"ThirdParty", 's.name_alias'=>"AliasNameShort", 's.zip'=>"Zip", 's.town'=>"Town",