[Documentation][Book] State machine diagrams - part 2

This commit is contained in:
Magdalena Banasiak 2017-02-08 17:10:22 +01:00
parent ddf12bdfc8
commit dd73800e54
5 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -44,6 +44,10 @@ The transitions on the order checkout state machine are:
from: [payment_selected]
to: completed
.. image:: ../../_images/sylius_order_checkout.png
:align: center
:scale: 70%
Steps of Checkout
-----------------

View file

@ -130,6 +130,13 @@ This lets you to divide an order into several different shipments that have own
If you are not familiar with the shipments concept :doc:`check the documentation</book/orders/shipments>`.
State machine of Shipping in an Order
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. image:: ../../_images/sylius_order_shipping.png
:align: center
:scale: 70%
How to add a Shipment to an Order?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -182,6 +189,13 @@ It lets you to divide paying for an order into several different methods that ha
If you are not familiar with the Payments concept :doc:`check the documentation</book/orders/payments>`.
State machine of Payment in an Order
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. image:: ../../_images/sylius_order_payment.png
:align: center
:scale: 70%
How to add a Payment to an Order?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~