mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-29 05:56:45 +00:00
21 lines
800 B
Markdown
21 lines
800 B
Markdown
---
|
|
title: Plugins
|
|
---
|
|
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. [Learn more](# TODO plugins)
|
|
|
|
### Highlights
|
|
|
|
Add [printing capabilities](printers) for your network connected printers to the webinterface and apps.
|
|
|
|
Integrate your Shopping or warehousing solution:
|
|
- [Shopify](shopify)
|
|
|
|
### Plugin repo
|
|
|
|
{% include partial/alert.html
|
|
style='info'
|
|
title='Coming soon'
|
|
desc="We are working on a full plugin repo - keep up to date on the blog or directly in your InvenTree dashboard with news."
|
|
%}
|