JTL Import

This commit is contained in:
Marko 2023-09-13 14:59:34 +02:00
parent ca3b3761ee
commit 88dd4a4c3d
No known key found for this signature in database
33 changed files with 11685 additions and 111522 deletions

View File

@ -2,7 +2,7 @@ name: CdsConnector
type: php
docroot: public
php_version: "8.2"
webserver_type: nginx-fpm
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: false
@ -254,4 +254,4 @@ nodejs_version: "16"
# See https://ddev.readthedocs.io/en/stable/users/extend/custom-commands/ for more
# information on the commands that can be extended and the tasks you can define
# for them. Example:
#hooks:
#hooks:

View File

@ -2,7 +2,6 @@
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" packagePrefix="App\" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" packagePrefix="App\Tests\" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/serializer" />

View File

@ -8,13 +8,13 @@
<jdbc-url>jdbc:mysql://127.0.0.1:3306</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="DDEV" uuid="8ac40044-b481-45b8-bfa3-0285dc801252">
<data-source source="LOCAL" name="DDEV" uuid="f9b8109c-04b4-4f00-b2d6-58b0d686e361">
<driver-ref>mariadb</driver-ref>
<synchronize>true</synchronize>
<configured-by-url>true</configured-by-url>
<remarks>DDEV generated data source</remarks>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://127.0.0.1:51951/db?user=db&amp;password=db</jdbc-url>
<jdbc-url>jdbc:mariadb://127.0.0.1:56105/db?user=db&amp;password=db</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>

View File

@ -136,11 +136,12 @@
<path value="$PROJECT_DIR$/vendor/symfony/http-client-contracts" />
<path value="$PROJECT_DIR$/vendor/symfony/slack-notifier" />
<path value="$PROJECT_DIR$/vendor/symfony/http-client" />
<path value="$PROJECT_DIR$/vendor/symfony/apache-pack" />
</include_path>
</component>
<component name="PhpInterpreters">
<interpreters>
<interpreter id="64ff8bd0-da32-4db6-9020-b3f9551fc212" name="DDEV" home="docker-compose://DATA" false="false" debugger_id="php.debugger.XDebug">
<interpreter id="64ff8bd0-da32-4db6-9020-b3f9551fc212" name="DDEV" home="docker-compose://DATA" auto="false" debugger_id="php.debugger.XDebug">
<remote_data INTERPRETER_PATH="php8.2" HELPERS_PATH="/opt/.phpstorm_helpers" VALID="true" RUN_AS_ROOT_VIA_SUDO="false" DOCKER_ACCOUNT_NAME="Docker" DOCKER_COMPOSE_SERVICE_NAME="web" DOCKER_REMOTE_PROJECT_PATH="/opt/project">
<PathMappingSettings>
<option name="pathMappings">
@ -169,8 +170,8 @@
</component>
<component name="PhpUnit">
<phpunit_settings>
<PhpUnitSettings configuration_file_path="$PROJECT_DIR$/phpunit.xml.dist" custom_loader_path="$PROJECT_DIR$/vendor/autoload.php" use_configuration_file="true" />
<phpunit_by_interpreter interpreter_id="64ff8bd0-da32-4db6-9020-b3f9551fc212" configuration_file_path="/Users/markomoller/code/CdsConnector/phpunit.xml.dist" custom_loader_path="/Users/markomoller/code/CdsConnector/vendor/autoload.php" use_configuration_file="true" />
<PhpUnitSettings configuration_file_path="$PROJECT_DIR$/phpunit.xml.dist" custom_loader_path="$PROJECT_DIR$/vendor/autoload.php" use_configuration_file="true" />
</phpunit_settings>
</component>
<component name="PsalmOptionsConfiguration">

View File

@ -17,6 +17,7 @@
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.6",
"sensio/framework-extra-bundle": "^6.2",
"symfony/apache-pack": "^1.0",
"symfony/asset": "6.1.*",
"symfony/console": "6.1.*",
"symfony/dotenv": "6.1.*",

346
composer.lock generated
View File

