This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Web Notes to Frappe, better alerts, css fixes, fixed splash
version-14
Anand Doshi
10 年之前
父節點
e868ba0396
當前提交
2995f02f3b
共有
100 個文件被更改
,包括
100 次插入
和
100 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/__init__.py
+1
-1
frappe/api.py
+1
-1
frappe/app.py
+1
-1
frappe/auth.py
+1
-1
frappe/boot.py
+1
-1
frappe/build.py
+1
-1
frappe/celery_app.py
+1
-1
frappe/cli.py
+1
-1
frappe/client.py
+1
-1
frappe/core/__init__.py
+1
-1
frappe/core/doctype/__init__.py
+1
-1
frappe/core/doctype/comment/__init__.py
+1
-1
frappe/core/doctype/comment/comment.py
+1
-1
frappe/core/doctype/comment/test_comment.py
+1
-1
frappe/core/doctype/communication/__init__.py
+1
-1
frappe/core/doctype/communication/communication.py
+1
-1
frappe/core/doctype/communication/test_communication.py
+1
-1
frappe/core/doctype/defaultvalue/__init__.py
+1
-1
frappe/core/doctype/defaultvalue/defaultvalue.py
+1
-1
frappe/core/doctype/docfield/__init__.py
+1
-1
frappe/core/doctype/docfield/docfield.py
+1
-1
frappe/core/doctype/docperm/__init__.py
+1
-1
frappe/core/doctype/docperm/docperm.py
+1
-1
frappe/core/doctype/docshare/docshare.py
+1
-1
frappe/core/doctype/docshare/test_docshare.py
+1
-1
frappe/core/doctype/doctype/__init__.py
+1
-1
frappe/core/doctype/doctype/doctype.js
+1
-1
frappe/core/doctype/doctype/doctype.py
+1
-1
frappe/core/doctype/file_data/__init__.py
+1
-1
frappe/core/doctype/file_data/file_data.py
+1
-1
frappe/core/doctype/module_def/__init__.py
+1
-1
frappe/core/doctype/module_def/module_def.py
+1
-1
frappe/core/doctype/page/__init__.py
+1
-1
frappe/core/doctype/page/page.py
+1
-1
frappe/core/doctype/page/test_page.py
+1
-1
frappe/core/doctype/page_role/__init__.py
+1
-1
frappe/core/doctype/page_role/page_role.py
+1
-1
frappe/core/doctype/patch_log/__init__.py
+1
-1
frappe/core/doctype/patch_log/patch_log.py
+1
-1
frappe/core/doctype/report/__init__.py
+1
-1
frappe/core/doctype/report/report.py
+1
-1
frappe/core/doctype/report/test_report.py
+1
-1
frappe/core/doctype/role/__init__.py
+1
-1
frappe/core/doctype/role/role.js
+1
-1
frappe/core/doctype/role/role.py
+1
-1
frappe/core/doctype/role/test_role.py
+1
-1
frappe/core/doctype/scheduler_log/__init__.py
+1
-1
frappe/core/doctype/scheduler_log/scheduler_log.py
+1
-1
frappe/core/doctype/system_settings/system_settings.py
+1
-1
frappe/core/doctype/tag/__init__.py
+1
-1
frappe/core/doctype/tag/tag.py
+1
-1
frappe/core/doctype/user/test_user.py
+1
-1
frappe/core/doctype/user/user.py
+1
-1
frappe/core/doctype/user/user_list.js
+1
-1
frappe/core/doctype/userrole/__init__.py
+1
-1
frappe/core/doctype/userrole/userrole.py
+1
-1
frappe/core/doctype/version/test_version.py
+1
-1
frappe/core/doctype/version/version.py
+1
-1
frappe/core/notifications.py
+1
-1
frappe/core/page/__init__.py
+1
-1
frappe/core/page/data_import_tool/__init__.py
+1
-1
frappe/core/page/data_import_tool/data_import_tool.py
+1
-1
frappe/core/page/data_import_tool/exporter.py
+1
-1
frappe/core/page/data_import_tool/importer.py
+1
-1
frappe/core/page/data_import_tool/test_exporter_fixtures.py
+1
-1
frappe/core/page/desktop/__init__.py
+1
-1
frappe/core/page/modules_setup/__init__.py
+1
-1
frappe/core/page/modules_setup/modules_setup.py
+1
-1
frappe/core/page/permission_manager/__init__.py
+1
-1
frappe/core/page/permission_manager/permission_manager.py
+1
-1
frappe/core/page/user_permissions/__init__.py
+1
-1
frappe/core/page/user_permissions/user_permissions.py
+1
-1
frappe/core/report/__init__.py
+1
-1
frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js
+1
-1
frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py
+1
-1
frappe/core/report/todo/__init__.py
+1
-1
frappe/core/report/todo/todo.py
+1
-1
frappe/custom/doctype/custom_field/__init__.py
+1
-1
frappe/custom/doctype/custom_field/custom_field.js
+1
-1
frappe/custom/doctype/custom_field/custom_field.py
+1
-1
frappe/custom/doctype/custom_field/test_custom_field.py
+1
-1
frappe/custom/doctype/custom_script/__init__.py
+1
-1
frappe/custom/doctype/custom_script/custom_script.py
+1
-1
frappe/custom/doctype/customize_form/__init__.py
+1
-1
frappe/custom/doctype/customize_form/customize_form.js
+1
-1
frappe/custom/doctype/customize_form/customize_form.py
+1
-1
frappe/custom/doctype/customize_form/test_customize_form.py
+1
-1
frappe/custom/doctype/customize_form_field/__init__.py
+1
-1
frappe/custom/doctype/customize_form_field/customize_form_field.py
+1
-1
frappe/custom/doctype/property_setter/__init__.py
+1
-1
frappe/custom/doctype/property_setter/property_setter.js
+1
-1
frappe/custom/doctype/property_setter/property_setter.py
+1
-1
frappe/data/conf.py
+1
-1
frappe/database.py
+1
-1
frappe/defaults.py
+1
-1
frappe/desk/__init__.py
+1
-1
frappe/desk/calendar.py
+1
-1
frappe/desk/desk_page.py
+1
-1
frappe/desk/doctype/event/__init__.py
+1
-1
frappe/desk/doctype/event/event.js
+ 1
- 1
frappe/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
"""
globals attached to frappe module
+ 1
- 1
frappe/api.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/app.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/auth.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/boot.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/build.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/celery_app.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals, absolute_import
+ 1
- 1
frappe/cli.py
查看文件
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/client.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/comment/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/comment/comment.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/comment/test_comment.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/communication/__init__.py
查看文件
@@ -1,3 +1,3 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
+ 1
- 1
frappe/core/doctype/communication/communication.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/communication/test_communication.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/defaultvalue/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/defaultvalue/defaultvalue.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/docfield/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/docfield/docfield.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/docperm/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/docperm/docperm.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/docshare/docshare.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/docshare/test_docshare.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# See license.txt
import frappe
+ 1
- 1
frappe/core/doctype/doctype/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/doctype/doctype.js
查看文件
@@ -1,4 +1,4 @@
// Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
// Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt
// -------------
+ 1
- 1
frappe/core/doctype/doctype/doctype.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/file_data/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/file_data/file_data.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/module_def/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/module_def/module_def.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/page/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/page/page.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/page/test_page.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/page_role/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/page_role/page_role.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/patch_log/__init__.py
查看文件
@@ -1,3 +1,3 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
+ 1
- 1
frappe/core/doctype/patch_log/patch_log.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
# For license information, please see license.txt
+ 1
- 1
frappe/core/doctype/report/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/report/report.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/report/test_report.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# See license.txt
import frappe
+ 1
- 1
frappe/core/doctype/role/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/role/role.js
查看文件
@@ -1,4 +1,4 @@
// Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
// Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt
cur_frm.cscript.refresh = function(doc) {
+ 1
- 1
frappe/core/doctype/role/role.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/role/test_role.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/scheduler_log/__init__.py
查看文件
@@ -1,3 +1,3 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
+ 1
- 1
frappe/core/doctype/scheduler_log/scheduler_log.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
# For license information, please see license.txt
+ 1
- 1
frappe/core/doctype/system_settings/system_settings.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# For license information, please see license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/tag/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/tag/tag.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/user/test_user.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/user/user.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/user/user_list.js
查看文件
@@ -1,4 +1,4 @@
// Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
// Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt
frappe.listview_settings['User'] = {
+ 1
- 1
frappe/core/doctype/userrole/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/userrole/userrole.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/version/test_version.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/doctype/version/version.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
# For license information, please see license.txt
+ 1
- 1
frappe/core/notifications.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/page/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/page/data_import_tool/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/page/data_import_tool/data_import_tool.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/page/data_import_tool/exporter.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/page/data_import_tool/importer.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/page/data_import_tool/test_exporter_fixtures.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/page/desktop/__init__.py
查看文件
@@ -1,3 +1,3 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
+ 1
- 1
frappe/core/page/modules_setup/__init__.py
查看文件
@@ -1,3 +1,3 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
+ 1
- 1
frappe/core/page/modules_setup/modules_setup.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/page/permission_manager/__init__.py
查看文件
@@ -1,3 +1,3 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
+ 1
- 1
frappe/core/page/permission_manager/permission_manager.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/page/user_permissions/__init__.py
查看文件
@@ -1,3 +1,3 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
+ 1
- 1
frappe/core/page/user_permissions/user_permissions.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/report/__init__.py
查看文件
@@ -1,3 +1,3 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
+ 1
- 1
frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js
查看文件
@@ -1,4 +1,4 @@
// Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
// Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt
frappe.query_reports["Permitted Documents For User"] = {
+ 1
- 1
frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/core/report/todo/__init__.py
查看文件
@@ -1,3 +1,3 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
+ 1
- 1
frappe/core/report/todo/todo.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/custom_field/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/custom_field/custom_field.js
查看文件
@@ -1,4 +1,4 @@
// Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
// Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt
//168
+ 1
- 1
frappe/custom/doctype/custom_field/custom_field.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/custom_field/test_custom_field.py
查看文件
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/custom_script/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/custom_script/custom_script.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
import frappe
+ 1
- 1
frappe/custom/doctype/customize_form/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/customize_form/customize_form.js
查看文件
@@ -1,4 +1,4 @@
// Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
// Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt
frappe.provide("frappe.customize_form");
+ 1
- 1
frappe/custom/doctype/customize_form/customize_form.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/customize_form/test_customize_form.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/customize_form_field/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/customize_form_field/customize_form_field.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/property_setter/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/custom/doctype/property_setter/property_setter.js
查看文件
@@ -1,4 +1,4 @@
// Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
// Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt
$.extend(cur_frm.cscript, {
+ 1
- 1
frappe/custom/doctype/property_setter/property_setter.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/data/conf.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
# DEPRECATED only for reference
+ 1
- 1
frappe/database.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
# Database Module
+ 1
- 1
frappe/defaults.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/desk/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/desk/calendar.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/desk/desk_page.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/desk/doctype/event/__init__.py
查看文件
@@ -1,4 +1,4 @@
# Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
# Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
# MIT License. See license.txt
from __future__ import unicode_literals
+ 1
- 1
frappe/desk/doctype/event/event.js
查看文件
@@ -1,4 +1,4 @@
// Copyright (c) 201
3, Web Notes
Technologies Pvt. Ltd. and Contributors
// Copyright (c) 201
5, Frappe
Technologies Pvt. Ltd. and Contributors
// MIT License. See license.txt
frappe.ui.form.on("Event", "refresh", function(frm) {
部分文件因文件數量過多而無法顯示
Write
Preview
Loading…
取消
儲存