-
Notifications
You must be signed in to change notification settings - Fork 2
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
Take point value from pricedb instead of points-value #3
Comments
I can implement this if you agree. |
Good idea, but I need to think about this more. Doing so brings up a few issues:
|
These are good points, thanks.
|
I don't think this is a good idea. Letting the user specify a currency via the UI would be better. The problem is when a conversion is not available in that currency but available in another. The current solution side steps all of this by forcing the user to specify a single conversion at the cost of a bit of flexibility.
I'm not sure I agree. My points values are estimates, which are between "having a value" and not. I'd rather see my miles separately in net worth than a conversion that's an estimate. One solution is to use priced, but allow commodity metadata to override it. The UI issue would still need to be solved. |
Right, this is similar to the discussion at redstreet/fava_investor#32
Right, that sounds sensible to me. |
Sure, feel free to send a PR. The conversion menu is available to extensions. Currencies is available only as a part of a chart. |
I'll try but I can't promise since I don't know how the conversion menu works |
The example that ships with Fava should help. |
You require a
points-value
on the commodity definition.But since beancount has a
price
directive, wouldn't it make more sense to take the price from there?The text was updated successfully, but these errors were encountered: