Permission relogication continued

This commit is contained in:
Anand Doshi
2014-05-27 13:46:42 +05:30
parent fab0904af7
commit a8ce570635
89 changed files with 1611 additions and 1546 deletions

View File

@@ -218,7 +218,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -234,7 +234,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -248,7 +248,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -262,7 +262,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -288,7 +288,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -298,8 +297,8 @@
"print": 1, "print": 1,
"read": 1, "read": 1,
"report": 1, "report": 1,
"set_user_permissions": 1,
"role": "Accounts Manager", "role": "Accounts Manager",
"set_user_permissions": 1,
"submit": 0, "submit": 0,
"write": 1 "write": 1
}, },

View File

@@ -85,7 +85,7 @@
"icon": "icon-check", "icon": "icon-check",
"idx": 1, "idx": 1,
"issingle": 1, "issingle": 1,
"modified": "2014-05-06 16:26:08.984595", "modified": "2014-05-27 03:37:21.783216",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Bank Reconciliation", "name": "Bank Reconciliation",
@@ -93,6 +93,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 0,
"cancel": 0, "cancel": 0,
"create": 1, "create": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -139,13 +139,14 @@
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"max_attachments": 3, "max_attachments": 3,
"modified": "2014-05-26 03:05:47.144265", "modified": "2014-05-27 03:49:08.272135",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "C-Form", "name": "C-Form",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"apply_user_permissions": 1,
"create": 1, "create": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -145,7 +145,7 @@
"icon": "icon-money", "icon": "icon-money",
"idx": 1, "idx": 1,
"in_create": 1, "in_create": 1,
"modified": "2014-05-26 03:05:47.474366", "modified": "2014-05-27 03:49:08.910126",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Cost Center", "name": "Cost Center",
@@ -153,7 +153,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -167,7 +166,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -180,16 +179,19 @@
"write": 0 "write": 0
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Sales User" "role": "Sales User"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Purchase User" "role": "Purchase User"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Material User" "role": "Material User"

View File

@@ -1,7 +1,7 @@
{ {
"allow_import": 1, "allow_import": 1,
"autoname": "field:year", "autoname": "field:year",
"creation": "2013-01-22 16:50:25.000000", "creation": "2013-01-22 16:50:25",
"description": "**Fiscal Year** represents a Financial Year. All accounting entries and other major transactions are tracked against **Fiscal Year**.", "description": "**Fiscal Year** represents a Financial Year. All accounting entries and other major transactions are tracked against **Fiscal Year**.",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -11,6 +11,7 @@
"description": "For e.g. 2012, 2012-13", "description": "For e.g. 2012, 2012-13",
"fieldname": "year", "fieldname": "year",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Year Name", "label": "Year Name",
"oldfieldname": "year", "oldfieldname": "year",
"oldfieldtype": "Data", "oldfieldtype": "Data",
@@ -20,6 +21,7 @@
{ {
"fieldname": "year_start_date", "fieldname": "year_start_date",
"fieldtype": "Date", "fieldtype": "Date",
"in_list_view": 1,
"label": "Year Start Date", "label": "Year Start Date",
"no_copy": 1, "no_copy": 1,
"oldfieldname": "year_start_date", "oldfieldname": "year_start_date",
@@ -30,6 +32,7 @@
{ {
"fieldname": "year_end_date", "fieldname": "year_end_date",
"fieldtype": "Date", "fieldtype": "Date",
"in_list_view": 1,
"label": "Year End Date", "label": "Year End Date",
"no_copy": 1, "no_copy": 1,
"permlevel": 0, "permlevel": 0,
@@ -40,6 +43,7 @@
"description": "Entries are not allowed against this Fiscal Year if the year is closed.", "description": "Entries are not allowed against this Fiscal Year if the year is closed.",
"fieldname": "is_fiscal_year_closed", "fieldname": "is_fiscal_year_closed",
"fieldtype": "Select", "fieldtype": "Select",
"in_list_view": 1,
"label": "Year Closed", "label": "Year Closed",
"no_copy": 1, "no_copy": 1,
"oldfieldname": "is_fiscal_year_closed", "oldfieldname": "is_fiscal_year_closed",
@@ -51,14 +55,13 @@
], ],
"icon": "icon-calendar", "icon": "icon-calendar",
"idx": 1, "idx": 1,
"modified": "2014-01-20 17:48:46.000000", "modified": "2014-05-27 03:49:10.942338",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Fiscal Year", "name": "Fiscal Year",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -71,6 +74,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -186,7 +186,7 @@
"icon": "icon-list", "icon": "icon-list",
"idx": 1, "idx": 1,
"in_create": 1, "in_create": 1,
"modified": "2014-05-09 02:16:29.981405", "modified": "2014-05-27 03:49:10.998572",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "GL Entry", "name": "GL Entry",
@@ -194,7 +194,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -207,7 +207,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -440,7 +440,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:49.482476", "modified": "2014-05-27 03:49:12.326026",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Journal Voucher", "name": "Journal Voucher",
@@ -448,6 +448,7 @@
"permissions": [ "permissions": [
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -476,6 +477,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,

View File

@@ -41,7 +41,7 @@
], ],
"icon": "icon-credit-card", "icon": "icon-credit-card",
"idx": 1, "idx": 1,
"modified": "2014-05-26 03:05:50.299354", "modified": "2014-05-27 03:49:13.846602",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Mode of Payment", "name": "Mode of Payment",
@@ -59,6 +59,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"report": 1, "report": 1,

View File

@@ -205,14 +205,13 @@
], ],
"icon": "icon-cog", "icon": "icon-cog",
"idx": 1, "idx": 1,
"modified": "2014-05-09 02:17:34.814856", "modified": "2014-05-27 03:49:14.735138",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "POS Setting", "name": "POS Setting",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -225,7 +224,7 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -744,7 +744,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:50.996094", "modified": "2014-05-27 03:49:15.589404",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Purchase Invoice", "name": "Purchase Invoice",
@@ -752,6 +752,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
@@ -766,6 +767,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
@@ -780,6 +782,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
@@ -808,6 +811,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,

View File

@@ -1180,7 +1180,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:52.871209", "modified": "2014-05-27 03:49:17.806077",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Sales Invoice", "name": "Sales Invoice",
@@ -1202,6 +1202,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
@@ -1215,6 +1216,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,

View File

@@ -2,7 +2,7 @@
"allow_import": 1, "allow_import": 1,
"allow_rename": 1, "allow_rename": 1,
"autoname": "field:title", "autoname": "field:title",
"creation": "2013-01-10 16:34:09.000000", "creation": "2013-01-10 16:34:09",
"description": "Standard tax template that can be applied to all Sales Transactions. This template can contain list of tax heads and also other expense / income heads like \"Shipping\", \"Insurance\", \"Handling\" etc.\n\n#### Note\n\nThe tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.\n\n#### Description of Columns\n\n1. Calculation Type: \n - This can be on **Net Total** (that is the sum of basic amount).\n - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total.\n - **Actual** (as mentioned).\n2. Account Head: The Account ledger under which this tax will be booked\n3. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.\n4. Description: Description of the tax (that will be printed in invoices / quotes).\n5. Rate: Tax rate.\n6. Amount: Tax amount.\n7. Total: Cumulative total to this point.\n8. Enter Row: If based on \"Previous Row Total\" you can select the row number which will be taken as a base for this calculation (default is the previous row).\n9. Is this Tax included in Basic Rate?: If you check this, it means that this tax will not be shown below the item table, but will be included in the Basic Rate in your main item table. This is useful where you want give a flat price (inclusive of all taxes) price to customers.", "description": "Standard tax template that can be applied to all Sales Transactions. This template can contain list of tax heads and also other expense / income heads like \"Shipping\", \"Insurance\", \"Handling\" etc.\n\n#### Note\n\nThe tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.\n\n#### Description of Columns\n\n1. Calculation Type: \n - This can be on **Net Total** (that is the sum of basic amount).\n - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total.\n - **Actual** (as mentioned).\n2. Account Head: The Account ledger under which this tax will be booked\n3. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.\n4. Description: Description of the tax (that will be printed in invoices / quotes).\n5. Rate: Tax rate.\n6. Amount: Tax amount.\n7. Total: Cumulative total to this point.\n8. Enter Row: If based on \"Previous Row Total\" you can select the row number which will be taken as a base for this calculation (default is the previous row).\n9. Is this Tax included in Basic Rate?: If you check this, it means that this tax will not be shown below the item table, but will be included in the Basic Rate in your main item table. This is useful where you want give a flat price (inclusive of all taxes) price to customers.",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -12,6 +12,7 @@
"fieldname": "title", "fieldname": "title",
"fieldtype": "Data", "fieldtype": "Data",
"in_filter": 1, "in_filter": 1,
"in_list_view": 1,
"label": "Title", "label": "Title",
"oldfieldname": "title", "oldfieldname": "title",
"oldfieldtype": "Data", "oldfieldtype": "Data",
@@ -22,6 +23,7 @@
{ {
"fieldname": "is_default", "fieldname": "is_default",
"fieldtype": "Check", "fieldtype": "Check",
"in_list_view": 1,
"label": "Default", "label": "Default",
"permlevel": 0 "permlevel": 0
}, },
@@ -34,6 +36,7 @@
"fieldname": "company", "fieldname": "company",
"fieldtype": "Link", "fieldtype": "Link",
"in_filter": 1, "in_filter": 1,
"in_list_view": 1,
"label": "Company", "label": "Company",
"oldfieldname": "company", "oldfieldname": "company",
"oldfieldtype": "Link", "oldfieldtype": "Link",
@@ -69,7 +72,7 @@
], ],
"icon": "icon-money", "icon": "icon-money",
"idx": 1, "idx": 1,
"modified": "2014-01-28 12:28:27.000000", "modified": "2014-05-27 03:49:19.023941",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Sales Taxes and Charges Master", "name": "Sales Taxes and Charges Master",
@@ -77,7 +80,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -91,7 +94,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -105,7 +107,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -1,6 +1,6 @@
{ {
"autoname": "Prompt", "autoname": "Prompt",
"creation": "2013-06-25 11:48:03.000000", "creation": "2013-06-25 11:48:03",
"description": "Specify conditions to calculate shipping amount", "description": "Specify conditions to calculate shipping amount",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -102,13 +102,14 @@
], ],
"icon": "icon-truck", "icon": "icon-truck",
"idx": 1, "idx": 1,
"modified": "2014-01-20 17:49:27.000000", "modified": "2014-05-27 03:49:19.387875",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Shipping Rule", "name": "Shipping Rule",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -118,6 +119,7 @@
"role": "Accounts User" "role": "Accounts User"
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -127,7 +129,6 @@
"role": "Sales User" "role": "Sales User"
}, },
{ {
"cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -139,7 +140,6 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -86,9 +86,9 @@ def set_other_values(out, party, party_type):
def set_price_list(out, party, party_type, given_price_list): def set_price_list(out, party, party_type, given_price_list):
# price list # price list
price_list = get_user_permissions().get("Price List") price_list = filter(None, get_user_permissions().get("Price List", []))
if isinstance(price_list, list): if isinstance(price_list, list):
price_list = None price_list = price_list[0] if len(price_list)==1 else None
if not price_list: if not price_list:
price_list = party.default_price_list price_list = party.default_price_list

View File

@@ -636,7 +636,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:51.544591", "modified": "2014-05-27 03:49:15.948363",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Purchase Order", "name": "Purchase Order",
@@ -644,6 +644,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
@@ -672,6 +673,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -685,6 +687,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,

View File

@@ -186,7 +186,7 @@
], ],
"icon": "icon-user", "icon": "icon-user",
"idx": 1, "idx": 1,
"modified": "2014-05-26 03:05:54.108284", "modified": "2014-05-27 03:49:20.060872",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Supplier", "name": "Supplier",
@@ -194,7 +194,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -208,7 +207,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -221,11 +219,13 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Material User" "role": "Material User"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Accounts User" "role": "Accounts User"

View File

@@ -562,7 +562,7 @@
"icon": "icon-shopping-cart", "icon": "icon-shopping-cart",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:54.245409", "modified": "2014-05-27 03:49:20.226683",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Supplier Quotation", "name": "Supplier Quotation",
@@ -598,6 +598,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
@@ -612,6 +613,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
@@ -626,6 +628,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,

View File

@@ -64,13 +64,14 @@
"read_only": 1 "read_only": 1
} }
], ],
"modified": "2014-05-26 03:05:50.667527", "modified": "2014-05-27 03:49:14.598212",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Contacts", "module": "Contacts",
"name": "Party Type", "name": "Party Type",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"apply_user_permissions": 1,
"create": 1, "create": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
@@ -78,6 +79,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"create": 1, "create": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,

View File

@@ -48,7 +48,7 @@
], ],
"icon": "icon-rss", "icon": "icon-rss",
"idx": 1, "idx": 1,
"modified": "2014-05-02 08:27:23.936733", "modified": "2014-05-27 03:49:10.882587",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Home", "module": "Home",
"name": "Feed", "name": "Feed",
@@ -63,6 +63,7 @@
"role": "System Manager" "role": "System Manager"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "All" "role": "All"

View File

@@ -48,7 +48,7 @@ doc_events = {
"on_cancel": "erpnext.stock.doctype.material_request.material_request.update_completed_qty" "on_cancel": "erpnext.stock.doctype.material_request.material_request.update_completed_qty"
}, },
"User": { "User": {
"on_update": "erpnext.hr.doctype.employee.employee.update_user_default" "on_update": "erpnext.hr.doctype.employee.employee.update_user_permissions"
} }
} }

View File

@@ -196,7 +196,7 @@
"icon": "icon-thumbs-up", "icon": "icon-thumbs-up",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:46.761819", "modified": "2014-05-27 03:49:07.393120",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Appraisal", "name": "Appraisal",
@@ -232,6 +232,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -1,7 +1,7 @@
{ {
"allow_import": 1, "allow_import": 1,
"autoname": "field:kra_title", "autoname": "field:kra_title",
"creation": "2012-07-03 13:30:39.000000", "creation": "2012-07-03 13:30:39",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
"document_type": "Master", "document_type": "Master",
@@ -9,6 +9,7 @@
{ {
"fieldname": "kra_title", "fieldname": "kra_title",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Appraisal Template Title", "label": "Appraisal Template Title",
"oldfieldname": "kra_title", "oldfieldname": "kra_title",
"oldfieldtype": "Data", "oldfieldtype": "Data",
@@ -18,6 +19,7 @@
{ {
"fieldname": "description", "fieldname": "description",
"fieldtype": "Small Text", "fieldtype": "Small Text",
"in_list_view": 1,
"label": "Description", "label": "Description",
"oldfieldname": "description", "oldfieldname": "description",
"oldfieldtype": "Small Text", "oldfieldtype": "Small Text",
@@ -37,19 +39,21 @@
{ {
"fieldname": "total_points", "fieldname": "total_points",
"fieldtype": "Int", "fieldtype": "Int",
"in_list_view": 1,
"label": "Total Points", "label": "Total Points",
"permlevel": 0 "permlevel": 0
} }
], ],
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"modified": "2013-12-20 19:23:55.000000", "modified": "2014-05-27 03:49:07.533203",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Appraisal Template", "name": "Appraisal Template",
"owner": "ashwini@webnotestech.com", "owner": "ashwini@webnotestech.com",
"permissions": [ "permissions": [
{ {
"apply_user_permissions": 1,
"create": 1, "create": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -129,7 +129,7 @@
"icon": "icon-ok", "icon": "icon-ok",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:46.906637", "modified": "2014-05-27 03:49:07.580876",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Attendance", "name": "Attendance",
@@ -149,6 +149,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -20,14 +20,14 @@
], ],
"icon": "icon-code-fork", "icon": "icon-code-fork",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:39:31.752490", "modified": "2014-05-27 03:49:08.179137",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Branch", "name": "Branch",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -40,7 +40,6 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -30,14 +30,14 @@
], ],
"icon": "icon-flag", "icon": "icon-flag",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:39:38.154345", "modified": "2014-05-27 03:49:09.624972",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Deduction Type", "name": "Deduction Type",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -29,14 +29,14 @@
], ],
"icon": "icon-sitemap", "icon": "icon-sitemap",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:39:39.931091", "modified": "2014-05-27 03:49:10.061057",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Department", "name": "Department",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -20,14 +20,14 @@
], ],
"icon": "icon-bookmark", "icon": "icon-bookmark",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:39:38.265440", "modified": "2014-05-27 03:49:10.099099",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Designation", "name": "Designation",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -53,14 +53,14 @@
], ],
"icon": "icon-flag", "icon": "icon-flag",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:39:38.414922", "modified": "2014-05-27 03:49:10.133416",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Earning Type", "name": "Earning Type",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -672,7 +672,7 @@
], ],
"icon": "icon-user", "icon": "icon-user",
"idx": 1, "idx": 1,
"modified": "2014-05-26 03:05:48.422199", "modified": "2014-05-27 03:49:10.297398",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Employee", "name": "Employee",
@@ -681,7 +681,6 @@
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1, "apply_user_permissions": 1,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -695,7 +694,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -709,7 +708,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -717,8 +715,8 @@
"print": 1, "print": 1,
"read": 1, "read": 1,
"report": 1, "report": 1,
"set_user_permissions": 1,
"role": "HR Manager", "role": "HR Manager",
"set_user_permissions": 1,
"submit": 0, "submit": 0,
"write": 1 "write": 1
}, },

View File

@@ -8,7 +8,6 @@ from frappe.utils import getdate, validate_email_add, cint
from frappe.model.naming import make_autoname from frappe.model.naming import make_autoname
from frappe import throw, _ from frappe import throw, _
import frappe.permissions import frappe.permissions
from frappe.defaults import get_user_permissions
from frappe.model.document import Document from frappe.model.document import Document
from frappe.model.mapper import get_mapped_doc from frappe.model.mapper import get_mapped_doc
@@ -45,36 +44,24 @@ class Employee(Document):
def on_update(self): def on_update(self):
if self.user_id: if self.user_id:
self.update_user_default()
self.update_user() self.update_user()
self.update_user_permissions()
self.update_dob_event() self.update_dob_event()
self.restrict_leave_approver() self.update_leave_approver_user_permissions()
def restrict_user(self): def update_user_permissions(self):
"""restrict to this employee for user""" frappe.permissions.add_user_permission("Employee", self.name, self.user_id)
self.add_restriction_if_required("Employee", self.user_id) frappe.permissions.set_user_permission_if_allowed("Company", self.company, self.user_id)
def update_user_default(self): def update_leave_approver_user_permissions(self):
self.restrict_user()
frappe.db.set_default("employee_name", self.employee_name, self.user_id)
frappe.db.set_default("company", self.company, self.user_id)
def restrict_leave_approver(self):
"""restrict to this employee for leave approver""" """restrict to this employee for leave approver"""
employee_leave_approvers = [d.leave_approver for d in self.get("employee_leave_approvers")] employee_leave_approvers = [d.leave_approver for d in self.get("employee_leave_approvers")]
if self.reports_to and self.reports_to not in employee_leave_approvers: if self.reports_to and self.reports_to not in employee_leave_approvers:
employee_leave_approvers.append(frappe.db.get_value("Employee", self.reports_to, "user_id")) employee_leave_approvers.append(frappe.db.get_value("Employee", self.reports_to, "user_id"))
for user in employee_leave_approvers: for user in employee_leave_approvers:
self.add_restriction_if_required("Employee", user) frappe.permissions.add_user_permission("Employee", self.name, user)
self.add_restriction_if_required("Leave Application", user)
def add_restriction_if_required(self, doctype, user):
if frappe.permissions.has_only_non_restrict_role(doctype, user) \
and self.name not in get_user_permissions(user).get("Employee", []):
frappe.defaults.add_default("Employee", self.name, user, "User Permission")
def update_user(self): def update_user(self):
# add employee role if missing # add employee role if missing
@@ -85,7 +72,7 @@ class Employee(Document):
user.add_roles("Employee") user.add_roles("Employee")
# copy details like Fullname, DOB and Image to User # copy details like Fullname, DOB and Image to User
if self.employee_name: if self.employee_name and not (user.first_name and user.last_name):
employee_name = self.employee_name.split(" ") employee_name = self.employee_name.split(" ")
if len(employee_name) >= 3: if len(employee_name) >= 3:
user.last_name = " ".join(employee_name[2:]) user.last_name = " ".join(employee_name[2:])
@@ -111,7 +98,7 @@ class Employee(Document):
"attached_to_doctype": "User", "attached_to_doctype": "User",
"attached_to_name": self.user_id "attached_to_name": self.user_id
}).insert() }).insert()
except frappe.DuplicateEntryError, e: except frappe.DuplicateEntryError:
# already exists # already exists
pass pass
@@ -217,10 +204,13 @@ def make_salary_structure(source_name, target=None):
target.make_earn_ded_table() target.make_earn_ded_table()
return target return target
def update_user_default(doc, method): def update_user_permissions(doc, method):
# called via User hook # called via User hook
try:
employee = frappe.get_doc("Employee", {"user_id": doc.name}) if "Employee" in [d.role for d in doc.get("user_roles")]:
employee.update_user_default() try:
except frappe.DoesNotExistError: employee = frappe.get_doc("Employee", {"user_id": doc.name})
pass employee.update_user_permissions()
except frappe.DoesNotExistError:
frappe.msgprint("Please set User ID field in an Employee record to set Employee Role")
doc.get("user_roles").remove(doc.get("user_roles", {"role": "Employee"})[0])

View File

