changed old type txt to new type txtt

This commit is contained in:
Anand Doshi
2012-12-11 15:20:53 +05:30
parent c551964d5d
commit c3b9a00c53
348 changed files with 27588 additions and 34575 deletions

View File

@@ -1,193 +1,158 @@
# DocType, BOM Item
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:02',
'docstatus': 0,
'modified': '2012-12-10 18:30:00',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Manufacturing',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 27
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'BOM Item',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'BOM Item',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1,
'role': u'System Manager'
},
# DocType, BOM Item
{
'doctype': 'DocType',
'name': u'BOM Item'
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 0,
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'operation_no',
'fieldtype': u'Data',
'label': u'Operation No',
'oldfieldname': u'operation_no',
'oldfieldtype': u'Data',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'item_code',
'fieldtype': u'Link',
'in_filter': 1,
'label': u'Item Code',
'oldfieldname': u'item_code',
'oldfieldtype': u'Link',
'options': u'Item',
'permlevel': 0,
'reqd': 1,
'search_index': 1,
'trigger': u'Client'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'bom_no',
'fieldtype': u'Link',
'in_filter': 1,
'label': u'BOM No',
'oldfieldname': u'bom_no',
'oldfieldtype': u'Link',
'options': u'BOM',
'permlevel': 0,
'reqd': 0,
'search_index': 1,
'trigger': u'Client',
'width': u'150px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'qty',
'fieldtype': u'Float',
'label': u'Qty',
'oldfieldname': u'qty',
'oldfieldtype': u'Currency',
'permlevel': 0,
'reqd': 1,
'trigger': u'Client'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'stock_uom',
'fieldtype': u'Data',
'label': u'Stock UOM',
'oldfieldname': u'stock_uom',
'oldfieldtype': u'Data',
'permlevel': 1,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'rate',
'fieldtype': u'Float',
'label': u'Rate',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'amount',
'fieldtype': u'Float',
'label': u'Amount',
'oldfieldname': u'amount_as_per_mar',
'oldfieldtype': u'Currency',
'permlevel': 1,
'width': u'150px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'scrap',
'fieldtype': u'Currency',
'label': u'Scrap %',
'oldfieldname': u'scrap',
'oldfieldtype': u'Currency',
'permlevel': 0,
'print_hide': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'description',
'fieldtype': u'Text',
'label': u'Item Description',
'oldfieldname': u'description',
'oldfieldtype': u'Text',
'permlevel': 0,
'reqd': 0,
'width': u'250px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'qty_consumed_per_unit',
'fieldtype': u'Float',
'hidden': 1,
'label': u'Qty Consumed Per Unit',
'oldfieldname': u'qty_consumed_per_unit',
'oldfieldtype': u'Float',
'permlevel': 1,
'print_hide': 1
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:02",
"modified_by": "Administrator",
"modified": "2012-12-10 18:30:00"
},
{
"section_style": "Simple",
"istable": 1,
"name": "__common__",
"colour": "White:FFF",
"module": "Manufacturing",
"show_in_menu": 0,
"version": 27,
"server_code_error": " ",
"doctype": "DocType"
},
{
"name": "__common__",
"parent": "BOM Item",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "BOM Item",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"role": "System Manager",
"parentfield": "permissions"
},
{
"name": "BOM Item",
"doctype": "DocType"
},
{
"write": 1,
"permlevel": 0,
"doctype": "DocPerm"
},
{
"permlevel": 1,
"doctype": "DocPerm"
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Operation No",
"oldfieldname": "operation_no",
"fieldname": "operation_no",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
},
{
"search_index": 1,
"doctype": "DocField",
"label": "Item Code",
"oldfieldname": "item_code",
"trigger": "Client",
"fieldname": "item_code",
"fieldtype": "Link",
"oldfieldtype": "Link",
"reqd": 1,
"options": "Item",
"permlevel": 0,
"in_filter": 1
},
{
"permlevel": 0,
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "BOM No",
"oldfieldname": "bom_no",
"width": "150px",
"trigger": "Client",
"fieldname": "bom_no",
"fieldtype": "Link",
"search_index": 1,
"reqd": 0,
"options": "BOM",
"in_filter": 1
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Qty",
"oldfieldname": "qty",
"trigger": "Client",
"fieldname": "qty",
"fieldtype": "Float",
"reqd": 1,
"permlevel": 0
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Stock UOM",
"oldfieldname": "stock_uom",
"fieldname": "stock_uom",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 1
},
{
"doctype": "DocField",
"label": "Rate",
"fieldname": "rate",
"fieldtype": "Float",
"permlevel": 0
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Amount",
"oldfieldname": "amount_as_per_mar",
"width": "150px",
"fieldname": "amount",
"fieldtype": "Float",
"permlevel": 1
},
{
"print_hide": 1,
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Scrap %",
"oldfieldname": "scrap",
"fieldname": "scrap",
"fieldtype": "Currency",
"permlevel": 0
},
{
"oldfieldtype": "Text",
"doctype": "DocField",
"label": "Item Description",
"oldfieldname": "description",
"width": "250px",
"fieldname": "description",
"fieldtype": "Text",
"reqd": 0,
"permlevel": 0
},
{
"print_hide": 1,
"oldfieldtype": "Float",
"doctype": "DocField",
"label": "Qty Consumed Per Unit",
"oldfieldname": "qty_consumed_per_unit",
"fieldname": "qty_consumed_per_unit",
"fieldtype": "Float",
"hidden": 1,
"permlevel": 1
}
]

