mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-10 21:08:41 +00:00
47 lines
967 B
JSON
Executable File
47 lines
967 B
JSON
Executable File
{
|
|
"name": {
|
|
"id": 1002600000,
|
|
"internal": "Accounting",
|
|
"external": "Accounting"
|
|
},
|
|
"category": "Finance",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"directory": "Accounting",
|
|
"dependencies": {
|
|
"Admin": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Navigation": "*",
|
|
"ClientManagement": "*",
|
|
"SupplierManagement": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/accounting"
|
|
],
|
|
"type": 4,
|
|
"for": "Content",
|
|
"from": "Accounting",
|
|
"file": "Accounting"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "Accounting",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|