Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 969 Bytes

File metadata and controls

36 lines (23 loc) · 969 Bytes
.. rst-class:: outdated

SyliusInventoryBundle

!DANGER!

We're sorry but this documentation section is outdated. Please have that in mind when trying to use it. You can help us making documentation up to date via Sylius Github. Thank you!

Flexible inventory management for Symfony applications.

With minimal configuration you can implement inventory tracking in your project.

It's fully customizable, but the default setup should be optimal for most use cases.

There is StockableInterface and InventoryUnit model inside the bundle.

There are services AvailabilityChecker, InventoryOperator and InventoryChangeListener.

You'll get familiar with them in later parts of this documentation.

.. toctree::
   :maxdepth: 1
   :numbered:

   installation
   models
   services
   extension
   summary

Learn more