2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 10:05:36 +00:00
This commit is contained in:
SchrodingersGat
2023-01-29 02:01:35 +00:00
parent 20d4c4e85a
commit 43f89c5d15
39 changed files with 1158 additions and 112 deletions

View File

@ -15,14 +15,14 @@
<!-- Fontawesome integration -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<title>InvenTree - Plugins</title>
<title>InvenTree - Plugin List</title>
<meta itemprop="description" name="description"
content="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 a..." />
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Plugins | InvenTree</title>
<title>Plugin List | InvenTree</title>
<meta name="generator" content="Jekyll v4.3.1" />
<meta property="og:title" content="Plugins" />
<meta property="og:title" content="Plugin List" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="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." />
<meta property="og:description" content="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." />
@ -31,9 +31,9 @@
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Plugins" />
<meta property="twitter:title" content="Plugin List" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"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.","headline":"Plugins","url":"/plugins"}</script>
{"@context":"https://schema.org","@type":"WebPage","description":"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.","headline":"Plugin List","url":"/plugins"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
@ -59,37 +59,57 @@
</div>
</header> <div class="pt-3 pb-1 section-container">
<h1 class="header-text title-font mb-4 cm-gray-1">InvenTree Plugin Repository</h1>
<h1 class="header-text title-font mb-4 cm-gray-1">InvenTree Plugin List</h1>
<p class="content">
InvenTree is a modular application and can be extended with plugins. This list is a collection of plugins that have been developed by the community.
Beeing on this list does not mean that the plugin is officially supported by the InvenTree core team. We also do not check for security, privacy or performance issues or compatibility with the latest InvenTree version.
<br><br>
You can also browse for plugins by <a href="/plugins/tags/">tags</a> or <a href="/plugins/categories/">categories</a>
</p>
<div class="flex flex-wrap">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="space-4 p-2 md:w-1/2">
<a href="/matmair/inventree-apprise" class="no-underline" aria-label="open plugin details">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<div class="d-inline-block">
<div class="d-inline-block leading-loose">
<span class="badge bg-yellow-500">Integration</span>
<span class="badge bg-yellow-500">Webhook</span>
<span class="plugin_cat">Notifications</span>
<span class="badge bg-blue-400">Shopify</span>
<span class="plugin_tag">Apprise</span>
<span class="badge bg-blue-400">Orders</span>
<span class="plugin_tag">3rd party integration</span>
<span class="plugin_tag">Discord</span>
<span class="plugin_tag">IFTTT</span>
<span class="plugin_tag">Matrix</span>
<span class="plugin_tag">Microsoft Teams</span>
<span class="plugin_tag">Slack</span>
<span class="plugin_tag">Twilio</span>
</div>
<h3 class="mb-0">ShopifyIntegrationPlugin org</h3>
<h3 class="my-0">InvenTree Apprise</h3>
<div class="mb-1 text-muted">
<a href="">
<span class="inline-flex">by <img src="https://github.com/.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> </span>
<a href="/matmair">
<span class="inline-flex">by <img src="https://github.com/matmair.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> matmair</span>
</a>
</div>
<p class="mb-auto">A simple Integration into Shopify.
<p class="my-0">Send notifications from InvenTree via Apprise
</p>
<a href="/repo/shopify.html" class="stretched-link" aria-label="open plugin details"></a>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
@ -123,6 +143,8 @@
<li><a href="/news" class="footer-link">News</a></li>
<li><a href="/plugins" class="footer-link">Plugin List</a></li>
</ul></nav>
</div>