mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-14 11:05:32 +00:00
deploy: 28a6c0d0f1
This commit is contained in:
@ -31,11 +31,11 @@
|
||||
<meta property="og:url" content="/melektron/inventree-adv-sheet-label" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2025-02-21T01:09:24+00:00" />
|
||||
<meta property="article:published_time" content="2025-02-22T00:18:41+00:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Inventree Adv Sheet Label" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"melektron"},"dateModified":"2025-02-21T01:09:24+00:00","datePublished":"2025-02-21T01:09:24+00:00","description":"A label printing plugin for InvenTree which provides support for printing labels on off-the-shelf label sheet layouts and adds some more useful features compared to the sheet label plugin included with InvenTree.","headline":"Inventree Adv Sheet Label","mainEntityOfPage":{"@type":"WebPage","@id":"/melektron/inventree-adv-sheet-label"},"url":"/melektron/inventree-adv-sheet-label"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"melektron"},"dateModified":"2025-02-22T00:18:41+00:00","datePublished":"2025-02-22T00:18:41+00:00","description":"A label printing plugin for InvenTree which provides support for printing labels on off-the-shelf label sheet layouts and adds some more useful features compared to the sheet label plugin included with InvenTree.","headline":"Inventree Adv Sheet Label","mainEntityOfPage":{"@type":"WebPage","@id":"/melektron/inventree-adv-sheet-label"},"url":"/melektron/inventree-adv-sheet-label"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
</head>
|
||||
@ -53,7 +53,7 @@
|
||||
|
||||
<nav class="md:mr-auto md:py-1 xs:ml-4 xs:pl-4 xs:border-l xs:border-gray-400 flex flex-wrap items-center text-base justify-center">
|
||||
<a class="mr-5 hover:cm-gray-1" href="/deploy.html">Deploy</a>
|
||||
<a class="mr-5 hover:cm-gray-1" href="https://docs.inventree.org/en/latest/">Docs</a>
|
||||
<a class="mr-5 hover:cm-gray-1" href="https://docs.inventree.org/en/stable/">Docs</a>
|
||||
<a class="mr-5 hover:cm-gray-1" href="/blog">Blog</a>
|
||||
</nav>
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
<p> melektron</p>
|
||||
</span>
|
||||
</a></span>
|
||||
<span class="sm:ml-2 text-sm">last modified: 21 Feb 2025</span>
|
||||
<span class="sm:ml-2 text-sm">last modified: 22 Feb 2025</span>
|
||||
</h2>
|
||||
|
||||
<div class="flex-wrap md:flex md:flex-nowrap">
|
||||
@ -410,9 +410,9 @@ pip <span class="nb">install </span>git+https://github.com/melektron/inventree-a
|
||||
|
||||
<p>When making bigger changes than just adding layouts, it is recommended to set up a proper development environment.</p>
|
||||
|
||||
<p>To develop the plugin, setup an InvenTree development instance using devcontainers according to this <a href="https://docs.inventree.org/en/latest/develop/devcontainer/">this</a> official documentation. It is also recommended to setup the example dataset for experimenting.</p>
|
||||
<p>To develop the plugin, setup an InvenTree development instance using devcontainers according to this <a href="https://docs.inventree.org/en/stable/develop/devcontainer/">this</a> official documentation. It is also recommended to setup the example dataset for experimenting.</p>
|
||||
|
||||
<p>Then clone this repo (or your fork) separately on your host computer and link it to the devserver according to <a href="https://docs.inventree.org/en/latest/develop/devcontainer/#plugin-development">the documentation</a>.</p>
|
||||
<p>Then clone this repo (or your fork) separately on your host computer and link it to the devserver according to <a href="https://docs.inventree.org/en/stable/develop/devcontainer/#plugin-development">the documentation</a>.</p>
|
||||
|
||||
<p>It is also recommended to save the workspace as a file (maybe somewhere in inventree repo but don’t commit it) and include the intellisenseconfig as well as editor layout there.</p>
|
||||
|
||||
@ -540,7 +540,7 @@ pip <span class="nb">install </span>git+https://github.com/melektron/inventree-a
|
||||
|
||||
<li><a href="/deploy.html" class="footer-link">Deploy</a></li>
|
||||
|
||||
<li><a href="https://docs.inventree.org/en/latest/" class="footer-link">Docs</a></li>
|
||||
<li><a href="https://docs.inventree.org/en/stable/" class="footer-link">Docs</a></li>
|
||||
|
||||
<li><a href="/news" class="footer-link">News</a></li>
|
||||
|
||||
|
Reference in New Issue
Block a user