2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 02:25:31 +00:00
This commit is contained in:
SchrodingersGat
2023-11-27 02:09:58 +00:00
parent 2479f57f09
commit 65e1fa4335
27 changed files with 70 additions and 67 deletions

View File

@ -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>

View File

@ -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>

View File

@ -62,8 +62,9 @@
<h2>Plugins</h2>
<p>We supply core-dev and community built plugins to get you started with extending InvenTrees 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 InvenTrees 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>