[gst] adde reports + docs
This commit is contained in:
15
erpnext/setup/setup_wizard/utils.py
Normal file
15
erpnext/setup/setup_wizard/utils.py
Normal file
@@ -0,0 +1,15 @@
|
||||
import json, os
|
||||
|
||||
from frappe.desk.page.setup_wizard.setup_wizard import setup_complete
|
||||
from erpnext.setup.setup_wizard import setup_wizard
|
||||
|
||||
def complete():
|
||||
with open(os.path.join(os.path.dirname(__file__),
|
||||
'data', 'test_mfg.json'), 'r') as f:
|
||||
data = json.loads(f.read())
|
||||
|
||||
#setup_wizard.create_sales_tax(data)
|
||||
setup_complete(data)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user