Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-ledger transactions must take into account ledger currencies #59

Open
rgalanakis opened this issue May 12, 2022 · 0 comments
Open
Labels
backend Involves changes to the backend API bug Something isn't working
Milestone

Comments

@rgalanakis
Copy link
Member

We need to explicitly handle it, even if it is just erroring for now if we see ledgers with mismatched currencies.

The main use case for this in the short term is scrip/discounted dollars- so for example, if you load $10 into your account into Scrip (&), you get &10, and the conversion rate is $1.1 to &1, so when you take a $5 scooter ride, we book -&4.5 or whatever. We can also use this for true multi-currency, but that is way outside of scope for now. Real scrip is also a bit outside scope, so make this explicitly unsupported.

@rgalanakis rgalanakis added the bug Something isn't working label May 12, 2022
@rgalanakis rgalanakis self-assigned this May 12, 2022
@rgalanakis rgalanakis added the backend Involves changes to the backend API label May 31, 2022
@rgalanakis rgalanakis added this to the Public Launch milestone May 31, 2022
@rgalanakis rgalanakis removed their assignment May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Involves changes to the backend API bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant