LetoDMS Community Forum
Resend notification for approvers every week - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10)
+--- Thread: Resend notification for approvers every week (/showthread.php?tid=104)



Resend notification for approvers every week - Ernesto - 07-16-2010

Hi guru.
How is possible to resend the notification for approvers every week?
What's the right steps to follow to complete this request?

Best regards.
Ernesto


RE: Resend notification for approvers every week - matteo lucarelli - 07-27-2010

Actually there is no back-engine in letoDMS, then the php code cannot do nothing if there's no user on line.
A feature like this can be implemented using DB trigger, or with some other web server scheduling.


RE: Resend notification for approvers every week - alekseyn - 08-02-2010

(07-27-2010, 10:27 PM)matteo lucarelli Wrote: Actually there is no back-engine in letoDMS, then the php code cannot do nothing if there's no user on line.
A feature like this can be implemented using DB trigger, or with some other web server scheduling.

well, maybe then a PHP script that can be invoken by a cron job?
most of the people who host their LetoDMS on linux hosts have this ability...

That option would be great!