mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-13 10:35:27 +00:00
.github
_data
_drafts
_includes
_layouts
_news
_plugins
_posts
_publishers
_repo
about
alternatives
assets
extend
integrate
plugin
index.md
api.md
app.md
index.md
use
.gitignore
404.md
CNAME
Gemfile
Gemfile.lock
LICENSE
README.md
_config.yml
blog.html
categories.html
contribute.md
demo.md
deploy.md
digitalocean.md
functions.md
index.md
news.html
newsletter.md
package-lock.json
package.json
plugins.html
postcss.config.js
publishers.html
support.md
tags.html
tailwind.config.js
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
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.
|
|
|
|
You can read more about the plugin architecture, including information on developing new plugins, on our [documentation](https://docs.inventree.org/en/latest/extend/plugins/)
|
|
|
|
### Highlights
|
|
|
|
Add *native printing capabilities* for your network connected printers to the webinterface and apps. There are plugins for:
|
|
- [Brother QL](https://pypi.org/project/inventree-brother-plugin/)
|
|
- [Zebra](https://github.com/SergeoLacruz/inventree-zebra-plugin)
|
|
|
|
### Plugin repo
|
|
|
|
You can find all tagged plugins on [PyPi](https://pypi.org/search/?q=inventree-plugin) and [GitHub](https://github.com/topics/inventreeplugins).
|
|
|
|
We also offer a [plugin repo](../../plugins.html) with a community driven list of plugins. We encourage you to add your own plugins.
|