mode changes

This commit is contained in:
Dennis Eichhorn 2021-02-20 10:59:06 +01:00
parent 615366d3ce
commit 7a60b4ee10
59 changed files with 4 additions and 8 deletions

0
.gitignore vendored Normal file → Executable file
View File

8
Admin/Install/Media.install.json Normal file → Executable file
View File

@ -1,20 +1,16 @@
[
{
"type": "collection",
"create_directory": true,
"name": "ItemManagement",
"virtualPath": "/Modules",
"user": 1
},
{
"type": "collection",
"create_directory": true,
"name": "Articles",
"virtualPath": "/Modules/ItemManagement",
"user": 1
},
{
"type": "collection",
"name": "Images",
"virtualPath": "/Modules/ItemManagement/Articles",
"user": 1
}
]

0
Admin/Install/Media.php Normal file → Executable file
View File

0
Admin/Install/Navigation.install.json Normal file → Executable file
View File

0
Admin/Install/Navigation.php Normal file → Executable file
View File

0
Admin/Install/db.json Normal file → Executable file
View File

0
Admin/Installer.php Normal file → Executable file
View File

0
Admin/Routes/Web/Backend.php Normal file → Executable file
View File

0
Admin/Status.php Normal file → Executable file
View File

0
Admin/Uninstaller.php Normal file → Executable file
View File

0
Admin/Updater.php Normal file → Executable file
View File

0
Controller.js Normal file → Executable file
View File

4
Controller/ApiController.php Normal file → Executable file
View File

@ -590,8 +590,8 @@ final class ApiController extends Controller
$request->getData('name') ?? '',
$uploadedFiles,
$request->header->account,
__DIR__ . '/../../../Modules/Media/Files/Modules/ItemManagement/' . ($request->getData('item') ?? '0'),
'/Modules/ItemManagement/' . ($request->getData('item') ?? '0'),
__DIR__ . '/../../../Modules/Media/Files/Modules/ItemManagement/Articles/' . ($request->getData('item') ?? '0'),
'/Modules/ItemManagement/Articles/' . ($request->getData('item') ?? '0'),
$request->getData('type') ?? '',
'',
'',

0
Controller/BackendController.php Normal file → Executable file
View File

0
Controller/Controller.php Normal file → Executable file
View File

0
Docs/Dev/en/SUMMARY.md Normal file
View File

0
Docs/Dev/en/database.md Normal file → Executable file
View File

0
Docs/Dev/en/structure.md Normal file
View File

0
Docs/Dev/img/uml.draw.svg Normal file → Executable file
View File

0
Models/AttributeValueType.php Normal file → Executable file
View File

0
Models/Item.php Normal file → Executable file
View File

0
Models/ItemAttribute.php Normal file → Executable file
View File

0
Models/ItemAttributeMapper.php Normal file → Executable file
View File

0
Models/ItemAttributeType.php Normal file → Executable file
View File

0
Models/ItemAttributeTypeL11n.php Normal file → Executable file
View File

0
Models/ItemAttributeTypeL11nMapper.php Normal file → Executable file
View File

0
Models/ItemAttributeTypeMapper.php Normal file → Executable file
View File

0
Models/ItemAttributeValue.php Normal file → Executable file
View File

0
Models/ItemAttributeValueMapper.php Normal file → Executable file
View File

0
Models/ItemL11n.php Normal file → Executable file
View File

0
Models/ItemL11nMapper.php Normal file → Executable file
View File

0
Models/ItemL11nType.php Normal file → Executable file
View File

0
Models/ItemL11nTypeMapper.php Normal file → Executable file
View File

0
Models/ItemMapper.php Normal file → Executable file
View File

0
Models/NullItem.php Normal file → Executable file
View File

0
Models/NullItemAttribute.php Normal file → Executable file
View File

0
Models/NullItemAttributeType.php Normal file → Executable file
View File

0
Models/NullItemAttributeTypeL11n.php Normal file → Executable file
View File

0
Models/NullItemAttributeValue.php Normal file → Executable file
View File

0
Models/NullItemL11n.php Normal file → Executable file
View File

0
Models/NullItemL11nType.php Normal file → Executable file
View File

0
Models/PermissionState.php Normal file → Executable file
View File

0
Models/StockManagementType.php Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
Theme/Backend/Lang/Navigation.de.lang.php Normal file → Executable file
View File

0
Theme/Backend/Lang/Navigation.en.lang.php Normal file → Executable file
View File

0
Theme/Backend/Lang/de.lang.php Normal file → Executable file
View File

0
Theme/Backend/Lang/en.lang.php Normal file → Executable file
View File

0
Theme/Backend/item-create.tpl.php Normal file → Executable file
View File

0
Theme/Backend/purchase-item-list.tpl.php Normal file → Executable file
View File

0
Theme/Backend/sales-item-list.tpl.php Normal file → Executable file
View File

0
Theme/Backend/sales-item-profile.tpl.php Normal file → Executable file
View File

0
Theme/Backend/stock-list.tpl.php Normal file → Executable file
View File

0
info.json Normal file → Executable file
View File

0
tests/Admin/AdminTest.php Normal file → Executable file
View File

0
tests/Autoloader.php Normal file → Executable file
View File

0
tests/Bootstrap.php Normal file → Executable file
View File

0
tests/Models/ItemMapperTest.php Normal file → Executable file
View File

0
tests/phpunit_default.xml Normal file → Executable file
View File