[form] section labels

This commit is contained in:
Rushabh Mehta 2015-02-20 16:02:48 +05:30
parent bcccfa09f2
commit 813f0eda05
43 changed files with 1371 additions and 1371 deletions

View File

@ -12,7 +12,7 @@
"fieldname": "properties", "fieldname": "properties",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"in_list_view": 0, "in_list_view": 0,
"label": "Account Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"permlevel": 0 "permlevel": 0
}, },
@ -177,7 +177,7 @@
"icon": "icon-money", "icon": "icon-money",
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"modified": "2015-02-05 05:11:34.054236", "modified": "2015-02-20 05:09:22.108350",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Account", "name": "Account",

View File

@ -12,7 +12,7 @@
{ {
"fieldname": "sb0", "fieldname": "sb0",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Cost Center Details", "label": "",
"permlevel": 0 "permlevel": 0
}, },
{ {
@ -145,7 +145,7 @@
"icon": "icon-money", "icon": "icon-money",
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"modified": "2015-02-05 05:11:36.155435", "modified": "2015-02-20 05:07:59.251051",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Cost Center", "name": "Cost Center",

View File

@ -8,7 +8,7 @@
{ {
"fieldname": "entry_type_and_date", "fieldname": "entry_type_and_date",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Entry Type and Date", "label": "",
"options": "icon-flag", "options": "icon-flag",
"permlevel": 0 "permlevel": 0
}, },
@ -74,7 +74,7 @@
{ {
"fieldname": "2_add_edit_gl_entries", "fieldname": "2_add_edit_gl_entries",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Journal Entries", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-table", "options": "icon-table",
"permlevel": 0, "permlevel": 0,
@ -273,7 +273,7 @@
{ {
"fieldname": "addtional_info", "fieldname": "addtional_info",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "More Info", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-file-text", "options": "icon-file-text",
"permlevel": 0, "permlevel": 0,
@ -457,7 +457,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:40.139467", "modified": "2015-02-20 05:07:15.435166",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Journal Entry", "name": "Journal Entry",

View File

@ -11,7 +11,7 @@
{ {
"fieldname": "sec_break1", "fieldname": "sec_break1",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Party Details", "label": "",
"permlevel": 0 "permlevel": 0
}, },
{ {
@ -310,7 +310,7 @@
"is_submittable": 0, "is_submittable": 0,
"issingle": 1, "issingle": 1,
"istable": 0, "istable": 0,
"modified": "2015-02-05 05:11:42.181439", "modified": "2015-02-20 05:09:19.812606",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Payment Tool", "name": "Payment Tool",

View File

@ -171,7 +171,7 @@
{ {
"fieldname": "currency_and_price_list", "fieldname": "currency_and_price_list",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Currency and Price List", "label": "",
"options": "icon-tag", "options": "icon-tag",
"permlevel": 0, "permlevel": 0,
"read_only": 0 "read_only": 0
@ -241,7 +241,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0, "permlevel": 0,
@ -333,7 +333,7 @@
{ {
"fieldname": "totals", "fieldname": "totals",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Totals", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-money", "options": "icon-money",
"permlevel": 0, "permlevel": 0,
@ -888,7 +888,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-11 16:56:27.871736", "modified": "2015-02-20 05:16:22.693978",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Purchase Invoice", "name": "Purchase Invoice",

View File

@ -71,7 +71,7 @@ erpnext.accounts.SalesInvoiceController = erpnext.selling.SellingController.exte
} }
if(doc.outstanding_amount!=0) { if(doc.outstanding_amount!=0) {
cur_frm.page.add_menu_item(__('Make Payment Entry'), cur_frm.cscript.make_bank_entry, "icon-money"); cur_frm.add_custom_button(__('Make Payment Entry'), cur_frm.cscript.make_bank_entry, "icon-money");
} }
} }

View File

@ -10,7 +10,7 @@
{ {
"fieldname": "customer_section", "fieldname": "customer_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Customer", "label": "",
"options": "icon-user", "options": "icon-user",
"permlevel": 0 "permlevel": 0
}, },
@ -192,7 +192,7 @@
{ {
"fieldname": "currency_and_price_list", "fieldname": "currency_and_price_list",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Currency and Price List", "label": "",
"options": "icon-tag", "options": "icon-tag",
"permlevel": 0, "permlevel": 0,
"read_only": 0 "read_only": 0
@ -272,7 +272,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0, "permlevel": 0,
@ -468,7 +468,7 @@
{ {
"fieldname": "totals", "fieldname": "totals",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Totals", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-money", "options": "icon-money",
"permlevel": 0, "permlevel": 0,
@ -1202,7 +1202,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-11 15:57:57.399512", "modified": "2015-02-20 05:16:19.256361",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Sales Invoice", "name": "Sales Invoice",

View File

@ -134,7 +134,7 @@
{ {
"fieldname": "currency_and_price_list", "fieldname": "currency_and_price_list",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Currency and Price List", "label": "",
"options": "icon-tag", "options": "icon-tag",
"permlevel": 0 "permlevel": 0
}, },
@ -208,7 +208,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0 "permlevel": 0
@ -310,7 +310,7 @@
{ {
"fieldname": "totals", "fieldname": "totals",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Totals", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-money", "options": "icon-money",
"permlevel": 0 "permlevel": 0
@ -783,7 +783,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-18 15:05:33.635613", "modified": "2015-02-20 05:16:19.990723",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Purchase Order", "name": "Purchase Order",

View File

@ -182,7 +182,7 @@
{ {
"fieldname": "specification_details", "fieldname": "specification_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Specification Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "Simple", "options": "Simple",
"permlevel": 0 "permlevel": 0
@ -207,7 +207,7 @@
"icon": "icon-search", "icon": "icon-search",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:44.292242", "modified": "2015-02-20 05:09:09.998457",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Quality Inspection", "name": "Quality Inspection",

View File

@ -11,7 +11,7 @@
{ {
"fieldname": "basic_info", "fieldname": "basic_info",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Basic Info", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-user", "options": "icon-user",
"permlevel": 0 "permlevel": 0
@ -170,7 +170,7 @@
], ],
"icon": "icon-user", "icon": "icon-user",
"idx": 1, "idx": 1,
"modified": "2015-02-05 05:11:47.468728", "modified": "2015-02-20 05:07:32.060901",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Supplier", "name": "Supplier",

View File

@ -134,7 +134,7 @@
{ {
"fieldname": "currency_and_price_list", "fieldname": "currency_and_price_list",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Currency and Price List", "label": "",
"options": "icon-tag", "options": "icon-tag",
"permlevel": 0 "permlevel": 0
}, },
@ -207,7 +207,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0 "permlevel": 0
@ -300,7 +300,7 @@
{ {
"fieldname": "totals", "fieldname": "totals",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Totals", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-money", "options": "icon-money",
"permlevel": 0 "permlevel": 0
@ -583,7 +583,7 @@
"icon": "icon-shopping-cart", "icon": "icon-shopping-cart",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-11 16:08:30.374140", "modified": "2015-02-20 05:16:21.307774",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Supplier Quotation", "name": "Supplier Quotation",

View File

@ -9,7 +9,7 @@
{ {
"fieldname": "lead_details", "fieldname": "lead_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Lead Details", "label": "",
"options": "icon-user", "options": "icon-user",
"permlevel": 0 "permlevel": 0
}, },
@ -331,7 +331,7 @@
], ],
"icon": "icon-user", "icon": "icon-user",
"idx": 1, "idx": 1,
"modified": "2015-02-16 23:54:10.622839", "modified": "2015-02-20 05:07:57.739910",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "CRM", "module": "CRM",
"name": "Lead", "name": "Lead",

View File

@ -120,7 +120,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0, "permlevel": 0,
@ -391,7 +391,7 @@
"icon": "icon-info-sign", "icon": "icon-info-sign",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-16 23:52:23.489259", "modified": "2015-02-20 05:04:26.349773",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "CRM", "module": "CRM",
"name": "Opportunity", "name": "Opportunity",

View File

@ -7,7 +7,7 @@
{ {
"fieldname": "employee_details", "fieldname": "employee_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Employee Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"permlevel": 0 "permlevel": 0
}, },
@ -152,7 +152,7 @@
"depends_on": "kra_template", "depends_on": "kra_template",
"fieldname": "other_details", "fieldname": "other_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Other Details", "label": "",
"permlevel": 0 "permlevel": 0
}, },
{ {
@ -197,7 +197,7 @@
"icon": "icon-thumbs-up", "icon": "icon-thumbs-up",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:34.405796", "modified": "2015-02-20 05:08:10.903126",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Appraisal", "name": "Appraisal",

View File

@ -9,7 +9,7 @@
{ {
"fieldname": "attendance_details", "fieldname": "attendance_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Attendance Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "Simple", "options": "Simple",
"permlevel": 0 "permlevel": 0
@ -130,7 +130,7 @@
"icon": "icon-ok", "icon": "icon-ok",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:34.545262", "modified": "2015-02-20 05:09:39.161541",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Attendance", "name": "Attendance",

View File

@ -10,7 +10,7 @@
{ {
"fieldname": "basic_information", "fieldname": "basic_information",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Basic Information", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"permlevel": 0 "permlevel": 0
}, },
@ -453,7 +453,7 @@
{ {
"fieldname": "sb53", "fieldname": "sb53",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Bio", "label": "",
"permlevel": 0 "permlevel": 0
}, },
{ {
@ -674,7 +674,7 @@
], ],
"icon": "icon-user", "icon": "icon-user",
"idx": 1, "idx": 1,
"modified": "2015-02-19 09:28:40.628101", "modified": "2015-02-20 05:02:14.205144",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Employee", "name": "Employee",

View File

@ -81,7 +81,7 @@
{ {
"fieldname": "expense_details", "fieldname": "expense_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Expense Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"permlevel": 0 "permlevel": 0
}, },
@ -202,7 +202,7 @@
"icon": "icon-money", "icon": "icon-money",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:38.702422", "modified": "2015-02-20 05:08:42.455478",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Expense Claim", "name": "Expense Claim",

View File

@ -252,7 +252,7 @@
{ {
"fieldname": "totals", "fieldname": "totals",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Totals", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"permlevel": 0 "permlevel": 0
}, },
@ -337,7 +337,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:44.967827", "modified": "2015-02-20 05:12:10.770423",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "HR", "module": "HR",
"name": "Salary Slip", "name": "Salary Slip",

View File

@ -8,7 +8,7 @@
{ {
"fieldname": "item", "fieldname": "item",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Item", "label": "",
"options": "icon-gift", "options": "icon-gift",
"permlevel": 0 "permlevel": 0
}, },
@ -360,7 +360,7 @@
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-19 06:00:33.277637", "modified": "2015-02-20 05:04:13.881343",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Manufacturing", "module": "Manufacturing",
"name": "Production Order", "name": "Production Order",

View File

@ -11,7 +11,7 @@
{ {
"fieldname": "details", "fieldname": "details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Details", "label": "",
"permlevel": 0, "permlevel": 0,
"precision": "" "precision": ""
}, },
@ -282,7 +282,7 @@
"is_submittable": 0, "is_submittable": 0,
"issingle": 0, "issingle": 0,
"istable": 1, "istable": 1,
"modified": "2015-02-13 16:26:30.441657", "modified": "2015-02-20 05:08:36.612612",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Manufacturing", "module": "Manufacturing",
"name": "Production Order Operation", "name": "Production Order Operation",

View File

@ -146,7 +146,7 @@
{ {
"fieldname": "section_break0", "fieldname": "section_break0",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Project Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-list", "options": "icon-list",
"permlevel": 0 "permlevel": 0
@ -273,7 +273,7 @@
"icon": "icon-puzzle-piece", "icon": "icon-puzzle-piece",
"idx": 1, "idx": 1,
"max_attachments": 4, "max_attachments": 4,
"modified": "2015-02-05 05:11:43.094638", "modified": "2015-02-20 05:08:08.569007",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Project", "name": "Project",

View File

@ -9,7 +9,7 @@
{ {
"fieldname": "task_details", "fieldname": "task_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Task Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"permlevel": 0, "permlevel": 0,
"print_width": "50%", "print_width": "50%",
@ -178,7 +178,7 @@
{ {
"fieldname": "more_details", "fieldname": "more_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "More Details", "label": "",
"permlevel": 0 "permlevel": 0
}, },
{ {
@ -217,7 +217,7 @@
"icon": "icon-check", "icon": "icon-check",
"idx": 1, "idx": 1,
"max_attachments": 5, "max_attachments": 5,
"modified": "2015-02-05 05:11:47.984820", "modified": "2015-02-20 05:09:27.295024",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Projects", "module": "Projects",
"name": "Task", "name": "Task",

View File

@ -219,7 +219,7 @@
{ {
"fieldname": "item_details", "fieldname": "item_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Item Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "Simple", "options": "Simple",
"permlevel": 0 "permlevel": 0
@ -237,7 +237,7 @@
"icon": "icon-wrench", "icon": "icon-wrench",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:39.246897", "modified": "2015-02-20 05:04:05.403625",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Installation Note", "name": "Installation Note",

View File

@ -9,7 +9,7 @@
{ {
"fieldname": "customer_section", "fieldname": "customer_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Customer", "label": "",
"options": "icon-user", "options": "icon-user",
"permlevel": 0 "permlevel": 0
}, },
@ -199,7 +199,7 @@
{ {
"fieldname": "currency_and_price_list", "fieldname": "currency_and_price_list",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Currency and Price List", "label": "",
"options": "icon-tag", "options": "icon-tag",
"permlevel": 0, "permlevel": 0,
"read_only": 0 "read_only": 0
@ -285,7 +285,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0, "permlevel": 0,
@ -450,7 +450,7 @@
{ {
"fieldname": "totals", "fieldname": "totals",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Totals", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-money", "options": "icon-money",
"permlevel": 0, "permlevel": 0,
@ -810,7 +810,7 @@
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"max_attachments": 1, "max_attachments": 1,
"modified": "2015-02-11 15:15:29.475837", "modified": "2015-02-20 05:16:20.664025",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Quotation", "name": "Quotation",

View File

@ -9,7 +9,7 @@
{ {
"fieldname": "basic_section", "fieldname": "basic_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Sales BOM Item", "label": "",
"permlevel": 0 "permlevel": 0
}, },
{ {
@ -29,7 +29,7 @@
"description": "List items that form the package.", "description": "List items that form the package.",
"fieldname": "item_section", "fieldname": "item_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Package Items", "label": "",
"permlevel": 0 "permlevel": 0
}, },
{ {
@ -46,7 +46,7 @@
"icon": "icon-sitemap", "icon": "icon-sitemap",
"idx": 1, "idx": 1,
"is_submittable": 0, "is_submittable": 0,
"modified": "2015-02-05 05:11:45.221748", "modified": "2015-02-20 05:05:03.719573",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Sales BOM", "name": "Sales BOM",

View File

@ -9,7 +9,7 @@
{ {
"fieldname": "customer_section", "fieldname": "customer_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Customer", "label": "",
"options": "icon-user", "options": "icon-user",
"permlevel": 0 "permlevel": 0
}, },
@ -221,7 +221,7 @@
{ {
"fieldname": "currency_and_price_list", "fieldname": "currency_and_price_list",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Currency and Price List", "label": "",
"options": "icon-tag", "options": "icon-tag",
"permlevel": 0, "permlevel": 0,
"print_hide": 1 "print_hide": 1
@ -298,7 +298,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0 "permlevel": 0
@ -458,7 +458,7 @@
{ {
"fieldname": "totals", "fieldname": "totals",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Totals", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-money", "options": "icon-money",
"permlevel": 0, "permlevel": 0,
@ -1034,7 +1034,7 @@
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"issingle": 0, "issingle": 0,
"modified": "2015-02-11 15:42:09.174504", "modified": "2015-02-20 05:16:18.207123",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Sales Order", "name": "Sales Order",

View File

@ -11,7 +11,7 @@
{ {
"fieldname": "details", "fieldname": "details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Company Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"permlevel": 0, "permlevel": 0,
"read_only": 0 "read_only": 0
@ -399,7 +399,7 @@
], ],
"icon": "icon-building", "icon": "icon-building",
"idx": 1, "idx": 1,
"modified": "2015-02-19 00:37:55.472911", "modified": "2015-02-20 05:09:51.973367",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Company", "name": "Company",

View File

@ -8,7 +8,7 @@
"fieldname": "currency_settings", "fieldname": "currency_settings",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"in_list_view": 0, "in_list_view": 0,
"label": "Currency Settings", "label": "",
"permlevel": 0 "permlevel": 0
}, },
{ {
@ -105,7 +105,7 @@
"idx": 1, "idx": 1,
"in_create": 1, "in_create": 1,
"issingle": 1, "issingle": 1,
"modified": "2015-02-05 05:11:39.042446", "modified": "2015-02-20 05:16:23.324563",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Global Defaults", "name": "Global Defaults",

View File

@ -207,7 +207,7 @@
{ {
"fieldname": "cusrrency_and_price_list", "fieldname": "cusrrency_and_price_list",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Currency and Price List", "label": "",
"options": "icon-tag", "options": "icon-tag",
"permlevel": 0, "permlevel": 0,
"read_only": 0 "read_only": 0
@ -286,7 +286,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0, "permlevel": 0,
@ -481,7 +481,7 @@
{ {
"fieldname": "totals", "fieldname": "totals",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Totals", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-money", "options": "icon-money",
"permlevel": 0, "permlevel": 0,
@ -1024,7 +1024,7 @@
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-11 15:45:06.803707", "modified": "2015-02-20 05:16:21.997931",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Delivery Note", "name": "Delivery Note",

View File

@ -404,7 +404,7 @@
{ {
"fieldname": "purchase_details", "fieldname": "purchase_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Purchase Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0, "permlevel": 0,
@ -873,7 +873,7 @@
"icon": "icon-tag", "icon": "icon-tag",
"idx": 1, "idx": 1,
"max_attachments": 1, "max_attachments": 1,
"modified": "2015-02-19 09:24:59.397525", "modified": "2015-02-20 05:08:14.975549",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Item", "name": "Item",

View File

@ -42,7 +42,7 @@
{ {
"fieldname": "item_details", "fieldname": "item_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Item", "label": "",
"options": "icon-tag", "options": "icon-tag",
"permlevel": 0 "permlevel": 0
}, },
@ -105,7 +105,7 @@
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"istable": 0, "istable": 0,
"modified": "2015-02-20 00:26:20.161437", "modified": "2015-02-20 05:04:11.609416",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Item Price", "name": "Item Price",

View File

@ -8,7 +8,7 @@
{ {
"fieldname": "type_section", "fieldname": "type_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Basic Info", "label": "",
"options": "icon-pushpin", "options": "icon-pushpin",
"permlevel": 0 "permlevel": 0
}, },
@ -72,7 +72,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0 "permlevel": 0
@ -236,7 +236,7 @@
"icon": "icon-ticket", "icon": "icon-ticket",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:41.240828", "modified": "2015-02-20 05:07:33.215371",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Material Request", "name": "Material Request",

View File

@ -9,7 +9,7 @@
{ {
"fieldname": "packing_slip_details", "fieldname": "packing_slip_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Packing Slip Items", "label": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0 "read_only": 0
}, },
@ -91,7 +91,7 @@
{ {
"fieldname": "package_item_details", "fieldname": "package_item_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Package Item Details", "label": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0 "read_only": 0
}, },
@ -178,7 +178,7 @@
{ {
"fieldname": "misc_details", "fieldname": "misc_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Misc Details", "label": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0 "read_only": 0
}, },
@ -197,7 +197,7 @@
"icon": "icon-suitcase", "icon": "icon-suitcase",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:41.872466", "modified": "2015-02-20 05:09:24.405911",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Packing Slip", "name": "Packing Slip",

View File

@ -133,7 +133,7 @@
{ {
"fieldname": "currency_and_price_list", "fieldname": "currency_and_price_list",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Currency and Price List", "label": "",
"options": "icon-tag", "options": "icon-tag",
"permlevel": 0 "permlevel": 0
}, },
@ -205,7 +205,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0 "permlevel": 0
@ -308,7 +308,7 @@
"description": "Detailed Breakup of the totals", "description": "Detailed Breakup of the totals",
"fieldname": "totals", "fieldname": "totals",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Totals", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-money", "options": "icon-money",
"permlevel": 0 "permlevel": 0
@ -775,7 +775,7 @@
"icon": "icon-truck", "icon": "icon-truck",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-11 16:13:02.294088", "modified": "2015-02-20 05:16:24.035630",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Purchase Receipt", "name": "Purchase Receipt",

View File

@ -11,7 +11,7 @@
{ {
"fieldname": "details", "fieldname": "details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"permlevel": 0, "permlevel": 0,
"read_only": 0 "read_only": 0
@ -417,7 +417,7 @@
"icon": "icon-barcode", "icon": "icon-barcode",
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"modified": "2015-02-05 05:11:46.454105", "modified": "2015-02-20 05:08:12.961403",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Serial No", "name": "Serial No",

View File

@ -180,7 +180,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"permlevel": 0, "permlevel": 0,
"read_only": 0 "read_only": 0
@ -632,7 +632,7 @@
"is_submittable": 1, "is_submittable": 1,
"issingle": 0, "issingle": 0,
"max_attachments": 0, "max_attachments": 0,
"modified": "2015-02-19 04:53:05.361046", "modified": "2015-02-20 05:04:09.060180",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Entry", "name": "Stock Entry",

View File

@ -7,7 +7,7 @@
{ {
"fieldname": "customer_details", "fieldname": "customer_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Customer Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-user", "options": "icon-user",
"permlevel": 0 "permlevel": 0
@ -61,7 +61,7 @@
{ {
"fieldname": "items_section", "fieldname": "items_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Items", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-shopping-cart", "options": "icon-shopping-cart",
"permlevel": 0 "permlevel": 0
@ -228,7 +228,7 @@
"icon": "icon-calendar", "icon": "icon-calendar",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:40.965832", "modified": "2015-02-20 05:04:06.871850",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Maintenance Schedule", "name": "Maintenance Schedule",

View File

@ -43,7 +43,7 @@
"fieldname": "schedule_details", "fieldname": "schedule_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"in_list_view": 0, "in_list_view": 0,
"label": "Schedule Details", "label": "",
"permlevel": 0 "permlevel": 0
}, },
{ {
@ -133,7 +133,7 @@
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"modified": "2015-02-19 01:07:00.550040", "modified": "2015-02-20 05:07:52.854082",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Maintenance Schedule Item", "name": "Maintenance Schedule Item",

View File

@ -7,7 +7,7 @@
{ {
"fieldname": "customer_details", "fieldname": "customer_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Customer Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-user", "options": "icon-user",
"permlevel": 0 "permlevel": 0
@ -102,7 +102,7 @@
{ {
"fieldname": "maintenance_details", "fieldname": "maintenance_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Maintenance Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-wrench", "options": "icon-wrench",
"permlevel": 0 "permlevel": 0
@ -279,7 +279,7 @@
"icon": "icon-file-text", "icon": "icon-file-text",
"idx": 1, "idx": 1,
"is_submittable": 1, "is_submittable": 1,
"modified": "2015-02-05 05:11:41.072187", "modified": "2015-02-20 05:08:31.875844",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Maintenance Visit", "name": "Maintenance Visit",

View File

@ -49,7 +49,7 @@
"fieldname": "work_details", "fieldname": "work_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"in_list_view": 0, "in_list_view": 0,
"label": "Work Details", "label": "",
"permlevel": 0 "permlevel": 0
}, },
{ {
@ -123,7 +123,7 @@
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"modified": "2015-02-19 01:07:00.623383", "modified": "2015-02-20 05:08:56.512144",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Maintenance Visit Purpose", "name": "Maintenance Visit Purpose",

View File

@ -8,7 +8,7 @@
{ {
"fieldname": "customer_section", "fieldname": "customer_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Customer", "label": "",
"options": "icon-user", "options": "icon-user",
"permlevel": 0 "permlevel": 0
}, },
@ -92,7 +92,7 @@
{ {
"fieldname": "issue_details", "fieldname": "issue_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Issue Details", "label": "",
"oldfieldtype": "Section Break", "oldfieldtype": "Section Break",
"options": "icon-ticket", "options": "icon-ticket",
"permlevel": 0 "permlevel": 0
@ -396,7 +396,7 @@
"icon": "icon-bug", "icon": "icon-bug",
"idx": 1, "idx": 1,
"is_submittable": 0, "is_submittable": 0,
"modified": "2015-02-17 00:12:52.430072", "modified": "2015-02-20 05:08:06.361985",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Support", "module": "Support",
"name": "Warranty Claim", "name": "Warranty Claim",

View File

@ -9,7 +9,7 @@
{ {
"fieldname": "address_details", "fieldname": "address_details",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Address Details", "label": "",
"options": "icon-map-marker", "options": "icon-map-marker",
"permlevel": 0 "permlevel": 0
}, },
@ -199,7 +199,7 @@
"icon": "icon-map-marker", "icon": "icon-map-marker",
"idx": 1, "idx": 1,
"in_dialog": 0, "in_dialog": 0,
"modified": "2015-02-05 05:11:34.249167", "modified": "2015-02-20 05:07:56.567822",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Utilities", "module": "Utilities",
"name": "Address", "name": "Address",

View File

@ -9,7 +9,7 @@
{ {
"fieldname": "contact_section", "fieldname": "contact_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Contact Details", "label": "",
"options": "icon-user", "options": "icon-user",
"permlevel": 0 "permlevel": 0
}, },
@ -176,7 +176,7 @@
"idx": 1, "idx": 1,
"in_create": 0, "in_create": 0,
"in_dialog": 0, "in_dialog": 0,
"modified": "2015-02-05 05:11:35.962993", "modified": "2015-02-20 05:07:55.636970",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Utilities", "module": "Utilities",
"name": "Contact", "name": "Contact",