mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-14 19:15:28 +00:00
.github
_data
_includes
_layouts
_news
_plugins
_posts
_publishers
_repo
about
alternatives
assets
extend
use
.gitignore
404.md
Gemfile
Gemfile.lock
LICENSE
README.md
_config.yml
blog.html
contribute.md
demo.md
deploy.md
functions.md
index.md
news.html
newsletter.md
package-lock.json
package.json
plugins.html
postcss.config.js
publishers.html
tailwind.config.js
11 lines
703 B
Markdown
11 lines
703 B
Markdown
---
|
|
layout: default
|
|
permalink: /functions
|
|
---
|
|
|
|
{% include block/hero.html title='A wealth of functions' title_2='provided' gallery='webgallery/' color='out of the box' detail='InvenTree ships with a wide range of functions for managing parts, inventory, supplier and manufacturer data, machine and BOM managment <em>and so much more</em>!<br>It also enables reports, can be integrated with external applications and can be extended with plugins.' %}
|
|
|
|
{% include block/functions.html data=site.data.functions.general extend=true no_link=true padding=false %}
|
|
{% include block/functions.html data=site.data.functions.extras extend=true padding=false %}
|
|
{% include block/cta.html cta=site.data.ctas.end %}
|