Das magische Datenbank-Tool
Go to file
Daniel Seifert 03f31f3e8b
adjust documentation
2023-03-30 13:33:39 +02:00
Application fix JS for multiforms 2023-03-30 13:30:04 +02:00
assets add screenshot 2021-09-08 11:34:20 +02:00
tests add CS-fixed files 2022-01-17 10:59:18 +01:00
.gitattributes prevent commiting CS-Fixer cache file 2022-01-17 11:09:16 +01:00
.gitignore prevent commiting CS-Fixer cache file 2022-01-17 11:09:16 +01:00
.php-cs-fixer.php add CS-Fixer configuration 2022-01-17 10:58:46 +01:00
CHANGELOG.md adjust documentation 2023-03-30 13:33:39 +02:00
LICENSE.md adjust license informations 2021-04-20 11:20:34 +02:00
README.en.md enhance README file 2021-12-29 23:41:51 +01:00
README.md fix typo 2022-07-13 13:45:55 +02:00
composer.json make installable in OXID 6.5.1 2022-12-19 11:22:50 +01:00
menu.xml Resolve source directory and add blacklist filter 2021-07-13 10:51:45 +02:00
metadata.php adjust documentation 2023-03-30 13:33:39 +02:00

README.en.md

deutsche Version english version

D³ Data Wizard for OXID eShop

The module DataWizard offers a framework for the simple integration of exports via the admin area of the OXID shop.

The exports are defined via database queries or ready-made data lists. Various export formats are available. The generation is possible at any time and always recurring (within the system limits). These are offered as downloads in the browser.

All exports and tasks are grouped together for better clarity.

Sample exports are included in the package d3/datawizardtasks. These are intended to serve as an implementation reference for individual exports.

administration area

Table of content

Installation

This package requires an Composer installed OXID eShop as defined in composer.json.

Open a command line interface and navigate to the shop root directory (parent of source and vendor). Execute the following command. Adapt the paths to your environment.

php composer require d3/datawizard:^2.0

Activate the module in the admin area of the shop in "Extensions -> Modules".

Usage

These package doesn't contain any export or action items. See Extension packages for installable example items.

Log in to the admin area of your shop and navigate to "D³ Modules -> Data Wizard". Go to "Exports" or "Actions" (as desired). Choose your desired item and export or execute it.

Extensibility

The module represents the technical basic framework of the exports and does not claim to be complete. In order to adapt the scope to individual requirements, the following extensions are prepared:

  • Add exports or tasks
  • Use existing and new groups
  • Add export formats

Independently of this, all extension options are available that the OXID Shop provides for modules.

Extension packages

  • d3/datawizardtasks - provides sample exports and their implementation reference
  • d3/datawizardcli - provides the execution of exports or tasks via the command prompt (e.g. as cronjobs)
  • d3/datawizardlink - provides URLs to generate exports from third party systems

Changelog

See CHANGELOG for further informations.

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a star! Thanks again!

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

Licence

(status: 2021-05-06)

Distributed under the GPLv3 license.

Copyright (c) D3 Data Development (Inh. Thomas Dartsch)

This software is distributed under the GNU GENERAL PUBLIC LICENSE version 3.

For full copyright and licensing information, please see the LICENSE file distributed with this source code.

Further licences and terms of use

background gradients on src/Application/views/admin/tpl/ templates

(https://www.gradientmagic.com/licensing - status: 07.05.2021)

Image courtesy of gradientmagic.com

Free Gradients

Gradients available on the site are free to use on personal and commercial projects, with attribution.

The following software packages are not part of this module. However, they are required for use. The linked packages are under the following licences:

league/csv [MIT]

(https://github.com/thephpleague/csv - status: 2021-05-06)

Copyright (c) 2013-2017 ignace nyamagana butera

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

mathieuviossat/arraytotexttable [MIT]

(https://github.com/viossat/arraytotexttable - status: 2021-05-06)

Copyright (c) 2015 Mathieu Viossat

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.