saurabhd / hk_realestate

GNU General Public License v2.0
1 stars 0 forks source link

CRM Dashboard - unclaimed leads table view #21

Closed heliogabal closed 8 years ago

heliogabal commented 8 years ago

Table of Unclaimed Leads that an Agent can take action on to assign the buyer to himself. That means he is ultimately responsible for this client (client owner), but other agents can still interact with the contact.

An entityreference field has to be created on the crm core contact type to create the connection between contact and the owner / responsible agent of that contact. It should be filled via Entity reference prepopulate with the acting agent.

There is already a View called CRM Anfragen (CRM Core Aktivität) that can be repurposed for that matter. The existing pages would become the Office manager views in the second phase, the unclaimed leads view can be added there.

View needs following fields: Apartment image, Inquiry for, Inquirer, Message, Action, Date.

Actions should open in a lightbox and provide the following (in this order):

unclaimed_leads_table

darshi-shah commented 8 years ago

Hi Rainer,

Code is pushed in "hkcrm" branch. You need to revert hk_crm feature. Work is in progress for this.

Thanks Darshi

heliogabal commented 8 years ago

Hi Darshi, I reviewed the table, and have some (hopefully) minor suggestions to finish it:

heliogabal commented 8 years ago

I've seen that you already worked on this, some more things I discovered:

darshi-shah commented 8 years ago

Hi Rainer,

Code is pushed in "hkcrm" branch. You need to revert hk_crm feature.

  1. Inquirer should show 1 value, starting with 1, not 0. Otherwise, its always Ilka that is shown. => Done
  2. I have no idea why, but all inquiries are shown twice in the table. I tried to apply distinct query setting, but that didn't help... WTF? => Done
  3. The table should not only show inquiries but also Kontaktformular - basically everything that comes in through the website, so direct apartment inquiries and general contact form messages. => Done =>Query: For inquiry we set image of apartment but contact form there is no any reference to apartment. so which image need to display on for contact form ?

Thanks Darshi

heliogabal commented 8 years ago

Hi Darshi, very good. For the contact form image, just don't show an image if empty, like already done with the inquired apartment.

heliogabal commented 8 years ago

just have to get rid of the profile picture in the inquirer column, and don't show empty image, then I can close this. Still would have to work on the details of the action buttons, but I think it is better to create a new issue for that.