diff --git a/docs/app/barcode.md b/docs/app/barcode.md index d6996c2..2c2675e 100644 --- a/docs/app/barcode.md +++ b/docs/app/barcode.md @@ -27,5 +27,6 @@ The following code types are known to be supported ## Actions -!!! todo "TODO" - This section requires further work \ No newline at end of file +The InvenTree app uses barcodes where possible to provide efficient stock control operations. + +If there is a new barcode feature you would like to see, [let us know on GitHub](https://github.com/inventree/InvenTree/issues?q=is%3Aopen+is%3Aissue+label%3Aapp)! \ No newline at end of file diff --git a/docs/app/part.md b/docs/app/part.md index fc8764a..9f672e9 100644 --- a/docs/app/part.md +++ b/docs/app/part.md @@ -6,7 +6,7 @@ title: Part Views From the *home screen*, select *Parts* to open the top-level part category view. -### Detail Tab +### Details Tab The *Details* tab shows information about the selected part category. In particular, it shows the name and description of the category, a link to the parent category (if available) and a list of subcategories. @@ -16,7 +16,7 @@ The *Details* tab shows information about the selected part category. In particu #### Parent Category -If the current category has a parent category (i.e. it is not a top-level category) then a link is provided to the parent category. Press this link to navigate to the category detail page for the parent category. +If the current category has a parent category (i.e. it is not a top-level category) then a link is provided to the parent category. Tap the *parent category* tile to navigate to the category detail page for the parent category. #### Subcategories diff --git a/docs/app/translation.md b/docs/app/translation.md index b3d8b7a..fc51d37 100644 --- a/docs/app/translation.md +++ b/docs/app/translation.md @@ -4,7 +4,7 @@ title: App Translations ## Translation Support -The InvenTree app, much like the InvenTree web-based application, is designed to support multiple language translations. +The InvenTree app is designed to support multiple language translations. As with the web application, translations are community contributed - if the app does not support your native language, contributions are very welcome!