@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e9dea82298c9071f34eb8941af1269af",
"content-hash": "6dabdf9e03663a32cc97a8533121e3cc",
"packages": [
{
"name": "api-platform/core",
"version": "v3.1.12",
"version": "v3.1.17",
"source": {
"type": "git",
"url": "https://github.com/api-platform/core.git",
"reference": "1fe505a9d8fd235a8d7e4aa0f245f382f65578f8"
"reference": "850f7356b6732d0edccf3ee773113c457afc771e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/api-platform/core/zipball/1fe505a9d8fd235a8d7e4aa0f245f382f65578f8",
"reference": "1fe505a9d8fd235a8d7e4aa0f245f382f65578f8",
"url": "https://api.github.com/repos/api-platform/core/zipball/850f7356b6732d0edccf3ee773113c457afc771e",
"reference": "850f7356b6732d0edccf3ee773113c457afc771e",
"shasum": ""
},
"require": {
@ -31,6 +31,7 @@
"symfony/property-access": "^6.1",
"symfony/property-info": "^6.1",
"symfony/serializer": "^6.1",
"symfony/translation-contracts": "^3.3",
"symfony/web-link": "^6.1",
"willdurand/negotiation": "^3.0"
},
@ -48,10 +49,9 @@
},
"require-dev": {
"behat/behat": "^3.1",
"behat/mink": "^1.9@dev",
"behat/mink": "^1.9",
"doctrine/cache": "^1.11 || ^2.1",
"doctrine/common": "^3.2.2",
"doctrine/data-fixtures": "^1.2.2",
"doctrine/dbal": "^3.4.0",
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
"doctrine/mongodb-odm": "^2.2",
@ -72,9 +72,9 @@
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-symfony": "^1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"ramsey/uuid": "^3.7 || ^4.0",
"ramsey/uuid-doctrine": "^1.4",
"soyuka/contexts": "^3.3.6",
"ramsey/uuid": "^3.9.7 || ^4.0",
"ramsey/uuid-doctrine": "^1.4 || ^2.0",
"soyuka/contexts": "v3.3.9",
"soyuka/stubs-mongodb": "^1.0",
"symfony/asset": "^6.1",
"symfony/browser-kit": "^6.1",
@ -82,7 +82,7 @@
"symfony/config": "^6.1",
"symfony/console": "^6.1",
"symfony/css-selector": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/dependency-injection": "^6.1.12",
"symfony/doctrine-bridge": "^6.1",
"symfony/dom-crawler": "^6.1",
"symfony/error-handler": "^6.1",
@ -166,7 +166,7 @@
],
"support": {
"issues": "https://github.com/api-platform/core/issues",
"source": "https://github.com/api-platform/core/tree/v3.1.12"
"source": "https://github.com/api-platform/core/tree/v3.1.17"
},
"funding": [
{
@ -174,7 +174,7 @@
"type": "tidelift"
}
],
"time": "2023-05-24T19:23:57+00:00"
"time": "2023-09-08T14:11:23+00:00"
},
{
"name": "doctrine/annotations",
@ -347,16 +347,16 @@
},
{
"name": "doctrine/collections",
"version": "2.1.2",
"version": "2.1.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "db8cda536a034337f7dd63febecc713d4957f9ee"
"reference": "3023e150f90a38843856147b58190aa8b46cc155"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/db8cda536a034337f7dd63febecc713d4957f9ee",
"reference": "db8cda536a034337f7dd63febecc713d4957f9ee",
"url": "https://api.github.com/repos/doctrine/collections/zipball/3023e150f90a38843856147b58190aa8b46cc155",
"reference": "3023e150f90a38843856147b58190aa8b46cc155",
"shasum": ""
},
"require": {
@ -369,7 +369,7 @@
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.22"
"vimeo/psalm": "^5.11"
},
"type": "library",
"autoload": {
@ -413,7 +413,7 @@
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/2.1.2"
"source": "https://github.com/doctrine/collections/tree/2.1.3"
},
"funding": [
{
@ -429,7 +429,7 @@
"type": "tidelift"
}
],
"time": "2022-12-27T23:41:38+00:00"
"time": "2023-07-06T15:15:36+00:00"
},
{
"name": "doctrine/common",
@ -524,16 +524,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.6.4",
"version": "3.6.6",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "19f0dec95edd6a3c3c5ff1d188ea94c6b7fc903f"
"reference": "63646ffd71d1676d2f747f871be31b7e921c7864"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/19f0dec95edd6a3c3c5ff1d188ea94c6b7fc903f",
"reference": "19f0dec95edd6a3c3c5ff1d188ea94c6b7fc903f",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/63646ffd71d1676d2f747f871be31b7e921c7864",
"reference": "63646ffd71d1676d2f747f871be31b7e921c7864",
"shasum": ""
},
"require": {
@ -548,11 +548,12 @@
"require-dev": {
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2022.3",
"phpstan/phpstan": "1.10.14",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.29",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.7",
"phpunit/phpunit": "9.6.9",
"psalm/plugin-phpunit": "0.18.4",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
@ -616,7 +617,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.6.4"
"source": "https://github.com/doctrine/dbal/tree/3.6.6"
},
"funding": [
{
@ -632,7 +633,7 @@
"type": "tidelift"
}
],
"time": "2023-06-15T07:40:12+00:00"
"time": "2023-08-17T05:38:17+00:00"
},
{
"name": "doctrine/deprecations",
@ -683,16 +684,16 @@
},
{
"name": "doctrine/doctrine-bundle",
"version": "2.10.0",
"version": "2.10.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "b2ec6c2668f6dc514e8bf51257d19c7c19398afe"
"reference": "f28b1f78de3a2938ff05cfe751233097624cc756"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/b2ec6c2668f6dc514e8bf51257d19c7c19398afe",
"reference": "b2ec6c2668f6dc514e8bf51257d19c7c19398afe",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f28b1f78de3a2938ff05cfe751233097624cc756",
"reference": "f28b1f78de3a2938ff05cfe751233097624cc756",
"shasum": ""
},
"require": {
@ -779,7 +780,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.10.0"
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.10.2"
},
"funding": [
{
@ -795,7 +796,7 @@
"type": "tidelift"
}
],
"time": "2023-06-05T14:43:41+00:00"
"time": "2023-08-06T09:31:40+00:00"
},
{
"name": "doctrine/doctrine-migrations-bundle",
@ -1316,16 +1317,16 @@
},
{
"name": "doctrine/orm",
"version": "2.15.3",
"version": "2.16.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "4c3bd208018c26498e5f682aaad45fa00ea307d5"
"reference": "17500f56eaa930f5cd14d765bc2cd851c7d37cc0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/4c3bd208018c26498e5f682aaad45fa00ea307d5",
"reference": "4c3bd208018c26498e5f682aaad45fa00ea307d5",
"url": "https://api.github.com/repos/doctrine/orm/zipball/17500f56eaa930f5cd14d765bc2cd851c7d37cc0",
"reference": "17500f56eaa930f5cd14d765bc2cd851c7d37cc0",
"shasum": ""
},
"require": {
@ -1354,14 +1355,14 @@
"doctrine/annotations": "^1.13 || ^2",
"doctrine/coding-standard": "^9.0.2 || ^12.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
"phpstan/phpstan": "~1.4.10 || 1.10.18",
"phpstan/phpstan": "~1.4.10 || 1.10.28",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "4.30.0 || 5.12.0"
"vimeo/psalm": "4.30.0 || 5.14.1"
},
"suggest": {
"ext-dom": "Provides support for XSD validation for XML mapping files",
@ -1411,9 +1412,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.15.3"
"source": "https://github.com/doctrine/orm/tree/2.16.2"
},
"time": "2023-06-22T12:36:06+00:00"
"time": "2023-08-27T18:21:56+00:00"
},
{
"name": "doctrine/persistence",
@ -1649,16 +1650,16 @@
},
{
"name": "laminas/laminas-code",
"version": "4.11.0",
"version": "4.12.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
"reference": "169123b3ede20a9193480c53de2a8194f8c073ec"
"reference": "36cbee228b427446419dd51944bdfb6bb8ddbcd0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/169123b3ede20a9193480c53de2a8194f8c073ec",
"reference": "169123b3ede20a9193480c53de2a8194f8c073ec",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/36cbee228b427446419dd51944bdfb6bb8ddbcd0",
"reference": "36cbee228b427446419dd51944bdfb6bb8ddbcd0",
"shasum": ""
},
"require": {
@ -1708,20 +1709,20 @@
"type": "community_bridge"
}
],
"time": "2023-05-14T12:05:38+00:00"
"time": "2023-09-06T14:56:25+00:00"
},
{
"name": "league/csv",
"version": "9.9.0",
"version": "9.10.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b"
"reference": "d24b0d484812313b07ab74b0fe4db9661606df6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/b4418ede47fbd88facc34e40a16c8ce9153b961b",
"reference": "b4418ede47fbd88facc34e40a16c8ce9153b961b",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/d24b0d484812313b07ab74b0fe4db9661606df6c",
"reference": "d24b0d484812313b07ab74b0fe4db9661606df6c",
"shasum": ""
},
"require": {
@ -1730,16 +1731,17 @@
"php": "^8.1.2"
},
"require-dev": {
"doctrine/collections": "^2.1.2",
"doctrine/collections": "^2.1.3",
"ext-dom": "*",
"ext-xdebug": "*",
"friendsofphp/php-cs-fixer": "^v3.14.3",
"phpbench/phpbench": "^1.2.8",
"phpstan/phpstan": "^1.10.4",
"phpstan/phpstan-deprecation-rules": "^1.1.2",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpstan/phpstan-strict-rules": "^1.5.0",
"phpunit/phpunit": "^10.0.14"
"friendsofphp/php-cs-fixer": "^v3.22.0",
"phpbench/phpbench": "^1.2.14",
"phpstan/phpstan": "^1.10.26",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.3.1",
"symfony/var-dumper": "^6.3.3"
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
@ -1795,7 +1797,7 @@
"type": "github"
}
],
"time": "2023-03-11T15:57:12+00:00"
"time": "2023-08-04T15:12:48+00:00"
},
{
"name": "nelmio/cors-bundle",
@ -2026,16 +2028,16 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.22.0",
"version": "1.24.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c"
"reference": "3510b0a6274cc42f7219367cb3abfc123ffa09d6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
"reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/3510b0a6274cc42f7219367cb3abfc123ffa09d6",
"reference": "3510b0a6274cc42f7219367cb3abfc123ffa09d6",
"shasum": ""
},
"require": {
@ -2067,9 +2069,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.0"
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.0"
},
"time": "2023-06-01T12:35:21+00:00"
"time": "2023-09-07T20:46:32+00:00"
},
{
"name": "psr/cache",
@ -2407,6 +2409,32 @@
"abandoned": "Symfony",
"time": "2023-02-24T14:57:12+00:00"
},
{
"name": "symfony/apache-pack",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/apache-pack.git",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"shasum": ""
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for Apache support in Symfony",
"support": {
"issues": "https://github.com/symfony/apache-pack/issues",
"source": "https://github.com/symfony/apache-pack/tree/master"
},
"time": "2017-12-12T01:46:35+00:00"
},
{
"name": "symfony/asset",
"version": "v6.1.11",
@ -3588,16 +3616,16 @@
},
{
"name": "symfony/flex",
"version": "v2.3.1",
"version": "v2.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "3c9c3424efdafe33e0e3cfb5e87e50b34711fedf"
"reference": "9c402af768c6c9f8126a9ffa192ecf7c16581e35"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/3c9c3424efdafe33e0e3cfb5e87e50b34711fedf",
"reference": "3c9c3424efdafe33e0e3cfb5e87e50b34711fedf",
"url": "https://api.github.com/repos/symfony/flex/zipball/9c402af768c6c9f8126a9ffa192ecf7c16581e35",
"reference": "9c402af768c6c9f8126a9ffa192ecf7c16581e35",
"shasum": ""
},
"require": {
@ -3633,7 +3661,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v2.3.1"
"source": "https://github.com/symfony/flex/tree/v2.3.3"
},
"funding": [
{
@ -3649,7 +3677,7 @@
"type": "tidelift"
}
],
"time": "2023-05-27T07:38:25+00:00"
"time": "2023-08-04T09:02:35+00:00"
},
{
"name": "symfony/form",
@ -4468,16 +4496,16 @@
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.27.0",
"version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "511a08c03c1960e08a883f4cffcacd219b758354"
"reference": "875e90aeea2777b6f135677f618529449334a612"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
"reference": "511a08c03c1960e08a883f4cffcacd219b758354",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
"reference": "875e90aeea2777b6f135677f618529449334a612",
"shasum": ""
},
"require": {
@ -4489,7 +4517,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -4529,7 +4557,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
},
"funding": [
{
@ -4545,20 +4573,20 @@
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
"time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-intl-icu",
"version": "v1.27.0",
"version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
"reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c"
"reference": "e46b4da57951a16053cd751f63f4a24292788157"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/a3d9148e2c363588e05abbdd4ee4f971f0a5330c",
"reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c",
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e46b4da57951a16053cd751f63f4a24292788157",
"reference": "e46b4da57951a16053cd751f63f4a24292788157",
"shasum": ""
},
"require": {
@ -4570,7 +4598,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -4616,7 +4644,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.27.0"
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.28.0"
},
"funding": [
{
@ -4632,20 +4660,20 @@
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
"time": "2023-03-21T17:27:24+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.27.0",
"version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
"shasum": ""
},
"require": {
@ -4657,7 +4685,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -4700,7 +4728,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
},
"funding": [
{
@ -4716,20 +4744,20 @@
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
"time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.27.0",
"version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
"reference": "42292d99c55abe617799667f454222c54c60e229"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
"reference": "42292d99c55abe617799667f454222c54c60e229",
"shasum": ""
},
"require": {
@ -4744,7 +4772,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -4783,7 +4811,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
},
"funding": [
{
@ -4799,7 +4827,7 @@
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
"time": "2023-07-28T09:04:16+00:00"
},
{
"name": "symfony/property-access",
@ -6425,16 +6453,16 @@
},
{
"name": "symfony/var-exporter",
"version": "v6.3.0",
"version": "v6.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "db5416d04269f2827d8c54331ba4cfa42620d350"
"reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/db5416d04269f2827d8c54331ba4cfa42620d350",
"reference": "db5416d04269f2827d8c54331ba4cfa42620d350",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/df1f8aac5751871b83d30bf3e2c355770f8f0691",
"reference": "df1f8aac5751871b83d30bf3e2c355770f8f0691",
"shasum": ""
},
"require": {
@ -6479,7 +6507,7 @@
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v6.3.0"
"source": "https://github.com/symfony/var-exporter/tree/v6.3.4"
},
"funding": [
{
@ -6495,7 +6523,7 @@
"type": "tidelift"
}
],
"time": "2023-04-21T08:48:44+00:00"
"time": "2023-08-16T18:14:47+00:00"
},
{
"name": "symfony/web-link",
@ -6659,16 +6687,16 @@
},
{
"name": "twig/twig",
"version": "v3.6.1",
"version": "v3.7.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd"
"reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd",
"reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
"reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
"shasum": ""
},
"require": {
@ -6678,7 +6706,7 @@
},
"require-dev": {
"psr/container": "^1.0|^2.0",
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
"symfony/phpunit-bridge": "^5.4.9|^6.3"
},
"type": "library",
"autoload": {
@ -6714,7 +6742,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.6.1"
"source": "https://github.com/twigphp/Twig/tree/v3.7.1"
},
"funding": [
{
@ -6726,7 +6754,7 @@
"type": "tidelift"
}
],
"time": "2023-06-08T12:52:13+00:00"
"time": "2023-08-28T11:09:02+00:00"
},
{
"name": "webmozart/assert",
@ -6846,16 +6874,16 @@
"packages-dev": [
{
"name": "masterminds/html5",
"version": "2.8.0",
"version": "2.8.1",
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
"reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3"
"reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
"reference": "3c5d5a56d56f48a1ca08a0670f0f80c1dad368f3",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
"reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
"shasum": ""
},
"require": {
@ -6907,9 +6935,9 @@
],
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
"source": "https://github.com/Masterminds/html5-php/tree/2.8.0"
"source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
},
"time": "2023-04-26T07:27:39+00:00"
"time": "2023-05-10T11:58:31+00:00"
},
{
"name": "monolog/monolog",
@ -7073,16 +7101,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.15.5",
"version": "v4.17.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e"
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"shasum": ""
},
"require": {
@ -7123,9 +7151,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5"
"source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
},
"time": "2023-05-19T20:20:00+00:00"
"time": "2023-08-13T19:53:39+00:00"
},
{
"name": "phar-io/manifest",
@ -7240,16 +7268,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.26",
"version": "9.2.28",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
"reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
"reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef",
"reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef",
"shasum": ""
},
"require": {
@ -7305,7 +7333,8 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.28"
},
"funding": [
{
@ -7313,7 +7342,7 @@
"type": "github"
}
],
"time": "2023-03-06T12:58:08+00:00"
"time": "2023-09-12T14:36:20+00:00"
},
{
"name": "phpunit/php-file-iterator",
@ -7558,16 +7587,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.9",
"version": "9.6.12",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a9aceaf20a682aeacf28d582654a1670d8826778"
"reference": "a122c2ebd469b751d774aa0f613dc0d67697653f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9aceaf20a682aeacf28d582654a1670d8826778",
"reference": "a9aceaf20a682aeacf28d582654a1670d8826778",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a122c2ebd469b751d774aa0f613dc0d67697653f",
"reference": "a122c2ebd469b751d774aa0f613dc0d67697653f",
"shasum": ""
},
"require": {
@ -7582,7 +7611,7 @@
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.0.2",
"php": ">=7.3",
"phpunit/php-code-coverage": "^9.2.13",
"phpunit/php-code-coverage": "^9.2.28",
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
@ -7641,7 +7670,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.9"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.12"
},
"funding": [
{
@ -7657,7 +7686,7 @@
"type": "tidelift"
}
],
"time": "2023-06-11T06:13:56+00:00"
"time": "2023-09-12T14:39:31+00:00"
},
{
"name": "sebastian/cli-parser",
@ -8165,16 +8194,16 @@
},
{
"name": "sebastian/global-state",
"version": "5.0.5",
"version": "5.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
"reference": "bde739e7565280bda77be70044ac1047bc007e34"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
"reference": "bde739e7565280bda77be70044ac1047bc007e34",
"shasum": ""
},
"require": {
@ -8217,7 +8246,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
},
"funding": [
{
@ -8225,7 +8254,7 @@
"type": "github"
}
],
"time": "2022-02-14T08:28:10+00:00"
"time": "2023-08-02T09:26:13+00:00"
},
{
"name": "sebastian/lines-of-code",
@ -8909,16 +8938,16 @@
},
{
"name": "symfony/maker-bundle",
"version": "v1.49.0",
"version": "v1.50.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
"reference": "ce1d424f76bbb377f1956cc7641e8e2eafe81cde"
"reference": "a1733f849b999460c308e66f6392fb09b621fa86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/ce1d424f76bbb377f1956cc7641e8e2eafe81cde",
"reference": "ce1d424f76bbb377f1956cc7641e8e2eafe81cde",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/a1733f849b999460c308e66f6392fb09b621fa86",
"reference": "a1733f849b999460c308e66f6392fb09b621fa86",
"shasum": ""
},
"require": {
@ -8976,13 +9005,14 @@
"homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
"keywords": [
"code generator",
"dev",
"generator",
"scaffold",
"scaffolding"
],
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
"source": "https://github.com/symfony/maker-bundle/tree/v1.49.0"
"source": "https://github.com/symfony/maker-bundle/tree/v1.50.0"
},
"funding": [
{
@ -8998,7 +9028,7 @@
"type": "tidelift"
}
],
"time": "2023-06-07T13:10:14+00:00"
"time": "2023-07-10T18:21:57+00:00"
},
{
"name": "symfony/monolog-bridge",
@ -9166,16 +9196,16 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v6.3.0",
"version": "v6.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "f8d75b4d9bf7243979b2c2e5e6cd73f03e10579f"
"reference": "e020e1efbd1b42cb670fcd7d19a25abbddba035d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f8d75b4d9bf7243979b2c2e5e6cd73f03e10579f",
"reference": "f8d75b4d9bf7243979b2c2e5e6cd73f03e10579f",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e020e1efbd1b42cb670fcd7d19a25abbddba035d",
"reference": "e020e1efbd1b42cb670fcd7d19a25abbddba035d",
"shasum": ""
},
"require": {
@ -9227,7 +9257,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v6.3.0"
"source": "https://github.com/symfony/phpunit-bridge/tree/v6.3.2"
},
"funding": [
{
@ -9243,7 +9273,7 @@
"type": "tidelift"
}
],
"time": "2023-05-30T09:01:24+00:00"
"time": "2023-07-12T16:00:22+00:00"
},
{
"name": "symfony/process",
@ -9446,5 +9476,5 @@
"ext-iconv": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}

View File

