Fixes in sales/purchase invoice trends report
This commit is contained in:
parent
996a1010cb
commit
b783f519ee
@ -11,4 +11,4 @@ def execute(filters=None):
|
|||||||
conditions = get_columns(filters, "Sales Invoice")
|
conditions = get_columns(filters, "Sales Invoice")
|
||||||
data = get_data(filters, conditions)
|
data = get_data(filters, conditions)
|
||||||
|
|
||||||
return conditions["columns"], data
|
return conditions["columns"], data
|
||||||
|
@ -24,7 +24,7 @@ var get_filters = function(){
|
|||||||
{ "value": "Item Group", "label": __("Item Group") },
|
{ "value": "Item Group", "label": __("Item Group") },
|
||||||
{ "value": "Supplier", "label": __("Supplier") },
|
{ "value": "Supplier", "label": __("Supplier") },
|
||||||
{ "value": "Supplier Type", "label": __("Supplier Type") },
|
{ "value": "Supplier Type", "label": __("Supplier Type") },
|
||||||
{ "value": "Supplier Type", "label": __("Project") }
|
{ "value": "Project", "label": __("Project") }
|
||||||
],
|
],
|
||||||
"default": "Item"
|
"default": "Item"
|
||||||
},
|
},
|
||||||
|
@ -25,7 +25,7 @@ var get_filters = function(){
|
|||||||
{ "value": "Customer", "label": __("Customer") },
|
{ "value": "Customer", "label": __("Customer") },
|
||||||
{ "value": "Customer Group", "label": __("Customer Group") },
|
{ "value": "Customer Group", "label": __("Customer Group") },
|
||||||
{ "value": "Territory", "label": __("Territory") },
|
{ "value": "Territory", "label": __("Territory") },
|
||||||
{ "value": "Supplier Type", "label": __("Project") }
|
{ "value": "Project", "label": __("Project") }
|
||||||
],
|
],
|
||||||
"default": "Item"
|
"default": "Item"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user