EspoCRM 5.5.0 released

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

    EspoCRM 5.5.0 released

    Enhancements:
    • Ability to run jobs in parallel processes;
    • Ability to process cron jobs by daemon;
    • Ability to search in related record list;
    • Activities: Ability to search in Activities and History of a specific record;
    • Stream: Ability to search posts in record’s stream;
    • Template manager (customizing email messages sent by application);
    • Enum field: Ability to specify color style for options;
    • Ability to define autocomplete country list;
    • Varchar field: Ability to define autocomplete suggestions;
    • Stream: Pasted link to internal record automatically gets changed to a short form;
    • Stream: Image gets attached to post when image url is pasted;
    • Ability to re-check system requirements for administrator;
    • Calls: Displaying phone numbers on detail view;
    • API Users (API Keys, HMAC);
    • Layout Manager: Ability to specify conditions making side and relationship panels visible;
    • Fiscal Year Start parameter;
    • Field Manager: ‘Disable Inline Edit’ parameter;
    • Date-Time field: ‘Minutes Step’ parameter;
    • Email Templates: Today and Now placeholders;
    • Timeline: Displaying busy timeframes in shared view;
    • ACL: ‘Mass Update’ permission.

    Improvements:
    • Improved UX of side menu in vertical themes;
    • List view: Actions dropdown sticked on scrolling;
    • Printing to PDF: Ability to loop through link-multiple collection;
    • Tasks: ‘Complete’ button on the quick view;
    • Text field: Cutting long text not breaking formatting;
    • Last Viewed: Ability to show more than 20 records;
    • Sorting by Person Name performs sorting by First Name and Last Name;
    • Emails: Relate email with parent record when clicking on email address on relationship panel;
    • Kanban: Sticking kanban header to the top while scrolling;
    • Email-to-Case: Description and attachments copied from email;
    • Cleaning up relationship tables improvement.

    Translation:
    • Latvian language;
    • Persian language.

    All issues: https://github.com/espocrm/espocrm/m...ne/48?closed=1 (some items contain more info inside)

    Download: https://www.espocrm.com/download/

    Upgrades: https://www.espocrm.com/download/upgrades/


    Before upgrading, it's recommended to remove all success jobs. This will expedite the upgrading process. Administration > Scheduled Jobs > Jobs in the top right corner > filter jobs by status = 'Success' > Select All Results > Remove.
    Last edited by yuri; 12-13-2018, 04:38 PM.
    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.
  • pmontanez
    Member
    • Dec 2016
    • 81

    #2
    Wow yuri You guys really drop the ball with this update - Amazing Job guys!! Thank you so much!!

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1405

      #3
      Oh shiiiiiiiiiiiiit!!!! Great job!!!
      Can you just explain for me this? "Printing to PDF: Ability to loop through link-multiple collection;"

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        > Can you just explain for me this? "Printing to PDF: Ability to loop through link-multiple collection;"

        Example here: https://github.com/espocrm/espocrm/issues/1126
        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

        • emillod
          Active Community Member
          • Apr 2017
          • 1405

          #5
          Thanks for reply. Can you tell us more how to use API users? Because wen i'm trying to connect through api using username as username and API key as password i can't fetch any data. + i can't find anything in documentation

          Comment

          • olof
            Senior Member
            • Jul 2018
            • 184

            #6
            This is an incrediably exciting update!! Great job!!

            Comment

            • item
              Active Community Member
              • Mar 2017
              • 1476

              #7
              just .. waouwww
              If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

              Comment

              • yuri
                Member
                • Mar 2014
                • 8440

                #8
                > wen i'm trying to connect through api using username as username and API key as password i can't fetch any data. + i can't find anything in documentation

                I think the problem is not that you use a regular user but somewhere else.

                How to connect via API as an api user: https://github.com/espocrm/documenta...ion-by-api-key

                PHP examples: https://github.com/espocrm/documenta...d#api-key-auth
                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

                • TomV
                  Junior Member
                  • Feb 2018
                  • 28

                  #9
                  Fantastic improvements :-)

                  Looking forward to instructions how to set auto complete country, because I cant seem to enter a comma separated list in the field "Administration > Settings > Address Country Autocomplete List."...

                  Comment

                  • yuri
                    Member
                    • Mar 2014
                    • 8440

                    #10
                    > because I cant seem to enter a comma separated list

                    Did you try to type a country name and press enter? Also you can define the list manually in data/config.php

                    PHP Code:
                    'addressCountryList' => [
                        'United States',
                        'Germany',
                    ] 
                    
                    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

                    • Pablo
                      Senior Member
                      • Aug 2015
                      • 177

                      #11
                      WOW! Great update to finish the year! Looks AMAZING.

                      Merry Christmas EspoCRM Team!

                      Comment

                      • TomV
                        Junior Member
                        • Feb 2018
                        • 28

                        #12
                        Can confirm that pressing "enter" works to make Autocomplete list. Copy and paste a long list of country names does not work, but simply enter them one by one at it works fine )) Thanks ))

                        Comment

                        • telecastg
                          Active Community Member
                          • Jun 2018
                          • 907

                          #13
                          Excellent job !

                          Can you explain how to "Varchar field: Ability to define autocomplete suggestions" or just tell me which scripts to check please ?

                          Comment

                          • yuri
                            Member
                            • Mar 2014
                            • 8440

                            #14
                            > Can you explain how to "Varchar field: Ability to define autocomplete suggestions" or just tell me which scripts to check please ?

                            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

                            • telecastg
                              Active Community Member
                              • Jun 2018
                              • 907

                              #15
                              Thanks so much

                              Comment

                              Working...