Tree @master (Download .tar.gz)
Commit History
@master
git clone https://simonvolpert.com/bean-add/
- Initial, crude implementation of statement verification capabilities Simon Volpert 8 years ago
- Change the prompt for entering amounts in preparation for statement verification; Tweak some other prompts Simon Volpert 8 years ago
- Allow calculating the balance of an empty list Simon Volpert 8 years ago
- Make sure the actual journal is used for balance calculations, not its initial state Simon Volpert 8 years ago
- Check for correct balance transaction length. Also, add a newline Simon Volpert 8 years ago
- Warn on implied amounts: figuring them out is more difficult than one would think Simon Volpert 8 years ago
- Update README Simon Volpert 8 years ago
- Add account balance calculation Simon Volpert 8 years ago
- Move often used command sequences into functions Simon Volpert 8 years ago
- Rewrite tx lookup routine in preparation for statement verification Simon Volpert 8 years ago
- Add support for conversion rates in amounts Simon Volpert 8 years ago
- Add tip about re-sorting a record in the file to the README Simon Volpert 8 years ago
- Add a command to show the context of the current record. Also, some comments Simon Volpert 8 years ago
- Change the temp file extension to make syntax highlighting possible Simon Volpert 8 years ago
- Mention bean-add scripting in the README Simon Volpert 8 years ago
- Add a command to edit the current record with your preferred editor Simon Volpert 8 years ago
- Make the unsaved changes warning more threatening Simon Volpert 8 years ago
- Add paranoid write option, for people REALLY worried about potential data loss Simon Volpert 8 years ago
- Add more seeking options; cancel seeking on error Simon Volpert 8 years ago
- Add option to always or never reuse last accounts in new transactions; default is, as before, prompt Simon Volpert 8 years ago
- Un-hardcode source file name Simon Volpert 8 years ago
- Allow deleting transaction legs during entry by entering an amount of 0 Simon Volpert 8 years ago
- Fix date prompt Simon Volpert 8 years ago
- Allow non-ISO-8601 date delimiters Simon Volpert 8 years ago
- When sorting, skip all records that don't start with a date, not just comments Simon Volpert 8 years ago
- Update README Simon Volpert 8 years ago
- Add option menu and an option to disable sorting new transactions by date Simon Volpert 8 years ago
- Compress redundant whitespace in records; Closes #1 Simon Volpert 8 years ago
- Fix typo Simon Volpert 8 years ago
- Add a save-and-quit shortcut Simon Volpert 8 years ago