Skip to content

Releases: oroinc/crm

Release Notes

28 Oct 14:42
Compare
Choose a tag to compare

Oro Platform Beta 2 dependency changes

System Requirements Changes

PHP v.5.4.4. and above

Release Notes

30 Sep 16:41
Compare
Choose a tag to compare

CRM Entities reports

Added reports for CRM entities:

  • accounts life time
  • accounts by opportunities
  • leads by date
  • opportunities by sales workflow step
  • won opportunities by period

These reports demonstrate the approach that we will follow to create other reports. Reports are presented using the Oro Grid.

Custom entities and custom fields

Custom fields can be added to entities marked as extended. This ability was added to the Contact, Leads and Opportunity entities as an example. These fields are added on edit/create form, view page and grid (according to configuration).
Custom entities management appears in System -> Entities -> ... sub-menu, after creating and applying schema.

Contacts Import/Export

Added ability to import/export contacts from/to CSV format.

Account association with contacts

Implemented a more intuitive way to assign contacts to an account from "Account edit" page. Grid with contacts appears in a popup after clicking on "Add" button, selected contacts are presented as "business cards" with short information, user can see more details clicking on a card title. Added ability to choose "Default" contact for an account, first and last name of this contact will be shown in accounts grid.

Release Notes

12 Sep 17:47
Compare
Choose a tag to compare

Leads and Opportunities

Flexible Workflow Engine (FWE)

Added ability to define workflows for CRM entities using .yml workflow definition schema, each bundle can define its own workflows.
Implemented (B2B) sales process workflows for Leads and Opportunities using FWE.

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:09
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.