Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buddhaCode/BucoAllowMultipleDocuments
Shopware plugin to allow creation of multiple documents per type and order
https://github.com/buddhaCode/BucoAllowMultipleDocuments
document order shopware shopware-plugin shopware-plugins
Last synced: 3 months ago
JSON representation
Shopware plugin to allow creation of multiple documents per type and order
- Host: GitHub
- URL: https://github.com/buddhaCode/BucoAllowMultipleDocuments
- Owner: buddhaCode
- License: gpl-3.0
- Archived: true
- Created: 2019-05-22T08:27:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T08:30:56.000Z (over 5 years ago)
- Last Synced: 2024-04-18T18:56:18.222Z (7 months ago)
- Topics: document, order, shopware, shopware-plugin, shopware-plugins
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shopware - Order Documents: Allow multiple documents per type - Allow creation of multiple documents per type and order. (Backend Plugins)
README
# BucoAllowMultipleDocuments
Shopware plugin to allow creation of multiple documents per type and order## Features
Shopware doesn't allow to create more than one document per type for a customer order. For example, one will
create a second delivery slip, the first one will be overwritten. This plugins enables Shopware to create more
than one document for a designated document type. The plugin settings allow to enable this feature on a sub-shop
and document type basis.## Compatibility
* Shopware >= 5.5.0
* PHP >= 7.0## Installation
### Git Version
* Checkout plugin in `/custom/plugins/BucoAllowMultipleDocuments`
* Install and active plugin with the Plugin Manager### Install with composer
* Change to your root installation of Shopware
* Run command `composer require buddha-code/buco-allow-multiple-documents`
* Install and active plugin with `./bin/console sw:plugin:install --activate BucoAllowMultipleDocuments`## Contributing
Feel free to fork and send pull requests!## Licence
This project uses the [GPLv3 License](LICENCE).