mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-31 12:55:37 +00:00 
			
		
		
		
	| @@ -144,7 +144,7 @@ Select *InvenTree* to navigate to the [home screen](#home-screen). | ||||
|  | ||||
| ### Scan Barcode | ||||
|  | ||||
| Select *Scan Barcode* to open the barcode scanner, and scan an InvenTree stock item or location to instantly jump to the relevent view. Refer to the [barcode documentation](./barcode.md) for more information. | ||||
| Select *Scan Barcode* to open the barcode scanner, and scan an InvenTree stock item or location to instantly jump to the relevant view. Refer to the [barcode documentation](./barcode.md) for more information. | ||||
|  | ||||
| ### Search | ||||
|  | ||||
|   | ||||
| @@ -29,8 +29,8 @@ For faster input there are several ways to define the wanted serial numbers(SN): | ||||
| These rules can be mix-and-matched with whitespaces or commas separating them.   | ||||
| For example:   | ||||
| `1 3-5 9+2` or `1,3-5,9+2` result in `[1, 3, 4, 5, 9, 10, 11]`   | ||||
| `~+2`(with next SN beeing 14) results in `[14, 15, 16]`   | ||||
| `~+`(with next SN beeing 14 and 2 numbers needed) results in `[14, 15]`   | ||||
| `~+2`(with next SN being 14) results in `[14, 15, 16]`   | ||||
| `~+`(with next SN being 14 and 2 numbers needed) results in `[14, 15]`   | ||||
|  | ||||
|  | ||||
| ## Build Orders | ||||
|   | ||||
| @@ -15,14 +15,14 @@ The head of the *stable* code branch represents the most recent stable tagged re | ||||
|  | ||||
| ### Development Branch | ||||
|  | ||||
| The head of the *master* code branch represents the "latest and greatest" working codebase. All features and bug fixes are merged into the master branch, in addition to relevent stable release branches. | ||||
| The head of the *master* code branch represents the "latest and greatest" working codebase. All features and bug fixes are merged into the master branch, in addition to relevant stable release branches. | ||||
|  | ||||
| !!! info "<span class='fab fa-docker'></span> Latest Docker" | ||||
|     To pull down the latest *development* version of InvenTree in docker, use `inventree/inventree:latest` | ||||
|  | ||||
| ## Stable Releases | ||||
|  | ||||
| Specific tagged released are shown below. Click on the release notes for each version to learn more. | ||||
| Specific tagged releases are shown below. Click on the release notes for each version to learn more. | ||||
|  | ||||
| ### 0.6.x | ||||
| | <span class='fas fa-clipboard-list'></span> Release | <span class='fas fa-calendar-alt'></span> Date | <span class='fab fa-github'></span> GitHub | <span class='fab fa-docker'></span> Docker | | ||||
|   | ||||
| @@ -19,7 +19,7 @@ A TestReport template may define a set of filters against which parts are sorted | ||||
|  | ||||
| This allows each TestReport to easily be assigned to a particular Part, or even multiple parts. | ||||
|  | ||||
| In the example below, a test report template is uploaded and assigned to the part with the name *"My Widget"*. Any combination of fields relevent to the Part model can be used here. | ||||
| In the example below, a test report template is uploaded and assigned to the part with the name *"My Widget"*. Any combination of fields relevant to the Part model can be used here. | ||||
|  | ||||
| {% with id="test_report_add", url="admin/test_report_add.png", description="Upload test report template" %} | ||||
| {% include 'img.html' %} | ||||
|   | ||||
| @@ -11,7 +11,7 @@ InvenTree provides access control to various features and data, by assigning eac | ||||
|  | ||||
| ### User | ||||
|  | ||||
| A *user* is a single unique account with login credentials. By default, a user is not afforded *any* permissions, and the user must be assigned to the relevent group for the permissions to be assigned. | ||||
| A *user* is a single unique account with login credentials. By default, a user is not afforded *any* permissions, and the user must be assigned to the relevant group for the permissions to be assigned. | ||||
|  | ||||
| ### Group | ||||
|  | ||||
|   | ||||
| @@ -26,7 +26,7 @@ InvenTree provides sample docker-compose files to get you up and running. | ||||
| - A *development* compose file provides a simple way to spin up a development environment | ||||
|  | ||||
| !!! warning "Docker Compose Version" | ||||
|     Tthe following guide is designed to work with docker-compose v1.x. There are currently known issues with [docker-compose v2 support](https://github.com/docker/compose/releases/tag/v2.0.0). If you are having issues with the docker installation guide, check the version of docker-compose you are running with the command `docker-compose --version`.  | ||||
|     The following guide is designed to work with docker-compose v1.x. There are currently known issues with [docker-compose v2 support](https://github.com/docker/compose/releases/tag/v2.0.0). If you are having issues with the docker installation guide, check the version of docker-compose you are running with the command `docker-compose --version`.  | ||||
|  | ||||
| ### Environment Variables | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user