Jump to content

Daniel Dekel

Hornbill Developer
  • Posts

    1,389
  • Joined

  • Last visited

  • Days Won

    66

Posts posted by Daniel Dekel

  1. Hi @sprasad,

    Thanks for the comments.

    Adding a new tab will be a big change because we will have to change the entire mechanism of saving data but we can add an option to drag a field to an area that can take the full with of the form when you use the form designer (see attached image)

    How do you feel about that?

    Thanks,

    Daniel.

    org_layout.png

  2. Hi @Adrian Hodgson,

    We are now working in a new email view, that will allow selecting more than 50 at a time, but this (in my opinion) won't be the best way going forward to move or deleting the entire contents of a folder.

    I think the "Delete All" is a first step for managing large amounts of emails, I would also like to see a "Move All" option and basically all options you can do for a single email, to the entire folder.

    Thanks,

    Daniel.

  3. Hi @Adrian Hodgson,

    I'm sorry about the issues you are facing but I can tell you that regarding the "email protected" issue it is already sorted and you can read in the post.

     Please let us know if you can still see this issue.

    Regarding the blocked remote content in the email, is something that we've added for quite some time and most email clients have the same functionality. The way it works is that it checks for any attempt to call an external URL and it blocks it. This is to prevent your data being sent to 3rd party customers or running malicious scripts.

    The reason you see this message and sometimes when you press to dismiss it appears the same is because some emails will include a very small image (1px x 1px) and transparent, so you won't notice it.

    We are looking to improve this by allowing you to add a list of trusted email addresses so it won't show it.

    I hope this makes more sense now to you.

    Kind regards,

    Daniel.

  4. Hi Martyn,

    We did not have any plan for auto-archiving emails and the implementation can take some time. The platform team suggested as a short term solution an introduction of a new option to archive all emails in a specific folder.

    Will that be OK for now? I think can only be better than the current option.

    Please let me know what do you think.

    Thanks,

    Daniel.

  5. Hi,

    We are working on a complete new view for emails and what you are experiencing will not happen. You will be able to see the email next to the list. If you change your sorting it will also remember it.
    We will release it soon with and experimental flag so you can try it and after some time you will be able to see the final release.

    So, soon you will have it.

    Thanks,

    Daniel.

  6. Hi Mark,

    We did that change some time ago but looking at it again, in some cases it does not work. Is related to a 3rd party package we use and their latest version fixes this issue. We will update it and have to test it properly before releasing, but we'll do it ASAP.

    Thank you and sorry for the trouble.

    Kind regards,

    Daniel.

  7. Hi Adam,

    To get the achievements you can use one of these variations:


    Retrieve the count for the achievements of the last 7 days:
    SELECT count(*) from h_achievement WHERE h_awarded_on >= ( CURDATE() - INTERVAL 7 DAY )

    If you want to see the count by person that is awarded to:
    SELECT h_awarded_to, count(*) from h_achievement WHERE h_awarded_on >= ( CURDATE() - INTERVAL 7 DAY ) GROUP BY h_awarded_to

    We are still looking at the query to return the likes per workspace

    Thanks,

    Daniel

    • Like 1
  8. Hi,

    I'm glad it worked.

    By saying Module, you mean the Timesheet Manager App?

    Since is still in Beta state we don't have documentation for this yet.

    To guide you a bit, you need to go and start by adding Categories and Sub Categories. To do that you need to be a Group Manager (in the Admin Tool go to Home -> System -> Organisational Data -> Organisation)

    Once you have the categories configured you can set some default ones in the same screen to avoid the need of setting each time.

    Now you can go to My Timesheet and add times. You can also set these against Activities when you complete one. We will soon have the Service Manager using the Timesheet functionality to track time against a Request.

    Let me know if you need more help.

    Good luck,

    Daniel.

  9. Hi,

    If you would login as an Administrator you wouldn't have this problem however there is an option to add yourself a temporary permission to assign a role even if you don't have it yourself.

    The way to do that:

    1. In the Admin Tool, go to Home -> System -> Settings -> Advanced

    2. Search for the setting security.roles.grantRights copy the current value aside as you will have to revert that change when you finish

    3. Change it to TimesheetManager User

    4. Now you should be able to assign the Role to the user.

    5. Go to the the same System setting and revert your change to the previous value.

     

    Hope this helps,

     

    Thank you,

    Daniel.

    • Like 1
×
×
  • Create New...