How to add Search filter option within the calendar?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • debashis.chowdhury
    Junior Member
    • May 2024
    • 4

    How to add Search filter option within the calendar?

    Hello Everyone,

    I am a beginner with EspoCRM and getting familiar with it.

    In my application, there are Venues, Bookings, Clients. I would like to add 3 dropdown fields within the calendar so that we can use it for filter / search functionality. Please have a look into the attached screenshot for better understanding.

    I will be really thankful to you if you suggest me to achieve this. Thanks in advance.
  • esforim
    Active Community Member
    • Jan 2020
    • 2204

    #2
    You can't without knowing how to code. There is no way to add that using GUI/Menu setting option.

    As for alternative, you can try looking through an outdate unofficial Wiki for relevant guide: https://github.com/o-data/EspoCRM-Le...nd-Design/wiki

    Comment

    • debashis.chowdhury
      Junior Member
      • May 2024
      • 4

      #3
      Thank you very much esforim .

      Can you please suggest me the related file path and function of 'Calendar' module in which I need to apply the Filter functionality and to fetch the search data (filtered data)?

      Thank you again.

      Comment

      • esforim
        Active Community Member
        • Jan 2020
        • 2204

        #4
        When it come to coding, you asking the wrong guy! I can only suggest you look through the code yourself, have a look through wiki for relevant thread. Do search for Calendar or filter or something like that.

        Clicking on some of the 'current' filter available in the calendar (Week, Month), it seem to have a specific filter URL, perhaps you can also try to take advantage of that information. Recently big boss Kharg release this, perhaps you can take advantage of this method to create a "poor code skill man" version filter, https://forum.espocrm.com/forum/exte...on-link-button


        Click image for larger version

Name:	image.png
Views:	124
Size:	2.3 KB
ID:	106011

        Comment

        Working...