abandon icon indicating copy to clipboard operation
abandon copied to clipboard

:relieved: Simple and Robust Accounting

Results 34 abandon issues
Sort by recently updated
recently updated
newest added

That is, support for block comments, ala programming languages. Syntax could be `/* ..... */` or `;* ....... *;`

enhancement

Currently, aliases are only substituted when they are used as the full account name. But, it will be also useful when aliases are part of an account name. For example,...

For formatting numbers, this project has useful components: https://github.com/unicode-org/icu Reference from [this SO](https://stackoverflow.com/questions/5379231/) question. Localizing dates is another good-to-have-feature. Not sure if icu4j has support for it. Java platform itself...

The process I follow is simple but manual: * Take latest released zip file * Unzip it somewhere * Replace the abandon jar file with the latest version * Zip...

enhancement
low-hanging-fruit

I'd really like to be able to use balance assertions in some way. It would enable me to more frequently checkpoint my accounts instead of keeping a huge comment wherein...

So that the XML and any other representation doesn't have the whitespace.

It should be possible to fold the children of an account, and this setting should be per report. For example, if `Expense` is configured to be folded, then its children...

enhancement
design

Useful functions could be: - currentTransactionDate() - currentPostingAccount() - currentTransactionTags() // Low priority Notes: - It should be possible to call these functions from other functions. - The best way...

enhancement

It should be possible to define maps. Tentative syntax: ``` define myMap = { 0 : 123, "name" : 456, 2013/may/1 : "value" } ``` Alternatively, add ability to define...

enhancement