2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 02:25:31 +00:00
This commit is contained in:
SchrodingersGat
2023-09-26 12:59:02 +00:00
parent bd81c0acf9
commit 0559725ac3
62 changed files with 1761 additions and 317 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 - Integrate</title>
<title>InvenTree - Third Party Integrations</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>Integrate | InvenTree</title>
<title>Third Party Integrations | InvenTree</title>
<meta name="generator" content="Jekyll v4.3.2" />
<meta property="og:title" content="Integrate" />
<meta property="og:title" content="Third Party Integrations" />
<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="Integrate" />
<meta property="twitter:title" content="Third Party Integrations" />
<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":"Integrate","url":"/extend/integrate/"}</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":"Third Party Integrations","url":"/extend/integrate/"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/script.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
@ -60,17 +60,40 @@
</div>
</header> <article>
<h2>Integrate</h2>
<h2>Third Party Integrations</h2>
<p>Tools and plugins that integrate into InvenTree via APIs or plugins natively.</p>
<ul>
<li>
<a href="https://github.com/sparkmicro/Ki-nTree">Ki-n-Tree</a> <em>KiCad</em> integration</li>
<li>
<a href="https://github.com/rgilham/PK2InvenTree">PK2InvenTree</a> is an open-source tool for migrating an existing <a href="https://github.com/partkeepr/PartKeepr">PartKeepr</a> database to InvenTree.</li>
<li>
<a href="https://github.com/EUdds/Digikey-Inventree-Integration">Digikey-Inventree-Integration</a> is a simple project that takes a digikey part number to creates a part in InvenTree.</li>
</ul>
<p>In addition to the many out-of-the-box features, and further functionality provided via <a href="/plugins.html">plugins</a>, InvenTree is supported by a range of third-party integrations, built by members of the InvenTree community.</p>
<p>Below is a non-exhaustive list of external tools that may be used in conjunction with InvenTree, or to extends its functionality:</p>
<table>
<thead>
<tr>
<th>Tool</th>
<th>Publisher</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/sparkmicro/Ki-nTree">Ki-n-Tree</a></td>
<td><a href="https://github.com/sparkmicro">@sparkmicro</a></td>
<td>Tool for automating creation of InvenTree data from external systems such as DigiKey</td>
</tr>
<tr>
<td><a href="https://github.com/rgilham/PK2InvenTree">PK2InvenTree</a></td>
<td><a href="https://github.com/rgilham">@rgilham</a></td>
<td>An open-source tool for migrating an existing <a href="https://github.com/partkeepr/PartKeepr">PartKeepr</a> database to InvenTree</td>
</tr>
<tr>
<td><a href="https://github.com/EUdds/Digikey-Inventree-Integration">Digikey-Inventree-Integration</a></td>
<td><a href="https://github.com/EUdds">@EUdds</a></td>
<td>A project that takes a digikey part number to creates a part in InvenTree.</td>
</tr>
</tbody>
</table>
<p>If you have (or know of) a third party software tool which should be featured here, please reach out and let us know!</p>
</article>
@ -120,11 +143,9 @@
<li><a href="/extend/app.html" class="footer-link">App</a></li>
<li><a href="/extend/integrate/" class="footer-link">Integrate</a></li>
<li><a href="/extend/plugin/" class="footer-link">Plugins</a></li>
<li><a href="https://github.com/sparkmicro/Ki-nTree" class="footer-link">KiCad</a></li>
<li><a href="/extend/integrate/" class="footer-link">Integrations</a></li>
</ul></nav>
</div>