Fixing remaining bugs for route-restructure

This commit is contained in:
Dennis Eichhorn 2016-04-09 10:42:22 +02:00
parent f998c2d199
commit 9a8838d7ae
2 changed files with 25 additions and 0 deletions

View File

@ -17,6 +17,7 @@ namespace Modules\BankAccounting\Admin;
use phpOMS\DataStorage\Database\DatabaseType;
use phpOMS\DataStorage\Database\Pool;
use phpOMS\Module\InfoManager;
use phpOMS\Module\InstallerAbstract;
/**

24
info.json Normal file
View 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": [
]
}