I am using drupal 7.x from the beginning for our several websites.
I've added several modules and themes for our requirements but all of them used as is.
Right now we are going to start a custom crm application for our requirements.
My questions is; is drupal feasible for such a system or do we have to use a more generic framework ?
We need a web based crm to track customers, create invoices, track balances and communicate with our servers via several apis.
New to Drupal 8, coming from a symfony background. Still trying to wrap my head around some concepts. Tryng to figure out the best way to deal with addresses. I have been looking through the Address Module and wondering how best to work with it. So I am creating some content entities that all have addresses associated with them. I created a module for each entity type and added a dependency to the address module. From with in the entity definition class can I associate the address field type to the class?
I've got a bundle 'profile' with a bunch of fields and content.
What I would like to do is *move* these fields to the user entity type bundle, including all of the values. But I'm not sue if this would be at all possible with the new Configuration Management system.