We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be cool to have a single-line compact notation, such as:
. 2014/Jan/1 cash 2000 ; withdrawl
The dot at the beginning flags the special syntax. Some other character could also be used.
This would work only when there is a default account in scope. Something like:
{ def defaultAccount = "bank" . 2014/Jan/1 cash 2000 ; withdrawl . 2014/Feb/2 rent 3000 ; paid rent for Jan }
This notation can cover about 90 % of transactions
The text was updated successfully, but these errors were encountered:
Note that this requires a way to define scopes. Ideally, that should be implemented first.
Sorry, something went wrong.
6a1d3eb
hrj
No branches or pull requests
Would be cool to have a single-line compact notation, such as:
The dot at the beginning flags the special syntax. Some other character could also be used.
This would work only when there is a default account in scope. Something like:
This notation can cover about 90 % of transactions
The text was updated successfully, but these errors were encountered: