mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 21:18:27 +00:00
added number format, sent country info in boot, link options not extracted from cache
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
cur_frm.cscript.refresh = function(doc) {
|
||||
cur_frm.set_intro(doc.__islocal ? "" : "There is nothing to edit.")
|
||||
}
|
||||
@@ -2,9 +2,9 @@
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2013-01-17 12:30:28",
|
||||
"creation": "2013-01-19 10:23:31",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2013-01-17 16:24:59"
|
||||
"modified": "2013-01-19 11:10:45"
|
||||
},
|
||||
{
|
||||
"read_only": 0,
|
||||
@@ -27,8 +27,12 @@
|
||||
"name": "__common__",
|
||||
"parent": "Currency",
|
||||
"read": 1,
|
||||
"create": 1,
|
||||
"submit": 0,
|
||||
"doctype": "DocPerm",
|
||||
"write": 1,
|
||||
"parenttype": "DocType",
|
||||
"report": 1,
|
||||
"permlevel": 0,
|
||||
"parentfield": "permissions"
|
||||
},
|
||||
@@ -63,18 +67,27 @@
|
||||
"fieldname": "symbol",
|
||||
"fieldtype": "Data"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"label": "Number Format",
|
||||
"fieldname": "number_format",
|
||||
"fieldtype": "Data"
|
||||
},
|
||||
{
|
||||
"cancel": 1,
|
||||
"role": "Accounts Manager",
|
||||
"doctype": "DocPerm"
|
||||
},
|
||||
{
|
||||
"amend": 0,
|
||||
"create": 1,
|
||||
"doctype": "DocPerm",
|
||||
"submit": 0,
|
||||
"write": 1,
|
||||
"report": 1,
|
||||
"role": "System Manager",
|
||||
"role": "Sales Master Manager",
|
||||
"cancel": 1
|
||||
},
|
||||
{
|
||||
"role": "All",
|
||||
"doctype": "DocPerm"
|
||||
"amend": 0,
|
||||
"doctype": "DocPerm",
|
||||
"role": "Purchase Master Manager",
|
||||
"cancel": 0
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user