fix: manufacturing dashboard grammar (#22510) (#22516)

* fix: manufacturing dashboard grammar

* Update manufacturing.json

(cherry picked from commit 7056cd3782161f0bfb1ba5c0519e87d40c09ce8d)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
mergify[bot] 2020-06-30 08:57:26 +05:30 committed by GitHub
parent 7ca8022b8f
commit e0388a169a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

View File

@ -192,7 +192,7 @@ def get_number_cards():
]),
"function": "Count",
"is_public": 1,
"label": _("Monthly Total Work Order"),
"label": _("Monthly Total Work Orders"),
"show_percentage_stats": 1,
"stats_time_interval": "Weekly"
},
@ -207,7 +207,7 @@ def get_number_cards():
]),
"function": "Count",
"is_public": 1,
"label": _("Monthly Completed Work Order"),
"label": _("Monthly Completed Work Orders"),
"show_percentage_stats": 1,
"stats_time_interval": "Weekly"
},
@ -221,7 +221,7 @@ def get_number_cards():
]),
"function": "Count",
"is_public": 1,
"label": _("Ongoing Job Card"),
"label": _("Ongoing Job Cards"),
"show_percentage_stats": 1,
"stats_time_interval": "Weekly"
},
@ -235,7 +235,7 @@ def get_number_cards():
]),
"function": "Count",
"is_public": 1,
"label": _("Monthly Quality Inspection"),
"label": _("Monthly Quality Inspections"),
"show_percentage_stats": 1,
"stats_time_interval": "Weekly"
}]

View File

@ -19,7 +19,7 @@
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/manufacturing",
"idx": 0,
"is_complete": 0,
"modified": "2020-05-19 12:51:42.744570",
"modified": "2020-06-29 20:25:36.899106",
"modified_by": "Administrator",
"module": "Manufacturing",
"name": "Manufacturing",
@ -52,6 +52,5 @@
],
"subtitle": "Products, Raw Materials, BOM, Work Order and more.",
"success_message": "Manufacturing module is all setup!",
"title": "Let's Setup Manufacturing Module",
"user_can_dismiss": 1
}
"title": "Let's Set Up the Manufacturing Module"
}