EspoCRM 3.4.0 released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    Member
    • Mar 2014
    • 8440

    EspoCRM 3.4.0 released

    • Document Folders.
    • Activities and History panels on the user's detail view. Access to these panels is controlled by new parameter 'User Permission' in Roles.
    • Followers are shown on a detail view.
    • Ability to create Case from Email manually.
    • Ability to reply on Email right from History panel.
    • Ability to unlink all entries from Target List.
    • Improved filter for enum fields.

    Download Free CRM for small and medium-sized businesses. The driving force behind your business. Compatible with most web servers. Software Requirements: OS X / Linux / Windows, Nginx, Apache Server, PHP, MySQL.

    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.
  • AlexAv
    EspoCRM Team
    • May 2014
    • 124

    #2
    Document Folders
    Click image for larger version

Name:	image_263.jpg
Views:	453
Size:	15.0 KB
ID:	6038

    Comment

    • AlexAv
      EspoCRM Team
      • May 2014
      • 124

      #3
      Activities and History panels on the user's detail view. Access to these panels is controlled by new parameter 'User Permission' in Roles
      Click image for larger version

Name:	roles-history.png
Views:	161
Size:	12.6 KB
ID:	6059

      Comment

      • wtconseil
        Active Community Member
        • Apr 2015
        • 335

        #4
        Upgraded

        I got an issue ...but it was closed to my nginx conf.

        ==> /var/log/nginx/error.log <==
        2015/06/10 19:11:56 [error] 1080#0: *958 client intended to send too large body: 1881912 bytes,


        => I add to adjust my client_max_body_size section

        Comment

        • homeempire
          Senior Member
          • Sep 2014
          • 181

          #5
          After upgrade from 3.3.0 to 3.4.0:
          When I try to choose parent it freeze on loading (see attachment).
          When i click on + button on relationship panel it works (it add parent automatically).
          Attached Files

          Comment

          • yuri
            Member
            • Mar 2014
            • 8440

            #6
            3.4.2 will be released today with few fixes.
            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

            • homeempire
              Senior Member
              • Sep 2014
              • 181

              #7
              Thank You.

              1. Is there any chance to change search (main search in header and on the top of each entity - not filter search) to "contains" insted of "starts with"? So we don't need to put % before word?
              2. How can I disable folders in documents?

              Comment

              • yuri
                Member
                • Mar 2014
                • 8440

                #8
                1. You can hack code to achieve it.
                2. You can hack it.
                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

                • homeempire
                  Senior Member
                  • Sep 2014
                  • 181

                  #9
                  1. Can You help me? Where can I find it and what i need to change?

                  Comment

                  • yuri
                    Member
                    • Mar 2014
                    • 8440

                    #10
                    application/Espo/Core/SelectManagers/Base.php

                    Method textFilter
                    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

                    • homeempire
                      Senior Member
                      • Sep 2014
                      • 181

                      #11
                      Thank You!!

                      Comment

                      • yuri
                        Member
                        • Mar 2014
                        • 8440

                        #12
                        You can create a SelectManager for a certain entity in custom namespace (custom/Espo/Custom/SelectManagers/{Entity},php). Inherit it from Espo\Modules\SelectManagers\{Entity} or from Core class if previous doesn't exist. This will an upgrade safe way.
                        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

                        Working...