-
Notifications
You must be signed in to change notification settings - Fork 5
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
pad
directive not being fully converted
#33
Comments
Thanks |
Thanks, this revealed both a bug (the issue you pointed out) and a nicer way to do this (ledger has balance assignments, after all). I'll get this done soon. |
@gsingh93 sorry for the delay. I think the new behaviour is much better. Can you please give this a try and report any issues you see? |
I've implemented the nicer way of doing things (using balance assignments), but I haven't looked at the underlying bug (which is no relevant here but which might still be relevant in other scenarios). Reopning for now. |
@gsingh93 did you have a chance to test this change? |
Hi, sorry for the delayed response. I just got some time to test this, but I'm unable to install the package from Github. I'm testing this on macOS with Python 3.9. After uninstalling the currently released version, I ran this:
and I get this output:
|
Workarounds: install |
I can confirm that the pad directive gets correctly handled using a package built directly from head |
@fterrier out of interest, what do you use beancount2ledger for? I have to find time and work on the outstanding issues... |
I am looking to calculate ROI from a beancount ledger, and hledger has a
roi function, so I thought it would be a quick one.. looks more complicated
than that though so I'll probably leave it for now :)
…On Fri, Jul 28, 2023, 4:38 PM Martin Michlmayr ***@***.***> wrote:
@fterrier <https://github.com/fterrier> out of interest, what do you use
beancount2ledger for?
I have to find time and work on the outstanding issues...
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF3KRXAVRCKUKIGA5ZJ7GTXSPFFJANCNFSM5S762Q2A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
If I have this in
beancount
:This tool outputs:
I expecting the output to also contain
Equity:Opening-Balances -1000.00 USD
, but this was missing and this causes the transaction to not balance.The text was updated successfully, but these errors were encountered: