mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
[
|
|
{
|
|
"owner": "Administrator",
|
|
"docstatus": 0,
|
|
"creation": "2012-04-11 17:36:48",
|
|
"modified_by": "Administrator",
|
|
"modified": "2012-04-18 17:41:46"
|
|
},
|
|
{
|
|
"add_col": "`tabAccount`.`parent_account` AS 'Parent Account'\n`tabCustomer`.`territory` AS 'Territory'\n`tabCustomer`.`customer_details` AS 'Customer Details'",
|
|
"module": "Accounts",
|
|
"standard": "Yes",
|
|
"sort_order": "DESC",
|
|
"add_tab": "`tabAccount`\n`tabCustomer`",
|
|
"dis_filters": "fiscal_year",
|
|
"doc_type": "Sales Invoice",
|
|
"name": "__common__",
|
|
"filters": "{'Sales Invoice\u0001Submitted':1,'Sales Invoice\u0001Is Opening':''}",
|
|
"add_cond": "ifnull(`tabSales Invoice`.`is_opening`, 'No') = 'No'\n`tabAccount`.name =`tabSales Invoice`.debit_to\n`tabCustomer`.`name` = `tabAccount`.`master_name`",
|
|
"doctype": "Search Criteria",
|
|
"sort_by": "`Parent Account`",
|
|
"page_len": 50,
|
|
"criteria_name": "Sales Register",
|
|
"columns": "Sales Invoice\u0001ID,Sales Invoice\u0001Posting Date,Sales Invoice\u0001Debit To"
|
|
},
|
|
{
|
|
"name": "sales_register",
|
|
"doctype": "Search Criteria"
|
|
}
|
|
] |