mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-31 13:35:48 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.7 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.7 KiB
		
	
	
	
	
	
	
	
name, author, license, open_source, stable, maintained, pypi, package_name, github, gitlab, source, issue_tracker, website, categories, tags
| name | author | license | open_source | stable | maintained | pypi | package_name | github | gitlab | source | issue_tracker | website | categories | tags | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| inventree-cups-plugin | wolflu05 | MIT | true | true | true | false | https://github.com/wolflu05/inventree-cups-plugin | https://github.com/wolflu05/inventree-cups-plugin/issues | Printer | Label Printer CUPS DYMO | 
Label printing plugin for generic cups printers
A label printing plugin for InvenTree, which provides support for Cups label printing servers. If your printer is not cups compatible, you can setup a cups printing server. This article describes how to setup a cups printing server for the DYMO LabelWriter 450 Duo.
Installation
⚠️ This plugin needs
cups-develinstalled to install its dependencies. You can read more about the requirements atpycups. If you're usingaptas a package manager runapt install libcups2-devbefore.
Install this plugin as follows:
pip install git+https://github.com/wolflu05/inventree-cups-plugin
Or, add to your plugins.txt file:
git+https://github.com/wolflu05/inventree-cups-plugin
Configuration Options
| Name | Description | Example | 
|---|---|---|
| Server | IP/Hostname to connect to the cups server | 192.168.1.5 | 
| Port | Port to connect to the cups server | 631 | 
| Benutzer | User to connect to the cups server | can also be empty | 
| Passwort | Password to connect to the cups server | can also be empty | 
| Printer | Printer from cups server, can be selected if valid connection options are saved in | myprinter |