mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 13:36:47 +00:00
deploy: 82edc04b20db5cced93fa6a10c55fef49ab7a1ff
This commit is contained in:
parent
463ed678b3
commit
0aa0913676
@ -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-24T22:34:16+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">Translating InvenTree</title><link href="/blog/2021/11/22/translation" rel="alternate" type="text/html" title="Translating InvenTree" /><published>2021-11-22T00:00:00+00:00</published><updated>2021-11-22T00:00:00+00:00</updated><id>/blog/2021/11/22/translation</id><author><name>oliver</name></author><summary type="html"><![CDATA[How we provide translation support for InvenTree in multiple languages]]></summary></entry><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-26T00:08: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">Translating InvenTree</title><link href="/blog/2021/11/22/translation" rel="alternate" type="text/html" title="Translating InvenTree" /><published>2021-11-22T00:00:00+00:00</published><updated>2021-11-22T00:00:00+00:00</updated><id>/blog/2021/11/22/translation</id><author><name>oliver</name></author><summary type="html"><![CDATA[How we provide translation support for InvenTree in multiple languages]]></summary></entry><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>
|
@ -60,7 +60,9 @@
|
|||||||
<h2>Plugins</h2>
|
<h2>Plugins</h2>
|
||||||
|
|
||||||
<p>We supply core-dev and community built plugins to get you started with extending InvenTree’s functionality. Plugins can hook into many parts of the UI, buisness logic and webserver.
|
<p>We supply core-dev and community built plugins to get you started with extending InvenTree’s functionality. Plugins can hook into many parts of the UI, buisness logic and webserver.
|
||||||
We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities. <a href="https://docs.inventree.org/en/latest/extend/plugins/">Learn more</a></p>
|
We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities.</p>
|
||||||
|
|
||||||
|
<p>You can read more about the plugin architecture, including information on developing new plugins, on our <a href="https://docs.inventree.org/en/latest/extend/plugins/">documentation</a></p>
|
||||||
|
|
||||||
<h3 id="highlights">Highlights</h3>
|
<h3 id="highlights">Highlights</h3>
|
||||||
|
|
||||||
|
@ -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-24T22:34:16+00:00" />
|
<meta property="article:published_time" content="2022-11-26T00:08: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-24T22:34:16+00:00","datePublished":"2022-11-24T22:34:16+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-26T00:08:07+00:00","datePublished":"2022-11-26T00:08: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-24T22:34:16+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">New Website</title><link href="/news/2022/11/14/website" rel="alternate" type="text/html" title="New Website" /><published>2022-11-14T00:00:00+00:00</published><updated>2022-11-14T00:00:00+00:00</updated><id>/news/2022/11/14/website</id><author><name>oliver</name></author><summary type="html"><![CDATA[Introducing the new InvenTree website!]]></summary></entry><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[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-26T00:08: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">New Website</title><link href="/news/2022/11/14/website" rel="alternate" type="text/html" title="New Website" /><published>2022-11-14T00:00:00+00:00</published><updated>2022-11-14T00:00:00+00:00</updated><id>/news/2022/11/14/website</id><author><name>oliver</name></author><summary type="html"><![CDATA[Introducing the new InvenTree website!]]></summary></entry><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[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-24T22:34:16+00:00" />
|
<meta property="article:published_time" content="2022-11-26T00:08: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-24T22:34:16+00:00","datePublished":"2022-11-24T22:34:16+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-26T00:08:07+00:00","datePublished":"2022-11-26T00:08: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-24T22:34:16+00:00" />
|
<meta property="article:published_time" content="2022-11-26T00:08: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-24T22:34:16+00:00","datePublished":"2022-11-24T22:34:16+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-26T00:08:07+00:00","datePublished":"2022-11-26T00:08: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>
|
||||||
|
@ -18,15 +18,15 @@
|
|||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>/matmair</loc>
|
<loc>/matmair</loc>
|
||||||
<lastmod>2022-11-24T22:34:16+00:00</lastmod>
|
<lastmod>2022-11-26T00:08:07+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>/schrodingersgat</loc>
|
<loc>/schrodingersgat</loc>
|
||||||
<lastmod>2022-11-24T22:34:16+00:00</lastmod>
|
<lastmod>2022-11-26T00:08:07+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>/repo/shopify.html</loc>
|
<loc>/repo/shopify.html</loc>
|
||||||
<lastmod>2022-11-24T22:34:16+00:00</lastmod>
|
<lastmod>2022-11-26T00:08:07+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>/404</loc>
|
<loc>/404</loc>
|
||||||
|
@ -70,7 +70,8 @@ Private questions (via DM, email, etc.) are generally not answered, use the publ
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Suggest the feature on the issue tracker as a <a href="https://github.com/inventree/InvenTree/issues/new?template=feature_request.yaml">Feature Request</a>
|
<li>Suggest the feature on the issue tracker as a <a href="https://github.com/inventree/InvenTree/issues/new?template=feature_request.yaml">Feature Request</a>
|
||||||
</li>
|
</li>
|
||||||
<li>Create a <a href="extend/plugin/index.md">plugin</a>
|
<li>Implement the feature yourself, and contribute back to the project. InvenTree developers will happily help you work through any issues.</li>
|
||||||
|
<li>Create a <a href="/extend/plugin/index.md">plugin</a>
|
||||||
</li>
|
</li>
|
||||||
<li>Request a paid customisation</li>
|
<li>Request a paid customisation</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user