mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-14 02:55:34 +00:00
deploy: fc73f77d0d
This commit is contained in:
@ -119,6 +119,12 @@
|
||||
|
||||
|
||||
|
||||
<a class="label" href="/plugins/categories/#reporting">
|
||||
<span class="badge">Reporting</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a class="label" href="/plugins/categories/#settings">
|
||||
<span class="badge">Settings</span>
|
||||
</a>
|
||||
@ -178,6 +184,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -326,6 +336,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -458,6 +472,10 @@ Installing this plugin enables the automatic generation if Internal Part Numbers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -551,6 +569,10 @@ Installing this plugin enables the automatic generation if Internal Part Numbers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -693,6 +715,10 @@ Installing this plugin enables the automatic generation if Internal Part Numbers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -832,6 +858,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -943,6 +973,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1109,6 +1143,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1147,6 +1185,111 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
</div>
|
||||
</div>
|
||||
</a></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="reporting" class="anchor"></div>
|
||||
<h2 class="text-lg sm:text-xl cm-gray-1 font-medium title-font mb-2">Reporting</h2>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="space-4 p-2 md:w-1/2"><a href="/SchrodingersGat/inventree-order-history" 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 leading-loose">
|
||||
|
||||
<span class="plugin_cat">Reporting</span>
|
||||
|
||||
|
||||
<span class="plugin_tag">order</span>
|
||||
|
||||
<span class="plugin_tag">history</span>
|
||||
|
||||
<span class="plugin_tag">data</span>
|
||||
|
||||
</div>
|
||||
<h3 class="my-0">inventree-order-history</h3>
|
||||
<div class="mb-1 text-muted">
|
||||
|
||||
|
||||
<a href="/schrodingersgat">
|
||||
<span class="inline-flex">
|
||||
<img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px">
|
||||
<p> SchrodingersGat</p>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="my-0">Order History for InvenTree
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
@ -1283,6 +1426,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1339,6 +1486,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -275,12 +275,24 @@
|
||||
|
||||
|
||||
|
||||
<a class="label" href="/plugins/tags/#data">
|
||||
<span class="badge">data</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a class="label" href="/plugins/tags/#digikey">
|
||||
<span class="badge">digikey</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a class="label" href="/plugins/tags/#history">
|
||||
<span class="badge">history</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a class="label" href="/plugins/tags/#kicad">
|
||||
<span class="badge">kicad</span>
|
||||
</a>
|
||||
@ -293,6 +305,12 @@
|
||||
|
||||
|
||||
|
||||
<a class="label" href="/plugins/tags/#order">
|
||||
<span class="badge">order</span>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
<a class="label" href="/plugins/tags/#schematic">
|
||||
<span class="badge">schematic</span>
|
||||
</a>
|
||||
@ -411,6 +429,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -522,6 +544,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -625,6 +651,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -685,6 +715,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -827,6 +861,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -887,6 +925,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1031,6 +1073,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1134,6 +1180,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1237,6 +1287,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1348,6 +1402,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1449,6 +1507,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1552,6 +1614,10 @@ Installing this plugin enables the automatic generation if Internal Part Numbers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1663,6 +1729,10 @@ Installing this plugin enables the automatic generation if Internal Part Numbers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1766,6 +1836,10 @@ Installing this plugin enables the automatic generation if Internal Part Numbers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2002,6 +2076,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2140,6 +2218,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2251,6 +2333,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2362,6 +2448,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2465,6 +2555,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2570,6 +2664,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2698,6 +2796,10 @@ Installing this plugin enables the automatic generation if Internal Part Numbers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -2842,6 +2944,10 @@ Installing this plugin enables the automatic generation if Internal Part Numbers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3042,6 +3148,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3182,6 +3292,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3234,6 +3348,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3382,6 +3500,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3487,6 +3609,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3598,6 +3724,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3701,6 +3831,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3812,6 +3946,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3880,6 +4018,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3979,6 +4121,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4080,6 +4226,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4215,6 +4365,115 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="data" class="anchor"></div>
|
||||
<h2 class="text-lg sm:text-xl cm-gray-1 font-medium title-font mb-2">data</h2>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="space-4 p-2 md:w-1/2"><a href="/SchrodingersGat/inventree-order-history" 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 leading-loose">
|
||||
|
||||
<span class="plugin_cat">Reporting</span>
|
||||
|
||||
|
||||
<span class="plugin_tag">order</span>
|
||||
|
||||
<span class="plugin_tag">history</span>
|
||||
|
||||
<span class="plugin_tag">data</span>
|
||||
|
||||
</div>
|
||||
<h3 class="my-0">inventree-order-history</h3>
|
||||
<div class="mb-1 text-muted">
|
||||
|
||||
|
||||
<a href="/schrodingersgat">
|
||||
<span class="inline-flex">
|
||||
<img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px">
|
||||
<p> SchrodingersGat</p>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="my-0">Order History for InvenTree
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4272,6 +4531,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4321,6 +4584,111 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="history" class="anchor"></div>
|
||||
<h2 class="text-lg sm:text-xl cm-gray-1 font-medium title-font mb-2">history</h2>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="space-4 p-2 md:w-1/2"><a href="/SchrodingersGat/inventree-order-history" 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 leading-loose">
|
||||
|
||||
<span class="plugin_cat">Reporting</span>
|
||||
|
||||
|
||||
<span class="plugin_tag">order</span>
|
||||
|
||||
<span class="plugin_tag">history</span>
|
||||
|
||||
<span class="plugin_tag">data</span>
|
||||
|
||||
</div>
|
||||
<h3 class="my-0">inventree-order-history</h3>
|
||||
<div class="mb-1 text-muted">
|
||||
|
||||
|
||||
<a href="/schrodingersgat">
|
||||
<span class="inline-flex">
|
||||
<img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px">
|
||||
<p> SchrodingersGat</p>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="my-0">Order History for InvenTree
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
@ -4419,6 +4787,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4475,6 +4847,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4524,6 +4900,111 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="order" class="anchor"></div>
|
||||
<h2 class="text-lg sm:text-xl cm-gray-1 font-medium title-font mb-2">order</h2>
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="space-4 p-2 md:w-1/2"><a href="/SchrodingersGat/inventree-order-history" 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 leading-loose">
|
||||
|
||||
<span class="plugin_cat">Reporting</span>
|
||||
|
||||
|
||||
<span class="plugin_tag">order</span>
|
||||
|
||||
<span class="plugin_tag">history</span>
|
||||
|
||||
<span class="plugin_tag">data</span>
|
||||
|
||||
</div>
|
||||
<h3 class="my-0">inventree-order-history</h3>
|
||||
<div class="mb-1 text-muted">
|
||||
|
||||
|
||||
<a href="/schrodingersgat">
|
||||
<span class="inline-flex">
|
||||
<img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px">
|
||||
<p> SchrodingersGat</p>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="my-0">Order History for InvenTree
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</a></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
@ -4622,6 +5103,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -4678,6 +5163,10 @@ A label printing plugin for <a href="https://inventree.org">InvenTree</a>, which
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user