mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
Merge branch 'responsive' of github.com:webnotes/erpnext into responsive
Conflicts: buying/doctype/purchase_order_item/purchase_order_item.txt
This commit is contained in:
@@ -107,7 +107,8 @@ erpnext.buying.BuyingController = erpnext.TransactionController.extend({
|
||||
plc_conversion_rate: me.frm.doc.plc_conversion_rate,
|
||||
is_subcontracted: me.frm.doc.is_subcontracted,
|
||||
company: me.frm.doc.company,
|
||||
currency: me.frm.doc.currency
|
||||
currency: me.frm.doc.currency,
|
||||
transaction_date: me.frm.doc.transaction_date
|
||||
}
|
||||
},
|
||||
callback: function(r) {
|
||||
|
||||
@@ -64,7 +64,7 @@ class DocType(BuyingController):
|
||||
},
|
||||
"Supplier Quotation Item": {
|
||||
"ref_dn_field": "supplier_quotation_item",
|
||||
"compare_fields": [["export_rate", "="], ["project_name", "="], ["item_code", "="],
|
||||
"compare_fields": [["import_rate", "="], ["project_name", "="], ["item_code", "="],
|
||||
["uom", "="]],
|
||||
"is_child_table": True
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"creation": "2013-05-24 19:29:06",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-07-09 12:16:19",
|
||||
"modified": "2013-07-09 11:45:00",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -25,6 +25,20 @@
|
||||
"doctype": "DocType",
|
||||
"name": "Purchase Order Item"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "item_code",
|
||||
"fieldtype": "Link",
|
||||
"in_filter": 1,
|
||||
"label": "Item Code",
|
||||
"oldfieldname": "item_code",
|
||||
"oldfieldtype": "Link",
|
||||
"options": "Item",
|
||||
"print_hide": 0,
|
||||
"read_only": 0,
|
||||
"reqd": 1,
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "schedule_date",
|
||||
@@ -40,20 +54,6 @@
|
||||
"reqd": 1,
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
"fieldname": "item_code",
|
||||
"fieldtype": "Link",
|
||||
"in_filter": 1,
|
||||
"label": "Item Code",
|
||||
"oldfieldname": "item_code",
|
||||
"oldfieldtype": "Link",
|
||||
"options": "Item",
|
||||
"print_hide": 0,
|
||||
"read_only": 0,
|
||||
"reqd": 1,
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"description": "If Supplier Part Number exists for given Item, it gets stored here",
|
||||
"doctype": "DocField",
|
||||
|
||||
Reference in New Issue
Block a user