What’s new: You can download the latest version here: https://sourceforge.net/projects/espocrm/
What’s new: You can download the latest version here: https://sourceforge.net/projects/espocrm/
What’s new: Users are able to create their own Email Accounts. Emails will be archived automatically. Ability to reply/forward archived email. Users are able to change only Parent field of an archived/sent email. Email address lookup for to/cc fields. Corresponding…
Added Currency Rates to the admin panel. Ability to search/sort opportunities and leads by amount converted to base currency. Improved Inbound Emails. Text fields are cut if too long. ‘See more’ button to show all the text. Dutch language added.…
Mark all notifications read button. Email Notifications upon record assignment. Configurable in Admin panel and can be disabled in user preferences. Cron needs to be set up. Bug fixes and improvements. https://sourceforge.net/projects/espocrm/
Ability to specify fields for the text filter. By default it searches only by Name. Count of records on ‘Show More’ button in list view. Added Vietnamese language. https://sourceforge.net/projects/espocrm/
There is an ability to define a form behavior in EspoCRM. Example: Need to show nextStep field on Opportunity detail view only if stage is ‘Closed Won’.
What’s new: Added presets for a list view search. Ability to create personal presets of filters. Ability to duplicate meetings and calls. Ability to disable export for regular users. Notifications now are created in cron process. This prevents the system…
EspoCRM can be installed on: Apache (instructions), Nginx (instructions), or IIS server with PHP version 7.4 and later MySQL 5.7 (and later), or MariaDB 10.1 (and later) Configuration Recommendations for EspoCRM PHP Requirements EspoCRM requires PHP 7.3 or greater, with…
Wow! We have added some essential features. Contact can be related to multiple Accounts. Ability to specify the role of the relationship. Multiple phone numbers per entity. Added role of Contact-Opportunity relationship. LDAP Authentication. Dynamic forms. Behaviour is declared in…
EspoCRM has built-in own ORM (Object-relational mapping). It’s very simple to create, update, read, delete and search entities. All these operations available through EntityManager object. EntityManager is available in record Services by method #getEntityManager().