mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-15 03:38:40 +00:00
Templating
This commit is contained in:
parent
c5e5efceef
commit
a66f9b8508
|
|
@ -139,7 +139,7 @@
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 1004807101,
|
"id": 1004807101,
|
||||||
"pid": "e9b2adda603aaee5f852c05fabe394bd56cf0426",
|
"pid": "69737ca3a3dfa6a55a1a0402474ac634c371ea9f",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "List",
|
"name": "List",
|
||||||
|
|
@ -170,7 +170,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 1004807201,
|
"id": 1004807201,
|
||||||
"pid": "e9b2adda603aaee5f852c05fabe394bd56cf0426",
|
"pid": "69737ca3a3dfa6a55a1a0402474ac634c371ea9f",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Create",
|
"name": "Create",
|
||||||
|
|
@ -184,5 +184,67 @@
|
||||||
"children": []
|
"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
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
$MODLANG['Navigation'] = [
|
$MODLANG['Navigation'] = [
|
||||||
'List' => 'List',
|
'Analyze' => 'Analyze',
|
||||||
'Create' => 'Create',
|
'List' => 'List',
|
||||||
|
'Create' => 'Create',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ $MODLANG['ItemManagement'] = [
|
||||||
'Accounting' => 'Accounting',
|
'Accounting' => 'Accounting',
|
||||||
'IsActive' => 'Active?',
|
'IsActive' => 'Active?',
|
||||||
'All' => 'All',
|
'All' => 'All',
|
||||||
|
'Article' => 'Article',
|
||||||
'Articlegroup' => 'Articlegroup',
|
'Articlegroup' => 'Articlegroup',
|
||||||
'Attribute' => 'Attribute',
|
'Attribute' => 'Attribute',
|
||||||
'Available' => 'Available',
|
'Available' => 'Available',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user