Users can run scheduled actions through systray
+ +Enable the boolean field to run scheduled actions through systray, Only enabled scheduled action are shown on the systray
+You can see the systray, Click On It
+Here, You can see the scheduled actions
+Click on the button to run scheduled actions
++ Easily procure + and + sell your products
++ Easy + configuration + and convivial experience
++ A platform for + educational management
++ Plan, track and + schedule your operations
++ Mobile + friendly, + awe-inspiring product pages
++ Keep track of + services and invoice
++ Run your bar or + restaurant methodically
++ An + all-inclusive + hotel management application
+There is no scheduled actions here, Enable the boolean to run.
") + } else if (data.length > 0) { + data.forEach(function(res) { + var scheduled_action_date = moment.utc(res.nextcall).local(); + var formatted_date = scheduled_action_date.format('DD-MM-YYYY HH:mm:ss'); + div_body.append("" + res.cron_name + "
Next Call : " + formatted_date + "