From 4e03ce2107bfd15110e83be7b9d39b9d66219bc1 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 21 Jan 2013 16:28:37 +0530 Subject: [PATCH] added number formatter --- setup/doctype/country/country.txt | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/setup/doctype/country/country.txt b/setup/doctype/country/country.txt index fbf2db2973..e4bb408b5f 100644 --- a/setup/doctype/country/country.txt +++ b/setup/doctype/country/country.txt @@ -1,51 +1,52 @@ [ { - "owner": "Administrator", + "creation": "2013-01-19 10:23:30", "docstatus": 0, - "creation": "2013-01-17 17:02:24", + "modified": "2013-01-21 15:56:50", "modified_by": "Administrator", - "modified": "2013-01-17 17:04:08" + "owner": "Administrator" }, { - "read_only": 0, - "in_create": 0, "autoname": "field:country_name", - "module": "Setup", "doctype": "DocType", "document_type": "Master", - "name": "__common__" + "in_create": 0, + "module": "Setup", + "name": "__common__", + "read_only": 0 }, { - "name": "__common__", - "parent": "Country", "doctype": "DocField", - "parenttype": "DocType", - "permlevel": 0, - "parentfield": "fields" - }, - { "name": "__common__", "parent": "Country", - "read": 1, + "parentfield": "fields", + "parenttype": "DocType", + "permlevel": 0 + }, + { "create": 1, "doctype": "DocPerm", - "write": 1, + "name": "__common__", + "parent": "Country", + "parentfield": "permissions", "parenttype": "DocType", - "report": 1, "permlevel": 0, - "parentfield": "permissions" + "read": 1, + "report": 1, + "submit": 0, + "write": 1 }, { - "name": "Country", - "doctype": "DocType" + "doctype": "DocType", + "name": "Country" }, { - "oldfieldtype": "Data", "doctype": "DocField", - "label": "Country Name", - "oldfieldname": "country_name", "fieldname": "country_name", "fieldtype": "Data", + "label": "Country Name", + "oldfieldname": "country_name", + "oldfieldtype": "Data", "reqd": 1 }, { @@ -63,20 +64,19 @@ { "amend": 0, "cancel": 0, - "role": "Sales Master Manager", "doctype": "DocPerm", - "submit": 0 + "role": "Sales Master Manager" }, { - "role": "Purchase Master Manager", - "doctype": "DocPerm" + "doctype": "DocPerm", + "role": "Purchase Master Manager" }, { - "role": "HR User", - "doctype": "DocPerm" + "doctype": "DocPerm", + "role": "HR User" }, { - "role": "HR Manager", - "doctype": "DocPerm" + "doctype": "DocPerm", + "role": "HR Manager" } ] \ No newline at end of file