Commit History
@master
git clone https://simonvolpert.com/bean-add/
-
Rework default currency suggestion for amount entry
Simon Volpert
1 year, 5 months ago
-
Don't store an array as default currency.
pmarciniak
1 year, 5 months ago
-
Refactor detect_currencies
Simon Volpert
1 year, 6 months ago
-
Change default type of default_currency to None
Simon Volpert
1 year, 6 months ago
-
Rename data.cur to data.last_currency to better reflect its purpose
Simon Volpert
1 year, 6 months ago
-
Allow multiple constraint currencies for accounts
Simon Volpert
1 year, 6 months ago
-
Remove unnecessary else
Simon Volpert
1 year, 6 months ago
-
Tweak comments and punctuation
Simon Volpert
1 year, 6 months ago
-
Add account currency constraint enforcement
Simon Volpert
1 year, 6 months ago
-
Remove unnecessary type conversion
Simon Volpert
1 year, 6 months ago
-
Set the account's default currency to the first one in the input
Simon Volpert
1 year, 6 months ago
-
Merge branch 'master' into account-currency
pmarciniak
1 year, 6 months ago
-
Address comments from PR: https://github.com/simon-v/bean-add/pull/12#pullrequestreview-1415801356
pmarciniak
1 year, 6 months ago
-
Revert changing the accounts variable name to accounts_currencies.
pmarciniak
1 year, 6 months ago
-
Merge branch 'master' into account-currency
pmarciniak
1 year, 6 months ago
-
Remove unused variable
Simon Volpert
1 year, 6 months ago
-
Remove commas (thousand separators) from user input amounts
Simon Volpert
1 year, 6 months ago
-
Remove useless code from read_amount()
Simon Volpert
1 year, 6 months ago
-
Fix deep-unflagging transactions
Simon Volpert
1 year, 6 months ago
-
Don't tell the user what their indentation settings are, they probably know
Simon Volpert
1 year, 6 months ago
-
Tweak code comments
Simon Volpert
1 year, 6 months ago
-
Don't set the indentation to use via options, but infer it from the ledger file
pmarciniak
1 year, 6 months ago
-
Allow indenting beancount directives with 2 spaces instead of a tab.
pmarciniak
1 year, 6 months ago
-
Remember default currencies on a per-account basis rather than globally.
pmarciniak
1 year, 6 months ago
-
Start cycling through possible completions on second tab press
Simon Volpert
1 year, 6 months ago
-
Merge remote-tracking branch 'pmarciniac/completion'
Simon Volpert
1 year, 6 months ago
-
Refactor sliding_window_with_month
Simon Volpert
1 year, 6 months ago
-
Add code comments to sliding_window
Simon Volpert
1 year, 6 months ago
-
Use locale to figure out partial date day/month order
Simon Volpert
1 year, 6 months ago
-
Refactor partial date notation processing
Simon Volpert
1 year, 6 months ago