|
@@ -1,27 +1,27 @@
|
1
|
1
|
from . import __version__ as app_version
|
2
|
2
|
|
3
|
|
-app_name = "business_theme_v14"
|
4
|
|
-app_title = "Business Theme V14"
|
5
|
|
-app_publisher = "Midocean Technologies Pvt Ltd"
|
6
|
|
-app_description = "Business Theme for ERPNext / Frappe"
|
|
3
|
+app_name = "openalt_theme_v14"
|
|
4
|
+app_title = "Open-Alt Theme v14"
|
|
5
|
+app_publisher = "Open-Alt"
|
|
6
|
+app_description = "Open-Alt Theme for ERPNext / Frappe v14"
|
7
|
7
|
app_icon = "octicon octicon-file-directory"
|
8
|
8
|
app_color = "grey"
|
9
|
|
-app_email = "sagar@midocean.tech"
|
|
9
|
+app_email = "contact@open-alt.com"
|
10
|
10
|
app_license = "MIT"
|
11
|
11
|
|
12
|
12
|
# Includes in <head>
|
13
|
13
|
# ------------------
|
14
|
14
|
|
15
|
15
|
# include js, css files in header of desk.html
|
16
|
|
-app_include_css = "/assets/business_theme_v14/css/business_theme_v14.css"
|
17
|
|
-# app_include_js = "/assets/business_theme_v14/js/business_theme_v14.js"
|
|
16
|
+app_include_css = "/assets/openalt_theme_v14/css/openalt_theme_v14.css"
|
|
17
|
+# app_include_js = "/assets/openalt_theme_v14/js/openalt_theme_v14.js"
|
18
|
18
|
|
19
|
19
|
# include js, css files in header of web template
|
20
|
|
-# web_include_css = "/assets/business_theme_v14/css/business_theme_v14.css"
|
21
|
|
-# web_include_js = "/assets/business_theme_v14/js/business_theme_v14.js"
|
|
20
|
+# web_include_css = "/assets/openalt_theme_v14/css/openalt_theme_v14.css"
|
|
21
|
+# web_include_js = "/assets/openalt_theme_v14/js/openalt_theme_v14.js"
|
22
|
22
|
|
23
|
23
|
# include custom scss in every website theme (without file extension ".scss")
|
24
|
|
-# website_theme_scss = "business_theme_v14/public/scss/website"
|
|
24
|
+# website_theme_scss = "openalt_theme_v14/public/scss/website"
|
25
|
25
|
|
26
|
26
|
# include js, css files in header of web form
|
27
|
27
|
# webform_include_js = {"doctype": "public/js/doctype.js"}
|
|
@@ -58,27 +58,27 @@ app_include_css = "/assets/business_theme_v14/css/business_theme_v14.css"
|
58
|
58
|
|
59
|
59
|
# add methods and filters to jinja environment
|
60
|
60
|
# jinja = {
|
61
|
|
-# "methods": "business_theme_v14.utils.jinja_methods",
|
62
|
|
-# "filters": "business_theme_v14.utils.jinja_filters"
|
|
61
|
+# "methods": "openalt_theme_v14.utils.jinja_methods",
|
|
62
|
+# "filters": "openalt_theme_v14.utils.jinja_filters"
|
63
|
63
|
# }
|
64
|
64
|
|
65
|
65
|
# Installation
|
66
|
66
|
# ------------
|
67
|
67
|
|
68
|
|
-# before_install = "business_theme_v14.install.before_install"
|
69
|
|
-# after_install = "business_theme_v14.install.after_install"
|
|
68
|
+# before_install = "openalt_theme_v14.install.before_install"
|
|
69
|
+# after_install = "openalt_theme_v14.install.after_install"
|
70
|
70
|
|
71
|
71
|
# Uninstallation
|
72
|
72
|
# ------------
|
73
|
73
|
|
74
|
|
-# before_uninstall = "business_theme_v14.uninstall.before_uninstall"
|
75
|
|
-# after_uninstall = "business_theme_v14.uninstall.after_uninstall"
|
|
74
|
+# before_uninstall = "openalt_theme_v14.uninstall.before_uninstall"
|
|
75
|
+# after_uninstall = "openalt_theme_v14.uninstall.after_uninstall"
|
76
|
76
|
|
77
|
77
|
# Desk Notifications
|
78
|
78
|
# ------------------
|
79
|
79
|
# See frappe.core.notifications.get_notification_config
|
80
|
80
|
|
81
|
|
-# notification_config = "business_theme_v14.notifications.get_notification_config"
|
|
81
|
+# notification_config = "openalt_theme_v14.notifications.get_notification_config"
|
82
|
82
|
|
83
|
83
|
# Permissions
|
84
|
84
|
# -----------
|
|
@@ -117,39 +117,39 @@ app_include_css = "/assets/business_theme_v14/css/business_theme_v14.css"
|
117
|
117
|
|
118
|
118
|
# scheduler_events = {
|
119
|
119
|
# "all": [
|
120
|
|
-# "business_theme_v14.tasks.all"
|
|
120
|
+# "openalt_theme_v14.tasks.all"
|
121
|
121
|
# ],
|
122
|
122
|
# "daily": [
|
123
|
|
-# "business_theme_v14.tasks.daily"
|
|
123
|
+# "openalt_theme_v14.tasks.daily"
|
124
|
124
|
# ],
|
125
|
125
|
# "hourly": [
|
126
|
|
-# "business_theme_v14.tasks.hourly"
|
|
126
|
+# "openalt_theme_v14.tasks.hourly"
|
127
|
127
|
# ],
|
128
|
128
|
# "weekly": [
|
129
|
|
-# "business_theme_v14.tasks.weekly"
|
|
129
|
+# "openalt_theme_v14.tasks.weekly"
|
130
|
130
|
# ],
|
131
|
131
|
# "monthly": [
|
132
|
|
-# "business_theme_v14.tasks.monthly"
|
|
132
|
+# "openalt_theme_v14.tasks.monthly"
|
133
|
133
|
# ],
|
134
|
134
|
# }
|
135
|
135
|
|
136
|
136
|
# Testing
|
137
|
137
|
# -------
|
138
|
138
|
|
139
|
|
-# before_tests = "business_theme_v14.install.before_tests"
|
|
139
|
+# before_tests = "openalt_theme_v14.install.before_tests"
|
140
|
140
|
|
141
|
141
|
# Overriding Methods
|
142
|
142
|
# ------------------------------
|
143
|
143
|
#
|
144
|
144
|
# override_whitelisted_methods = {
|
145
|
|
-# "frappe.desk.doctype.event.event.get_events": "business_theme_v14.event.get_events"
|
|
145
|
+# "frappe.desk.doctype.event.event.get_events": "openalt_theme_v14.event.get_events"
|
146
|
146
|
# }
|
147
|
147
|
#
|
148
|
148
|
# each overriding function accepts a `data` argument;
|
149
|
149
|
# generated from the base implementation of the doctype dashboard,
|
150
|
150
|
# along with any modifications made in other Frappe apps
|
151
|
151
|
# override_doctype_dashboards = {
|
152
|
|
-# "Task": "business_theme_v14.task.get_dashboard_data"
|
|
152
|
+# "Task": "openalt_theme_v14.task.get_dashboard_data"
|
153
|
153
|
# }
|
154
|
154
|
|
155
|
155
|
# exempt linked doctypes from being automatically cancelled
|
|
@@ -185,7 +185,7 @@ app_include_css = "/assets/business_theme_v14/css/business_theme_v14.css"
|
185
|
185
|
# --------------------------------
|
186
|
186
|
|
187
|
187
|
# auth_hooks = [
|
188
|
|
-# "business_theme_v14.auth.validate"
|
|
188
|
+# "openalt_theme_v14.auth.validate"
|
189
|
189
|
# ]
|
190
|
190
|
|
191
|
191
|
# Translation
|