Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Shopware plugin to allow creation of multiple documents per type and order

Awesome Lists containing this project

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).