mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-12 10:05:36 +00:00
deploy: a211551bb3
This commit is contained in:
@ -31,11 +31,11 @@
|
||||
<meta property="og:url" content="/SergeoLacruz/inventree-zebra-plugin" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2023-05-06T15:57:15+00:00" />
|
||||
<meta property="article:published_time" content="2023-05-06T16:13:15+00:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Inventree Zebra Plugin" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SergeoLacruz"},"dateModified":"2023-05-06T15:57:15+00:00","datePublished":"2023-05-06T15:57:15+00:00","description":"Zebra Label Printer Plugin for Inventree","headline":"Inventree Zebra Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/SergeoLacruz/inventree-zebra-plugin"},"url":"/SergeoLacruz/inventree-zebra-plugin"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SergeoLacruz"},"dateModified":"2023-05-06T16:13:15+00:00","datePublished":"2023-05-06T16:13:15+00:00","description":"Zebra Label Printer Plugin for Inventree","headline":"Inventree Zebra Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/SergeoLacruz/inventree-zebra-plugin"},"url":"/SergeoLacruz/inventree-zebra-plugin"}</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>
|
||||
@ -126,8 +126,8 @@ for the IP connection to the printer.</p>
|
||||
The parameters need to be like in the example. Then there is the description block. The keywords are fixed and
|
||||
need to be like that. The values are found in the UI as shown in the pictures below.</p>
|
||||
|
||||
<p><img src="https://github.com/SergeoLacruz/inventree-zebra-plugin/blob/master/pictures/plugin_admin.png" alt="Admin">
|
||||
<img src="https://github.com/SergeoLacruz/inventree-zebra-plugin/blob/master/pictures/plugin.png" alt="Config"></p>
|
||||
<p><img src="/assets/plugins/plugin_admin.png" alt="Admin">
|
||||
<img src="/assets/plugins/plugin.png" alt="Config"></p>
|
||||
|
||||
<p>Then we add the configuration parameters.</p>
|
||||
<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">SETTINGS</span> <span class="o">=</span> <span class="p">{</span>
|
||||
|
Reference in New Issue
Block a user