mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
[moduleview] added top bar
This commit is contained in:
@@ -4,8 +4,14 @@
|
||||
wn.module_page["Manufacturing"] = [
|
||||
{
|
||||
title: wn._("Documents"),
|
||||
top: true,
|
||||
icon: "icon-copy",
|
||||
items: [
|
||||
{
|
||||
label: wn._("Bill of Materials"),
|
||||
description: wn._("Bill of Materials (BOM)"),
|
||||
doctype:"BOM"
|
||||
},
|
||||
{
|
||||
label: wn._("Production Order"),
|
||||
description: wn._("Orders released for production."),
|
||||
@@ -29,11 +35,6 @@ wn.module_page["Manufacturing"] = [
|
||||
title: wn._("Masters"),
|
||||
icon: "icon-book",
|
||||
items: [
|
||||
{
|
||||
label: wn._("Bill of Materials"),
|
||||
description: wn._("Bill of Materials (BOM)"),
|
||||
doctype:"BOM"
|
||||
},
|
||||
{
|
||||
label: wn._("Item"),
|
||||
description: wn._("All Products or Services."),
|
||||
|
||||
Reference in New Issue
Block a user