@ -1,860 +0,0 @@
filiale;etikettnr;menge
000000001;00091201476237;000000001
000000001;00091206656450;000000001
000000001;00091206656771;000000001
000000001;00091207624762;000000001
000000001;00091207624779;000000001
000000001;00091207624779;000000001
000000001;00091207624953;000000001
000000001;00091208795829;000000001
000000001;00091208795836;000000001
000000001;00091208796468;000000001
000000001;00091208796819;000000001
000000001;00191885308418;000000001
000000001;00191885496108;000000001
000000001;00191887154419;000000001
000000001;00191887154419;000000001
000000001;00191888285150;000000001
000000001;00191888285150;000000001
000000001;00191888285150;000000001
000000001;00191888810932;000000001
000000001;00192498134463;000000001
000000001;00192498134463;000000001
000000001;00192498134463;000000001
000000001;00192498134463;000000001
000000001;00192498134470;000000001
000000001;00192498134487;000000001
000000001;00192498134487;000000001
000000001;00192498134487;000000001
000000001;00192498134487;000000001
000000001;00192498134487;000000001
000000001;00192498134487;000000001
000000001;00192498134487;000000001
000000001;00192498134487;000000001
000000001;00192498134487;000000001
000000001;00192498134487;000000001
000000001;00192498134494;000000001
000000001;00192498134494;000000001
000000001;00192498134494;000000001
000000001;00192498134494;000000001
000000001;00192498134494;000000001
000000001;00192498134494;000000001
000000001;00192498134500;000000001
000000001;00192498134500;000000001
000000001;00192498134531;000000001
000000001;00192498134548;000000001
000000001;00192498134579;000000001
000000001;00192498134579;000000001
000000001;00192498134579;000000001
000000001;00192498134586;000000001
000000001;00192498134593;000000001
000000001;00192498498350;000000001
000000001;00192498498367;000000001
000000001;00192498498367;000000001
000000001;00192498498367;000000001
000000001;00192498498367;000000001
000000001;00192498498374;000000001
000000001;00192498498374;000000001
000000001;00192498498374;000000001
000000001;00192498498381;000000001
000000001;00192498498381;000000001
000000001;00192498498381;000000001
000000001;00192498498381;000000001
000000001;00192498498381;000000001
000000001;00192498498381;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498404;000000001
000000001;00192498498411;000000001
000000001;00192498498411;000000001
000000001;00192498498411;000000001
000000001;00192498498411;000000001
000000001;00192498498428;000000001
000000001;00192498498428;000000001
000000001;00192498498428;000000001
000000001;00192498498435;000000001
000000001;00192498498435;000000001
000000001;00192498498435;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498442;000000001
000000001;00192498498466;000000001
000000001;00192498498466;000000001
000000001;00192498498480;000000001
000000001;00192498498480;000000001
000000001;00192498498480;000000001
000000001;00192498498480;000000001
000000001;00192498498480;000000001
000000001;00192498498480;000000001
000000001;00192498498480;000000001
000000001;00192498498480;000000001
000000001;00192498498503;000000001
000000001;00192498498503;000000001
000000001;00192498498503;000000001
000000001;00192499371430;000000001
000000001;00192499371485;000000001
000000001;00192499371492;000000001
000000001;00192499371508;000000001
000000001;00192499371508;000000001
000000001;00192499371515;000000001
000000001;00192500290569;000000001
000000001;00192500438176;000000001
000000001;00192500438176;000000001
000000001;00192500438176;000000001
000000001;00192500438176;000000001
000000001;00192500438176;000000001
000000001;00192500438176;000000001
000000001;00192500438183;000000001
000000001;00192500438183;000000001
000000001;00192500438190;000000001
000000001;00192500438206;000000001
000000001;00192500438206;000000001
000000001;00192500438206;000000001
000000001;00192500438206;000000001
000000001;00192500438213;000000001
000000001;00192500438213;000000001
000000001;00192500438220;000000001
000000001;00192500438220;000000001
000000001;00192500438220;000000001
000000001;00192500438220;000000001
000000001;00192500438237;000000001
000000001;00192500438244;000000001
000000001;00192501999591;000000001
000000001;00192501999614;000000001
000000001;00192501999621;000000001
000000001;00192501999645;000000001
000000001;00192501999669;000000001
000000001;00192501999676;000000001
000000001;00192502872763;000000001
000000001;00192502872763;000000001
000000001;00192502872763;000000001
000000001;00192502872787;000000001
000000001;00192502872787;000000001
000000001;00192502872787;000000001
000000001;00192502872787;000000001
000000001;00192502872862;000000001
000000001;00192502872886;000000001
000000001;00192502872893;000000001
000000001;00192502872909;000000001
000000001;00192502872916;000000001
000000001;00192502872923;000000001
000000001;00192502872923;000000001
000000001;00193147803037;000000001
000000001;00193147803044;000000001
000000001;00193147803075;000000001
000000001;00193147803075;000000001
000000001;00193147803082;000000001
000000001;00193147803099;000000001
000000001;00193147803099;000000001
000000001;00193147803105;000000001
000000001;00193147803105;000000001
000000001;00193147803105;000000001
000000001;00193147803105;000000001
000000001;00193147803105;000000001
000000001;00193147803112;000000001
000000001;00193147867909;000000001
000000001;00193147867961;000000001
000000001;00193147867978;000000001
000000001;00193147867992;000000001
000000001;00193147867992;000000001
000000001;00193147867992;000000001
000000001;00193147868005;000000001
000000001;00193147868005;000000001
000000001;00193147868005;000000001
000000001;00193147868005;000000001
000000001;00193147868005;000000001
000000001;00193147868012;000000001
000000001;00193147868012;000000001
000000001;00193147868012;000000001
000000001;00193147868029;000000001
000000001;00193147868029;000000001
000000001;00193147868029;000000001
000000001;00193147868029;000000001
000000001;00193147868029;000000001
000000001;00193147868036;000000001
000000001;00193147868043;000000001
000000001;00193147868050;000000001
000000001;00193147868449;000000001
000000001;00193147868449;000000001
000000001;00193147868456;000000001
000000001;00193147868463;000000001
000000001;00193148148298;000000001
000000001;00193148148304;000000001
000000001;00193148148311;000000001
000000001;00193148148311;000000001
000000001;00193148148328;000000001
000000001;00193148148328;000000001
000000001;00193148148328;000000001
000000001;00193148148328;000000001
000000001;00193148148328;000000001
000000001;00193151655325;000000001
000000001;00193151656445;000000001
000000001;00193151656483;000000001
000000001;00193151656490;000000001
000000001;00193151656506;000000001
000000001;00193151656537;000000001
000000001;00193151656537;000000001
000000001;00193151656568;000000001
000000001;00193151656568;000000001
000000001;00193151656568;000000001
000000001;00193151670366;000000001
000000001;00193151670373;000000001
000000001;00193151670403;000000001
000000001;00193151670441;000000001
000000001;00193151670441;000000001
000000001;00193151687654;000000001
000000001;00193151687685;000000001
000000001;00193152474192;000000001
000000001;00193152884670;000000001
000000001;00193152884670;000000001
000000001;00193152884670;000000001
000000001;00193152884670;000000001
000000001;00193152884670;000000001
000000001;00193152884670;000000001
000000001;00193152884670;000000001
000000001;00193152884687;000000001
000000001;00193152884687;000000001
000000001;00193152884687;000000001
000000001;00193152884687;000000001
000000001;00193152884687;000000001
000000001;00193152884687;000000001
000000001;00193152884687;000000001
000000001;00193152884687;000000001
000000001;00193152884687;000000001
000000001;00193152884687;000000001
000000001;00193152884687;000000001
000000001;00193152884700;000000001
000000001;00193152884700;000000001
000000001;00193152884700;000000001
000000001;00193152884700;000000001
000000001;00193152884700;000000001
000000001;00193152884700;000000001
000000001;00193152884700;000000001
000000001;00193152884700;000000001
000000001;00193152884700;000000001
000000001;00193152884700;000000001
000000001;00193152884724;000000001
000000001;00193152884724;000000001
000000001;00193152884724;000000001
000000001;00193152884748;000000001
000000001;00193152884915;000000001
000000001;00193152884915;000000001
000000001;00193152884915;000000001
000000001;00193152884915;000000001
000000001;00193152884977;000000001
000000001;00193152884977;000000001
000000001;00193153107754;000000001
000000001;00193153712156;000000001
000000001;00193153712323;000000001
000000001;00193153712330;000000001
000000001;00193153712354;000000001
000000001;00193153712422;000000001
000000001;00193153712439;000000001
000000001;00193153712446;000000001
000000001;00193153712446;000000001
000000001;00193153712446;000000001
000000001;00193153712453;000000001
000000001;00193153712453;000000001
000000001;00193153712453;000000001
000000001;00193153712460;000000001
000000001;00193153712460;000000001
000000001;00193153712477;000000001
000000001;00193153712477;000000001
000000001;00193153712477;000000001
000000001;00193153712477;000000001
000000001;00193153712477;000000001
000000001;00193153712477;000000001
000000001;00193153712477;000000001
000000001;00193153712477;000000001
000000001;00193153712477;000000001
000000001;00193153712477;000000001
000000001;00193153712477;000000001
000000001;00193153712484;000000001
000000001;00193153712484;000000001
000000001;00193153712484;000000001
000000001;00193153712484;000000001
000000001;00193153712491;000000001
000000001;00193153712491;000000001
000000001;00193153712491;000000001
000000001;00193153712491;000000001
000000001;00193153712644;000000001
000000001;00193153712668;000000001
000000001;00193153712668;000000001
000000001;00193153712675;000000001
000000001;00193153712675;000000001
000000001;00193153712699;000000001
000000001;00193153891448;000000001
000000001;00193153891455;000000001
000000001;00193153891455;000000001
000000001;00193153891462;000000001
000000001;00193153891479;000000001
000000001;00193153891479;000000001
000000001;00193153891479;000000001
000000001;00193153891486;000000001
000000001;00193153891486;000000001
000000001;00193153891486;000000001
000000001;00193153891486;000000001
000000001;00193153891486;000000001
000000001;00193153891493;000000001
000000001;00193153891493;000000001
000000001;00193153891493;000000001
000000001;00193153891493;000000001
000000001;00193153891493;000000001
000000001;00193153891493;000000001
000000001;00193153891509;000000001
000000001;00193153891509;000000001
000000001;00193153891509;000000001
000000001;00193153891509;000000001
000000001;00193153891509;000000001
000000001;00193153891509;000000001
000000001;00193153891509;000000001
000000001;00193153978507;000000001
000000001;00193153978507;000000001
000000001;00193153978507;000000001
000000001;00193153978507;000000001
000000001;00193153978507;000000001
000000001;00193153978552;000000001
000000001;00193395910747;000000001
000000001;00193395910822;000000001
000000001;00193395910921;000000001
000000001;00193395910921;000000001
000000001;00193654684136;000000001
000000001;00193654684150;000000001
000000001;00193654684150;000000001
000000001;00193654684150;000000001
000000001;00193654684150;000000001
000000001;00193654684174;000000001
000000001;00193654684181;000000001
000000001;00193654684181;000000001
000000001;00193654684181;000000001
000000001;00193654684181;000000001
000000001;00193654684181;000000001
000000001;00193654684204;000000001
000000001;00193654684235;000000001
000000001;00193655936623;000000001
000000001;00193655936630;000000001
000000001;00193655936654;000000001
000000001;00193655936661;000000001
000000001;00193655936678;000000001
000000001;00193655936715;000000001
000000001;00193655936722;000000001
000000001;00193655936746;000000001
000000001;00193655936753;000000001
000000001;00193655936760;000000001
000000001;00193655936777;000000001
000000001;00193655936982;000000001
000000001;00193655936982;000000001
000000001;00193655936982;000000001
000000001;00193655937026;000000001
000000001;00193655937033;000000001
000000001;00193655937033;000000001
000000001;00193655937132;000000001
000000001;00193655937156;000000001
000000001;00193655937170;000000001
000000001;00193655937187;000000001
000000001;00193655937200;000000001
000000001;00193655937224;000000001
000000001;00193655937231;000000001
000000001;00193656579881;000000001
000000001;00193656579959;000000001
000000001;00193656579959;000000001
000000001;00193656579959;000000001
000000001;00193656579959;000000001
000000001;00193656579959;000000001
000000001;00193656579959;000000001
000000001;00193656579959;000000001
000000001;00193656579966;000000001
000000001;00193656580078;000000001
000000001;00193656580122;000000001
000000001;00193656580139;000000001
000000001;00193656580139;000000001
000000001;00193656580139;000000001
000000001;00193656580153;000000001
000000001;00193656580184;000000001
000000001;00193656580184;000000001
000000001;00193656580184;000000001
000000001;00193656580184;000000001
000000001;00193656580184;000000001
000000001;00193656580184;000000001
000000001;00193656580184;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580191;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580207;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580214;000000001
000000001;00193656580221;000000001
000000001;00193656580221;000000001
000000001;00193656580221;000000001
000000001;00193656580221;000000001
000000001;00193656580221;000000001
000000001;00193656580221;000000001
000000001;00193656580221;000000001
000000001;00193656580221;000000001
000000001;00193656580221;000000001
000000001;00193656580221;000000001
000000001;00193656580238;000000001
000000001;00193656580238;000000001
000000001;00193656580238;000000001
000000001;00193656580238;000000001
000000001;00193656580238;000000001
000000001;00193656580238;000000001
000000001;00193656580238;000000001
000000001;00193656580238;000000001
000000001;00193656580238;000000001
000000001;00193656580245;000000001
000000001;00193656580245;000000001
000000001;00193656580245;000000001
000000001;00193656580245;000000001
000000001;00193656580245;000000001
000000001;00193656580245;000000001
000000001;00193656580245;000000001
000000001;00193656580245;000000001
000000001;00193656580245;000000001
000000001;00193656580252;000000001
000000001;00193656580252;000000001
000000001;00193656580252;000000001
000000001;00193656580252;000000001
000000001;00193656580252;000000001
000000001;00193656580252;000000001
000000001;00193656580252;000000001
000000001;00193656580252;000000001
000000001;00193656580252;000000001
000000001;00193656580252;000000001
000000001;00193656580252;000000001
000000001;00193656580269;000000001
000000001;00193656580269;000000001
000000001;00193656580269;000000001
000000001;00193656580269;000000001
000000001;00193656580269;000000001
000000001;00193657586987;000000001
000000001;00193657586987;000000001
000000001;00193657586987;000000001
000000001;00193657586994;000000001
000000001;00193657587052;000000001
000000001;00193657587052;000000001
000000001;00193657587052;000000001
000000001;00193657587052;000000001
000000001;00193657587052;000000001
000000001;00193657587052;000000001
000000001;00193657587052;000000001
000000001;00193657587052;000000001
000000001;00193657587069;000000001
000000001;00193657587069;000000001
000000001;00193657587069;000000001
000000001;00193657587069;000000001
000000001;00193657587076;000000001
000000001;00193657587076;000000001
000000001;00193657587076;000000001
000000001;00193657587076;000000001
000000001;00193657587083;000000001
000000001;00193657587083;000000001
000000001;00193657587083;000000001
000000001;00193657587083;000000001
000000001;00193657587083;000000001
000000001;00193657587090;000000001
000000001;00193657587090;000000001
000000001;00193657587106;000000001
000000001;00193657587106;000000001
000000001;00193657587113;000000001
000000001;00193657587113;000000001
000000001;00193657587113;000000001
000000001;00193657587113;000000001
000000001;00193657587113;000000001
000000001;00193657587113;000000001
000000001;00193657587120;000000001
000000001;00193657587120;000000001
000000001;00193657587120;000000001
000000001;00193657587120;000000001
000000001;00193657587120;000000001
000000001;00193657774537;000000001
000000001;00193657774537;000000001
000000001;00193657774544;000000001
000000001;00193657774544;000000001
000000001;00193657774551;000000001
000000001;00193657774551;000000001
000000001;00193657774568;000000001
000000001;00193657774568;000000001
000000001;00193657774568;000000001
000000001;00193657774575;000000001
000000001;00193657774575;000000001
000000001;00193657774582;000000001
000000001;00193657774582;000000001
000000001;00193657774582;000000001
000000001;00193657774582;000000001
000000001;00193657774599;000000001
000000001;00193657774599;000000001
000000001;00193657774599;000000001
000000001;00193657774599;000000001
000000001;00193657774599;000000001
000000001;00193657774605;000000001
000000001;00193657774605;000000001
000000001;00193657774605;000000001
000000001;00193657774605;000000001
000000001;00193657774612;000000001
000000001;00193657774612;000000001
000000001;00193657774629;000000001
000000001;00193657774636;000000001
000000001;00193657774636;000000001
000000001;00193657774643;000000001
000000001;00193657774650;000000001
000000001;00193657774667;000000001
000000001;00193657774674;000000001
000000001;00193657774674;000000001
000000001;00193657775374;000000001
000000001;00193657775411;000000001
000000001;00193657775411;000000001
000000001;00193657775428;000000001
000000001;00193657775428;000000001
000000001;00193657775435;000000001
000000001;00193657775435;000000001
000000001;00193657775442;000000001
000000001;00193657775442;000000001
000000001;00193657775442;000000001
000000001;00193657775459;000000001
000000001;00193657775459;000000001
000000001;00193657775466;000000001
000000001;00193657775466;000000001
000000001;00193657775473;000000001
000000001;00193657775497;000000001
000000001;00193657775497;000000001
000000001;00193657775497;000000001
000000001;00193658008761;000000001
000000001;00193658008761;000000001
000000001;00193658008778;000000001
000000001;00193658008778;000000001
000000001;00193658008785;000000001
000000001;00193658008785;000000001
000000001;00193658008785;000000001
000000001;00193658008785;000000001
000000001;00193658008792;000000001
000000001;00193658008792;000000001
000000001;00193658008808;000000001
000000001;00193658008808;000000001
000000001;00193658008808;000000001
000000001;00193658008839;000000001
000000001;00193658008839;000000001
000000001;00193658008839;000000001
000000001;00193658008846;000000001
000000001;00193658008907;000000001
000000001;00193658008914;000000001
000000001;00193658008921;000000001
000000001;00193658008938;000000001
000000001;00193658008945;000000001
000000001;00193658008952;000000001
000000001;00193658008952;000000001
000000001;00193658008969;000000001
000000001;00193658008969;000000001
000000001;00193658008969;000000001
000000001;00193658008976;000000001
000000001;00193658008976;000000001
000000001;00193658008976;000000001
000000001;00193658008976;000000001
000000001;00193658008976;000000001
000000001;00193658008976;000000001
000000001;00193658008983;000000001
000000001;00193658008983;000000001
000000001;00193658008983;000000001
000000001;00193658008983;000000001
000000001;00193658008983;000000001
000000001;00193658008983;000000001
000000001;00193658008990;000000001
000000001;00193658008990;000000001
000000001;00193658008990;000000001
000000001;00193658008990;000000001
000000001;00193658008990;000000001
000000001;00193658009003;000000001
000000001;00193658009003;000000001
000000001;00193658009003;000000001
000000001;00193658009010;000000001
000000001;00193658009010;000000001
000000001;00193658009010;000000001
000000001;00193658009010;000000001
000000001;00193658009010;000000001
000000001;00193658009034;000000001
000000001;00193658009034;000000001
000000001;00193658009041;000000001
000000001;00193658009058;000000001
000000001;00193658009164;000000001
000000001;00193658009164;000000001
000000001;00193658011297;000000001
000000001;00193658011327;000000001
000000001;00193658017497;000000001
000000001;00194274010343;000000001
000000001;00194274010350;000000001
000000001;00194274010367;000000001
000000001;00194274010374;000000001
000000001;00194274010404;000000001
000000001;00194274010411;000000001
000000001;00194274010428;000000001
000000001;00194275080055;000000001
000000001;00194275080062;000000001
000000001;00194275080079;000000001
000000001;00194275080086;000000001
000000001;00194275080086;000000001
000000001;00194275080093;000000001
000000001;00194275080093;000000001
000000001;00194275080093;000000001
000000001;00194275080109;000000001
000000001;00194275080116;000000001
000000001;00194276064771;000000001
000000001;00194276064801;000000001
000000001;00194276064948;000000001
000000001;00194276067185;000000001
000000001;00194276067192;000000001
000000001;00194276067208;000000001
000000001;00194276067215;000000001
000000001;00194276067222;000000001
000000001;00194276067246;000000001
000000001;00194276067246;000000001
000000001;00194276067253;000000001
000000001;00194276067253;000000001
000000001;00194276067260;000000001
000000001;00194276067260;000000001
000000001;00194276067260;000000001
000000001;00194276067277;000000001
000000001;00194276067277;000000001
000000001;00194276067277;000000001
000000001;00194276067284;000000001
000000001;00194276067284;000000001
000000001;00194276067291;000000001
000000001;00194276067307;000000001
000000001;00194276067307;000000001
000000001;00194276067307;000000001
000000001;00194276067307;000000001
000000001;00194276067307;000000001
000000001;00194276067307;000000001
000000001;00194276067307;000000001
000000001;00194276067307;000000001
000000001;00194276067314;000000001
000000001;00194276067321;000000001
000000001;00194276067338;000000001
000000001;00194276067338;000000001
000000001;00194276067345;000000001
000000001;00194276073810;000000001
000000001;00194276073827;000000001
000000001;00194276073841;000000001
000000001;00194276073841;000000001
000000001;00194276073858;000000001
000000001;00194276073858;000000001
000000001;00194276073858;000000001
000000001;00194276073865;000000001
000000001;00194276073865;000000001
000000001;00194276073865;000000001
000000001;00194276073865;000000001
000000001;00194276073872;000000001
000000001;00194276073889;000000001
000000001;00194276073889;000000001
000000001;00194276073889;000000001
000000001;00194276073889;000000001
000000001;00194276073889;000000001
000000001;00194276073896;000000001
000000001;00194276073896;000000001
000000001;00194276073902;000000001
000000001;00194276073902;000000001
000000001;00194276073902;000000001
000000001;00194276073926;000000001
000000001;00194276073926;000000001
000000001;00194276073926;000000001
000000001;00194276073933;000000001
000000001;00194276073933;000000001
000000001;00194276073933;000000001
000000001;00194276073940;000000001
000000001;00194276073940;000000001
000000001;00194276073940;000000001
000000001;00194276073957;000000001
000000001;00194276073957;000000001
000000001;00194276073957;000000001
000000001;00194276073957;000000001
000000001;00194276073957;000000001
000000001;00194276073964;000000001
000000001;00194276073964;000000001
000000001;00194276073971;000000001
000000001;00194276073988;000000001
000000001;00194276073988;000000001
000000001;00194497745077;000000001
000000001;00194499035923;000000001
000000001;00194499036241;000000001
000000001;00194499778745;000000001
000000001;00194499778981;000000001
000000001;00194500801172;000000001
000000001;00194500801226;000000001
000000001;00194953557909;000000001
000000001;00194955726938;000000001
000000001;00194955732519;000000001
000000001;00194958784102;000000001
000000001;00194958784126;000000001
000000001;00195242396018;000000001
000000001;00195242396049;000000001
000000001;00195242396063;000000001
000000001;00195242396087;000000001
000000001;00195242853375;000000001
000000001;00195242853405;000000001
000000001;00195242853429;000000001
000000001;00195244677962;000000001
000000001;00195244677979;000000001
000000001;00195867094108;000000001
000000001;00195869965505;000000001
000000001;00196155662375;000000001
000000001;00196155663150;000000001
000000001;00196155663150;000000001
000000001;00196155663181;000000001
000000001;00196155663181;000000001
000000001;00196155663204;000000001
000000001;00666003661046;000000001
000000001;00666003661046;000000001
000000001;00666003661176;000000001
000000001;00666003661558;000000001
000000001;00666003661572;000000001
000000001;00666003661572;000000001
000000001;00666003661572;000000001
000000001;00666003661619;000000001
000000001;00666003692187;000000001
000000001;00772204918107;000000001
000000001;00772204918145;000000001
000000001;00772204918145;000000001
000000001;00772204918237;000000001
000000001;00772204918237;000000001
000000001;00772204918336;000000001
000000001;00823233611214;000000001
000000001;00823233611221;000000001
000000001;00826218206320;000000001
000000001;00826218215230;000000001
000000001;00882801054280;000000001
000000001;00882801054297;000000001
000000001;00882801054297;000000001
000000001;00882801054402;000000001
000000001;00882801054402;000000001
000000001;00882801054402;000000001
000000001;00883153504706;000000001
000000001;00883418739058;000000001
000000001;00883419397653;000000001
000000001;00883419398063;000000001
000000001;00883419398063;000000001
000000001;00883419398063;000000001
000000001;00883419398063;000000001
000000001;00883419398070;000000001
000000001;00883419398087;000000001
000000001;00883419398087;000000001
000000001;00883419398087;000000001
000000001;00883419398094;000000001
000000001;00883419398094;000000001
000000001;00883419398094;000000001
000000001;00883419398117;000000001
000000001;00884802503217;000000001
000000001;00886060099709;000000001
000000001;00886061474239;000000001
000000001;00886066186038;000000001
000000001;00886066186045;000000001
000000001;00886066186045;000000001
000000001;00886066186052;000000001
000000001;00886066186052;000000001
000000001;00886691350163;000000001
000000001;00886691350163;000000001
000000001;00886736709444;000000001
000000001;00886736709444;000000001
000000001;00886737728178;000000001
000000001;00886737728185;000000001
000000001;00887224536252;000000001
000000001;00887229014786;000000001
000000001;00887229343176;000000001
000000001;00887231465729;000000001
000000001;00887231465736;000000001
000000001;00887231465736;000000001
000000001;00887231465743;000000001
000000001;00887231465767;000000001
000000001;00887231465767;000000001
000000001;00887231465804;000000001
000000001;00887231465804;000000001
000000001;00888408575432;000000001
000000001;00888408575487;000000001
000000001;00888408575531;000000001
000000001;00888507131065;000000001
000000001;00888507131065;000000001
000000001;04060511217386;000000001
000000001;04060511217393;000000001
000000001;04060511217461;000000001
000000001;04060511217515;000000001
000000001;04061618584708;000000001
000000001;04062053054986;000000001
000000001;04062053054993;000000001
000000001;04062053055020;000000001
000000001;04062053055020;000000001
000000001;04062053055020;000000001
000000001;04062053055020;000000001
000000001;04062053055020;000000001
000000001;04062053055020;000000001
000000001;04062053055020;000000001
000000001;04062053055020;000000001
000000001;04062053055068;000000001
000000001;04062053055068;000000001
000000001;04062053055068;000000001
000000001;04062053055068;000000001
000000001;04062053055136;000000001
000000001;04062053055143;000000001
000000001;04062053055143;000000001
000000001;04062053055143;000000001
000000001;04062053055174;000000001
000000001;04062053055174;000000001
000000001;04062053055174;000000001

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
22.06.2023 14:59:27 : Hinweis -> Ende Webshop Import
22.06.2023 14:59:48 : Hinweis -> Start Webshop Import
22.06.2023 14:59:48 : Hinweis -> Ende Webshop Import

