diff --git a/assets/webgallery/bom_add_item.png b/assets/webgallery/bom_add_item.png new file mode 100644 index 00000000..05c83770 Binary files /dev/null and b/assets/webgallery/bom_add_item.png differ diff --git a/assets/webgallery/build_details.png b/assets/webgallery/build_details.png new file mode 100644 index 00000000..625e6ba7 Binary files /dev/null and b/assets/webgallery/build_details.png differ diff --git a/assets/webgallery/build_outputs.png b/assets/webgallery/build_outputs.png new file mode 100644 index 00000000..fa77dd37 Binary files /dev/null and b/assets/webgallery/build_outputs.png differ diff --git a/assets/webgallery/category_params.png b/assets/webgallery/category_params.png new file mode 100644 index 00000000..9e91b8fb Binary files /dev/null and b/assets/webgallery/category_params.png differ diff --git a/assets/webgallery/category_subcats.png b/assets/webgallery/category_subcats.png new file mode 100644 index 00000000..948b7cfc Binary files /dev/null and b/assets/webgallery/category_subcats.png differ diff --git a/assets/webgallery/manufacturers.png b/assets/webgallery/manufacturers.png new file mode 100644 index 00000000..fbe153dc Binary files /dev/null and b/assets/webgallery/manufacturers.png differ diff --git a/assets/webgallery/part_admin.png b/assets/webgallery/part_admin.png new file mode 100644 index 00000000..2c1bbc62 Binary files /dev/null and b/assets/webgallery/part_admin.png differ diff --git a/assets/webgallery/part_category.png b/assets/webgallery/part_category.png new file mode 100644 index 00000000..f9d9de03 Binary files /dev/null and b/assets/webgallery/part_category.png differ diff --git a/assets/webgallery/part_stock.png b/assets/webgallery/part_stock.png new file mode 100644 index 00000000..5d48a42d Binary files /dev/null and b/assets/webgallery/part_stock.png differ diff --git a/assets/webgallery/part_suppliers.png b/assets/webgallery/part_suppliers.png new file mode 100644 index 00000000..ca09aeca Binary files /dev/null and b/assets/webgallery/part_suppliers.png differ diff --git a/assets/webgallery/stock_item.png b/assets/webgallery/stock_item.png new file mode 100644 index 00000000..b316b928 Binary files /dev/null and b/assets/webgallery/stock_item.png differ diff --git a/assets/webgallery/stock_item_2.png b/assets/webgallery/stock_item_2.png new file mode 100644 index 00000000..7ad63863 Binary files /dev/null and b/assets/webgallery/stock_item_2.png differ diff --git a/assets/webgallery/stock_location.png b/assets/webgallery/stock_location.png new file mode 100644 index 00000000..9d117e35 Binary files /dev/null and b/assets/webgallery/stock_location.png differ diff --git a/assets/webgallery/stock_location_2.png b/assets/webgallery/stock_location_2.png new file mode 100644 index 00000000..a8e44aaf Binary files /dev/null and b/assets/webgallery/stock_location_2.png differ diff --git a/assets/webgallery/suppliers.png b/assets/webgallery/suppliers.png new file mode 100644 index 00000000..e90ef989 Binary files /dev/null and b/assets/webgallery/suppliers.png differ diff --git a/blog/feed.atom b/blog/feed.atom index cc0fc59c..ab04fe4a 100644 --- a/blog/feed.atom +++ b/blog/feed.atom @@ -1 +1 @@ -Jekyll2022-08-08T23:03:26+00:00/inventree-website/blog/feed.atomInvenTreeInvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.Release highlights 0.8.02022-08-02T00:00:00+00:002022-08-02T00:00:00+00:00/inventree-website/blog/2022/08/02/release-highlightsmatmairStarting with templates2021-10-25T00:00:00+00:002021-10-25T00:00:00+00:00/inventree-website/blog/2021/10/25/startingmatmair \ No newline at end of file +Jekyll2022-08-09T23:12:37+00:00/inventree-website/blog/feed.atomInvenTreeInvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.Release highlights 0.8.02022-08-02T00:00:00+00:002022-08-02T00:00:00+00:00/inventree-website/blog/2022/08/02/release-highlightsmatmairStarting with templates2021-10-25T00:00:00+00:002021-10-25T00:00:00+00:00/inventree-website/blog/2021/10/25/startingmatmair \ No newline at end of file diff --git a/extend/app.html b/extend/app.html index 2e4d080c..74e30266 100644 --- a/extend/app.html +++ b/extend/app.html @@ -55,202 +55,248 @@ -
- -

InvenTree Mobile App

- -

The InvenTree Mobile App brings stock control to your pocket. Integrating seamlessly with the InvenTree API, the app provides immediate access to inventory data without requiring physical access to a computer.

- -

Native barcode support provides a multitude of context-sensitive stock control actions, allowing streamlined inventory management at your fingertips. The app has been optimized for speed, providing instant access to stock knowledge and handy on-site functionality.

