Replies: 2 comments 2 replies
-
Not sure how to proceed changing the currency from USD to MYR or PHP. Any clear documentation would be most appreciated |
Beta Was this translation helpful? Give feedback.
-
Well it's going to be a bit hard to get help from the main developers enving this project or somethings but if this goes on like this we can go build another inventree with blackjack and hookrs, infact forget the tree. class FixerBackend(BaseBackend):
"""Use fixer.io for currency conversions"""
supported_currencies = [
"AUD",
"BGN",
"BRL",
"CAD",
"CHF",
"CNY",
"CZK",
"DKK",
"GBP",
"HKD",
"HRK",
"HUF",
"IDR",
"ILS",
"INR",
"JPY",
"KRW",
"MXN",
"MYR",
"NOK",
"NZD",
"PHP",
"PLN",
"RON",
"RUB",
"SEK",
"SGD",
"THB",
"TRY",
"ZAR",
"EUR",
"USD",
] |
Beta Was this translation helpful? Give feedback.
-
Body of the issue
I am trying to find documentation on how to exactly add other currencies, example MYR, PHP, etc. I am only seeing the several default currencies and could not figure how to add the others.
Beta Was this translation helpful? Give feedback.
All reactions