mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-30 21:15:48 +00:00 
			
		
		
		
	[REPO] Add plugin inventree-brother-plugin (#113)
* Add cups plugin * REPO] Add plugin inventree-brother-plugin * fix format * update listing * update ref * fix olivers short name * fix reference * clean up description * make website optional * fix tags
This commit is contained in:
		| @@ -27,12 +27,14 @@ fullwith: true | |||||||
|           {% if page.pypi and page.package_name %}Package on PyPI:<pre class="my-0">{{ page.package_name }}</pre>{% endif %} |           {% if page.pypi and page.package_name %}Package on PyPI:<pre class="my-0">{{ page.package_name }}</pre>{% endif %} | ||||||
|         </p> |         </p> | ||||||
|  |  | ||||||
|  |         {% if page.website %} | ||||||
|         <a href="{{ page.website }}" class="no-underline" aria-label="open website"> |         <a href="{{ page.website }}" class="no-underline" aria-label="open website"> | ||||||
|           <div> |           <div> | ||||||
|             <h4 class="plugin_links">Website <i class="fa-solid fa-arrow-up-right-from-square" title="External link"></i></h4> |             <h4 class="plugin_links">Website <i class="fa-solid fa-arrow-up-right-from-square" title="External link"></i></h4> | ||||||
|             <p class="font-normal">{{ page.website }}</p> |             <p class="font-normal">{{ page.website }}</p> | ||||||
|           </div> |           </div> | ||||||
|         </a> |         </a> | ||||||
|  |         {% endif %} | ||||||
|  |  | ||||||
|         {% if page.issue_tracker %} |         {% if page.issue_tracker %} | ||||||
|         <a href="{{ page.issue_tracker }}" class="no-underline" aria-label="open the issue tracker"> |         <a href="{{ page.issue_tracker }}" class="no-underline" aria-label="open the issue tracker"> | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| --- | --- | ||||||
| author: oliver | author: schrodingersgat | ||||||
| title: New Website | title: New Website | ||||||
| --- | --- | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| --- | --- | ||||||
| author: oliver | author: schrodingersgat | ||||||
| title: 0.9.0 Release | title: 0.9.0 Release | ||||||
| --- | --- | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| --- | --- | ||||||
| author: oliver | author: schrodingersgat | ||||||
| title: Translating InvenTree | title: Translating InvenTree | ||||||
| --- | --- | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| --- | --- | ||||||
| author: oliver | author: schrodingersgat | ||||||
| title: 0.9.0 Stable Release | title: 0.9.0 Stable Release | ||||||
| --- | --- | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| --- | --- | ||||||
| author: oliver | author: schrodingersgat | ||||||
| title: 2022 in Review | title: 2022 in Review | ||||||
| --- | --- | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| --- | --- | ||||||
| short_name: oliver | short_name: schrodingersgat | ||||||
| name: Oliver | name: Oliver | ||||||
| github: SchrodingersGat | github: SchrodingersGat | ||||||
| website: https://inventree.org | website: https://inventree.org | ||||||
|   | |||||||
							
								
								
									
										36
									
								
								_repo/inventree-brother-plugin.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								_repo/inventree-brother-plugin.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,36 @@ | |||||||
|  | --- | ||||||
|  | name: inventree-brother-plugin | ||||||
|  | author: schrodingersgat | ||||||
|  | license: MIT | ||||||
|  | open_source: true | ||||||
|  | stable: False | ||||||
|  | maintained: true | ||||||
|  | pypi: true | ||||||
|  | package_name: inventree-brother-plugin | ||||||
|  | github: https://github.com/inventree/inventree-brother-plugin | ||||||
|  | gitlab: | ||||||
|  | source: | ||||||
|  | issue_tracker: | ||||||
|  | website: | ||||||
|  | categories: Printer | ||||||
|  | tags: Label Printer Brother | ||||||
|  | --- | ||||||
|  | Brother label printer plugin for InvenTree | ||||||
|  |  | ||||||
|  | A label printing plugin for [InvenTree](https://inventree.org), which provides support for the [Brother label printers](https://www.brother.com.au/en/products/all-labellers/labellers). | ||||||
|  |  | ||||||
|  | This plugin supports printing to *some* Brother label printers with network (wired or WiFi) support. Refer to the [brother_ql docs](https://github.com/pklaus/brother_ql/blob/master/brother_ql/models.py) for a list of label printers which are directly supported. | ||||||
|  |  | ||||||
|  | ## Installation | ||||||
|  |  | ||||||
|  | Install this plugin manually as follows: | ||||||
|  |  | ||||||
|  | ``` | ||||||
|  | pip install inventree-brother-plugin | ||||||
|  | ``` | ||||||
|  |  | ||||||
|  | Or, add to your `plugins.txt` file to install automatically using the `invoke install` command: | ||||||
|  |  | ||||||
|  | ``` | ||||||
|  | inventree-brother-plugin | ||||||
|  | ``` | ||||||
		Reference in New Issue
	
	Block a user