mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
changed old type txt to new type txtt
This commit is contained in:
@@ -1,26 +1,19 @@
|
||||
# Report, Supplier Quotations
|
||||
[
|
||||
|
||||
# These values are common in all dictionaries
|
||||
{
|
||||
'creation': '2012-08-07 14:52:42',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-12-03 17:10:41',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
|
||||
# These values are common for all Report
|
||||
{
|
||||
'doctype': 'Report',
|
||||
'json': u'{"filters":[["Supplier Quotation","supplier","like","%%"],["Supplier Quotation Item","item_code","like","%%"]],"columns":[["name","Supplier Quotation"],["supplier","Supplier Quotation"],["item_code","Supplier Quotation Item"],["description","Supplier Quotation Item"],["qty","Supplier Quotation Item"],["currency","Supplier Quotation"],["import_rate","Supplier Quotation Item"],["import_amount","Supplier Quotation Item"]],"sort_by":"modified","sort_order":"desc","sort_by_next":"name","sort_order_next":"desc"}',
|
||||
'name': '__common__',
|
||||
'ref_doctype': u'Supplier Quotation'
|
||||
},
|
||||
|
||||
# Report, Supplier Quotations
|
||||
{
|
||||
'doctype': 'Report',
|
||||
'name': u'Supplier Quotations'
|
||||
}
|
||||
{
|
||||
"owner": "Administrator",
|
||||
"docstatus": 0,
|
||||
"creation": "2012-08-07 14:52:42",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2012-12-03 17:10:41"
|
||||
},
|
||||
{
|
||||
"name": "__common__",
|
||||
"ref_doctype": "Supplier Quotation",
|
||||
"doctype": "Report",
|
||||
"json": "{\"filters\":[[\"Supplier Quotation\",\"supplier\",\"like\",\"%%\"],[\"Supplier Quotation Item\",\"item_code\",\"like\",\"%%\"]],\"columns\":[[\"name\",\"Supplier Quotation\"],[\"supplier\",\"Supplier Quotation\"],[\"item_code\",\"Supplier Quotation Item\"],[\"description\",\"Supplier Quotation Item\"],[\"qty\",\"Supplier Quotation Item\"],[\"currency\",\"Supplier Quotation\"],[\"import_rate\",\"Supplier Quotation Item\"],[\"import_amount\",\"Supplier Quotation Item\"]],\"sort_by\":\"modified\",\"sort_order\":\"desc\",\"sort_by_next\":\"name\",\"sort_order_next\":\"desc\"}"
|
||||
},
|
||||
{
|
||||
"name": "Supplier Quotations",
|
||||
"doctype": "Report"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user