User Tools

Site Tools


cobi.wms:label_templates

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cobi.wms:label_templates [2023/01/12 16:16] – [Barcode graphics] tkammercobi.wms:label_templates [2023/06/19 13:59] (current) tkammer
Line 90: Line 90:
 | ''serialLotNumber''             | Lot-number of serial number | | ''serialLotNumber''             | Lot-number of serial number |
 | ''serialDetails''               | Serial details/notes | | ''serialDetails''               | Serial details/notes |
 +^ Warehouse-level ^^
 +| ''warehouseCode''               | Warehouse code |
 +| ''warehouseName''               | Warehouse name |
 ^ Bin location-level ^^ ^ Bin location-level ^^
 | ''locationCode''                | Bin location code | | ''locationCode''                | Bin location code |
Line 365: Line 368:
              sure the HTML renderer doesn't start a second page. */              sure the HTML renderer doesn't start a second page. */
           width: 148mm;           width: 148mm;
-          height: 104.9mm;+          height: 104mm;
  
           /* Don't change, use the container below. */           /* Don't change, use the container below. */
Line 453: Line 456:
              sure the HTML renderer doesn't start a second page. */              sure the HTML renderer doesn't start a second page. */
           width: 148mm;           width: 148mm;
-          height: 104.9mm;+          height: 104mm;
  
           /* Don't change, use the container below. */           /* Don't change, use the container below. */
Line 478: Line 481:
         }         }
     </style>     </style>
 +
     <!-- Input definitions:     <!-- Input definitions:
- 
     @input(text[Insert value])@     @input(text[Insert value])@
     @input(selection[Select value];Value 1,Value 2,Value 3)@     @input(selection[Select value];Value 1,Value 2,Value 3)@
     @input(codeFormat[Barcode type];CODE_128,DATA_MATRIX,QR_CODE)@     @input(codeFormat[Barcode type];CODE_128,DATA_MATRIX,QR_CODE)@
- 
     -->     -->
  
-    <!-- @useJavaScript@ --> 
     <script>     <script>
 +        // @useJavaScript@
         window.onload = function() {         window.onload = function() {
             var insert = document.getElementById('js-insert')             var insert = document.getElementById('js-insert')
             insert.textContent = "Hello World!"             insert.textContent = "Hello World!"
-            window.cobiwms.print()+            cobiwms.print()
         }         }
     </script>     </script>
cobi.wms/label_templates.1673536601.txt.gz · Last modified: 2023/01/12 16:16 by tkammer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki