fix: manufacturing dashboard grammar (#22510)

* fix: manufacturing dashboard grammar

* Update manufacturing.json
This commit is contained in:
rohitwaghchaure 2020-06-30 08:20:03 +05:30 committed by GitHub
parent c2523e8453
commit 7056cd3782
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", "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"
}] }]

View File

@ -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
} }