mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fixes
This commit is contained in:
@@ -3,35 +3,35 @@
|
|||||||
|
|
||||||
# These values are common in all dictionaries
|
# These values are common in all dictionaries
|
||||||
{
|
{
|
||||||
'creation': '2011-03-30 11:03:20',
|
'creation': '2011-03-29 14:57:52',
|
||||||
'docstatus': 0,
|
'docstatus': 0,
|
||||||
'modified': '2011-03-29 14:26:16',
|
'modified': '2012-02-14 11:04:22',
|
||||||
'modified_by': 'Administrator',
|
'modified_by': u'Administrator',
|
||||||
'owner': 'dhanalekshmi@webnotestech.com'
|
'owner': u'dhanalekshmi@webnotestech.com'
|
||||||
},
|
},
|
||||||
|
|
||||||
# These values are common for all Search Criteria
|
# These values are common for all Search Criteria
|
||||||
{
|
{
|
||||||
'add_col': '`tabPO Detail`.qty - ifnull(`tabPO Detail`.received_qty, 0) AS "Pending Quantity To Receive"\n(`tabPO Detail`.qty - ifnull(`tabPO Detail`.received_qty, 0)) * `tabPO Detail`.purchase_rate AS "Pending Amount To Receive"',
|
'add_col': u'`tabPO Detail`.qty - ifnull(`tabPO Detail`.received_qty, 0) AS "Pending Quantity To Receive"\n(`tabPO Detail`.qty - ifnull(`tabPO Detail`.received_qty, 0)) * `tabPO Detail`.purchase_rate AS "Pending Amount To Receive"',
|
||||||
'add_cond': '`tabPO Detail`.qty - ifnull(`tabPO Detail`.received_qty, 0) > 0 \n`tabPurchase Order`.status != "Stopped"',
|
'add_cond': u'`tabPO Detail`.qty - ifnull(`tabPO Detail`.received_qty, 0) > 0 \n`tabPurchase Order`.status != "Stopped"',
|
||||||
'columns': 'Purchase Order\x01ID,Purchase Order\x01Supplier,Purchase Order\x01Supplier Name,Purchase Order\x01Status,Purchase Order\x01PO Date,Purchase Order\x01Fiscal Year,PO Detail\x01Indent No,PO Detail\x01Item Code,PO Detail\x01Item Name,PO Detail\x01Description,PO Detail\x01Quantity,PO Detail\x01UOM,PO Detail\x01Received Qty',
|
'columns': u'Purchase Order\x01ID,Purchase Order\x01Supplier,Purchase Order\x01Supplier Name,Purchase Order\x01Status,Purchase Order\x01PO Date,Purchase Order\x01Fiscal Year,PO Detail\x01Indent No,PO Detail\x01Item Code,PO Detail\x01Item Name,PO Detail\x01Description,PO Detail\x01Quantity,PO Detail\x01UOM,PO Detail\x01Received Qty',
|
||||||
'criteria_name': 'Pending PO Items To Receive',
|
'criteria_name': u'Pending PO Items To Receive',
|
||||||
'description': 'Pending PO Items To Receive',
|
'description': u'Pending PO Items To Receive',
|
||||||
'doc_type': 'PO Detail',
|
'doc_type': u'PO Detail',
|
||||||
'doctype': 'Search Criteria',
|
'doctype': 'Search Criteria',
|
||||||
'filters': "{'Purchase Order\x01Saved':1,'Purchase Order\x01Submitted':1,'Purchase Order\x01Status':'','Purchase Order\x01Fiscal Year':''}",
|
'filters': u"{'Purchase Order\x01Saved':1,'Purchase Order\x01Submitted':1,'Purchase Order\x01Status':'','Purchase Order\x01Fiscal Year':''}",
|
||||||
'module': 'Buying',
|
'module': u'Buying',
|
||||||
'name': '__common__',
|
'name': '__common__',
|
||||||
'page_len': 50,
|
'page_len': 50,
|
||||||
'parent_doc_type': 'Purchase Order',
|
'parent_doc_type': u'Purchase Order',
|
||||||
'sort_by': '`tabPurchase Order`.`name`',
|
'sort_by': u'`tabPurchase Order`.`name`',
|
||||||
'sort_order': 'DESC',
|
'sort_order': u'DESC',
|
||||||
'standard': 'Yes'
|
'standard': u'Yes'
|
||||||
},
|
},
|
||||||
|
|
||||||
# Search Criteria, pending_po_items_to_receive
|
# Search Criteria, pending_po_items_to_receive
|
||||||
{
|
{
|
||||||
'doctype': 'Search Criteria',
|
'doctype': 'Search Criteria',
|
||||||
'name': 'pending_po_items_to_receive'
|
'name': u'pending_po_items_to_receive'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user