From 410cf025184db616ea59b464f34f8a51bccdd7b6 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 1 Apr 2015 16:49:44 +0300 Subject: [PATCH] filters layout changes --- .../Modules/Crm/Resources/layouts/Account/filters.json | 4 ++-- .../Espo/Modules/Crm/Resources/layouts/Call/filters.json | 1 + .../Espo/Modules/Crm/Resources/layouts/Case/filters.json | 4 ++-- .../Modules/Crm/Resources/layouts/Contact/filters.json | 4 ++-- .../Modules/Crm/Resources/layouts/Document/filters.json | 5 +++-- .../Espo/Modules/Crm/Resources/layouts/Lead/filters.json | 4 ++-- .../Modules/Crm/Resources/layouts/Meeting/filters.json | 1 + .../Modules/Crm/Resources/layouts/Opportunity/filters.json | 4 ++-- .../Espo/Modules/Crm/Resources/layouts/Target/filters.json | 4 ++-- .../Modules/Crm/Resources/layouts/TargetList/filters.json | 1 + .../Espo/Modules/Crm/Resources/layouts/Task/filters.json | 7 ++++--- 11 files changed, 22 insertions(+), 17 deletions(-) diff --git a/application/Espo/Modules/Crm/Resources/layouts/Account/filters.json b/application/Espo/Modules/Crm/Resources/layouts/Account/filters.json index 10bfa276f2..e894f0fdc7 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Account/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Account/filters.json @@ -1,8 +1,8 @@ [ "assignedUser", "billingAddress", + "createdAt", "emailAddress", "industry", - "type", - "createdAt" + "type" ] \ No newline at end of file diff --git a/application/Espo/Modules/Crm/Resources/layouts/Call/filters.json b/application/Espo/Modules/Crm/Resources/layouts/Call/filters.json index 20e9f86aae..6ac726f2f5 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Call/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Call/filters.json @@ -1,6 +1,7 @@ [ "account", "assignedUser", + "createdAt", "dateStart", "direction", "status", diff --git a/application/Espo/Modules/Crm/Resources/layouts/Case/filters.json b/application/Espo/Modules/Crm/Resources/layouts/Case/filters.json index f07759ac63..5a4b1fb0f5 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Case/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Case/filters.json @@ -2,10 +2,10 @@ "account", "assignedUser", "contact", + "createdAt", "number", "status", "priority", "description", - "teams", - "createdAt" + "teams" ] \ No newline at end of file diff --git a/application/Espo/Modules/Crm/Resources/layouts/Contact/filters.json b/application/Espo/Modules/Crm/Resources/layouts/Contact/filters.json index 8e3291271a..9e2b9c2809 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Contact/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Contact/filters.json @@ -1,9 +1,9 @@ [ "account", "assignedUser", + "createdAt", "emailAddress", "title", "address", - "targetLists", - "createdAt" + "targetLists" ] diff --git a/application/Espo/Modules/Crm/Resources/layouts/Document/filters.json b/application/Espo/Modules/Crm/Resources/layouts/Document/filters.json index 09bee68fe6..6ab25a7e81 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Document/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Document/filters.json @@ -1,6 +1,7 @@ [ + "createdAt", + "expirationDate", "type", "status", - "publishDate", - "expirationDate" + "publishDate" ] diff --git a/application/Espo/Modules/Crm/Resources/layouts/Lead/filters.json b/application/Espo/Modules/Crm/Resources/layouts/Lead/filters.json index 3e4783b58c..158098f1c5 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Lead/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Lead/filters.json @@ -2,10 +2,10 @@ "assignedUser", "address", "campaign", + "createdAt", "status", "source", "opportunityAmountConverted", "targetLists", - "teams", - "createdAt" + "teams" ] diff --git a/application/Espo/Modules/Crm/Resources/layouts/Meeting/filters.json b/application/Espo/Modules/Crm/Resources/layouts/Meeting/filters.json index b3250cc418..f9cb2b24a3 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Meeting/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Meeting/filters.json @@ -1,6 +1,7 @@ [ "account", "assignedUser", + "createdAt", "dateStart", "status", "parent", diff --git a/application/Espo/Modules/Crm/Resources/layouts/Opportunity/filters.json b/application/Espo/Modules/Crm/Resources/layouts/Opportunity/filters.json index 5abe83476e..4fa7462498 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Opportunity/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Opportunity/filters.json @@ -3,11 +3,11 @@ "amountConverted", "assignedUser", "campaign", + "createdAt", "closeDate", "contacts", "leadSource", "probability", "stage", - "teams", - "createdAt" + "teams" ] diff --git a/application/Espo/Modules/Crm/Resources/layouts/Target/filters.json b/application/Espo/Modules/Crm/Resources/layouts/Target/filters.json index f2f1ee67a9..71d2a15f03 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Target/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Target/filters.json @@ -1,5 +1,5 @@ [ "address", - "emailAddress", - "createdAt" + "createdAt", + "emailAddress" ] \ No newline at end of file diff --git a/application/Espo/Modules/Crm/Resources/layouts/TargetList/filters.json b/application/Espo/Modules/Crm/Resources/layouts/TargetList/filters.json index 0d4f101c7a..46143d6417 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/TargetList/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/TargetList/filters.json @@ -1,2 +1,3 @@ [ + "createdAt" ] diff --git a/application/Espo/Modules/Crm/Resources/layouts/Task/filters.json b/application/Espo/Modules/Crm/Resources/layouts/Task/filters.json index cd8e76d947..b7d2284dab 100644 --- a/application/Espo/Modules/Crm/Resources/layouts/Task/filters.json +++ b/application/Espo/Modules/Crm/Resources/layouts/Task/filters.json @@ -1,8 +1,9 @@ [ "account", "assignedUser", - "status", - "priority", + "createdAt", "dateStart", - "dateEnd" + "dateEnd", + "status", + "priority" ]