mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-17 12:48:42 +00:00
Templating
This commit is contained in:
parent
c5e5efceef
commit
a66f9b8508
|
|
@ -139,7 +139,7 @@
|
|||
"children": [
|
||||
{
|
||||
"id": 1004807101,
|
||||
"pid": "e9b2adda603aaee5f852c05fabe394bd56cf0426",
|
||||
"pid": "69737ca3a3dfa6a55a1a0402474ac634c371ea9f",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
},
|
||||
{
|
||||
"id": 1004807201,
|
||||
"pid": "e9b2adda603aaee5f852c05fabe394bd56cf0426",
|
||||
"pid": "69737ca3a3dfa6a55a1a0402474ac634c371ea9f",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
|
|
@ -184,5 +184,67 @@
|
|||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1004808001,
|
||||
"pid": "754a08ddf8bcb1cf22f310f09206dd783d42f7dd",
|
||||
"type": 2,
|
||||
"subtype": 1,
|
||||
"name": "Articles",
|
||||
"uri": "/{/lang}/backend/production/item/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
"from": "ItemManagement",
|
||||
"permission": null,
|
||||
"parent": 1004301001,
|
||||
"children": [
|
||||
{
|
||||
"id": 1004808101,
|
||||
"pid": "ac2ed3d0212c51b3ba19a5c862eca728c3cb9d18",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "List",
|
||||
"uri": "/{/lang}/backend/production/item/list",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
"from": "ItemManagement",
|
||||
"permission": null,
|
||||
"parent": 1004808001,
|
||||
"children": [
|
||||
{
|
||||
"id": 1004808301,
|
||||
"pid": "ac2ed3d0212c51b3ba19a5c862eca728c3cb9d18",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Article",
|
||||
"uri": "/{/lang}/backend/production/item/single",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 1,
|
||||
"from": "ItemManagement",
|
||||
"permission": null,
|
||||
"parent": 1004808101,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 1004808201,
|
||||
"pid": "ac2ed3d0212c51b3ba19a5c862eca728c3cb9d18",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Create",
|
||||
"uri": "/{/lang}/backend/production/item/create",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 5,
|
||||
"from": "ItemManagement",
|
||||
"permission": null,
|
||||
"parent": 1004807001,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
* @link http://orange-management.com
|
||||
*/
|
||||
$MODLANG['Navigation'] = [
|
||||
'List' => 'List',
|
||||
'Create' => 'Create',
|
||||
'Analyze' => 'Analyze',
|
||||
'List' => 'List',
|
||||
'Create' => 'Create',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ $MODLANG['ItemManagement'] = [
|
|||
'Accounting' => 'Accounting',
|
||||
'IsActive' => 'Active?',
|
||||
'All' => 'All',
|
||||
'Article' => 'Article',
|
||||
'Articlegroup' => 'Articlegroup',
|
||||
'Attribute' => 'Attribute',
|
||||
'Available' => 'Available',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user