@@ -19,14 +19,14 @@
], ],
"icon": "icon-flag", "icon": "icon-flag",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:39:38.630562", "modified": "2014-05-27 03:49:10.551828",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Employment Type", "name": "Employment Type",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -39,7 +39,6 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -187,7 +187,7 @@
"icon": "icon-money", "icon": "icon-money",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:48.690180", "modified": "2014-05-27 03:49:10.736177",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Expense Claim", "name": "Expense Claim",
@@ -207,6 +207,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -221,6 +222,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -1,7 +1,7 @@
{ {
"allow_attach": 1, "allow_attach": 1,
"autoname": "field:applicant_name", "autoname": "field:applicant_name",
"creation": "2013-01-29 19:25:37.000000", "creation": "2013-01-29 19:25:37",
"description": "Applicant for a Job", "description": "Applicant for a Job",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -66,14 +66,14 @@
], ],
"icon": "icon-user", "icon": "icon-user",
"idx": 1, "idx": 1,
"modified": "2014-01-20 17:48:50.000000", "modified": "2014-05-27 03:49:12.168814",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Job Applicant", "name": "Job Applicant",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 1, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -1,6 +1,6 @@
{ {
"autoname": "field:job_title", "autoname": "field:job_title",
"creation": "2013-01-15 16:13:36.000000", "creation": "2013-01-15 16:13:36",
"description": "Description of a Job Opening", "description": "Description of a Job Opening",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -9,6 +9,7 @@
{ {
"fieldname": "job_title", "fieldname": "job_title",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Job Title", "label": "Job Title",
"permlevel": 0, "permlevel": 0,
"reqd": 1 "reqd": 1
@@ -16,6 +17,7 @@
{ {
"fieldname": "status", "fieldname": "status",
"fieldtype": "Select", "fieldtype": "Select",
"in_list_view": 1,
"label": "Status", "label": "Status",
"options": "Open\nClosed", "options": "Open\nClosed",
"permlevel": 0 "permlevel": 0
@@ -24,20 +26,21 @@
"description": "Job profile, qualifications required etc.", "description": "Job profile, qualifications required etc.",
"fieldname": "description", "fieldname": "description",
"fieldtype": "Text Editor", "fieldtype": "Text Editor",
"in_list_view": 1,
"label": "Description", "label": "Description",
"permlevel": 0 "permlevel": 0
} }
], ],
"icon": "icon-bookmark", "icon": "icon-bookmark",
"idx": 1, "idx": 1,
"modified": "2014-01-20 17:48:51.000000", "modified": "2014-05-27 03:49:12.248194",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Job Opening", "name": "Job Opening",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 1, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -136,7 +136,7 @@
"icon": "icon-ok", "icon": "icon-ok",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:49.674303", "modified": "2014-05-27 03:49:12.744348",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Leave Allocation", "name": "Leave Allocation",

View File

@@ -182,13 +182,14 @@
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"max_attachments": 3, "max_attachments": 3,
"modified": "2014-05-26 03:05:49.838899", "modified": "2014-05-27 03:49:12.957706",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Leave Application", "name": "Leave Application",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -211,6 +212,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -219,13 +221,14 @@
"print": 1, "print": 1,
"read": 1, "read": 1,
"report": 1, "report": 1,
"set_user_permissions": 1,
"role": "HR User", "role": "HR User",
"set_user_permissions": 1,
"submit": 1, "submit": 1,
"write": 1 "write": 1
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,

View File

@@ -5,7 +5,7 @@ import frappe
import unittest import unittest
from erpnext.hr.doctype.leave_application.leave_application import LeaveDayBlockedError, OverlapError from erpnext.hr.doctype.leave_application.leave_application import LeaveDayBlockedError, OverlapError
from frappe.core.page.user_permissions.user_permissions import clear_user_permissions from frappe.permissions import clear_user_permissions_for_doctype
test_dependencies = ["Leave Allocation", "Leave Block List"] test_dependencies = ["Leave Allocation", "Leave Block List"]
@@ -91,7 +91,7 @@ class TestLeaveApplication(unittest.TestCase):
from frappe.utils.user import add_role from frappe.utils.user import add_role
add_role("test1@example.com", "HR User") add_role("test1@example.com", "HR User")
clear_user_permissions("Employee") clear_user_permissions_for_doctype("Employee")
frappe.db.set_value("Department", "_Test Department", frappe.db.set_value("Department", "_Test Department",
"leave_block_list", "_Test Leave Block List") "leave_block_list", "_Test Leave Block List")

View File

@@ -1,7 +1,7 @@
{ {
"allow_import": 1, "allow_import": 1,
"autoname": "field:leave_block_list_name", "autoname": "field:leave_block_list_name",
"creation": "2013-02-18 17:43:12.000000", "creation": "2013-02-18 17:43:12",
"description": "Block Holidays on important days.", "description": "Block Holidays on important days.",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -10,6 +10,7 @@
{ {
"fieldname": "leave_block_list_name", "fieldname": "leave_block_list_name",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Leave Block List Name", "label": "Leave Block List Name",
"permlevel": 0, "permlevel": 0,
"reqd": 1 "reqd": 1
@@ -17,6 +18,7 @@
{ {
"fieldname": "year", "fieldname": "year",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"label": "Year", "label": "Year",
"options": "Fiscal Year", "options": "Fiscal Year",
"permlevel": 0, "permlevel": 0,
@@ -25,6 +27,7 @@
{ {
"fieldname": "company", "fieldname": "company",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"label": "Company", "label": "Company",
"options": "Company", "options": "Company",
"permlevel": 0, "permlevel": 0,
@@ -34,6 +37,7 @@
"description": "If not checked, the list will have to be added to each Department where it has to be applied.", "description": "If not checked, the list will have to be added to each Department where it has to be applied.",
"fieldname": "applies_to_all_departments", "fieldname": "applies_to_all_departments",
"fieldtype": "Check", "fieldtype": "Check",
"in_list_view": 1,
"label": "Applies to Company", "label": "Applies to Company",
"permlevel": 0 "permlevel": 0
}, },
@@ -68,13 +72,14 @@
], ],
"icon": "icon-calendar", "icon": "icon-calendar",
"idx": 1, "idx": 1,
"modified": "2013-12-20 19:24:13.000000", "modified": "2014-05-27 03:49:13.198735",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Leave Block List", "name": "Leave Block List",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"apply_user_permissions": 1,
"create": 1, "create": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -62,14 +62,14 @@
], ],
"icon": "icon-flag", "icon": "icon-flag",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:39:38.884656", "modified": "2014-05-27 03:49:13.297832",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Leave Type", "name": "Leave Type",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -82,7 +82,6 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -95,6 +94,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Employee" "role": "Employee"

View File

@@ -325,7 +325,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:52.624169", "modified": "2014-05-27 03:49:17.213045",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Salary Slip", "name": "Salary Slip",
@@ -333,6 +333,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -359,6 +360,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Employee" "role": "Employee"

View File

@@ -227,7 +227,7 @@
], ],
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"modified": "2014-05-09 02:16:46.711184", "modified": "2014-05-27 03:49:17.438605",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Salary Structure", "name": "Salary Structure",
@@ -235,6 +235,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"create": 1, "create": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -233,7 +233,7 @@
"is_submittable": 1, "is_submittable": 1,
"issingle": 0, "issingle": 0,
"istable": 0, "istable": 0,
"modified": "2014-05-26 03:05:46.985950", "modified": "2014-05-27 03:49:08.024523",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Manufacturing", "module": "Manufacturing",
"name": "BOM", "name": "BOM",
@@ -253,6 +253,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -224,7 +224,7 @@
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:50.799576", "modified": "2014-05-27 03:49:15.008942",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Manufacturing", "module": "Manufacturing",
"name": "Production Order", "name": "Production Order",
@@ -232,6 +232,7 @@
"permissions": [ "permissions": [
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -245,6 +246,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"report": 1, "report": 1,

View File

@@ -132,14 +132,14 @@
], ],
"icon": "icon-wrench", "icon": "icon-wrench",
"idx": 1, "idx": 1,
"modified": "2014-05-06 12:12:33.424191", "modified": "2014-05-27 03:49:22.635046",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Manufacturing", "module": "Manufacturing",
"name": "Workstation", "name": "Workstation",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -1,7 +1,7 @@
{ {
"allow_import": 1, "allow_import": 1,
"autoname": "field:activity_type", "autoname": "field:activity_type",
"creation": "2013-03-05 10:14:59.000000", "creation": "2013-03-05 10:14:59",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
"document_type": "Master", "document_type": "Master",
@@ -9,6 +9,7 @@
{ {
"fieldname": "activity_type", "fieldname": "activity_type",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Activity Type", "label": "Activity Type",
"permlevel": 0, "permlevel": 0,
"reqd": 1 "reqd": 1
@@ -17,7 +18,7 @@
"icon": "icon-flag", "icon": "icon-flag",
"idx": 1, "idx": 1,
"in_dialog": 0, "in_dialog": 0,
"modified": "2013-12-20 19:23:54.000000", "modified": "2014-05-27 03:49:07.219341",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Activity Type", "name": "Activity Type",
@@ -34,6 +35,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"create": 1, "create": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -258,7 +258,7 @@
"icon": "icon-puzzle-piece", "icon": "icon-puzzle-piece",
"idx": 1, "idx": 1,
"max_attachments": 4, "max_attachments": 4,
"modified": "2014-05-07 06:03:31.085767", "modified": "2014-05-27 03:49:15.252736",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Project", "name": "Project",
@@ -266,7 +266,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -2,7 +2,7 @@
"allow_attach": 1, "allow_attach": 1,
"allow_import": 1, "allow_import": 1,
"autoname": "TASK.#####", "autoname": "TASK.#####",
"creation": "2013-01-29 19:25:50.000000", "creation": "2013-01-29 19:25:50",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
"document_type": "Master", "document_type": "Master",
@@ -218,14 +218,14 @@
"icon": "icon-check", "icon": "icon-check",
"idx": 1, "idx": 1,
"max_attachments": 5, "max_attachments": 5,
"modified": "2014-01-24 13:01:46.000000", "modified": "2014-05-27 03:49:20.708319",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Task", "name": "Task",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -152,7 +152,7 @@
"icon": "icon-time", "icon": "icon-time",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:54.597160", "modified": "2014-05-27 03:49:21.143356",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Time Log", "name": "Time Log",

View File

@@ -83,7 +83,7 @@
"icon": "icon-time", "icon": "icon-time",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:54.728928", "modified": "2014-05-27 03:49:21.339026",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Time Log Batch", "name": "Time Log Batch",
@@ -91,6 +91,7 @@
"permissions": [ "permissions": [
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -48,7 +48,7 @@
], ],
"icon": "icon-bullhorn", "icon": "icon-bullhorn",
"idx": 1, "idx": 1,
"modified": "2014-05-26 03:45:48.713672", "modified": "2014-05-27 03:49:08.416532",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Campaign", "name": "Campaign",
@@ -56,7 +56,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -71,7 +70,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -85,7 +84,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -282,7 +282,7 @@
], ],
"icon": "icon-user", "icon": "icon-user",
"idx": 1, "idx": 1,
"modified": "2014-05-26 03:05:47.563605", "modified": "2014-05-27 03:49:09.208254",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Customer", "name": "Customer",
@@ -290,7 +290,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -311,7 +311,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -319,8 +318,8 @@
"print": 1, "print": 1,
"read": 1, "read": 1,
"report": 1, "report": 1,
"set_user_permissions": 1,
"role": "Sales Master Manager", "role": "Sales Master Manager",
"set_user_permissions": 1,
"submit": 0, "submit": 0,
"write": 1 "write": 1
}, },

View File

@@ -1,7 +1,7 @@
{ {
"allow_import": 1, "allow_import": 1,
"autoname": "field:industry", "autoname": "field:industry",
"creation": "2012-03-27 14:36:09.000000", "creation": "2012-03-27 14:36:09",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
"document_type": "Master", "document_type": "Master",
@@ -9,6 +9,7 @@
{ {
"fieldname": "industry", "fieldname": "industry",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Industry", "label": "Industry",
"oldfieldname": "industry", "oldfieldname": "industry",
"oldfieldtype": "Data", "oldfieldtype": "Data",
@@ -18,7 +19,7 @@
], ],
"icon": "icon-flag", "icon": "icon-flag",
"idx": 1, "idx": 1,
"modified": "2013-12-20 19:24:08.000000", "modified": "2014-05-27 03:49:11.146729",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Industry Type", "name": "Industry Type",
@@ -35,6 +36,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
"print": 1, "print": 1,

View File

@@ -235,7 +235,7 @@
"icon": "icon-wrench", "icon": "icon-wrench",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:48.899177", "modified": "2014-05-27 03:49:11.449598",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Installation Note", "name": "Installation Note",
@@ -243,6 +243,7 @@
"permissions": [ "permissions": [
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -362,7 +362,7 @@
], ],
"icon": "icon-user", "icon": "icon-user",
"idx": 1, "idx": 1,
"modified": "2014-05-21 06:25:53.613765", "modified": "2014-05-27 03:49:12.570184",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Lead", "name": "Lead",
@@ -370,7 +370,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -384,7 +383,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,

View File

@@ -409,7 +409,7 @@
"icon": "icon-info-sign", "icon": "icon-info-sign",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:50.362530", "modified": "2014-05-27 03:49:14.057062",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Opportunity", "name": "Opportunity",
@@ -417,6 +417,7 @@
"permissions": [ "permissions": [
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -818,7 +818,7 @@
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"max_attachments": 1, "max_attachments": 1,
"modified": "2014-05-26 03:05:52.328681", "modified": "2014-05-27 03:49:16.670976",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Quotation", "name": "Quotation",
@@ -840,6 +840,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -854,6 +855,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
@@ -882,6 +884,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -1,6 +1,6 @@
{ {
"allow_import": 1, "allow_import": 1,
"creation": "2013-06-20 11:53:21.000000", "creation": "2013-06-20 11:53:21",
"description": "Aggregate group of **Items** into another **Item**. This is useful if you are bundling a certain **Items** into a package and you maintain stock of the packed **Items** and not the aggregate **Item**. \n\nThe package **Item** will have \"Is Stock Item\" as \"No\" and \"Is Sales Item\" as \"Yes\".\n\nFor Example: If you are selling Laptops and Backpacks separately and have a special price if the customer buys both, then the Laptop + Backpack will be a new Sales BOM Item.\n\nNote: BOM = Bill of Materials", "description": "Aggregate group of **Items** into another **Item**. This is useful if you are bundling a certain **Items** into a package and you maintain stock of the packed **Items** and not the aggregate **Item**. \n\nThe package **Item** will have \"Is Stock Item\" as \"No\" and \"Is Sales Item\" as \"Yes\".\n\nFor Example: If you are selling Laptops and Backpacks separately and have a special price if the customer buys both, then the Laptop + Backpack will be a new Sales BOM Item.\n\nNote: BOM = Bill of Materials",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -16,6 +16,7 @@
"description": "The Item that represents the Package. This Item must have \"Is Stock Item\" as \"No\" and \"Is Sales Item\" as \"Yes\"", "description": "The Item that represents the Package. This Item must have \"Is Stock Item\" as \"No\" and \"Is Sales Item\" as \"Yes\"",
"fieldname": "new_item_code", "fieldname": "new_item_code",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"label": "Parent Item", "label": "Parent Item",
"no_copy": 1, "no_copy": 1,
"oldfieldname": "new_item_code", "oldfieldname": "new_item_code",
@@ -45,7 +46,7 @@
"icon": "icon-sitemap", "icon": "icon-sitemap",
"idx": 1, "idx": 1,
"is_submittable": 0, "is_submittable": 0,
"modified": "2014-01-20 17:49:19.000000", "modified": "2014-05-27 03:49:17.656569",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Sales BOM", "name": "Sales BOM",
@@ -53,7 +54,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -67,7 +67,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -81,7 +81,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -874,7 +874,7 @@
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"issingle": 0, "issingle": 0,
"modified": "2014-05-26 03:05:53.316938", "modified": "2014-05-27 03:49:18.266089",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Sales Order", "name": "Sales Order",
@@ -882,6 +882,7 @@
"permissions": [ "permissions": [
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -896,6 +897,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -909,6 +911,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -918,6 +921,7 @@
"role": "Accounts User" "role": "Accounts User"
}, },
{ {
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -927,6 +931,7 @@
"role": "Customer" "role": "Customer"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"report": 1, "report": 1,

View File

@@ -33,14 +33,13 @@
"icon": "icon-certificate", "icon": "icon-certificate",
"idx": 1, "idx": 1,
"in_dialog": 0, "in_dialog": 0,
"modified": "2014-05-06 12:13:17.646235", "modified": "2014-05-27 03:49:08.217867",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Brand", "name": "Brand",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -53,7 +52,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -66,6 +65,7 @@
"write": 0 "write": 0
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -75,6 +75,7 @@
"role": "Sales User" "role": "Sales User"
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -84,6 +85,7 @@
"role": "Purchase User" "role": "Purchase User"
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -348,7 +348,7 @@
], ],
"icon": "icon-building", "icon": "icon-building",
"idx": 1, "idx": 1,
"modified": "2014-05-26 03:05:47.284171", "modified": "2014-05-27 03:49:08.597191",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Company", "name": "Company",
@@ -356,7 +356,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -369,6 +368,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -1,7 +1,7 @@
{ {
"allow_import": 1, "allow_import": 1,
"autoname": "field:country_name", "autoname": "field:country_name",
"creation": "2013-01-19 10:23:30.000000", "creation": "2013-01-19 10:23:30",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
"document_type": "Master", "document_type": "Master",
@@ -9,6 +9,7 @@
{ {
"fieldname": "country_name", "fieldname": "country_name",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Country Name", "label": "Country Name",
"oldfieldname": "country_name", "oldfieldname": "country_name",
"oldfieldtype": "Data", "oldfieldtype": "Data",
@@ -18,18 +19,21 @@
{ {
"fieldname": "date_format", "fieldname": "date_format",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Date Format", "label": "Date Format",
"permlevel": 0 "permlevel": 0
}, },
{ {
"fieldname": "time_zones", "fieldname": "time_zones",
"fieldtype": "Text", "fieldtype": "Text",
"in_list_view": 1,
"label": "Time Zones", "label": "Time Zones",
"permlevel": 0 "permlevel": 0
}, },
{ {
"fieldname": "code", "fieldname": "code",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Code", "label": "Code",
"permlevel": 0 "permlevel": 0
} }
@@ -37,7 +41,7 @@
"icon": "icon-globe", "icon": "icon-globe",
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"modified": "2014-03-05 14:36:16.000000", "modified": "2014-05-27 03:49:08.984710",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Country", "name": "Country",
@@ -45,7 +49,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -68,6 +71,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"create": 1, "create": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -90,6 +94,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
"print": 1, "print": 1,

View File

@@ -1,6 +1,6 @@
{ {
"autoname": "field:currency_name", "autoname": "field:currency_name",
"creation": "2013-01-28 10:06:02.000000", "creation": "2013-01-28 10:06:02",
"description": "**Currency** Master", "description": "**Currency** Master",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -58,14 +58,13 @@
"icon": "icon-bitcoin", "icon": "icon-bitcoin",
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"modified": "2014-01-20 17:48:31.000000", "modified": "2014-05-27 03:49:09.038451",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Currency", "name": "Currency",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -79,7 +78,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -93,7 +91,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -106,6 +103,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -1,6 +1,6 @@
{ {
"allow_import": 1, "allow_import": 1,
"creation": "2013-06-20 15:40:29.000000", "creation": "2013-06-20 15:40:29",
"description": "Specify Exchange Rate to convert one currency into another", "description": "Specify Exchange Rate to convert one currency into another",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -9,6 +9,7 @@
{ {
"fieldname": "from_currency", "fieldname": "from_currency",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"label": "From Currency", "label": "From Currency",
"options": "Currency", "options": "Currency",
"permlevel": 0, "permlevel": 0,
@@ -17,6 +18,7 @@
{ {
"fieldname": "to_currency", "fieldname": "to_currency",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"label": "To Currency", "label": "To Currency",
"options": "Currency", "options": "Currency",
"permlevel": 0, "permlevel": 0,
@@ -25,6 +27,7 @@
{ {
"fieldname": "exchange_rate", "fieldname": "exchange_rate",
"fieldtype": "Float", "fieldtype": "Float",
"in_list_view": 1,
"label": "Exchange Rate", "label": "Exchange Rate",
"permlevel": 0, "permlevel": 0,
"reqd": 1 "reqd": 1
@@ -32,14 +35,13 @@
], ],
"icon": "icon-exchange", "icon": "icon-exchange",
"idx": 1, "idx": 1,
"modified": "2014-01-20 17:48:31.000000", "modified": "2014-05-27 03:49:09.092389",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Currency Exchange", "name": "Currency Exchange",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -51,6 +53,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -60,6 +63,7 @@
"role": "Accounts User" "role": "Accounts User"
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -69,6 +73,7 @@
"role": "Sales User" "role": "Sales User"
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -101,7 +101,7 @@
"icon": "icon-sitemap", "icon": "icon-sitemap",
"idx": 1, "idx": 1,
"in_create": 1, "in_create": 1,
"modified": "2014-05-26 03:05:47.746202", "modified": "2014-05-27 03:49:09.397308",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Customer Group", "name": "Customer Group",
@@ -109,7 +109,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -123,7 +122,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -137,7 +136,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -162,7 +162,7 @@
"in_create": 1, "in_create": 1,
"issingle": 0, "issingle": 0,
"max_attachments": 3, "max_attachments": 3,
"modified": "2014-05-26 03:05:49.376278", "modified": "2014-05-27 03:49:12.086044",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Item Group", "name": "Item Group",
@@ -170,7 +170,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -184,7 +183,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -197,7 +196,6 @@
"write": 0 "write": 0
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -210,7 +208,7 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -220,7 +218,7 @@
"role": "Sales User" "role": "Sales User"
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -230,7 +228,7 @@
"role": "Purchase User" "role": "Purchase User"
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -30,14 +30,13 @@
], ],
"icon": "icon-font", "icon": "icon-font",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:39:39.352519", "modified": "2014-05-27 03:49:14.944690",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Print Heading", "name": "Print Heading",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -50,6 +49,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "All" "role": "All"

View File

@@ -1,7 +1,7 @@
{ {
"allow_import": 1, "allow_import": 1,
"autoname": "field:partner_name", "autoname": "field:partner_name",
"creation": "2013-04-12 15:34:06.000000", "creation": "2013-04-12 15:34:06",
"description": "A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission.", "description": "A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission.",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -11,6 +11,7 @@
"fieldname": "partner_name", "fieldname": "partner_name",
"fieldtype": "Data", "fieldtype": "Data",
"in_filter": 1, "in_filter": 1,
"in_list_view": 1,
"label": "Sales Partner Name", "label": "Sales Partner Name",
"oldfieldname": "partner_name", "oldfieldname": "partner_name",
"oldfieldtype": "Data", "oldfieldtype": "Data",
@@ -22,6 +23,7 @@
"fieldname": "partner_type", "fieldname": "partner_type",
"fieldtype": "Select", "fieldtype": "Select",
"in_filter": 1, "in_filter": 1,
"in_list_view": 1,
"label": "Partner Type", "label": "Partner Type",
"oldfieldname": "partner_type", "oldfieldname": "partner_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -33,6 +35,7 @@
"description": "<a href=\"#Sales Browser/Territory\">Add / Edit</a>", "description": "<a href=\"#Sales Browser/Territory\">Add / Edit</a>",
"fieldname": "territory", "fieldname": "territory",
"fieldtype": "Link", "fieldtype": "Link",
"in_list_view": 1,
"label": "Territory", "label": "Territory",
"options": "Territory", "options": "Territory",
"permlevel": 0, "permlevel": 0,
@@ -48,6 +51,7 @@
{ {
"fieldname": "commission_rate", "fieldname": "commission_rate",
"fieldtype": "Float", "fieldtype": "Float",
"in_list_view": 1,
"label": "Commission Rate", "label": "Commission Rate",
"oldfieldname": "commission_rate", "oldfieldname": "commission_rate",
"oldfieldtype": "Currency", "oldfieldtype": "Currency",
@@ -194,7 +198,7 @@
"icon": "icon-user", "icon": "icon-user",
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"modified": "2014-02-20 18:30:32.000000", "modified": "2014-05-27 03:49:18.661354",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Sales Partner", "name": "Sales Partner",
@@ -202,7 +206,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -216,7 +219,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -230,7 +233,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,

View File

@@ -143,7 +143,7 @@
"icon": "icon-user", "icon": "icon-user",
"idx": 1, "idx": 1,
"in_create": 1, "in_create": 1,
"modified": "2014-05-26 03:05:53.652608", "modified": "2014-05-27 03:49:18.900175",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Sales Person", "name": "Sales Person",
@@ -151,7 +151,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -165,7 +164,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -179,7 +178,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -20,7 +20,7 @@
], ],
"icon": "icon-flag", "icon": "icon-flag",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:39:39.516612", "modified": "2014-05-27 03:49:20.505739",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Supplier Type", "name": "Supplier Type",
@@ -28,7 +28,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -42,7 +41,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -56,7 +55,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -32,7 +32,7 @@
], ],
"icon": "icon-legal", "icon": "icon-legal",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:48:23.870645", "modified": "2014-05-27 03:49:20.923172",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Terms and Conditions", "name": "Terms and Conditions",
@@ -40,7 +40,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -54,7 +53,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 0, "email": 0,
@@ -67,12 +66,12 @@
"write": 0 "write": 0
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Purchase User" "role": "Purchase User"
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -85,7 +84,7 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -98,6 +97,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Material User" "role": "Material User"

View File

@@ -136,7 +136,7 @@
"icon": "icon-map-marker", "icon": "icon-map-marker",
"idx": 1, "idx": 1,
"in_create": 1, "in_create": 1,
"modified": "2014-05-26 03:05:54.517648", "modified": "2014-05-27 03:49:20.981624",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Territory", "name": "Territory",
@@ -145,7 +145,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -159,7 +158,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -173,7 +171,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -186,11 +184,13 @@
"write": 0 "write": 0
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Material User" "role": "Material User"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Maintenance User" "role": "Maintenance User"

View File

@@ -1,7 +1,7 @@
{ {
"allow_import": 1, "allow_import": 1,
"autoname": "field:uom_name", "autoname": "field:uom_name",
"creation": "2013-01-10 16:34:24.000000", "creation": "2013-01-10 16:34:24",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
"document_type": "Master", "document_type": "Master",
@@ -9,6 +9,7 @@
{ {
"fieldname": "uom_name", "fieldname": "uom_name",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "UOM Name", "label": "UOM Name",
"oldfieldname": "uom_name", "oldfieldname": "uom_name",
"oldfieldtype": "Data", "oldfieldtype": "Data",
@@ -19,13 +20,14 @@
"description": "Check this to disallow fractions. (for Nos)", "description": "Check this to disallow fractions. (for Nos)",
"fieldname": "must_be_whole_number", "fieldname": "must_be_whole_number",
"fieldtype": "Check", "fieldtype": "Check",
"in_list_view": 1,
"label": "Must be Whole Number", "label": "Must be Whole Number",
"permlevel": 0 "permlevel": 0
} }
], ],
"icon": "icon-compass", "icon": "icon-compass",
"idx": 1, "idx": 1,
"modified": "2014-01-20 17:49:34.000000", "modified": "2014-05-27 03:49:22.050899",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "UOM", "name": "UOM",
@@ -33,7 +35,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -47,7 +48,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -61,7 +61,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,

View File

@@ -1,6 +1,6 @@
{ {
"autoname": "BIN/.#######", "autoname": "BIN/.#######",
"creation": "2013-01-10 16:34:25.000000", "creation": "2013-01-10 16:34:25",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
"fields": [ "fields": [
@@ -162,13 +162,14 @@
"hide_toolbar": 1, "hide_toolbar": 1,
"idx": 1, "idx": 1,
"in_create": 1, "in_create": 1,
"modified": "2013-12-20 19:23:56.000000", "modified": "2014-05-27 03:49:07.654364",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Bin", "name": "Bin",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"apply_user_permissions": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
"print": 1, "print": 1,
@@ -178,6 +179,7 @@
"submit": 0 "submit": 0
}, },
{ {
"apply_user_permissions": 1,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
"print": 1, "print": 1,
@@ -188,7 +190,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,

View File

@@ -999,7 +999,7 @@
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:48.020967", "modified": "2014-05-27 03:49:09.721622",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Delivery Note", "name": "Delivery Note",
@@ -1007,6 +1007,7 @@
"permissions": [ "permissions": [
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -1035,6 +1036,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -1048,6 +1050,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
@@ -1061,6 +1064,7 @@
"write": 0 "write": 0
}, },
{ {
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,

View File

@@ -832,7 +832,6 @@
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -847,7 +846,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -861,7 +859,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -874,26 +872,31 @@
"write": 0 "write": 0
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Sales User" "role": "Sales User"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Purchase User" "role": "Purchase User"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Maintenance User" "role": "Maintenance User"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Accounts User" "role": "Accounts User"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Manufacturing User" "role": "Manufacturing User"

View File

@@ -229,7 +229,7 @@
"icon": "icon-ticket", "icon": "icon-ticket",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:50.138188", "modified": "2014-05-27 03:49:13.642995",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Material Request", "name": "Material Request",
@@ -265,6 +265,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -279,6 +280,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -180,7 +180,7 @@
"icon": "icon-suitcase", "icon": "icon-suitcase",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:07:50.514014", "modified": "2014-05-27 03:49:14.251039",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Packing Slip", "name": "Packing Slip",
@@ -188,6 +188,7 @@
"permissions": [ "permissions": [
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -202,6 +203,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -75,7 +75,7 @@
"icon": "icon-tags", "icon": "icon-tags",
"idx": 1, "idx": 1,
"max_attachments": 1, "max_attachments": 1,
"modified": "2014-05-07 06:01:57.302928", "modified": "2014-05-27 03:49:14.866933",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Price List", "name": "Price List",
@@ -83,7 +83,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"permlevel": 0, "permlevel": 0,
@@ -95,7 +95,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"permlevel": 0, "permlevel": 0,
@@ -106,6 +105,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
@@ -113,7 +113,6 @@
"role": "Purchase User" "role": "Purchase User"
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"permlevel": 0, "permlevel": 0,
@@ -123,6 +122,7 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"report": 0, "report": 0,

View File

@@ -754,7 +754,7 @@
"icon": "icon-truck", "icon": "icon-truck",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:51.846204", "modified": "2014-05-27 03:49:16.302198",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Purchase Receipt", "name": "Purchase Receipt",
@@ -776,6 +776,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -790,6 +791,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -803,12 +805,14 @@
"write": 1 "write": 1
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"report": 1, "report": 1,
"role": "Accounts User" "role": "Accounts User"
}, },
{ {
"apply_user_permissions": 1,
"cancel": 0, "cancel": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,

View File

@@ -418,14 +418,13 @@
"icon": "icon-barcode", "icon": "icon-barcode",
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"modified": "2014-05-09 02:16:41.833590", "modified": "2014-05-27 03:49:19.131746",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Serial No", "name": "Serial No",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -439,7 +438,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -453,7 +451,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,

View File

@@ -580,7 +580,7 @@
"is_submittable": 1, "is_submittable": 1,
"issingle": 0, "issingle": 0,
"max_attachments": 0, "max_attachments": 0,
"modified": "2014-05-26 03:05:53.832569", "modified": "2014-05-27 03:49:19.520247",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Entry", "name": "Stock Entry",
@@ -588,6 +588,7 @@
"permissions": [ "permissions": [
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
@@ -602,6 +603,7 @@
}, },
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -264,7 +264,7 @@
"icon": "icon-list", "icon": "icon-list",
"idx": 1, "idx": 1,
"in_create": 1, "in_create": 1,
"modified": "2014-05-09 02:16:42.262203", "modified": "2014-05-27 03:49:19.837686",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Ledger Entry", "name": "Stock Ledger Entry",
@@ -272,7 +272,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,

View File

@@ -150,7 +150,7 @@
], ],
"icon": "icon-building", "icon": "icon-building",
"idx": 1, "idx": 1,
"modified": "2014-05-07 06:09:21.102749", "modified": "2014-05-27 03:49:22.483111",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Warehouse", "name": "Warehouse",
@@ -158,7 +158,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -172,7 +171,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 0, "create": 0,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -185,6 +184,7 @@
"write": 0 "write": 0
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -194,6 +194,7 @@
"role": "Sales User" "role": "Sales User"
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -203,6 +204,7 @@
"role": "Purchase User" "role": "Purchase User"
}, },
{ {
"apply_user_permissions": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
"permlevel": 0, "permlevel": 0,
@@ -212,6 +214,7 @@
"role": "Accounts User" "role": "Accounts User"
}, },
{ {
"apply_user_permissions": 1,
"permlevel": 0, "permlevel": 0,
"read": 1, "read": 1,
"role": "Manufacturing User" "role": "Manufacturing User"

View File

@@ -394,7 +394,7 @@
"icon": "icon-bug", "icon": "icon-bug",
"idx": 1, "idx": 1,
"is_submittable": 0, "is_submittable": 0,
"modified": "2014-05-26 03:05:47.828178", "modified": "2014-05-27 03:49:09.483145",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Customer Issue", "name": "Customer Issue",
@@ -402,7 +402,7 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -278,7 +278,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2014-05-26 03:05:50.014543", "modified": "2014-05-27 03:49:13.466221",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Maintenance Visit", "name": "Maintenance Visit",
@@ -286,6 +286,7 @@
"permissions": [ "permissions": [
{ {
"amend": 1, "amend": 1,
"apply_user_permissions": 1,
"cancel": 1, "cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,

View File

@@ -245,7 +245,6 @@
"permissions": [ "permissions": [
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -259,7 +258,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -273,7 +272,7 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,

View File

@@ -199,14 +199,14 @@
"icon": "icon-map-marker", "icon": "icon-map-marker",
"idx": 1, "idx": 1,
"in_dialog": 0, "in_dialog": 0,
"modified": "2014-05-09 02:16:43.798644", "modified": "2014-05-27 03:49:07.273657",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Utilities", "module": "Utilities",
"name": "Address", "name": "Address",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -219,7 +219,7 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -232,7 +232,7 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -245,7 +245,7 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,

View File

@@ -199,14 +199,13 @@
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"in_dialog": 0, "in_dialog": 0,
"modified": "2014-05-07 06:39:39.702149", "modified": "2014-05-27 03:49:08.789451",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Utilities", "module": "Utilities",
"name": "Contact", "name": "Contact",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -220,7 +219,6 @@
}, },
{ {
"amend": 0, "amend": 0,
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -233,7 +231,6 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,
@@ -246,7 +243,6 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -259,7 +255,6 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -272,7 +267,6 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -285,7 +279,6 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -298,7 +291,7 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -311,7 +304,7 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -324,7 +317,7 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,
@@ -337,7 +330,7 @@
"write": 1 "write": 1
}, },
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 0, "delete": 0,
"email": 1, "email": 1,

View File

@@ -1,6 +1,6 @@
{ {
"allow_rename": 1, "allow_rename": 1,
"creation": "2013-05-24 13:41:00.000000", "creation": "2013-05-24 13:41:00",
"description": "Note is a free page where users can share documents / notes", "description": "Note is a free page where users can share documents / notes",
"docstatus": 0, "docstatus": 0,
"doctype": "DocType", "doctype": "DocType",
@@ -9,6 +9,7 @@
{ {
"fieldname": "title", "fieldname": "title",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Title", "label": "Title",
"permlevel": 0, "permlevel": 0,
"print_hide": 1 "print_hide": 1
@@ -17,7 +18,7 @@
"description": "Help: To link to another record in the system, use \"#Form/Note/[Note Name]\" as the Link URL. (don't use \"http://\")", "description": "Help: To link to another record in the system, use \"#Form/Note/[Note Name]\" as the Link URL. (don't use \"http://\")",
"fieldname": "content", "fieldname": "content",
"fieldtype": "Text Editor", "fieldtype": "Text Editor",
"in_list_view": 0, "in_list_view": 1,
"label": "Content", "label": "Content",
"permlevel": 0 "permlevel": 0
}, },
@@ -31,6 +32,7 @@
"description": "Everyone can read", "description": "Everyone can read",
"fieldname": "public", "fieldname": "public",
"fieldtype": "Check", "fieldtype": "Check",
"in_list_view": 1,
"label": "Public", "label": "Public",
"permlevel": 0, "permlevel": 0,
"print_hide": 1 "print_hide": 1
@@ -46,14 +48,14 @@
], ],
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"modified": "2014-01-22 16:05:35.000000", "modified": "2014-05-27 03:49:13.934698",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Utilities", "module": "Utilities",
"name": "Note", "name": "Note",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"cancel": 0, "apply_user_permissions": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1, "email": 1,