-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reallocate between asset accounts #2
Comments
👋 @yusf Yes, it's a conceptual problem and not plugin's. First, the plugin doesn't know which of the two assets accounts you want to allocate, and honestly neither do I, so it would allocate both (just like it already does with income and expenses) and you would end up with such pointless transaction:
Second, I assume you have a bank transaction for those 5000 SEK between two accounts. Even if plugin would magically guess what you wanted (or what I though you wanted) and generate the following transaction, I'd call it very bad practice to edit the amounts for transactions and instead strictly stick to a policy to always mirror the bank or cash transactions. Otherwise it's a nightmare to consolidate/debug your accounts, and I've been there.
Third, as I see "receivables" account, I assume you have a matching income posting some time earlier. Solution: add the share/allocate there! This way with
In either case, these are only my guesses. Please share your expected result or elaborate more on the situation, and then we could continue the conversation in a more focused manner. |
👋
I bumped into beancount_share when trying to automate allocation from an asset account to several other asset accounts. Got an error message when I tried using that, then beancount_allocate.
Given the aforementioned usecase I naively tried:
Is there a reason for not being able to also use this plugin for asset reallocation? Or is there a third plugin option?
The text was updated successfully, but these errors were encountered: