* Add new global setting * Check if there are open children before completing a build * Adds management command to export settings definition * Fix settings export * Extract settings data into documentation * Add global settings spec * User settings * Revert strict mode * Tweak unit test * Remove unreachable code * Always export settings first * Remove unused macro * Remove old images * Re-add missing docs strings * Tweak docs * Remove unused import
1.7 KiB
title
title |
---|
Currency Support |
Currency Support
InvenTree provides support for multiple currencies, allowing pricing information to be stored with base currency rates.
Supported Currencies
InvenTree uses the django-money library, which in turn uses the py-moneyed library. py-moneyed
supports any currency which is defined in the ISO 3166 standard standard.
Currency Conversion
Currency conversion is provided via the django-money
library. Pricing data can be converted seamlessly between the available currencies.
Currency Rate Updates
Currency conversion rates are periodically updated, via an external currency exchange server. Out of the box, InvenTree uses the frankfurter.app service, which is an open source currency API made freely available.
Custom Rate Updates
If a different currency exchange backend is needed, or a custom implementation is desired, the currency exchange framework can be extended via plugins. Plugins which implement custom currency exchange frameworks can be easily integrated into the InvenTree framework.
Currency Settings
Refer to the global settings documentation for more information on available currency settings.
Supported Currencies
While InvenTree can support any of the currencies defined in the ISO 3166 standard, the list of supported currencies can be limited to only those which are relevant to the user. The supported currencies are used to populate the currency selection dropdowns throughout the InvenTree interface.