View File

@ -1,3 +0,0 @@
22.06.2023 14:59:27 : Hinweis -> Ende Import für Vertriebskanal5
22.06.2023 14:59:48 : Hinweis -> Start Import für Vertriebskanal5
22.06.2023 14:59:48 : Hinweis -> Ende Import für Vertriebskanal5

View File

@ -1 +1 @@
22.02.2023 14:29:49
13.09.2023 14:22:44

View File

@ -1,361 +0,0 @@
filiale;etikettnr;menge;modellnr;modellbez
000000001;00091201476237;000000001;"725074-201 ";"Air Zoom Stefan Janoski Elite "
000000001;00091206656450;000000001;"313171-030 ";"Dunk High Premium "
000000001;00091206656771;000000001;"313171-030 ";"Dunk High Premium "
000000001;00091207624762;000000001;"504750-061 ";"NIKE DUNK LOW PREMIUM SB QS "
000000001;00091207624779;000000002;"504750-061 ";"NIKE DUNK LOW PREMIUM SB QS "
000000001;00091207624953;000000001;"504750-061 ";"NIKE DUNK LOW PREMIUM SB QS "
000000001;00091208601069;000000001;"482972-904 ";"ZOOM STEFAN JANOSKI PR "
000000001;00091208795829;000000001;"918287-147 ";"Men's Nike SB Zoom Dunk High Elite "
000000001;00091208795836;000000001;"918287-147 ";"Men's Nike SB Zoom Dunk High Elite "
000000001;00091208796468;000000001;"918287-147 ";"Men's Nike SB Zoom Dunk High Elite "
000000001;00091208796819;000000001;"918287-147 ";"Men's Nike SB Zoom Dunk High Elite "
000000001;00191885308418;000000001;"AR0778-001 ";"SB Dunk Low "
000000001;00191885496108;000000001;"AQ2207-163 ";"Dunk Mid Pro "
000000001;00191887154419;000000003;"AJ7730-001 ";"SB Zoom Dunk High TR "
000000001;00191888285150;000000003;"378037-016 ";"Air Jordan 11 Retro Shoe "
000000001;00191888810932;000000001;"AH9613-002 ";"ZOOM DUNK HIGH PRO QS "
000000001;00192498134463;000000004;"BV1310-001 ";"SB Dunk Low Pro OG "
000000001;00192498134470;000000001;"BV1310-001 ";"SB Dunk Low Pro OG "
000000001;00192498134487;000000010;"BV1310-001 ";"SB Dunk Low Pro OG "
000000001;00192498134494;000000005;"BV1310-001 ";"SB Dunk Low Pro OG "
000000001;00192498134500;000000002;"BV1310-001 ";"SB Dunk Low Pro OG "
000000001;00192498134531;000000001;"BV1310-001 ";"SB Dunk Low Pro OG "
000000001;00192498134548;000000001;"BV1310-001 ";"SB Dunk Low Pro OG "
000000001;00192498134579;000000003;"BV1310-001 ";"SB Dunk Low Pro OG "
000000001;00192498134586;000000001;"BV1310-001 ";"SB Dunk Low Pro OG "
000000001;00192498134593;000000001;"BV1310-001 ";"SB Dunk Low Pro OG "
000000001;00192498498350;000000001;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498367;000000004;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498374;000000003;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498381;000000006;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498404;000000017;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498411;000000005;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498428;000000004;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498435;000000003;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498442;000000013;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498466;000000002;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498480;000000008;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192498498503;000000003;"AH6158-700 ";"Zoom Blazer Mid "
000000001;00192499371430;000000001;"AH8145-112 ";"Air Max 1 Shoe "
000000001;00192499371485;000000001;"AH8145-112 ";"Air Max 1 Shoe "
000000001;00192499371492;000000001;"AH8145-112 ";"Air Max 1 Shoe "
000000001;00192499371508;000000002;"AH8145-112 ";"Air Max 1 Shoe "
000000001;00192499371515;000000001;"AH8145-112 ";"Air Max 1 Shoe "
000000001;00192500438176;000000006;"BV0071-400 ";"AIR PRESTO TENT / CDG "
000000001;00192500438183;000000002;"BV0071-400 ";"AIR PRESTO TENT / CDG "
000000001;00192500438190;000000001;"BV0071-400 ";"AIR PRESTO TENT / CDG "
000000001;00192500438206;000000004;"BV0071-400 ";"AIR PRESTO TENT / CDG "
000000001;00192500438213;000000002;"BV0071-400 ";"AIR PRESTO TENT / CDG "
000000001;00192500438220;000000004;"BV0071-400 ";"AIR PRESTO TENT / CDG "
000000001;00192500438237;000000001;"BV0071-400 ";"AIR PRESTO TENT / CDG "
000000001;00192500438244;000000001;"BV0071-400 ";"AIR PRESTO TENT / CDG "
000000001;00192501999591;000000001;"BQ6827-001 ";"SB Dunk High Pro "
000000001;00192501999614;000000001;"BQ6827-001 ";"SB Dunk High Pro "
000000001;00192501999621;000000001;"BQ6827-001 ";"SB Dunk High Pro "
000000001;00192501999645;000000001;"BQ6827-001 ";"SB Dunk High Pro "
000000001;00192502872756;000000001;"CD6578-006 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00192502872763;000000003;"CD6578-006 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00192502872787;000000004;"CD6578-006 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00192502872862;000000001;"CD6578-507 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00192502872879;000000001;"CD6578-507 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00192502872886;000000001;"CD6578-507 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00192502872893;000000001;"CD6578-507 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00192502872909;000000001;"CD6578-507 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00192502872916;000000001;"CD6578-507 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00192502872923;000000002;"CD6578-507 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00193147803037;000000001;"AH6158-300 ";"Nike SB Zoom Blazer Mid "
000000001;00193147803044;000000001;"AH6158-300 ";"Nike SB Zoom Blazer Mid "
000000001;00193147803051;000000001;"AH6158-300 ";"Nike SB Zoom Blazer Mid "
000000001;00193147803075;000000002;"AH6158-300 ";"Nike SB Zoom Blazer Mid "
000000001;00193147803082;000000001;"AH6158-300 ";"Nike SB Zoom Blazer Mid "
000000001;00193147803099;000000002;"AH6158-300 ";"Nike SB Zoom Blazer Mid "
000000001;00193147803105;000000006;"AH6158-300 ";"Nike SB Zoom Blazer Mid "
000000001;00193147803112;000000002;"AH6158-300 ";"Nike SB Zoom Blazer Mid "
000000001;00193147867909;000000001;"AT8086-002 ";"Air x Fear of God "
000000001;00193147867961;000000001;"AT8086-002 ";"Air x Fear of God "
000000001;00193147867978;000000001;"AT8086-002 ";"Air x Fear of God "
000000001;00193147867992;000000003;"AT8086-002 ";"Air x Fear of God "
000000001;00193147868005;000000005;"AT8086-002 ";"Air x Fear of God "
000000001;00193147868012;000000003;"AT8086-002 ";"Air x Fear of God "
000000001;00193147868029;000000005;"AT8086-002 ";"Air x Fear of God "
000000001;00193147868036;000000001;"AT8086-002 ";"Air x Fear of God "
000000001;00193147868043;000000001;"AT8086-002 ";"Air x Fear of God "
000000001;00193147868050;000000001;"AT8086-002 ";"Air x Fear of God "
000000001;00193147868449;000000001;"AT8087-001 ";"Air 1 x Fear of God "
000000001;00193147868456;000000001;"AT8087-001 ";"Air 1 x Fear of God "
000000001;00193147868463;000000001;"AT8087-001 ";"Air 1 x Fear of God "
000000001;00193148148298;000000001;"CD6578-006 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00193148148304;000000001;"CD6578-006 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00193148148311;000000003;"CD6578-006 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00193148148328;000000005;"CD6578-006 ";"AIR JORDAN 1 HIGH OG DEFIANT "
000000001;00193151655325;000000001;"BQ6472-030 ";"W Air Jordan 1 Mid "
000000001;00193151656445;000000001;"BQ6826-002 ";"Nike SB Dunk High Pro "
000000001;00193151656483;000000001;"BQ6826-002 ";"Nike SB Dunk High Pro "
000000001;00193151656490;000000001;"BQ6826-002 ";"Nike SB Dunk High Pro "
000000001;00193151656506;000000001;"BQ6826-002 ";"Nike SB Dunk High Pro "
000000001;00193151656537;000000003;"BQ6826-002 ";"Nike SB Dunk High Pro "
000000001;00193151656568;000000003;"BQ6826-002 ";"Nike SB Dunk High Pro "
000000001;00193151670366;000000001;"CD2563-002 ";"Nike SB Dunk Low Pro ISO "
000000001;00193151670373;000000001;"CD2563-002 ";"Nike SB Dunk Low Pro ISO "
000000001;00193151670403;000000001;"CD2563-002 ";"Nike SB Dunk Low Pro ISO "
000000001;00193151670441;000000002;"CD2563-002 ";"Nike SB Dunk Low Pro ISO "
000000001;00193151687654;000000001;"CI2692-001 ";"Nike SB Dunk High Pro "
000000001;00193151687692;000000001;"CI2692-001 ";"Nike SB Dunk High Pro "
000000001;00193152474192;000000001;"CJ7891-400 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193152884670;000000006;"CK4028-010 ";"M J TRAVIS SCOTT SS TEE _SRT "
000000001;00193152884687;000000011;"CK4028-010 ";"M J TRAVIS SCOTT SS TEE _SRT "
000000001;00193152884700;000000010;"CK4028-010 ";"M J TRAVIS SCOTT SS TEE _SRT "
000000001;00193152884724;000000003;"CK4028-010 ";"M J TRAVIS SCOTT SS TEE _SRT "
000000001;00193152884915;000000004;"CK4030-010 ";"M J TRAVIS SCOTT SS TEE 1 _SRT"
000000001;00193152884977;000000002;"CK4030-010 ";"M J TRAVIS SCOTT SS TEE 1 _SRT"
000000001;00193153712156;000000001;"CJ7891-401 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193153712323;000000001;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712330;000000001;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712354;000000001;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712422;000000001;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712439;000000001;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712446;000000003;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712453;000000003;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712460;000000004;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712477;000000010;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712484;000000005;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712491;000000004;"CN4504-100 ";"Nike SB Dunk Low OG "
000000001;00193153712644;000000001;"CN4507-100 ";"Nike SB Blazer GT "
000000001;00193153712668;000000002;"CN4507-100 ";"Nike SB Blazer GT "
000000001;00193153712675;000000002;"CN4507-100 ";"Nike SB Blazer GT "
000000001;00193153712699;000000001;"CN4507-100 ";"Nike SB Blazer GT "
000000001;00193153891455;000000002;"CK3480-700 ";"DUNK LOW OG QS "
000000001;00193153891462;000000001;"CK3480-700 ";"DUNK LOW OG QS "
000000001;00193153891479;000000003;"CK3480-700 ";"DUNK LOW OG QS "
000000001;00193153891486;000000005;"CK3480-700 ";"DUNK LOW OG QS "
000000001;00193153891493;000000006;"CK3480-700 ";"DUNK LOW OG QS "
000000001;00193153891509;000000007;"CK3480-700 ";"DUNK LOW OG QS "
000000001;00193153978491;000000001;"BQ6817-006 ";"NIKE SB DUNK LOW PRO "
000000001;00193153978507;000000005;"BQ6817-006 ";"NIKE SB DUNK LOW PRO "
000000001;00193153978552;000000001;"BQ6817-006 ";"NIKE SB DUNK LOW PRO "
000000001;00193654684136;000000001;"BQ6817-007 ";"NIKE SB DUNK LOW PRO "
000000001;00193654684150;000000004;"BQ6817-007 ";"NIKE SB DUNK LOW PRO "
000000001;00193654684174;000000001;"BQ6817-007 ";"NIKE SB DUNK LOW PRO "
000000001;00193654684181;000000005;"BQ6817-007 ";"NIKE SB DUNK LOW PRO "
000000001;00193654684204;000000001;"BQ6817-007 ";"NIKE SB DUNK LOW PRO "
000000001;00193654684235;000000001;"BQ6817-007 ";"NIKE SB DUNK LOW PRO "
000000001;00193655936623;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936630;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936654;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936661;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936678;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936715;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936722;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936746;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936753;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936760;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936777;000000001;"BV1052-001 ";"Dunk High Pro "
000000001;00193655936968;000000001;"CN4540-001 ";"Nike SB Blazer Mid "
000000001;00193655936982;000000003;"CN4540-001 ";"Nike SB Blazer Mid "
000000001;00193655937026;000000001;"CN4540-001 ";"Nike SB Blazer Mid "
000000001;00193655937033;000000002;"CN4540-001 ";"Nike SB Blazer Mid "
000000001;00193655937132;000000001;"CU3846-100 ";"Nike SB Dunk Low OG 2 "
000000001;00193655937156;000000001;"CU3846-100 ";"Nike SB Dunk Low OG 2 "
000000001;00193655937170;000000001;"CU3846-100 ";"Nike SB Dunk Low OG 2 "
000000001;00193655937187;000000001;"CU3846-100 ";"Nike SB Dunk Low OG 2 "
000000001;00193655937200;000000001;"CU3846-100 ";"Nike SB Dunk Low OG 2 "
000000001;00193655937224;000000001;"CU3846-100 ";"Nike SB Dunk Low OG 2 "
000000001;00193655937231;000000001;"CU3846-100 ";"Nike SB Dunk Low OG 2 "
000000001;00193656579874;000000001;"BQ6832-001 ";"Nike SB Dunk Low Pro "
000000001;00193656579881;000000002;"BQ6832-001 ";"Nike SB Dunk Low Pro "
000000001;00193656579904;000000001;"BQ6832-001 ";"Nike SB Dunk Low Pro "
000000001;00193656579959;000000008;"BQ6832-001 ";"Nike SB Dunk Low Pro "
000000001;00193656579966;000000002;"BQ6832-001 ";"Nike SB Dunk Low Pro "
000000001;00193656580078;000000001;"BQ6832-101 ";"Nike SB Dunk Low Pro "
000000001;00193656580085;000000001;"BQ6832-101 ";"Nike SB Dunk Low Pro "
000000001;00193656580122;000000001;"BQ6832-101 ";"Nike SB Dunk Low Pro "
000000001;00193656580139;000000003;"BQ6832-101 ";"Nike SB Dunk Low Pro "
000000001;00193656580153;000000001;"BQ6832-101 ";"Nike SB Dunk Low Pro "
000000001;00193656580184;000000007;"CJ1396-001 ";"Dunk Low "
000000001;00193656580191;000000016;"CJ1396-001 ";"Dunk Low "
000000001;00193656580207;000000015;"CJ1396-001 ";"Dunk Low "
000000001;00193656580214;000000012;"CJ1396-001 ";"Dunk Low "
000000001;00193656580221;000000013;"CJ1396-001 ";"Dunk Low "
000000001;00193656580238;000000009;"CJ1396-001 ";"Dunk Low "
000000001;00193656580245;000000009;"CJ1396-001 ";"Dunk Low "
000000001;00193656580252;000000011;"CJ1396-001 ";"Dunk Low "
000000001;00193656580269;000000005;"CJ1396-001 ";"Dunk Low "
000000001;00193657586987;000000004;"CJ7891-200 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193657586994;000000001;"CJ7891-200 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193657587052;000000008;"CJ7891-200 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193657587069;000000004;"CJ7891-200 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193657587076;000000004;"CJ7891-200 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193657587083;000000005;"CJ7891-200 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193657587090;000000002;"CJ7891-200 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193657587106;000000002;"CJ7891-200 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193657587113;000000006;"CJ7891-200 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193657587120;000000005;"CJ7891-200 ";"NIKE SB AIR JORDAN 1 LOW QS "
000000001;00193657774537;000000002;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774544;000000002;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774551;000000002;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774568;000000003;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774575;000000002;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774582;000000004;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774599;000000005;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774605;000000004;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774612;000000003;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774629;000000001;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774636;000000002;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774643;000000002;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774650;000000001;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774667;000000001;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657774674;000000002;"CD2569-600 ";"Zoom Blazer Mid ISO "
000000001;00193657775374;000000001;"CT4594-400 ";"NIKE SB ZoomBLAZER AC XT ISO "
000000001;00193657775411;000000002;"CT4594-400 ";"NIKE SB ZoomBLAZER AC XT ISO "
000000001;00193657775428;000000002;"CT4594-400 ";"NIKE SB ZoomBLAZER AC XT ISO "
000000001;00193657775435;000000003;"CT4594-400 ";"NIKE SB ZoomBLAZER AC XT ISO "
000000001;00193657775442;000000003;"CT4594-400 ";"NIKE SB ZoomBLAZER AC XT ISO "
000000001;00193657775459;000000002;"CT4594-400 ";"NIKE SB ZoomBLAZER AC XT ISO "
000000001;00193657775466;000000002;"CT4594-400 ";"NIKE SB ZoomBLAZER AC XT ISO "
000000001;00193657775473;000000001;"CT4594-400 ";"NIKE SB ZoomBLAZER AC XT ISO "
000000001;00193657775497;000000003;"CT4594-400 ";"NIKE SB ZoomBLAZER AC XT ISO "
000000001;00193658008761;000000002;"BQ6817-100 ";"Dunk Low Pro "
000000001;00193658008778;000000002;"BQ6817-100 ";"Dunk Low Pro "
000000001;00193658008785;000000004;"BQ6817-100 ";"Dunk Low Pro "
000000001;00193658008792;000000002;"BQ6817-100 ";"Dunk Low Pro "
000000001;00193658008808;000000002;"BQ6817-100 ";"Dunk Low Pro "
000000001;00193658008839;000000003;"BQ6817-100 ";"Dunk Low Pro "
000000001;00193658008846;000000001;"BQ6817-100 ";"Dunk Low Pro "
000000001;00193658008907;000000001;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658008914;000000001;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658008921;000000001;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658008938;000000001;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658008945;000000001;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658008952;000000002;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658008969;000000003;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658008976;000000006;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658008983;000000006;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658008990;000000005;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658009003;000000002;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658009010;000000004;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658009034;000000002;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658009041;000000001;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658009058;000000001;"BQ6817-400 ";"Nike SB Dunk LoPro "
000000001;00193658009164;000000002;"BQ6817-800 ";"Nike SB Dunk LoPro "
000000001;00193658011297;000000001;"CI3833-101 ";"Nike SB ZoomBlazer Mid Edge "
000000001;00193658011327;000000001;"CI3833-101 ";"Nike SB ZoomBlazer Mid Edge "
000000001;00193658017497;000000001;"CV5474-001 ";"Dunk Mid Pro "
000000001;00194274010343;000000001;"CT6680-100 ";"NIKE SB DUNK HIGH PRM QS "
000000001;00194274010350;000000001;"CT6680-100 ";"NIKE SB DUNK HIGH PRM QS "
000000001;00194274010367;000000001;"CT6680-100 ";"NIKE SB DUNK HIGH PRM QS "
000000001;00194274010374;000000001;"CT6680-100 ";"NIKE SB DUNK HIGH PRM QS "
000000001;00194274010404;000000001;"CT6680-100 ";"NIKE SB DUNK HIGH PRM QS "
000000001;00194274010411;000000001;"CT6680-100 ";"NIKE SB DUNK HIGH PRM QS "
000000001;00194274010428;000000001;"CT6680-100 ";"NIKE SB DUNK HIGH PRM QS "
000000001;00194275080055;000000001;"CT2552-800 ";"NIKE SB DUNK LOW PRO QS "
000000001;00194275080062;000000001;"CT2552-800 ";"NIKE SB DUNK LOW PRO QS "
000000001;00194275080079;000000001;"CT2552-800 ";"NIKE SB DUNK LOW PRO QS "
000000001;00194275080086;000000002;"CT2552-800 ";"NIKE SB DUNK LOW PRO QS "
000000001;00194275080093;000000003;"CT2552-800 ";"NIKE SB DUNK LOW PRO QS "
000000001;00194275080109;000000001;"CT2552-800 ";"NIKE SB DUNK LOW PRO QS "
000000001;00194275080116;000000001;"CT2552-800 ";"NIKE SB DUNK LOW PRO QS "
000000001;00194276064771;000000001;"BQ6817-008 ";"Dunk Low Pro "
000000001;00194276064801;000000001;"BQ6817-008 ";"Dunk Low Pro "
000000001;00194276064948;000000001;"BQ6817-600 ";"Dunk Low Pro "
000000001;00194276067185;000000001;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067192;000000001;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067208;000000001;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067215;000000001;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067222;000000001;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067246;000000002;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067253;000000002;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067260;000000003;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067277;000000004;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067284;000000002;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067291;000000001;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067307;000000008;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067314;000000001;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067321;000000001;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067338;000000002;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276067345;000000001;"CI2692-400 ";"Dunk HIGH PRO ISO "
000000001;00194276073810;000000001;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073827;000000001;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073841;000000002;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073858;000000003;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073865;000000004;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073872;000000001;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073889;000000005;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073896;000000003;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073902;000000004;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073926;000000003;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073933;000000003;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073940;000000003;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073957;000000005;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073964;000000002;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073971;000000001;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194276073988;000000002;"CV0316-400 ";"Dunk Low Pro Premium "
000000001;00194497745077;000000001;"CT2224-001 ";"Dunk Low Pro E "
000000001;00194499036241;000000001;"CJ5378-700 ";"Dunk Low Pro "
000000001;00194499778745;000000001;"DA7074-200 ";"Stefan Janoski Canvas OG "
000000001;00194499778981;000000001;"DA7257-001 ";"Zoom Blazer Low GT "
000000001;00194955726938;000000001;"BQ6817-700 ";"Dunk Low Pro "
000000001;00195242853375;000000001;"DH7687-400 ";"Dunk Low Pro "
000000001;00195242853405;000000001;"DH7687-400 ";"Dunk Low Pro "
000000001;00195242853429;000000001;"DH7687-400 ";"Dunk Low Pro "
000000001;00195436357399;000000001;"DK0A4XLIC171 ";"JF 826 Work Pant "
000000001;00195436357474;000000001;"DK0A4XLIC171 ";"JF 826 Work Pant "
000000001;00195436357566;000000002;"DK0A4XLIC171 ";"JF 826 Work Pant "
000000001;00195436357634;000000001;"DK0A4XLIC171 ";"JF 826 Work Pant "
000000001;00666003661046;000000002;"877063-002 ";"Zoom Dunk Low Elite QS "
000000001;00666003661176;000000001;"877063-002 ";"Zoom Dunk Low Elite QS "
000000001;00666003661558;000000001;"877063-002 ";"Zoom Dunk Low Elite QS "
000000001;00666003661572;000000003;"877063-002 ";"Zoom Dunk Low Elite QS "
000000001;00666003661619;000000001;"877063-002 ";"Zoom Dunk Low Elite QS "
000000001;00666003692187;000000001;"877063-002 ";"Zoom Dunk Low Elite QS "
000000001;00823233611214;000000001;"877045-101 ";"NIKE SB BRUIN ZOOM PRM SE "
000000001;00823233611221;000000001;"877045-101 ";"NIKE SB BRUIN ZOOM PRM SE "
000000001;00826218206320;000000001;"AO0298-114 ";"AIR FORCE II LOW QS "
000000001;00826218215230;000000001;"AO0298-114 ";"AIR FORCE II LOW QS "
000000001;00882801054242;000000001;"BQ6449-001 ";"SB ZOOM BLAZER LOW QS "
000000001;00882801054280;000000001;"BQ6449-001 ";"SB ZOOM BLAZER LOW QS "
000000001;00882801054297;000000002;"BQ6449-001 ";"SB ZOOM BLAZER LOW QS "
000000001;00882801054402;000000003;"BQ6449-001 ";"SB ZOOM BLAZER LOW QS "
000000001;00883153504706;000000001;"883232-700 ";"NIKE SB DUNK LOW TRD QS "
000000001;00883418739058;000000001;"313171-441 ";"DUNK HIGH PREMIUM SB "
000000001;00883419397653;000000001;"881758-001 ";"NIKE SB DUNK HIGH TRD QS "
000000001;00883419398063;000000004;"881758-001 ";"NIKE SB DUNK HIGH TRD QS "
000000001;00883419398070;000000001;"881758-001 ";"NIKE SB DUNK HIGH TRD QS "
000000001;00883419398087;000000003;"881758-001 ";"NIKE SB DUNK HIGH TRD QS "
000000001;00883419398094;000000003;"881758-001 ";"NIKE SB DUNK HIGH TRD QS "
000000001;00883419398117;000000001;"881758-001 ";"NIKE SB DUNK HIGH TRD QS "
000000001;00884802503217;000000001;"881758-441 ";"Dunk High TRD QS "
000000001;00885179714626;000000001;"313171-606 ";"SB Dunk High Premium "
000000001;00886060099709;000000001;"881758-110 ";"SB Dunk High TRD QS "
000000001;00886061474239;000000001;"504750-060 ";"DUNK LOW PREMIUM SB QS "
000000001;00886066186038;000000001;"705190-602 ";"ZOOM STEFAN JANOSKI CNVS PRM "
000000001;00886066186045;000000002;"705190-602 ";"ZOOM STEFAN JANOSKI CNVS PRM "
000000001;00886066186052;000000002;"705190-602 ";"ZOOM STEFAN JANOSKI CNVS PRM "
000000001;00886691350163;000000002;"313171-025 ";"DUNK HIGH PREMIUM SB "
000000001;00886736709444;000000002;"881758-141 ";"NIKE SB DUNK HIGH TRD QS "
000000001;00886737728178;000000001;"895969-160 ";"NIKE SB ZOOM DUNK LOW PRO IW "
000000001;00886737728185;000000001;"895969-160 ";"NIKE SB ZOOM DUNK LOW PRO IW "
000000001;00887224536252;000000001;"908091-100 ";"Nike Air Max 1 Ultra 2.0 LE Shoe "
000000001;00887229014786;000000001;"854851-661 ";"Dunk High Pro "
000000001;00887229343176;000000001;"616693-482 ";"TRAINERENDOR MID PREMIUM "
000000001;00887231465729;000000001;"918288-041 ";"ZOOM DUNK LOW PRO QS "
000000001;00887231465736;000000002;"918288-041 ";"ZOOM DUNK LOW PRO QS "
000000001;00887231465743;000000001;"918288-041 ";"ZOOM DUNK LOW PRO QS "
000000001;00887231465767;000000002;"918288-041 ";"ZOOM DUNK LOW PRO QS "
000000001;00887231465804;000000002;"918288-041 ";"ZOOM DUNK LOW PRO QS "
000000001;00888408575432;000000001;"616691-222 ";"TRAINERENDOR (POLER) "
000000001;00888408575487;000000001;"616691-222 ";"TRAINERENDOR (POLER) "
000000001;00888408575531;000000001;"616691-222 ";"TRAINERENDOR (POLER) "
000000001;00888507131065;000000002;"313170-811 ";"Dunk Low Premium "
000000001;04060511217386;000000001;"EE9627 ";"ZURICH "
000000001;04060511217393;000000001;"EE9627 ";"ZURICH "
000000001;04060511217461;000000001;"EE9627 ";"ZURICH "
000000001;04060511217515;000000001;"EE9627 ";"ZURICH "
000000001;04061618584708;000000001;"EE3708 ";"Ultra Boost X GOT "
000000001;04062053054986;000000001;"EH1565 ";"BARCELONA 99 "
000000001;04062053054993;000000001;"EH1565 ";"BARCELONA 99 "
000000001;04062053055020;000000007;"EH1565 ";"BARCELONA 99 "
000000001;04062053055068;000000004;"EH1565 ";"BARCELONA 99 "
000000001;04062053055136;000000001;"EH1565 ";"BARCELONA 99 "
000000001;04062053055143;000000003;"EH1565 ";"BARCELONA 99 "
000000001;04062053055174;000000003;"EH1565 ";"BARCELONA 99 "

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,209 +0,0 @@
filiale;etikettnr;menge;modellnr;modellbez
000000006;00000002014111;000000001;"Inferno ";"Inferno "
000000006;00000002014114;000000001;"Inferno ";"Inferno "
000000006;00000002027310;000000001;"Regular ";"Regular "
000000006;00000002034139;000000001;"Skinny Fit ";"Skinny Fit "
000000006;00091202387525;000000001;"AA6315-010 ";"Sportswear "
000000006;00091202470685;000000001;"AA6339-071 ";"Sportswear "
000000006;00091202753351;000000001;"634835-603 ";"Air Huarache Run "
000000006;00190436153842;000000001;"052189320205 ";"Agree playsuit "
000000006;00191165659919;000000001;"VA36ZFWHT ";"MN THATCHER "
000000006;00191322460129;000000001;"80524520 ";"MONOCHROME 3930 GOLWAR BLK "
000000006;00610934213133;000000001;"08210025 ";"PROM 25L "
000000006;00610934244519;000000001;"08130057 ";"CAMPUS 33L "
000000006;00610934861310;000000001;"8210025 ";"PROM 25L "
000000006;00610934964462;000000001;"08210010 ";"JEWEL 26L "
000000006;00643288438143;000000001;"1913482 ";"Tonal Ss Link Crew "
000000006;00791732569452;000000001;"UNFR18-065 ";"We are Unfair FC Tracktop "
000000006;00812613029121;000000001;"F1401027 ";"Allen "
000000006;00826215858249;000000001;"928329-451 ";"Sportswear "
000000006;00826218302497;000000001;"929374-063 ";"Sportswear "
000000006;00826218420306;000000001;"934095-451 ";"SB Everett "
000000006;00828432029754;000000001;"10006 ";"Settlement Plus "
000000006;00828432035434;000000001;"10143 ";"Nelson "
000000006;00884776664518;000000001;"819717-600 ";"BENASSI DUO ULTRA SLIDE "
000000006;00885429060862;000000001;"10879527 ";"NHL COTTON BLOCK LOSKIN GREY/BLACK "
000000006;00885430465922;000000001;"11406790 ";"NFL UNSTRUCTURED LP9FIFTY OAKRAI OT "
000000006;00885430509145;000000001;"11406792 ";"NFL UNSTRUCTURED LP9FIFTY MIADOL OT "
000000006;00885433508169;000000001;"11394837 ";"NBA TEAM 9FIFTY CHIBUL OTC "
000000006;00886475053198;000000001;"0357693 ";"Slim "
000000006;00886475517096;000000001;"0200629 ";"Slim Chino "
000000006;00886475517157;000000001;"0200629 ";"Slim Chino "
000000006;00886475741309;000000001;"0102314 ";"Dropped "
000000006;00886475887052;000000001;"0260767 ";"CM Beanie "
000000006;00886608235927;000000001;"A3511851 ";"CRISP EURO BSC SS "
000000006;00886608422020;000000001;"A3531861 ";"Cresticle Bsc SS "
000000006;00886608427148;000000001;"A4331867 ";"Finger Bxy SS "
000000006;00886608521679;000000001;"A0741800 ";"Suspenders Swtr "
000000006;00886608521686;000000001;"A0741800 ";"Suspenders Swtr "
000000006;00886608522768;000000001;"A3541851 ";"Crisp Euro Bsc SS "
000000006;00886915134784;000000001;"861650-010 ";"Sportswear Jacket "
000000006;00887188422936;000000001;"O1211500 ";"SIMPLY SOLID BANDEAU "
000000006;00887188633011;000000001;"O1521506 ";"DESERT DRIFTER UWIRE "
000000006;00887227831248;000000001;"930537-010 ";"Sportswear "
000000006;00887228214873;000000001;"829725-010 ";"W NSW AV15 JKT WVN "
000000006;00887228214941;000000001;"829725-100 ";"W NSW AV15 JKT WVN "
000000006;00887229460378;000000001;"SX5760-910 ";"Nike SB Crew Skateboarding Socks "
000000006;00887229934220;000000001;"932055-010 ";"Sportswear N98 "
000000006;00887682393268;000000001;"VQG28XG ";"Sk8-Hi Reissue Van Doren "
000000006;00887682484362;000000001;"VRRF8SK ";"Sk8-Hi Platform Studded "
000000006;00887757524726;000000001;"10862335 ";"NBA BASIC BRONET BLACK/GREY "
000000006;00887867269838;000000001;"VQG2C7N ";"SK8-HI REISSUE (Vintage) tibet"
000000006;00887867343934;000000001;"VOZDC4G ";"ERA LX "
000000006;00888319542424;000000001;"J145018 ";"RC TT Fit Jean "
000000006;00888408051448;000000001;"830431-010 ";"NSW PANT MONTAGE EMBOSS "
000000006;00888409361959;000000001;"831752-011 ";"Sportswear Top "
000000006;00888409361966;000000001;"831752-011 ";"Sportswear Top "
000000006;00888409797581;000000001;"928629-687 ";"Sportswear "
000000006;00888409949102;000000001;"631303-100 ";"STEFAN JANOSKI MAX "
000000006;00888413502126;000000001;"893642-133 ";"Sportswear Archive "
000000006;00888413507312;000000001;"897584-010 ";"Sportswear Archive "
000000006;00888413637309;000000001;"893669-451 ";"Sportswear "
000000006;00889167005604;000000001;"P1401113 ";"VESCO "
000000006;00889167199051;000000001;"P1401090 ";"Kelson "
000000006;00889167222339;000000001;"P1401095 ";"New Legacy "
000000006;00889167241118;000000001;"P1606020 ";"BEHAN "
000000006;00889167274864;000000001;"P1706003 ";"BOWEN "
000000006;00889167274901;000000001;"P1706003 ";"BOWEN "
000000006;00889167274918;000000001;"P1706003 ";"BOWEN "
000000006;00889262574579;000000001;"4101000403 ";"MARANA "
000000006;00889688062131;000000001;"F1703017 ";"06 "
000000006;03614038691993;000000001;"TH6996-00 ";"TH6996-00 "
000000006;04046602248965;000000001;"140951-762 ";"MARINA JOG - alcantara jersey - DEE "
000000006;04049087729165;000000002;"9152-5619/9000 ";"2 Nasty Bag "
000000006;04049087740542;000000001;"9152-5634/2100 ";"Prost Bag "
000000006;04049087816018;000000001;"9162-5013/0101 ";"Make Rap Great Again Cap "
000000006;04049502673462;000000001;"1731-0231 ";"Die Finnen Kommen III "
000000006;04049502680828;000000001;"1731-0253 ";"Madame Unschuld Bangs II "
000000006;04049502883397;000000001;"1801-0019 ";"Gingko Biloba "
000000006;04049502940540;000000001;"1801-0209 ";"Darth Ankerdizzel "
000000006;04049506663957;000000001;"9873242-700 ";"Insulaner Jacket "
000000006;04049506748739;000000001;"9158123 ";"Eissegler Jacket "
000000006;04049506758592;000000002;"A966931-700 ";"Rainflective Beutel "
000000006;04049506760984;000000001;"1666364-243 ";"Corals Top "
000000006;04049506773625;000000001;"A966933-700 ";"City Rules Beutel "
000000006;04049506773649;000000001;"A966932-700 ";"Greetings Beutel "
000000006;04049506861087;000000001;"1186392 ";"Act the Fool Tee "
000000006;04049506867713;000000001;"9686120 ";"Nouks Jacket "
000000006;04051015058537;000000001;"1100/1001 ";"Skin "
000000006;04051015102544;000000001;"1100/1029 ";"Radar Stretch "
000000006;04051015139250;000000001;"1104-008 ";"Nova 2 "
000000006;04051015139359;000000001;"1104-008 ";"Nova 2 "
000000006;04051015166539;000000001;"1308/1037 ";"Artificial Leather Bomber "
000000006;04051015175654;000000001;"1404-001 ";"Beanie "
000000006;04052227298254;000000001;"I002728.61.MI.32 ";"Ziggy Pant "
000000006;04053154126535;000000001;"CXAJSIMP ";"Simplist "
000000006;04053154206077;000000001;"CXHZFLEEC ";"Fleecer "
000000006;04054262004777;000000001;"I002273 ";"Slim Pant "
000000006;04054262486078;000000001;"I003367 ";"Sid Pant "
000000006;04054262691779;000000001;"I019909 ";"State Bag "
000000006;04054262962374;000000001;"I021970 ";"Hooded Bold Type Sweat "
000000006;04055339296842;000000001;"AB7571 ";"PE HOODY "
000000006;04056559614782;000000002;"AJ6931 ";"GYMSACK AC "
000000006;04056559623043;000000002;"AJ6927 ";"GYMSACK AC "
000000006;04057081014620;000000002;"AVR-MSM-001-712 ";"Messenger "
000000006;04057283722101;000000001;"BB1240 ";"EQUIPMENT SUPPORT ULTRA "
000000006;04057288013389;000000001;"BK5915 ";"CLR84 TRACKTOP "
000000006;04057827899078;000000001;"364083 ";"Suede Heart Safari Wn's "
000000006;04058025050902;000000001;"BR4171 ";"GYMSACK F L "
000000006;04058027504915;000000001;"BS8897 ";"CLUB C 85 VS "
000000006;04058027513559;000000001;"BS8896 ";"CLUB C 85 VS "
000000006;04058028391408;000000001;"CM9294 ";"CLUB C 85 MCC "
000000006;04058028399831;000000001;"CM9303 ";"WORKOUT PLUS MCC "
000000006;04058031735626;000000001;"BS5213 ";"CLUB C 85 SO "
000000006;04058031818114;000000001;"BS5211 ";"CLUB C 85 SO "
000000006;04058032242659;000000001;"BR4802 ";"BP ROLL TOP "
000000006;04058032657033;000000001;"BQ3981 ";"J ROSE LEGG AOP "
000000006;04058459069990;000000002;"I022613 ";"Radio Club Logo Cap "
000000006;04059319418163;000000001;"CQ2375 ";"EQT CUSHION ADV "
000000006;04059319418170;000000001;"CQ2375 ";"EQT CUSHION ADV "
000000006;04059322577949;000000001;"CQ2525 ";"HAVEN W "
000000006;04059322577956;000000001;"CQ2525 ";"HAVEN W "
000000006;04059504777181;000000001;"363906 ";"Suede Platform SNK Jr "
000000006;04059504845682;000000001;"365652 ";"Sky II Lo DIAMOND "
000000006;04059505024475;000000002;"365338 ";"Leadcat Satin Wns "
000000006;04059507295217;000000001;"0368024 ";"Thunder Desert Wn's "
000000006;04059807861648;000000001;"DH2873 ";"adidas NMD BP "
000000006;04059811912657;000000001;"CY8335 ";"EF GR TEE "
000000006;04060606120829;000000001;"1830-0510 ";"Dildo Junkie "
000000006;04060606136394;000000001;"1831-0513 ";"Immer diese mit Moral "
000000006;04060606159430;000000001;"1801-0001 ";"Herbert "
000000006;04062054663583;000000001;"FM2592 ";"Tight Tee "
000000006;04250726772309;000000001;"21319 ";"PUMPKIN Short "
000000006;04250726772316;000000001;"21319 ";"PUMPKIN Short "
000000006;04250726772323;000000002;"21319 ";"PUMPKIN Short "
000000006;04250726772330;000000001;"21319 ";"PUMPKIN Short "
000000006;04250726772354;000000001;"21320 ";"PUMPKIN Short "
000000006;04250726772361;000000002;"21320 ";"PUMPKIN Short "
000000006;04250726772378;000000002;"21320 ";"PUMPKIN Short "
000000006;04250726772385;000000002;"21320 ";"PUMPKIN Short "
000000006;04250726792833;000000001;"21633 ";"MAYA Sweat "
000000006;04251081906811;000000001;"6030897-DTS16-M11002 ";"Neoprene "
000000006;04251081906828;000000001;"6030897-DTS16-M11002 ";"Neoprene "
000000006;04251291761088;000000001;"1711-10040 ";"TRIBE B ORGANIC "
000000006;04251321235008;000000001;"WL-AW17-10 ";"WL Mercy Cap "
000000006;04251321252418;000000001;"4005194 ";"C&S WL Enemies Gymbag "
000000006;04251321252456;000000002;"4005198 ";"C&S WL Drop Out Gymbag "
000000006;04251385114356;000000001;"22104 ";"CHARLOTTE A Coat "
000000006;04251385136273;000000001;"40543 ";"RON Parka "
000000006;04251385136297;000000001;"40543 ";"RON Parka "
000000006;04251385137539;000000001;"40570 ";"BLACK MAMBA A Jacket "
000000006;04251385151689;000000001;"22551 ";"MARA Sweat "
000000006;04251385151757;000000001;"40660 ";"DON Jacket "
000000006;04251436291760;000000001;"1812-30020 ";"WINGS SWEAT "
000000006;04251490121874;000000001;"1821-60006 ";"EWOK MINIDOTS "
000000006;04251490138568;000000001;"1821-60003 ";"NUGGIE B "
000000006;04251490139176;000000001;"1821-60022 ";"LAIKA MINIDOTS "
000000006;04260339649868;000000001;"133009 ";"MA-1 VF 59 Wmn "
000000006;04260358869988;000000001;"Hoodie Anti-Pigs ";"Hoodie Anti-Pigs "
000000006;04260423630765;000000001;"191118 ";"MA-1 VF 59 "
000000006;05031768018766;000000002;"740811-013 ";"PATENT "
000000006;05031768018810;000000003;"740450-032 ";"Patent "
000000006;05031768018834;000000003;"740450-034 ";"Gold Zip Purse - METALLIC "
000000006;05031768020806;000000001;"740416-030 ";"Pugs "
000000006;05031768021315;000000001;"740801-003 ";"Patent "
000000006;05031768022114;000000001;"740554-014 ";"Premium Kit Bag - VELVET "
000000006;05031768022862;000000001;"740811-041 ";"Gold Wash bag - GLITTER "
000000006;05031768022893;000000002;"740811-044 ";"Gold Wash Bag - MIRROR "
000000006;05031768022992;000000003;"740450-043 ";"Gold Zip Purse - MIRROR "
000000006;05031768023005;000000003;"740450-044 ";"Gold Zip Purse - GLITTER "
000000006;05031768023029;000000002;"740801-027 ";"Gold Coin Holder - GLITTER "
000000006;05053722713678;000000001;"BMMA0232-20 ";"SNARE V20 "
000000006;05054577611195;000000001;"BAWX001808 ";"FUR GYMBAG "
000000006;05056184269608;000000001;"SHW04349 ";"TRANSIMENO 2 TRACK "
000000006;05057677044641;000000001;"SHW00892 ";"RIMINI TRACKTOP "
000000006;05060529041323;000000001;"740804-S21 ";"Make Up Bag - MATT CROCK "
000000006;05060529041354;000000002;"740450-S47 ";"Gold Zip Purse - MIRROR "
000000006;05060529041361;000000001;"740450-S48 ";"Gold Zip Purse - GLITTER "
000000006;05415153897134;000000002;"15436-0018 ";"REVEL LOW DC SKINNY "
000000006;05415153959269;000000001;"15436-0018 ";"REVEL LOW DC SKINNY "
000000006;07323000575075;000000001;"1510111 ";"Lexy "
000000006;07323000661914;000000001;"1510111 ";"Lexy "
000000006;07323000682186;000000001;"1630101 ";"Abel Trousers "
000000006;07323000818592;000000001;"1510111 ";"Lexy "
000000006;07332846111309;000000001;"10050091 ";"Staple "
000000006;08056426160004;000000001;"S20690 ";"Slide MULTI-LIDO "
000000006;08056426160066;000000001;"S20690 ";"Slide MULTI-LIDO "
000000006;08056426267208;000000001;"S20690 ";"Slide MULTI-LIDO "
000000006;08056426267239;000000003;"S20690 ";"Slide MULTI-LIDO "
000000006;08433813411138;000000001;"MFT0007570 ";"BAYSIDE NIGHT OUT ZIP "
000000006;08718512253471;000000001;"50799A.4280.1197 ";"new rad slm coj "
000000006;08718512556190;000000001;"5620.5210.424 ";"5620 3D loose "
000000006;08718512556428;000000001;"5620.5210.424 ";"5620 3D loose "
000000006;08718513317202;000000001;"50128.5689.424 ";"3301 straight "
000000006;08718833971221;000000001;"H7F9N ";"GEL-LYTE III "
000000006;08718833971252;000000001;"H7F9N ";"GEL-LYTE III "
000000006;09920063835191;000000001;"Icetools Twist ";"Icetools Twist "
000000006;09920065085457;000000001;"Red Impact Short W' 07 ";"Red Impact Short W' 07 "
000000006;09920065798562;000000002;"Clepto Pin Visor Beanie wo ";"Clepto Pin Visor Beanie wo "
000000006;09920065816280;000000001;"Carhartt Aspen W'Beanie ";"Carhartt Aspen W'Beanie "
000000006;09920066101873;000000001;"Giro G9 10 ";"Giro G9 10 "
000000006;09920066185323;000000001;"RED Base Layer Short wms ";"RED Base Layer Short wms "
000000006;09920066461670;000000001;"Levis B.Curve skinny Spy ";"Levis B.Curve skinny Spy "
000000006;09920066461687;000000001;"Levis B.Curve skinny Spy ";"Levis B.Curve skinny Spy "
000000006;09920066772172;000000001;"Volcom Ess Beanie ";"Volcom Ess Beanie "
000000006;09920067116920;000000001;"Special Blend Fling W' Beanie ";"Special Blend Fling W' Beanie "
000000006;09920067265475;000000001;"Billabong Orion M Jkt ";"Billabong Orion M Jkt "
000000006;09920067427484;000000001;"Volcom Half Stone Visor Rev Be";"Volcom Half Stone Visor Rev Be"
000000006;09920067438077;000000001;"Dr. Denim Snap W' Jean 142 ";"Dr. Denim Snap W' Jean 142 "
000000006;09920067438091;000000001;"Dr. Denim Snap W' Jean 142 ";"Dr. Denim Snap W' Jean 142 "

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

