Real Estate news

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts

  • yuri
    replied
    No news. I didn't have any chance to do it.

    Leave a comment:


  • homeempire
    replied
    Hi.

    Is there any news about Match Counter directly in Properties and Requests records list?
    Are You working on it?

    Leave a comment:


  • homeempire
    replied
    I want Google Map in properties, but on the right, below assignedUser, creationDate etc. The same Google Map You add as field. And Google Map adress also from Adress Field. All the same, only location of Google Map different.

    Leave a comment:


  • yuri
    replied
    Between which entities the mapping should be? Anyway you will need to make a customization to add min-max fields. It's not possible via Entity Manager.

    Leave a comment:


  • homeempire
    replied
    Thank You Yuri for map in Properties.
    Is it possible to have map in side panel on the right?
    Maybe make this as an option to enable in Settings?

    Leave a comment:


  • homeempire
    replied
    No. But simple solution is to copy db table.

    Code:
     
     INSERT INTO `real_estate_property` (field_name, another_field)  SELECT example_name, simple_field FROM `YourCustomEntity`
    In this example:
    example_name -> field_name
    simple_field -> another_field

    First to first
    second to second
    etc...

    Leave a comment:


  • gribs
    replied
    GREAT Thank you !

    Just one question
    Before this extension I created a custom entity for properties, there is a way to convert my custom entity to properties entity?
    Because I have fields with multi enum so I can't simply import the content

    Leave a comment:


  • yuri
    started a topic Real Estate news

    Real Estate news

    We have released Real Estate extension. It's available for free.

    Details: http://www.espocrm.com/extensions/real-estate/

    Repository: https://github.com/espocrm/ext-real-estate
    Last edited by yuri; 05-29-2020, 08:30 AM.
Working...