2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

Update index page text

This commit is contained in:
Oliver Walters 2022-08-04 21:36:25 +10:00
parent 27962992fb
commit 3facbc51f9
2 changed files with 15 additions and 5 deletions

View File

@ -1,7 +1,3 @@
title: InvenTree builds it vast functions on top of a few core workflows
link:
internal: functions.md
text:
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.
@ -17,3 +13,17 @@ functions:
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/

View File

@ -10,7 +10,7 @@ main_page: True
title_2='and more'
image=image_link
color='with InvenTree'
detail='Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.'
detail='InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. A wide range of features makes InvenTree the perfect choice for businesses and hobbyists alike. InvenTree is designed to be extensible, and provides multiple options for integration with external applications or addition of custom plugins.'
%}
{% include block/functions.html data=site.data.functions.general %}