Topic: Auto-generate "Reminder" if order below reorder-level

Wouldn't it be nice if we could extend this option in config.php

    /* email stock location if order below reorder-level */
    /* Remember to set an email on the Location(s). */
    $loc_notification = 0;

to the "Reminder" function?

Re: Auto-generate "Reminder" if order below reorder-level

where is the reminder function?

Re: Auto-generate "Reminder" if order below reorder-level

apmuthu wrote:

where is the reminder function?

"Setup / Miscellaneous / Reminder Setup"

It comes with the extension "Company Dashboard".

Re: Auto-generate "Reminder" if order below reorder-level

Extensions cannot have their variables in the config.php.
It should be a flag in the extension itself that probably gets into the sysprefs table or extension's table.

Re: Auto-generate "Reminder" if order below reorder-level

Of course! My bad. Thanks.