View File

@@ -1,134 +1,107 @@
# DocType, BOM Operation
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:02',
'docstatus': 0,
'modified': '2012-12-10 18:30:00',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'colour': u'White:FFF',
'doctype': 'DocType',
'istable': 1,
'module': u'Manufacturing',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 8
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'BOM Operation',
'parentfield': u'fields',
'parenttype': u'DocType',
'permlevel': 0
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'BOM Operation',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1,
'role': u'System Manager'
},
# DocType, BOM Operation
{
'doctype': 'DocType',
'name': u'BOM Operation'
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 0,
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'operation_no',
'fieldtype': u'Data',
'label': u'Operation No',
'oldfieldname': u'operation_no',
'oldfieldtype': u'Data',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'opn_description',
'fieldtype': u'Text',
'label': u'Opn Description',
'oldfieldname': u'opn_description',
'oldfieldtype': u'Text',
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'workstation',
'fieldtype': u'Link',
'label': u'Workstation',
'oldfieldname': u'workstation',
'oldfieldtype': u'Link',
'options': u'Workstation',
'reqd': 0,
'trigger': u'Client'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'hour_rate',
'fieldtype': u'Currency',
'label': u'Hour Rate',
'oldfieldname': u'hour_rate',
'oldfieldtype': u'Currency',
'reqd': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'time_in_mins',
'fieldtype': u'Currency',
'label': u'Operation Time (mins)',
'oldfieldname': u'time_in_mins',
'oldfieldtype': u'Currency',
'reqd': 0
},
# DocField
{
'allow_on_submit': 0,
'doctype': u'DocField',
'fieldname': u'operating_cost',
'fieldtype': u'Currency',
'label': u'Operating Cost',
'oldfieldname': u'operating_cost',
'oldfieldtype': u'Currency',
'reqd': 0
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:02",
"modified_by": "Administrator",
"modified": "2012-12-10 18:30:00"
},
{
"section_style": "Simple",
"istable": 1,
"name": "__common__",
"colour": "White:FFF",
"module": "Manufacturing",
"show_in_menu": 0,
"version": 8,
"server_code_error": " ",
"doctype": "DocType"
},
{
"name": "__common__",
"parent": "BOM Operation",
"doctype": "DocField",
"parenttype": "DocType",
"permlevel": 0,
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "BOM Operation",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"role": "System Manager",
"parentfield": "permissions"
},
{
"name": "BOM Operation",
"doctype": "DocType"
},
{
"write": 1,
"permlevel": 0,
"doctype": "DocPerm"
},
{
"permlevel": 1,
"doctype": "DocPerm"
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Operation No",
"oldfieldname": "operation_no",
"fieldname": "operation_no",
"fieldtype": "Data",
"reqd": 1
},
{
"oldfieldtype": "Text",
"doctype": "DocField",
"label": "Opn Description",
"oldfieldname": "opn_description",
"fieldname": "opn_description",
"fieldtype": "Text",
"reqd": 1
},
{
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Workstation",
"oldfieldname": "workstation",
"trigger": "Client",
"fieldname": "workstation",
"fieldtype": "Link",
"reqd": 0,
"options": "Workstation"
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Hour Rate",
"oldfieldname": "hour_rate",
"fieldname": "hour_rate",
"fieldtype": "Currency",
"reqd": 0
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Operation Time (mins)",
"oldfieldname": "time_in_mins",
"fieldname": "time_in_mins",
"fieldtype": "Currency",
"reqd": 0
},
{
"oldfieldtype": "Currency",
"allow_on_submit": 0,
"doctype": "DocField",
"label": "Operating Cost",
"oldfieldname": "operating_cost",
"fieldname": "operating_cost",
"fieldtype": "Currency",
"reqd": 0
}
]

