reprts
This commit is contained in:
@@ -63,9 +63,10 @@ class ReportService(BaseService):
|
||||
@staticmethod
|
||||
def configured_report_types():
|
||||
data = {
|
||||
"topics":[
|
||||
"topics": [
|
||||
{"name": 'Payments', "url": 'payment', "active": True, "list_order": 0},
|
||||
{"name": 'Product', "url": 'product', "active": True, "list_order": 1},
|
||||
{"name": 'System', "url": 'system', "active": True, "list_order": 2},
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ class WebContentsService(BaseService):
|
||||
"site_title": "my-site-title",
|
||||
"site_description": "This is site description in the header",
|
||||
"site_logo_text": "MY-GOOD-LOGO",
|
||||
"site_contact_email": "email@specialemail.com",
|
||||
"site_contact_email": "email@email.com",
|
||||
"site_contact_phone": "911 111 1111",
|
||||
"site_keywords": "Responsive, HTML5, DSAThemes, Landing, Software, Mobile App, SaaS, Startup, Creative, Digital Product",
|
||||
"facebook": "myface.facebook.com",
|
||||
@@ -76,6 +76,7 @@ class WebContentsService(BaseService):
|
||||
web_contents_data[t.settings_key.strip()] = t.setting_value.strip()
|
||||
|
||||
# The template set up
|
||||
web_contents_data["web_images"]=[]
|
||||
|
||||
|
||||
return web_contents_data
|
||||
|
||||
Reference in New Issue
Block a user