[report] material requests for which supplier quotations are not created

This commit is contained in:
Rushabh Mehta 2013-08-09 15:26:47 +05:30
parent 79251492fe
commit be64070ed9
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
[
{
"creation": "2013-08-09 12:20:58",
"docstatus": 0,
"modified": "2013-08-09 12:25:29",
"modified_by": "Administrator",
"owner": "Administrator"
},
{
"doctype": "Report",
"is_standard": "Yes",
"name": "__common__",
"query": "select \n mr.name as \"Material Request:Link/Material Request:120\",\n mr.transaction_date as \"Date:Date:100\",\n\tmr_item.item_code as \"Item Code:Link/Item:120\",\n\tmr_item.qty as \"Qty:Float:100\",\n\tmr_item.item_name as \"Item Name::150\",\n\tmr_item.description as \"Description::200\"\nfrom\n\t`tabMaterial Request` mr, `tabMaterial Request Item` mr_item\nwhere\n\tmr_item.parent = mr.name\n\tand mr.material_request_type = \"Purchase\"\n\tand mr.docstatus = 1\n\tand mr.status != \"Stopped\"\n\tand not exists(select name from `tabSupplier Quotation Item` where prevdoc_docname=mr.name)\norder by mr.transaction_date asc",
"ref_doctype": "Material Request",
"report_name": "Material Requests for which Supplier Quotations are not created",
"report_type": "Query Report"
},
{
"doctype": "Report",
"name": "Material Requests for which Supplier Quotations are not created"
}
]