mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 13:46:54 +00:00
Pricing info
This commit is contained in:
parent
1cd82fe5e3
commit
f642333d92
17
docs/part/pricing.md
Normal file
17
docs/part/pricing.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: Pricing
|
||||||
|
---
|
||||||
|
|
||||||
|
## Pricing
|
||||||
|
|
||||||
|
InvenTree provides multi-currency pricing support via the [django-money](https://django-money.readthedocs.io/en/latest/) library.
|
||||||
|
|
||||||
|
## Currency Conversion
|
||||||
|
|
||||||
|
If multiple currency support is required, automatic updating of currency conversion rates can be provided via the [fixer.io](https://fixer.io) API.
|
||||||
|
|
||||||
|
If a valid API key for the fixer.io service is provided, the InvenTree background worker will update the currency exchanges rates once per day.
|
||||||
|
|
||||||
|
### API Key
|
||||||
|
|
||||||
|
A free API key can be obtained by creating an account with fixer.io.
|
@ -52,6 +52,10 @@ title: Release 0.2.2
|
|||||||
|
|
||||||
[#1561](https://github.com/inventree/InvenTree/pull/1561) introduces an import wizard for purchase orders
|
[#1561](https://github.com/inventree/InvenTree/pull/1561) introduces an import wizard for purchase orders
|
||||||
|
|
||||||
|
### Currency Conversion Support
|
||||||
|
|
||||||
|
[#1598](https://github.com/inventree/InvenTree/pull/1598) adds support for the [fixer.io](https://fixer.io) API for automatically updating currency conversion rates. For more information refer to the [pricing documentation](../../part/pricing).
|
||||||
|
|
||||||
## Major Bug Fixes
|
## Major Bug Fixes
|
||||||
|
|
||||||
| PR | Description |
|
| PR | Description |
|
||||||
|
@ -60,6 +60,7 @@ nav:
|
|||||||
- Parameters: part/parameter.md
|
- Parameters: part/parameter.md
|
||||||
- Templates: part/template.md
|
- Templates: part/template.md
|
||||||
- Tests: part/test.md
|
- Tests: part/test.md
|
||||||
|
- Pricing: part/pricing.md
|
||||||
- Stock:
|
- Stock:
|
||||||
- Stock Items: stock/stock.md
|
- Stock Items: stock/stock.md
|
||||||
- Adjusting Stock: stock/adjust.md
|
- Adjusting Stock: stock/adjust.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user