Skip to content

Releases: oroinc/crm-application

Release Notes

29 Aug 18:30
Compare
Choose a tag to compare

Contacts Improvements

  • Information on contact view page was split in to two blocks: Contact information and Address Book. Thus we started implementing new UX concept that implies grouping information in different blocks;
  • For now design of this page is still in progress, we are experimenting with different options to find the best design; added ability to manage addresses from contact view page with Google Maps API support;
  • Added support of multiple Emails and Phones for Contact.
  • Mass delete action added to Contacts Grid

Release Notes

31 Jul 20:10
Compare
Choose a tag to compare

Address Types Management

Added ability to set different type of addresses in a Contact’s Address Book and the ability to mark one address as primary to be used in the contact grid.

Release Notes

31 Jul 20:14
Compare
Choose a tag to compare

Many-to-many relation between Contacts and Accounts

User can define these relations during create and edit.

Added ability to sort Contacts and Accounts by Phone and Email in a Grid

Were removed collections of Phones and Emails for Contacts and Accounts and added simple text fields instead. Now if you need some additional email or phone you should add new attribute to entity. In future this will be changed with more useful and flexible feature.