From 776fc89e99650ce3bf0c9bd0ed26a68534d2c6ac Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 18 Apr 2023 00:03:31 +1000 Subject: [PATCH] Further updates --- _posts/2023-04-17-0.11.0.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/_posts/2023-04-17-0.11.0.md b/_posts/2023-04-17-0.11.0.md index fdb4024c..657e564f 100644 --- a/_posts/2023-04-17-0.11.0.md +++ b/_posts/2023-04-17-0.11.0.md @@ -21,10 +21,32 @@ Another great new feature in the latest release of InvenTree is the ability to g The latest release provides improved barcode support, with the ability to generate barcodes for all order types, in addition to assigning custom barcodes. +### Report Templates + +InvenTree's latest release includes improved report template functionality with better currency rendering support, enabling businesses to create professional and accurate reports. This feature allows for more detailed and customizable reports, including the ability to display currency symbols and automatically convert currency values to the appropriate format based on the user's settings, saving time and effort. + +Refer to the [reporting documenation](https://docs.inventree.org/en/latest/report/report/) for further details. + +### Search Results + +Another feature of this release is the refactor and extension of the API search endpoint, adding new functionality such as regex and whole word search capabilities. With these improvements, users can conduct more powerful searches, returning more precise results and reducing the time and effort required to find the information they need. + ## Bug Fixes Multiple bug fixes (ranging from minor to significant) have been implemented. Many of these bugs have been reported (and even fixed) by our users. Your feedback really helps improve the software and make it more useful for everyone! +## Translation Updates + +Our users have been working *very* hard to improve the [translation support](../contribute.md#translate) for the InvenTree software. The translation efforts are progressing really, well - check out the [InvenTree project on crowdin](https://crowdin.com/project/inventree). If you would like to see further work on the translation, or looking to see InvenTree translated into a new language, please consider contributing your time as a translator! + ## Release Notes -As always, the full set of release notes and changelogs is [available on our GitHub Page](https://github.com/inventree/InvenTree/releases/tag/0.11.0). \ No newline at end of file +As always, the full set of release notes and changelogs is [available on our GitHub Page](https://github.com/inventree/InvenTree/releases/tag/0.11.0). + +## Python Bindings + +The InvenTree python bindings have also been updated - check out [the release notes](https://github.com/inventree/inventree-python/releases/tag/0.11.0). + +## Support InvenTree + +The InvenTree development team is committed to providing users with the best possible open source inventory management software. However, we rely on the support of our community to continue developing new features and improving our platform. If you find InvenTree valuable and want to support our ongoing development efforts, please consider making a financial contribution to help us continue developing the InvenTree software. \ No newline at end of file