3 issues which makes EspoCRM the rock bottom perfect system

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theode
    Member
    • Jul 2014
    • 36

    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



  • yuri
    Member
    • Mar 2014
    • 8455

    #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.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • theode
      Member
      • Jul 2014
      • 36

      #3
      Originally posted by yurikuzn
      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

      • yuri
        Member
        • Mar 2014
        • 8455

        #4
        You want to search not only in name but also in description, right?
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • theode
          Member
          • Jul 2014
          • 36

          #5
          everything...

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

          Comment

          • yuri
            Member
            • Mar 2014
            • 8455

            #6
            There is ways, but difficult. We will implement these abilities in future.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            • theode
              Member
              • Jul 2014
              • 36

              #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

              • yuri
                Member
                • Mar 2014
                • 8455

                #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.
                If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                Comment

                • theode
                  Member
                  • Jul 2014
                  • 36

                  #9
                  and the search thing?

                  Comment

                  • yuri
                    Member
                    • Mar 2014
                    • 8455

                    #10
                    Search thing will be possible in the next release.
                    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                    Comment

                    • theode
                      Member
                      • Jul 2014
                      • 36

                      #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

                      • yuri
                        Member
                        • Mar 2014
                        • 8455

                        #12
                        This needs changes in javascript. Release in 5-10 days.
                        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                        Comment

                        • yuri
                          Member
                          • Mar 2014
                          • 8455

                          #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">
                          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

                          Comment

                          • theode
                            Member
                            • Jul 2014
                            • 36

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

                            Comment

                            • theode
                              Member
                              • Jul 2014
                              • 36

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

                              Comment

                              Working...