View File

@@ -1,268 +1,217 @@
# DocType, Workstation
[
# These values are common in all dictionaries
{
'creation': '2012-03-27 14:36:05',
'docstatus': 0,
'modified': '2012-12-10 18:30:00',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all DocType
{
'_last_update': u'1322125389',
'allow_email': 0,
'allow_trash': 1,
'autoname': u'field:workstation_name',
'colour': u'White:FFF',
'doctype': 'DocType',
'document_type': u'Master',
'module': u'Manufacturing',
'name': '__common__',
'section_style': u'Simple',
'server_code_error': u' ',
'show_in_menu': 0,
'version': 14
},
# These values are common for all DocField
{
'doctype': u'DocField',
'name': '__common__',
'parent': u'Workstation',
'parentfield': u'fields',
'parenttype': u'DocType'
},
# These values are common for all DocPerm
{
'doctype': u'DocPerm',
'name': '__common__',
'parent': u'Workstation',
'parentfield': u'permissions',
'parenttype': u'DocType',
'read': 1
},
# DocType, Workstation
{
'doctype': 'DocType',
'name': u'Workstation'
},
# DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'System Manager',
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'System Manager'
},
# DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Manufacturing User',
'write': 1
},
# DocPerm
{
'cancel': 1,
'create': 1,
'doctype': u'DocPerm',
'permlevel': 0,
'role': u'Manufacturing User',
'write': 1
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Manufacturing Manager'
},
# DocPerm
{
'doctype': u'DocPerm',
'permlevel': 1,
'role': u'Manufacturing User'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'trash_reason',
'fieldtype': u'Small Text',
'label': u'Trash Reason',
'oldfieldname': u'trash_reason',
'oldfieldtype': u'Small Text',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'workstation_name',
'fieldtype': u'Data',
'label': u'Workstation Name',
'oldfieldname': u'workstation_name',
'oldfieldtype': u'Data',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'warehouse',
'fieldtype': u'Link',
'label': u'Warehouse',
'oldfieldname': u'warehouse',
'oldfieldtype': u'Link',
'options': u'Warehouse',
'permlevel': 0,
'reqd': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'description',
'fieldtype': u'Text',
'label': u'Description',
'oldfieldname': u'description',
'oldfieldtype': u'Text',
'permlevel': 0,
'width': u'300px'
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'capacity',
'fieldtype': u'Data',
'hidden': 1,
'label': u'Capacity',
'oldfieldname': u'capacity',
'oldfieldtype': u'Data',
'permlevel': 0,
'reqd': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'capacity_units',
'fieldtype': u'Select',
'hidden': 1,
'label': u'Capacity Units',
'oldfieldname': u'capacity_units',
'oldfieldtype': u'Select',
'options': u'\nUnits/Shifts\nUnits/Hour',
'permlevel': 0,
'reqd': 0
},
# DocField
{
'colour': u'White:FFF',
'doctype': u'DocField',
'fieldname': u'hour_rate_labour',
'fieldtype': u'Currency',
'label': u'Hour Rate Labour',
'oldfieldname': u'hour_rate_labour',
'oldfieldtype': u'Currency',
'permlevel': 0,
'reqd': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'over_heads',
'fieldtype': u'Section Break',
'label': u'Over Heads',
'oldfieldtype': u'Section Break',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'hour_rate_electricity',
'fieldtype': u'Currency',
'label': u'Hour Rate Electricity',
'oldfieldname': u'hour_rate_electricity',
'oldfieldtype': u'Currency',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'hour_rate_consumable',
'fieldtype': u'Currency',
'label': u'Hour Rate Consumable',
'oldfieldname': u'hour_rate_consumable',
'oldfieldtype': u'Currency',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'hour_rate_rent',
'fieldtype': u'Currency',
'label': u'Hour Rate Rent',
'oldfieldname': u'hour_rate_rent',
'oldfieldtype': u'Currency',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'overhead',
'fieldtype': u'Currency',
'label': u'Overhead',
'oldfieldname': u'overhead',
'oldfieldtype': u'Currency',
'permlevel': 1
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'hour_rate_section_break',
'fieldtype': u'Section Break',
'label': u'Hour Rate',
'oldfieldtype': u'Section Break',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'hour_rate',
'fieldtype': u'Currency',
'label': u'Hour Rate',
'oldfieldname': u'hour_rate',
'oldfieldtype': u'Currency',
'permlevel': 1
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-03-27 14:36:05",
"modified_by": "Administrator",
"modified": "2012-12-10 18:30:00"
},
{
"section_style": "Simple",
"module": "Manufacturing",
"doctype": "DocType",
"allow_trash": 1,
"server_code_error": " ",
"document_type": "Master",
"allow_email": 0,
"autoname": "field:workstation_name",
"name": "__common__",
"colour": "White:FFF",
"_last_update": "1322125389",
"show_in_menu": 0,
"version": 14
},
{
"name": "__common__",
"parent": "Workstation",
"doctype": "DocField",
"parenttype": "DocType",
"parentfield": "fields"
},
{
"name": "__common__",
"parent": "Workstation",
"read": 1,
"doctype": "DocPerm",
"parenttype": "DocType",
"parentfield": "permissions"
},
{
"name": "Workstation",
"doctype": "DocType"
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "System Manager",
"cancel": 1,
"permlevel": 0
},
{
"role": "System Manager",
"permlevel": 1,
"doctype": "DocPerm"
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Manufacturing User",
"cancel": 1,
"permlevel": 0
},
{
"create": 1,
"doctype": "DocPerm",
"write": 1,
"role": "Manufacturing User",
"cancel": 1,
"permlevel": 0
},
{
"role": "Manufacturing Manager",
"permlevel": 1,
"doctype": "DocPerm"
},
{
"role": "Manufacturing User",
"permlevel": 1,
"doctype": "DocPerm"
},
{
"oldfieldtype": "Small Text",
"doctype": "DocField",
"label": "Trash Reason",
"oldfieldname": "trash_reason",
"fieldname": "trash_reason",
"fieldtype": "Small Text",
"permlevel": 1
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Workstation Name",
"oldfieldname": "workstation_name",
"fieldname": "workstation_name",
"fieldtype": "Data",
"reqd": 1,
"permlevel": 0
},
{
"oldfieldtype": "Link",
"doctype": "DocField",
"label": "Warehouse",
"oldfieldname": "warehouse",
"permlevel": 0,
"fieldname": "warehouse",
"fieldtype": "Link",
"reqd": 1,
"options": "Warehouse"
},
{
"oldfieldtype": "Text",
"doctype": "DocField",
"label": "Description",
"oldfieldname": "description",
"width": "300px",
"fieldname": "description",
"fieldtype": "Text",
"permlevel": 0
},
{
"oldfieldtype": "Data",
"doctype": "DocField",
"label": "Capacity",
"oldfieldname": "capacity",
"fieldname": "capacity",
"fieldtype": "Data",
"reqd": 0,
"hidden": 1,
"permlevel": 0
},
{
"oldfieldtype": "Select",
"doctype": "DocField",
"label": "Capacity Units",
"oldfieldname": "capacity_units",
"permlevel": 0,
"fieldname": "capacity_units",
"fieldtype": "Select",
"reqd": 0,
"hidden": 1,
"options": "\nUnits/Shifts\nUnits/Hour"
},
{
"oldfieldtype": "Currency",
"colour": "White:FFF",
"doctype": "DocField",
"label": "Hour Rate Labour",
"oldfieldname": "hour_rate_labour",
"fieldname": "hour_rate_labour",
"fieldtype": "Currency",
"reqd": 0,
"permlevel": 0
},
{
"oldfieldtype": "Section Break",
"doctype": "DocField",
"label": "Over Heads",
"fieldname": "over_heads",
"fieldtype": "Section Break",
"permlevel": 0
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Hour Rate Electricity",
"oldfieldname": "hour_rate_electricity",
"fieldname": "hour_rate_electricity",
"fieldtype": "Currency",
"permlevel": 0
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Hour Rate Consumable",
"oldfieldname": "hour_rate_consumable",
"fieldname": "hour_rate_consumable",
"fieldtype": "Currency",
"permlevel": 0
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Hour Rate Rent",
"oldfieldname": "hour_rate_rent",
"fieldname": "hour_rate_rent",
"fieldtype": "Currency",
"permlevel": 0
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Overhead",
"oldfieldname": "overhead",
"fieldname": "overhead",
"fieldtype": "Currency",
"permlevel": 1
},
{
"oldfieldtype": "Section Break",
"doctype": "DocField",
"label": "Hour Rate",
"fieldname": "hour_rate_section_break",
"fieldtype": "Section Break",
"permlevel": 0
},
{
"oldfieldtype": "Currency",
"doctype": "DocField",
"label": "Hour Rate",
"oldfieldname": "hour_rate",
"fieldname": "hour_rate",
"fieldtype": "Currency",
"permlevel": 1
}
]

