[Plus Docs] Business Units

This commit is contained in:
Magdalena Sadowska 2019-12-20 12:39:56 +01:00
parent c3c8a03ccb
commit 8de9169c8f
No known key found for this signature in database
GPG key ID: 6364E6C4669E2A13
4 changed files with 31 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -60,6 +60,37 @@ You can get the current channel from the channel context.
Moreover if the channel depends mainly on the request you can implement the ``Sylius\Component\Channel\Context\RequestBased\RequestResolverInterface``
with its ``findChannel(Request $request)`` method and register it under the ``sylius.context.channel.request_based.resolver`` tag.
Shop Billing Data
-----------------
For :doc:`Invoicing </book/orders/invoices>` and :doc:`Credit Memo </book/orders/refunds>` purposes Channels are
supplied with a section named Shop Billing Data, which is editable on the Channel create/update form.
.. image:: ../../_images/shop_billing_data.png
:align: center
.. rst-class:: plus-doc
Business Units
~~~~~~~~~~~~~~
Sylius Plus is supplied with an enhanced version of Shop Billing Data from open source edition. It is also used for Invoicing and Refunds purposes,
but it is a separate entity, that you can create outside of the Channel and then just pick a previously created Business Unit
on the Channel form.
.. image:: ../../_images/sylius_plus/business_units.png
:align: center
.. image:: ../../_images/sylius_plus/business_unit_form.png
:align: center
.. image:: ../../_images/sylius_plus/channel_business_unit.png
:align: center
.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
Learn more
----------