fix: Grammar fixes (#21971)
This commit is contained in:
parent
3258a050d0
commit
7634250e78
@ -41,7 +41,7 @@ def get_dashboards():
|
||||
{ "chart": "Top Suppliers", "width": "Full"}
|
||||
],
|
||||
"cards": [
|
||||
{ "card": "This Year Purchases"},
|
||||
{ "card": "Annual Purchase"},
|
||||
{ "card": "Purchase Orders to Receive"},
|
||||
{ "card": "Purchase Orders to Bill"},
|
||||
{ "card": "Active Suppliers"}
|
||||
@ -142,7 +142,7 @@ def get_charts():
|
||||
def get_number_cards():
|
||||
return [
|
||||
{
|
||||
"name": "This Year Purchases",
|
||||
"name": "Annual Purchase",
|
||||
"aggregate_function_based_on": "base_net_total",
|
||||
"doctype": "Number Card",
|
||||
"document_type": "Purchase Order",
|
||||
@ -155,7 +155,7 @@ def get_number_cards():
|
||||
]),
|
||||
"function": "Sum",
|
||||
"is_public": 1,
|
||||
"label": _("This Year Purchases"),
|
||||
"label": _("Annual Purchase"),
|
||||
"owner": "Administrator",
|
||||
"show_percentage_stats": 1,
|
||||
"stats_time_interval": "Monthly"
|
||||
|
@ -55,7 +55,7 @@
|
||||
"idx": 0,
|
||||
"is_standard": 1,
|
||||
"label": "Buying",
|
||||
"modified": "2020-05-19 19:44:36.260982",
|
||||
"modified": "2020-05-27 19:15:05.067756",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Buying",
|
||||
"name": "Buying",
|
||||
@ -66,7 +66,7 @@
|
||||
"shortcuts": [
|
||||
{
|
||||
"color": "#cef6d1",
|
||||
"format": "{} available",
|
||||
"format": "{} Available",
|
||||
"label": "Item",
|
||||
"link_to": "Item",
|
||||
"stats_filter": "{\n \"disabled\": 0\n}",
|
||||
@ -82,7 +82,7 @@
|
||||
},
|
||||
{
|
||||
"color": "#ffe8cd",
|
||||
"format": "{} to Receive",
|
||||
"format": "{} To Receive",
|
||||
"label": "Purchase Order",
|
||||
"link_to": "Purchase Order",
|
||||
"stats_filter": "{\n \"company\": [\"like\", '%' + frappe.defaults.get_global_default(\"company\") + '%'],\n \"status\":[\"in\", [\"To Receive\", \"To Receive and Bill\"]]\n}",
|
||||
@ -99,7 +99,7 @@
|
||||
"type": "Report"
|
||||
},
|
||||
{
|
||||
"label": "Buying Dashboard",
|
||||
"label": "Dashboard",
|
||||
"link_to": "Buying",
|
||||
"type": "Dashboard"
|
||||
}
|
||||
|
@ -58,7 +58,7 @@
|
||||
"idx": 0,
|
||||
"is_standard": 1,
|
||||
"label": "Stock",
|
||||
"modified": "2020-05-19 17:36:08.185652",
|
||||
"modified": "2020-05-27 19:14:51.210671",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Stock",
|
||||
@ -69,7 +69,7 @@
|
||||
"shortcuts": [
|
||||
{
|
||||
"color": "#cef6d1",
|
||||
"format": "{} available",
|
||||
"format": "{} Available",
|
||||
"label": "Item",
|
||||
"link_to": "Item",
|
||||
"stats_filter": "{\n \"disabled\" : 0\n}",
|
||||
@ -90,7 +90,7 @@
|
||||
},
|
||||
{
|
||||
"color": "#ffe8cd",
|
||||
"format": "{} to Bill",
|
||||
"format": "{} To Bill",
|
||||
"label": "Purchase Receipt",
|
||||
"link_to": "Purchase Receipt",
|
||||
"stats_filter": "{\n \"company\": [\"like\", '%' + frappe.defaults.get_global_default(\"company\") + '%'],\n \"status\": \"To Bill\"\n}",
|
||||
@ -98,7 +98,7 @@
|
||||
},
|
||||
{
|
||||
"color": "#ffe8cd",
|
||||
"format": "{} to Bill",
|
||||
"format": "{} To Bill",
|
||||
"label": "Delivery Note",
|
||||
"link_to": "Delivery Note",
|
||||
"stats_filter": "{\n \"company\": [\"like\", '%' + frappe.defaults.get_global_default(\"company\") + '%'],\n \"status\": \"To Bill\"\n}",
|
||||
@ -115,7 +115,7 @@
|
||||
"type": "Report"
|
||||
},
|
||||
{
|
||||
"label": "Stock Dashboard",
|
||||
"label": "Dashboard",
|
||||
"link_to": "Stock",
|
||||
"type": "Dashboard"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user