- - + document.addEventListener( 'DOMContentLoaded', function () { + new Splide('#image-carousel', { + type: 'loop', + perMove: 1, + perPage: 3, + autoPlay: true, + pagination: false, + }).mount(); + }); + + +

Native barcode support provides a multitude of context-sensitive stock control actions, allowing streamlined inventory management at your fingertips. The app has been optimized for speed, providing instant access to stock knowledge and handy on-site functionality.

Features

@@ -275,8 +321,6 @@ document.addEventListener( 'DOMContentLoaded', function () {

Mobile app documentation can be found on the InvenTree documentation site.

-
-
diff --git a/functions.html b/functions.html index ecda21a2..22355410 100644 --- a/functions.html +++ b/functions.html @@ -60,26 +60,242 @@

A wealth of functions - is provided + provided - by default with InvenTree + out of the box

-

By default InvenTree ships with a lot of functions in the area of part, inventory, supplier, manufacturer, machine and BOM managment. -It also enables reports, is extendible and can be extended with plugins.

+

InvenTree ships with a wide range of functions for managing parts, inventory, supplier and manufacturer data, machine and BOM managment and so much more!
It also enables reports, can be integrated with external applications and can be extended with plugins.

- hero + +
+ +
diff --git a/index.html b/index.html index f410adf8..9903b4ef 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,7 @@ hero +
@@ -286,12 +287,12 @@
-

1.9 million

+

1.9 million

Docker pulls

-

1998

+

2000

GitHub Stars

diff --git a/matmair.html b/matmair.html index 29cb7c6a..e19b70db 100644 --- a/matmair.html +++ b/matmair.html @@ -27,11 +27,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-09T23:12:37+00:00","datePublished":"2022-08-09T23:12:37+00:00","description":"I try to build an ecosystem of reusable plugins and integrations for InvenTree. Code once and KISS!","headline":"Matmair","mainEntityOfPage":{"@type":"WebPage","@id":"/inventree-website/matmair"},"url":"/inventree-website/matmair"} diff --git a/news/feed.atom b/news/feed.atom index e56c9875..9ea37d6f 100644 --- a/news/feed.atom +++ b/news/feed.atom @@ -1 +1 @@ -Jekyll2022-08-08T23:03:26+00:00/inventree-website/news/feed.atomInvenTree | NewsInvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.Release highlight 0.8.02022-08-02T00:00:00+00:002022-08-02T00:00:00+00:00/inventree-website/news/2022/08/02/new-features-in-0.8.0matmairWe have news now!2022-04-23T00:00:00+00:002022-04-23T00:00:00+00:00/inventree-website/news/2022/04/23/news-are-startingmatmair \ No newline at end of file +Jekyll2022-08-09T23:12:37+00:00/inventree-website/news/feed.atomInvenTree | NewsInvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.Release highlight 0.8.02022-08-02T00:00:00+00:002022-08-02T00:00:00+00:00/inventree-website/news/2022/08/02/new-features-in-0.8.0matmairWe have news now!2022-04-23T00:00:00+00:002022-04-23T00:00:00+00:00/inventree-website/news/2022/04/23/news-are-startingmatmair \ No newline at end of file diff --git a/repo/shopify.html b/repo/shopify.html index 8bdfb6cb..7605d0cb 100644 --- a/repo/shopify.html +++ b/repo/shopify.html @@ -27,11 +27,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-09T23:12:37+00:00","datePublished":"2022-08-09T23:12:37+00:00","description":"A simple Integration into Shopify.","headline":"Shopify","mainEntityOfPage":{"@type":"WebPage","@id":"/inventree-website/repo/shopify.html"},"url":"/inventree-website/repo/shopify.html"} diff --git a/schrodingersgat.html b/schrodingersgat.html index ef5701c5..4bad80e7 100644 --- a/schrodingersgat.html +++ b/schrodingersgat.html @@ -27,11 +27,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-08-09T23:12:37+00:00","datePublished":"2022-08-09T23:12:37+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/inventree-website/schrodingersgat"},"url":"/inventree-website/schrodingersgat"} diff --git a/sitemap.xml b/sitemap.xml index f81829e6..86821bf6 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -18,15 +18,15 @@ /inventree-website/matmair -2022-08-08T23:03:26+00:00 +2022-08-09T23:12:37+00:00 /inventree-website/schrodingersgat -2022-08-08T23:03:26+00:00 +2022-08-09T23:12:37+00:00 /inventree-website/repo/shopify.html -2022-08-08T23:03:26+00:00 +2022-08-09T23:12:37+00:00 /inventree-website/404 diff --git a/use/business.html b/use/business.html index 5f4cc9ff..2e73c1b4 100644 --- a/use/business.html +++ b/use/business.html @@ -73,11 +73,15 @@ hero + + + +
diff --git a/use/education.html b/use/education.html index 1877ee47..441d6479 100644 --- a/use/education.html +++ b/use/education.html @@ -73,11 +73,15 @@ hero +
+ + +
diff --git a/use/maker.html b/use/maker.html index 663768bd..5361684b 100644 --- a/use/maker.html +++ b/use/maker.html @@ -89,11 +89,15 @@ multiline inteligent text hero +
+ + +