modified fld prop in gl entry and index patch
This commit is contained in:
parent
a8be65aedf
commit
e92066fa80
@ -3,69 +3,48 @@
|
|||||||
|
|
||||||
# These values are common in all dictionaries
|
# These values are common in all dictionaries
|
||||||
{
|
{
|
||||||
'creation': '2009-05-12 16:45:56',
|
'creation': '2010-08-08 17:09:03',
|
||||||
'docstatus': 0,
|
'docstatus': 0,
|
||||||
'modified': '2011-11-24 13:02:13',
|
'modified': '2011-11-24 15:03:45',
|
||||||
'modified_by': 'Administrator',
|
'modified_by': 'Administrator',
|
||||||
'owner': 'Administrator'
|
'owner': 'Administrator'
|
||||||
},
|
},
|
||||||
|
|
||||||
# These values are common for all DocType
|
# These values are common for all DocType
|
||||||
{
|
{
|
||||||
'_last_update': '1316078407',
|
'_last_update': '1319016431',
|
||||||
'allow_attach': 0,
|
|
||||||
'allow_copy': 0,
|
|
||||||
'allow_email': 0,
|
|
||||||
'allow_print': 0,
|
|
||||||
'allow_rename': 0,
|
|
||||||
'allow_trash': 0,
|
|
||||||
'autoname': 'GL.#######',
|
'autoname': 'GL.#######',
|
||||||
'colour': 'White:FFF',
|
'colour': 'White:FFF',
|
||||||
|
'default_print_format': 'Standard',
|
||||||
'doctype': 'DocType',
|
'doctype': 'DocType',
|
||||||
'hide_heading': 0,
|
|
||||||
'hide_toolbar': 0,
|
|
||||||
'in_create': 1,
|
'in_create': 1,
|
||||||
'in_dialog': 0,
|
|
||||||
'is_transaction_doc': 0,
|
|
||||||
'issingle': 0,
|
|
||||||
'max_attachments': 0,
|
|
||||||
'module': 'Accounts',
|
'module': 'Accounts',
|
||||||
'name': '__common__',
|
'name': '__common__',
|
||||||
'read_only': 0,
|
|
||||||
'read_only_onload': 0,
|
|
||||||
'search_fields': 'voucher_no,account,posting_date,against_voucher',
|
'search_fields': 'voucher_no,account,posting_date,against_voucher',
|
||||||
'section_style': 'Simple',
|
'section_style': 'Simple',
|
||||||
'server_code_error': ' ',
|
'server_code_error': ' ',
|
||||||
'show_in_menu': 0,
|
'show_in_menu': 0,
|
||||||
'use_template': 0,
|
'version': 103
|
||||||
'version': 23
|
|
||||||
},
|
},
|
||||||
|
|
||||||
# These values are common for all DocField
|
# These values are common for all DocField
|
||||||
{
|
{
|
||||||
'allow_on_submit': 0,
|
|
||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'hidden': 0,
|
|
||||||
'name': '__common__',
|
'name': '__common__',
|
||||||
'parent': 'GL Entry',
|
'parent': 'GL Entry',
|
||||||
'parentfield': 'fields',
|
'parentfield': 'fields',
|
||||||
'parenttype': 'DocType',
|
'parenttype': 'DocType',
|
||||||
'permlevel': 0,
|
'permlevel': 0
|
||||||
'print_hide': 0,
|
|
||||||
'report_hide': 0,
|
|
||||||
'reqd': 0
|
|
||||||
},
|
},
|
||||||
|
|
||||||
# These values are common for all DocPerm
|
# These values are common for all DocPerm
|
||||||
{
|
{
|
||||||
'create': 0,
|
|
||||||
'doctype': 'DocPerm',
|
'doctype': 'DocPerm',
|
||||||
'name': '__common__',
|
'name': '__common__',
|
||||||
'parent': 'GL Entry',
|
'parent': 'GL Entry',
|
||||||
'parentfield': 'permissions',
|
'parentfield': 'permissions',
|
||||||
'parenttype': 'DocType',
|
'parenttype': 'DocType',
|
||||||
'read': 1,
|
'read': 1
|
||||||
'write': 0
|
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocType, GL Entry
|
# DocType, GL Entry
|
||||||
@ -78,19 +57,23 @@
|
|||||||
{
|
{
|
||||||
'amend': 0,
|
'amend': 0,
|
||||||
'cancel': 0,
|
'cancel': 0,
|
||||||
|
'create': 0,
|
||||||
'doctype': 'DocPerm',
|
'doctype': 'DocPerm',
|
||||||
'role': 'Accounts User',
|
'role': 'Accounts User',
|
||||||
'submit': 0
|
'submit': 0,
|
||||||
|
'write': 0
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocPerm
|
# DocPerm
|
||||||
{
|
{
|
||||||
'amend': 0,
|
'amend': 0,
|
||||||
'cancel': 0,
|
'cancel': 0,
|
||||||
|
'create': 0,
|
||||||
'doctype': 'DocPerm',
|
'doctype': 'DocPerm',
|
||||||
'permlevel': 0,
|
'permlevel': 0,
|
||||||
'role': 'Accounts Manager',
|
'role': 'Accounts Manager',
|
||||||
'submit': 0
|
'submit': 0,
|
||||||
|
'write': 0
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocPerm
|
# DocPerm
|
||||||
@ -108,7 +91,6 @@
|
|||||||
'fieldtype': 'Date',
|
'fieldtype': 'Date',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Posting Date',
|
'label': 'Posting Date',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'posting_date',
|
'oldfieldname': 'posting_date',
|
||||||
'oldfieldtype': 'Date',
|
'oldfieldtype': 'Date',
|
||||||
'search_index': 1
|
'search_index': 1
|
||||||
@ -120,12 +102,9 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'transaction_date',
|
'fieldname': 'transaction_date',
|
||||||
'fieldtype': 'Date',
|
'fieldtype': 'Date',
|
||||||
'in_filter': 0,
|
|
||||||
'label': 'Transaction Date',
|
'label': 'Transaction Date',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'transaction_date',
|
'oldfieldname': 'transaction_date',
|
||||||
'oldfieldtype': 'Date',
|
'oldfieldtype': 'Date'
|
||||||
'search_index': 0
|
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
@ -135,10 +114,9 @@
|
|||||||
'fieldtype': 'Date',
|
'fieldtype': 'Date',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Aging Date',
|
'label': 'Aging Date',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'aging_date',
|
'oldfieldname': 'aging_date',
|
||||||
'oldfieldtype': 'Date',
|
'oldfieldtype': 'Date',
|
||||||
'search_index': 1
|
'search_index': 0
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
@ -148,7 +126,6 @@
|
|||||||
'fieldtype': 'Link',
|
'fieldtype': 'Link',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Account',
|
'label': 'Account',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'account',
|
'oldfieldname': 'account',
|
||||||
'oldfieldtype': 'Link',
|
'oldfieldtype': 'Link',
|
||||||
'options': 'Account',
|
'options': 'Account',
|
||||||
@ -162,7 +139,6 @@
|
|||||||
'fieldtype': 'Link',
|
'fieldtype': 'Link',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Cost Center',
|
'label': 'Cost Center',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'cost_center',
|
'oldfieldname': 'cost_center',
|
||||||
'oldfieldtype': 'Link',
|
'oldfieldtype': 'Link',
|
||||||
'options': 'Cost Center',
|
'options': 'Cost Center',
|
||||||
@ -174,12 +150,9 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'debit',
|
'fieldname': 'debit',
|
||||||
'fieldtype': 'Currency',
|
'fieldtype': 'Currency',
|
||||||
'in_filter': 0,
|
|
||||||
'label': 'Debit Amt',
|
'label': 'Debit Amt',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'debit',
|
'oldfieldname': 'debit',
|
||||||
'oldfieldtype': 'Currency',
|
'oldfieldtype': 'Currency'
|
||||||
'search_index': 0
|
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
@ -187,12 +160,9 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'credit',
|
'fieldname': 'credit',
|
||||||
'fieldtype': 'Currency',
|
'fieldtype': 'Currency',
|
||||||
'in_filter': 0,
|
|
||||||
'label': 'Credit Amt',
|
'label': 'Credit Amt',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'credit',
|
'oldfieldname': 'credit',
|
||||||
'oldfieldtype': 'Currency',
|
'oldfieldtype': 'Currency'
|
||||||
'search_index': 0
|
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
@ -202,10 +172,8 @@
|
|||||||
'fieldtype': 'Text',
|
'fieldtype': 'Text',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Against',
|
'label': 'Against',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'against',
|
'oldfieldname': 'against',
|
||||||
'oldfieldtype': 'Text',
|
'oldfieldtype': 'Text'
|
||||||
'search_index': 0
|
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
@ -215,7 +183,6 @@
|
|||||||
'fieldtype': 'Data',
|
'fieldtype': 'Data',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Against Voucher',
|
'label': 'Against Voucher',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'against_voucher',
|
'oldfieldname': 'against_voucher',
|
||||||
'oldfieldtype': 'Data',
|
'oldfieldtype': 'Data',
|
||||||
'search_index': 0
|
'search_index': 0
|
||||||
@ -228,7 +195,6 @@
|
|||||||
'fieldtype': 'Data',
|
'fieldtype': 'Data',
|
||||||
'in_filter': 0,
|
'in_filter': 0,
|
||||||
'label': 'Against Voucher Type',
|
'label': 'Against Voucher Type',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'against_voucher_type',
|
'oldfieldname': 'against_voucher_type',
|
||||||
'oldfieldtype': 'Data',
|
'oldfieldtype': 'Data',
|
||||||
'search_index': 0
|
'search_index': 0
|
||||||
@ -241,11 +207,10 @@
|
|||||||
'fieldtype': 'Select',
|
'fieldtype': 'Select',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Voucher Type',
|
'label': 'Voucher Type',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'voucher_type',
|
'oldfieldname': 'voucher_type',
|
||||||
'oldfieldtype': 'Select',
|
'oldfieldtype': 'Select',
|
||||||
'options': 'Journal Voucher\nReceivable Voucher\nPayable Voucher',
|
'options': 'Journal Voucher\nReceivable Voucher\nPayable Voucher',
|
||||||
'search_index': 1
|
'search_index': 0
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
@ -255,7 +220,6 @@
|
|||||||
'fieldtype': 'Data',
|
'fieldtype': 'Data',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Voucher No',
|
'label': 'Voucher No',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'voucher_no',
|
'oldfieldname': 'voucher_no',
|
||||||
'oldfieldtype': 'Data',
|
'oldfieldtype': 'Data',
|
||||||
'search_index': 1
|
'search_index': 1
|
||||||
@ -281,11 +245,10 @@
|
|||||||
'fieldtype': 'Select',
|
'fieldtype': 'Select',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Is Cancelled',
|
'label': 'Is Cancelled',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'is_cancelled',
|
'oldfieldname': 'is_cancelled',
|
||||||
'oldfieldtype': 'Select',
|
'oldfieldtype': 'Select',
|
||||||
'options': 'No\nYes',
|
'options': 'No\nYes',
|
||||||
'search_index': 1
|
'search_index': 0
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
@ -295,11 +258,10 @@
|
|||||||
'fieldtype': 'Select',
|
'fieldtype': 'Select',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Is Opening',
|
'label': 'Is Opening',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'is_opening',
|
'oldfieldname': 'is_opening',
|
||||||
'oldfieldtype': 'Select',
|
'oldfieldtype': 'Select',
|
||||||
'options': 'No\nYes',
|
'options': 'No\nYes',
|
||||||
'search_index': 1
|
'search_index': 0
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
@ -309,7 +271,6 @@
|
|||||||
'fieldtype': 'Select',
|
'fieldtype': 'Select',
|
||||||
'in_filter': 0,
|
'in_filter': 0,
|
||||||
'label': 'Is Advance',
|
'label': 'Is Advance',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'is_advance',
|
'oldfieldname': 'is_advance',
|
||||||
'oldfieldtype': 'Select',
|
'oldfieldtype': 'Select',
|
||||||
'options': 'No\nYes',
|
'options': 'No\nYes',
|
||||||
@ -323,11 +284,10 @@
|
|||||||
'fieldtype': 'Select',
|
'fieldtype': 'Select',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Fiscal Year',
|
'label': 'Fiscal Year',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'fiscal_year',
|
'oldfieldname': 'fiscal_year',
|
||||||
'oldfieldtype': 'Select',
|
'oldfieldtype': 'Select',
|
||||||
'options': 'link:Fiscal Year',
|
'options': 'link:Fiscal Year',
|
||||||
'search_index': 1
|
'search_index': 0
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
@ -337,10 +297,9 @@
|
|||||||
'fieldtype': 'Link',
|
'fieldtype': 'Link',
|
||||||
'in_filter': 1,
|
'in_filter': 1,
|
||||||
'label': 'Company',
|
'label': 'Company',
|
||||||
'no_copy': 0,
|
|
||||||
'oldfieldname': 'company',
|
'oldfieldname': 'company',
|
||||||
'oldfieldtype': 'Link',
|
'oldfieldtype': 'Link',
|
||||||
'options': 'Company',
|
'options': 'Company',
|
||||||
'search_index': 1
|
'search_index': 0
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -293,3 +293,6 @@ def create_proper_index():
|
|||||||
sql("commit")
|
sql("commit")
|
||||||
except:
|
except:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
def execute():
|
||||||
|
create_proper_index()
|
||||||
|
@ -5,16 +5,19 @@
|
|||||||
{
|
{
|
||||||
'creation': '2010-08-08 17:09:31',
|
'creation': '2010-08-08 17:09:31',
|
||||||
'docstatus': 0,
|
'docstatus': 0,
|
||||||
'modified': '2011-01-04 13:40:42',
|
'modified': '2011-11-24 14:34:41',
|
||||||
'modified_by': 'rahul@webnotestech.com',
|
'modified_by': 'Administrator',
|
||||||
'owner': 'Administrator'
|
'owner': 'Administrator'
|
||||||
},
|
},
|
||||||
|
|
||||||
# These values are common for all DocType
|
# These values are common for all DocType
|
||||||
{
|
{
|
||||||
|
'_last_update': '1322125389',
|
||||||
|
'allow_email': 0,
|
||||||
'allow_trash': 1,
|
'allow_trash': 1,
|
||||||
'autoname': 'field:workstation_name',
|
'autoname': 'field:workstation_name',
|
||||||
'colour': 'White:FFF',
|
'colour': 'White:FFF',
|
||||||
|
'default_print_format': 'Standard',
|
||||||
'doctype': 'DocType',
|
'doctype': 'DocType',
|
||||||
'document_type': 'Master',
|
'document_type': 'Master',
|
||||||
'module': 'Production',
|
'module': 'Production',
|
||||||
@ -22,7 +25,7 @@
|
|||||||
'section_style': 'Simple',
|
'section_style': 'Simple',
|
||||||
'server_code_error': ' ',
|
'server_code_error': ' ',
|
||||||
'show_in_menu': 0,
|
'show_in_menu': 0,
|
||||||
'version': 11
|
'version': 13
|
||||||
},
|
},
|
||||||
|
|
||||||
# These values are common for all DocField
|
# These values are common for all DocField
|
||||||
@ -55,7 +58,6 @@
|
|||||||
'cancel': 1,
|
'cancel': 1,
|
||||||
'create': 1,
|
'create': 1,
|
||||||
'doctype': 'DocPerm',
|
'doctype': 'DocPerm',
|
||||||
'idx': 1,
|
|
||||||
'permlevel': 0,
|
'permlevel': 0,
|
||||||
'role': 'System Manager',
|
'role': 'System Manager',
|
||||||
'write': 1
|
'write': 1
|
||||||
@ -64,7 +66,6 @@
|
|||||||
# DocPerm
|
# DocPerm
|
||||||
{
|
{
|
||||||
'doctype': 'DocPerm',
|
'doctype': 'DocPerm',
|
||||||
'idx': 2,
|
|
||||||
'permlevel': 1,
|
'permlevel': 1,
|
||||||
'role': 'System Manager'
|
'role': 'System Manager'
|
||||||
},
|
},
|
||||||
@ -74,7 +75,6 @@
|
|||||||
'cancel': 1,
|
'cancel': 1,
|
||||||
'create': 1,
|
'create': 1,
|
||||||
'doctype': 'DocPerm',
|
'doctype': 'DocPerm',
|
||||||
'idx': 3,
|
|
||||||
'permlevel': 0,
|
'permlevel': 0,
|
||||||
'role': 'Production User',
|
'role': 'Production User',
|
||||||
'write': 1
|
'write': 1
|
||||||
@ -85,7 +85,6 @@
|
|||||||
'cancel': 1,
|
'cancel': 1,
|
||||||
'create': 1,
|
'create': 1,
|
||||||
'doctype': 'DocPerm',
|
'doctype': 'DocPerm',
|
||||||
'idx': 4,
|
|
||||||
'permlevel': 0,
|
'permlevel': 0,
|
||||||
'role': 'Production User',
|
'role': 'Production User',
|
||||||
'write': 1
|
'write': 1
|
||||||
@ -94,7 +93,6 @@
|
|||||||
# DocPerm
|
# DocPerm
|
||||||
{
|
{
|
||||||
'doctype': 'DocPerm',
|
'doctype': 'DocPerm',
|
||||||
'idx': 5,
|
|
||||||
'permlevel': 1,
|
'permlevel': 1,
|
||||||
'role': 'Production Manager'
|
'role': 'Production Manager'
|
||||||
},
|
},
|
||||||
@ -102,7 +100,6 @@
|
|||||||
# DocPerm
|
# DocPerm
|
||||||
{
|
{
|
||||||
'doctype': 'DocPerm',
|
'doctype': 'DocPerm',
|
||||||
'idx': 6,
|
|
||||||
'permlevel': 1,
|
'permlevel': 1,
|
||||||
'role': 'Production User'
|
'role': 'Production User'
|
||||||
},
|
},
|
||||||
@ -112,7 +109,6 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'trash_reason',
|
'fieldname': 'trash_reason',
|
||||||
'fieldtype': 'Small Text',
|
'fieldtype': 'Small Text',
|
||||||
'idx': 1,
|
|
||||||
'label': 'Trash Reason',
|
'label': 'Trash Reason',
|
||||||
'oldfieldname': 'trash_reason',
|
'oldfieldname': 'trash_reason',
|
||||||
'oldfieldtype': 'Small Text',
|
'oldfieldtype': 'Small Text',
|
||||||
@ -124,7 +120,6 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'workstation_name',
|
'fieldname': 'workstation_name',
|
||||||
'fieldtype': 'Data',
|
'fieldtype': 'Data',
|
||||||
'idx': 2,
|
|
||||||
'label': 'Workstation Name',
|
'label': 'Workstation Name',
|
||||||
'oldfieldname': 'workstation_name',
|
'oldfieldname': 'workstation_name',
|
||||||
'oldfieldtype': 'Data',
|
'oldfieldtype': 'Data',
|
||||||
@ -137,7 +132,6 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'warehouse',
|
'fieldname': 'warehouse',
|
||||||
'fieldtype': 'Link',
|
'fieldtype': 'Link',
|
||||||
'idx': 3,
|
|
||||||
'label': 'Warehouse',
|
'label': 'Warehouse',
|
||||||
'oldfieldname': 'warehouse',
|
'oldfieldname': 'warehouse',
|
||||||
'oldfieldtype': 'Link',
|
'oldfieldtype': 'Link',
|
||||||
@ -151,7 +145,6 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'description',
|
'fieldname': 'description',
|
||||||
'fieldtype': 'Text',
|
'fieldtype': 'Text',
|
||||||
'idx': 4,
|
|
||||||
'label': 'Description',
|
'label': 'Description',
|
||||||
'oldfieldname': 'description',
|
'oldfieldname': 'description',
|
||||||
'oldfieldtype': 'Text',
|
'oldfieldtype': 'Text',
|
||||||
@ -165,7 +158,6 @@
|
|||||||
'fieldname': 'capacity',
|
'fieldname': 'capacity',
|
||||||
'fieldtype': 'Data',
|
'fieldtype': 'Data',
|
||||||
'hidden': 1,
|
'hidden': 1,
|
||||||
'idx': 5,
|
|
||||||
'label': 'Capacity',
|
'label': 'Capacity',
|
||||||
'oldfieldname': 'capacity',
|
'oldfieldname': 'capacity',
|
||||||
'oldfieldtype': 'Data',
|
'oldfieldtype': 'Data',
|
||||||
@ -179,7 +171,6 @@
|
|||||||
'fieldname': 'capacity_units',
|
'fieldname': 'capacity_units',
|
||||||
'fieldtype': 'Select',
|
'fieldtype': 'Select',
|
||||||
'hidden': 1,
|
'hidden': 1,
|
||||||
'idx': 6,
|
|
||||||
'label': 'Capacity Units',
|
'label': 'Capacity Units',
|
||||||
'oldfieldname': 'capacity_units',
|
'oldfieldname': 'capacity_units',
|
||||||
'oldfieldtype': 'Select',
|
'oldfieldtype': 'Select',
|
||||||
@ -194,7 +185,6 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'hour_rate_labour',
|
'fieldname': 'hour_rate_labour',
|
||||||
'fieldtype': 'Currency',
|
'fieldtype': 'Currency',
|
||||||
'idx': 7,
|
|
||||||
'label': 'Hour Rate Labour',
|
'label': 'Hour Rate Labour',
|
||||||
'oldfieldname': 'hour_rate_labour',
|
'oldfieldname': 'hour_rate_labour',
|
||||||
'oldfieldtype': 'Currency',
|
'oldfieldtype': 'Currency',
|
||||||
@ -206,7 +196,6 @@
|
|||||||
{
|
{
|
||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldtype': 'Section Break',
|
'fieldtype': 'Section Break',
|
||||||
'idx': 8,
|
|
||||||
'label': 'Over Heads',
|
'label': 'Over Heads',
|
||||||
'oldfieldtype': 'Section Break',
|
'oldfieldtype': 'Section Break',
|
||||||
'permlevel': 0
|
'permlevel': 0
|
||||||
@ -217,7 +206,6 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'hour_rate_electricity',
|
'fieldname': 'hour_rate_electricity',
|
||||||
'fieldtype': 'Currency',
|
'fieldtype': 'Currency',
|
||||||
'idx': 9,
|
|
||||||
'label': 'Hour Rate Electricity',
|
'label': 'Hour Rate Electricity',
|
||||||
'oldfieldname': 'hour_rate_electricity',
|
'oldfieldname': 'hour_rate_electricity',
|
||||||
'oldfieldtype': 'Currency',
|
'oldfieldtype': 'Currency',
|
||||||
@ -229,7 +217,6 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'hour_rate_consumable',
|
'fieldname': 'hour_rate_consumable',
|
||||||
'fieldtype': 'Currency',
|
'fieldtype': 'Currency',
|
||||||
'idx': 10,
|
|
||||||
'label': 'Hour Rate Consumable',
|
'label': 'Hour Rate Consumable',
|
||||||
'oldfieldname': 'hour_rate_consumable',
|
'oldfieldname': 'hour_rate_consumable',
|
||||||
'oldfieldtype': 'Currency',
|
'oldfieldtype': 'Currency',
|
||||||
@ -241,7 +228,6 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'hour_rate_rent',
|
'fieldname': 'hour_rate_rent',
|
||||||
'fieldtype': 'Currency',
|
'fieldtype': 'Currency',
|
||||||
'idx': 11,
|
|
||||||
'label': 'Hour Rate Rent',
|
'label': 'Hour Rate Rent',
|
||||||
'oldfieldname': 'hour_rate_rent',
|
'oldfieldname': 'hour_rate_rent',
|
||||||
'oldfieldtype': 'Currency',
|
'oldfieldtype': 'Currency',
|
||||||
@ -253,7 +239,6 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'overhead',
|
'fieldname': 'overhead',
|
||||||
'fieldtype': 'Currency',
|
'fieldtype': 'Currency',
|
||||||
'idx': 12,
|
|
||||||
'label': 'Overhead',
|
'label': 'Overhead',
|
||||||
'oldfieldname': 'overhead',
|
'oldfieldname': 'overhead',
|
||||||
'oldfieldtype': 'Currency',
|
'oldfieldtype': 'Currency',
|
||||||
@ -264,7 +249,6 @@
|
|||||||
{
|
{
|
||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldtype': 'Section Break',
|
'fieldtype': 'Section Break',
|
||||||
'idx': 13,
|
|
||||||
'label': 'Hour Rate',
|
'label': 'Hour Rate',
|
||||||
'oldfieldtype': 'Section Break',
|
'oldfieldtype': 'Section Break',
|
||||||
'permlevel': 0
|
'permlevel': 0
|
||||||
@ -275,7 +259,6 @@
|
|||||||
'doctype': 'DocField',
|
'doctype': 'DocField',
|
||||||
'fieldname': 'hour_rate',
|
'fieldname': 'hour_rate',
|
||||||
'fieldtype': 'Currency',
|
'fieldtype': 'Currency',
|
||||||
'idx': 14,
|
|
||||||
'label': 'Hour Rate',
|
'label': 'Hour Rate',
|
||||||
'oldfieldname': 'hour_rate',
|
'oldfieldname': 'hour_rate',
|
||||||
'oldfieldtype': 'Currency',
|
'oldfieldtype': 'Currency',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user