[fix] VARCHAR lengths as 140

This commit is contained in:
Rushabh Mehta
2015-10-14 17:28:35 +05:30
parent 53f77ad5e8
commit ee6862b277
73 changed files with 162 additions and 347 deletions

View File

@@ -133,7 +133,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Root Type", "label": "Root Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nAsset\nLiability\nIncome\nExpense\nEquity", "options": "\nAsset\nLiability\nIncome\nExpense\nEquity",
"permlevel": 0, "permlevel": 0,
@@ -156,7 +155,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Report Type", "label": "Report Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nBalance Sheet\nProfit and Loss", "options": "\nBalance Sheet\nProfit and Loss",
"permlevel": 0, "permlevel": 0,
@@ -249,7 +247,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Account Type", "label": "Account Type",
"length": 30,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "account_type", "oldfieldname": "account_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -299,7 +296,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Frozen", "label": "Frozen",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "freeze_account", "oldfieldname": "freeze_account",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -346,7 +342,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Balance must be", "label": "Balance must be",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nDebit\nCredit", "options": "\nDebit\nCredit",
"permlevel": 0, "permlevel": 0,

View File

@@ -41,7 +41,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "C-FORM-", "options": "C-FORM-",
"permlevel": 0, "permlevel": 0,
@@ -194,7 +193,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Quarter", "label": "Quarter",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nI\nII\nIII\nIV", "options": "\nI\nII\nIII\nIV",
"permlevel": 0, "permlevel": 0,

View File

@@ -1,12 +0,0 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
from __future__ import unicode_literals
import frappe
import unittest
# test_records = frappe.get_test_records('C-Form')
class TestC-Form(unittest.TestCase):
pass

View File

@@ -416,7 +416,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Is Opening", "label": "Is Opening",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_opening", "oldfieldname": "is_opening",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -441,7 +440,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Is Advance", "label": "Is Advance",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_advance", "oldfieldname": "is_advance",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -65,7 +65,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Entry Type", "label": "Entry Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "voucher_type", "oldfieldname": "voucher_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -90,7 +89,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -661,7 +659,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Write Off Based On", "label": "Write Off Based On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Accounts Receivable\nAccounts Payable", "options": "Accounts Receivable\nAccounts Payable",
"permlevel": 0, "permlevel": 0,
@@ -956,7 +953,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Is Opening", "label": "Is Opening",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_opening", "oldfieldname": "is_opening",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -452,7 +452,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Reference Type", "label": "Reference Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nSales Invoice\nPurchase Invoice\nJournal Entry\nSales Order\nPurchase Order\nExpense Claim", "options": "\nSales Invoice\nPurchase Invoice\nJournal Entry\nSales Order\nPurchase Order\nExpense Claim",
"permlevel": 0, "permlevel": 0,
@@ -519,7 +518,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Is Advance", "label": "Is Advance",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "is_advance", "oldfieldname": "is_advance",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -64,7 +64,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Apply On", "label": "Apply On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nItem Code\nItem Group\nBrand", "options": "\nItem Code\nItem Group\nBrand",
"permlevel": 0, "permlevel": 0,
@@ -178,7 +177,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Priority", "label": "Priority",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20", "options": "\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12\n13\n14\n15\n16\n17\n18\n19\n20",
"permlevel": 0, "permlevel": 0,
@@ -307,7 +305,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Applicable For", "label": "Applicable For",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nCustomer\nCustomer Group\nTerritory\nSales Partner\nCampaign\nSupplier\nSupplier Type", "options": "\nCustomer\nCustomer Group\nTerritory\nSales Partner\nCampaign\nSupplier\nSupplier Type",
"permlevel": 0, "permlevel": 0,
@@ -703,7 +700,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Price or Discount", "label": "Price or Discount",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nPrice\nDiscount Percentage", "options": "\nPrice\nDiscount Percentage",
"permlevel": 0, "permlevel": 0,

View File

@@ -42,7 +42,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1050,7 +1049,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Apply Additional Discount On", "label": "Apply Additional Discount On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nGrand Total\nNet Total", "options": "\nGrand Total\nNet Total",
"permlevel": 0, "permlevel": 0,
@@ -1830,7 +1828,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Is Opening", "label": "Is Opening",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_opening", "oldfieldname": "is_opening",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -2041,7 +2038,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Recurring Type", "label": "Recurring Type",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "Monthly\nQuarterly\nHalf-yearly\nYearly", "options": "Monthly\nQuarterly\nHalf-yearly\nYearly",
"permlevel": 0, "permlevel": 0,

View File

@@ -20,7 +20,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Consider Tax or Charge for", "label": "Consider Tax or Charge for",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "category", "oldfieldname": "category",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -46,7 +45,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Add or Deduct", "label": "Add or Deduct",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "add_deduct_tax", "oldfieldname": "add_deduct_tax",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -71,7 +69,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Type", "label": "Type",
"length": 30,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "charge_type", "oldfieldname": "charge_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -66,7 +66,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1170,7 +1169,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Apply Additional Discount On", "label": "Apply Additional Discount On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nGrand Total\nNet Total", "options": "\nGrand Total\nNet Total",
"permlevel": 0, "permlevel": 0,
@@ -2214,7 +2212,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Source", "label": "Source",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "source", "oldfieldname": "source",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -2312,7 +2309,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Is Opening Entry", "label": "Is Opening Entry",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_opening", "oldfieldname": "is_opening",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -2337,7 +2333,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "C-Form Applicable", "label": "C-Form Applicable",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "No\nYes", "options": "No\nYes",
"permlevel": 0, "permlevel": 0,
@@ -2706,7 +2701,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Recurring Type", "label": "Recurring Type",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "\nMonthly\nQuarterly\nHalf-yearly\nYearly", "options": "\nMonthly\nQuarterly\nHalf-yearly\nYearly",
"permlevel": 0, "permlevel": 0,

View File

@@ -19,7 +19,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Type", "label": "Type",
"length": 30,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "charge_type", "oldfieldname": "charge_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -65,7 +65,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Calculate Based On", "label": "Calculate Based On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Net Total\nNet Weight", "options": "Net Total\nNet Weight",
"permlevel": 0, "permlevel": 0,

View File

@@ -21,7 +21,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Tax Type", "label": "Tax Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Sales\nPurchase", "options": "Sales\nPurchase",
"permlevel": 0, "permlevel": 0,

View File

@@ -65,7 +65,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -116,7 +115,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Supply Raw Materials", "label": "Supply Raw Materials",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "No\nYes", "options": "No\nYes",
"permlevel": 0, "permlevel": 0,
@@ -1025,7 +1023,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Apply Additional Discount On", "label": "Apply Additional Discount On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nGrand Total\nNet Total", "options": "\nGrand Total\nNet Total",
"permlevel": 0, "permlevel": 0,
@@ -1479,7 +1476,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1811,7 +1807,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Recurring Type", "label": "Recurring Type",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "Monthly\nQuarterly\nHalf-yearly\nYearly", "options": "Monthly\nQuarterly\nHalf-yearly\nYearly",
"permlevel": 0, "permlevel": 0,

View File

@@ -19,7 +19,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "QI-", "options": "QI-",
"permlevel": 0, "permlevel": 0,
@@ -87,7 +86,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Inspection Type", "label": "Inspection Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "inspection_type", "oldfieldname": "inspection_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -296,7 +296,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -44,7 +44,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -65,7 +65,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -983,7 +982,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Apply Additional Discount On", "label": "Apply Additional Discount On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nGrand Total\nNet Total", "options": "\nGrand Total\nNet Total",
"permlevel": 0, "permlevel": 0,
@@ -1466,7 +1464,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1492,7 +1489,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Is Subcontracted", "label": "Is Subcontracted",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nYes\nNo", "options": "\nYes\nNo",
"permlevel": 0, "permlevel": 0,

View File

@@ -42,7 +42,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -159,7 +158,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -184,7 +182,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Source", "label": "Source",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "source", "oldfieldname": "source",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -604,7 +601,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Lead Type", "label": "Lead Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "type", "oldfieldname": "type",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -629,7 +625,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Market Segment", "label": "Market Segment",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "market_segment", "oldfieldname": "market_segment",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -678,7 +673,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Request Type", "label": "Request Type",
"length": 30,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "request_type", "oldfieldname": "request_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -43,7 +43,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -68,7 +67,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Opportunity From", "label": "Opportunity From",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "enquiry_from", "oldfieldname": "enquiry_from",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -210,7 +208,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Opportunity Type", "label": "Opportunity Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "enquiry_type", "oldfieldname": "enquiry_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -236,7 +233,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -607,7 +603,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Source", "label": "Source",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "source", "oldfieldname": "source",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -141,7 +141,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -43,7 +43,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -116,7 +115,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -84,7 +84,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -109,7 +108,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Salutation", "label": "Salutation",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "salutation", "oldfieldname": "salutation",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -315,7 +313,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Gender", "label": "Gender",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "gender", "oldfieldname": "gender",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -404,7 +401,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -775,7 +771,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Salary Mode", "label": "Salary Mode",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "salary_mode", "oldfieldname": "salary_mode",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1128,7 +1123,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Permanent Address Is", "label": "Permanent Address Is",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nRented\nOwned", "options": "\nRented\nOwned",
"permlevel": 0, "permlevel": 0,
@@ -1172,7 +1166,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Current Address Is", "label": "Current Address Is",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nRented\nOwned", "options": "\nRented\nOwned",
"permlevel": 0, "permlevel": 0,
@@ -1406,7 +1399,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Marital Status", "label": "Marital Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nSingle\nMarried\nDivorced\nWidowed", "options": "\nSingle\nMarried\nDivorced\nWidowed",
"permlevel": 0, "permlevel": 0,
@@ -1429,7 +1421,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Blood Group", "label": "Blood Group",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nA+\nA-\nB+\nB-\nAB+\nAB-\nO+\nO-", "options": "\nA+\nA-\nB+\nB-\nAB+\nAB-\nO+\nO-",
"permlevel": 0, "permlevel": 0,
@@ -1739,7 +1730,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Leave Encashed?", "label": "Leave Encashed?",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "leave_encashed", "oldfieldname": "leave_encashed",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1834,7 +1824,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Reason for Resignation", "label": "Reason for Resignation",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "reason_for_resignation", "oldfieldname": "reason_for_resignation",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -66,7 +66,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Level", "label": "Level",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "level", "oldfieldname": "level",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -20,7 +20,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "EXP", "options": "EXP",
"permlevel": 0, "permlevel": 0,
@@ -46,7 +45,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Approval Status", "label": "Approval Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "approval_status", "oldfieldname": "approval_status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -88,7 +88,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Weekly Off", "label": "Weekly Off",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "\nSunday\nMonday\nTuesday\nWednesday\nThursday\nFriday\nSaturday", "options": "\nSunday\nMonday\nTuesday\nWednesday\nThursday\nFriday\nSaturday",
"permlevel": 0, "permlevel": 0,

View File

@@ -64,7 +64,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Open\nReplied\nRejected\nHold", "options": "Open\nReplied\nRejected\nHold",
"permlevel": 0, "permlevel": 0,

View File

@@ -42,7 +42,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Open\nClosed", "options": "Open\nClosed",
"permlevel": 0, "permlevel": 0,

View File

@@ -22,7 +22,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "Open\nApproved\nRejected", "options": "Open\nApproved\nRejected",
"permlevel": 1, "permlevel": 1,

View File

@@ -88,7 +88,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Awaiting Response\nAccepted\nRejected", "options": "Awaiting Response\nAccepted\nRejected",
"permlevel": 0, "permlevel": 0,

View File

@@ -225,7 +225,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Month", "label": "Month",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "month", "oldfieldname": "month",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -180,7 +180,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Is Active", "label": "Is Active",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_active", "oldfieldname": "is_active",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -66,7 +66,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Rate Of Materials Based On", "label": "Rate Of Materials Based On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Valuation Rate\nLast Purchase Rate\nPrice List", "options": "Valuation Rate\nLast Purchase Rate\nPrice List",
"permlevel": 0, "permlevel": 0,

View File

@@ -42,7 +42,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "PRO-", "options": "PRO-",
"permlevel": 0, "permlevel": 0,
@@ -67,7 +66,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -135,7 +135,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "Pending\nWork in Progress\nCompleted", "options": "Pending\nWork in Progress\nCompleted",
"permlevel": 0, "permlevel": 0,

View File

@@ -106,7 +106,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Enabled", "label": "Enabled",
"length": 20,
"no_copy": 0, "no_copy": 0,
"permlevel": 0, "permlevel": 0,
"precision": "", "precision": "",

View File

@@ -45,7 +45,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -70,7 +69,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Project Type", "label": "Project Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "project_type", "oldfieldname": "project_type",
"oldfieldtype": "Data", "oldfieldtype": "Data",
@@ -116,7 +114,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Is Active", "label": "Is Active",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_active", "oldfieldname": "is_active",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -141,7 +138,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Priority", "label": "Priority",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "priority", "oldfieldname": "priority",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -42,7 +42,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "Open\nWorking\nPending Review\nClosed\nCancelled", "options": "Open\nWorking\nPending Review\nClosed\nCancelled",
"permlevel": 0, "permlevel": 0,

View File

@@ -90,7 +90,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -115,7 +114,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Priority", "label": "Priority",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "priority", "oldfieldname": "priority",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -21,7 +21,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "TL-", "options": "TL-",
"permlevel": 0, "permlevel": 0,
@@ -65,7 +64,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Draft\nSubmitted\nBatched for Billing\nBilled\nCancelled", "options": "Draft\nSubmitted\nBatched for Billing\nBilled\nCancelled",
"permlevel": 0, "permlevel": 0,

View File

@@ -21,7 +21,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "TLB-", "options": "TLB-",
"permlevel": 0, "permlevel": 0,
@@ -45,7 +44,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "Draft\nSubmitted\nBilled\nCancelled", "options": "Draft\nSubmitted\nBilled\nCancelled",
"permlevel": 0, "permlevel": 0,

View File

@@ -66,7 +66,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Naming Series", "label": "Naming Series",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Campaign-.####", "options": "Campaign-.####",
"permlevel": 0, "permlevel": 0,

View File

@@ -44,7 +44,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "CUST-", "options": "CUST-",
"permlevel": 0, "permlevel": 0,
@@ -90,7 +89,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Type", "label": "Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "customer_type", "oldfieldname": "customer_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -519,7 +517,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Credit Days Based On", "label": "Credit Days Based On",
"length": 30,
"no_copy": 0, "no_copy": 0,
"options": "\nFixed Days\nLast Day of the Next Month", "options": "\nFixed Days\nLast Day of the Next Month",
"permlevel": 0, "permlevel": 0,

View File

@@ -63,7 +63,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -384,7 +383,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -1,6 +1,2 @@
[ [
{
"doctype": "Installation Note",
"name": "_Test Installation Note 1"
}
] ]

View File

@@ -86,7 +86,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -112,7 +111,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Quotation To", "label": "Quotation To",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "quotation_to", "oldfieldname": "quotation_to",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -393,7 +391,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Order Type", "label": "Order Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "order_type", "oldfieldname": "order_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1050,7 +1047,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Apply Additional Discount On", "label": "Apply Additional Discount On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nGrand Total\nNet Total", "options": "\nGrand Total\nNet Total",
"permlevel": 0, "permlevel": 0,
@@ -1705,7 +1701,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Source", "label": "Source",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "source", "oldfieldname": "source",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1777,7 +1772,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -87,7 +87,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -242,7 +241,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Order Type", "label": "Order Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "order_type", "oldfieldname": "order_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1137,7 +1135,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Apply Additional Discount On", "label": "Apply Additional Discount On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nGrand Total\nNet Total", "options": "\nGrand Total\nNet Total",
"permlevel": 0, "permlevel": 0,
@@ -1812,7 +1809,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Source", "label": "Source",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "source", "oldfieldname": "source",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1978,7 +1974,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -2004,7 +1999,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Delivery Status", "label": "Delivery Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "Not Delivered\nFully Delivered\nPartly Delivered\nClosed\nNot Applicable", "options": "Not Delivered\nFully Delivered\nPartly Delivered\nClosed\nNot Applicable",
"permlevel": 0, "permlevel": 0,
@@ -2099,7 +2093,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Billing Status", "label": "Billing Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "Not Billed\nFully Billed\nPartly Billed\nClosed", "options": "Not Billed\nFully Billed\nPartly Billed\nClosed",
"permlevel": 0, "permlevel": 0,
@@ -2334,7 +2327,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Recurring Type", "label": "Recurring Type",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "\nMonthly\nQuarterly\nHalf-yearly\nYearly", "options": "\nMonthly\nQuarterly\nHalf-yearly\nYearly",
"permlevel": 0, "permlevel": 0,

View File

@@ -44,7 +44,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Transaction", "label": "Transaction",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "transaction", "oldfieldname": "transaction",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -69,7 +68,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Based On", "label": "Based On",
"length": 30,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "based_on", "oldfieldname": "based_on",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -132,7 +132,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Domain", "label": "Domain",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Distribution\nManufacturing\nRetail\nServices", "options": "Distribution\nManufacturing\nRetail\nServices",
"permlevel": 0, "permlevel": 0,
@@ -610,7 +609,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Credit Days Based On", "label": "Credit Days Based On",
"length": 30,
"no_copy": 0, "no_copy": 0,
"options": "\nFixed Days\nLast Day of the Next Month", "options": "\nFixed Days\nLast Day of the Next Month",
"permlevel": 0, "permlevel": 0,
@@ -705,7 +703,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "If Yearly Budget Exceeded (for expense account)", "label": "If Yearly Budget Exceeded (for expense account)",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "yearly_bgt_flag", "oldfieldname": "yearly_bgt_flag",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -731,7 +728,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "If Monthly Budget Exceeded (for expense account)", "label": "If Monthly Budget Exceeded (for expense account)",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "monthly_bgt_flag", "oldfieldname": "monthly_bgt_flag",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -69,7 +69,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Has Child Node", "label": "Has Child Node",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_group", "oldfieldname": "is_group",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -136,7 +135,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Credit Days Based On", "label": "Credit Days Based On",
"length": 30,
"no_copy": 0, "no_copy": 0,
"options": "\nFixed Days\nLast Day of the Next Month", "options": "\nFixed Days\nLast Day of the Next Month",
"permlevel": 0, "permlevel": 0,

View File

@@ -105,7 +105,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "How frequently?", "label": "How frequently?",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Daily\nWeekly\nMonthly", "options": "Daily\nWeekly\nMonthly",
"permlevel": 0, "permlevel": 0,

View File

@@ -91,7 +91,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Has Child Node", "label": "Has Child Node",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_group", "oldfieldname": "is_group",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -44,7 +44,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Partner Type", "label": "Partner Type",
"length": 30,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "partner_type", "oldfieldname": "partner_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -91,7 +91,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Has Child Node", "label": "Has Child Node",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_group", "oldfieldname": "is_group",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -70,7 +70,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Has Child Node", "label": "Has Child Node",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_group", "oldfieldname": "is_group",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -88,7 +88,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1207,7 +1206,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Apply Additional Discount On", "label": "Apply Additional Discount On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nGrand Total\nNet Total", "options": "\nGrand Total\nNet Total",
"permlevel": 0, "permlevel": 0,
@@ -1876,7 +1874,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Source", "label": "Source",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "source", "oldfieldname": "source",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -2112,7 +2109,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -45,7 +45,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "ITEM-", "options": "ITEM-",
"permlevel": 0, "permlevel": 0,
@@ -600,7 +599,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Valuation Method", "label": "Valuation Method",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nFIFO\nMoving Average", "options": "\nFIFO\nMoving Average",
"permlevel": 0, "permlevel": 0,

View File

@@ -83,7 +83,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Material Request Type", "label": "Material Request Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Purchase\nTransfer", "options": "Purchase\nTransfer",
"permlevel": 0, "permlevel": 0,

View File

@@ -217,7 +217,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Distribute Charges Based On", "label": "Distribute Charges Based On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nQty\nAmount", "options": "\nQty\nAmount",
"permlevel": 0, "permlevel": 0,

View File

@@ -64,7 +64,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Type", "label": "Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Purchase\nMaterial Transfer\nMaterial Issue", "options": "Purchase\nMaterial Transfer\nMaterial Issue",
"permlevel": 0, "permlevel": 0,
@@ -107,7 +106,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -324,7 +322,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -105,7 +105,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "PS-", "options": "PS-",
"permlevel": 0, "permlevel": 0,

View File

@@ -89,7 +89,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1064,7 +1063,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Apply Additional Discount On", "label": "Apply Additional Discount On",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nGrand Total\nNet Total", "options": "\nGrand Total\nNet Total",
"permlevel": 0, "permlevel": 0,
@@ -1501,7 +1499,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Raw Materials Supplied", "label": "Raw Materials Supplied",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_subcontracted", "oldfieldname": "is_subcontracted",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -1647,7 +1644,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -489,7 +489,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Delivery Document Type", "label": "Delivery Document Type",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "\nDelivery Note\nSales Invoice\nStock Entry\nPurchase Receipt", "options": "\nDelivery Note\nSales Invoice\nStock Entry\nPurchase Receipt",
"permlevel": 0, "permlevel": 0,
@@ -577,7 +576,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Is Cancelled", "label": "Is Cancelled",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "is_cancelled", "oldfieldname": "is_cancelled",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -712,7 +710,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Maintenance Status", "label": "Maintenance Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "maintenance_status", "oldfieldname": "maintenance_status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -64,7 +64,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -90,7 +89,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Purpose", "label": "Purpose",
"length": 40,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "purpose", "oldfieldname": "purpose",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -536,7 +536,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Is Cancelled", "label": "Is Cancelled",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nNo\nYes", "options": "\nNo\nYes",
"permlevel": 0, "permlevel": 0,

View File

@@ -41,7 +41,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"options": "ISS-", "options": "ISS-",
"permlevel": 0, "permlevel": 0,
@@ -106,7 +105,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -88,7 +88,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -158,7 +158,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Periodicity", "label": "Periodicity",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "periodicity", "oldfieldname": "periodicity",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -284,7 +284,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Completion Status", "label": "Completion Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "completion_status", "oldfieldname": "completion_status",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -330,7 +329,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Maintenance Type", "label": "Maintenance Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"oldfieldname": "maintenance_type", "oldfieldname": "maintenance_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",

View File

@@ -1,6 +1,2 @@
[ [
{
"doctype": "Maintenance Visit",
"name": "_Test Maintenance Visit 1"
}
] ]

View File

@@ -41,7 +41,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 0, "in_list_view": 0,
"label": "Series", "label": "Series",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "naming_series", "oldfieldname": "naming_series",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -67,7 +66,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 1, "no_copy": 1,
"oldfieldname": "status", "oldfieldname": "status",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -370,7 +368,6 @@
"in_filter": 1, "in_filter": 1,
"in_list_view": 0, "in_list_view": 0,
"label": "Warranty / AMC Status", "label": "Warranty / AMC Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "\nUnder Warranty\nOut of Warranty\nUnder AMC\nOut of AMC", "options": "\nUnder Warranty\nOut of Warranty\nUnder AMC\nOut of AMC",
"permlevel": 0, "permlevel": 0,

View File

@@ -63,7 +63,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Address Type", "label": "Address Type",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Billing\nShipping\nOffice\nPersonal\nPlant\nPostal\nShop\nSubsidiary\nWarehouse\nOther", "options": "Billing\nShipping\nOffice\nPersonal\nPlant\nPostal\nShop\nSubsidiary\nWarehouse\nOther",
"permlevel": 0, "permlevel": 0,

View File

@@ -132,7 +132,6 @@
"in_filter": 0, "in_filter": 0,
"in_list_view": 1, "in_list_view": 1,
"label": "Status", "label": "Status",
"length": 20,
"no_copy": 0, "no_copy": 0,
"options": "Passive\nOpen\nReplied", "options": "Passive\nOpen\nReplied",
"permlevel": 0, "permlevel": 0,