l4rm4nd / VoucherVault

Django web application to store and manage vouchers, coupons, loyalty and gift cards digitally. Supports expiry notifications, transaction histories, file uploads and OIDC SSO.
https://github.com/l4rm4nd/VoucherVault/wiki
GNU General Public License v3.0
125 stars 2 forks source link

Add currency EUR and others. #1

Closed mariushosting closed 2 months ago

mariushosting commented 2 months ago

Nice project!

Feedback:

I see only the dollars currency. It would be better to add different Currency like EUR and others.

l4rm4nd commented 2 months ago

Hey @mariushosting,

thanks for reaching out.

VoucherVault currently does not define any currency at all. What you are seeing is a badly chosen bootstrap icon with the dollar sign. I've replaced the icon with a generic one.

See https://github.com/l4rm4nd/VoucherVault/commit/47175ae7cf54bac1059acabb8f551c15b80b3b7c

Cheers