-
Notifications
You must be signed in to change notification settings - Fork 10
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
Changing equity name in option #19
Comments
Keyword "Equity" is hardcoded. I don't know if it is possible to not hardcode it. |
With command-line tools, everything is possible. Changing "Liabilities" to "Debt" does work. option "name_liabilities" "Debt" See the following working example:
|
jacobburrell
changed the title
Changing equity name in option d
Changing equity name in option
Apr 9, 2020
Hmm, that's interesting. Sadly I won't be able to help, because I've moved beancounting to VSCode and don't remember Sublime tricks anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the options reference:
If I try to declare:
option "name_equity" "Capital"
Then try to use it:
Capital:Opening-Balances brings an error, even though it builds correctly.
Test the following:
The text was updated successfully, but these errors were encountered: