diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 6193d65..6f4cd5a 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,7 +1,7 @@ [ { "id": 1003102001, - "pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd", + "pid": "/backend", "type": 2, "subtype": 1, "name": "Clients", @@ -15,7 +15,7 @@ "children": [ { "id": 1003102101, - "pid": "25a25434541197e2ca3ff0164a8b02173c5fcd8b", + "pid": "/backend/sales/client", "type": 3, "subtype": 1, "name": "List", @@ -26,102 +26,11 @@ "from": 1003100000, "permission": null, "parent": 1003102001, - "children": [ - { - "id": 1003103001, - "pid": "734f84316536b783ab45b9777a4cdefa56ba6aa0", - "type": 5, - "subtype": 1, - "name": "Create", - "uri": "{/base}/{/lang}/backend/sales/client/create?{?}", - "target": "self", - "icon": null, - "order": 1, - "from": 1003100000, - "permission": null, - "parent": 1003102101, - "children": [] - }, - { - "id": 1003103004, - "pid": "734f84316536b783ab45b9777a4cdefa56ba6aa0", - "type": 5, - "subtype": 1, - "name": "Profile", - "uri": "{/base}/{/lang}/backend/sales/client/profile?{?}", - "target": "self", - "icon": null, - "order": 1, - "from": 1003100000, - "permission": null, - "parent": 1003102101, - "children": [] - }, - { - "id": 1003103005, - "pid": "734f84316536b783ab45b9777a4cdefa56ba6aa0", - "type": 5, - "subtype": 1, - "name": "Turnover", - "uri": "{/base}/{/lang}/backend/sales/client/turnover?{?}", - "target": "self", - "icon": null, - "order": 1, - "from": 1003100000, - "permission": null, - "parent": 1003102101, - "children": [] - }, - { - "id": 1003103201, - "pid": "734f84316536b783ab45b9777a4cdefa56ba6aa0", - "type": 3, - "subtype": 1, - "name": "Invoices", - "uri": "{/base}/{/lang}/backend/sales/client/invoice/list?{?}", - "target": "self", - "icon": null, - "order": 1, - "from": 1003100000, - "permission": null, - "parent": 1003102101, - "children": [] - }, - { - "id": 1003103301, - "pid": "734f84316536b783ab45b9777a4cdefa56ba6aa0", - "type": 3, - "subtype": 1, - "name": "Articles", - "uri": "{/base}/{/lang}/backend/sales/client/article/list?{?}", - "target": "self", - "icon": null, - "order": 1, - "from": 1003100000, - "permission": null, - "parent": 1003102101, - "children": [] - }, - { - "id": 1003103401, - "pid": "734f84316536b783ab45b9777a4cdefa56ba6aa0", - "type": 3, - "subtype": 1, - "name": "Analysis", - "uri": "{/base}/{/lang}/backend/sales/client/profile/analysis?{?}", - "target": "self", - "icon": null, - "order": 1, - "from": 1003100000, - "permission": null, - "parent": 1003102101, - "children": [] - } - ] + "children": [] }, { "id": 1003102201, - "pid": "25a25434541197e2ca3ff0164a8b02173c5fcd8b", + "pid": "/backend/sales/client", "type": 3, "subtype": 1, "name": "Create", diff --git a/info.json b/info.json index 6b60090..9c42da4 100644 --- a/info.json +++ b/info.json @@ -27,7 +27,7 @@ "load": [ { "pid": [ - "25a25434541197e2ca3ff0164a8b02173c5fcd8b" + "/backend/sales/customer" ], "type": 4, "for": 0, @@ -36,7 +36,7 @@ }, { "pid": [ - "754a08ddf8bcb1cf22f310f09206dd783d42f7dd" + "/backend" ], "type": 5, "from": "ClientManagement",