Guest User

js_console

a guest
Jun 13th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 111.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.     <meta charset="utf-8">
  4.     <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
  5.     <meta content="utf-8" http-equiv="encoding">
  6.     <meta name="author" content="">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1.0,
  8.         maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
  9.     <meta name="apple-mobile-web-app-capable" content="yes">
  10.     <meta name="apple-mobile-web-app-status-bar-style" content="white">
  11.     <meta name="mobile-web-app-capable" content="yes">
  12.     <title>Frappe Desk</title>
  13.     <link rel="shortcut icon"
  14.         href="/assets/erpnext/images/favicon.png" type="image/x-icon">
  15.     <link rel="icon"
  16.         href="/assets/erpnext/images/favicon.png" type="image/x-icon">
  17.     <link type="text/css" rel="stylesheet" href="assets/css/desk.min.css"><link type="text/css" rel="stylesheet" href="assets/css/list.min.css"><link type="text/css" rel="stylesheet" href="assets/css/form.min.css"><link type="text/css" rel="stylesheet" href="assets/css/report.min.css"><link type="text/css" rel="stylesheet" href="assets/css/module.min.css"><link type="text/css" rel="stylesheet" href="assets/css/erpnext.css"></head>
  18. <body>
  19.     <div class="centered splash" style="width: 200px; height: 200px;">
  20.         <img src="/assets/erpnext/images/splash.png">
  21.     </div>
  22.     <div class="offcanvas-container">
  23.         <div class="offcanvas">
  24.             <div class="offcanvas-main-section">
  25.                 <header></header>
  26.                 <div id="body_div"></div>
  27.                 <footer></footer>
  28.             </div>
  29.             <div class="modal-backdrop offcanvas-main-section-overlay"></div>
  30.             <div class="sidebar sidebar-left visible-xs visible-sm"></div>
  31.             <div class="sidebar sidebar-right visible-xs visible-sm">
  32.                 <ul class="list-unstyled sidebar-menu" id="sidebar-notification"></ul>
  33.             </div>
  34.         </div>
  35.     </div>
  36.  
  37.     <!-- hack! load background image asap, before desktop is rendered -->
  38.    
  39.  
  40.     <script type="text/javascript" src="/assets/frappe/js/lib/jquery/jquery.min.js"></script>
  41.  
  42.     <script type="text/javascript">
  43.     window._version_number = "1465451039.21";
  44.     // browser support
  45.     window.app = true;
  46.     window.dev_server = 0;
  47.  
  48.     if(!window.frappe) window.frappe = {};
  49.  
  50.     frappe.boot = {
  51.  "calendars": [
  52.   "Event",
  53.   "Holiday List",
  54.   "Leave Application",
  55.   "Production Order",
  56.   "Sales Order",
  57.   "Task",
  58.   "Time Log"
  59.  ],
  60.  "change_log": [],
  61.  "custom_css": "",
  62.  "customer_count": 2,
  63.  "desktop_icons": [
  64.   {
  65.    "_doctype": null,
  66.    "color": "#4CB6E6",
  67.    "custom": 0,
  68.    "force_show": 0,
  69.    "hidden": 0,
  70.    "hidden_in_standard": 0,
  71.    "icon": "octicon octicon-inbox",
  72.    "idx": 0,
  73.    "label": "Mandrill Integration",
  74.    "link": null,
  75.    "module_name": "Mandrill Integration",
  76.    "reverse": 0,
  77.    "standard": 1,
  78.    "type": "module"
  79.   },
  80.   {
  81.    "_doctype": null,
  82.    "color": "#FFF5A7",
  83.    "custom": 0,
  84.    "force_show": 0,
  85.    "hidden": 0,
  86.    "hidden_in_standard": 0,
  87.    "icon": "octicon octicon-calendar",
  88.    "idx": 0,
  89.    "label": "Tools",
  90.    "link": null,
  91.    "module_name": "Desk",
  92.    "reverse": 1,
  93.    "standard": 1,
  94.    "type": "module"
  95.   },
  96.   {
  97.    "_doctype": null,
  98.    "color": "#3498db",
  99.    "custom": 0,
  100.    "force_show": 0,
  101.    "hidden": 0,
  102.    "hidden_in_standard": 0,
  103.    "icon": "octicon octicon-repo",
  104.    "idx": 0,
  105.    "label": "Accounts",
  106.    "link": null,
  107.    "module_name": "Accounts",
  108.    "reverse": 0,
  109.    "standard": 1,
  110.    "type": "module"
  111.   },
  112.   {
  113.    "_doctype": null,
  114.    "color": "#4CB6E6",
  115.    "custom": 0,
  116.    "force_show": 0,
  117.    "hidden": 0,
  118.    "hidden_in_standard": 0,
  119.    "icon": "octicon octicon-inbox",
  120.    "idx": 0,
  121.    "label": "SendGrid Integration",
  122.    "link": null,
  123.    "module_name": "Sendgrid Integration",
  124.    "reverse": 0,
  125.    "standard": 1,
  126.    "type": "module"
  127.   },
  128.   {
  129.    "_doctype": "File",
  130.    "color": "#AA784D",
  131.    "custom": 0,
  132.    "force_show": 0,
  133.    "hidden": 0,
  134.    "hidden_in_standard": 0,
  135.    "icon": "octicon octicon-file-directory",
  136.    "idx": 1,
  137.    "label": "File Manager",
  138.    "link": "List/File",
  139.    "module_name": "File Manager",
  140.    "reverse": 0,
  141.    "standard": 1,
  142.    "type": "list"
  143.   },
  144.   {
  145.    "_doctype": null,
  146.    "color": "#f39c12",
  147.    "custom": 0,
  148.    "force_show": 0,
  149.    "hidden": 0,
  150.    "hidden_in_standard": 0,
  151.    "icon": "octicon octicon-package",
  152.    "idx": 1,
  153.    "label": "Stock",
  154.    "link": null,
  155.    "module_name": "Stock",
  156.    "reverse": 0,
  157.    "standard": 1,
  158.    "type": "module"
  159.   },
  160.   {
  161.    "_doctype": null,
  162.    "color": "#16a085",
  163.    "custom": 0,
  164.    "force_show": 0,
  165.    "hidden": 0,
  166.    "hidden_in_standard": 0,
  167.    "icon": "octicon octicon-globe",
  168.    "idx": 2,
  169.    "label": "Website",
  170.    "link": null,
  171.    "module_name": "Website",
  172.    "reverse": 0,
  173.    "standard": 1,
  174.    "type": "module"
  175.   },
  176.   {
  177.    "_doctype": null,
  178.    "color": "#EF4DB6",
  179.    "custom": 0,
  180.    "force_show": 0,
  181.    "hidden": 0,
  182.    "hidden_in_standard": 0,
  183.    "icon": "octicon octicon-broadcast",
  184.    "idx": 2,
  185.    "label": "CRM",
  186.    "link": null,
  187.    "module_name": "CRM",
  188.    "reverse": 0,
  189.    "standard": 1,
  190.    "type": "module"
  191.   },
  192.   {
  193.    "_doctype": null,
  194.    "color": "#bdc3c7",
  195.    "custom": 0,
  196.    "force_show": 0,
  197.    "hidden": 0,
  198.    "hidden_in_standard": 0,
  199.    "icon": "octicon octicon-settings",
  200.    "idx": 3,
  201.    "label": "Setup",
  202.    "link": null,
  203.    "module_name": "Setup",
  204.    "reverse": 1,
  205.    "standard": 1,
  206.    "type": "module"
  207.   },
  208.   {
  209.    "_doctype": null,
  210.    "color": "#1abc9c",
  211.    "custom": 0,
  212.    "force_show": 0,
  213.    "hidden": 0,
  214.    "hidden_in_standard": 0,
  215.    "icon": "octicon octicon-tag",
  216.    "idx": 3,
  217.    "label": "Selling",
  218.    "link": null,
  219.    "module_name": "Selling",
  220.    "reverse": 0,
  221.    "standard": 1,
  222.    "type": "module"
  223.   },
  224.   {
  225.    "_doctype": null,
  226.    "color": "#589494",
  227.    "custom": 0,
  228.    "force_show": 0,
  229.    "hidden": 0,
  230.    "hidden_in_standard": 0,
  231.    "icon": "octicon octicon-circuit-board",
  232.    "idx": 4,
  233.    "label": "Developer",
  234.    "link": null,
  235.    "module_name": "Core",
  236.    "reverse": 0,
  237.    "standard": 1,
  238.    "type": "module"
  239.   },
  240.   {
  241.    "_doctype": null,
  242.    "color": "#c0392b",
  243.    "custom": 0,
  244.    "force_show": 0,
  245.    "hidden": 0,
  246.    "hidden_in_standard": 0,
  247.    "icon": "octicon octicon-briefcase",
  248.    "idx": 4,
  249.    "label": "Buying",
  250.    "link": null,
  251.    "module_name": "Buying",
  252.    "reverse": 0,
  253.    "standard": 1,
  254.    "type": "module"
  255.   },
  256.   {
  257.    "_doctype": null,
  258.    "color": "#2ecc71",
  259.    "custom": 0,
  260.    "force_show": 0,
  261.    "hidden": 0,
  262.    "hidden_in_standard": 0,
  263.    "icon": "octicon octicon-organization",
  264.    "idx": 5,
  265.    "label": "Human Resources",
  266.    "link": null,
  267.    "module_name": "HR",
  268.    "reverse": 0,
  269.    "standard": 1,
  270.    "type": "module"
  271.   },
  272.   {
  273.    "_doctype": null,
  274.    "color": "#7f8c8d",
  275.    "custom": 0,
  276.    "force_show": 0,
  277.    "hidden": 0,
  278.    "hidden_in_standard": 0,
  279.    "icon": "octicon octicon-tools",
  280.    "idx": 6,
  281.    "label": "Manufacturing",
  282.    "link": null,
  283.    "module_name": "Manufacturing",
  284.    "reverse": 0,
  285.    "standard": 1,
  286.    "type": "module"
  287.   },
  288.   {
  289.    "_doctype": null,
  290.    "color": "#589494",
  291.    "custom": 0,
  292.    "force_show": 0,
  293.    "hidden": 0,
  294.    "hidden_in_standard": 0,
  295.    "icon": "octicon octicon-credit-card",
  296.    "idx": 7,
  297.    "label": "POS",
  298.    "link": "pos",
  299.    "module_name": "POS",
  300.    "reverse": 0,
  301.    "standard": 1,
  302.    "type": "page"
  303.   },
  304.   {
  305.    "_doctype": null,
  306.    "color": "#8e44ad",
  307.    "custom": 0,
  308.    "force_show": 0,
  309.    "hidden": 0,
  310.    "hidden_in_standard": 0,
  311.    "icon": "octicon octicon-rocket",
  312.    "idx": 8,
  313.    "label": "Projects",
  314.    "link": null,
  315.    "module_name": "Projects",
  316.    "reverse": 0,
  317.    "standard": 1,
  318.    "type": "module"
  319.   },
  320.   {
  321.    "_doctype": null,
  322.    "color": "#2c3e50",
  323.    "custom": 0,
  324.    "force_show": 0,
  325.    "hidden": 0,
  326.    "hidden_in_standard": 0,
  327.    "icon": "octicon octicon-issue-opened",
  328.    "idx": 9,
  329.    "label": "Support",
  330.    "link": null,
  331.    "module_name": "Support",
  332.    "reverse": 0,
  333.    "standard": 1,
  334.    "type": "module"
  335.   },
  336.   {
  337.    "_doctype": null,
  338.    "color": "#FF888B",
  339.    "custom": 0,
  340.    "force_show": 0,
  341.    "hidden": 0,
  342.    "hidden_in_standard": 0,
  343.    "icon": "octicon octicon-device-camera-video",
  344.    "idx": 10,
  345.    "label": "Learn",
  346.    "link": null,
  347.    "module_name": "Learn",
  348.    "reverse": 0,
  349.    "standard": 1,
  350.    "type": "module"
  351.   }
  352.  ],
  353.  "disable_async": null,
  354.  "docs": [
  355.   {
  356.    "content": null,
  357.    "creation": "2013-02-14 17:37:37",
  358.    "docstatus": 0,
  359.    "doctype": "Page",
  360.    "icon": "icon-th",
  361.    "idx": 1,
  362.    "modified": "2013-07-11 14:41:56",
  363.    "modified_by": "Administrator",
  364.    "module": "Core",
  365.    "name": "desktop",
  366.    "owner": "Administrator",
  367.    "page_name": "desktop",
  368.    "roles": [
  369.     {
  370.      "creation": "2013-02-14 17:37:37",
  371.      "docstatus": 0,
  372.      "doctype": "Page Role",
  373.      "idx": 1,
  374.      "modified": "2015-04-14 19:37:13.809341",
  375.      "modified_by": "Administrator",
  376.      "name": "4148f5e2b1",
  377.      "owner": "Administrator",
  378.      "parent": "desktop",
  379.      "parentfield": "roles",
  380.      "parenttype": "Page",
  381.      "role": "All"
  382.     }
  383.    ],
  384.    "script": "frappe.templates[\"desktop_list_view\"] = '<div class=\"container page-body\"> <div class=\"row\"> <div class=\"layout-main-section\"> <div class=\"page-content desktop-list\" style=\"margin-top: 40px;\"> {% for (var i=0, l=desktop_items.length; i < l; i++) { var module = desktop_items[i]; %} <div class=\"desktop-list-item\" id=\"module-icon-{%= module._id %}\" data-name=\"{%= module.name %}\" data-link=\"{%= module.link %}\" title=\"{%= module._label %}\"> <h4> <i class=\"{{ module.icon }} text-muted\" style=\"font-size: 20px; margin-right: 15px;\"></i> {{ module._label }} </h4> <span class=\"open-notification module-count-{{ module._id }}\" style=\"display: none;\"></span> </div> {% } %} </div> </div> </div> </div> ';\nfrappe.templates[\"all_applications_dialog\"] = '<div><input class=\"form-control desktop-app-search\" type=\"text\" placeholder=\"{%= __(\"Search Application\") %}\"> </div> {% if (frappe.user.has_role(\"System Manager\")) { %} <p class=\"text-right\"><a href=\"#applications\" class=\"btn btn-sm btn-default\">Install new applications</a> </p> {% } %} <hr> <p class=\"text-muted small\">{%= __(\"Checked items will be shown on desktop\") %}</p> <div class=\"list-group all-applications-list\"> {% for(var i=0, l=all_modules.length; i < l; i++) { var module_name = all_modules[i]; var module = frappe.get_module(module_name); if (desktop_items.indexOf(module_name)===-1 || frappe.user.is_module_blocked(module_name)) { continue; } %} <div class=\"list-group-item\" data-label=\"{%= module.label %}\" data-name=\"{%= module.name %}\"> <div class=\"checkbox\"> <label> <input type=\"checkbox\" {% if (user_desktop_items.indexOf(module.name)!==-1) { %} checked {% } %} data-name=\"{%= module.name %}\" {{ module.force_show ? \"disabled\" : \"\"}}> {%= __(module.label) %} </label> </div> </div> {% } %} </div> ';\nfrappe.templates[\"desktop_icon_grid\"] = '<div style=\"text-align: center; padding-top: calc(40px + 3%)\"> <div id=\"icon-grid\"> {% for (var i=0, l=desktop_items.length; i < l; i++) { %} {{ frappe.render_template(\"desktop_module_icon\", desktop_items[i]) }} {% } %} </div> </div> <div style=\"clear: both\"></div> ';\nfrappe.templates[\"desktop_module_icon\"] = '<div class=\"case-wrapper\" data-name=\"{{ module_name }}\" data-link=\"{{ link }}\" title=\"{{ _label }}\"> {{ app_icon }} <div class=\"case-label text-ellipsis\"> <div class=\"circle module-count-{{ _id }}\" style=\"display: none;\"> <span class=\"circle-text\"></span> </div>  <span class=\"case-label-text\">{{ _label }}</span> </div> </div> ';\nfrappe.provide('frappe.desktop');\n\nfrappe.pages['desktop'].on_page_load = function(wrapper) {\n\n\t// load desktop\n\tif(!frappe.list_desktop) {\n\t\tfrappe.desktop.set_background();\n\t}\n\tfrappe.desktop.refresh(wrapper);\n};\n\nfrappe.pages['desktop'].on_page_show = function(wrapper) {\n\tif(frappe.list_desktop) {\n\t\t$(\"body\").attr(\"data-route\", \"list-desktop\");\n\t}\n};\n\n$.extend(frappe.desktop, {\n\trefresh: function(wrapper) {\n\t\tif (wrapper) {\n\t\t\tthis.wrapper = $(wrapper);\n\t\t}\n\n\t\tthis.render();\n\t\tthis.make_sortable();\n\t},\n\n\trender: function() {\n\t\tvar me = this;\n\t\tfrappe.utils.set_title(\"Desktop\");\n\n\t\tvar template = frappe.list_desktop ? \"desktop_list_view\" : \"desktop_icon_grid\";\n\n\t\tvar all_icons = frappe.get_desktop_icons();\n\t\tvar explore_icon = {\n\t\t\tmodule_name: 'Explore',\n\t\t\tlabel: 'Explore',\n\t\t\t_label: __('Explore'),\n\t\t\t_id: 'Explore',\n\t\t\ticon: 'octicon octicon-telescope',\n\t\t\tcolor: '#7578f6',\n\t\t\tlink: 'modules'\n\t\t};\n\t\texplore_icon.app_icon = frappe.ui.app_icon.get_html(explore_icon);\n\n\t\tall_icons.push(explore_icon);\n\n\t\tfrappe.desktop.wrapper.html(frappe.render_template(template, {\n\t\t\t// all visible icons\n\t\t\tdesktop_items: all_icons,\n\t\t}));\n\n\t\tfrappe.desktop.setup_module_click();\n\n\t\t// notifications\n\t\tfrappe.desktop.show_pending_notifications();\n\t\t$(document).on(\"notification-update\", function() {\n\t\t\tme.show_pending_notifications();\n\t\t});\n\n\t\t$(document).trigger(\"desktop-render\");\n\t},\n\n\tsetup_module_click: function() {\n\t\tif(frappe.list_desktop) {\n\t\t\tfrappe.desktop.wrapper.on(\"click\", \".desktop-list-item\", function() {\n\t\t\t\tfrappe.desktop.open_module($(this));\n\t\t\t});\n\t\t} else {\n\t\t\tfrappe.desktop.wrapper.on(\"click\", \".app-icon\", function() {\n\t\t\t\tfrappe.desktop.open_module($(this).parent());\n\t\t\t});\n\t\t}\n\t},\n\n\topen_module: function(parent) {\n\t\tvar link = parent.attr(\"data-link\");\n\t\tif(link) {\n\t\t\tif(link.indexOf('javascript:')===0) {\n\t\t\t\teval(link.substr(11));\n\t\t\t} else if(link.substr(0, 1)===\"/\" || link.substr(0, 4)===\"http\") {\n\t\t\t\twindow.open(link, \"_blank\");\n\t\t\t} else {\n\t\t\t\tfrappe.set_route(link);\n\t\t\t}\n\t\t\treturn false;\n\t\t} else {\n\t\t\tmodule = frappe.get_module(parent.attr(\"data-name\"));\n\t\t\tif (module && module.onclick) {\n\t\t\t\tmodule.onclick();\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t},\n\n\tmake_sortable: function() {\n\t\tif (frappe.dom.is_touchscreen() || frappe.list_desktop) {\n\t\t\treturn;\n\t\t}\n\n\t\tnew Sortable($(\"#icon-grid\").get(0), {\n\t\t\tonUpdate: function(event) {\n\t\t\t\tnew_order = [];\n\t\t\t\t$(\"#icon-grid .case-wrapper\").each(function(i, e) {\n\t\t\t\t\tnew_order.push($(this).attr(\"data-name\"));\n\t\t\t\t});\n\n\t\t\t\tfrappe.call({\n\t\t\t\t\tmethod: 'frappe.desk.doctype.desktop_icon.desktop_icon.set_order',\n\t\t\t\t\targs: {\n\t\t\t\t\t\t'new_order': new_order\n\t\t\t\t\t},\n\t\t\t\t\tquiet: true\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t},\n\n\tset_background: function() {\n\t\tfrappe.ui.set_user_background(frappe.boot.user.background_image, null,\n\t\t\tfrappe.boot.user.background_style);\n\t},\n\n\tshow_pending_notifications: function() {\n\n\t\tif (!frappe.boot.notification_info.module_doctypes) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar modules_list = frappe.user.get_desktop_items();\n\t\tfor (var i=0, l=modules_list.length; i < l; i++) {\n\t\t\tvar module = modules_list[i];\n\n\t\t\tvar module_doctypes = frappe.boot.notification_info.module_doctypes[module];\n\n\t\t\tvar sum = 0;\n\t\t\tif(module_doctypes) {\n\t\t\t\tif(frappe.boot.notification_info.open_count_doctype) {\n\t\t\t\t\tfor (var j=0, k=module_doctypes.length; j < k; j++) {\n\t\t\t\t\t\tvar doctype = module_doctypes[j];\n\t\t\t\t\t\tsum += (frappe.boot.notification_info.open_count_doctype[doctype] || 0);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else if(frappe.boot.notification_info.open_count_module\n\t\t\t\t&& frappe.boot.notification_info.open_count_module[module]!=null) {\n\t\t\t\tsum = frappe.boot.notification_info.open_count_module[module];\n\t\t\t}\n\t\t\tif (frappe.modules[module]) {\n\t\t\t\tvar notifier = $(\".module-count-\" + frappe.get_module(module)._id);\n\t\t\t\tif(notifier.length) {\n\t\t\t\t\tnotifier.toggle(sum ? true : false);\n\t\t\t\t\tvar circle = notifier.find(\".circle-text\");\n\t\t\t\t\tvar text = sum || '';\n\t\t\t\t\tif(text > 99) {\n\t\t\t\t\t\ttext = '99+';\n\t\t\t\t\t}\n\n\t\t\t\t\tif(circle.length) {\n\t\t\t\t\t\tcircle.html(text);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tnotifier.html(text);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n});\n",
  385.    "standard": "Yes",
  386.    "style": null,
  387.    "title": "Desktop"
  388.   },
  389.   {
  390.    "creation": "2015-04-14 19:37:16.864191",
  391.    "docstatus": "0",
  392.    "doctype": ":Print Settings",
  393.    "font_size": "10",
  394.    "idx": null,
  395.    "modified": "2016-02-10 11:44:39.339972",
  396.    "modified_by": "Administrator",
  397.    "name": "Print Settings",
  398.    "owner": "Administrator",
  399.    "parent": null,
  400.    "parentfield": null,
  401.    "parenttype": null,
  402.    "pdf_page_size": "A4",
  403.    "print_style": "Modern",
  404.    "repeat_header_footer": "1",
  405.    "send_print_as_pdf": "1",
  406.    "with_letterhead": "1"
  407.   },
  408.   {
  409.    "__calendar_js": null,
  410.    "__css": null,
  411.    "__form_grid_templates": null,
  412.    "__js": "\n\n",
  413.    "__linked_with": null,
  414.    "__list_js": null,
  415.    "__listview_template": null,
  416.    "__map_js": null,
  417.    "__messages": null,
  418.    "__print_formats": [],
  419.    "__workflow_docs": [],
  420.    "allow_copy": 0,
  421.    "allow_email": 0,
  422.    "allow_import": 0,
  423.    "allow_print": 0,
  424.    "allow_rename": 1,
  425.    "allow_trash": 0,
  426.    "autoname": "field:page_name",
  427.    "creation": "2012-12-20 17:16:49",
  428.    "custom": 0,
  429.    "docstatus": 0,
  430.    "doctype": "DocType",
  431.    "fields": [
  432.     {
  433.      "allow_on_submit": 0,
  434.      "bold": 0,
  435.      "collapsible": 0,
  436.      "creation": "2012-12-20 17:16:49",
  437.      "docstatus": 0,
  438.      "doctype": "DocField",
  439.      "fieldname": "page_html",
  440.      "fieldtype": "Section Break",
  441.      "hidden": 0,
  442.      "idx": 1,
  443.      "ignore_user_permissions": 0,
  444.      "ignore_xss_filter": 0,
  445.      "in_filter": 0,
  446.      "in_list_view": 0,
  447.      "is_custom_field": null,
  448.      "label": "Page HTML",
  449.      "length": 0,
  450.      "linked_document_type": null,
  451.      "modified": "2015-11-20 14:24:11.958546",
  452.      "modified_by": "Administrator",
  453.      "name": "f61a48ceb8",
  454.      "no_column": 0,
  455.      "no_copy": 0,
  456.      "oldfieldtype": "Section Break",
  457.      "owner": "Administrator",
  458.      "parent": "Page",
  459.      "parentfield": "fields",
  460.      "parenttype": "DocType",
  461.      "permlevel": 0,
  462.      "print_hide": 0,
  463.      "print_hide_if_no_value": 0,
  464.      "read_only": 0,
  465.      "report_hide": 0,
  466.      "reqd": 0,
  467.      "search_fields": null,
  468.      "search_index": 0,
  469.      "set_only_once": 0,
  470.      "unique": 0
  471.     },
  472.     {
  473.      "allow_on_submit": 0,
  474.      "bold": 0,
  475.      "collapsible": 0,
  476.      "creation": "2012-12-20 17:16:49",
  477.      "docstatus": 0,
  478.      "doctype": "DocField",
  479.      "fieldname": "page_name",
  480.      "fieldtype": "Data",
  481.      "hidden": 0,
  482.      "idx": 2,
  483.      "ignore_user_permissions": 0,
  484.      "ignore_xss_filter": 0,
  485.      "in_filter": 0,
  486.      "in_list_view": 1,
  487.      "is_custom_field": null,
  488.      "label": "Page Name",
  489.      "length": 0,
  490.      "linked_document_type": null,
  491.      "modified": "2015-11-20 14:24:11.958546",
  492.      "modified_by": "Administrator",
  493.      "name": "6cbcb3380e",
  494.      "no_column": 0,
  495.      "no_copy": 0,
  496.      "oldfieldname": "page_name",
  497.      "oldfieldtype": "Data",
  498.      "owner": "Administrator",
  499.      "parent": "Page",
  500.      "parentfield": "fields",
  501.      "parenttype": "DocType",
  502.      "permlevel": 0,
  503.      "print_hide": 0,
  504.      "print_hide_if_no_value": 0,
  505.      "read_only": 0,
  506.      "report_hide": 0,
  507.      "reqd": 1,
  508.      "search_fields": null,
  509.      "search_index": 0,
  510.      "set_only_once": 0,
  511.      "unique": 0
  512.     },
  513.     {
  514.      "allow_on_submit": 0,
  515.      "bold": 0,
  516.      "collapsible": 0,
  517.      "creation": "2012-12-20 17:16:49",
  518.      "docstatus": 0,
  519.      "doctype": "DocField",
  520.      "fieldname": "title",
  521.      "fieldtype": "Data",
  522.      "hidden": 0,
  523.      "idx": 3,
  524.      "ignore_user_permissions": 0,
  525.      "ignore_xss_filter": 0,
  526.      "in_filter": 0,
  527.      "in_list_view": 1,
  528.      "is_custom_field": null,
  529.      "label": "Title",
  530.      "length": 0,
  531.      "linked_document_type": null,
  532.      "modified": "2015-11-20 14:24:11.958546",
  533.      "modified_by": "Administrator",
  534.      "name": "f276f89878",
  535.      "no_column": 0,
  536.      "no_copy": 1,
  537.      "owner": "Administrator",
  538.      "parent": "Page",
  539.      "parentfield": "fields",
  540.      "parenttype": "DocType",
  541.      "permlevel": 0,
  542.      "print_hide": 0,
  543.      "print_hide_if_no_value": 0,
  544.      "read_only": 0,
  545.      "report_hide": 0,
  546.      "reqd": 0,
  547.      "search_fields": null,
  548.      "search_index": 0,
  549.      "set_only_once": 0,
  550.      "unique": 0
  551.     },
  552.     {
  553.      "allow_on_submit": 0,
  554.      "bold": 0,
  555.      "collapsible": 0,
  556.      "creation": "2012-12-20 17:16:49",
  557.      "docstatus": 0,
  558.      "doctype": "DocField",
  559.      "fieldname": "icon",
  560.      "fieldtype": "Data",
  561.      "hidden": 0,
  562.      "idx": 4,
  563.      "ignore_user_permissions": 0,
  564.      "ignore_xss_filter": 0,
  565.      "in_filter": 0,
  566.      "in_list_view": 1,
  567.      "is_custom_field": null,
  568.      "label": "icon",
  569.      "length": 0,
  570.      "linked_document_type": null,
  571.      "modified": "2015-11-20 14:24:11.958546",
  572.      "modified_by": "Administrator",
  573.      "name": "f843a3c382",
  574.      "no_column": 0,
  575.      "no_copy": 0,
  576.      "owner": "Administrator",
  577.      "parent": "Page",
  578.      "parentfield": "fields",
  579.      "parenttype": "DocType",
  580.      "permlevel": 0,
  581.      "print_hide": 0,
  582.      "print_hide_if_no_value": 0,
  583.      "read_only": 0,
  584.      "report_hide": 0,
  585.      "reqd": 0,
  586.      "search_fields": null,
  587.      "search_index": 0,
  588.      "set_only_once": 0,
  589.      "unique": 0
  590.     },
  591.     {
  592.      "allow_on_submit": 0,
  593.      "bold": 0,
  594.      "collapsible": 0,
  595.      "creation": "2012-12-20 17:16:49",
  596.      "docstatus": 0,
  597.      "doctype": "DocField",
  598.      "fieldname": "column_break0",
  599.      "fieldtype": "Column Break",
  600.      "hidden": 0,
  601.      "idx": 5,
  602.      "ignore_user_permissions": 0,
  603.      "ignore_xss_filter": 0,
  604.      "in_filter": 0,
  605.      "in_list_view": 0,
  606.      "is_custom_field": null,
  607.      "length": 0,
  608.      "linked_document_type": null,
  609.      "modified": "2015-11-20 14:24:11.958546",
  610.      "modified_by": "Administrator",
  611.      "name": "1366749c17",
  612.      "no_column": 0,
  613.      "no_copy": 0,
  614.      "owner": "Administrator",
  615.      "parent": "Page",
  616.      "parentfield": "fields",
  617.      "parenttype": "DocType",
  618.      "permlevel": 0,
  619.      "print_hide": 0,
  620.      "print_hide_if_no_value": 0,
  621.      "read_only": 0,
  622.      "report_hide": 0,
  623.      "reqd": 0,
  624.      "search_fields": null,
  625.      "search_index": 0,
  626.      "set_only_once": 0,
  627.      "unique": 0
  628.     },
  629.     {
  630.      "allow_on_submit": 0,
  631.      "bold": 0,
  632.      "collapsible": 0,
  633.      "creation": "2012-12-20 17:16:49",
  634.      "docstatus": 0,
  635.      "doctype": "DocField",
  636.      "fieldname": "module",
  637.      "fieldtype": "Link",
  638.      "hidden": 0,
  639.      "idx": 6,
  640.      "ignore_user_permissions": 0,
  641.      "ignore_xss_filter": 0,
  642.      "in_filter": 0,
  643.      "in_list_view": 0,
  644.      "is_custom_field": null,
  645.      "label": "Module",
  646.      "length": 0,
  647.      "linked_document_type": null,
  648.      "modified": "2015-11-20 14:24:11.958546",
  649.      "modified_by": "Administrator",
  650.      "name": "bc1cdbb370",
  651.      "no_column": 0,
  652.      "no_copy": 0,
  653.      "oldfieldname": "module",
  654.      "oldfieldtype": "Select",
  655.      "options": "Module Def",
  656.      "owner": "Administrator",
  657.      "parent": "Page",
  658.      "parentfield": "fields",
  659.      "parenttype": "DocType",
  660.      "permlevel": 0,
  661.      "print_hide": 0,
  662.      "print_hide_if_no_value": 0,
  663.      "read_only": 0,
  664.      "report_hide": 0,
  665.      "reqd": 1,
  666.      "search_fields": null,
  667.      "search_index": 0,
  668.      "set_only_once": 0,
  669.      "unique": 0
  670.     },
  671.     {
  672.      "allow_on_submit": 0,
  673.      "bold": 0,
  674.      "collapsible": 0,
  675.      "creation": "2012-12-20 17:16:49",
  676.      "docstatus": 0,
  677.      "doctype": "DocField",
  678.      "fieldname": "standard",
  679.      "fieldtype": "Select",
  680.      "hidden": 0,
  681.      "idx": 7,
  682.      "ignore_user_permissions": 0,
  683.      "ignore_xss_filter": 0,
  684.      "in_filter": 0,
  685.      "in_list_view": 0,
  686.      "is_custom_field": null,
  687.      "label": "Standard",
  688.      "length": 0,
  689.      "linked_document_type": null,
  690.      "modified": "2015-11-20 14:24:11.958546",
  691.      "modified_by": "Administrator",
  692.      "name": "16887d7dc4",
  693.      "no_column": 0,
  694.      "no_copy": 0,
  695.      "oldfieldname": "standard",
  696.      "oldfieldtype": "Select",
  697.      "options": "\nYes\nNo",
  698.      "owner": "Administrator",
  699.      "parent": "Page",
  700.      "parentfield": "fields",
  701.      "parenttype": "DocType",
  702.      "permlevel": 0,
  703.      "print_hide": 0,
  704.      "print_hide_if_no_value": 0,
  705.      "read_only": 0,
  706.      "report_hide": 0,
  707.      "reqd": 1,
  708.      "search_fields": null,
  709.      "search_index": 1,
  710.      "set_only_once": 0,
  711.      "unique": 0
  712.     },
  713.     {
  714.      "allow_on_submit": 0,
  715.      "bold": 0,
  716.      "collapsible": 0,
  717.      "creation": "2012-12-20 17:16:49",
  718.      "docstatus": 0,
  719.      "doctype": "DocField",
  720.      "fieldname": "section_break0",
  721.      "fieldtype": "Section Break",
  722.      "hidden": 0,
  723.      "idx": 8,
  724.      "ignore_user_permissions": 0,
  725.      "ignore_xss_filter": 0,
  726.      "in_filter": 0,
  727.      "in_list_view": 0,
  728.      "is_custom_field": null,
  729.      "length": 0,
  730.      "linked_document_type": null,
  731.      "modified": "2015-11-20 14:24:11.958546",
  732.      "modified_by": "Administrator",
  733.      "name": "6b20594935",
  734.      "no_column": 0,
  735.      "no_copy": 0,
  736.      "owner": "Administrator",
  737.      "parent": "Page",
  738.      "parentfield": "fields",
  739.      "parenttype": "DocType",
  740.      "permlevel": 0,
  741.      "print_hide": 0,
  742.      "print_hide_if_no_value": 0,
  743.      "read_only": 0,
  744.      "report_hide": 0,
  745.      "reqd": 0,
  746.      "search_fields": null,
  747.      "search_index": 0,
  748.      "set_only_once": 0,
  749.      "unique": 0
  750.     },
  751.     {
  752.      "allow_on_submit": 0,
  753.      "bold": 0,
  754.      "collapsible": 0,
  755.      "creation": "2012-12-20 17:16:49",
  756.      "docstatus": 0,
  757.      "doctype": "DocField",
  758.      "fieldname": "roles",
  759.      "fieldtype": "Table",
  760.      "hidden": 0,
  761.      "idx": 9,
  762.      "ignore_user_permissions": 0,
  763.      "ignore_xss_filter": 0,
  764.      "in_filter": 0,
  765.      "in_list_view": 0,
  766.      "is_custom_field": null,
  767.      "label": "Roles",
  768.      "length": 0,
  769.      "linked_document_type": null,
  770.      "modified": "2015-11-20 14:24:11.958546",
  771.      "modified_by": "Administrator",
  772.      "name": "35709a717f",
  773.      "no_column": 0,
  774.      "no_copy": 0,
  775.      "oldfieldname": "roles",
  776.      "oldfieldtype": "Table",
  777.      "options": "Page Role",
  778.      "owner": "Administrator",
  779.      "parent": "Page",
  780.      "parentfield": "fields",
  781.      "parenttype": "DocType",
  782.      "permlevel": 0,
  783.      "print_hide": 0,
  784.      "print_hide_if_no_value": 0,
  785.      "read_only": 0,
  786.      "report_hide": 0,
  787.      "reqd": 0,
  788.      "search_fields": null,
  789.      "search_index": 0,
  790.      "set_only_once": 0,
  791.      "unique": 0
  792.     }
  793.    ],
  794.    "hide_heading": 0,
  795.    "hide_toolbar": 0,
  796.    "icon": "icon-file",
  797.    "idx": 1,
  798.    "in_create": 0,
  799.    "in_dialog": 0,
  800.    "is_submittable": 0,
  801.    "is_transaction_doc": 0,
  802.    "issingle": 0,
  803.    "istable": 0,
  804.    "max_attachments": 0,
  805.    "menu_index": 0,
  806.    "modified": "2015-11-16 06:29:51.370746",
  807.    "modified_by": "Administrator",
  808.    "module": "Core",
  809.    "name": "Page",
  810.    "owner": "Administrator",
  811.    "permissions": [
  812.     {
  813.      "amend": 0,
  814.      "apply_user_permissions": 0,
  815.      "cancel": 0,
  816.      "create": 1,
  817.      "creation": "2012-12-20 17:16:49",
  818.      "delete": 0,
  819.      "docstatus": 0,
  820.      "doctype": "DocPerm",
  821.      "email": 1,
  822.      "export": 0,
  823.      "idx": 1,
  824.      "if_owner": 0,
  825.      "import": 0,
  826.      "modified": "2015-04-14 19:37:13.713660",
  827.      "modified_by": "Administrator",
  828.      "name": "4fcaba9ae6",
  829.      "owner": "Administrator",
  830.      "parent": "Page",
  831.      "parentfield": "permissions",
  832.      "parenttype": "DocType",
  833.      "permlevel": 0,
  834.      "print": 1,
  835.      "read": 1,
  836.      "report": 0,
  837.      "restrict": 0,
  838.      "role": "Administrator",
  839.      "set_user_permissions": 0,
  840.      "share": 1,
  841.      "submit": 0,
  842.      "write": 1
  843.     },
  844.     {
  845.      "amend": 0,
  846.      "apply_user_permissions": 0,
  847.      "cancel": 0,
  848.      "create": 0,
  849.      "creation": "2012-12-20 17:16:49",
  850.      "delete": 0,
  851.      "docstatus": 0,
  852.      "doctype": "DocPerm",
  853.      "email": 1,
  854.      "export": 0,
  855.      "idx": 2,
  856.      "if_owner": 0,
  857.      "import": 0,
  858.      "modified": "2015-04-14 19:37:13.713660",
  859.      "modified_by": "Administrator",
  860.      "name": "435c81cee2",
  861.      "owner": "Administrator",
  862.      "parent": "Page",
  863.      "parentfield": "permissions",
  864.      "parenttype": "DocType",
  865.      "permlevel": 0,
  866.      "print": 1,
  867.      "read": 1,
  868.      "report": 0,
  869.      "restrict": 0,
  870.      "role": "System Manager",
  871.      "set_user_permissions": 0,
  872.      "share": 1,
  873.      "submit": 0,
  874.      "write": 1
  875.     },
  876.     {
  877.      "amend": 0,
  878.      "apply_user_permissions": 1,
  879.      "cancel": 0,
  880.      "create": 0,
  881.      "creation": "2012-12-20 17:16:49",
  882.      "delete": 0,
  883.      "docstatus": 0,
  884.      "doctype": "DocPerm",
  885.      "email": 1,
  886.      "export": 0,
  887.      "idx": 3,
  888.      "if_owner": 0,
  889.      "import": 0,
  890.      "modified": "2015-04-14 19:37:13.713660",
  891.      "modified_by": "Administrator",
  892.      "name": "fc4f46f254",
  893.      "owner": "Administrator",
  894.      "parent": "Page",
  895.      "parentfield": "permissions",
  896.      "parenttype": "DocType",
  897.      "permlevel": 0,
  898.      "print": 1,
  899.      "read": 1,
  900.      "report": 0,
  901.      "restrict": 0,
  902.      "role": "All",
  903.      "set_user_permissions": 0,
  904.      "share": 0,
  905.      "submit": 0,
  906.      "write": 0
  907.     }
  908.    ],
  909.    "read_only": 0,
  910.    "read_only_onload": 0,
  911.    "show_in_menu": 0,
  912.    "use_template": 0,
  913.    "version": 0
  914.   },
  915.   {
  916.    "__calendar_js": null,
  917.    "__css": null,
  918.    "__form_grid_templates": null,
  919.    "__js": null,
  920.    "__linked_with": null,
  921.    "__list_js": null,
  922.    "__listview_template": null,
  923.    "__map_js": null,
  924.    "__messages": null,
  925.    "__print_formats": null,
  926.    "__workflow_docs": null,
  927.    "allow_copy": 0,
  928.    "allow_email": 0,
  929.    "allow_import": 0,
  930.    "allow_print": 0,
  931.    "allow_rename": 0,
  932.    "allow_trash": 0,
  933.    "autoname": "hash",
  934.    "creation": "2013-02-22 01:27:34",
  935.    "custom": 0,
  936.    "docstatus": 0,
  937.    "doctype": "DocType",
  938.    "fields": [
  939.     {
  940.      "allow_on_submit": 0,
  941.      "bold": 0,
  942.      "collapsible": 0,
  943.      "creation": "2013-02-22 01:27:34",
  944.      "docstatus": 0,
  945.      "doctype": "DocField",
  946.      "fieldname": "role",
  947.      "fieldtype": "Link",
  948.      "hidden": 0,
  949.      "idx": 1,
  950.      "ignore_user_permissions": 0,
  951.      "ignore_xss_filter": 0,
  952.      "in_filter": 0,
  953.      "in_list_view": 1,
  954.      "is_custom_field": null,
  955.      "label": "Role",
  956.      "length": 0,
  957.      "linked_document_type": null,
  958.      "modified": "2015-11-20 14:24:10.950415",
  959.      "modified_by": "Administrator",
  960.      "name": "9d7e640a56",
  961.      "no_column": 0,
  962.      "no_copy": 0,
  963.      "oldfieldname": "role",
  964.      "oldfieldtype": "Link",
  965.      "options": "Role",
  966.      "owner": "Administrator",
  967.      "parent": "Page Role",
  968.      "parentfield": "fields",
  969.      "parenttype": "DocType",
  970.      "permlevel": 0,
  971.      "print_hide": 0,
  972.      "print_hide_if_no_value": 0,
  973.      "read_only": 0,
  974.      "report_hide": 0,
  975.      "reqd": 0,
  976.      "search_fields": null,
  977.      "search_index": 0,
  978.      "set_only_once": 0,
  979.      "unique": 0
  980.     }
  981.    ],
  982.    "hide_heading": 0,
  983.    "hide_toolbar": 0,
  984.    "idx": 1,
  985.    "in_create": 0,
  986.    "in_dialog": 0,
  987.    "is_submittable": 0,
  988.    "is_transaction_doc": 0,
  989.    "issingle": 0,
  990.    "istable": 1,
  991.    "max_attachments": 0,
  992.    "menu_index": 0,
  993.    "modified": "2015-11-16 06:29:51.420589",
  994.    "modified_by": "Administrator",
  995.    "module": "Core",
  996.    "name": "Page Role",
  997.    "owner": "Administrator",
  998.    "permissions": [],
  999.    "read_only": 0,
  1000.    "read_only_onload": 0,
  1001.    "show_in_menu": 0,
  1002.    "use_template": 0,
  1003.    "version": 0
  1004.   },
  1005.   {
  1006.    "code": "in",
  1007.    "country_name": "India",
  1008.    "date_format": "dd-mm-yyyy",
  1009.    "docstatus": 0,
  1010.    "doctype": "Country",
  1011.    "idx": 0,
  1012.    "name": "India",
  1013.    "time_zones": "Asia/Kolkata"
  1014.   },
  1015.   {
  1016.    "creation": null,
  1017.    "currency_name": "AED",
  1018.    "docstatus": 0,
  1019.    "doctype": ":Currency",
  1020.    "enabled": 1,
  1021.    "fraction": "Fils",
  1022.    "fraction_units": 100,
  1023.    "idx": 0,
  1024.    "modified": "2015-04-14 19:37:19.212715",
  1025.    "modified_by": "Administrator",
  1026.    "name": "AED",
  1027.    "number_format": "#,###.##",
  1028.    "owner": null,
  1029.    "parent": null,
  1030.    "parentfield": null,
  1031.    "parenttype": null,
  1032.    "smallest_currency_fraction_value": 0.0,
  1033.    "symbol": "\u062f.\u0625"
  1034.   },
  1035.   {
  1036.    "creation": null,
  1037.    "currency_name": "AUD",
  1038.    "docstatus": 0,
  1039.    "doctype": ":Currency",
  1040.    "enabled": 1,
  1041.    "fraction": "Cent",
  1042.    "fraction_units": 100,
  1043.    "idx": 0,
  1044.    "modified": "2015-04-14 19:37:19.212967",
  1045.    "modified_by": "Administrator",
  1046.    "name": "AUD",
  1047.    "number_format": "# ###.##",
  1048.    "owner": null,
  1049.    "parent": null,
  1050.    "parentfield": null,
  1051.    "parenttype": null,
  1052.    "smallest_currency_fraction_value": 0.0,
  1053.    "symbol": "$"
  1054.   },
  1055.   {
  1056.    "creation": null,
  1057.    "currency_name": "CHF",
  1058.    "docstatus": 0,
  1059.    "doctype": ":Currency",
  1060.    "enabled": 1,
  1061.    "fraction": "Rappen[K]",
  1062.    "fraction_units": 100,
  1063.    "idx": 0,
  1064.    "modified": "2015-04-14 19:37:19.213704",
  1065.    "modified_by": "Administrator",
  1066.    "name": "CHF",
  1067.    "number_format": "#'###.##",
  1068.    "owner": null,
  1069.    "parent": null,
  1070.    "parentfield": null,
  1071.    "parenttype": null,
  1072.    "smallest_currency_fraction_value": 0.0,
  1073.    "symbol": "Fr"
  1074.   },
  1075.   {
  1076.    "creation": null,
  1077.    "currency_name": "CNY",
  1078.    "docstatus": 0,
  1079.    "doctype": ":Currency",
  1080.    "enabled": 1,
  1081.    "fraction": null,
  1082.    "fraction_units": 0,
  1083.    "idx": 0,
  1084.    "modified": "2015-04-14 19:37:19.213462",
  1085.    "modified_by": "Administrator",
  1086.    "name": "CNY",
  1087.    "number_format": "#,###.##",
  1088.    "owner": null,
  1089.    "parent": null,
  1090.    "parentfield": null,
  1091.    "parenttype": null,
  1092.    "smallest_currency_fraction_value": 0.0,
  1093.    "symbol": null
  1094.   },
  1095.   {
  1096.    "creation": null,
  1097.    "currency_name": "EUR",
  1098.    "docstatus": 0,
  1099.    "doctype": ":Currency",
  1100.    "enabled": 1,
  1101.    "fraction": "Cent",
  1102.    "fraction_units": 100,
  1103.    "idx": 0,
  1104.    "modified": "2015-04-14 19:37:19.212468",
  1105.    "modified_by": "Administrator",
  1106.    "name": "EUR",
  1107.    "number_format": "#,###.##",
  1108.    "owner": null,
  1109.    "parent": null,
  1110.    "parentfield": null,
  1111.    "parenttype": null,
  1112.    "smallest_currency_fraction_value": 0.0,
  1113.    "symbol": "\u20ac"
  1114.   },
  1115.   {
  1116.    "creation": null,
  1117.    "currency_name": "GBP",
  1118.    "docstatus": 0,
  1119.    "doctype": ":Currency",
  1120.    "enabled": 1,
  1121.    "fraction": "Penny",
  1122.    "fraction_units": 100,
  1123.    "idx": 0,
  1124.    "modified": "2015-04-14 19:37:19.212218",
  1125.    "modified_by": "Administrator",
  1126.    "name": "GBP",
  1127.    "number_format": "#,###.##",
  1128.    "owner": null,
  1129.    "parent": null,
  1130.    "parentfield": null,
  1131.    "parenttype": null,
  1132.    "smallest_currency_fraction_value": 0.0,
  1133.    "symbol": "\u00a3"
  1134.   },
  1135.   {
  1136.    "creation": null,
  1137.    "currency_name": "INR",
  1138.    "docstatus": 0,
  1139.    "doctype": ":Currency",
  1140.    "enabled": 1,
  1141.    "fraction": "Paisa",
  1142.    "fraction_units": 100,
  1143.    "idx": 0,
  1144.    "modified": "2015-10-20 12:21:53.199776",
  1145.    "modified_by": "amruthp@malnadtechnologies.com",
  1146.    "name": "INR",
  1147.    "number_format": "#,##,###.##",
  1148.    "owner": null,
  1149.    "parent": null,
  1150.    "parentfield": null,
  1151.    "parenttype": null,
  1152.    "smallest_currency_fraction_value": 0.0,
  1153.    "symbol": "\u20b9"
  1154.   },
  1155.   {
  1156.    "creation": null,
  1157.    "currency_name": "JPY",
  1158.    "docstatus": 0,
  1159.    "doctype": ":Currency",
  1160.    "enabled": 1,
  1161.    "fraction": "Sen[G]",
  1162.    "fraction_units": 100,
  1163.    "idx": 0,
  1164.    "modified": "2015-04-14 19:37:19.213218",
  1165.    "modified_by": "Administrator",
  1166.    "name": "JPY",
  1167.    "number_format": "#,###",
  1168.    "owner": null,
  1169.    "parent": null,
  1170.    "parentfield": null,
  1171.    "parenttype": null,
  1172.    "smallest_currency_fraction_value": 0.0,
  1173.    "symbol": "\u00a5"
  1174.   },
  1175.   {
  1176.    "creation": null,
  1177.    "currency_name": "USD",
  1178.    "docstatus": 0,
  1179.    "doctype": ":Currency",
  1180.    "enabled": 1,
  1181.    "fraction": "Cent",
  1182.    "fraction_units": 100,
  1183.    "idx": 0,
  1184.    "modified": "2015-04-14 19:37:19.211951",
  1185.    "modified_by": "Administrator",
  1186.    "name": "USD",
  1187.    "number_format": "#,###.##",
  1188.    "owner": null,
  1189.    "parent": null,
  1190.    "parentfield": null,
  1191.    "parenttype": null,
  1192.    "smallest_currency_fraction_value": 0.0,
  1193.    "symbol": "$"
  1194.   },
  1195.   {
  1196.    "cost_center": "Main - MS",
  1197.    "default_currency": "INR",
  1198.    "default_letter_head": null,
  1199.    "default_terms": null,
  1200.    "doctype": ":Company",
  1201.    "name": "Malnad Studios"
  1202.   },
  1203.   {
  1204.    "cost_center": "Main - MT",
  1205.    "default_currency": "INR",
  1206.    "default_letter_head": null,
  1207.    "default_terms": null,
  1208.    "doctype": ":Company",
  1209.    "name": "Malnad Technologies"
  1210.   },
  1211.   {
  1212.    "cost_center": "Main - TC",
  1213.    "default_currency": "INR",
  1214.    "default_letter_head": "ThingsCloud",
  1215.    "default_terms": "",
  1216.    "doctype": ":Company",
  1217.    "name": "ThingsCloud"
  1218.   }
  1219.  ],
  1220.  "error_report_email": [
  1221.   "support@erpnext.com"
  1222.  ],
  1223.  "home_folder": "Home",
  1224.  "home_page": "desktop",
  1225.  "lang": "en",
  1226.  "lang_dict": {
  1227.   "Espa\u00f1ol (Per\u00fa)": "es-PE",
  1228.   "Indonesia": "id",
  1229.   "Melayu": "ms",
  1230.   "T\u00fcrk": "tr",
  1231.   "bosanski": "bs",
  1232.   "b\u01celgarski": "bg",
  1233.   "catal\u00e0": "ca",
  1234.   "dansk": "da",
  1235.   "dansk (Danmark)": "da-DK",
  1236.   "deutsch": "de",
  1237.   "eesti": "et",
  1238.   "english": "en",
  1239.   "espa\u00f1ol": "es",
  1240.   "fran\u00e7ais": "fr",
  1241.   "hrvatski": "hr",
  1242.   "italiano": "it",
  1243.   "latvie\u0161u valoda": "lv",
  1244.   "magyar": "hu",
  1245.   "nederlands": "nl",
  1246.   "norsk": "no",
  1247.   "polski": "pl",
  1248.   "portugu\u00eas": "pt",
  1249.   "portugu\u00eas brasileiro": "pt-BR",
  1250.   "rom\u00e2n": "ro",
  1251.   "shqiptar": "sq",
  1252.   "sloven\u010dina (Slovak)": "sk",
  1253.   "sloven\u0161\u010dina (Slovene)": "sl",
  1254.   "suomalainen": "fi",
  1255.   "svenska": "sv",
  1256.   "vi\u1ec7t": "vi",
  1257.   "\u010desky": "cs",
  1258.   "\u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac": "el",
  1259.   "\u043c\u0430\u043a\u0435\u0434\u043e\u043d\u0441\u043a\u0438": "mk",
  1260.   "\u0440\u0443\u0441\u0441\u043a\u0438\u0439": "ru",
  1261.   "\u0441\u0440\u043f\u0441\u043a\u0438": "sr",
  1262.   "\u0443\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430": "uk",
  1263.   "\u05e2\u05d1\u05e8\u05d9\u05ea": "he",
  1264.   "\u0627\u0631\u062f\u0648": "ur",
  1265.   "\u0627\u0644\u0639\u0631\u0628\u064a\u0629": "ar",
  1266.   "\u067e\u0627\u0631\u0633\u06cc": "fa",
  1267.   "\u092e\u0930\u093e\u0920\u0940": "mr",
  1268.   "\u0939\u093f\u0902\u0926\u0940": "hi",
  1269.   "\u09ac\u09be\u0982\u09b2\u09be": "bn",
  1270.   "\u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0": "gu",
  1271.   "\u0ba4\u0bae\u0bbf\u0bb4\u0bcd": "ta",
  1272.   "\u0c24\u0c46\u0c32\u0c41\u0c17\u0c41": "te",
  1273.   "\u0c95\u0ca8\u0ccd\u0ca8\u0ca1": "kn",
  1274.   "\u0d2e\u0d32\u0d2f\u0d3e\u0d33\u0d02": "ml",
  1275.   "\u0e44\u0e17\u0e22": "th",
  1276.   "\u0f63\u0fb7\u0f0b\u0f66\u0f60\u0f72\u0f0b\u0f66\u0f90\u0f51\u0f0b": "bo",
  1277.   "\u1019\u103c\u1014\u103a\u1019\u102c": "my",
  1278.   "\u1797\u17b6\u179f\u17b6\u1781\u17d2\u1798\u17c2\u179a": "km",
  1279.   "\u65e5\u672c\u8a9e": "ja",
  1280.   "\u6b63\u9ad4\u4e2d\u6587": "zh-tw",
  1281.   "\u7c21\u9ad4\u4e2d\u6587": "zh-cn",
  1282.   "\ud55c\uad6d\uc758": "ko"
  1283.  },
  1284.  "letter_heads": {
  1285.   "Malnad Technologies": null,
  1286.   "ThingsCloud": "<img src=\"/files/Logo_final.png\"><br>",
  1287.   "ThingsCloud1": "<img src=\"/files/Logo_final.png\">"
  1288.  },
  1289.  "max_file_size": 10485760,
  1290.  "metadata_version": "bf813f4bf8a358f2b147767562226d233891858fbc11e4d526c2467e",
  1291.  "module_app": {
  1292.   "accounts": "erpnext",
  1293.   "buying": "erpnext",
  1294.   "core": "frappe",
  1295.   "crm": "erpnext",
  1296.   "custom": "frappe",
  1297.   "desk": "frappe",
  1298.   "email": "frappe",
  1299.   "geo": "frappe",
  1300.   "hr": "erpnext",
  1301.   "hub_node": "erpnext",
  1302.   "integrations": "frappe",
  1303.   "manufacturing": "erpnext",
  1304.   "print": "frappe",
  1305.   "projects": "erpnext",
  1306.   "selling": "erpnext",
  1307.   "sendgrid_integration": "sendgrid_integration",
  1308.   "setup": "erpnext",
  1309.   "shopping_cart": "erpnext",
  1310.   "stock": "erpnext",
  1311.   "support": "erpnext",
  1312.   "utilities": "erpnext",
  1313.   "website": "frappe",
  1314.   "workflow": "frappe"
  1315.  },
  1316.  "module_list": [],
  1317.  "modules": {},
  1318.  "notification_info": {
  1319.   "conditions": {
  1320.    "BOM": {
  1321.     "docstatus": 0
  1322.    },
  1323.    "Communication": {
  1324.     "communication_type": "Communication",
  1325.     "status": "Open"
  1326.    },
  1327.    "Contact": {
  1328.     "status": "Open"
  1329.    },
  1330.    "Delivery Note": {
  1331.     "docstatus": 0
  1332.    },
  1333.    "Error Snapshot": {
  1334.     "parent_error_snapshot": null,
  1335.     "seen": 0
  1336.    },
  1337.    "Event": "frappe.core.notifications.get_todays_events",
  1338.    "Expense Claim": {
  1339.     "approval_status": "Draft"
  1340.    },
  1341.    "Issue": {
  1342.     "status": "Open"
  1343.    },
  1344.    "Job Applicant": {
  1345.     "status": "Open"
  1346.    },
  1347.    "Journal Entry": {
  1348.     "docstatus": 0
  1349.    },
  1350.    "Lead": {
  1351.     "status": "Open"
  1352.    },
  1353.    "Leave Application": {
  1354.     "status": "Open"
  1355.    },
  1356.    "Material Request": {
  1357.     "docstatus": [
  1358.      "<",
  1359.     2
  1360.    ],
  1361.    "per_ordered": [
  1362.     "<",
  1363.     100
  1364.    ],
  1365.    "status": [
  1366.     "not in",
  1367.     [
  1368.      "Stopped"
  1369.     ]
  1370.    ]
  1371.   },
  1372.   "Opportunity": {
  1373.    "status": "Open"
  1374.   },
  1375.   "Production Order": {
  1376.    "status": "In Process"
  1377.   },
  1378.   "Project": {
  1379.    "status": "Open"
  1380.   },
  1381.   "Purchase Invoice": {
  1382.    "docstatus": 0
  1383.   },
  1384.   "Purchase Order": {
  1385.    "docstatus": [
  1386.     "<",
  1387.     2
  1388.    ],
  1389.    "status": [
  1390.     "not in",
  1391.     [
  1392.      "Completed",
  1393.      "Closed"
  1394.     ]
  1395.    ]
  1396.   },
  1397.   "Purchase Receipt": {
  1398.    "docstatus": 0
  1399.   },
  1400.   "Quotation": {
  1401.    "docstatus": 0
  1402.   },
  1403.   "Sales Invoice": {
  1404.    "docstatus": [
  1405.     "<",
  1406.     2
  1407.    ],
  1408.    "outstanding_amount": [
  1409.     ">",
  1410.      0
  1411.     ]
  1412.    },
  1413.    "Sales Order": {
  1414.     "docstatus": [
  1415.      "<",
  1416.     2
  1417.    ],
  1418.    "status": [
  1419.     "not in",
  1420.     [
  1421.      "Completed",
  1422.      "Closed"
  1423.     ]
  1424.    ]
  1425.   },
  1426.   "Scheduler Log": {
  1427.    "seen": 0
  1428.   },
  1429.   "Stock Entry": {
  1430.    "docstatus": 0
  1431.   },
  1432.   "Task": {
  1433.    "status": "Overdue"
  1434.   },
  1435.   "Time Log": {
  1436.    "status": "Draft"
  1437.   },
  1438.   "Time Log Batch": {
  1439.    "status": "Draft"
  1440.   },
  1441.   "Timesheet": {
  1442.    "docstatus": 0
  1443.   },
  1444.   "ToDo": "frappe.core.notifications.get_things_todo",
  1445.   "Warranty Claim": {
  1446.    "status": "Open"
  1447.   }
  1448.  },
  1449.  "module_doctypes": {
  1450.   "Accounts": [
  1451.    "Period Closing Voucher",
  1452.    "POS Profile",
  1453.    "Account",
  1454.    "Purchase Invoice",
  1455.    "Purchase Taxes and Charges Template",
  1456.    "Sales Invoice",
  1457.    "Payment Tool",
  1458.    "Payment Request",
  1459.    "Journal Entry",
  1460.    "Cost Center",
  1461.    "Pricing Rule",
  1462.    "Payment Reconciliation",
  1463.    "Bank Reconciliation",
  1464.    "GL Entry",
  1465.    "Mode of Payment",
  1466.    "Tax Rule",
  1467.    "Monthly Distribution",
  1468.    "Payment Gateway Account",
  1469.    "Fiscal Year",
  1470.    "Sales Taxes and Charges Template",
  1471.    "Shipping Rule",
  1472.    "C-Form",
  1473.    "Accounts Settings"
  1474.   ],
  1475.   "Buying": [
  1476.    "Supplier Quotation",
  1477.    "Supplier",
  1478.    "Quality Inspection",
  1479.    "Purchase Order",
  1480.    "Buying Settings"
  1481.   ],
  1482.   "CRM": [
  1483.    "Lead",
  1484.    "Newsletter List",
  1485.    "Newsletter List Subscriber",
  1486.    "Opportunity",
  1487.    "Newsletter"
  1488.   ],
  1489.   "Core": [
  1490.    "Role",
  1491.    "Translation",
  1492.    "Error Snapshot",
  1493.    "Version",
  1494.    "Report",
  1495.    "Module Def",
  1496.    "Page",
  1497.    "User",
  1498.    "Scheduler Log",
  1499.    "System Settings",
  1500.    "DocShare",
  1501.    "Async Task",
  1502.    "DocType",
  1503.    "Communication",
  1504.    "File"
  1505.   ],
  1506.   "Custom": [
  1507.    "Custom Field",
  1508.    "Property Setter",
  1509.    "Customize Form",
  1510.    "Custom Script"
  1511.   ],
  1512.   "Desk": [
  1513.    "Event",
  1514.    "ToDo",
  1515.    "Note",
  1516.    "Desktop Icon"
  1517.   ],
  1518.   "Email": [
  1519.    "Email Alert",
  1520.    "Email Account",
  1521.    "Email Unsubscribe",
  1522.    "Standard Reply",
  1523.    "Bulk Email"
  1524.   ],
  1525.   "Geo": [
  1526.    "Country",
  1527.    "Currency"
  1528.   ],
  1529.   "HR": [
  1530.    "Leave Allocation",
  1531.    "Branch",
  1532.    "Department",
  1533.    "Appraisal Template",
  1534.    "Expense Claim",
  1535.    "Job Opening",
  1536.    "Deduction Type",
  1537.    "Appraisal",
  1538.    "Offer Letter",
  1539.    "Attendance",
  1540.    "Leave Block List",
  1541.    "Leave Type",
  1542.    "Employee",
  1543.    "Process Payroll",
  1544.    "Leave Control Panel",
  1545.    "Employee Attendance Tool",
  1546.    "Salary Slip",
  1547.    "Earning Type",
  1548.    "Designation",
  1549.    "HR Settings",
  1550.    "Employment Type",
  1551.    "Salary Structure",
  1552.    "Expense Claim Type",
  1553.    "Offer Term",
  1554.    "Job Applicant",
  1555.    "Holiday List",
  1556.    "Leave Application",
  1557.    "Upload Attendance"
  1558.   ],
  1559.   "Hub Node": [
  1560.    "Hub Settings"
  1561.   ],
  1562.   "Integrations": [
  1563.    "Dropbox Backup",
  1564.    "Social Login Keys"
  1565.   ],
  1566.   "Manufacturing": [
  1567.    "BOM Replace Tool",
  1568.    "Production Order",
  1569.    "Manufacturing Settings",
  1570.    "Production Planning Tool",
  1571.    "Operation",
  1572.    "BOM",
  1573.    "Workstation"
  1574.   ],
  1575.   "Print": [
  1576.    "Letter Head",
  1577.    "Print Format",
  1578.    "Print Settings"
  1579.   ],
  1580.   "Projects": [
  1581.    "Activity Cost",
  1582.    "Task",
  1583.    "Activity Type",
  1584.    "Time Log",
  1585.    "Time Log Batch",
  1586.    "Project"
  1587.   ],
  1588.   "Selling": [
  1589.    "Product Bundle",
  1590.    "Selling Settings",
  1591.    "SMS Center",
  1592.    "Campaign",
  1593.    "Sales Order",
  1594.    "Industry Type",
  1595.    "Installation Note",
  1596.    "Quotation",
  1597.    "Customer"
  1598.   ],
  1599.   "Setup": [
  1600.    "Territory",
  1601.    "Brand",
  1602.    "Authorization Rule",
  1603.    "Naming Series",
  1604.    "Global Defaults",
  1605.    "Email Digest",
  1606.    "UOM",
  1607.    "Print Heading",
  1608.    "Supplier Type",
  1609.    "Notification Control",
  1610.    "Company",
  1611.    "Sales Partner",
  1612.    "Terms and Conditions",
  1613.    "Sales Person",
  1614.    "Item Group",
  1615.    "Currency Exchange",
  1616.    "Customer Group",
  1617.    "Features Setup",
  1618.    "Quotation Lost Reason",
  1619.    "SMS Settings"
  1620.   ],
  1621.   "Shopping Cart": [
  1622.    "Shopping Cart Settings"
  1623.   ],
  1624.   "Stock": [
  1625.    "Stock Settings",
  1626.    "Item Price",
  1627.    "Bin",
  1628.    "Stock Entry",
  1629.    "Price List",
  1630.    "Material Request",
  1631.    "Batch",
  1632.    "Packing Slip",
  1633.    "Item Attribute",
  1634.    "Landed Cost Voucher",
  1635.    "Stock Ledger Entry",
  1636.    "Serial No",
  1637.    "Delivery Note",
  1638.    "Manufacturer",
  1639.    "Warehouse",
  1640.    "Purchase Receipt",
  1641.    "Item",
  1642.    "Stock Reconciliation"
  1643.   ],
  1644.   "Support": [
  1645.    "Warranty Claim",
  1646.    "Issue",
  1647.    "Maintenance Schedule",
  1648.    "Maintenance Visit"
  1649.   ],
  1650.   "Utilities": [
  1651.    "Rename Tool",
  1652.    "Address Template",
  1653.    "Contact",
  1654.    "SMS Log",
  1655.    "Address"
  1656.   ],
  1657.   "Website": [
  1658.    "Blog Category",
  1659.    "Web Page",
  1660.    "Website Slideshow",
  1661.    "Blog Post",
  1662.    "Website Script",
  1663.    "Web Form",
  1664.    "Blog Settings",
  1665.    "Website Settings",
  1666.    "Contact Us Settings",
  1667.    "About Us Settings",
  1668.    "Website Theme",
  1669.    "Blogger"
  1670.   ],
  1671.   "Workflow": [
  1672.    "Workflow",
  1673.    "Workflow State",
  1674.    "Workflow Action"
  1675.   ]
  1676.  },
  1677.  "new_messages": [],
  1678.  "open_count_doctype": {
  1679.   "BOM": 2,
  1680.   "Communication": 0,
  1681.   "Contact": 0,
  1682.   "Delivery Note": 1,
  1683.   "Event": 0,
  1684.   "Expense Claim": 1,
  1685.   "Issue": 0,
  1686.   "Job Applicant": 1,
  1687.   "Journal Entry": 3,
  1688.   "Lead": 0,
  1689.   "Leave Application": 0,
  1690.   "Material Request": 0,
  1691.   "Opportunity": 1,
  1692.   "Production Order": 0,
  1693.   "Project": 1,
  1694.   "Purchase Invoice": 4,
  1695.   "Purchase Order": 41,
  1696.   "Purchase Receipt": 8,
  1697.   "Quotation": 0,
  1698.   "Sales Invoice": 0,
  1699.   "Sales Order": 1,
  1700.   "Scheduler Log": 1,
  1701.   "Stock Entry": 0,
  1702.   "Task": 1,
  1703.   "Time Log": 0,
  1704.   "Time Log Batch": 0,
  1705.   "ToDo": 0,
  1706.   "Warranty Claim": 0
  1707.  },
  1708.  "open_count_module": {},
  1709.  "open_count_other": {
  1710.   "Likes": 0,
  1711.   "Messages": 0
  1712.  }
  1713. },
  1714. "notification_settings": {
  1715.  "creation": "2015-04-14 19:37:37.363755",
  1716.  "delivery_note": 0,
  1717.  "docstatus": 0,
  1718.  "doctype": "Notification Control",
  1719.  "expense_claim": 0,
  1720.  "idx": 0,
  1721.  "modified": "2015-04-14 19:41:30.408663",
  1722.  "modified_by": "amruthp@malnadtechnologies.com",
  1723.  "name": "Notification Control",
  1724.  "owner": "Administrator",
  1725.  "purchase_order": 1,
  1726.  "purchase_receipt": 0,
  1727.  "quotation": 1,
  1728.  "sales_invoice": 1,
  1729.  "sales_order": 0
  1730. },
  1731. "page_info": {
  1732.  "Accounts Browser": {
  1733.   "modified": "2013-07-11 14:39:42",
  1734.   "title": null
  1735.  },
  1736.  "Chart of Accounts": {
  1737.   "route": "Accounts Browser/Account",
  1738.   "title": "Chart of Accounts"
  1739.  },
  1740.  "Chart of Cost Centers": {
  1741.   "route": "Accounts Browser/Cost Center",
  1742.   "title": "Chart of Cost Centers"
  1743.  },
  1744.  "Customer Group Tree": {
  1745.   "route": "Sales Browser/Customer Group",
  1746.   "title": "Customer Group Tree"
  1747.  },
  1748.  "Item Group Tree": {
  1749.   "route": "Sales Browser/Item Group",
  1750.   "title": "Item Group Tree"
  1751.  },
  1752.  "Sales Browser": {
  1753.   "modified": "2013-07-11 14:43:56",
  1754.   "title": null
  1755.  },
  1756.  "Sales Person Tree": {
  1757.   "route": "Sales Browser/Sales Person",
  1758.   "title": "Sales Person Tree"
  1759.  },
  1760.  "Territory Tree": {
  1761.   "route": "Sales Browser/Territory",
  1762.   "title": "Territory Tree"
  1763.  },
  1764.  "activity": {
  1765.   "modified": "2013-07-11 14:40:20.000001",
  1766.   "title": "Activity"
  1767.  },
  1768.  "applications": {
  1769.   "modified": "2015-11-18 06:20:09.586810",
  1770.   "title": "App Installer"
  1771.  },
  1772.  "backups": {
  1773.   "modified": "2015-09-24 01:26:06.225378",
  1774.   "title": "Download Backups"
  1775.  },
  1776.  "bom-browser": {
  1777.   "modified": "2015-05-25 02:57:33.472044",
  1778.   "title": "BOM Browser"
  1779.  },
  1780.  "data-import-tool": {
  1781.   "modified": "2016-05-11 03:37:53.385693",
  1782.   "title": "Data Import Tool"
  1783.  },
  1784.  "desktop": {
  1785.   "modified": "2013-07-11 14:41:56",
  1786.   "title": "Desktop"
  1787.  },
  1788.  "financial-analytics": {
  1789.   "modified": "2013-07-11 14:42:16",
  1790.   "title": "Financial Analytics"
  1791.  },
  1792.  "hub": {
  1793.   "modified": "2015-02-18 05:17:17.301735",
  1794.   "title": "Hub"
  1795.  },
  1796.  "mandrill-integration": {
  1797.   "modified": "2015-08-05 08:25:24.732923",
  1798.   "title": "Mandrill Integration"
  1799.  },
  1800.  "messages": {
  1801.   "modified": "2013-07-11 14:43:32.000001",
  1802.   "title": "Messages"
  1803.  },
  1804.  "modules": {
  1805.   "modified": "2016-03-07 04:46:00.420330",
  1806.   "title": "Modules"
  1807.  },
  1808.  "modules_setup": {
  1809.   "modified": "2016-02-26 00:21:05.501007",
  1810.   "title": "Modules Setup"
  1811.  },
  1812.  "permission-manager": {
  1813.   "modified": "2013-07-11 14:43:43",
  1814.   "title": "Role Permissions Manager"
  1815.  },
  1816.  "pos": {
  1817.   "modified": "2014-08-08 05:59:33.045012",
  1818.   "title": "POS"
  1819.  },
  1820.  "print-format-builder": {
  1821.   "modified": "2015-01-27 04:35:43.872918",
  1822.   "title": "Print Format Builder"
  1823.  },
  1824.  "purchase-analytics": {
  1825.   "modified": "2013-07-11 14:43:52",
  1826.   "title": "Purchase Analytics"
  1827.  },
  1828.  "sales-analytics": {
  1829.   "modified": "2013-07-11 14:43:59",
  1830.   "title": "Sales Analytics"
  1831.  },
  1832.  "sales-funnel": {
  1833.   "modified": "2013-10-04 13:17:18",
  1834.   "title": "Sales Funnel"
  1835.  },
  1836.  "sendgrid-integration": {
  1837.   "modified": "2015-08-05 08:25:24.732923",
  1838.   "title": "SendGrid Integration"
  1839.  },
  1840.  "setup-wizard": {
  1841.   "modified": "2015-11-09 03:06:14.542388",
  1842.   "title": "Setup Wizard"
  1843.  },
  1844.  "stock-analytics": {
  1845.   "modified": "2013-07-11 14:44:10",
  1846.   "title": "Stock Analytics"
  1847.  },
  1848.  "support-analytics": {
  1849.   "modified": "2013-07-11 14:44:24",
  1850.   "title": "Support Analytics"
  1851.  },
  1852.  "upgrade": {
  1853.   "modified": "2015-04-21 07:12:35.483988",
  1854.   "title": "Upgrade"
  1855.  },
  1856.  "usage-info": {
  1857.   "modified": "2015-04-16 07:38:46.980916",
  1858.   "title": "Usage Info"
  1859.  },
  1860.  "user-permissions": {
  1861.   "modified": "2014-05-28 16:53:43.103533",
  1862.   "title": "User Permissions Manager"
  1863.  },
  1864.  "welcome-to-erpnext": {
  1865.   "modified": "2015-10-28 16:27:02.197707",
  1866.   "title": "Welcome to ERPNext"
  1867.  }
  1868. },
  1869. "print_css": "@media screen {\n\t.print-format-gutter {\n\t\tbackground-color: #ddd;\n\t\tpadding: 15px 0px;\n\t}\n\t.print-format {\n\t\tbackground-color: white;\n\t\tbox-shadow: 0px 0px 9px rgba(0,0,0,0.5);\n\t\tmax-width: 8.3in;\n\t\tmin-height: 11.69in;\n\t\tpadding: 0.75in;\n\t    margin: auto;\n\t}\n\n\t.page-break {\n\t\tpadding: 30px 0px;\n\t\tborder-bottom: 1px dashed #888;\n\t}\n\n\t.page-break:first-child {\n\t\tpadding-top: 0px;\n\t}\n\n\t.page-break:last-child {\n\t\tborder-bottom: 0px;\n\t}\n\n\t/* mozilla hack for images in table */\n\tbody:last-child .print-format td img {\n\t\twidth: 100% !important;\n\t}\n}\n\n@media print {\n\t.print-format p {\n\t\tmargin-left: 1px;\n\t\tmargin-right: 1px;\n\t}\n}\n\n.pdf-variables,\n.pdf-variable,\n.visible-pdf {\n\tdisplay: none !important;\n}\n\n.print-format {\n\tfont-size: 10.0pt;\n\tfont-family: \"Helvetica Neue\", Helvetica, Arial, \"Open Sans\", sans-serif;\n\t-webkit-print-color-adjust:exact;\n}\n\n.page-break {\n\tpage-break-after: always;\n}\n\n.print-heading {\n\tborder-bottom: 2px solid #aaa;\n\tmargin-bottom: 10px;\n}\n\n.print-heading h2 {\n\tmargin: 0px;\n}\n.print-heading h4 {\n\tmargin-top: 5px;\n}\n\ntable.no-border, table.no-border td {\n\tborder: 0px;\n}\n\n.print-format label {\n\t/* wkhtmltopdf breaks label into multiple lines when it is inline-block */\n\tdisplay: block;\n}\n\n.print-format img {\n\tmax-width: 100%;\n}\n\n.print-format table td > .primary:first-child {\n\tfont-weight: bold;\n}\n\n.print-format td, .print-format th {\n\tvertical-align: top !important;\n\tpadding: 6px !important;\n}\n\n.print-format p {\n\tmargin: 3px 0px 3px;\n}\n\ntable td div {\n\t/* needed to avoid partial cutting of text between page break in wkhtmltopdf */\n\tpage-break-inside: avoid !important;\n}\n\n/* hack for webkit specific browser */\n@media (-webkit-min-device-pixel-ratio:0) {\n\tthead, tfoot { display: table-row-group; }\n}\n\n[document-status] {\n\tmargin-bottom: 5mm;\n}.print-heading {\n\ttext-align: right;\n\ttext-transform: uppercase;\n\tfont-color: #888;\n\tfont-weight: bold;\n\tpadding-bottom: 7px;\n\tmargin-bottom: 15px;\n\tborder-bottom: 3px solid #aaa;\n}\n\n.print-format table.table-bordered {\n\tborder-top: 3px solid #aaa;\n}\n\n.print-format th {\n\tbackground-color: #eee !important;\n}",
  1870.  "server_date": "2016-06-13",
  1871.  "sid": "920d230e76ba3e7f4355d78336a6e8eb29cf3be419fecedd71d9fb9c",
  1872.  "single_types": [
  1873.   "About Us Settings",
  1874.   "Accounts Settings",
  1875.   "Authorization Control",
  1876.   "Bank Reconciliation",
  1877.   "Blog Settings",
  1878.   "BOM Replace Tool",
  1879.   "Buying Settings",
  1880.   "Contact Us Settings",
  1881.   "Customize Form",
  1882.   "Dropbox Backup",
  1883.   "Employee Attendance Tool",
  1884.   "Features Setup",
  1885.   "Frappe Subscription",
  1886.   "Global Defaults",
  1887.   "HR Settings",
  1888.   "Hub Settings",
  1889.   "Leave Control Panel",
  1890.   "Manufacturing Settings",
  1891.   "Naming Series",
  1892.   "Notification Control",
  1893.   "Payment Reconciliation",
  1894.   "Payment Tool",
  1895.   "Print Settings",
  1896.   "Process Payroll",
  1897.   "Production Planning Tool",
  1898.   "Purchase Common",
  1899.   "Rename Tool",
  1900.   "Selling Settings",
  1901.   "Shopping Cart Settings",
  1902.   "SMS Center",
  1903.   "SMS Settings",
  1904.   "Social Login Keys",
  1905.   "Stock Settings",
  1906.   "System Settings",
  1907.   "Upload Attendance",
  1908.   "Website Script",
  1909.   "Website Settings"
  1910.  ],
  1911.  "socketio_port": 9000,
  1912.  "sysdefaults": {
  1913.   "Blogger": "malnadstudios",
  1914.   "_desktop_items": "[\"Buying\",\"Accounts\",\"Selling\",\"Stock\",\"CRM\",\"HR\",\"Projects\",\"All Applications\",\"Manufacturing\",\"POS\",\"Support\",\"Website\",\"Learn\",\"File Manager\",\"Desk\",\"Setup\"]",
  1915.   "allow_negative_stock": "0",
  1916.   "auto_accounting_for_stock": "1",
  1917.   "buying_price_list": "Standard Buying",
  1918.   "company": "ThingsCloud",
  1919.   "country": "India",
  1920.   "currency": "INR",
  1921.   "cust_master_name": "Customer Name",
  1922.   "date_format": "dd-mm-yyyy",
  1923.   "default_letter_head_content": "<img src=\"/files/Logo_final.png\">",
  1924.   "deny_multiple_sessions": "0",
  1925.   "desktop:home_page": "desktop",
  1926.   "disable_rounded_total": "0",
  1927.   "disable_standard_email_footer": "0",
  1928.   "editable_price_list_rate": "0",
  1929.   "email_footer_address": "ThingsCloud Technologies",
  1930.   "enable_scheduler": "1",
  1931.   "fiscal_year": "2015-2016",
  1932.   "float_precision": "3",
  1933.   "fs_after_sales_installations": "1",
  1934.   "fs_brands": "1",
  1935.   "fs_discounts": "1",
  1936.   "fs_exports": "1",
  1937.   "fs_imports": "1",
  1938.   "fs_item_advanced": "1",
  1939.   "fs_item_barcode": "1",
  1940.   "fs_item_batch_nos": "1",
  1941.   "fs_item_group_in_details": "1",
  1942.   "fs_item_serial_nos": "1",
  1943.   "fs_manufacturing": "1",
  1944.   "fs_more_info": "1",
  1945.   "fs_page_break": "1",
  1946.   "fs_pos": "1",
  1947.   "fs_pos_view": "1",
  1948.   "fs_projects": "1",
  1949.   "fs_purchase_discounts": "1",
  1950.   "fs_quality": "1",
  1951.   "fs_recurring_invoice": "1",
  1952.   "fs_sales_extras": "1",
  1953.   "hide_currency_symbol": "",
  1954.   "ignore_user_permissions_if_missing": "1",
  1955.   "installed_apps": "[\"frappe\", \"erpnext\", \"sendgrid_integration\"]",
  1956.   "item_naming_by": "Item Code",
  1957.   "lang": "en",
  1958.   "language": "en",
  1959.   "letter_head": "ThingsCloud1",
  1960.   "maintain_same_rate": "1",
  1961.   "maintain_same_sales_rate": "0",
  1962.   "number_format": "#,##,###.##",
  1963.   "owner": "__global",
  1964.   "scheduler_last_event": "2015-05-04 11:04:50",
  1965.   "selling_price_list": "Standard Selling",
  1966.   "session_expiry": "06:00",
  1967.   "shopping_cart_enabled": "0",
  1968.   "stock_uom": "Nos",
  1969.   "supp_master_name": "Supplier Name",
  1970.   "time_zone": "Asia/Kolkata",
  1971.   "user": "__global",
  1972.   "year_end_date": "2016-03-31",
  1973.   "year_start_date": "2015-04-01"
  1974.  },
  1975.  "timezone_info": {
  1976.   "links": {
  1977.    "Asia/Kolkata": "Asia/Kolkata"
  1978.   },
  1979.   "rules": {},
  1980.   "zones": {
  1981.    "Asia/Kolkata": [
  1982.     "5:53:28 - LMT 1880 5:53:28",
  1983.     "5:53:20 - HMT 1941_9 5:53:20",
  1984.     "6:30 - BURT 1942_4_15 6:30",
  1985.     "5:30 - IST 1942_8 5:30",
  1986.     "6:30 - IST 1945_9_15 6:30",
  1987.     "5:30 - IST"
  1988.    ]
  1989.   }
  1990.  },
  1991.  "user": {
  1992.   "all_read": [
  1993.    "BOM Replace Tool",
  1994.    "Product Bundle",
  1995.    "Frappe Subscription",
  1996.    "Period Closing Voucher",
  1997.    "Lead",
  1998.    "Activity Cost",
  1999.    "Stock Settings",
  2000.    "Item Price",
  2001.    "Role",
  2002.    "Leave Allocation",
  2003.    "Branch",
  2004.    "Department",
  2005.    "Email Alert",
  2006.    "POS Profile",
  2007.    "Territory",
  2008.    "Bin",
  2009.    "Appraisal Template",
  2010.    "Custom Field",
  2011.    "Workflow",
  2012.    "Blog Category",
  2013.    "Brand",
  2014.    "Expense Claim",
  2015.    "Job Opening",
  2016.    "Payment Gateway",
  2017.    "Authorization Rule",
  2018.    "Workflow State",
  2019.    "Translation",
  2020.    "Rename Tool",
  2021.    "Stock Entry",
  2022.    "Naming Series",
  2023.    "Price List",
  2024.    "Production Order",
  2025.    "Account",
  2026.    "Task",
  2027.    "Manufacturing Settings",
  2028.    "Material Request",
  2029.    "Batch",
  2030.    "Deduction Type",
  2031.    "Email Account",
  2032.    "Warranty Claim",
  2033.    "SMS Center",
  2034.    "Property Setter",
  2035.    "Appraisal",
  2036.    "Letter Head",
  2037.    "Production Planning Tool",
  2038.    "Campaign",
  2039.    "Purchase Invoice",
  2040.    "Offer Letter",
  2041.    "Packing Slip",
  2042.    "Global Defaults",
  2043.    "Item Attribute",
  2044.    "Supplier Quotation",
  2045.    "Operation",
  2046.    "Sales Order",
  2047.    "Email Digest",
  2048.    "Event",
  2049.    "BOM",
  2050.    "Attendance",
  2051.    "Leave Block List",
  2052.    "Leave Type",
  2053.    "Supplier",
  2054.    "Version",
  2055.    "Employee",
  2056.    "Web Page",
  2057.    "ToDo",
  2058.    "UOM",
  2059.    "Purchase Taxes and Charges Template",
  2060.    "Activity Type",
  2061.    "Print Heading",
  2062.    "Website Slideshow",
  2063.    "Blog Post",
  2064.    "Website Script",
  2065.    "Country",
  2066.    "Report",
  2067.    "Sales Invoice",
  2068.    "Workstation",
  2069.    "Supplier Type",
  2070.    "Address Template",
  2071.    "Contact",
  2072.    "Industry Type",
  2073.    "Payment Tool",
  2074.    "Payment Request",
  2075.    "SMS Log",
  2076.    "Web Form",
  2077.    "Notification Control",
  2078.    "Shopping Cart Settings",
  2079.    "Journal Entry",
  2080.    "Print Format",
  2081.    "Module Def",
  2082.    "Currency",
  2083.    "Landed Cost Voucher",
  2084.    "Blog Settings",
  2085.    "Process Payroll",
  2086.    "Time Log",
  2087.    "Company",
  2088.    "Time Log Batch",
  2089.    "Email Unsubscribe",
  2090.    "Cost Center",
  2091.    "Note",
  2092.    "Leave Control Panel",
  2093.    "Website Settings",
  2094.    "Installation Note",
  2095.    "Pricing Rule",
  2096.    "Sales Partner",
  2097.    "Terms and Conditions",
  2098.    "Newsletter List",
  2099.    "Employee Attendance Tool",
  2100.    "Payment Reconciliation",
  2101.    "Contact Us Settings",
  2102.    "Page",
  2103.    "Selling Settings",
  2104.    "User",
  2105.    "Stock Ledger Entry",
  2106.    "Newsletter List Subscriber",
  2107.    "Bank Reconciliation",
  2108.    "Salary Slip",
  2109.    "GL Entry",
  2110.    "Quotation",
  2111.    "Earning Type",
  2112.    "Designation",
  2113.    "Workflow Action",
  2114.    "Sales Person",
  2115.    "Item Group",
  2116.    "HR Settings",
  2117.    "Quality Inspection",
  2118.    "Currency Exchange",
  2119.    "Hub Settings",
  2120.    "Employment Type",
  2121.    "Serial No",
  2122.    "Delivery Note",
  2123.    "Salary Structure",
  2124.    "Customer Group",
  2125.    "Manufacturer",
  2126.    "Mode of Payment",
  2127.    "Desktop Icon",
  2128.    "Features Setup",
  2129.    "Bulk Email",
  2130.    "Scheduler Log",
  2131.    "Warehouse",
  2132.    "System Settings",
  2133.    "Print Settings",
  2134.    "Expense Claim Type",
  2135.    "DocShare",
  2136.    "Issue",
  2137.    "Offer Term",
  2138.    "Async Task",
  2139.    "DocType",
  2140.    "Maintenance Schedule",
  2141.    "Purchase Receipt",
  2142.    "Address",
  2143.    "About Us Settings",
  2144.    "Job Applicant",
  2145.    "Tax Rule",
  2146.    "Opportunity",
  2147.    "Customize Form",
  2148.    "Customer",
  2149.    "Communication",
  2150.    "Monthly Distribution",
  2151.    "Custom Script",
  2152.    "Payment Gateway Account",
  2153.    "Quotation Lost Reason",
  2154.    "Website Theme",
  2155.    "Holiday List",
  2156.    "Item",
  2157.    "Fiscal Year",
  2158.    "Dropbox Backup",
  2159.    "Purchase Order",
  2160.    "Standard Reply",
  2161.    "Stock Reconciliation",
  2162.    "Leave Application",
  2163.    "Project",
  2164.    "Sales Taxes and Charges Template",
  2165.    "Maintenance Visit",
  2166.    "Blogger",
  2167.    "Shipping Rule",
  2168.    "C-Form",
  2169.    "SMS Settings",
  2170.    "Social Login Keys",
  2171.    "Upload Attendance",
  2172.    "File",
  2173.    "Buying Settings",
  2174.    "Accounts Settings",
  2175.    "Newsletter"
  2176.   ],
  2177.   "all_reports": {
  2178.    "Accounts Payable": {
  2179.     "name": "Accounts Payable",
  2180.     "ref_doctype": "Purchase Invoice",
  2181.     "report_type": "Script Report"
  2182.    },
  2183.    "Accounts Payable Summary": {
  2184.     "name": "Accounts Payable Summary",
  2185.     "ref_doctype": "Purchase Invoice",
  2186.     "report_type": "Script Report"
  2187.    },
  2188.    "Accounts Receivable": {
  2189.     "name": "Accounts Receivable",
  2190.     "ref_doctype": "Sales Invoice",
  2191.     "report_type": "Script Report"
  2192.    },
  2193.    "Accounts Receivable Summary": {
  2194.     "name": "Accounts Receivable Summary",
  2195.     "ref_doctype": "Sales Invoice",
  2196.     "report_type": "Script Report"
  2197.    },
  2198.    "Available Stock for Packing Items": {
  2199.     "name": "Available Stock for Packing Items",
  2200.     "ref_doctype": "Product Bundle",
  2201.     "report_type": "Script Report"
  2202.    },
  2203.    "BOM Search": {
  2204.     "name": "BOM Search",
  2205.     "ref_doctype": "BOM",
  2206.     "report_type": "Script Report"
  2207.    },
  2208.    "Balance Sheet": {
  2209.     "name": "Balance Sheet",
  2210.     "ref_doctype": "GL Entry",
  2211.     "report_type": "Script Report"
  2212.    },
  2213.    "Bank Clearance Summary": {
  2214.     "name": "Bank Clearance Summary",
  2215.     "ref_doctype": "Journal Entry",
  2216.     "report_type": "Script Report"
  2217.    },
  2218.    "Bank Reconciliation Statement": {
  2219.     "name": "Bank Reconciliation Statement",
  2220.     "ref_doctype": "Journal Entry",
  2221.     "report_type": "Script Report"
  2222.    },
  2223.    "Batch-Wise Balance History": {
  2224.     "name": "Batch-Wise Balance History",
  2225.     "ref_doctype": "Stock Ledger Entry",
  2226.     "report_type": "Script Report"
  2227.    },
  2228.    "Budget Variance Report": {
  2229.     "name": "Budget Variance Report",
  2230.     "ref_doctype": "Cost Center",
  2231.     "report_type": "Script Report"
  2232.    },
  2233.    "Cash Flow": {
  2234.     "name": "Cash Flow",
  2235.     "ref_doctype": "GL Entry",
  2236.     "report_type": "Script Report"
  2237.    },
  2238.    "Completed Production Orders": {
  2239.     "name": "Completed Production Orders",
  2240.     "ref_doctype": "Production Order",
  2241.     "report_type": "Query Report"
  2242.    },
  2243.    "Customer Acquisition and Loyalty": {
  2244.     "name": "Customer Acquisition and Loyalty",
  2245.     "ref_doctype": "Customer",
  2246.     "report_type": "Script Report"
  2247.    },
  2248.    "Customer Addresses And Contacts": {
  2249.     "name": "Customer Addresses And Contacts",
  2250.     "ref_doctype": "Customer",
  2251.     "report_type": "Query Report"
  2252.    },
  2253.    "Customer Credit Balance": {
  2254.     "name": "Customer Credit Balance",
  2255.     "ref_doctype": "Customer",
  2256.     "report_type": "Script Report"
  2257.    },
  2258.    "Customers Not Buying Since Long Time": {
  2259.     "name": "Customers Not Buying Since Long Time",
  2260.     "ref_doctype": "Sales Order",
  2261.     "report_type": "Script Report"
  2262.    },
  2263.    "Daily Time Log Summary": {
  2264.     "name": "Daily Time Log Summary",
  2265.     "ref_doctype": "Time Log",
  2266.     "report_type": "Script Report"
  2267.    },
  2268.    "Delivered Items To Be Billed": {
  2269.     "name": "Delivered Items To Be Billed",
  2270.     "ref_doctype": "Sales Invoice",
  2271.     "report_type": "Query Report"
  2272.    },
  2273.    "Delivery Note Trends": {
  2274.     "name": "Delivery Note Trends",
  2275.     "ref_doctype": "Delivery Note",
  2276.     "report_type": "Script Report"
  2277.    },
  2278.    "Document Share Report": {
  2279.     "name": "Document Share Report",
  2280.     "ref_doctype": "DocShare",
  2281.     "report_type": "Report Builder"
  2282.    },
  2283.    "Employee Birthday": {
  2284.     "name": "Employee Birthday",
  2285.     "ref_doctype": "Employee",
  2286.     "report_type": "Script Report"
  2287.    },
  2288.    "Employee Holiday Attendance": {
  2289.     "name": "Employee Holiday Attendance",
  2290.     "ref_doctype": "Attendance",
  2291.     "report_type": "Script Report"
  2292.    },
  2293.    "Employee Information": {
  2294.     "name": "Employee Information",
  2295.     "ref_doctype": "Employee",
  2296.     "report_type": "Report Builder"
  2297.    },
  2298.    "Employee Leave Balance": {
  2299.     "name": "Employee Leave Balance",
  2300.     "ref_doctype": "Employee",
  2301.     "report_type": "Script Report"
  2302.    },
  2303.    "General Ledger": {
  2304.     "name": "General Ledger",
  2305.     "ref_doctype": "GL Entry",
  2306.     "report_type": "Script Report"
  2307.    },
  2308.    "Gross Profit": {
  2309.     "name": "Gross Profit",
  2310.     "ref_doctype": "Sales Invoice",
  2311.     "report_type": "Script Report"
  2312.    },
  2313.    "Inactive Customers": {
  2314.     "name": "Inactive Customers",
  2315.     "ref_doctype": "Sales Order",
  2316.     "report_type": "Script Report"
  2317.    },
  2318.    "Issued Items Against Production Order": {
  2319.     "name": "Issued Items Against Production Order",
  2320.     "ref_doctype": "Production Order",
  2321.     "report_type": "Query Report"
  2322.    },
  2323.    "Item Prices": {
  2324.     "name": "Item Prices",
  2325.     "ref_doctype": "Stock Ledger Entry",
  2326.     "report_type": "Script Report"
  2327.    },
  2328.    "Item Shortage Report": {
  2329.     "name": "Item Shortage Report",
  2330.     "ref_doctype": "Bin",
  2331.     "report_type": "Report Builder"
  2332.    },
  2333.    "Item-wise Price List Rate": {
  2334.     "name": "Item-wise Price List Rate",
  2335.     "ref_doctype": "Item Price",
  2336.     "report_type": "Report Builder"
  2337.    },
  2338.    "Item-wise Purchase History": {
  2339.     "name": "Item-wise Purchase History",
  2340.     "ref_doctype": "Purchase Order",
  2341.     "report_type": "Query Report"
  2342.    },
  2343.    "Item-wise Purchase Register": {
  2344.     "name": "Item-wise Purchase Register",
  2345.     "ref_doctype": "Purchase Invoice",
  2346.     "report_type": "Script Report"
  2347.    },
  2348.    "Item-wise Sales History": {
  2349.     "name": "Item-wise Sales History",
  2350.     "ref_doctype": "Sales Order",
  2351.     "report_type": "Query Report"
  2352.    },
  2353.    "Item-wise Sales Register": {
  2354.     "name": "Item-wise Sales Register",
  2355.     "ref_doctype": "Sales Invoice",
  2356.     "report_type": "Script Report"
  2357.    },
  2358.    "Items To Be Requested": {
  2359.     "name": "Items To Be Requested",
  2360.     "ref_doctype": "Item",
  2361.     "report_type": "Query Report"
  2362.    },
  2363.    "Itemwise Recommended Reorder Level": {
  2364.     "name": "Itemwise Recommended Reorder Level",
  2365.     "ref_doctype": "Item",
  2366.     "report_type": "Script Report"
  2367.    },
  2368.    "Lead Details": {
  2369.     "name": "Lead Details",
  2370.     "ref_doctype": "Lead",
  2371.     "report_type": "Query Report"
  2372.    },
  2373.    "Maintenance Schedules": {
  2374.     "name": "Maintenance Schedules",
  2375.     "ref_doctype": "Maintenance Schedule",
  2376.     "report_type": "Query Report"
  2377.    },
  2378.    "Material Requests for which Supplier Quotations are not created": {
  2379.     "name": "Material Requests for which Supplier Quotations are not created",
  2380.     "ref_doctype": "Material Request",
  2381.     "report_type": "Query Report"
  2382.    },
  2383.    "Monthly Attendance Sheet": {
  2384.     "name": "Monthly Attendance Sheet",
  2385.     "ref_doctype": "Attendance",
  2386.     "report_type": "Script Report"
  2387.    },
  2388.    "Monthly Salary Register": {
  2389.     "name": "Monthly Salary Register",
  2390.     "ref_doctype": "Salary Slip",
  2391.     "report_type": "Script Report"
  2392.    },
  2393.    "Open Production Orders": {
  2394.     "name": "Open Production Orders",
  2395.     "ref_doctype": "Production Order",
  2396.     "report_type": "Query Report"
  2397.    },
  2398.    "Ordered Items To Be Billed": {
  2399.     "name": "Ordered Items To Be Billed",
  2400.     "ref_doctype": "Sales Invoice",
  2401.     "report_type": "Query Report"
  2402.    },
  2403.    "Ordered Items To Be Delivered": {
  2404.     "name": "Ordered Items To Be Delivered",
  2405.     "ref_doctype": "Delivery Note",
  2406.     "report_type": "Query Report"
  2407.    },
  2408.    "Payment Period Based On Invoice Date": {
  2409.     "name": "Payment Period Based On Invoice Date",
  2410.     "ref_doctype": "Journal Entry",
  2411.     "report_type": "Script Report"
  2412.    },
  2413.    "Pending SO Items For Purchase Request": {
  2414.     "name": "Pending SO Items For Purchase Request",
  2415.     "ref_doctype": "Sales Order",
  2416.     "report_type": "Query Report"
  2417.    },
  2418.    "Permitted Documents For User": {
  2419.     "name": "Permitted Documents For User",
  2420.     "ref_doctype": "User",
  2421.     "report_type": "Script Report"
  2422.    },
  2423.    "Production Orders in Progress": {
  2424.     "name": "Production Orders in Progress",
  2425.     "ref_doctype": "Production Order",
  2426.     "report_type": "Query Report"
  2427.    },
  2428.    "Profit and Loss Statement": {
  2429.     "name": "Profit and Loss Statement",
  2430.     "ref_doctype": "GL Entry",
  2431.     "report_type": "Script Report"
  2432.    },
  2433.    "Project wise Stock Tracking": {
  2434.     "name": "Project wise Stock Tracking",
  2435.     "ref_doctype": "Project",
  2436.     "report_type": "Report Builder"
  2437.    },
  2438.    "Purchase Invoice Trends": {
  2439.     "name": "Purchase Invoice Trends",
  2440.     "ref_doctype": "Purchase Invoice",
  2441.     "report_type": "Script Report"
  2442.    },
  2443.    "Purchase Order Items To Be Billed": {
  2444.     "name": "Purchase Order Items To Be Billed",
  2445.     "ref_doctype": "Purchase Invoice",
  2446.     "report_type": "Query Report"
  2447.    },
  2448.    "Purchase Order Items To Be Received": {
  2449.     "name": "Purchase Order Items To Be Received",
  2450.     "ref_doctype": "Purchase Receipt",
  2451.     "report_type": "Query Report"
  2452.    },
  2453.    "Purchase Order Trends": {
  2454.     "name": "Purchase Order Trends",
  2455.     "ref_doctype": "Purchase Order",
  2456.     "report_type": "Script Report"
  2457.    },
  2458.    "Purchase Receipt Trends": {
  2459.     "name": "Purchase Receipt Trends",
  2460.     "ref_doctype": "Purchase Receipt",
  2461.     "report_type": "Script Report"
  2462.    },
  2463.    "Purchase Register": {
  2464.     "name": "Purchase Register",
  2465.     "ref_doctype": "Purchase Invoice",
  2466.     "report_type": "Script Report"
  2467.    },
  2468.    "Quotation Trends": {
  2469.     "name": "Quotation Trends",
  2470.     "ref_doctype": "Quotation",
  2471.     "report_type": "Script Report"
  2472.    },
  2473.    "Received Items To Be Billed": {
  2474.     "name": "Received Items To Be Billed",
  2475.     "ref_doctype": "Purchase Invoice",
  2476.     "report_type": "Query Report"
  2477.    },
  2478.    "Requested Items To Be Ordered": {
  2479.     "name": "Requested Items To Be Ordered",
  2480.     "ref_doctype": "Purchase Order",
  2481.     "report_type": "Query Report"
  2482.    },
  2483.    "Requested Items To Be Transferred": {
  2484.     "name": "Requested Items To Be Transferred",
  2485.     "ref_doctype": "Stock Entry",
  2486.     "report_type": "Query Report"
  2487.    },
  2488.    "Sales Invoice Trends": {
  2489.     "name": "Sales Invoice Trends",
  2490.     "ref_doctype": "Sales Invoice",
  2491.     "report_type": "Script Report"
  2492.    },
  2493.    "Sales Order Trends": {
  2494.     "name": "Sales Order Trends",
  2495.     "ref_doctype": "Sales Order",
  2496.     "report_type": "Script Report"
  2497.    },
  2498.    "Sales Partners Commission": {
  2499.     "name": "Sales Partners Commission",
  2500.     "ref_doctype": "Sales Invoice",
  2501.     "report_type": "Query Report"
  2502.    },
  2503.    "Sales Person Target Variance Item Group-Wise": {
  2504.     "name": "Sales Person Target Variance Item Group-Wise",
  2505.     "ref_doctype": "Sales Order",
  2506.     "report_type": "Script Report"
  2507.    },
  2508.    "Sales Person-wise Transaction Summary": {
  2509.     "name": "Sales Person-wise Transaction Summary",
  2510.     "ref_doctype": "Sales Order",
  2511.     "report_type": "Script Report"
  2512.    },
  2513.    "Sales Register": {
  2514.     "name": "Sales Register",
  2515.     "ref_doctype": "Sales Invoice",
  2516.     "report_type": "Script Report"
  2517.    },
  2518.    "Serial No Service Contract Expiry": {
  2519.     "name": "Serial No Service Contract Expiry",
  2520.     "ref_doctype": "Serial No",
  2521.     "report_type": "Report Builder"
  2522.    },
  2523.    "Serial No Status": {
  2524.     "name": "Serial No Status",
  2525.     "ref_doctype": "Serial No",
  2526.     "report_type": "Report Builder"
  2527.    },
  2528.    "Serial No Warranty Expiry": {
  2529.     "name": "Serial No Warranty Expiry",
  2530.     "ref_doctype": "Serial No",
  2531.     "report_type": "Report Builder"
  2532.    },
  2533.    "Stock Ageing": {
  2534.     "name": "Stock Ageing",
  2535.     "ref_doctype": "Item",
  2536.     "report_type": "Script Report"
  2537.    },
  2538.    "Stock Balance": {
  2539.     "name": "Stock Balance",
  2540.     "ref_doctype": "Stock Ledger Entry",
  2541.     "report_type": "Script Report"
  2542.    },
  2543.    "Stock Ledger": {
  2544.     "name": "Stock Ledger",
  2545.     "ref_doctype": "Stock Ledger Entry",
  2546.     "report_type": "Script Report"
  2547.    },
  2548.    "Stock Projected Qty": {
  2549.     "name": "Stock Projected Qty",
  2550.     "ref_doctype": "Item",
  2551.     "report_type": "Script Report"
  2552.    },
  2553.    "Supplier Addresses and Contacts": {
  2554.     "name": "Supplier Addresses and Contacts",
  2555.     "ref_doctype": "Supplier",
  2556.     "report_type": "Query Report"
  2557.    },
  2558.    "Supplier-Wise Sales Analytics": {
  2559.     "name": "Supplier-Wise Sales Analytics",
  2560.     "ref_doctype": "Stock Ledger Entry",
  2561.     "report_type": "Script Report"
  2562.    },
  2563.    "Territory Target Variance Item Group-Wise": {
  2564.     "name": "Territory Target Variance Item Group-Wise",
  2565.     "ref_doctype": "Sales Order",
  2566.     "report_type": "Script Report"
  2567.    },
  2568.    "ToDo": {
  2569.     "name": "ToDo",
  2570.     "ref_doctype": "ToDo",
  2571.     "report_type": "Script Report"
  2572.    },
  2573.    "Trial Balance": {
  2574.     "name": "Trial Balance",
  2575.     "ref_doctype": "GL Entry",
  2576.     "report_type": "Script Report"
  2577.    },
  2578.    "Trial Balance for Party": {
  2579.     "name": "Trial Balance for Party",
  2580.     "ref_doctype": "GL Entry",
  2581.     "report_type": "Script Report"
  2582.    }
  2583.   },
  2584.   "allow_modules": [
  2585.    "Frappe Subscription",
  2586.    "HR",
  2587.    "Support",
  2588.    "CRM",
  2589.    "Custom",
  2590.    "Print",
  2591.    "Shopping Cart",
  2592.    "Email",
  2593.    "Stock",
  2594.    "Website",
  2595.    "Core",
  2596.    "Selling",
  2597.    "Workflow",
  2598.    "Utilities",
  2599.    "Desk",
  2600.    "Manufacturing",
  2601.    "Geo",
  2602.    "Buying",
  2603.    "Setup",
  2604.    "Hub Node",
  2605.    "Integrations",
  2606.    "Accounts",
  2607.    "Projects"
  2608.   ],
  2609.   "background_image": null,
  2610.   "background_style": "Fill Screen",
  2611.   "can_cancel": [
  2612.    "Time Log",
  2613.    "Attendance",
  2614.    "Offer Letter",
  2615.    "Material Request",
  2616.    "Time Log Batch",
  2617.    "BOM",
  2618.    "Installation Note",
  2619.    "Landed Cost Voucher",
  2620.    "Stock Reconciliation",
  2621.    "Maintenance Schedule",
  2622.    "Purchase Receipt",
  2623.    "Sales Invoice",
  2624.    "Salary Slip",
  2625.    "Purchase Invoice",
  2626.    "Stock Entry",
  2627.    "Quotation",
  2628.    "Production Order",
  2629.    "Purchase Order",
  2630.    "Period Closing Voucher",
  2631.    "Appraisal",
  2632.    "Expense Claim",
  2633.    "Leave Application",
  2634.    "Maintenance Visit",
  2635.    "Payment Request",
  2636.    "Quality Inspection",
  2637.    "Packing Slip",
  2638.    "Delivery Note",
  2639.    "Supplier Quotation",
  2640.    "Sales Order",
  2641.    "Journal Entry",
  2642.    "Leave Allocation"
  2643.   ],
  2644.   "can_create": [
  2645.    "Product Bundle",
  2646.    "Lead",
  2647.    "Activity Cost",
  2648.    "Item Price",
  2649.    "Role",
  2650.    "BOM",
  2651.    "Branch",
  2652.    "Department",
  2653.    "Email Alert",
  2654.    "POS Profile",
  2655.    "Territory",
  2656.    "Appraisal Template",
  2657.    "Custom Field",
  2658.    "Workflow",
  2659.    "Blog Category",
  2660.    "Brand",
  2661.    "Landed Cost Voucher",
  2662.    "Letter Head",
  2663.    "Job Opening",
  2664.    "Authorization Rule",
  2665.    "Workflow State",
  2666.    "Translation",
  2667.    "Stock Entry",
  2668.    "Address Template",
  2669.    "Price List",
  2670.    "Production Order",
  2671.    "Account",
  2672.    "Task",
  2673.    "Material Request",
  2674.    "Batch",
  2675.    "Cost Center",
  2676.    "Email Account",
  2677.    "Warranty Claim",
  2678.    "Property Setter",
  2679.    "Appraisal",
  2680.    "Expense Claim",
  2681.    "Campaign",
  2682.    "Purchase Invoice",
  2683.    "Offer Letter",
  2684.    "Packing Slip",
  2685.    "Sales Invoice",
  2686.    "Operation",
  2687.    "Sales Order",
  2688.    "Journal Entry",
  2689.    "Leave Allocation",
  2690.    "Email Digest",
  2691.    "Attendance",
  2692.    "Leave Block List",
  2693.    "Leave Type",
  2694.    "Supplier",
  2695.    "Employee",
  2696.    "ToDo",
  2697.    "UOM",
  2698.    "Purchase Taxes and Charges Template",
  2699.    "Activity Type",
  2700.    "Print Heading",
  2701.    "Website Slideshow",
  2702.    "Blog Post",
  2703.    "Report",
  2704.    "Supplier Quotation",
  2705.    "Workstation",
  2706.    "Supplier Type",
  2707.    "Contact",
  2708.    "Industry Type",
  2709.    "Web Page",
  2710.    "Web Form",
  2711.    "Communication",
  2712.    "Print Format",
  2713.    "Currency",
  2714.    "Company",
  2715.    "Time Log",
  2716.    "Time Log Batch",
  2717.    "Email Unsubscribe",
  2718.    "Deduction Type",
  2719.    "Note",
  2720.    "Item Attribute",
  2721.    "Installation Note",
  2722.    "Pricing Rule",
  2723.    "Sales Partner",
  2724.    "Terms and Conditions",
  2725.    "Newsletter List",
  2726.    "Standard Reply",
  2727.    "User",
  2728.    "Newsletter List Subscriber",
  2729.    "Salary Slip",
  2730.    "Employment Type",
  2731.    "Quotation",
  2732.    "Earning Type",
  2733.    "Designation",
  2734.    "Workflow Action",
  2735.    "Sales Person",
  2736.    "Period Closing Voucher",
  2737.    "Maintenance Visit",
  2738.    "Currency Exchange",
  2739.    "Serial No",
  2740.    "Delivery Note",
  2741.    "Salary Structure",
  2742.    "Customer Group",
  2743.    "Manufacturer",
  2744.    "Mode of Payment",
  2745.    "Scheduler Log",
  2746.    "Warehouse",
  2747.    "Expense Claim Type",
  2748.    "Issue",
  2749.    "Offer Term",
  2750.    "Async Task",
  2751.    "DocType",
  2752.    "Maintenance Schedule",
  2753.    "Purchase Receipt",
  2754.    "Address",
  2755.    "Job Applicant",
  2756.    "Tax Rule",
  2757.    "Opportunity",
  2758.    "Monthly Distribution",
  2759.    "Customer",
  2760.    "File",
  2761.    "Custom Script",
  2762.    "Country",
  2763.    "Quotation Lost Reason",
  2764.    "Website Theme",
  2765.    "Holiday List",
  2766.    "Item",
  2767.    "Fiscal Year",
  2768.    "Purchase Order",
  2769.    "Stock Reconciliation",
  2770.    "Leave Application",
  2771.    "Project",
  2772.    "Sales Taxes and Charges Template",
  2773.    "Quality Inspection",
  2774.    "Blogger",
  2775.    "Shipping Rule",
  2776.    "C-Form",
  2777.    "Payment Gateway Account",
  2778.    "Newsletter"
  2779.   ],
  2780.   "can_delete": [
  2781.    "Product Bundle",
  2782.    "Item Group",
  2783.    "Lead",
  2784.    "Activity Cost",
  2785.    "Item Price",
  2786.    "BOM",
  2787.    "Branch",
  2788.    "Department",
  2789.    "Email Alert",
  2790.    "POS Profile",
  2791.    "Territory",
  2792.    "Custom Field",
  2793.    "Workflow",
  2794.    "Blog Category",
  2795.    "Brand",
  2796.    "Landed Cost Voucher",
  2797.    "Letter Head",
  2798.    "Job Opening",
  2799.    "Authorization Rule",
  2800.    "Workflow State",
  2801.    "Translation",
  2802.    "Stock Entry",
  2803.    "Address Template",
  2804.    "Price List",
  2805.    "Production Order",
  2806.    "Account",
  2807.    "Task",
  2808.    "Material Request",
  2809.    "Batch",
  2810.    "Cost Center",
  2811.    "Email Account",
  2812.    "Warranty Claim",
  2813.    "Property Setter",
  2814.    "Appraisal",
  2815.    "Expense Claim",
  2816.    "Campaign",
  2817.    "Purchase Invoice",
  2818.    "Offer Letter",
  2819.    "Packing Slip",
  2820.    "Sales Invoice",
  2821.    "Operation",
  2822.    "Sales Order",
  2823.    "Journal Entry",
  2824.    "Event",
  2825.    "Leave Allocation",
  2826.    "Email Digest",
  2827.    "Attendance",
  2828.    "Leave Type",
  2829.    "Supplier",
  2830.    "Employee",
  2831.    "Web Page",
  2832.    "UOM",
  2833.    "Purchase Taxes and Charges Template",
  2834.    "Activity Type",
  2835.    "Print Heading",
  2836.    "Website Slideshow",
  2837.    "Blog Post",
  2838.    "Report",
  2839.    "Supplier Quotation",
  2840.    "Workstation",
  2841.    "Supplier Type",
  2842.    "Contact",
  2843.    "Payment Request",
  2844.    "Sales Person",
  2845.    "Web Form",
  2846.    "Communication",
  2847.    "Print Format",
  2848.    "Currency",
  2849.    "Company",
  2850.    "Time Log",
  2851.    "Time Log Batch",
  2852.    "Email Unsubscribe",
  2853.    "Deduction Type",
  2854.    "Note",
  2855.    "Item Attribute",
  2856.    "Installation Note",
  2857.    "Pricing Rule",
  2858.    "Terms and Conditions",
  2859.    "DocShare",
  2860.    "Newsletter List",
  2861.    "Payment Reconciliation",
  2862.    "Standard Reply",
  2863.    "User",
  2864.    "Newsletter List Subscriber",
  2865.    "Salary Slip",
  2866.    "Employment Type",
  2867.    "Quotation",
  2868.    "Earning Type",
  2869.    "Designation",
  2870.    "Workflow Action",
  2871.    "Period Closing Voucher",
  2872.    "Maintenance Visit",
  2873.    "Currency Exchange",
  2874.    "Serial No",
  2875.    "Delivery Note",
  2876.    "Customer Group",
  2877.    "Manufacturer",
  2878.    "Scheduler Log",
  2879.    "Warehouse",
  2880.    "Desktop Icon",
  2881.    "Issue",
  2882.    "Offer Term",
  2883.    "Async Task",
  2884.    "Maintenance Schedule",
  2885.    "Purchase Receipt",
  2886.    "Job Applicant",
  2887.    "Tax Rule",
  2888.    "Opportunity",
  2889.    "Monthly Distribution",
  2890.    "Customer",
  2891.    "File",
  2892.    "Custom Script",
  2893.    "Quotation Lost Reason",
  2894.    "Website Theme",
  2895.    "Holiday List",
  2896.    "Item",
  2897.    "Fiscal Year",
  2898.    "Dropbox Backup",
  2899.    "Purchase Order",
  2900.    "Stock Reconciliation",
  2901.    "Leave Application",
  2902.    "Project",
  2903.    "Sales Taxes and Charges Template",
  2904.    "Quality Inspection",
  2905.    "Blogger",
  2906.    "Shipping Rule",
  2907.    "Payment Gateway Account",
  2908.    "Newsletter"
  2909.   ],
  2910.   "can_email": [
  2911.    "Product Bundle",
  2912.    "Item Group",
  2913.    "Lead",
  2914.    "Activity Cost",
  2915.    "Stock Settings",
  2916.    "Item Price",
  2917.    "Role",
  2918.    "BOM",
  2919.    "Branch",
  2920.    "Department",
  2921.    "POS Profile",
  2922.    "Territory",
  2923.    "Bin",
  2924.    "Appraisal Template",
  2925.    "Custom Field",
  2926.    "Workflow",
  2927.    "Blog Category",
  2928.    "Brand",
  2929.    "Letter Head",
  2930.    "Job Opening",
  2931.    "Selling Settings",
  2932.    "Authorization Rule",
  2933.    "Workflow State",
  2934.    "Translation",
  2935.    "Stock Entry",
  2936.    "Naming Series",
  2937.    "Production Order",
  2938.    "Account",
  2939.    "Task",
  2940.    "Material Request",
  2941.    "Batch",
  2942.    "Cost Center",
  2943.    "Project",
  2944.    "Warranty Claim",
  2945.    "Property Setter",
  2946.    "Appraisal",
  2947.    "Expense Claim",
  2948.    "Production Planning Tool",
  2949.    "Campaign",
  2950.    "Purchase Invoice",
  2951.    "Offer Letter",
  2952.    "Packing Slip",
  2953.    "Sales Invoice",
  2954.    "Sales Order",
  2955.    "Journal Entry",
  2956.    "Event",
  2957.    "Leave Allocation",
  2958.    "Attendance",
  2959.    "Leave Block List",
  2960.    "Leave Type",
  2961.    "Supplier",
  2962.    "Employee",
  2963.    "ToDo",
  2964.    "UOM",
  2965.    "Purchase Taxes and Charges Template",
  2966.    "Customize Form",
  2967.    "Activity Type",
  2968.    "Print Heading",
  2969.    "Website Slideshow",
  2970.    "Blog Post",
  2971.    "Website Script",
  2972.    "Report",
  2973.    "Supplier Quotation",
  2974.    "Workstation",
  2975.    "Supplier Type",
  2976.    "Contact",
  2977.    "Industry Type",
  2978.    "Manufacturer",
  2979.    "Payment Request",
  2980.    "Sales Person",
  2981.    "Shopping Cart Settings",
  2982.    "Email Digest",
  2983.    "Print Format",
  2984.    "Currency",
  2985.    "Company",
  2986.    "Blog Settings",
  2987.    "Time Log",
  2988.    "Time Log Batch",
  2989.    "Email Unsubscribe",
  2990.    "Deduction Type",
  2991.    "Note",
  2992.    "Website Settings",
  2993.    "Installation Note",
  2994.    "Sales Partner",
  2995.    "Terms and Conditions",
  2996.    "Newsletter List",
  2997.    "Contact Us Settings",
  2998.    "Standard Reply",
  2999.    "Upload Attendance",
  3000.    "Newsletter List Subscriber",
  3001.    "Salary Slip",
  3002.    "Employment Type",
  3003.    "User",
  3004.    "Earning Type",
  3005.    "Designation",
  3006.    "Workflow Action",
  3007.    "Period Closing Voucher",
  3008.    "HR Settings",
  3009.    "Maintenance Visit",
  3010.    "Currency Exchange",
  3011.    "GL Entry",
  3012.    "Serial No",
  3013.    "Delivery Note",
  3014.    "Salary Structure",
  3015.    "Customer Group",
  3016.    "Quotation",
  3017.    "Mode of Payment",
  3018.    "Features Setup",
  3019.    "Bulk Email",
  3020.    "Scheduler Log",
  3021.    "Warehouse",
  3022.    "Expense Claim Type",
  3023.    "Desktop Icon",
  3024.    "Issue",
  3025.    "Async Task",
  3026.    "DocType",
  3027.    "Maintenance Schedule",
  3028.    "Purchase Receipt",
  3029.    "Address",
  3030.    "About Us Settings",
  3031.    "Job Applicant",
  3032.    "Tax Rule",
  3033.    "Opportunity",
  3034.    "Monthly Distribution",
  3035.    "Customer",
  3036.    "File",
  3037.    "Custom Script",
  3038.    "Country",
  3039.    "Quotation Lost Reason",
  3040.    "Holiday List",
  3041.    "Item",
  3042.    "Fiscal Year",
  3043.    "Dropbox Backup",
  3044.    "Purchase Order",
  3045.    "Page",
  3046.    "Leave Application",
  3047.    "Sales Taxes and Charges Template",
  3048.    "Quality Inspection",
  3049.    "Blogger",
  3050.    "Shipping Rule",
  3051.    "C-Form",
  3052.    "Payment Gateway Account",
  3053.    "Buying Settings",
  3054.    "SMS Log",
  3055.    "Accounts Settings",
  3056.    "Newsletter"
  3057.   ],
  3058.   "can_export": [
  3059.    "Email Unsubscribe",
  3060.    "Activity Cost",
  3061.    "Version",
  3062.    "Email Alert",
  3063.    "DocShare",
  3064.    "ToDo",
  3065.    "Pricing Rule",
  3066.    "Offer Letter",
  3067.    "Activity Type",
  3068.    "Async Task",
  3069.    "Landed Cost Voucher",
  3070.    "Stock Ledger Entry",
  3071.    "Newsletter List Subscriber",
  3072.    "Translation",
  3073.    "Tax Rule",
  3074.    "GL Entry",
  3075.    "Address Template",
  3076.    "Manufacturer",
  3077.    "Account",
  3078.    "Leave Application",
  3079.    "Payment Request",
  3080.    "Newsletter",
  3081.    "Blogger",
  3082.    "Desktop Icon",
  3083.    "Newsletter List",
  3084.    "Payment Gateway Account",
  3085.    "Operation",
  3086.    "Sales Order",
  3087.    "Standard Reply"
  3088.   ],
  3089.   "can_get_report": [
  3090.    "Product Bundle",
  3091.    "Item Group",
  3092.    "Lead",
  3093.    "Activity Cost",
  3094.    "Item Price",
  3095.    "Role",
  3096.    "BOM",
  3097.    "Branch",
  3098.    "Department",
  3099.    "Email Alert",
  3100.    "POS Profile",
  3101.    "Territory",
  3102.    "Bin",
  3103.    "Appraisal Template",
  3104.    "Custom Field",
  3105.    "Blog Category",
  3106.    "Brand",
  3107.    "Landed Cost Voucher",
  3108.    "Letter Head",
  3109.    "Job Opening",
  3110.    "Authorization Rule",
  3111.    "Translation",
  3112.    "Stock Entry",
  3113.    "Address Template",
  3114.    "Price List",
  3115.    "Production Order",
  3116.    "Account",
  3117.    "Task",
  3118.    "Material Request",
  3119.    "Batch",
  3120.    "Cost Center",
  3121.    "Project",
  3122.    "Warranty Claim",
  3123.    "Property Setter",
  3124.    "Appraisal",
  3125.    "Expense Claim",
  3126.    "Campaign",
  3127.    "Purchase Invoice",
  3128.    "Offer Letter",
  3129.    "Packing Slip",
  3130.    "Sales Invoice",
  3131.    "Operation",
  3132.    "Sales Order",
  3133.    "Journal Entry",
  3134.    "Event",
  3135.    "Leave Allocation",
  3136.    "Email Digest",
  3137.    "Attendance",
  3138.    "Leave Type",
  3139.    "Supplier",
  3140.    "Version",
  3141.    "Employee",
  3142.    "ToDo",
  3143.    "UOM",
  3144.    "Purchase Taxes and Charges Template",
  3145.    "Activity Type",
  3146.    "Print Heading",
  3147.    "Website Slideshow",
  3148.    "Blog Post",
  3149.    "Report",
  3150.    "Supplier Quotation",
  3151.    "Workstation",
  3152.    "Supplier Type",
  3153.    "Contact",
  3154.    "Industry Type",
  3155.    "Payment Request",
  3156.    "Sales Person",
  3157.    "Web Form",
  3158.    "Communication",
  3159.    "Print Format",
  3160.    "Currency",
  3161.    "Company",
  3162.    "Time Log",
  3163.    "Time Log Batch",
  3164.    "Email Unsubscribe",
  3165.    "Deduction Type",
  3166.    "Item Attribute",
  3167.    "Installation Note",
  3168.    "Pricing Rule",
  3169.    "Sales Partner",
  3170.    "Terms and Conditions",
  3171.    "DocShare",
  3172.    "Newsletter List",
  3173.    "Standard Reply",
  3174.    "User",
  3175.    "Stock Ledger Entry",
  3176.    "Newsletter List Subscriber",
  3177.    "Salary Slip",
  3178.    "Employment Type",
  3179.    "Quotation",
  3180.    "Earning Type",
  3181.    "Designation",
  3182.    "Period Closing Voucher",
  3183.    "Maintenance Visit",
  3184.    "Currency Exchange",
  3185.    "GL Entry",
  3186.    "Serial No",
  3187.    "Delivery Note",
  3188.    "Salary Structure",
  3189.    "Customer Group",
  3190.    "Manufacturer",
  3191.    "Mode of Payment",
  3192.    "Bulk Email",
  3193.    "Scheduler Log",
  3194.    "Warehouse",
  3195.    "Expense Claim Type",
  3196.    "Desktop Icon",
  3197.    "Issue",
  3198.    "Async Task",
  3199.    "DocType",
  3200.    "Maintenance Schedule",
  3201.    "Purchase Receipt",
  3202.    "Address",
  3203.    "Job Applicant",
  3204.    "Tax Rule",
  3205.    "Opportunity",
  3206.    "Monthly Distribution",
  3207.    "Customer",
  3208.    "Custom Script",
  3209.    "Country",
  3210.    "Quotation Lost Reason",
  3211.    "Holiday List",
  3212.    "Item",
  3213.    "Fiscal Year",
  3214.    "Purchase Order",
  3215.    "Stock Reconciliation",
  3216.    "Leave Application",
  3217.    "Sales Taxes and Charges Template",
  3218.    "Quality Inspection",
  3219.    "Blogger",
  3220.    "Shipping Rule",
  3221.    "C-Form",
  3222.    "Payment Gateway Account",
  3223.    "SMS Log",
  3224.    "Newsletter"
  3225.   ],
  3226.   "can_import": [
  3227.    "Product Bundle",
  3228.    "Lead",
  3229.    "Activity Cost",
  3230.    "Item Price",
  3231.    "Brand",
  3232.    "BOM",
  3233.    "Branch",
  3234.    "Department",
  3235.    "Territory",
  3236.    "Appraisal Template",
  3237.    "Custom Field",
  3238.    "Blog Category",
  3239.    "Company",
  3240.    "Authorization Rule",
  3241.    "Workflow State",
  3242.    "Translation",
  3243.    "Stock Entry",
  3244.    "Price List",
  3245.    "Production Order",
  3246.    "Account",
  3247.    "Task",
  3248.    "Material Request",
  3249.    "Batch",
  3250.    "Purchase Order",
  3251.    "Project",
  3252.    "Warranty Claim",
  3253.    "Sales Partner",
  3254.    "Expense Claim",
  3255.    "Campaign",
  3256.    "Opportunity",
  3257.    "Offer Letter",
  3258.    "Leave Type",
  3259.    "Supplier Quotation",
  3260.    "Operation",
  3261.    "Sales Order",
  3262.    "Journal Entry",
  3263.    "Event",
  3264.    "Leave Allocation",
  3265.    "Attendance",
  3266.    "Leave Block List",
  3267.    "Supplier",
  3268.    "Employee",
  3269.    "UOM",
  3270.    "Purchase Taxes and Charges Template",
  3271.    "Activity Type",
  3272.    "Print Heading",
  3273.    "Blog Post",
  3274.    "Sales Invoice",
  3275.    "Workstation",
  3276.    "Supplier Type",
  3277.    "Contact",
  3278.    "Industry Type",
  3279.    "Sales Person",
  3280.    "Communication",
  3281.    "Standard Reply",
  3282.    "Time Log",
  3283.    "Cost Center",
  3284.    "Item Attribute",
  3285.    "Pricing Rule",
  3286.    "Terms and Conditions",
  3287.    "Newsletter List",
  3288.    "Deduction Type",
  3289.    "User",
  3290.    "Newsletter List Subscriber",
  3291.    "Employment Type",
  3292.    "Manufacturer",
  3293.    "Earning Type",
  3294.    "Designation",
  3295.    "Item Group",
  3296.    "Currency Exchange",
  3297.    "Serial No",
  3298.    "Delivery Note",
  3299.    "Salary Structure",
  3300.    "Customer Group",
  3301.    "Quotation",
  3302.    "Mode of Payment",
  3303.    "Warehouse",
  3304.    "Expense Claim Type",
  3305.    "Issue",
  3306.    "Offer Term",
  3307.    "Address",
  3308.    "Tax Rule",
  3309.    "Purchase Invoice",
  3310.    "Customer",
  3311.    "Custom Script",
  3312.    "Country",
  3313.    "Quotation Lost Reason",
  3314.    "Website Theme",
  3315.    "Holiday List",
  3316.    "Item",
  3317.    "Fiscal Year",
  3318.    "Sales Taxes and Charges Template",
  3319.    "Blogger",
  3320.    "DocShare",
  3321.    "C-Form",
  3322.    "File"
  3323.   ],
  3324.   "can_print": [
  3325.    "Product Bundle",
  3326.    "Item Group",
  3327.    "Lead",
  3328.    "Activity Cost",
  3329.    "Stock Settings",
  3330.    "Item Price",
  3331.    "Role",
  3332.    "BOM",
  3333.    "Branch",
  3334.    "Department",
  3335.    "POS Profile",
  3336.    "Territory",
  3337.    "Bin",
  3338.    "Appraisal Template",
  3339.    "Custom Field",
  3340.    "Workflow",
  3341.    "Blog Category",
  3342.    "Brand",
  3343.    "Letter Head",
  3344.    "Job Opening",
  3345.    "Selling Settings",
  3346.    "Authorization Rule",
  3347.    "Workflow State",
  3348.    "Translation",
  3349.    "Stock Entry",
  3350.    "Naming Series",
  3351.    "Production Order",
  3352.    "Account",
  3353.    "Task",
  3354.    "Material Request",
  3355.    "Batch",
  3356.    "Cost Center",
  3357.    "Project",
  3358.    "Warranty Claim",
  3359.    "Property Setter",
  3360.    "Appraisal",
  3361.    "Expense Claim",
  3362.    "Production Planning Tool",
  3363.    "Campaign",
  3364.    "Purchase Invoice",
  3365.    "Offer Letter",
  3366.    "Packing Slip",
  3367.    "Sales Invoice",
  3368.    "Sales Order",
  3369.    "Journal Entry",
  3370.    "Event",
  3371.    "Leave Allocation",
  3372.    "Attendance",
  3373.    "Leave Block List",
  3374.    "Leave Type",
  3375.    "Supplier",
  3376.    "Employee",
  3377.    "ToDo",
  3378.    "UOM",
  3379.    "Purchase Taxes and Charges Template",
  3380.    "Customize Form",
  3381.    "Activity Type",
  3382.    "Print Heading",
  3383.    "Website Slideshow",
  3384.    "Blog Post",
  3385.    "Website Script",
  3386.    "Report",
  3387.    "Supplier Quotation",
  3388.    "Workstation",
  3389.    "Supplier Type",
  3390.    "Contact",
  3391.    "Industry Type",
  3392.    "Manufacturer",
  3393.    "Payment Request",
  3394.    "Sales Person",
  3395.    "Shopping Cart Settings",
  3396.    "Email Digest",
  3397.    "Print Format",
  3398.    "Currency",
  3399.    "Company",
  3400.    "Blog Settings",
  3401.    "Time Log",
  3402.    "Time Log Batch",
  3403.    "Email Unsubscribe",
  3404.    "Deduction Type",
  3405.    "Note",
  3406.    "Website Settings",
  3407.    "Installation Note",
  3408.    "Sales Partner",
  3409.    "Terms and Conditions",
  3410.    "Newsletter List",
  3411.    "Contact Us Settings",
  3412.    "Upload Attendance",
  3413.    "Newsletter List Subscriber",
  3414.    "Salary Slip",
  3415.    "Employment Type",
  3416.    "User",
  3417.    "Earning Type",
  3418.    "Designation",
  3419.    "Workflow Action",
  3420.    "Period Closing Voucher",
  3421.    "HR Settings",
  3422.    "Maintenance Visit",
  3423.    "Currency Exchange",
  3424.    "GL Entry",
  3425.    "Serial No",
  3426.    "Delivery Note",
  3427.    "Salary Structure",
  3428.    "Customer Group",
  3429.    "Quotation",
  3430.    "Mode of Payment",
  3431.    "Features Setup",
  3432.    "Bulk Email",
  3433.    "Scheduler Log",
  3434.    "Warehouse",
  3435.    "Expense Claim Type",
  3436.    "Desktop Icon",
  3437.    "Issue",
  3438.    "Async Task",
  3439.    "DocType",
  3440.    "Maintenance Schedule",
  3441.    "Purchase Receipt",
  3442.    "Address",
  3443.    "About Us Settings",
  3444.    "Job Applicant",
  3445.    "Tax Rule",
  3446.    "Opportunity",
  3447.    "Monthly Distribution",
  3448.    "Customer",
  3449.    "File",
  3450.    "Custom Script",
  3451.    "Country",
  3452.    "Quotation Lost Reason",
  3453.    "Holiday List",
  3454.    "Item",
  3455.    "Fiscal Year",
  3456.    "Dropbox Backup",
  3457.    "Purchase Order",
  3458.    "Page",
  3459.    "Leave Application",
  3460.    "Sales Taxes and Charges Template",
  3461.    "Quality Inspection",
  3462.    "Blogger",
  3463.    "Shipping Rule",
  3464.    "C-Form",
  3465.    "Payment Gateway Account",
  3466.    "Buying Settings",
  3467.    "SMS Log",
  3468.    "Accounts Settings",
  3469.    "Newsletter"
  3470.   ],
  3471.   "can_read": [
  3472.    "BOM Replace Tool",
  3473.    "Product Bundle",
  3474.    "Period Closing Voucher",
  3475.    "Lead",
  3476.    "Activity Cost",
  3477.    "Stock Settings",
  3478.    "Item Price",
  3479.    "Role",
  3480.    "Leave Allocation",
  3481.    "Branch",
  3482.    "Department",
  3483.    "Email Alert",
  3484.    "POS Profile",
  3485.    "Territory",
  3486.    "Bin",
  3487.    "Appraisal Template",
  3488.    "Custom Field",
  3489.    "Workflow",
  3490.    "Blog Category",
  3491.    "Brand",
  3492.    "Expense Claim",
  3493.    "Job Opening",
  3494.    "Selling Settings",
  3495.    "Authorization Rule",
  3496.    "Workflow State",
  3497.    "Translation",
  3498.    "Rename Tool",
  3499.    "Stock Entry",
  3500.    "Naming Series",
  3501.    "Price List",
  3502.    "Production Order",
  3503.    "Account",
  3504.    "Task",
  3505.    "Manufacturing Settings",
  3506.    "Material Request",
  3507.    "Batch",
  3508.    "Deduction Type",
  3509.    "Email Account",
  3510.    "Warranty Claim",
  3511.    "SMS Center",
  3512.    "Property Setter",
  3513.    "Appraisal",
  3514.    "Letter Head",
  3515.    "Production Planning Tool",
  3516.    "Campaign",
  3517.    "Purchase Invoice",
  3518.    "Offer Letter",
  3519.    "Packing Slip",
  3520.    "Global Defaults",
  3521.    "Item Attribute",
  3522.    "Supplier Quotation",
  3523.    "Operation",
  3524.    "Sales Order",
  3525.    "Email Digest",
  3526.    "Event",
  3527.    "BOM",
  3528.    "Attendance",
  3529.    "Leave Block List",
  3530.    "Leave Type",
  3531.    "Supplier",
  3532.    "Version",
  3533.    "Employee",
  3534.    "Web Page",
  3535.    "ToDo",
  3536.    "UOM",
  3537.    "Purchase Taxes and Charges Template",
  3538.    "Activity Type",
  3539.    "Print Heading",
  3540.    "Website Slideshow",
  3541.    "Blog Post",
  3542.    "Website Script",
  3543.    "Country",
  3544.    "Report",
  3545.    "Sales Invoice",
  3546.    "Workstation",
  3547.    "Supplier Type",
  3548.    "Address Template",
  3549.    "Contact",
  3550.    "Industry Type",
  3551.    "Payment Tool",
  3552.    "Payment Request",
  3553.    "SMS Log",
  3554.    "Web Form",
  3555.    "Notification Control",
  3556.    "Shopping Cart Settings",
  3557.    "Journal Entry",
  3558.    "Print Format",
  3559.    "Module Def",
  3560.    "Currency",
  3561.    "Landed Cost Voucher",
  3562.    "Blog Settings",
  3563.    "Process Payroll",
  3564.    "Time Log",
  3565.    "Company",
  3566.    "Time Log Batch",
  3567.    "Email Unsubscribe",
  3568.    "Cost Center",
  3569.    "Note",
  3570.    "Leave Control Panel",
  3571.    "Website Settings",
  3572.    "Installation Note",
  3573.    "Pricing Rule",
  3574.    "Sales Partner",
  3575.    "Terms and Conditions",
  3576.    "Newsletter List",
  3577.    "Employee Attendance Tool",
  3578.    "Payment Reconciliation",
  3579.    "Contact Us Settings",
  3580.    "Page",
  3581.    "Standard Reply",
  3582.    "User",
  3583.    "Stock Ledger Entry",
  3584.    "Newsletter List Subscriber",
  3585.    "Bank Reconciliation",
  3586.    "Salary Slip",
  3587.    "GL Entry",
  3588.    "Quotation",
  3589.    "Earning Type",
  3590.    "Designation",
  3591.    "Workflow Action",
  3592.    "Sales Person",
  3593.    "Item Group",
  3594.    "HR Settings",
  3595.    "Quality Inspection",
  3596.    "Currency Exchange",
  3597.    "Hub Settings",
  3598.    "Employment Type",
  3599.    "Serial No",
  3600.    "Delivery Note",
  3601.    "Salary Structure",
  3602.    "Customer Group",
  3603.    "Manufacturer",
  3604.    "Mode of Payment",
  3605.    "Desktop Icon",
  3606.    "Features Setup",
  3607.    "Bulk Email",
  3608.    "Scheduler Log",
  3609.    "Warehouse",
  3610.    "System Settings",
  3611.    "Print Settings",
  3612.    "Expense Claim Type",
  3613.    "DocShare",
  3614.    "Issue",
  3615.    "Offer Term",
  3616.    "Async Task",
  3617.    "DocType",
  3618.    "Maintenance Schedule",
  3619.    "Purchase Receipt",
  3620.    "Address",
  3621.    "About Us Settings",
  3622.    "Job Applicant",
  3623.    "Tax Rule",
  3624.    "Opportunity",
  3625.    "Customize Form",
  3626.    "Customer",
  3627.    "Communication",
  3628.    "Monthly Distribution",
  3629.    "Custom Script",
  3630.    "Payment Gateway Account",
  3631.    "Quotation Lost Reason",
  3632.    "Website Theme",
  3633.    "Holiday List",
  3634.    "Item",
  3635.    "Fiscal Year",
  3636.    "Dropbox Backup",
  3637.    "Purchase Order",
  3638.    "Stock Reconciliation",
  3639.    "Leave Application",
  3640.    "Project",
  3641.    "Sales Taxes and Charges Template",
  3642.    "Maintenance Visit",
  3643.    "Blogger",
  3644.    "Shipping Rule",
  3645.    "C-Form",
  3646.    "SMS Settings",
  3647.    "Social Login Keys",
  3648.    "Upload Attendance",
  3649.    "File",
  3650.    "Buying Settings",
  3651.    "Accounts Settings",
  3652.    "Newsletter"
  3653.   ],
  3654.   "can_search": [
  3655.    "Product Bundle",
  3656.    "Item Group",
  3657.    "Lead",
  3658.    "Activity Cost",
  3659.    "Item Price",
  3660.    "Role",
  3661.    "BOM",
  3662.    "Branch",
  3663.    "Department",
  3664.    "Email Alert",
  3665.    "POS Profile",
  3666.    "Territory",
  3667.    "Bin",
  3668.    "Appraisal Template",
  3669.    "Custom Field",
  3670.    "Workflow",
  3671.    "Blog Category",
  3672.    "Brand",
  3673.    "Landed Cost Voucher",
  3674.    "Letter Head",
  3675.    "Job Opening",
  3676.    "Authorization Rule",
  3677.    "Workflow State",
  3678.    "Translation",
  3679.    "Stock Entry",
  3680.    "Address Template",
  3681.    "Price List",
  3682.    "Production Order",
  3683.    "Account",
  3684.    "Task",
  3685.    "Material Request",
  3686.    "Batch",
  3687.    "Cost Center",
  3688.    "Email Account",
  3689.    "Warranty Claim",
  3690.    "Property Setter",
  3691.    "Appraisal",
  3692.    "Expense Claim",
  3693.    "Campaign",
  3694.    "Purchase Invoice",
  3695.    "Offer Letter",
  3696.    "Packing Slip",
  3697.    "Sales Invoice",
  3698.    "Operation",
  3699.    "Sales Order",
  3700.    "Journal Entry",
  3701.    "Leave Allocation",
  3702.    "Email Digest",
  3703.    "Attendance",
  3704.    "Leave Block List",
  3705.    "Leave Type",
  3706.    "Supplier",
  3707.    "Version",
  3708.    "Employee",
  3709.    "ToDo",
  3710.    "UOM",
  3711.    "Purchase Taxes and Charges Template",
  3712.    "Activity Type",
  3713.    "Print Heading",
  3714.    "Website Slideshow",
  3715.    "Blog Post",
  3716.    "Report",
  3717.    "Supplier Quotation",
  3718.    "Workstation",
  3719.    "Supplier Type",
  3720.    "Contact",
  3721.    "Industry Type",
  3722.    "Manufacturer",
  3723.    "Payment Request",
  3724.    "Sales Person",
  3725.    "Web Form",
  3726.    "Communication",
  3727.    "Print Format",
  3728.    "Module Def",
  3729.    "Currency",
  3730.    "Company",
  3731.    "Time Log",
  3732.    "Time Log Batch",
  3733.    "Email Unsubscribe",
  3734.    "Deduction Type",
  3735.    "Note",
  3736.    "Item Attribute",
  3737.    "Installation Note",
  3738.    "Pricing Rule",
  3739.    "Sales Partner",
  3740.    "Terms and Conditions",
  3741.    "Newsletter List",
  3742.    "Page",
  3743.    "Standard Reply",
  3744.    "User",
  3745.    "Stock Ledger Entry",
  3746.    "Newsletter List Subscriber",
  3747.    "Salary Slip",
  3748.    "Employment Type",
  3749.    "Quotation",
  3750.    "Earning Type",
  3751.    "Designation",
  3752.    "Workflow Action",
  3753.    "Period Closing Voucher",
  3754.    "Maintenance Visit",
  3755.    "Currency Exchange",
  3756.    "GL Entry",
  3757.    "Serial No",
  3758.    "Delivery Note",
  3759.    "Salary Structure",
  3760.    "Customer Group",
  3761.    "Web Page",
  3762.    "Mode of Payment",
  3763.    "Bulk Email",
  3764.    "Scheduler Log",
  3765.    "Warehouse",
  3766.    "Expense Claim Type",
  3767.    "Issue",
  3768.    "Offer Term",
  3769.    "Async Task",
  3770.    "DocType",
  3771.    "Maintenance Schedule",
  3772.    "Purchase Receipt",
  3773.    "Address",
  3774.    "Job Applicant",
  3775.    "Tax Rule",
  3776.    "Opportunity",
  3777.    "Monthly Distribution",
  3778.    "Customer",
  3779.    "File",
  3780.    "Custom Script",
  3781.    "Country",
  3782.    "Quotation Lost Reason",
  3783.    "Website Theme",
  3784.    "Holiday List",
  3785.    "Item",
  3786.    "Fiscal Year",
  3787.    "Purchase Order",
  3788.    "Stock Reconciliation",
  3789.    "Leave Application",
  3790.    "Project",
  3791.    "Sales Taxes and Charges Template",
  3792.    "Quality Inspection",
  3793.    "Blogger",
  3794.    "Shipping Rule",
  3795.    "C-Form",
  3796.    "Payment Gateway Account",
  3797.    "SMS Log",
  3798.    "Newsletter"
  3799.   ],
  3800.   "can_set_user_permissions": [
  3801.    "Customer",
  3802.    "Account",
  3803.    "Blog Category",
  3804.    "Email Account",
  3805.    "Blog Post",
  3806.    "Leave Application",
  3807.    "Blogger",
  3808.    "Employee",
  3809.    "Sales Order",
  3810.    "Address Template"
  3811.   ],
  3812.   "can_write": [
  3813.    "BOM Replace Tool",
  3814.    "Product Bundle",
  3815.    "Item Group",
  3816.    "Lead",
  3817.    "Activity Cost",
  3818.    "Stock Settings",
  3819.    "Item Price",
  3820.    "Role",
  3821.    "Leave Allocation",
  3822.    "Branch",
  3823.    "Department",
  3824.    "Email Alert",
  3825.    "POS Profile",
  3826.    "Territory",
  3827.    "Appraisal Template",
  3828.    "Custom Field",
  3829.    "Workflow",
  3830.    "Blog Category",
  3831.    "Brand",
  3832.    "Letter Head",
  3833.    "Job Opening",
  3834.    "Selling Settings",
  3835.    "File",
  3836.    "Authorization Rule",
  3837.    "Workflow State",
  3838.    "Translation",
  3839.    "Rename Tool",
  3840.    "Stock Entry",
  3841.    "Naming Series",
  3842.    "Price List",
  3843.    "Production Order",
  3844.    "Account",
  3845.    "Task",
  3846.    "Manufacturing Settings",
  3847.    "Material Request",
  3848.    "Batch",
  3849.    "Cost Center",
  3850.    "Email Account",
  3851.    "Warranty Claim",
  3852.    "SMS Center",
  3853.    "Property Setter",
  3854.    "Appraisal",
  3855.    "Expense Claim",
  3856.    "Production Planning Tool",
  3857.    "Campaign",
  3858.    "Opportunity",
  3859.    "Offer Letter",
  3860.    "Packing Slip",
  3861.    "Global Defaults",
  3862.    "Item Attribute",
  3863.    "Sales Invoice",
  3864.    "Operation",
  3865.    "Customize Form",
  3866.    "Email Digest",
  3867.    "Event",
  3868.    "BOM",
  3869.    "Leave Control Panel",
  3870.    "Leave Block List",
  3871.    "Leave Type",
  3872.    "Supplier",
  3873.    "Employee",
  3874.    "ToDo",
  3875.    "UOM",
  3876.    "Sales Taxes and Charges Template",
  3877.    "Purchase Taxes and Charges Template",
  3878.    "Activity Type",
  3879.    "Print Heading",
  3880.    "Website Slideshow",
  3881.    "Landed Cost Voucher",
  3882.    "Website Script",
  3883.    "Report",
  3884.    "Supplier Quotation",
  3885.    "Salary Structure",
  3886.    "Workstation",
  3887.    "Supplier Type",
  3888.    "Customer Group",
  3889.    "Contact",
  3890.    "Industry Type",
  3891.    "Manufacturer",
  3892.    "Payment Request",
  3893.    "Web Page",
  3894.    "Web Form",
  3895.    "Notification Control",
  3896.    "Shopping Cart Settings",
  3897.    "Journal Entry",
  3898.    "Print Format",
  3899.    "Currency",
  3900.    "User",
  3901.    "Shipping Rule",
  3902.    "Blog Settings",
  3903.    "Process Payroll",
  3904.    "Time Log",
  3905.    "Time Log Batch",
  3906.    "Email Unsubscribe",
  3907.    "Deduction Type",
  3908.    "Note",
  3909.    "Attendance",
  3910.    "Blog Post",
  3911.    "Website Settings",
  3912.    "Installation Note",
  3913.    "Pricing Rule",
  3914.    "Sales Partner",
  3915.    "Sales Order",
  3916.    "Terms and Conditions",
  3917.    "DocShare",
  3918.    "Newsletter List",
  3919.    "Employee Attendance Tool",
  3920.    "Contact Us Settings",
  3921.    "Stock Reconciliation",
  3922.    "Upload Attendance",
  3923.    "Newsletter List Subscriber",
  3924.    "Bank Reconciliation",
  3925.    "Salary Slip",
  3926.    "Employment Type",
  3927.    "Quotation",
  3928.    "Earning Type",
  3929.    "Designation",
  3930.    "Workflow Action",
  3931.    "Sales Person",
  3932.    "Period Closing Voucher",
  3933.    "HR Settings",
  3934.    "Maintenance Visit",
  3935.    "Currency Exchange",
  3936.    "Serial No",
  3937.    "Delivery Note",
  3938.    "Address Template",
  3939.    "Communication",
  3940.    "Payment Reconciliation",
  3941.    "Mode of Payment",
  3942.    "Features Setup",
  3943.    "Scheduler Log",
  3944.    "Warehouse",
  3945.    "System Settings",
  3946.    "Expense Claim Type",
  3947.    "Desktop Icon",
  3948.    "Issue",
  3949.    "Offer Term",
  3950.    "Async Task",
  3951.    "Purchase Invoice",
  3952.    "DocType",
  3953.    "Maintenance Schedule",
  3954.    "Holiday List",
  3955.    "Purchase Receipt",
  3956.    "Address",
  3957.    "About Us Settings",
  3958.    "Job Applicant",
  3959.    "Tax Rule",
  3960.    "Hub Settings",
  3961.    "Monthly Distribution",
  3962.    "Customer",
  3963.    "Payment Gateway Account",
  3964.    "Custom Script",
  3965.    "Country",
  3966.    "Quotation Lost Reason",
  3967.    "Website Theme",
  3968.    "Payment Tool",
  3969.    "Item",
  3970.    "Fiscal Year",
  3971.    "Dropbox Backup",
  3972.    "Purchase Order",
  3973.    "Page",
  3974.    "Leave Application",
  3975.    "Project",
  3976.    "Company",
  3977.    "Quality Inspection",
  3978.    "Blogger",
  3979.    "Standard Reply",
  3980.    "C-Form",
  3981.    "SMS Settings",
  3982.    "Social Login Keys",
  3983.    "Print Settings",
  3984.    "Buying Settings",
  3985.    "Accounts Settings",
  3986.    "Newsletter"
  3987.   ],
  3988.   "defaults": {
  3989.    "Blogger": "malnadstudios",
  3990.    "_desktop_items": "[\"Buying\",\"Accounts\",\"Selling\",\"Stock\",\"CRM\",\"HR\",\"Projects\",\"All Applications\",\"Manufacturing\",\"POS\",\"Support\",\"Website\",\"Learn\",\"File Manager\",\"Desk\",\"Setup\"]",
  3991.    "allow_negative_stock": "0",
  3992.    "auto_accounting_for_stock": "1",
  3993.    "buying_price_list": "Standard Buying",
  3994.    "company": "ThingsCloud",
  3995.    "country": "India",
  3996.    "currency": "INR",
  3997.    "cust_master_name": "Customer Name",
  3998.    "date_format": "dd-mm-yyyy",
  3999.    "default_letter_head_content": "<img src=\"/files/Logo_final.png\">",
  4000.    "deny_multiple_sessions": "0",
  4001.    "desktop:home_page": "desktop",
  4002.    "disable_rounded_total": "0",
  4003.    "disable_standard_email_footer": "0",
  4004.    "editable_price_list_rate": "0",
  4005.    "email_footer_address": "ThingsCloud Technologies",
  4006.    "enable_scheduler": "1",
  4007.    "fiscal_year": "2015-2016",
  4008.    "float_precision": "3",
  4009.    "fs_after_sales_installations": "1",
  4010.    "fs_brands": "1",
  4011.    "fs_discounts": "1",
  4012.    "fs_exports": "1",
  4013.    "fs_imports": "1",
  4014.    "fs_item_advanced": "1",
  4015.    "fs_item_barcode": "1",
  4016.    "fs_item_batch_nos": "1",
  4017.    "fs_item_group_in_details": "1",
  4018.    "fs_item_serial_nos": "1",
  4019.    "fs_manufacturing": "1",
  4020.    "fs_more_info": "1",
  4021.    "fs_page_break": "1",
  4022.    "fs_pos": "1",
  4023.    "fs_pos_view": "1",
  4024.    "fs_projects": "1",
  4025.    "fs_purchase_discounts": "1",
  4026.    "fs_quality": "1",
  4027.    "fs_recurring_invoice": "1",
  4028.    "fs_sales_extras": "1",
  4029.    "hide_currency_symbol": "",
  4030.    "ignore_user_permissions_if_missing": "1",
  4031.    "installed_apps": "[\"frappe\", \"erpnext\", \"sendgrid_integration\"]",
  4032.    "item_naming_by": "Item Code",
  4033.    "lang": "en",
  4034.    "language": "en",
  4035.    "letter_head": "ThingsCloud1",
  4036.    "maintain_same_rate": "1",
  4037.    "maintain_same_sales_rate": "0",
  4038.    "number_format": "#,##,###.##",
  4039.    "owner": "__global",
  4040.    "scheduler_last_event": "2015-05-04 11:04:50",
  4041.    "selling_price_list": "Standard Selling",
  4042.    "session_expiry": "06:00",
  4043.    "shopping_cart_enabled": "0",
  4044.    "stock_uom": "Nos",
  4045.    "supp_master_name": "Supplier Name",
  4046.    "time_zone": "Asia/Kolkata",
  4047.    "user": "__global",
  4048.    "year_end_date": "2016-03-31",
  4049.    "year_start_date": "2015-04-01"
  4050.   },
  4051.   "email": "amruthp@malnadtechnologies.com",
  4052.   "email_signature": null,
  4053.   "first_name": "malnadstudios",
  4054.   "in_create": [
  4055.    "Payment Request",
  4056.    "DocShare",
  4057.    "Event",
  4058.    "Item Group",
  4059.    "Desktop Icon"
  4060.   ],
  4061.   "language": null,
  4062.   "last_name": null,
  4063.   "mute_sounds": 0,
  4064.   "name": "amruthp@malnadtechnologies.com",
  4065.   "recent": "[]",
  4066.   "roles": [
  4067.    "Customer",
  4068.    "Maintenance Manager",
  4069.    "Purchase User",
  4070.    "System Manager",
  4071.    "Sales Master Manager",
  4072.    "Accounts User",
  4073.    "Analytics",
  4074.    "Newsletter Manager",
  4075.    "HR User",
  4076.    "Material Master Manager",
  4077.    "Projects User",
  4078.    "Expense Approver",
  4079.    "Purchase Master Manager",
  4080.    "HR Manager",
  4081.    "Manufacturing User",
  4082.    "Supplier",
  4083.    "Accounts User",
  4084.    "Sales Manager",
  4085.    "Report Manager",
  4086.    "Accounts Manager",
  4087.    "Stock Manager",
  4088.    "Auditor",
  4089.    "Purchase Manager",
  4090.    "Manufacturing Manager",
  4091.    "Expense Approver",
  4092.    "Manufacturing Manager",
  4093.    "Website Manager",
  4094.    "Purchase User",
  4095.    "Support Team",
  4096.    "Stock User",
  4097.    "Projects Manager",
  4098.    "Support Team",
  4099.    "Report Manager",
  4100.    "Leave Approver",
  4101.    "Stock Manager",
  4102.    "Maintenance User",
  4103.    "Blogger",
  4104.    "Maintenance Manager",
  4105.    "Purchase Manager",
  4106.    "Stock User",
  4107.    "Auditor",
  4108.    "Website Manager",
  4109.    "Quality Manager",
  4110.    "Sales User",
  4111.    "HR User",
  4112.    "Projects Manager",
  4113.    "Sales Master Manager",
  4114.    "All",
  4115.    "Guest"
  4116.   ],
  4117.   "user_type": "System User"
  4118.  },
  4119.  "user_info": {
  4120.   "Administrator": {
  4121.    "email": "admin@example.com",
  4122.    "fullname": "Administrator",
  4123.    "gender": "",
  4124.    "image": "https://secure.gravatar.com/avatar/7b7bc2512ee1fedcd76bdc68926d4f7b?d=retro",
  4125.    "name": "Administrator",
  4126.    "username": "administrator"
  4127.   },
  4128.   "Guest": {
  4129.    "email": "guest@example.com",
  4130.    "fullname": "Guest",
  4131.    "gender": "",
  4132.    "image": "https://secure.gravatar.com/avatar/adb831a7fdd83dd1e2a309ce7591dff8?d=retro",
  4133.    "name": "Guest",
  4134.    "username": "guest"
  4135.   },
  4136.   "accounting2@thethingscloud.com": {
  4137.    "email": "accounting2@thethingscloud.com",
  4138.    "fullname": "Aravind Mallaya",
  4139.    "gender": "",
  4140.    "image": "https://secure.gravatar.com/avatar/c65c9149018f1371a8976d4051bff6f1?d=retro",
  4141.    "name": "accounting2@thethingscloud.com",
  4142.    "username": "aravind_mallaya"
  4143.   },
  4144.   "accounting@thethingscloud.com": {
  4145.    "email": "accounting@thethingscloud.com",
  4146.    "fullname": "Aravind Mallaya",
  4147.    "gender": "",
  4148.    "image": "https://secure.gravatar.com/avatar/10df4f1984b9a540dfa7fcc39c9b416a?d=retro",
  4149.    "name": "accounting@thethingscloud.com",
  4150.    "username": "aravind"
  4151.   },
  4152.   "amruthp@malnadtechnologies.com": {
  4153.    "email": "amruthp@malnadtechnologies.com",
  4154.    "fullname": "malnadstudios",
  4155.    "gender": "",
  4156.    "image": "https://secure.gravatar.com/avatar/74a192a7008903884cd1a991b26631f0?d=retro",
  4157.    "name": "amruthp@malnadtechnologies.com",
  4158.    "username": "malnadstudios"
  4159.   },
  4160.   "amruthp@thethingscloud.com": {
  4161.    "email": "amruthp@thethingscloud.com",
  4162.    "fullname": "Amruth Puttappa",
  4163.    "gender": "Male",
  4164.    "image": "https://secure.gravatar.com/avatar/52a5fefe96bd05925158b9b636238377?d=retro",
  4165.    "name": "amruthp@thethingscloud.com",
  4166.    "username": "amruthp"
  4167.   }
  4168.  },
  4169.  "versions": {
  4170.   "erpnext": "6.27.21",
  4171.   "frappe": "6.27.20",
  4172.   "sendgrid_integration": "0.0.1"
  4173.  },
  4174.  "website_settings": {
  4175.   "brand_html": "Malnad Tecnologies",
  4176.   "copyright": "Malnad Tecnologies",
  4177.   "creation": "2015-04-14 19:37:17.796521",
  4178.   "disable_signup": 0,
  4179.   "docstatus": 0,
  4180.   "doctype": "Website Settings",
  4181.   "facebook_share": 0,
  4182.   "footer_items": [],
  4183.   "google_plus_one": 0,
  4184.   "hide_footer_signup": 0,
  4185.   "home_page": "malnad-tecnologies",
  4186.   "home_page_is_products": 0,
  4187.   "idx": 0,
  4188.   "linked_in_share": 0,
  4189.   "modified": "2015-04-14 19:41:40.430771",
  4190.   "modified_by": "amruthp@malnadtechnologies.com",
  4191.   "name": "Website Settings",
  4192.   "owner": "Administrator",
  4193.   "sidebar_items": [],
  4194.   "subdomain": "malnadstudios.erpnext.com",
  4195.   "top_bar_items": [
  4196.    {
  4197.     "creation": "2015-04-14 19:37:17.796521",
  4198.     "docstatus": 0,
  4199.     "doctype": "Top Bar Item",
  4200.     "idx": 1,
  4201.     "label": "Contact",
  4202.     "modified": "2015-04-14 19:41:40.430771",
  4203.     "modified_by": "amruthp@malnadtechnologies.com",
  4204.     "name": "6bc8cd8d7e",
  4205.     "owner": "Administrator",
  4206.     "parent": "Website Settings",
  4207.     "parentfield": "top_bar_items",
  4208.     "parenttype": "Website Settings",
  4209.     "right": 0,
  4210.     "url": "contact"
  4211.    },
  4212.    {
  4213.     "creation": "2015-04-14 19:37:17.796521",
  4214.     "docstatus": 0,
  4215.     "doctype": "Top Bar Item",
  4216.     "idx": 2,
  4217.     "label": "Blog",
  4218.     "modified": "2015-04-14 19:41:40.430771",
  4219.     "modified_by": "amruthp@malnadtechnologies.com",
  4220.     "name": "25d7fec07f",
  4221.     "owner": "Administrator",
  4222.     "parent": "Website Settings",
  4223.     "parentfield": "top_bar_items",
  4224.     "parenttype": "Website Settings",
  4225.     "right": 0,
  4226.     "url": "blog"
  4227.    },
  4228.    {
  4229.     "creation": "2015-04-14 19:37:17.796521",
  4230.     "docstatus": 0,
  4231.     "doctype": "Top Bar Item",
  4232.     "idx": 3,
  4233.     "label": "Products",
  4234.     "modified": "2015-04-14 19:41:40.430771",
  4235.     "modified_by": "amruthp@malnadtechnologies.com",
  4236.     "name": "80ec2ff8d7",
  4237.     "owner": "Administrator",
  4238.     "parent": "Website Settings",
  4239.     "parentfield": "top_bar_items",
  4240.     "parenttype": "Website Settings",
  4241.     "right": 0,
  4242.     "url": "products"
  4243.    }
  4244.   ],
  4245.   "twitter_share": 0,
  4246.   "website_theme": "Standard"
  4247.  }
  4248. };
  4249.  
  4250.     frappe.csrf_token = "cc1bf4e4a30b476a4211b09485f2fcb103568143f040c4c7b897c02f";
  4251.  
  4252.     </script>
  4253.  
  4254.    
  4255.     <script type="text/javascript" src="assets/js/desk.min.js"></script>
  4256.    
  4257.     <script type="text/javascript" src="assets/js/editor.min.js"></script>
  4258.    
  4259.     <script type="text/javascript" src="assets/js/list.min.js"></script>
  4260.    
  4261.     <script type="text/javascript" src="assets/js/form.min.js"></script>
  4262.    
  4263.     <script type="text/javascript" src="assets/js/report.min.js"></script>
  4264.    
  4265.     <script type="text/javascript" src="assets/js/erpnext.min.js"></script>
  4266.    
  4267.    
  4268.  
  4269.    
  4270.     <audio preload="auto" id="sound-email" volume=0.1>
  4271.         <source src="/assets/frappe/sounds/email.mp3"></source>
  4272.     </audio>
  4273.    
  4274.     <audio preload="auto" id="sound-submit" volume=0.1>
  4275.         <source src="/assets/frappe/sounds/submit.mp3"></source>
  4276.     </audio>
  4277.    
  4278.     <audio preload="auto" id="sound-cancel" volume=0.1>
  4279.         <source src="/assets/frappe/sounds/cancel.mp3"></source>
  4280.     </audio>
  4281.    
  4282.     <audio preload="auto" id="sound-delete" volume=0.05>
  4283.         <source src="/assets/frappe/sounds/delete.mp3"></source>
  4284.     </audio>
  4285.    
  4286.     <audio preload="auto" id="sound-click" volume=0.05>
  4287.         <source src="/assets/frappe/sounds/click.mp3"></source>
  4288.     </audio>
  4289.    
  4290.     <audio preload="auto" id="sound-error" volume=0.1>
  4291.         <source src="/assets/frappe/sounds/error.mp3"></source>
  4292.     </audio>
  4293.    
  4294. </body>
Add Comment
Please, Sign In to add comment