mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Plus Docs] Business Units
This commit is contained in:
parent
c3c8a03ccb
commit
8de9169c8f
4 changed files with 31 additions and 0 deletions
BIN
docs/_images/sylius_plus/business_unit_form.png
Normal file
BIN
docs/_images/sylius_plus/business_unit_form.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
BIN
docs/_images/sylius_plus/business_units.png
Normal file
BIN
docs/_images/sylius_plus/business_units.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
BIN
docs/_images/sylius_plus/channel_business_unit.png
Normal file
BIN
docs/_images/sylius_plus/channel_business_unit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -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
|
||||
----------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue