mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 13:36:47 +00:00
deploy: 18d1781eb40b68329336226b1ec992dc5c85705e
This commit is contained in:
parent
68ef1090e5
commit
a9074f4e54
@ -1 +1 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/blog/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-11-10T06:58:33+00:00</updated><id>/blog/feed.atom</id><title type="html">InvenTree</title><subtitle>InvenTree 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.</subtitle><entry><title type="html">Starting with templates</title><link href="/blog/2021/10/25/starting" rel="alternate" type="text/html" title="Starting with templates" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>/blog/2021/10/25/starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[A good starting-point for developing your own plugin is taking a look at the documentation.]]></summary></entry></feed>
|
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/blog/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-11-10T20:58:07+00:00</updated><id>/blog/feed.atom</id><title type="html">InvenTree</title><subtitle>InvenTree 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.</subtitle><entry><title type="html">Starting with templates</title><link href="/blog/2021/10/25/starting" rel="alternate" type="text/html" title="Starting with templates" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>/blog/2021/10/25/starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[A good starting-point for developing your own plugin is taking a look at the documentation.]]></summary></entry></feed>
|
@ -284,32 +284,39 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section class="cm-gray-2 body-font"><div class="section-container">
|
<article class="cm-gray-2 body-font section-container">
|
||||||
|
|
||||||
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.
|
<p>Native barcode support provides a multitude of context-sensitive stock control actions, allowing streamlined inventory management at your fingertips.<br>
|
||||||
|
The app has been optimized for speed, providing instant access to stock knowledge and handy on-site functionality.</p>
|
||||||
|
|
||||||
### Features
|
<h3 id="features">Features</h3>
|
||||||
|
|
||||||
Core app features include:
|
<p>Core app features include:</p>
|
||||||
|
|
||||||
- View and edit part and stock information with a blazingly fast interface
|
<ul>
|
||||||
- Perform stock control actions on the go
|
<li>View and edit part and stock information with a blazingly fast interface</li>
|
||||||
- Barcode integrations simplify stock operations
|
<li>Perform stock control actions on the go</li>
|
||||||
- Receive purchase orders and check in stock items
|
<li>Barcode integrations simplify stock operations</li>
|
||||||
|
<li>Receive purchase orders and check in stock items</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
### Download
|
<h3 id="download">Download</h3>
|
||||||
|
|
||||||
The InvenTree app can be downloaded from either the Android or Apple app stores, or accessed via the links below:
|
<p>The InvenTree app can be downloaded from either the Android or Apple app stores, or accessed via the links below:</p>
|
||||||
|
|
||||||
<span class="fab fa-android"></span> [Android Play Store](https://play.google.com/store/apps/details?id=inventree.inventree_app).
|
<p><span class="fab fa-android"></span> <a href="https://play.google.com/store/apps/details?id=inventree.inventree_app">Android Play Store</a>.</p>
|
||||||
|
|
||||||
<span class="fab fa-apple"></span> [Apple App Store](https://apps.apple.com/au/app/inventree/id1581731101#?platform=iphone)
|
<p><span class="fab fa-apple"></span> <a href="https://apps.apple.com/au/app/inventree/id1581731101#?platform=iphone">Apple App Store</a></p>
|
||||||
|
|
||||||
### Documentation
|
<h3 id="documentation">Documentation</h3>
|
||||||
|
|
||||||
Mobile app documentation can be found on the [InvenTree documentation site](https://docs.inventree.org/en/latest/app/app/).
|
<p>Mobile app documentation can be found on the <a href="https://docs.inventree.org/en/latest/app/app/">InvenTree documentation site</a>.</p>
|
||||||
|
|
||||||
</div></section>
|
<h3 id="code">Code</h3>
|
||||||
|
|
||||||
|
<p>The source code for the InvenTree app is available on <a href="https://github.com/inventree/inventree-app/">GitHub</a> under the MIT license.</p>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -27,11 +27,11 @@
|
|||||||
<meta property="og:url" content="/matmair" />
|
<meta property="og:url" content="/matmair" />
|
||||||
<meta property="og:site_name" content="InvenTree" />
|
<meta property="og:site_name" content="InvenTree" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="article:published_time" content="2022-11-10T06:58:33+00:00" />
|
<meta property="article:published_time" content="2022-11-10T20:58:07+00:00" />
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta property="twitter:title" content="Matmair" />
|
<meta property="twitter:title" content="Matmair" />
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-10T06:58:33+00:00","datePublished":"2022-11-10T06:58:33+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":"/matmair"},"url":"/matmair"}</script>
|
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-10T20:58:07+00:00","datePublished":"2022-11-10T20:58:07+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":"/matmair"},"url":"/matmair"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
<script async src="https://offen.inventree.org/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
|
<script async src="https://offen.inventree.org/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
|
||||||
|
@ -1 +1 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/news/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-11-10T06:58:33+00:00</updated><id>/news/feed.atom</id><title type="html">InvenTree | News</title><subtitle>InvenTree 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.</subtitle><entry><title type="html">We have news now!</title><link href="/news/2022/04/23/news-are-starting" rel="alternate" type="text/html" title="We have news now!" /><published>2022-04-23T00:00:00+00:00</published><updated>2022-04-23T00:00:00+00:00</updated><id>/news/2022/04/23/news-are-starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[Hi there, here is something new: News!]]></summary></entry></feed>
|
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="/news/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-11-10T20:58:07+00:00</updated><id>/news/feed.atom</id><title type="html">InvenTree | News</title><subtitle>InvenTree 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.</subtitle><entry><title type="html">We have news now!</title><link href="/news/2022/04/23/news-are-starting" rel="alternate" type="text/html" title="We have news now!" /><published>2022-04-23T00:00:00+00:00</published><updated>2022-04-23T00:00:00+00:00</updated><id>/news/2022/04/23/news-are-starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[Hi there, here is something new: News!]]></summary></entry></feed>
|
@ -27,11 +27,11 @@
|
|||||||
<meta property="og:url" content="/repo/shopify.html" />
|
<meta property="og:url" content="/repo/shopify.html" />
|
||||||
<meta property="og:site_name" content="InvenTree" />
|
<meta property="og:site_name" content="InvenTree" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="article:published_time" content="2022-11-10T06:58:33+00:00" />
|
<meta property="article:published_time" content="2022-11-10T20:58:07+00:00" />
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta property="twitter:title" content="Shopify" />
|
<meta property="twitter:title" content="Shopify" />
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-10T06:58:33+00:00","datePublished":"2022-11-10T06:58:33+00:00","description":"A simple Integration into Shopify.","headline":"Shopify","mainEntityOfPage":{"@type":"WebPage","@id":"/repo/shopify.html"},"url":"/repo/shopify.html"}</script>
|
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-10T20:58:07+00:00","datePublished":"2022-11-10T20:58:07+00:00","description":"A simple Integration into Shopify.","headline":"Shopify","mainEntityOfPage":{"@type":"WebPage","@id":"/repo/shopify.html"},"url":"/repo/shopify.html"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
<script async src="https://offen.inventree.org/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
|
<script async src="https://offen.inventree.org/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
|
||||||
|
@ -27,11 +27,11 @@
|
|||||||
<meta property="og:url" content="/schrodingersgat" />
|
<meta property="og:url" content="/schrodingersgat" />
|
||||||
<meta property="og:site_name" content="InvenTree" />
|
<meta property="og:site_name" content="InvenTree" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="article:published_time" content="2022-11-10T06:58:33+00:00" />
|
<meta property="article:published_time" content="2022-11-10T20:58:07+00:00" />
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta property="twitter:title" content="Schrodingersgat" />
|
<meta property="twitter:title" content="Schrodingersgat" />
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-10T06:58:33+00:00","datePublished":"2022-11-10T06:58:33+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/schrodingersgat"},"url":"/schrodingersgat"}</script>
|
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-10T20:58:07+00:00","datePublished":"2022-11-10T20:58:07+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/schrodingersgat"},"url":"/schrodingersgat"}</script>
|
||||||
<!-- End Jekyll SEO tag -->
|
<!-- End Jekyll SEO tag -->
|
||||||
|
|
||||||
<script async src="https://offen.inventree.org/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
|
<script async src="https://offen.inventree.org/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
|
||||||
|
@ -10,15 +10,15 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>/matmair</loc>
|
<loc>/matmair</loc>
|
||||||
<lastmod>2022-11-10T06:58:33+00:00</lastmod>
|
<lastmod>2022-11-10T20:58:07+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>/schrodingersgat</loc>
|
<loc>/schrodingersgat</loc>
|
||||||
<lastmod>2022-11-10T06:58:33+00:00</lastmod>
|
<lastmod>2022-11-10T20:58:07+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>/repo/shopify.html</loc>
|
<loc>/repo/shopify.html</loc>
|
||||||
<lastmod>2022-11-10T06:58:33+00:00</lastmod>
|
<lastmod>2022-11-10T20:58:07+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>/404</loc>
|
<loc>/404</loc>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user