fix: manufacturing dashboard grammar (#22510)
* fix: manufacturing dashboard grammar * Update manufacturing.json
This commit is contained in:
parent
c2523e8453
commit
7056cd3782
@ -192,7 +192,7 @@ def get_number_cards():
|
|||||||
]),
|
]),
|
||||||
"function": "Count",
|
"function": "Count",
|
||||||
"is_public": 1,
|
"is_public": 1,
|
||||||
"label": _("Monthly Total Work Order"),
|
"label": _("Monthly Total Work Orders"),
|
||||||
"show_percentage_stats": 1,
|
"show_percentage_stats": 1,
|
||||||
"stats_time_interval": "Weekly"
|
"stats_time_interval": "Weekly"
|
||||||
},
|
},
|
||||||
@ -207,7 +207,7 @@ def get_number_cards():
|
|||||||
]),
|
]),
|
||||||
"function": "Count",
|
"function": "Count",
|
||||||
"is_public": 1,
|
"is_public": 1,
|
||||||
"label": _("Monthly Completed Work Order"),
|
"label": _("Monthly Completed Work Orders"),
|
||||||
"show_percentage_stats": 1,
|
"show_percentage_stats": 1,
|
||||||
"stats_time_interval": "Weekly"
|
"stats_time_interval": "Weekly"
|
||||||
},
|
},
|
||||||
@ -221,7 +221,7 @@ def get_number_cards():
|
|||||||
]),
|
]),
|
||||||
"function": "Count",
|
"function": "Count",
|
||||||
"is_public": 1,
|
"is_public": 1,
|
||||||
"label": _("Ongoing Job Card"),
|
"label": _("Ongoing Job Cards"),
|
||||||
"show_percentage_stats": 1,
|
"show_percentage_stats": 1,
|
||||||
"stats_time_interval": "Weekly"
|
"stats_time_interval": "Weekly"
|
||||||
},
|
},
|
||||||
@ -235,7 +235,7 @@ def get_number_cards():
|
|||||||
]),
|
]),
|
||||||
"function": "Count",
|
"function": "Count",
|
||||||
"is_public": 1,
|
"is_public": 1,
|
||||||
"label": _("Monthly Quality Inspection"),
|
"label": _("Monthly Quality Inspections"),
|
||||||
"show_percentage_stats": 1,
|
"show_percentage_stats": 1,
|
||||||
"stats_time_interval": "Weekly"
|
"stats_time_interval": "Weekly"
|
||||||
}]
|
}]
|
@ -19,7 +19,7 @@
|
|||||||
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/manufacturing",
|
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/manufacturing",
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_complete": 0,
|
"is_complete": 0,
|
||||||
"modified": "2020-05-19 12:51:42.744570",
|
"modified": "2020-06-29 20:25:36.899106",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Manufacturing",
|
"module": "Manufacturing",
|
||||||
"name": "Manufacturing",
|
"name": "Manufacturing",
|
||||||
@ -52,6 +52,5 @@
|
|||||||
],
|
],
|
||||||
"subtitle": "Products, Raw Materials, BOM, Work Order and more.",
|
"subtitle": "Products, Raw Materials, BOM, Work Order and more.",
|
||||||
"success_message": "Manufacturing module is all setup!",
|
"success_message": "Manufacturing module is all setup!",
|
||||||
"title": "Let's Setup Manufacturing Module",
|
"title": "Let's Set Up the Manufacturing Module"
|
||||||
"user_can_dismiss": 1
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user