Announcement

Collapse
No announcement yet.

Counter

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Counter

    Hi.

    Have You found a solution to count matching requests directly on the properties list?

  • #2
    Hi,

    No.

    Comment


    • #3
      Any plans?

      Maybe use cron jobs to count and store number of matches eg. every 10 minutes?

      Comment


      • #4
        No plan at this moment. We've been busy with EspoCRM all this time. Why not to try to implement that by yourself? Create Int field and calculate if via cron.

        Comment


        • #5
          I'm not as talented as You :P
          But I still think that this function is very much needed!

          Comment


          • #6
            I see that in Services You already have some code to count number of matches. So I think that for You it's a while :P
            I can help You with tests

            Comment


            • #7
              You need also change to not count matches with "not interested".
              Now it count all: interested and not interested.

              Comment


              • #8
                Maybe instead of cron You can use afterSave? So everytime we create or modify record it will store $total to the Int field?

                Comment

                Working...
                X