mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-12 01:55:37 +00:00
deploy: ae791a7edf
This commit is contained in:
@ -31,11 +31,11 @@
|
||||
<meta property="og:url" content="/wolflu05/inventree-bulk-plugin" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2023-09-26T00:51:41+00:00" />
|
||||
<meta property="article:published_time" content="2023-09-26T12:58:47+00:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Inventree Bulk Plugin" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"wolflu05"},"dateModified":"2023-09-26T00:51:41+00:00","datePublished":"2023-09-26T00:51:41+00:00","description":"Bulk creation plugin for InvenTree","headline":"Inventree Bulk Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/wolflu05/inventree-bulk-plugin"},"url":"/wolflu05/inventree-bulk-plugin"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"wolflu05"},"dateModified":"2023-09-26T12:58:47+00:00","datePublished":"2023-09-26T12:58:47+00:00","description":"Bulk creation plugin for InvenTree","headline":"Inventree Bulk Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/wolflu05/inventree-bulk-plugin"},"url":"/wolflu05/inventree-bulk-plugin"}</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>
|
||||
@ -65,7 +65,10 @@
|
||||
<h2>inventree-bulk-plugin
|
||||
<span class="sm:ml-2 text-sm">
|
||||
<a href="/wolflu05">
|
||||
<span class="inline-flex">by <img src="https://github.com/wolflu05.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> wolflu05</span>
|
||||
<span class="inline-flex">
|
||||
<img src="https://github.com/wolflu05.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px">
|
||||
<p> wolflu05</p>
|
||||
</span>
|
||||
</a></span>
|
||||
<span class="sm:ml-2 text-sm">last modified: 26 Sep 2023</span>
|
||||
</h2>
|
||||
@ -119,15 +122,27 @@
|
||||
<h2 class="block sm:hidden">Detail section</h2>
|
||||
<div>
|
||||
<p class="mb-0">License:
|
||||
<small>
|
||||
<i class="fa-brands fa-osi"></i>
|
||||
MIT<br>
|
||||
</small>
|
||||
</p>
|
||||
<div class="flex flex-wrap">
|
||||
Status:
|
||||
<div class="">
|
||||
Status:<br>
|
||||
<div>
|
||||
<i class="fa-regular fa-circle-check"></i>Stable</div>
|
||||
<small>
|
||||
|
||||
<i class="fa-regular fa-circle-check success"></i>Stable
|
||||
|
||||
</small>
|
||||
</div>
|
||||
<div>
|
||||
<i class="fa-regular fa-circle-check"></i>Maintained</div>
|
||||
<small>
|
||||
|
||||
<i class="fa-regular fa-circle-check success"></i>Maintained
|
||||
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
Package on PyPI:<pre class="my-0">inventree-bulk-plugin</pre>
|
||||
|
||||
@ -230,11 +245,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>
|
||||
|
Reference in New Issue
Block a user