[Vtigercrm-commits] [vtiger development] #5289: While creating Custom view we should able to select not only 'and' but even 'or' by user choice.

vtiger development vtiger-tickets at trac.vtiger.com
Wed Jun 11 02:19:30 EDT 2008


#5289: While creating Custom view we should able to select not only 'and' but even
'or' by user choice.
-------------------------+--------------------------------------------------
 Reporter:  pavani       |       Owner:  developer
     Type:  enhancement  |      Status:  new      
 Priority:  unassigned   |   Milestone:  5.1.0    
Component:  vtigercrm    |     Version:  5.0.4    
 Keywords:               |  
-------------------------+--------------------------------------------------
 In any module, while creating custom view user should able to select
 condition ('and' or 'or').

 Lets say I have a filter for selection of leads called "Munich-area". If I
 klick the filter, it shows leads with postal code 8000 to 81999. The
 filter will contain logic like

 "PostalCode starts with 80,81" and
 "Country contains Germany".

 In another case we would like to select leads with a filter called
 "Hotels" containing the logic

 "Company contains hotel" or
 "Industry contains holiday".

 Unfortunately we need wired or. This is not possible for logic between
 separated lines and fields.

 Would it be possible to make a checkbox
 if (box clicked) then
 "and"
 for logic between separated lines and fields

 if (box not clicked) then
 "or"
 for logic between separated lines and fields

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5289>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list