mirror of
https://github.com/Karaka-Management/oms-BankAccounting.git
synced 2026-02-14 06:48:42 +00:00
Fixing remaining bugs for route-restructure
This commit is contained in:
parent
f998c2d199
commit
9a8838d7ae
|
|
@ -17,6 +17,7 @@ namespace Modules\BankAccounting\Admin;
|
||||||
|
|
||||||
use phpOMS\DataStorage\Database\DatabaseType;
|
use phpOMS\DataStorage\Database\DatabaseType;
|
||||||
use phpOMS\DataStorage\Database\Pool;
|
use phpOMS\DataStorage\Database\Pool;
|
||||||
|
use phpOMS\Module\InfoManager;
|
||||||
use phpOMS\Module\InstallerAbstract;
|
use phpOMS\Module\InstallerAbstract;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
24
info.json
Normal file
24
info.json
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": {
|
||||||
|
"id": 1100300000,
|
||||||
|
"internal": "BankAccounting",
|
||||||
|
"external": "OMS Organization"
|
||||||
|
},
|
||||||
|
"version": "1.0.0",
|
||||||
|
"requirements": {
|
||||||
|
"phpOMS": "1.0.0",
|
||||||
|
"phpOMS-db": "1.0.0"
|
||||||
|
},
|
||||||
|
"creator": {
|
||||||
|
"name": "Orange Management",
|
||||||
|
"website": "www.spl1nes.com"
|
||||||
|
},
|
||||||
|
"description": "The buisness module.",
|
||||||
|
"directory": "BankAccounting",
|
||||||
|
"dependencies": {
|
||||||
|
},
|
||||||
|
"providing": {
|
||||||
|
},
|
||||||
|
"load": [
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user