Tree @master (Download .tar.gz)
Commit History
@master
git clone https://simonvolpert.com/bean-add/
- Fix some options' status capitalization Simon Volpert 8 days ago
- Indicate if autosave is active on journal load Simon Volpert 8 days ago
- Fix crash on looking up the same pattern as edited out of the current tx Simon Volpert a month ago
- Initialize the _precision variable to avoid crashing with NameError exception when encountering unknown option. pmarciniak 3 months ago
- Merge remote-tracking branch 'pmarciniak/bug-fix2' Simon Volpert 4 months ago
- Rework default currency suggestion for amount entry Simon Volpert 4 months ago
- Don't store an array as default currency. pmarciniak 4 months ago
- Refactor detect_currencies Simon Volpert 4 months ago
- Change default type of default_currency to None Simon Volpert 4 months ago
- Rename data.cur to data.last_currency to better reflect its purpose Simon Volpert 4 months ago
- Allow multiple constraint currencies for accounts Simon Volpert 4 months ago
- Remove unnecessary else Simon Volpert 4 months ago
- Tweak comments and punctuation Simon Volpert 4 months ago
- Add account currency constraint enforcement Simon Volpert 4 months ago
- Remove unnecessary type conversion Simon Volpert 4 months ago
- Set the account's default currency to the first one in the input Simon Volpert 4 months ago
- Merge branch 'master' into account-currency pmarciniak 4 months ago
- Address comments from PR: https://github.com/simon-v/bean-add/pull/12#pullrequestreview-1415801356 pmarciniak 4 months ago
- Revert changing the accounts variable name to accounts_currencies. pmarciniak 4 months ago
- Merge branch 'master' into account-currency pmarciniak 4 months ago
- Remove unused variable Simon Volpert 4 months ago
- Remove commas (thousand separators) from user input amounts Simon Volpert 4 months ago
- Remove useless code from read_amount() Simon Volpert 4 months ago
- Fix deep-unflagging transactions Simon Volpert 4 months ago
- Don't tell the user what their indentation settings are, they probably know Simon Volpert 4 months ago
- Tweak code comments Simon Volpert 4 months ago
- Don't set the indentation to use via options, but infer it from the ledger file pmarciniak 4 months ago
- Allow indenting beancount directives with 2 spaces instead of a tab. pmarciniak 4 months ago
- Remember default currencies on a per-account basis rather than globally. pmarciniak 4 months ago
- Start cycling through possible completions on second tab press Simon Volpert 4 months ago