70
public/.htaccess Normal file
View File

@ -0,0 +1,70 @@
# Use the front controller as index file. It serves as a fallback solution when
# every other rewrite/redirect fails (e.g. in an aliased environment without
# mod_rewrite). Additionally, this reduces the matching process for the
# start page (path "/") because otherwise Apache will apply the rewriting rules
# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).
DirectoryIndex index.php
# By default, Apache does not evaluate symbolic links if you did not enable this
# feature in your server configuration. Uncomment the following line if you
# install assets as symlinks or if you experience problems related to symlinks
# when compiling LESS/Sass/CoffeScript assets.
# Options +FollowSymlinks
# Disabling MultiViews prevents unwanted negotiation, e.g. "/index" should not resolve
# to the front controller "/index.php" but be rewritten to "/index.php/index".
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
<IfModule mod_rewrite.c>
# This Option needs to be enabled for RewriteRule, otherwise it will show an error like
# 'Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden'
Options +FollowSymlinks
RewriteEngine On
# Determine the RewriteBase automatically and set it as environment variable.
# If you are using Apache aliases to do mass virtual hosting or installed the
# project in a subdirectory, the base path will be prepended to allow proper
# resolution of the index.php file and to redirect to the correct URI. It will
# work in environments without path prefix as well, providing a safe, one-size
# fits all solution. But as you do not need it in this case, you can comment
# the following 2 lines to eliminate the overhead.
RewriteCond %{REQUEST_URI}::$0 ^(/.+)/(.*)::\2$
RewriteRule .* - [E=BASE:%1]
# Sets the HTTP_AUTHORIZATION header removed by Apache
RewriteCond %{HTTP:Authorization} .+
RewriteRule ^ - [E=HTTP_AUTHORIZATION:%0]
# Redirect to URI without front controller to prevent duplicate content
# (with and without `/index.php`). Only do this redirect on the initial
# rewrite by Apache and not on subsequent cycles. Otherwise we would get an
# endless redirect loop (request -> rewrite to front controller ->
# redirect -> request -> ...).
# So in case you get a "too many redirects" error or you always get redirected
# to the start page because your Apache does not expose the REDIRECT_STATUS
# environment variable, you have 2 choices:
# - disable this feature by commenting the following 2 lines or
# - use Apache >= 2.3.9 and replace all L flags by END flags and remove the
# following RewriteCond (best solution)
RewriteCond %{ENV:REDIRECT_STATUS} =""
RewriteRule ^index\.php(?:/(.*)|$) %{ENV:BASE}/$1 [R=301,L]
# If the requested filename exists, simply serve it.
# We only want to let Apache serve files and not directories.
# Rewrite all other queries to the front controller.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ %{ENV:BASE}/index.php [L]
</IfModule>
<IfModule !mod_rewrite.c>
<IfModule mod_alias.c>
# When mod_rewrite is not available, we instruct a temporary redirect of
# the start page to the front controller explicitly so that the website
# and the generated links can still be used.
RedirectMatch 307 ^/$ /index.php/
# RedirectTemp cannot be used instead
</IfModule>
</IfModule>

