[cleanup] form dashboards

This commit is contained in:
Rushabh Mehta
2016-07-07 14:02:26 +05:30
parent 964ad0fcae
commit ea0ff23891
9 changed files with 98 additions and 84 deletions

View File

@@ -4,7 +4,7 @@ import frappe, sys
import erpnext
import frappe.utils
from erpnext.demo.setup_data import setup_data
from erpnext.demo.user import hr, sales
from erpnext.demo.user import hr, sales, purchase
def make(domain='Manufacturing'):
frappe.flags.domain = domain
@@ -42,7 +42,7 @@ def simulate():
hr.work()
sales.work()
# run_purchase()
purchase.work()
# run_manufacturing()
# run_stock()
# run_accounts()