mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 15:15:42 +00:00 
			
		
		
		
	Order barcodes (#4575)
* Add barcode support to external orders - ReturnOrder - PurchaseOrder - SalesOrder * Support scanning for new model types * Integrate UI elements for ReturnOrder * Update PurchaseOrder page * SalesOrder implementation
This commit is contained in:
		@@ -302,13 +302,7 @@
 | 
			
		||||
                <td>{{ part.keywords }}{% include "clip.html"%}</td>
 | 
			
		||||
            </tr>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            {% if part.barcode_hash %}
 | 
			
		||||
            <tr>
 | 
			
		||||
                <td><span class='fas fa-barcode'></span></td>
 | 
			
		||||
                <td>{% trans "Barcode Identifier" %}</td>
 | 
			
		||||
                <td {% if part.barcode_data %}title='{{ part.barcode_data }}'{% endif %}>{{ part.barcode_hash }}</td>
 | 
			
		||||
            </tr>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            {% include "barcode_data.html" with instance=part %}
 | 
			
		||||
        </table>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class='col-sm-6'>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user