From c10d7ec8cb72b5bec6b48ebb565ed4fcefc0080e Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 25 Jul 2016 14:55:26 +0530 Subject: [PATCH] [minor] add quick_entry and added icelandic language --- frappe/core/doctype/module_def/module_def.js | 8 +++++++ .../core/doctype/module_def/module_def.json | 13 ++++++++++-- frappe/core/doctype/patch_log/patch_log.json | 9 ++++++-- frappe/core/doctype/role/role.json | 7 +++++-- frappe/core/doctype/version/version.json | 9 ++++++-- .../doctype/custom_script/custom_script.json | 6 ++++-- frappe/data/languages.txt | 1 + frappe/desk/doctype/note/note.json | 5 +++-- .../doctype/email_group/email_group.json | 5 +++-- .../email_group_member.json | 5 +++-- .../email_unsubscribe/email_unsubscribe.js | 8 +++++++ .../email_unsubscribe/email_unsubscribe.json | 18 ++++++++++++++-- frappe/geo/doctype/country/country.js | 8 +++++++ frappe/geo/doctype/country/country.json | 13 ++++++++++-- frappe/public/js/frappe/model/create_new.js | 3 +-- .../js/frappe/ui/toolbar/awesome_bar.js | 21 ++++++++++++------- .../doctype/blog_category/blog_category.json | 5 +++-- .../workflow_action/workflow_action.js | 8 +++++++ .../workflow_action/workflow_action.json | 11 ++++++++-- .../doctype/workflow_state/workflow_state.js | 8 +++++++ .../workflow_state/workflow_state.json | 15 +++++++++++-- 21 files changed, 151 insertions(+), 35 deletions(-) create mode 100644 frappe/core/doctype/module_def/module_def.js create mode 100644 frappe/email/doctype/email_unsubscribe/email_unsubscribe.js create mode 100644 frappe/geo/doctype/country/country.js create mode 100644 frappe/workflow/doctype/workflow_action/workflow_action.js create mode 100644 frappe/workflow/doctype/workflow_state/workflow_state.js diff --git a/frappe/core/doctype/module_def/module_def.js b/frappe/core/doctype/module_def/module_def.js new file mode 100644 index 0000000000..5bb8db6d5c --- /dev/null +++ b/frappe/core/doctype/module_def/module_def.js @@ -0,0 +1,8 @@ +// Copyright (c) 2016, Frappe Technologies and contributors +// For license information, please see license.txt + +frappe.ui.form.on('Module Def', { + refresh: function(frm) { + + } +}); diff --git a/frappe/core/doctype/module_def/module_def.json b/frappe/core/doctype/module_def/module_def.json index 4978b8eebe..67ea9d2cea 100644 --- a/frappe/core/doctype/module_def/module_def.json +++ b/frappe/core/doctype/module_def/module_def.json @@ -3,10 +3,12 @@ "allow_import": 0, "allow_rename": 1, "autoname": "field:module_name", + "beta": 0, "creation": "2013-01-10 16:34:03", "custom": 0, "docstatus": 0, "doctype": "DocType", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -16,6 +18,7 @@ "fieldtype": "Data", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, "label": "Module Name", @@ -25,6 +28,7 @@ "oldfieldtype": "Data", "permlevel": 0, "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 0, @@ -40,6 +44,7 @@ "fieldtype": "Data", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, "label": "App Name", @@ -47,6 +52,7 @@ "no_copy": 0, "permlevel": 0, "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 1, @@ -59,13 +65,14 @@ "hide_toolbar": 0, "icon": "icon-sitemap", "idx": 1, + "image_view": 0, "in_create": 0, "in_dialog": 0, "is_submittable": 0, "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2015-11-16 06:29:50.398063", + "modified": "2016-07-25 05:24:25.789580", "modified_by": "Administrator", "module": "Core", "name": "Module Def", @@ -112,6 +119,8 @@ "write": 0 } ], + "quick_entry": 1, "read_only": 0, - "read_only_onload": 0 + "read_only_onload": 0, + "track_seen": 0 } \ No newline at end of file diff --git a/frappe/core/doctype/patch_log/patch_log.json b/frappe/core/doctype/patch_log/patch_log.json index edbd03bceb..3270a130ec 100644 --- a/frappe/core/doctype/patch_log/patch_log.json +++ b/frappe/core/doctype/patch_log/patch_log.json @@ -3,12 +3,14 @@ "allow_import": 0, "allow_rename": 0, "autoname": "PATCHLOG.#####", + "beta": 0, "creation": "2013-01-17 11:36:45", "custom": 0, "description": "List of patches executed", "docstatus": 0, "doctype": "DocType", "document_type": "System", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -39,13 +41,14 @@ "hide_toolbar": 0, "icon": "icon-cog", "idx": 1, + "image_view": 0, "in_create": 0, "in_dialog": 0, "is_submittable": 0, "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-02-22 09:31:31.854246", + "modified": "2016-07-25 05:24:24.847433", "modified_by": "Administrator", "module": "Core", "name": "Patch Log", @@ -72,6 +75,8 @@ "write": 0 } ], + "quick_entry": 1, "read_only": 0, - "read_only_onload": 0 + "read_only_onload": 0, + "track_seen": 0 } \ No newline at end of file diff --git a/frappe/core/doctype/role/role.json b/frappe/core/doctype/role/role.json index 0969b9bbc7..7567c24500 100644 --- a/frappe/core/doctype/role/role.json +++ b/frappe/core/doctype/role/role.json @@ -3,10 +3,12 @@ "allow_import": 0, "allow_rename": 1, "autoname": "field:role_name", + "beta": 0, "creation": "2013-01-08 15:50:01", "custom": 0, "docstatus": 0, "doctype": "DocType", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -65,13 +67,14 @@ "hide_toolbar": 0, "icon": "icon-bookmark", "idx": 1, + "image_view": 0, "in_create": 0, "in_dialog": 0, "is_submittable": 0, "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-04-20 12:54:08.406706", + "modified": "2016-07-25 05:24:24.406260", "modified_by": "Administrator", "module": "Core", "name": "Role", @@ -138,7 +141,7 @@ "write": 0 } ], - "quick_entry": 0, + "quick_entry": 1, "read_only": 0, "read_only_onload": 0, "sort_order": "ASC", diff --git a/frappe/core/doctype/version/version.json b/frappe/core/doctype/version/version.json index ba9a975797..f9154be98a 100644 --- a/frappe/core/doctype/version/version.json +++ b/frappe/core/doctype/version/version.json @@ -3,11 +3,13 @@ "allow_import": 0, "allow_rename": 0, "autoname": "_VER.######", + "beta": 0, "creation": "2014-02-20 17:22:37", "custom": 0, "docstatus": 0, "doctype": "DocType", "document_type": "Setup", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -87,13 +89,14 @@ "hide_toolbar": 0, "icon": "icon-copy", "idx": 1, + "image_view": 0, "in_create": 0, "in_dialog": 0, "is_submittable": 0, "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-02-22 07:59:43.968145", + "modified": "2016-07-25 05:24:24.954110", "modified_by": "Administrator", "module": "Core", "name": "Version", @@ -120,7 +123,9 @@ "write": 0 } ], + "quick_entry": 1, "read_only": 0, "read_only_onload": 0, - "sort_order": "ASC" + "sort_order": "ASC", + "track_seen": 0 } \ No newline at end of file diff --git a/frappe/custom/doctype/custom_script/custom_script.json b/frappe/custom/doctype/custom_script/custom_script.json index 26ddb10cff..fc87548660 100644 --- a/frappe/custom/doctype/custom_script/custom_script.json +++ b/frappe/custom/doctype/custom_script/custom_script.json @@ -9,6 +9,7 @@ "description": "Adds a custom script (client or server) to a DocType", "docstatus": 0, "doctype": "DocType", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -122,13 +123,14 @@ "hide_toolbar": 0, "icon": "icon-glass", "idx": 1, + "image_view": 0, "in_create": 0, "in_dialog": 0, "is_submittable": 0, "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-05-14 09:22:45.601963", + "modified": "2016-07-25 05:24:24.245725", "modified_by": "Administrator", "module": "Custom", "name": "Custom Script", @@ -175,7 +177,7 @@ "write": 1 } ], - "quick_entry": 0, + "quick_entry": 1, "read_only": 0, "read_only_onload": 0, "sort_order": "ASC", diff --git a/frappe/data/languages.txt b/frappe/data/languages.txt index fd9e82cd50..973bc09344 100644 --- a/frappe/data/languages.txt +++ b/frappe/data/languages.txt @@ -22,6 +22,7 @@ hi हिंदी hr hrvatski hu magyar id Indonesia +is íslenska it italiano ja 日本語 km ភាសាខ្មែរ diff --git a/frappe/desk/doctype/note/note.json b/frappe/desk/doctype/note/note.json index e9c688d2e2..97a083a1f8 100644 --- a/frappe/desk/doctype/note/note.json +++ b/frappe/desk/doctype/note/note.json @@ -9,6 +9,7 @@ "docstatus": 0, "doctype": "DocType", "document_type": "Document", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -96,7 +97,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-06-13 16:55:17.639957", + "modified": "2016-07-25 05:24:24.137761", "modified_by": "Administrator", "module": "Desk", "name": "Note", @@ -123,7 +124,7 @@ "write": 1 } ], - "quick_entry": 0, + "quick_entry": 1, "read_only": 0, "read_only_onload": 1, "sort_order": "ASC", diff --git a/frappe/email/doctype/email_group/email_group.json b/frappe/email/doctype/email_group/email_group.json index 7a40b5fd71..5eab27bb1f 100644 --- a/frappe/email/doctype/email_group/email_group.json +++ b/frappe/email/doctype/email_group/email_group.json @@ -9,6 +9,7 @@ "docstatus": 0, "doctype": "DocType", "document_type": "Setup", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -72,7 +73,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-06-28 15:33:58.274566", + "modified": "2016-07-25 05:24:23.855996", "modified_by": "Administrator", "module": "Email", "name": "Email Group", @@ -100,7 +101,7 @@ "write": 1 } ], - "quick_entry": 0, + "quick_entry": 1, "read_only": 0, "read_only_onload": 0, "sort_field": "modified", diff --git a/frappe/email/doctype/email_group_member/email_group_member.json b/frappe/email/doctype/email_group_member/email_group_member.json index 916b06b024..52ee386fa1 100644 --- a/frappe/email/doctype/email_group_member/email_group_member.json +++ b/frappe/email/doctype/email_group_member/email_group_member.json @@ -9,6 +9,7 @@ "docstatus": 0, "doctype": "DocType", "document_type": "Document", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -97,7 +98,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-06-28 17:00:27.546534", + "modified": "2016-07-25 05:24:23.790234", "modified_by": "Administrator", "module": "Email", "name": "Email Group Member", @@ -125,7 +126,7 @@ "write": 1 } ], - "quick_entry": 0, + "quick_entry": 1, "read_only": 0, "read_only_onload": 0, "sort_field": "modified", diff --git a/frappe/email/doctype/email_unsubscribe/email_unsubscribe.js b/frappe/email/doctype/email_unsubscribe/email_unsubscribe.js new file mode 100644 index 0000000000..9a022cf4ca --- /dev/null +++ b/frappe/email/doctype/email_unsubscribe/email_unsubscribe.js @@ -0,0 +1,8 @@ +// Copyright (c) 2016, Frappe Technologies and contributors +// For license information, please see license.txt + +frappe.ui.form.on('Email Unsubscribe', { + refresh: function(frm) { + + } +}); diff --git a/frappe/email/doctype/email_unsubscribe/email_unsubscribe.json b/frappe/email/doctype/email_unsubscribe/email_unsubscribe.json index 71ea8cc2db..798c470319 100644 --- a/frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +++ b/frappe/email/doctype/email_unsubscribe/email_unsubscribe.json @@ -2,11 +2,13 @@ "allow_copy": 0, "allow_import": 0, "allow_rename": 0, + "beta": 0, "creation": "2015-03-18 09:41:20.216319", "custom": 0, "docstatus": 0, "doctype": "DocType", "document_type": "System", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -16,6 +18,7 @@ "fieldtype": "Data", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, "label": "Email", @@ -24,6 +27,7 @@ "permlevel": 0, "precision": "", "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 1, @@ -39,6 +43,7 @@ "fieldtype": "Link", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, "label": "Reference DocType", @@ -48,6 +53,7 @@ "permlevel": 0, "precision": "", "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 0, @@ -63,6 +69,7 @@ "fieldtype": "Dynamic Link", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, "label": "Reference Name", @@ -72,6 +79,7 @@ "permlevel": 0, "precision": "", "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 0, @@ -87,6 +95,7 @@ "fieldtype": "Check", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, "label": "Global Unsubscribe", @@ -95,6 +104,7 @@ "permlevel": 0, "precision": "", "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 0, @@ -105,13 +115,15 @@ ], "hide_heading": 0, "hide_toolbar": 0, + "idx": 0, + "image_view": 0, "in_create": 0, "in_dialog": 0, "is_submittable": 0, "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2015-11-16 06:29:46.223148", + "modified": "2016-07-25 05:24:25.970291", "modified_by": "Administrator", "module": "Email", "name": "Email Unsubscribe", @@ -139,8 +151,10 @@ "write": 1 } ], + "quick_entry": 1, "read_only": 0, "read_only_onload": 0, "sort_field": "modified", - "sort_order": "DESC" + "sort_order": "DESC", + "track_seen": 0 } \ No newline at end of file diff --git a/frappe/geo/doctype/country/country.js b/frappe/geo/doctype/country/country.js new file mode 100644 index 0000000000..62159a1fe7 --- /dev/null +++ b/frappe/geo/doctype/country/country.js @@ -0,0 +1,8 @@ +// Copyright (c) 2016, Frappe Technologies and contributors +// For license information, please see license.txt + +frappe.ui.form.on('Country', { + refresh: function(frm) { + + } +}); diff --git a/frappe/geo/doctype/country/country.json b/frappe/geo/doctype/country/country.json index e2e03b5ebe..118361bbd2 100644 --- a/frappe/geo/doctype/country/country.json +++ b/frappe/geo/doctype/country/country.json @@ -3,11 +3,13 @@ "allow_import": 1, "allow_rename": 1, "autoname": "field:country_name", + "beta": 0, "creation": "2013-01-19 10:23:30", "custom": 0, "docstatus": 0, "doctype": "DocType", "document_type": "Setup", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -17,6 +19,7 @@ "fieldtype": "Data", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, "label": "Country Name", @@ -42,6 +45,7 @@ "fieldtype": "Data", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, "label": "Date Format", @@ -65,6 +69,7 @@ "fieldtype": "Text", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, "label": "Time Zones", @@ -88,6 +93,7 @@ "fieldtype": "Data", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 1, "label": "Code", @@ -108,6 +114,7 @@ "hide_toolbar": 0, "icon": "icon-globe", "idx": 1, + "image_view": 0, "in_create": 0, "in_dialog": 0, "is_submittable": 0, @@ -115,7 +122,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2015-12-16 02:12:12.092442", + "modified": "2016-07-25 05:24:25.180255", "modified_by": "Administrator", "module": "Geo", "name": "Country", @@ -162,8 +169,10 @@ "write": 0 } ], + "quick_entry": 1, "read_only": 0, "read_only_onload": 0, "sort_field": "country_name", - "sort_order": "ASC" + "sort_order": "ASC", + "track_seen": 0 } \ No newline at end of file diff --git a/frappe/public/js/frappe/model/create_new.js b/frappe/public/js/frappe/model/create_new.js index 99fa5cd8e1..071266a981 100644 --- a/frappe/public/js/frappe/model/create_new.js +++ b/frappe/public/js/frappe/model/create_new.js @@ -308,8 +308,7 @@ frappe.new_doc = function (doctype, opts) { var route = frappe.get_route(); if(route && !(route[0]==='List' && route[1]===doc.doctype)) { - show_alert('' - + __('{0} {1} created', [doc.doctype, strip_html(title)]) + ''); + frappe.set_route('Form', doc.doctype, doc.name); } }); } diff --git a/frappe/public/js/frappe/ui/toolbar/awesome_bar.js b/frappe/public/js/frappe/ui/toolbar/awesome_bar.js index 875a64dfd1..22a2327c71 100644 --- a/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +++ b/frappe/public/js/frappe/ui/toolbar/awesome_bar.js @@ -165,12 +165,15 @@ frappe.search = { _item = __(item).toLowerCase().replace(/-/g, " "); if(txt===_item || _item.indexOf(txt) !== -1) { var option = process(item); - option.match = item; - if(prepend) { - frappe.search.options = [option].concat(frappe.search.options); - } else { - frappe.search.options.push(option); + if(option) { + option.match = item; + + if(prepend) { + frappe.search.options = [option].concat(frappe.search.options); + } else { + frappe.search.options.push(option); + } } } }); @@ -275,12 +278,16 @@ frappe.search.verbs = [ // modules function(txt) { frappe.search.find(keys(frappe.modules), txt, function(match) { + var module = frappe.modules[match]; + + if(module._doctype) return; + ret = { label: __("Open {0}", [""+__(match)+""]), value: __("Open {0}", [__(match)]), } - if(frappe.modules[match].link) { - ret.route = [frappe.modules[match].link]; + if(module.link) { + ret.route = [module.link]; } else { ret.route = ["Module", match]; } diff --git a/frappe/website/doctype/blog_category/blog_category.json b/frappe/website/doctype/blog_category/blog_category.json index 011681c37e..9291c92b1c 100644 --- a/frappe/website/doctype/blog_category/blog_category.json +++ b/frappe/website/doctype/blog_category/blog_category.json @@ -9,6 +9,7 @@ "docstatus": 0, "doctype": "DocType", "document_type": "Setup", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -120,7 +121,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-06-27 12:25:12.502119", + "modified": "2016-07-25 05:24:23.923106", "modified_by": "Administrator", "module": "Website", "name": "Blog Category", @@ -167,7 +168,7 @@ "write": 0 } ], - "quick_entry": 0, + "quick_entry": 1, "read_only": 0, "read_only_onload": 0, "sort_order": "DESC", diff --git a/frappe/workflow/doctype/workflow_action/workflow_action.js b/frappe/workflow/doctype/workflow_action/workflow_action.js new file mode 100644 index 0000000000..585846da1f --- /dev/null +++ b/frappe/workflow/doctype/workflow_action/workflow_action.js @@ -0,0 +1,8 @@ +// Copyright (c) 2016, Frappe Technologies and contributors +// For license information, please see license.txt + +frappe.ui.form.on('Workflow Action', { + refresh: function(frm) { + + } +}); diff --git a/frappe/workflow/doctype/workflow_action/workflow_action.json b/frappe/workflow/doctype/workflow_action/workflow_action.json index a66d42b1ca..52d3176b73 100644 --- a/frappe/workflow/doctype/workflow_action/workflow_action.json +++ b/frappe/workflow/doctype/workflow_action/workflow_action.json @@ -3,11 +3,13 @@ "allow_import": 0, "allow_rename": 0, "autoname": "field:workflow_action_name", + "beta": 0, "creation": "2012-12-28 10:49:56", "custom": 0, "description": "Workflow Action Master", "docstatus": 0, "doctype": "DocType", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -17,6 +19,7 @@ "fieldtype": "Data", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, "label": "Workflow Action Name", @@ -24,6 +27,7 @@ "no_copy": 0, "permlevel": 0, "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 1, @@ -36,13 +40,14 @@ "hide_toolbar": 0, "icon": "icon-flag", "idx": 1, + "image_view": 0, "in_create": 0, "in_dialog": 0, "is_submittable": 0, "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2015-11-16 06:30:00.884948", + "modified": "2016-07-25 05:24:25.364341", "modified_by": "Administrator", "module": "Workflow", "name": "Workflow Action", @@ -69,6 +74,8 @@ "write": 1 } ], + "quick_entry": 1, "read_only": 0, - "read_only_onload": 0 + "read_only_onload": 0, + "track_seen": 0 } \ No newline at end of file diff --git a/frappe/workflow/doctype/workflow_state/workflow_state.js b/frappe/workflow/doctype/workflow_state/workflow_state.js new file mode 100644 index 0000000000..3b872ebf17 --- /dev/null +++ b/frappe/workflow/doctype/workflow_state/workflow_state.js @@ -0,0 +1,8 @@ +// Copyright (c) 2016, Frappe Technologies and contributors +// For license information, please see license.txt + +frappe.ui.form.on('Workflow State', { + refresh: function(frm) { + + } +}); diff --git a/frappe/workflow/doctype/workflow_state/workflow_state.json b/frappe/workflow/doctype/workflow_state/workflow_state.json index 38fb1bf565..b8049fa4ee 100644 --- a/frappe/workflow/doctype/workflow_state/workflow_state.json +++ b/frappe/workflow/doctype/workflow_state/workflow_state.json @@ -3,12 +3,14 @@ "allow_import": 1, "allow_rename": 0, "autoname": "field:workflow_state_name", + "beta": 0, "creation": "2012-12-28 10:49:56", "custom": 0, "description": "Workflow state represents the current state of a document.", "docstatus": 0, "doctype": "DocType", "document_type": "Setup", + "editable_grid": 0, "fields": [ { "allow_on_submit": 0, @@ -18,6 +20,7 @@ "fieldtype": "Data", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, "label": "State", @@ -25,6 +28,7 @@ "no_copy": 0, "permlevel": 0, "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 1, @@ -41,6 +45,7 @@ "fieldtype": "Select", "hidden": 1, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, "label": "Icon", @@ -49,6 +54,7 @@ "options": "\nglass\nmusic\nsearch\nenvelope\nheart\nstar\nstar-empty\nuser\nfilm\nth-large\nth\nth-list\nok\nremove\nzoom-in\nzoom-out\noff\nsignal\ncog\ntrash\nhome\nfile\ntime\nroad\ndownload-alt\ndownload\nupload\ninbox\nplay-circle\nrepeat\nrefresh\nlist-alt\nlock\nflag\nheadphones\nvolume-off\nvolume-down\nvolume-up\nqrcode\nbarcode\ntag\ntags\nbook\nbookmark\nprint\ncamera\nfont\nbold\nitalic\ntext-height\ntext-width\nalign-left\nalign-center\nalign-right\nalign-justify\nlist\nindent-left\nindent-right\nfacetime-video\npicture\npencil\nmap-marker\nadjust\ntint\nedit\nshare\ncheck\nmove\nstep-backward\nfast-backward\nbackward\nplay\npause\nstop\nforward\nfast-forward\nstep-forward\neject\nchevron-left\nchevron-right\nplus-sign\nminus-sign\nremove-sign\nok-sign\nquestion-sign\ninfo-sign\nscreenshot\nremove-circle\nok-circle\nban-circle\narrow-left\narrow-right\narrow-up\narrow-down\nshare-alt\nresize-full\nresize-small\nplus\nminus\nasterisk\nexclamation-sign\ngift\nleaf\nfire\neye-open\neye-close\nwarning-sign\nplane\ncalendar\nrandom\ncomment\nmagnet\nchevron-up\nchevron-down\nretweet\nshopping-cart\nfolder-close\nfolder-open\nresize-vertical\nresize-horizontal\nhdd\nbullhorn\nbell\ncertificate\nthumbs-up\nthumbs-down\nhand-right\nhand-left\nhand-up\nhand-down\ncircle-arrow-right\ncircle-arrow-left\ncircle-arrow-up\ncircle-arrow-down\nglobe\nwrench\ntasks\nfilter\nbriefcase\nfullscreen", "permlevel": 0, "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 0, @@ -65,6 +71,7 @@ "fieldtype": "Select", "hidden": 0, "ignore_user_permissions": 0, + "ignore_xss_filter": 0, "in_filter": 0, "in_list_view": 0, "label": "Style", @@ -73,6 +80,7 @@ "options": "\nPrimary\nInfo\nSuccess\nWarning\nDanger\nInverse", "permlevel": 0, "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 0, @@ -85,13 +93,14 @@ "hide_toolbar": 0, "icon": "icon-flag", "idx": 1, + "image_view": 0, "in_create": 0, "in_dialog": 0, "is_submittable": 0, "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2015-11-16 06:30:00.960083", + "modified": "2016-07-25 05:24:25.280644", "modified_by": "Administrator", "module": "Workflow", "name": "Workflow State", @@ -118,6 +127,8 @@ "write": 1 } ], + "quick_entry": 1, "read_only": 0, - "read_only_onload": 0 + "read_only_onload": 0, + "track_seen": 0 } \ No newline at end of file