mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-10 14:48:42 +00:00
58 lines
1.2 KiB
JSON
Executable File
58 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": {
|
|
"id": 1005100000,
|
|
"internal": "Billing",
|
|
"external": "Billing"
|
|
},
|
|
"category": "Sales",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"directory": "Billing",
|
|
"dependencies": {
|
|
"Admin": "1.0.0",
|
|
"Sales": "1.0.0",
|
|
"Media": "1.0.0",
|
|
"Finance": "1.0.0",
|
|
"Calendar": "1.0.0",
|
|
"ItemManagement": "1.0.0",
|
|
"ClientManagement": "1.0.0",
|
|
"SupplierManagement": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Admin": "*",
|
|
"Navigation": "*",
|
|
"Media": "*",
|
|
"Workflow": "*",
|
|
"Messages": "*"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/sales/bill",
|
|
"/purchase/bill",
|
|
"/warehouse/bill"
|
|
],
|
|
"type": 4,
|
|
"for": 0,
|
|
"from": "Billing",
|
|
"file": "Billing"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "Billing",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|