Only shows last 100 transactions by default when checking user transactions, configurable in conf.py. New menu item for checking all of them.

Prints transactions newest-first instead of oldest-first.
User low credit warning limit now configurable in conf.py.
This commit is contained in:
2017-02-04 20:03:35 +00:00
parent 3f838a3de8
commit 033a93bd4c
3 changed files with 30 additions and 4518 deletions

View File

@@ -1,5 +1,8 @@
db_url = 'postgresql://terjesc_dibblerdummy:terjesc_dibblerdummy@postgres/terjesc_dibblerdummy'
db_url = 'sqlite:///foo.db'
quit_allowed = True
stop_allowed = False
show_tracebacks = True
input_encoding = 'utf8'
low_credit_warning_limit = -100
user_recent_transaction_limit = 100