Counter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • homeempire
    Senior Member
    • Sep 2014
    • 181

    Counter

    Hi.

    Have You found a solution to count matching requests directly on the properties list?
  • yuri
    Member
    • Mar 2014
    • 8511

    #2
    Hi,

    No.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • homeempire
      Senior Member
      • Sep 2014
      • 181

      #3
      Any plans?

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

      Comment

      • yuri
        Member
        • Mar 2014
        • 8511

        #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.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • homeempire
          Senior Member
          • Sep 2014
          • 181

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

          Comment

          • homeempire
            Senior Member
            • Sep 2014
            • 181

            #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

            • homeempire
              Senior Member
              • Sep 2014
              • 181

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

              Comment

              • homeempire
                Senior Member
                • Sep 2014
                • 181

                #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...