View File

@@ -1,28 +1,21 @@
# Page, production-home
[
# These values are common in all dictionaries
{
'creation': '2012-02-21 13:24:34',
'docstatus': 0,
'modified': '2012-12-10 18:30:00',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
# These values are common for all Page
{
'doctype': 'Page',
'module': u'Manufacturing',
'name': '__common__',
'page_name': u'manufacturing-home',
'standard': u'Yes',
'title': u'Manufacturing Home'
},
# Page, production-home
{
'doctype': 'Page',
'name': u'manufacturing-home'
}
{
"owner": "Administrator",
"docstatus": 0,
"creation": "2012-02-21 13:24:34",
"modified_by": "Administrator",
"modified": "2012-12-10 18:30:00"
},
{
"name": "__common__",
"title": "Manufacturing Home",
"module": "Manufacturing",
"doctype": "Page",
"page_name": "manufacturing-home",
"standard": "Yes"
},
{
"name": "manufacturing-home",
"doctype": "Page"
}
]

View File

@@ -1,37 +1,30 @@
# Search Criteria, consumption_against_production
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:50',
'docstatus': 0,
'modified': '2012-12-10 18:30:00',
'modified_by': u'Administrator',
'owner': u'jai@webnotestech.com'
},
# These values are common for all Search Criteria
{
'add_col': u'`tabProduction Order`.consider_sa_items',
'add_cond': u'`tabProduction Order`.name = `tabStock Entry`.production_order',
'add_tab': u'`tabProduction Order`',
'columns': u'Stock Entry\x01ID,Stock Entry\x01Production Order,Stock Entry\x01Process,Stock Entry\x01Posting Date,Stock Entry\x01Company,Stock Entry Detail\x01Source Warehouse,Stock Entry Detail\x01Target Warehouse,Stock Entry Detail\x01FG Item,Stock Entry Detail\x01Item Code,Stock Entry Detail\x01Description,Stock Entry Detail\x01Reqd Qty,Stock Entry Detail\x01Transfer Quantity',
'criteria_name': u'Consumption Against Production',
'doc_type': u'Stock Entry Detail',
'doctype': 'Search Criteria',
'filters': u"{'Stock Entry\x01Submitted':1,'Stock Entry\x01Purpose':'Production Order','Stock Entry\x01Process':''}",
'module': u'Manufacturing',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Stock Entry',
'sort_by': u'`tabStock Entry`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, consumption_against_production
{
'doctype': 'Search Criteria',
'name': u'consumption_against_production'
}
{
"owner": "jai@webnotestech.com",
"docstatus": 0,
"creation": "2012-04-03 12:49:50",
"modified_by": "Administrator",
"modified": "2012-12-10 18:30:00"
},
{
"add_col": "`tabProduction Order`.consider_sa_items",
"parent_doc_type": "Stock Entry",
"module": "Manufacturing",
"standard": "Yes",
"sort_order": "DESC",
"add_tab": "`tabProduction Order`",
"doc_type": "Stock Entry Detail",
"name": "__common__",
"filters": "{'Stock Entry\u0001Submitted':1,'Stock Entry\u0001Purpose':'Production Order','Stock Entry\u0001Process':''}",
"add_cond": "`tabProduction Order`.name = `tabStock Entry`.production_order",
"doctype": "Search Criteria",
"sort_by": "`tabStock Entry`.`name`",
"page_len": 50,
"criteria_name": "Consumption Against Production",
"columns": "Stock Entry\u0001ID,Stock Entry\u0001Production Order,Stock Entry\u0001Process,Stock Entry\u0001Posting Date,Stock Entry\u0001Company,Stock Entry Detail\u0001Source Warehouse,Stock Entry Detail\u0001Target Warehouse,Stock Entry Detail\u0001FG Item,Stock Entry Detail\u0001Item Code,Stock Entry Detail\u0001Description,Stock Entry Detail\u0001Reqd Qty,Stock Entry Detail\u0001Transfer Quantity"
},
{
"name": "consumption_against_production",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, itemwise_production_report
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:51',
'docstatus': 0,
'modified': '2012-12-10 18:30:00',
'modified_by': u'Administrator',
'owner': u'jai@webnotestech.com'
},
# These values are common for all Search Criteria
{
'columns': u'Stock Entry\x01ID,Stock Entry\x01Posting Date,Stock Entry\x01Production Order,Stock Entry\x01Process,Stock Entry\x01Company,Stock Entry Detail\x01Target Warehouse,Stock Entry Detail\x01Item Code,Stock Entry Detail\x01Description,Stock Entry Detail\x01Stock UOM,Stock Entry Detail\x01Transfer Quantity',
'criteria_name': u'Itemwise Production Report',
'doc_type': u'Stock Entry Detail',
'doctype': 'Search Criteria',
'filters': u"{'Stock Entry\x01Saved':1,'Stock Entry\x01Submitted':1,'Stock Entry\x01Purpose':'Production Order','Stock Entry\x01Process':'Backflush','Stock Entry Detail\x01FG Item':1}",
'module': u'Manufacturing',
'name': '__common__',
'page_len': 50,
'parent_doc_type': u'Stock Entry',
'sort_by': u'`tabStock Entry`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, itemwise_production_report
{
'doctype': 'Search Criteria',
'name': u'itemwise_production_report'
}
{
"owner": "jai@webnotestech.com",
"docstatus": 0,
"creation": "2012-04-03 12:49:51",
"modified_by": "Administrator",
"modified": "2012-12-10 18:30:00"
},
{
"parent_doc_type": "Stock Entry",
"module": "Manufacturing",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Stock Entry\u0001Saved':1,'Stock Entry\u0001Submitted':1,'Stock Entry\u0001Purpose':'Production Order','Stock Entry\u0001Process':'Backflush','Stock Entry Detail\u0001FG Item':1}",
"doc_type": "Stock Entry Detail",
"name": "__common__",
"doctype": "Search Criteria",
"sort_by": "`tabStock Entry`.`name`",
"page_len": 50,
"criteria_name": "Itemwise Production Report",
"columns": "Stock Entry\u0001ID,Stock Entry\u0001Posting Date,Stock Entry\u0001Production Order,Stock Entry\u0001Process,Stock Entry\u0001Company,Stock Entry Detail\u0001Target Warehouse,Stock Entry Detail\u0001Item Code,Stock Entry Detail\u0001Description,Stock Entry Detail\u0001Stock UOM,Stock Entry Detail\u0001Transfer Quantity"
},
{
"name": "itemwise_production_report",
"doctype": "Search Criteria"
}
]

View File

@@ -1,34 +1,27 @@
# Search Criteria, production_orders_in_process
[
# These values are common in all dictionaries
{
'creation': '2012-04-03 12:49:52',
'docstatus': 0,
'modified': '2012-12-10 18:30:00',
'modified_by': u'Administrator',
'owner': u'jai@webnotestech.com'
},
# These values are common for all Search Criteria
{
'add_cond': u'`tabProduction Order`.qty > `tabProduction Order`.produced_qty',
'columns': u'Production Order\x01ID,Production Order\x01Origin,Production Order\x01Status,Production Order\x01Posting Date,Production Order\x01Production Item,Production Order\x01BOM No,Production Order\x01Description,Production Order\x01Stock UOM,Production Order\x01Qty,Production Order\x01Produced Qty,Production Order\x01FG Warehouse,Production Order\x01WIP Warehouse,Production Order\x01Consider SA Items,Production Order\x01Fiscal Year,Production Order\x01Company',
'criteria_name': u'Production Orders In Process',
'doc_type': u'Production Order',
'doctype': 'Search Criteria',
'filters': u"{'Production Order\x01Submitted':1,'Production Order\x01Origin':'','Production Order\x01Status':'','Production Order\x01Consider SA Items':'','Production Order\x01Fiscal Year':''}",
'module': u'Manufacturing',
'name': '__common__',
'page_len': 50,
'sort_by': u'`tabProduction Order`.`name`',
'sort_order': u'DESC',
'standard': u'Yes'
},
# Search Criteria, production_orders_in_process
{
'doctype': 'Search Criteria',
'name': u'production_orders_in_process'
}
{
"owner": "jai@webnotestech.com",
"docstatus": 0,
"creation": "2012-04-03 12:49:52",
"modified_by": "Administrator",
"modified": "2012-12-10 18:30:00"
},
{
"module": "Manufacturing",
"standard": "Yes",
"sort_order": "DESC",
"filters": "{'Production Order\u0001Submitted':1,'Production Order\u0001Origin':'','Production Order\u0001Status':'','Production Order\u0001Consider SA Items':'','Production Order\u0001Fiscal Year':''}",
"doc_type": "Production Order",
"name": "__common__",
"add_cond": "`tabProduction Order`.qty > `tabProduction Order`.produced_qty",
"doctype": "Search Criteria",
"sort_by": "`tabProduction Order`.`name`",
"page_len": 50,
"criteria_name": "Production Orders In Process",
"columns": "Production Order\u0001ID,Production Order\u0001Origin,Production Order\u0001Status,Production Order\u0001Posting Date,Production Order\u0001Production Item,Production Order\u0001BOM No,Production Order\u0001Description,Production Order\u0001Stock UOM,Production Order\u0001Qty,Production Order\u0001Produced Qty,Production Order\u0001FG Warehouse,Production Order\u0001WIP Warehouse,Production Order\u0001Consider SA Items,Production Order\u0001Fiscal Year,Production Order\u0001Company"
},
{
"name": "production_orders_in_process",
"doctype": "Search Criteria"
}
]