2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00
2022-08-04 21:36:25 +10:00

29 lines
2.4 KiB
YAML

functions:
- title: Organize Parts
text: Parts are the fundamental element of any inventory. InvenTree groups parts into structured categories which allow you to arrange parts to meet your particular needs.
link: https://inventree.readthedocs.io/en/latest/part/part/
- title: Manage Suppliers
text: InvenTree allows you to easily create, modify or delete suppliers and supplier items linked to any part in your inventory.
link: https://inventree.readthedocs.io/en/latest/companies/supplier/
- title: Instant Stock Knowledge
text: Instantly view current stock for a certain part, in a particular location, or required for an individual build.
extend: Stock items are organized in cascading locations and sub-locations, allowing flexible inspection of stock under any location. Stock items can be serialized for tracking of individual items, and test results can be stored against a serialized stock item for the purpose of acceptance testing and commissioning.
link: https://inventree.readthedocs.io/en/latest/stock/stock/
- title: BOM Management
text: Intelligent <strong>B</strong>ill <strong>o</strong>f <strong>M</strong>aterial management provides a clear understanding of the sub-parts required to make a new part.
extend: InvenTree allows you to upload simple BOM files in multiple formats, and download a detailed BOM with all the information stored in its database.
link: https://inventree.readthedocs.io/en/latest/build/bom/
- title: Build Parts
text: Inventree features a build management system to help you track the progress of your builds.
extend: Builds consume stock items to make new parts, you can decide to automatically or manually allocate parts from your current inventory.
link: https://inventree.readthedocs.io/en/latest/build/build/
- title: Generate Reports
text: InvenTree provides a flexible report generation engine for building custom reports
extend: A powerful template engine allows users to create custom PDF reports
link: https://inventree.readthedocs.io/en/latest/report/report/
- title: Integrate
text: A REST API and native Python bindings allow InvenTree to be easily integrated with external services
link: https://inventree.readthedocs.io/en/latest/extend/api/
- title: Extend and Customize
text: InvenTree provides a powerful plugin system and is designed to be extensible out of the box
link: https://inventree.readthedocs.io/en/latest/extend/plugins/