mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-16 04:08:43 +00:00
mode changes
This commit is contained in:
parent
615366d3ce
commit
7a60b4ee10
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
8
Admin/Install/Media.install.json
Normal file → Executable file
8
Admin/Install/Media.install.json
Normal file → Executable file
|
|
@ -1,20 +1,16 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"type": "collection",
|
"type": "collection",
|
||||||
|
"create_directory": true,
|
||||||
"name": "ItemManagement",
|
"name": "ItemManagement",
|
||||||
"virtualPath": "/Modules",
|
"virtualPath": "/Modules",
|
||||||
"user": 1
|
"user": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "collection",
|
"type": "collection",
|
||||||
|
"create_directory": true,
|
||||||
"name": "Articles",
|
"name": "Articles",
|
||||||
"virtualPath": "/Modules/ItemManagement",
|
"virtualPath": "/Modules/ItemManagement",
|
||||||
"user": 1
|
"user": 1
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "collection",
|
|
||||||
"name": "Images",
|
|
||||||
"virtualPath": "/Modules/ItemManagement/Articles",
|
|
||||||
"user": 1
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
0
Admin/Install/Media.php
Normal file → Executable file
0
Admin/Install/Media.php
Normal file → Executable file
0
Admin/Install/Navigation.install.json
Normal file → Executable file
0
Admin/Install/Navigation.install.json
Normal file → Executable file
0
Admin/Install/Navigation.php
Normal file → Executable file
0
Admin/Install/Navigation.php
Normal file → Executable file
0
Admin/Install/db.json
Normal file → Executable file
0
Admin/Install/db.json
Normal file → Executable file
0
Admin/Installer.php
Normal file → Executable file
0
Admin/Installer.php
Normal file → Executable file
0
Admin/Routes/Web/Backend.php
Normal file → Executable file
0
Admin/Routes/Web/Backend.php
Normal file → Executable file
0
Admin/Status.php
Normal file → Executable file
0
Admin/Status.php
Normal file → Executable file
0
Admin/Uninstaller.php
Normal file → Executable file
0
Admin/Uninstaller.php
Normal file → Executable file
0
Admin/Updater.php
Normal file → Executable file
0
Admin/Updater.php
Normal file → Executable file
0
Controller.js
Normal file → Executable file
0
Controller.js
Normal file → Executable file
4
Controller/ApiController.php
Normal file → Executable file
4
Controller/ApiController.php
Normal file → Executable file
|
|
@ -590,8 +590,8 @@ final class ApiController extends Controller
|
||||||
$request->getData('name') ?? '',
|
$request->getData('name') ?? '',
|
||||||
$uploadedFiles,
|
$uploadedFiles,
|
||||||
$request->header->account,
|
$request->header->account,
|
||||||
__DIR__ . '/../../../Modules/Media/Files/Modules/ItemManagement/' . ($request->getData('item') ?? '0'),
|
__DIR__ . '/../../../Modules/Media/Files/Modules/ItemManagement/Articles/' . ($request->getData('item') ?? '0'),
|
||||||
'/Modules/ItemManagement/' . ($request->getData('item') ?? '0'),
|
'/Modules/ItemManagement/Articles/' . ($request->getData('item') ?? '0'),
|
||||||
$request->getData('type') ?? '',
|
$request->getData('type') ?? '',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
|
|
|
||||||
0
Controller/BackendController.php
Normal file → Executable file
0
Controller/BackendController.php
Normal file → Executable file
0
Controller/Controller.php
Normal file → Executable file
0
Controller/Controller.php
Normal file → Executable file
0
Docs/Dev/en/SUMMARY.md
Normal file
0
Docs/Dev/en/SUMMARY.md
Normal file
0
Docs/Dev/en/database.md
Normal file → Executable file
0
Docs/Dev/en/database.md
Normal file → Executable file
0
Docs/Dev/en/structure.md
Normal file
0
Docs/Dev/en/structure.md
Normal file
0
Docs/Dev/img/uml.draw.svg
Normal file → Executable file
0
Docs/Dev/img/uml.draw.svg
Normal file → Executable file
0
Models/AttributeValueType.php
Normal file → Executable file
0
Models/AttributeValueType.php
Normal file → Executable file
0
Models/Item.php
Normal file → Executable file
0
Models/Item.php
Normal file → Executable file
0
Models/ItemAttribute.php
Normal file → Executable file
0
Models/ItemAttribute.php
Normal file → Executable file
0
Models/ItemAttributeMapper.php
Normal file → Executable file
0
Models/ItemAttributeMapper.php
Normal file → Executable file
0
Models/ItemAttributeType.php
Normal file → Executable file
0
Models/ItemAttributeType.php
Normal file → Executable file
0
Models/ItemAttributeTypeL11n.php
Normal file → Executable file
0
Models/ItemAttributeTypeL11n.php
Normal file → Executable file
0
Models/ItemAttributeTypeL11nMapper.php
Normal file → Executable file
0
Models/ItemAttributeTypeL11nMapper.php
Normal file → Executable file
0
Models/ItemAttributeTypeMapper.php
Normal file → Executable file
0
Models/ItemAttributeTypeMapper.php
Normal file → Executable file
0
Models/ItemAttributeValue.php
Normal file → Executable file
0
Models/ItemAttributeValue.php
Normal file → Executable file
0
Models/ItemAttributeValueMapper.php
Normal file → Executable file
0
Models/ItemAttributeValueMapper.php
Normal file → Executable file
0
Models/ItemL11n.php
Normal file → Executable file
0
Models/ItemL11n.php
Normal file → Executable file
0
Models/ItemL11nMapper.php
Normal file → Executable file
0
Models/ItemL11nMapper.php
Normal file → Executable file
0
Models/ItemL11nType.php
Normal file → Executable file
0
Models/ItemL11nType.php
Normal file → Executable file
0
Models/ItemL11nTypeMapper.php
Normal file → Executable file
0
Models/ItemL11nTypeMapper.php
Normal file → Executable file
0
Models/ItemMapper.php
Normal file → Executable file
0
Models/ItemMapper.php
Normal file → Executable file
0
Models/NullItem.php
Normal file → Executable file
0
Models/NullItem.php
Normal file → Executable file
0
Models/NullItemAttribute.php
Normal file → Executable file
0
Models/NullItemAttribute.php
Normal file → Executable file
0
Models/NullItemAttributeType.php
Normal file → Executable file
0
Models/NullItemAttributeType.php
Normal file → Executable file
0
Models/NullItemAttributeTypeL11n.php
Normal file → Executable file
0
Models/NullItemAttributeTypeL11n.php
Normal file → Executable file
0
Models/NullItemAttributeValue.php
Normal file → Executable file
0
Models/NullItemAttributeValue.php
Normal file → Executable file
0
Models/NullItemL11n.php
Normal file → Executable file
0
Models/NullItemL11n.php
Normal file → Executable file
0
Models/NullItemL11nType.php
Normal file → Executable file
0
Models/NullItemL11nType.php
Normal file → Executable file
0
Models/PermissionState.php
Normal file → Executable file
0
Models/PermissionState.php
Normal file → Executable file
0
Models/StockManagementType.php
Normal file → Executable file
0
Models/StockManagementType.php
Normal file → Executable file
0
Theme/Backend/Lang/Navigation.de.lang.php
Normal file → Executable file
0
Theme/Backend/Lang/Navigation.de.lang.php
Normal file → Executable file
0
Theme/Backend/Lang/Navigation.en.lang.php
Normal file → Executable file
0
Theme/Backend/Lang/Navigation.en.lang.php
Normal file → Executable file
0
Theme/Backend/Lang/de.lang.php
Normal file → Executable file
0
Theme/Backend/Lang/de.lang.php
Normal file → Executable file
0
Theme/Backend/Lang/en.lang.php
Normal file → Executable file
0
Theme/Backend/Lang/en.lang.php
Normal file → Executable file
0
Theme/Backend/item-create.tpl.php
Normal file → Executable file
0
Theme/Backend/item-create.tpl.php
Normal file → Executable file
0
Theme/Backend/purchase-item-list.tpl.php
Normal file → Executable file
0
Theme/Backend/purchase-item-list.tpl.php
Normal file → Executable file
0
Theme/Backend/sales-item-list.tpl.php
Normal file → Executable file
0
Theme/Backend/sales-item-list.tpl.php
Normal file → Executable file
0
Theme/Backend/sales-item-profile.tpl.php
Normal file → Executable file
0
Theme/Backend/sales-item-profile.tpl.php
Normal file → Executable file
0
Theme/Backend/stock-list.tpl.php
Normal file → Executable file
0
Theme/Backend/stock-list.tpl.php
Normal file → Executable file
0
tests/Admin/AdminTest.php
Normal file → Executable file
0
tests/Admin/AdminTest.php
Normal file → Executable file
0
tests/Autoloader.php
Normal file → Executable file
0
tests/Autoloader.php
Normal file → Executable file
0
tests/Bootstrap.php
Normal file → Executable file
0
tests/Bootstrap.php
Normal file → Executable file
0
tests/Models/ItemMapperTest.php
Normal file → Executable file
0
tests/Models/ItemMapperTest.php
Normal file → Executable file
0
tests/phpunit_default.xml
Normal file → Executable file
0
tests/phpunit_default.xml
Normal file → Executable file
Loading…
Reference in New Issue
Block a user