Announcement

Collapse
No announcement yet.

3 issues which makes EspoCRM the rock bottom perfect system

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 3 issues which makes EspoCRM the rock bottom perfect system

    Hi there,

    I have afew questions:

    Number one...
    In the search fileds on Contacts/Customers I need to crawl everything (means all fields) connected to one entity.

    Number two...
    I need a different style for the columns. So I saw this might be just an CSS issue...I have so many columns in the moment they overlay each other. so how to make them maybe non repsonsive and get them smaller.

    number three.
    how to deactivate modules?

    with best regards
    theode




  • #2
    Hi

    In the search fileds on Contacts/Customers I need to crawl everything (means all fields) connected to one entity.
    Not clear. Do you mean you want all fields be listed in Add Filter?


    I need a different style for the columns. So I saw this might be just an CSS issue...I have so many columns in the moment they overlay each other. so how to make them maybe non repsonsive and get them smaller.
    You can do it in css.


    how to deactivate modules?
    You can remove from from Tabs. Also if entity type is disabled in ACL Roles, the tab and panels won''t be displayed.

    Comment


    • #3
      Originally posted by yurikuzn View Post
      Hi


      Not clear. Do you mean you want all fields be listed in Add Filter?
      No..this I already found but it sometimes not work. for example I tried to search something in the description and create a filter with it. it still shows them all or sometimes nothing..

      I would like to have the search field, that is searching whatever if I type something there.

      I also need to change the salutation into German...

      Any chances?

      Comment


      • #4
        You want to search not only in name but also in description, right?

        Comment


        • #5
          everything...

          teh css issue...is there a way to do this without getting lost on updates?

          Comment


          • #6
            There is ways, but difficult. We will implement these abilities in future.

            Comment


            • #7
              when is future? Can I help with this? Can I do it myself in PHP?
              Which file it is?

              this is the only issue keeping me from using it for my customer,
              Last edited by theode; 07-29-2014, 09:50 AM.

              Comment


              • #8
                You can do this in css for now. client/css/espo.min.css
                Make font size smaller for list view table.
                Last edited by yuri; 07-29-2014, 10:04 AM.

                Comment


                • #9
                  and the search thing?

                  Comment


                  • #10
                    Search thing will be possible in the next release.

                    Comment


                    • #11
                      soory to stress out..but when is next release? I'm really good in php so please tell me where I might hav a chance doing this myself?

                      Comment


                      • #12
                        This needs changes in javascript. Release in 5-10 days.

                        Comment


                        • #13
                          The easiest way to make list view font smaller:

                          File client/res/templates/record/list.tpl
                          Add class small to <table class="table">

                          <table class="table small">

                          Comment


                          • #14
                            I found sone ways with teh css and the template files. Thank you very much...
                            counting the days until next release...

                            Comment


                            • #15
                              installed 2.2.0...did I do something wrong that the search doesn't search all fields?

                              Comment

                              Working...
                              X