View File

@ -33,7 +33,7 @@ class Order
#[ORM\Column]
private array $data = [];
#[ORM\Column(type: Types::DATETIME_MUTABLE, name: 'change_date', options: ['default' => 'CURRENT_TIMESTAMP'])]
#[ORM\Column(name: 'change_date',type: Types::DATETIME_MUTABLE, nullable: true, options: ['default' => 'CURRENT_TIMESTAMP'])]
private ?\DateTimeInterface $changeDate = null;
public function getId(): ?int

View File

@ -27,7 +27,7 @@ class Product
// #[ORM\Column(length: 255)]
// private ?string $modellbez = null;
#[ORM\Column(type: Types::DATETIME_MUTABLE, name: 'change_date', options: ['default' => 'CURRENT_TIMESTAMP'])]
#[ORM\Column(name: 'change_date', type: Types::DATETIME_MUTABLE, nullable: true, options: ['default' => 'CURRENT_TIMESTAMP'])]
private ?\DateTimeInterface $updateTime = null;

View File

@ -29,7 +29,7 @@ class Stock
#[ORM\ManyToOne(inversedBy: 'stocks')]
private ?Warehouse $warehouse = null;
#[ORM\Column(type: Types::DATETIME_MUTABLE, name: 'change_date', options: ['default' => 'CURRENT_TIMESTAMP'])]
#[ORM\Column(name: 'change_date',type: Types::DATETIME_MUTABLE, nullable: true, options: ['default' => 'CURRENT_TIMESTAMP'])]
private ?\DateTimeInterface $update_time = null;

View File

@ -68,7 +68,7 @@ class HiltesImport
{
$finder = Finder::create();
$finder
->in($this->currentDirPath.'/hiltes/')
->in($this->currentDirPath.'/hiltes/h2c/')
->depth(0);
#->filter(static function (SplFileInfo $file) {
# return $file->isDir() || \preg_match('/\.(php|json)$/', $file->getPathname());
@ -170,11 +170,11 @@ class HiltesImport
protected function saveData(Array $arr){
dump($arr);
#*** Speichert und/oder Holt WareHouse ab
$wareHouse = $this->checkWareHouseName($arr[0]);
$wareHouse = $this->checkWareHouseName($arr[2]);
#*** PRodukt wird angelegt oder geholt ****
#filiale;etikettnr;menge;
$prodId = $this->checkProduct($arr[1]);
$prodId = $this->checkProduct($arr[0]);
#*** Ermitteln ob schon ein ID vorhadnen für ProdId und WareHouseId
if(!empty($wareHouse) && !empty($this->cachedStockIds[$prodId][$wareHouse->getId()])){
$stock = $this->cachedStockIds[$prodId][$wareHouse->getId()];

View File

@ -86,6 +86,18 @@
"config/packages/sensio_framework_extra.yaml"
]
},
"symfony/apache-pack": {
"version": "1.0",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
"ref": "efb318193e48384eb5c5aadff15396ed698f8ffc"
},
"files": [
"public/.htaccess"
]
},
"symfony/console": {
"version": "6.1",
"recipe": {