cmintey / wishlist

Wishlist is a self-hosted wishlist application that you can share with your friends and family. You no longer have to wonder what to get your family for the holidays, simply check their wishlist and claim any available item!
MIT License
55 stars 1 forks source link

Feature: Change currency #152

Closed Akirainblack closed 2 weeks ago

Akirainblack commented 2 weeks ago

Is your feature request related to a problem? Please describe. I live in the U.K. we use £ not $

Describe the solution you'd like The ability to specify using £ not $

Describe alternatives you've considered Specifying location and the system would then update to the correct currency.

cmintey commented 2 weeks ago

Hi, you can change the currency per item like below. You can also globally change the currency by setting the DEFAULT_CURRENCY environment variable.

image

Akirainblack commented 2 weeks ago

Thank you, sorry didn't see that the DEFAULT_CURRENCY variable existed. Or how to change it. Will you be adding that to the documentation?

cmintey commented 2 weeks ago

Yes definitely, I will add it to documentation!

Pr0mises commented 2 weeks ago

Also please add screenshots. I was in hurry as christmas and birthdays are coming up so I've chosen another wishlist program. Just by looking at that screenshot I have to check your program out aswell, even tho it couod mean I need to migrate everything over to your app. What I want to say, please add screenshots of this probably clean looking app you build

cmintey commented 2 weeks ago

Added a new environment variables section and images to the readme