[feature] reorder level checking through scheduler

This commit is contained in:
Nabin Hait
2013-05-22 16:19:10 +05:30
parent 6241012f08
commit 62d0629d61
9 changed files with 185 additions and 234 deletions

View File

@@ -55,6 +55,10 @@ def execute_daily():
from setup.doctype.backup_manager.backup_manager import take_backups_daily
take_backups_daily()
# check reorder level
from stock.utils import reorder_item
run_fn(reorder_item)
def execute_weekly():
from setup.doctype.backup_manager.backup_manager import take_backups_weekly
take_backups_weekly()