mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Fix common spelling mistakes (#4956)
* add codespell * first fixes * doc fixes * fix docstrings and comments * functional changes * docstrings again * and docs again * rename args * add ignore * use pre-commit for filtering instead * ups * fix typo in filter
This commit is contained in:
@ -4,7 +4,7 @@ title: Release 0.1.6
|
||||
|
||||
## Release 0.1.6
|
||||
|
||||
[Release 0.1.6](https://github.com/inventree/InvenTree/releases/tag/0.1.6) (Febuary 2021) provides a number of major new features and improvements, as well as some crucial bug fixes:
|
||||
[Release 0.1.6](https://github.com/inventree/InvenTree/releases/tag/0.1.6) (February 2021) provides a number of major new features and improvements, as well as some crucial bug fixes:
|
||||
|
||||
## New Features
|
||||
|
||||
@ -49,4 +49,4 @@ Refer to the [BOM documentation](../build/bom.md) for further information.
|
||||
| [#1289](https://github.com/inventree/InvenTree/pull/1289) | Fixes display bug when a part "units" field is empty |
|
||||
| [#1290](https://github.com/inventree/InvenTree/pull/1290) | Fixes CSS issues with long error messages in modal forms |
|
||||
| [#1294](https://github.com/inventree/InvenTree/pull/1294) | Allows access to static files without being logged in |
|
||||
| [#1320](https://github.com/inventree/InvenTree/pull/1320) | Fixes "Used In" display for parts that are referenced in inerited BOMs |
|
||||
| [#1320](https://github.com/inventree/InvenTree/pull/1320) | Fixes "Used In" display for parts that are referenced in inherited BOMs |
|
||||
|
@ -35,7 +35,7 @@ title: Release 0.1.8
|
||||
|
||||
| PR | Description |
|
||||
| --- | --- |
|
||||
| [#1407](https://github.com/inventree/InvenTree/pull/1407) | Fixes unncessary column requirement when importing BOM |
|
||||
| [#1407](https://github.com/inventree/InvenTree/pull/1407) | Fixes unnecessary column requirement when importing BOM |
|
||||
| [#1430](https://github.com/inventree/InvenTree/pull/1430) | Fixes error thrown when migrating from very old data set |
|
||||
| [#1441](https://github.com/inventree/InvenTree/pull/1441) | Fixes template rendering error if git not available on system path |
|
||||
| [#1446](https://github.com/inventree/InvenTree/pull/1446) | Fixes bug exporting BOM to YAML format |
|
||||
|
@ -18,7 +18,7 @@ title: Release 0.2.2
|
||||
|
||||
### Location Display
|
||||
|
||||
[#1493](https://github.com/inventree/InvenTree/pull/1493) greatly improves the display of sublocations within a given location. Additonally, multiple sublocations can be selected (via checkboxes) allowing for printing of multiple StockLocation labels at once.
|
||||
[#1493](https://github.com/inventree/InvenTree/pull/1493) greatly improves the display of sublocations within a given location. Additionally, multiple sublocations can be selected (via checkboxes) allowing for printing of multiple StockLocation labels at once.
|
||||
|
||||
### Category Display
|
||||
|
||||
@ -67,7 +67,7 @@ For more information refer to the [pricing documentation](../part/pricing.md).
|
||||
| [#1489](https://github.com/inventree/InvenTree/pull/1489) | Fixes bug which prevented customer assigned stock items from being returned to stock |
|
||||
| [#1525](https://github.com/inventree/InvenTree/pull/1525) | Fixes bug which referenced `MPN` field instead of `SKU` field
|
||||
| [#1523](https://github.com/inventree/InvenTree/pull/1523) | Fixes bug in part API filtering |
|
||||
| [#1535](https://github.com/inventree/InvenTree/pull/1535) | Fixes issues with part price break calulation |
|
||||
| [#1535](https://github.com/inventree/InvenTree/pull/1535) | Fixes issues with part price break calculation |
|
||||
| [#1544](https://github.com/inventree/InvenTree/pull/1544) | Fix invoke bug in tasks.py |
|
||||
| [#1558](https://github.com/inventree/InvenTree/pull/1558) | Fixes calendar rendering bug |
|
||||
| [#1567](https://github.com/inventree/InvenTree/pull/1567) | Fixes logout screen redirect loop |
|
||||
|
@ -28,7 +28,7 @@ The results will be released in a few weeks in [GitHub Discussions](https://gith
|
||||
|
||||
### Build Order Allocation
|
||||
|
||||
PR [#2094](https://github.com/inventree/InvenTree/pull/2094) represents a significant improvement to the worflow for allocating stock items against a build order. A new API endpoint has been created allowing stock items to be allocated against builds, with dynamic validation and feedback of error messages.
|
||||
PR [#2094](https://github.com/inventree/InvenTree/pull/2094) represents a significant improvement to the workflow for allocating stock items against a build order. A new API endpoint has been created allowing stock items to be allocated against builds, with dynamic validation and feedback of error messages.
|
||||
|
||||
Additionally the workflow and UX has been simplified, allowing greater efficiency of stock allocation against a build order.
|
||||
|
||||
|
@ -12,7 +12,7 @@ For a comprehensive list of changes associated with this release, refer to the [
|
||||
|
||||
| Pull Request | Description |
|
||||
| --- | --- |
|
||||
| [#2717](https://github.com/inventree/InvenTree/pull/2717) | Fixes bug which occured when empty serial number strings were supplied |
|
||||
| [#2717](https://github.com/inventree/InvenTree/pull/2717) | Fixes bug which occurred when empty serial number strings were supplied |
|
||||
| [#2720](https://github.com/inventree/InvenTree/pull/2720) | Fixes bug which prevented barcode scanning from working |
|
||||
| [#2721](https://github.com/inventree/InvenTree/pull/2721) | Fixes bug which occured when an arbitrarily large serial number was supplied |
|
||||
| [#2721](https://github.com/inventree/InvenTree/pull/2721) | Fixes bug which occurred when an arbitrarily large serial number was supplied |
|
||||
| [#2736](https://github.com/inventree/InvenTree/pull/2736) | Fixes incorrect behaviour when a PartCategory or StockLocation is deleted |
|
||||
|
Reference in New Issue
Block a user