2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-17 04:25:26 +00:00

Fix docs links to point to stable (not latest) (#228)

This commit is contained in:
Oliver
2025-02-22 11:18:08 +11:00
committed by GitHub
parent 22c0046767
commit 28a6c0d0f1
17 changed files with 43 additions and 43 deletions

View File

@ -11,11 +11,11 @@ As always, thanks to the efforts of our development team and larger community, t
### SSO Improvements
A lot of work has gone into improving [Single Sign On (SSO)](https://docs.inventree.org/en/latest/settings/SSO/) integration. We have made some changes to make the SSO process smoother, and improved the user experience. Additionally (and importantly) the documentation has been significantly improved!
A lot of work has gone into improving [Single Sign On (SSO)](https://docs.inventree.org/en/stable/settings/SSO/) integration. We have made some changes to make the SSO process smoother, and improved the user experience. Additionally (and importantly) the documentation has been significantly improved!
### Currency Conversion
In a major improvement for currency support, conversion between different currencies is now performed "client side". This means that data tables which contain money values with different currencies can now be added together - and in a computationally efficient manner. Currency exchange rate data is now made available via [the API](https://docs.inventree.org/en/latest/api/api/) - paving the way for future feature development in this area.
In a major improvement for currency support, conversion between different currencies is now performed "client side". This means that data tables which contain money values with different currencies can now be added together - and in a computationally efficient manner. Currency exchange rate data is now made available via [the API](https://docs.inventree.org/en/stable/api/api/) - paving the way for future feature development in this area.
### Pricing Features