mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-30 20:35:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% with image_count=11 %}
 | |
| {% include "carousel_start.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/part_category.png", alt="Part Categories", active=True %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/part_stock.png", alt="Part Stock" %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/part_suppliers.png", alt="Part Suppliers" %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/stock_item.png", alt="Stock Item" %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/stock_location.png", alt="Stock Location" %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/stock_location_2.png", alt="Stock Location" %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/suppliers.png", alt="Suppliers" %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/part_admin.png", alt="Admin Interface" %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/category_params.png", alt="Part Parameters" %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/build_outputs.png", alt="Build Orders" %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% with src="index/bom_add_item.png", alt="Bill of Materials" %}
 | |
| {% include "carousel_img.html" %}
 | |
| {% endwith %}
 | |
| 
 | |
| {% include "carousel_end.html" %} |