mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 04:56:45 +00:00
Spelling fixes
This commit is contained in:
parent
2512c9621a
commit
f51be7efa6
@ -13,7 +13,7 @@ The 0.9.0 release introduces many new features - some of the major ones are outl
|
||||
|
||||
### Installer
|
||||
|
||||
We now have a packaged command-line installer for simplified setup (on supported platforms), using the [packager.io](https://packager.io/) service. The installer is targetted for users who are installing InvenTree on a bare metal system (separate installers are available for container environments).
|
||||
We now have a packaged command-line installer for simplified setup (on supported platforms), using the [packager.io](https://packager.io/) service. The installer is targeted for users who are installing InvenTree on a bare metal system (separate installers are available for container environments).
|
||||
|
||||
You can find more information about the installer at [docs.inventree.org](https://docs.inventree.org/en/latest/start/installer/).
|
||||
|
||||
@ -23,7 +23,7 @@ Database backup and restore functionality has been improved, using the [dbbackup
|
||||
|
||||
### Pricing Overhaul
|
||||
|
||||
This release provides a major overhaul for how pricing data is managed. The new pricing system calculates various pricing information (such as BOM cost or purchase price range) and caches this data in the database. This means that the efficiency of accessing pricing data in real time is greatly improved. For complex bills of material, viewing pricing data was (before this update) extremely prohibitive, due to the recursive calculations which were being performed "on the fly". The new achitecture makes use of the background worker to recalculate pricing information whenever the underlying data changes, ensuring that "up to date" pricing is readily available.
|
||||
This release provides a major overhaul for how pricing data is managed. The new pricing system calculates various pricing information (such as BOM cost or purchase price range) and caches this data in the database. This means that the efficiency of accessing pricing data in real time is greatly improved. For complex bills of material, viewing pricing data was (before this update) extremely prohibitive, due to the recursive calculations which were being performed "on the fly". The new architecture makes use of the background worker to recalculate pricing information whenever the underlying data changes, ensuring that "up to date" pricing is readily available.
|
||||
|
||||

|
||||
|
||||
|
@ -33,7 +33,7 @@ Our new website (inventree.org) is now up and running! Thanks to @matmair in par
|
||||
|
||||
### Translations
|
||||
|
||||
[Translations]({% link contribute.md %}#translate) for the InevnTree project continue to grow, thanks to our vibrant community of users. Thanks to the [crowdin project](https://crowdin.com) which makes this possible.
|
||||
[Translations]({% link contribute.md %}#translate) for the InvenTree project continue to grow, thanks to our vibrant community of users. Thanks to the [crowdin project](https://crowdin.com) which makes this possible.
|
||||
|
||||
### Users
|
||||
|
||||
@ -89,6 +89,6 @@ Check out the [documentation project](https://github.com/inventree/inventree-doc
|
||||
|
||||
The InvenTree project has grown substantially over the last year. While we now have an active user community, we still only have a very small core development team, trying to keep on top of all the great ideas you have.
|
||||
|
||||
If you have found InvenTree to be a useful piece of software, especially if you are using it for your business, please consider [sponsoring the project](https://github.com/sponsors/inventree/). Sponsorship allows the devs to provide more of their (quite precious) time to the project, which benefits everyone.
|
||||
If you have found InvenTree to be a useful piece of software, especially if you are using it for your business, please consider [sponsoring the project](https://github.com/sponsors/inventree/). Sponsorship allows the developers to provide more of their (quite precious) time to the project, which benefits everyone.
|
||||
|
||||
You can provide a one-off or monthly sponsorship, or sponsor a specific feature or plugin!
|
||||
|
@ -26,7 +26,7 @@ The plugin list is a way to share the cool, public plugins you made with the com
|
||||
|
||||
As mentioned [before]({% link _news/2022-04-23-news-are-starting.md %}), we use Jekyll for this website. This means that the list consists of static pages that are generated from YAML/Markdown files. The output is hosted by GitHub pages (for free ;-)) and can be previewed on PRs thanks to the Netlify app integration.
|
||||
|
||||
A file contains a number of standardised fields in the header and markup text for the plugin page that uses Markdown (just like GitHub README pages). That information is used to generate:
|
||||
A file contains a number of standardized fields in the header and markup text for the plugin page that uses Markdown (just like GitHub README pages). That information is used to generate:
|
||||
- the individual plugin pages (eg. [this one]({% link _repo/inventree-brother-plugin.md %}))
|
||||
- plugin cards on the main page (showing the newest entries)
|
||||
- a list of [all plugins]({% link plugins.html %})
|
||||
@ -53,7 +53,7 @@ Several ideas have been brought forward regarding possible improvements to the p
|
||||
Inclusion in InvenTree: Users of InvenTree should be able to browse and install plugins directly from within the web app. This would require a way to install plugins and probably a way to update them too. A good example would be Octoprint's plugin manager. The main work would be to create a nice interface, the API endpoints (for installing and activating/deactivation) are already there.
|
||||
|
||||
Regarding browsing the list on the site:
|
||||
* A more detailed list with screenshots, short descriptions and standardised sections in the page itself
|
||||
* A more detailed list with screenshots, short descriptions and standardized sections in the page itself
|
||||
* A way to rate plugins
|
||||
* A way to show how often a plugin is used/downloaded (would probably need [4150](https://github.com/inventree/InvenTree/issues/4150))
|
||||
* A better way to search for plugins (by name, description, author, tags, etc.) - we deploy statically so that might be tricky
|
||||
|
@ -25,7 +25,7 @@ The latest release provides improved barcode support, with the ability to genera
|
||||
|
||||
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.
|
||||
Refer to the [reporting documentation](https://docs.inventree.org/en/latest/report/report/) for further details.
|
||||
|
||||
### Search Results
|
||||
|
||||
|
@ -5,7 +5,7 @@ title: KiCad Integration
|
||||
|
||||
In the world of electronics design and PCB (Printed Circuit Board) development, KiCad has been a go-to tool for engineers and hobbyists alike. KiCad is a very popular and capable tool, and has continually evolved to meet the changing needs of its users.
|
||||
|
||||
Ever since InvenTree was first [*shamlessly cross-promoted*](https://forum.kicad.info/t/inventory-management-open-source/) on the KiCad forums, I have been searching for a clean way to connect KiCad and InvenTree together. This has been a [popular topic of discussion](https://github.com/inventree/InvenTree/discussions/4133) with other InvenTree users too!
|
||||
Ever since InvenTree was first [*shamelessly cross-promoted*](https://forum.kicad.info/t/inventory-management-open-source/) on the KiCad forums, I have been searching for a clean way to connect KiCad and InvenTree together. This has been a [popular topic of discussion](https://github.com/inventree/InvenTree/discussions/4133) with other InvenTree users too!
|
||||
|
||||
InvenTree contains all of my part definition data and inventory management information, such as part parameters, supplier data, etc. If only there was a simply way to get all of that information directly out of InvenTree and into KiCad.
|
||||
|
||||
@ -13,7 +13,7 @@ Well now, with great excitement, there is! InvenTree data can now be used as a f
|
||||
|
||||
### HTTP Library Support
|
||||
|
||||
In September 2023, [HTTP Libary Support](https://gitlab.com/kicad/code/kicad/-/merge_requests/1679) was added to the KiCad application.
|
||||
In September 2023, [HTTP Library Support](https://gitlab.com/kicad/code/kicad/-/merge_requests/1679) was added to the KiCad application.
|
||||
|
||||
This feature allows KiCad library data to be retrieved from an external API endpoint, rather than a library file on the local filesystem. This is a groundbreaking change which allows us to leverage InvenTree's existing capabilities to provide a fully-featured integration between the two software packages.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user