mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-13 02:25:31 +00:00
deploy: 8c3a8849d2
This commit is contained in:
@ -323,7 +323,7 @@ The app has been optimized for speed, providing instant access to stock knowledg
|
||||
<p>Core app features include:</p>
|
||||
|
||||
<ul>
|
||||
<li>View and edit part and stock information with a blazingly fast interface</li>
|
||||
<li>View and edit part and stock information in a blazing fast interface</li>
|
||||
<li>Perform stock control actions on the go</li>
|
||||
<li>Barcode integrations simplify stock operations</li>
|
||||
<li>Receive purchase orders and check in stock items</li>
|
||||
|
@ -62,14 +62,14 @@
|
||||
|
||||
<h2>Ecosystem</h2>
|
||||
|
||||
<p>InvenTree is designeds to be part of a larger system of tools to support both hobbyists and SMEs with their mangment needs.</p>
|
||||
<p>InvenTree is designed to be part of a larger system of tools to support both hobbyists and SMEs with their management needs.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="plugin">Plugins</a></li>
|
||||
<li><a href="api">API</a></li>
|
||||
<li>
|
||||
<a href="integrate">Integrate</a> into other tools</li>
|
||||
<li>PK2InvenTree for <a href="https://github.com/rgilham/PK2InvenTree">migrating from PartKeepr to InvenTreen</a>
|
||||
<li>PK2InvenTree for <a href="https://github.com/rgilham/PK2InvenTree">migrating from PartKeepr to InvenTree</a>
|
||||
</li>
|
||||
<li>Python <a href="https://docs.inventree.org/en/latest/api/python/python/">package</a>
|
||||
</li>
|
||||
|
@ -62,8 +62,9 @@
|
||||
|
||||
<h2>Plugins</h2>
|
||||
|
||||
<p>We supply core-dev and community built plugins to get you started with extending InvenTree’s functionality. Plugins can hook into many parts of the UI, buisness logic and webserver.
|
||||
We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities.</p>
|
||||
<p>We supply core-dev and community built plugins to get you started with extending InvenTree’s functionality. Plugins can hook into many parts of the UI, buisness logic and webserver.</p>
|
||||
|
||||
<p>We expose some internal Python APIs to speed up your development and keep the instance running while you discover the possibilities.</p>
|
||||
|
||||
<p>You can read more about the plugin architecture, including information on developing new plugins, on our <a href="https://docs.inventree.org/en/latest/extend/plugins/">documentation</a></p>
|
||||
|
||||
|
Reference in New Issue
Block a user