Florent
d6da9843db
Set copyright in applications
2014-10-17 17:57:42 +02:00
Florent
feb1405813
bump to 1.1
2014-10-17 14:10:38 +02:00
Laurent Bachelier
448c06d125
pep8 blank lines fixes
...
flake8 --select W391,E302,E301,E304
autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Laurent Bachelier
6161a0aacd
pep8 fixes, modernizations
...
autopep8 -a -r -i --select E711,E712,W601,W602,W603,W604,W690,E304,E401,E502 .
Also includes some manual reindentations (many are left after the print()
changes).
Manually checked, some modernizations not commited here.
2014-10-10 23:41:43 +02:00
Florent
628c63f899
Remove backend for do() calls
2014-10-10 14:11:45 +02:00
Laurent Bachelier
c07e23cafc
Use class attributes as much as possible for application output
...
refs #803
2014-09-04 12:41:25 +02:00
Florent
432f97e95c
bump to 1.0
2014-09-03 17:14:10 +02:00
Romain Bignon
e448fb9459
write the account currency in ofx output
2014-08-21 08:40:46 +02:00
Romain Bignon
ed6027d201
do not crash if the account type isn't in list ( closes #1452 )
2014-08-21 08:40:30 +02:00
Romain Bignon
e025fb0b20
rename ICap to Cap ( closes #1424 )
2014-07-05 17:33:44 +02:00
Florent
30732318b5
Introduce the DISPLAYED_FIELDS in formatter
2014-06-17 15:45:13 +02:00
Florent
9ca0bbae6a
bump to 0.j
2014-05-19 22:45:35 +02:00
Romain Bignon
6fcac89dd5
first step in python3 support
2014-05-17 14:27:55 +02:00
Florent
a82f57512c
bump to 0.i
2014-01-08 23:40:16 +01:00
Caramdache
40b6b77662
Add OFX support in boobank
...
Signed-off-by: Caramdache <caramdache@gmail.com>
Signed-off-by: Romain Bignon <romain@symlink.me>
2014-01-05 21:59:22 +01:00
Florent
105ec527b5
Sort results of ls by default
...
and replace option -s by option -U (same than the real ls command)
refs #1079
2013-12-17 15:21:25 +01:00
Florent
f0a1865c13
Update boobank documentation
2013-12-16 15:39:54 +01:00
Romain Bignon
1495017546
truncate label in formatter 'account_list'
2013-08-07 14:13:15 +02:00
Laurent Bachelier
23a71d847b
Code style fixes, mostly whitespace
2013-08-04 20:00:19 +02:00
Florent
9b022b2ebe
bump to 0.h
2013-08-03 14:31:13 +02:00
Romain Bignon
eba6f828e3
fix encoding issue
2013-08-03 12:31:22 +02:00
Romain Bignon
8e27838df1
boobank: fix confirmation of transfers
2013-08-02 12:53:27 +02:00
Florent
f940bf42ac
Add color to investments
2013-07-30 09:40:06 +02:00
Romain Bignon
8391367346
better error messages
2013-07-28 16:01:25 +02:00
Romain Bignon
bdf4c13f4e
remove useless calls to ReplApplication.flush() ( closes #812 )
2013-07-27 19:00:58 +02:00
Romain Bignon
8b803e7c39
fix crash when Account.coming or Account.balance are unavailable
2013-07-27 18:48:32 +02:00
Romain Bignon
97ade8e4ec
add parameter END_DATE to 'history' and 'coming' commands ( closes #1150 )
...
It iterates on all transactions until the specified date
2013-07-27 18:44:16 +02:00
Romain Bignon
ee1728b27f
colorize output of boobank
2013-07-27 18:10:52 +02:00
Romain Bignon
9094294683
default behavior is to unlimit results, except for explicit commands (searches or history)
...
closes #1139
2013-07-27 15:56:45 +02:00
Romain Bignon
234e22a255
in interactive mode, 'transfer' commands asks confirmation (refs #1077 )
2013-07-27 14:29:04 +02:00
Florent
9d6eff0252
Do not flush twice
2013-07-09 09:53:21 +02:00
Florent Fourcot
40b784913c
Better formatter for investment
2013-07-09 00:25:12 +02:00
Florent Fourcot
f4c5df891a
Add investment command to boobank
2013-07-08 21:43:51 +02:00
Stefano Zacchiroli
88908f358e
boobank: avoid blank lines between entries in (pretty_)qif formatting
...
rationale: empty lines between entries do not seem to be supported by
the spec
http://web.archive.org/web/20100222214101/http://web.intuit.com/support/quicken/docs/d_qif.html
and I have found at least one application reading QIF that works properly
without the blank lines, and fail to work with the blank lines
also: most QIF files generated by other apps in the wild seem not to have
any empty lines between entries
2013-05-10 09:00:26 +02:00
Florent
9484099a1d
bump to 0.g
2013-03-26 18:31:12 +01:00
Laurent Bachelier
ae06ae3384
Add missing "whatis entry" to man pages
...
This is recommended by Debian.
closes #618
2013-02-13 00:38:33 +01:00
Romain Bignon
63dc4e05da
support empty dates for transactions
2013-02-08 14:46:01 +01:00
Florent
bf3132e8c0
bump to 0.f
2013-01-25 17:23:49 +01:00
Romain Bignon
4a1e4b5afa
bump to 0.e
2012-10-28 20:39:49 +01:00
Romain Bignon
5b1260b7da
transfer: do not crash with an incorrect amount value ( closes #888 )
2012-10-28 08:55:22 +01:00
Florent
2676966a71
Update standard formater
2012-09-27 13:14:03 +02:00
Alexandre Franke
cc3ba3a263
QIF spec requires capitalized "type"
...
close #898
2012-07-16 17:58:55 +02:00
Romain Bignon
2f8072e89e
bump to 0.d
2012-05-04 21:17:46 +02:00
Romain Bignon
f5625240cc
use get_object() instead of inner functions
2012-04-28 15:26:00 +02:00
Florent
80c0f88474
Add new qif formatter: use label and rdate if exist
2012-04-27 13:33:52 +02:00
Pierre Mazière
8d13282dab
boobank: never convert a float to decimal
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-04-18 00:55:49 +02:00
Romain Bignon
9e6fb48dee
fix transfer formatter
2012-04-04 09:14:35 +02:00
Romain Bignon
fc849995f4
rewrite of the formatters system
2012-04-03 22:40:38 +02:00
Romain Bignon
b157e92d5b
use decimal.Decimal instead of float to store amounts of money
2012-03-29 16:31:18 +02:00
Romain Bignon
8f282c9ae8
rename iter_operations to iter_coming
2012-03-23 17:07:34 +01:00