checking..

This commit is contained in:
Nijil Y
2011-12-08 14:14:11 +05:30
parent cde8bec0a6
commit 4499851ceb

163
erpnext/buying/doctype/po_detail/po_detail.txt Normal file → Executable file
View File

@@ -5,7 +5,7 @@
{ {
'creation': '2010-08-08 17:09:12', 'creation': '2010-08-08 17:09:12',
'docstatus': 0, 'docstatus': 0,
'modified': '2011-10-20 18:39:20', 'modified': '2011-12-08 14:09:24',
'modified_by': 'Administrator', 'modified_by': 'Administrator',
'owner': 'Administrator' 'owner': 'Administrator'
}, },
@@ -14,7 +14,6 @@
{ {
'autoname': 'POD/.#####', 'autoname': 'POD/.#####',
'colour': 'White:FFF', 'colour': 'White:FFF',
'default_print_format': 'Standard',
'doctype': 'DocType', 'doctype': 'DocType',
'istable': 1, 'istable': 1,
'module': 'Buying', 'module': 'Buying',
@@ -22,7 +21,7 @@
'section_style': 'Tray', 'section_style': 'Tray',
'server_code_error': ' ', 'server_code_error': ' ',
'show_in_menu': 0, 'show_in_menu': 0,
'version': 54 'version': 52
}, },
# These values are common for all DocField # These values are common for all DocField
@@ -103,37 +102,6 @@
'width': '300px' 'width': '300px'
}, },
# DocField
{
'default': '0.00',
'doctype': 'DocField',
'fieldname': 'qty',
'fieldtype': 'Currency',
'label': 'Quantity',
'oldfieldname': 'qty',
'oldfieldtype': 'Currency',
'permlevel': 0,
'reqd': 1,
'trigger': 'Client',
'width': '60px'
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'uom',
'fieldtype': 'Link',
'label': 'UOM',
'oldfieldname': 'uom',
'oldfieldtype': 'Link',
'options': 'UOM',
'permlevel': 0,
'print_hide': 0,
'reqd': 1,
'trigger': 'Client',
'width': '100px'
},
# DocField # DocField
{ {
'default': '0.00', 'default': '0.00',
@@ -150,6 +118,25 @@
'width': '100px' 'width': '100px'
}, },
# DocField
{
'doctype': 'DocField',
'fieldname': 'purchase_ref_rate',
'fieldtype': 'Currency',
'label': 'Ref Rate',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'discount_rate',
'fieldtype': 'Currency',
'label': 'Discount Rate %',
'permlevel': 0,
'trigger': 'Client'
},
# DocField # DocField
{ {
'default': '0.00', 'default': '0.00',
@@ -164,13 +151,28 @@
'reqd': 1 'reqd': 1
}, },
# DocField
{
'default': '0.00',
'doctype': 'DocField',
'fieldname': 'qty',
'fieldtype': 'Currency',
'label': 'Quantity',
'oldfieldname': 'qty',
'oldfieldtype': 'Currency',
'permlevel': 0,
'reqd': 1,
'trigger': 'Client',
'width': '60px'
},
# DocField # DocField
{ {
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'import_rate', 'fieldname': 'import_rate',
'fieldtype': 'Currency', 'fieldtype': 'Currency',
'hidden': 0, 'hidden': 0,
'label': 'Rate', 'label': 'Rate *',
'oldfieldname': 'import_rate', 'oldfieldname': 'import_rate',
'oldfieldtype': 'Currency', 'oldfieldtype': 'Currency',
'permlevel': 0, 'permlevel': 0,
@@ -178,6 +180,31 @@
'trigger': 'Client' 'trigger': 'Client'
}, },
# DocField
{
'doctype': 'DocField',
'fieldname': 'import_ref_rate',
'fieldtype': 'Currency',
'label': 'Ref Rate *',
'permlevel': 0
},
# DocField
{
'doctype': 'DocField',
'fieldname': 'uom',
'fieldtype': 'Link',
'label': 'UOM',
'oldfieldname': 'uom',
'oldfieldtype': 'Link',
'options': 'UOM',
'permlevel': 0,
'print_hide': 0,
'reqd': 1,
'trigger': 'Client',
'width': '100px'
},
# DocField # DocField
{ {
'doctype': 'DocField', 'doctype': 'DocField',
@@ -226,17 +253,15 @@
{ {
'colour': 'White:FFF', 'colour': 'White:FFF',
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'stock_qty', 'fieldname': 'prevdoc_doctype',
'fieldtype': 'Currency', 'fieldtype': 'Data',
'hidden': 0, 'hidden': 1,
'label': 'Stock Qty', 'label': 'Prevdoc DocType',
'no_copy': 1, 'no_copy': 0,
'oldfieldname': 'stock_qty', 'oldfieldname': 'prevdoc_doctype',
'oldfieldtype': 'Currency', 'oldfieldtype': 'Data',
'permlevel': 0, 'permlevel': 1,
'print_hide': 1, 'print_hide': 1
'trigger': 'Client',
'width': '100px'
}, },
# DocField # DocField
@@ -254,34 +279,6 @@
'width': '100px' 'width': '100px'
}, },
# DocField
{
'doctype': 'DocField',
'fieldname': 'project_name',
'fieldtype': 'Link',
'in_filter': 1,
'label': 'Project Name',
'options': 'Project',
'permlevel': 0,
'print_hide': 1,
'report_hide': 0
},
# DocField
{
'colour': 'White:FFF',
'doctype': 'DocField',
'fieldname': 'prevdoc_doctype',
'fieldtype': 'Data',
'hidden': 1,
'label': 'Prevdoc DocType',
'no_copy': 0,
'oldfieldname': 'prevdoc_doctype',
'oldfieldtype': 'Data',
'permlevel': 1,
'print_hide': 1
},
# DocField # DocField
{ {
'colour': 'White:FFF', 'colour': 'White:FFF',
@@ -363,6 +360,22 @@
'search_index': 1 'search_index': 1
}, },
# DocField
{
'doctype': 'DocField',
'fieldname': 'stock_qty',
'fieldtype': 'Currency',
'hidden': 0,
'label': 'Stock Qty',
'no_copy': 1,
'oldfieldname': 'stock_qty',
'oldfieldtype': 'Currency',
'permlevel': 0,
'print_hide': 1,
'trigger': 'Client',
'width': '100px'
},
# DocField # DocField
{ {
'doctype': 'DocField', 'doctype': 'DocField',
@@ -410,7 +423,7 @@
# DocField # DocField
{ {
'allow_on_submit': 0, 'allow_on_submit': 1,
'doctype': 'DocField', 'doctype': 'DocField',
'fieldname': 'page_break', 'fieldname': 'page_break',
'fieldtype': 'Check', 'fieldtype': 'Check',