diff options
author | John Wiegley <johnw@newartisans.com> | 2008-09-17 05:26:39 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-09-17 05:26:39 -0400 |
commit | 346ca16a2c4e1a51a7cfd31bef7600a58450f749 (patch) | |
tree | 1572ac85992afc6e9434fc953e0d173d33c5f7e8 /doc/TODO | |
parent | 41c33a244210e07e47fbbaa81aaf3b1630fbd1be (diff) | |
download | fork-ledger-346ca16a2c4e1a51a7cfd31bef7600a58450f749.tar.gz fork-ledger-346ca16a2c4e1a51a7cfd31bef7600a58450f749.tar.bz2 fork-ledger-346ca16a2c4e1a51a7cfd31bef7600a58450f749.zip |
Sorted the TODO file.
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 1822 |
1 files changed, 419 insertions, 1403 deletions
@@ -6,233 +6,6 @@ LEDGER -*- mode: org; fill-column: 78 -*- #+TAGS: EMACS(e) FEATURE(f) DOCS(d) WEBSITE(w) BUILD(b) #+CATEGORY: Ledger -* TODO [#C] Create a Puppet script for setting up a Ledger build slave - This should work for any platform, so that I can fire up a virtual - buildslave on Solaris, Ubuntu, CentOS, OS X, etc. - :PROPERTIES: - :ID: 2599B64E-7888-4E56-9C46-718EFEF822BA - :END: - [2008-09-04 Thu] -* TODO [#B] At the moment it seems that .ledgerrc is required - :PROPERTIES: - :ID: F13F5E8A-B40D-4ABA-9E2C-25DF45F4F6CF - :END: - [2008-08-31 Sun] -* TODO [#B] A mask by itself should generate a helpful error message - Especially since people from 2.6 will want to use "/foo/" intead of "account - =~ /foo". - :PROPERTIES: - :ID: F21E8B63-C6C9-4B09-90B2-2441FBD1F517 - :END: - [2008-08-26 Tue] -* DONE [#C] Build Ledger master on Ubuntu so I can figure out Nafai's problem - SCHEDULED: <2008-08-31 Sun> - - State "DONE" [2008-08-31 Sun 21:21] \\ - It's all working now, after three commits to fix things. - - State "STARTED" [2008-08-31 Sun 20:00] \\ - Working with Nafai on it now in #ledger. - - State "STARTED" [2008-08-28 Thu 23:57] \\ - I've gotten things to the point now where I can see what Nafai is seeing. The - next step is to fix it. - - State "STARTED" [2008-08-28 Thu 02:35] \\ - I'm still building the dependencies. - :PROPERTIES: - :ID: EC1EABBA-A613-4E57-AB8A-687DC5036BE8 - :END: - [2008-08-27 Wed] -* DONE [#B] Get transactional assignments working again - SCHEDULED: <2008-09-13 Sat> - - State "DONE" [2008-09-14 Sun 06:26] - - State "STARTED" [2008-09-06 Sat 08:11] - Another thing that needs to happen is that these assignments are stored - internally in the transaction, in assign_amount and assign_expr, and then - get double-checked against the running total when a regular register report - is performed. - :PROPERTIES: - :ID: E6B6E93B-655B-4895-B72F-7B82E1E5D741 - :END: - [2008-08-24 Sun] -* TODO [#C] Add more color to the register report - :PROPERTIES: - :ID: BD2F22FC-CB2C-45A8-8C07-3366A96B6034 - :END: - [2008-08-23 Sat] -* TODO [#B] Problem with piping input to ledger - I decided to just go ahead and push my whole ledger file through "print". - At first I had been a little nervous about the possibility that I might goof - up somehow and lose some data. But it seems to have worked okay: I did a - spot check of the result by verifying that my checking account and credit - card accounts still end up with the same final balance as they did before. - Also, I typically save any edits to my ledger file in a Subversion - repository, so I can always get back to a previous version if I need to. - - So now I do have a nice, clean file. - - After I got your message, I did try the "output" command. I guess I didn't - understand exactly what it's supposed to be doing, because it didn't quite - seem to work as I expected. - - If I type: - :SCRIPT: -ledger -f foo output foo - :END: - is it supposed to rewrite foo? It didn't seem to do that. Instead, it - seems to write its output onto stdout. And not only that, it seems to - duplicate the last entry in the file. - - For example, if this is my sample file foo: - :DATA: -2006/01/01 * Xyzzy Mortgage Co. - Assets:Bank:Checking $-1,000.00 - Expenses:Interest:Mortage $950.00 - Liabilities:Mortgage $50.00 - -Y2005 - -01/01 * (1830) TPC - Expenses:Phone $100.00 - Assets:Bank:Checking - -2/3 (1832) ABC Dept Store - Expenses:Clothing $100.00 - Assets:Bank:Checking - :END: - - Then when I run `ledger -f foo output foo` the output I get is this: - :OUTPUT: -2006/01/01 * Xyzzy Mortgage Co. - Assets:Bank:Checking $-1,000.00 - Expenses:Interest:Mortage $950.00 - Liabilities:Mortgage $50.00 - -Y2005 - -2005/01/01 * (1830) TPC - Expenses:Phone $100.00 - Assets:Bank:Checking - -2005/02/03 (1832) ABC Dept Store - Expenses:Clothing $100.00 - Assets:Bank:Checking -2/3 (1832) ABC Dept Store - Expenses:Clothing $100.00 - Assets:Bank:Checking - :END: - - If instead I run `ledger -f foo output foo2`, then I get this: - :OUTPUT: -Error: Journal does not refer to file '' - :END: - So I guess that wan't what I was supposed to do. - - Anyway, this is all just academic, 'cuz as I say I now have a nice, cleaned - up file, thanks to the "print" command. - :PROPERTIES: - :Submitter: <arb46@cornell.edu> - :Version: 2.6 - :Ticket: 27 - :ID: D3820740-8BFB-4234-8125-DE813A713032 - :END: - [2007-12-10 Mon] -* TODO [#A] Problems with CVS version under Debian - - State "TODO" [2008-07-17 Thu 21:46] \\ - Until I get some info on this, I'll just have to postpone for 2.7. - - State "TODO" [2008-07-16 Wed 03:52] \\ - I don't have a Debian system to try this out with. Can you give me a login to - your, rpw, or let me know where I can find an ISO of the exact version you're - using? - Downloaded and (eventually) compiled the latest version from anonymous CVS. - - Had to update my 'automake' to 1.9 and add "#include <cassert>" to - datetime.h to get it to make. - - Runs the help screen OK but SEGV's out when attempting to do any useful - work. - - System is debian stable ('sarge'), gcc 3.3.5 fully upgraded. - - Any clues? - :OUTPUT: -$gdb ledger -(gdb) run -f sample.dat print -Starting program: /home/rpw/ledger-cvs/ledger/ledger --f sample.dat print - -Program received signal SIGSEGV, Segmentation fault. -0x400a9e5a in std::ostream::sentry::sentry () from -/usr/lib/libstdc++.so.5 -(gdb) bt -#0 0x400a9e5a in std::ostream::sentry::sentry () from -/usr/lib/libstdc++.so.5 -#1 0x400a9fbf in std::operator<< -<std::char_traits<char> > () from -/usr/lib/libstdc++.so.5 -#2 0x0805ef16 in -ledger::annotated_commodity_t::write_annotations -(out=@0xbfffdef0, price=@0xbfffde60, - date=@0xbfffde40, tag=@0x815fd20) at -datetime.h:249 -#3 0x0805f3b8 in ledger::(anonymous -namespace)::make_qualified_name (comm=@0x815fdc8, -price=@0xbfffe4f0, - date=@0xbfffddf0, tag=@0xbfffddf0) at -amount.cc:1732 -#4 0x0805f70f in -ledger::annotated_commodity_t::find_or_create -(comm=@0x815fdc8, price=@0xbfffe4f0, - date=@0xbfffe410, tag=@0x815fd20) at -amount.cc:1752 -#5 0x0805dfde in ledger::amount_t::annotate_commodity -(this=0x815fd48, price=@0xbfffe4f0, date=@0xbfffe410, - tag=@0xbfffde00) at datetime.h:97 -#6 0x080b9965 in ledger::parse_transaction ( - line=0x8144040 " Assets:Brokerage", ' ' <repeats -14 times>, "50 AAPL @ $30.00", account=0xbfffddf0, - entry=0xbfffe530) at memory:271 -#7 0x080bb2b8 in ledger::parse_entry (in=@0xbfffed40, - line=0x8144040 " Assets:Brokerage", ' ' <repeats -14 times>, "50 AAPL @ $30.00", master=0x815cb90, - parser=@0x8143bd4, beg_pos=95) at memory:284 -#8 0x080be0aa in ledger::textual_parser_t::parse -(this=0x8143bd4, in=@0xbfffed40, config=@0xbffff930, - journal=0x815cb58, master=0x815cb90, -original_file=0xbffff934) at stl_list.h:671 -#9 0x080af07c in ledger::parse_journal -(in=@0xbfffed40, config=@0xbfffddf0, -journal=0x815cb58, - master=0x815cb90, original_file=0xbfffddf0) at -stl_list.h:585 -#10 0x080af1ee in ledger::parse_journal_file -(path=@0x815c1f4, config=@0xbfffddf0, -journal=0x815cb58, - master=0xbfffddf0, original_file=0xbffff934) at -parser.cc:92 -#11 0x080afa5b in ledger::parse_ledger_data -(config=@0xbffff930, journal=0x815cb58, -cache_parser=0x815cb68, - xml_parser=0x0, stdin_parser=0x8143bd4) at -parser.cc:181 -#12 0x0804c977 in parse_and_report -(config=@0xbffff930, report=@0xbffff8d0, argc=4, -argv=0xbffffa04, - envp=0xbfffddf0) at memory:284 -#13 0x080535b6 in main (argc=-1073750544, -argv=0xbfffddf0, envp=0xbfffddf0) at main.cc:452 -(gdb) - :END: - :PROPERTIES: - :Submitter: rpw101ml@yahoo.com.au - :Version: 2.5 - :Ticket: 9 - :ID: 0DD9D927-7C79-41A4-8D9A-67C00550B67D - :END: - [2007-12-10 Mon] -* TODO [#A] Reading Ledger data from stdin does not work at all - :PROPERTIES: - :Version: 2.6.0.90 - :Ticket: 210 - :ID: B6A502D1-D8A8-4986-9D96-301C2E13E020 - :END: * TODO [#B] 'derive_new_entry' shouldn't add accounts to the journal :PROPERTIES: :Version: 2.6 @@ -268,6 +41,13 @@ argv=0xbfffddf0, envp=0xbfffddf0) at main.cc:452 :Ticket: 121 :ID: 8C5FD48A-F498-4B97-9C6E-DD8B5A50B773 :END: +* TODO [#B] A mask by itself should generate a helpful error message + Especially since people from 2.6 will want to use "/foo/" intead of "account + =~ /foo". + :PROPERTIES: + :ID: F21E8B63-C6C9-4B09-90B2-2441FBD1F517 + :END: + [2008-08-26 Tue] * TODO [#B] A need for some extensive examples with commentary :PROPERTIES: :Version: 2.6 @@ -280,6 +60,12 @@ argv=0xbfffddf0, envp=0xbfffddf0) at main.cc:452 :Ticket: 162 :ID: 5B6D773A-E90F-4F36-8C97-79613427CA01 :END: +* TODO [#C] Add an entry type for specifying value constraints + :PROPERTIES: + :Version: 2.6 + :Ticket: 39 + :ID: 31E75D27-157E-452B-B817-7AD570AFE357 + :END: * TODO [#B] Add complete calculation history in Ledger :PROPERTIES: :Version: 2.6 @@ -299,11 +85,22 @@ argv=0xbfffddf0, envp=0xbfffddf0) at main.cc:452 :ID: E99806BC-8781-4469-9FEF-B77C23BB3413 :END: [2008-04-11 Fri] +* TODO [#C] Add more color to the register report + :PROPERTIES: + :ID: BD2F22FC-CB2C-45A8-8C07-3366A96B6034 + :END: + [2008-08-23 Sat] * TODO [#B] Add support for "entry notes" :PROPERTIES: :ID: 334E9E08-0943-42DB-BB7A-A4D147508706 :END: [2008-08-05 Tue] +* TODO [#C] Add support for comments (notes) on entire entries + :PROPERTIES: + :Version: 2.6 + :Ticket: 63 + :ID: DCB44369-82CE-44CB-AD05-42B25BA6A492 + :END: * TODO [#B] Add the ability to map OFX numbers to specific accounts By allowing a directive like this: :DATA: @@ -351,6 +148,12 @@ argv=0xbfffddf0, envp=0xbfffddf0) at main.cc:452 :Ticket: 189 :ID: 7AD3B6F2-765B-41A5-A481-BFAB39A55824 :END: +* TODO [#C] Added a {{total}} syntax for lot price specification :FEATURE: + :PROPERTIES: + :Version: 2.6 + :Ticket: 188 + :ID: C9E09993-CC01-41C6-BADC-0A9AA1221419 + :END: * TODO [#B] Allow column width to be specified :PROPERTIES: :Version: 2.6 @@ -385,6 +188,18 @@ argv=0xbfffddf0, envp=0xbfffddf0) at main.cc:452 :Ticket: 185 :ID: 383C04EE-94AF-4D01-BDEF-E644A12E97BF :END: +* TODO [#C] Allow pre-declaration of account and commodity names, and account commodities + :PROPERTIES: + :Version: 2.6 + :Ticket: 184 + :ID: 9FF8CF75-8F7C-4C54-BBD7-46177EA2768F + :END: + [2008-04-17 Thu] +* TODO [#C] Allow reports, such as completed tasks last week, etc. :EMACS: + :PROPERTIES: + :ID: D9B4D001-21E4-4247-ADF6-56C00B2C8F3A + :END: + [2008-05-12 Mon] * TODO [#B] Annotations should allow for HH:MM:SS :PROPERTIES: :Version: 2.6 @@ -410,6 +225,11 @@ argv=0xbfffddf0, envp=0xbfffddf0) at main.cc:452 :ID: 1B5B2517-360E-4F33-9A1E-C88F884ACAD2 :END: [2008-04-24 Thu] +* TODO [#B] At the moment it seems that .ledgerrc is required + :PROPERTIES: + :ID: F13F5E8A-B40D-4ABA-9E2C-25DF45F4F6CF + :END: + [2008-08-31 Sun] * TODO [#B] Attempting to make a negative cost transaction fails :PROPERTIES: :Version: 2.6 @@ -433,6 +253,24 @@ ledger -S -t -s bal wedding :Ticket: 179 :ID: 2E3496BD-143C-4D3E-8815-A01FFD31D132 :END: +* TODO [#C] Binary cache is invalidated if LEDGER_FILE is changed + - State "DEFERRED" [2008-09-17 Wed 05:06] \\ + This bug is deferred until 3.0, since it is so rare there is no need to change + it just yet. + The following sequence of operations seemed to trigger it: + :OUTPUT: +export LEDGER_FILE=/home/albino/temp/ledger/ledger.dat +./ledger bal rent food movies -- freddie +export LEDGER_FILE=/home/albino/temp/ledger/sample.dat +./ledger bal + :END: + :PROPERTIES: + :Submitter: albino <#ledger> + :Version: 2.6.1b + :Ticket: 211 + :ID: C65875E1-CF5D-4923-8546-9784EB08AC9D + :END: + [2008-08-05 Tue] * TODO [#B] Budgeting oddness I am trying to understand the budgeting information in the ledger documentation, as well as to understand some basic syntax in my ledger file @@ -531,20 +369,35 @@ $ ledger -l 'd<=[30/06/2006]' -w equity ^Assets:Super :ID: 1CF1EEC2-74F2-4538-8508-F0B424BA5D19 :END: [2007-12-10 Mon] -* TODO [#B] The operators in valexpr.cc shouldn't just assert - ... but if somebody says "T&", it should give a syntax error. +* TODO [#C] Bug in showing budget balance :PROPERTIES: - :Version: 2.6 - :Ticket: 100 - :ID: AA448F9B-4200-4042-A4D6-57F6466D878C + :Version: 2.4.1 + :Ticket: 20 + :ID: 41716CDE-670C-4F41-825F-FE64B624AF97 + :END: +* TODO [#C] C-c C-c on a cleared entry doesn't unclear it :EMACS: + :PROPERTIES: + :Version: 2.6.0.90 + :Ticket: 212 + :ID: 863C0EE8-C193-46EE-9BAA-3A37DE73E4DB :END: - [2008-04-11 Fri] * TODO [#B] Change ledger.el to intelligently handle inserting :EMACS: :PROPERTIES: :Version: 2.6 :Ticket: 104 :ID: 902D50A8-B54C-4254-9BD6-B3F40FEC2515 :END: +* TODO [#C] Change the binary cache reader to use Boost.Interprocess to read it in as a memory mapped file + :PROPERTIES: + :ID: A978C1E9-86EA-4074-B8E8-2A3DF1A12ED2 + :END: + [2008-08-05 Tue] +* TODO [#C] Change value_t to use a union instead of a char array + :PROPERTIES: + :Version: 2.6 + :Ticket: 196 + :ID: CAAC7BA1-882E-4BC1-A0BD-F65546EABDBF + :END: * TODO [#B] Clear out all #if 0 and jww commented sections :PROPERTIES: :Version: 2.6 @@ -672,6 +525,13 @@ ledger -w -f bug.txt reg :ID: E0620AEA-12B6-4AD7-A45E-B00CA9FB23AD :END: [2008-08-08 Fri] +* TODO [#C] Create a Puppet script for setting up a Ledger build slave + This should work for any platform, so that I can fire up a virtual + buildslave on Solaris, Ubuntu, CentOS, OS X, etc. + :PROPERTIES: + :ID: 2599B64E-7888-4E56-9C46-718EFEF822BA + :END: + [2008-09-04 Thu] * TODO [#B] Create a report to show AAPY, indicating the performance ... of investments, money market accounts, etc. :PROPERTIES: @@ -720,6 +580,23 @@ ledger -w -f bug.txt reg :Ticket: 164 :ID: E97BCC81-4E9E-49AA-A905-051C9524B769 :END: +* TODO [#C] Enhanced comments :FEATURE: + :PROPERTIES: + :Version: 2.6 + :Ticket: 204 + :ID: AC4FCEC6-7F38-4229-88AD-B0032C49AE93 + :END: +* TODO [#C] Error when running my 'bal' script + :PROPERTIES: + :Version: 2.6 + :Ticket: 25 + :ID: 88468528-A332-47E7-AA34-5E4F8126E3E7 + :END: +* TODO [#C] Every destructor which contains only TRACE_DTOR should specify throw() + :PROPERTIES: + :ID: 44497B2D-292F-4C82-8D4F-B928FE6143EC + :END: + [2008-07-25 Fri] * TODO [#B] Extended lot indentification support :PROPERTIES: :Version: 2.6 @@ -752,6 +629,12 @@ ledger -Y --forecast 'T>0' reg food :ID: E2DF7C6C-BA02-4F3D-8C3C-B73F8BC30CD6 :END: [2007-12-10 Mon] +* TODO [#C] Forecasting goes too far + :PROPERTIES: + :Version: 2.6 + :Ticket: 15 + :ID: E627C594-A019-4D87-A6B4-C8E75F6D8FC0 + :END: * TODO [#B] FR: Add the concept of spatially delimited "pages" :PROPERTIES: :Version: 2.6 @@ -865,6 +748,12 @@ ledger -Y --forecast 'T>0' reg food :ID: 2FE8B7B7-15A3-4F02-9B53-3A629212561A :END: [2008-04-11 Fri] +* TODO [#C] Ledger should output empty values with -E -j + :PROPERTIES: + :Version: 2.6 + :Ticket: 44 + :ID: 86C0F968-F05B-4881-96B8-1C8CA8BB1315 + :END: * TODO [#B] ledger.el: ledger-context-at-point fails to parse acct-transaction :EMACS: - State "TODO" [2007-11-07 Wed 04:06] \\ levin writes: @@ -946,6 +835,11 @@ ledger -Y --forecast 'T>0' reg food :Ticket: 158 :ID: B20E725A-B218-4A13-B08B-D74659B35F32 :END: +* TODO [#C] Make sure Ledger's #include's are as minimal as possible + :PROPERTIES: + :ID: 857E3E86-674C-40CA-BDBD-70DFD477AAE7 + :END: + [2008-08-14 Thu] * TODO [#B] Make the balance report separator bar a format code :PROPERTIES: :Version: 2.6 @@ -964,22 +858,6 @@ ledger -Y --forecast 'T>0' reg food :Ticket: 134 :ID: 3850F5F3-8D73-435C-A734-1C39683430ED :END: -* DONE [#B] Multi-byte characters (like UTF-8) throws off the "emacs" report - - State "DONE" [2008-08-25 Mon 23:54] \\ - This has been implemented. - The emacs report uses byte-positioning to indicate the beginning of entries - and transactions. This breaks with multi-byte files. - - The solution is either to support multi-byte correctly, or to use line - numbering instead. levin has offered a patch for this (attached). - :PROPERTIES: - :Submitter: levin - :Version: 2.6 - :Ticket: 5 - :ID: 6B7E468B-CB1E-41C3-A6BF-DCB64DA91C15 - :Attachments: line-positioning.patch - :END: - [2007-10-29 Mon] * TODO [#B] Multiple -f options fail silently. Ledger does not seem to be able to accept multiple -f options (further -f's get ignored silently). It should simply concatenate all the specified files @@ -1086,6 +964,12 @@ Display P: a :ID: 68E4C919-14BA-4AB1-A60B-FC176E966B45 :END: [2008-04-11 Fri] +* TODO [#C] Periodic budgeting problem when Yxxxx is used + :PROPERTIES: + :Version: 2.6 + :Ticket: 21 + :ID: F2FC7C2B-0CB1-47E7-AE2E-C9E744A47927 + :END: * TODO [#B] Post the Ledger manual in HTML format on newartisans.com :DOCS: :PROPERTIES: :Version: 2.6 @@ -1093,6 +977,12 @@ Display P: a :ID: C6E7C61C-13A3-4812-AA28-CD3E247D6F8C :END: [2008-08-14 Thu] +* TODO [#C] Preserve file comments in the XML output + :PROPERTIES: + :Version: 2.5 + :Ticket: 41 + :ID: D27098A4-647A-4EEA-B0B8-3088E069214D + :END: * TODO [#B] Preserve XML comments :PROPERTIES: :Version: 2.6 @@ -1134,6 +1024,176 @@ ledger -f utils/standard.dat -e 2004/4 -G reg 401 :ID: 51DD2F71-F5D0-4C89-AEBD-9BFCF56C1FDB :END: [2007-12-10 Mon] +* TODO [#B] Problem with piping input to ledger + I decided to just go ahead and push my whole ledger file through "print". + At first I had been a little nervous about the possibility that I might goof + up somehow and lose some data. But it seems to have worked okay: I did a + spot check of the result by verifying that my checking account and credit + card accounts still end up with the same final balance as they did before. + Also, I typically save any edits to my ledger file in a Subversion + repository, so I can always get back to a previous version if I need to. + + So now I do have a nice, clean file. + + After I got your message, I did try the "output" command. I guess I didn't + understand exactly what it's supposed to be doing, because it didn't quite + seem to work as I expected. + + If I type: + :SCRIPT: +ledger -f foo output foo + :END: + is it supposed to rewrite foo? It didn't seem to do that. Instead, it + seems to write its output onto stdout. And not only that, it seems to + duplicate the last entry in the file. + + For example, if this is my sample file foo: + :DATA: +2006/01/01 * Xyzzy Mortgage Co. + Assets:Bank:Checking $-1,000.00 + Expenses:Interest:Mortage $950.00 + Liabilities:Mortgage $50.00 + +Y2005 + +01/01 * (1830) TPC + Expenses:Phone $100.00 + Assets:Bank:Checking + +2/3 (1832) ABC Dept Store + Expenses:Clothing $100.00 + Assets:Bank:Checking + :END: + + Then when I run `ledger -f foo output foo` the output I get is this: + :OUTPUT: +2006/01/01 * Xyzzy Mortgage Co. + Assets:Bank:Checking $-1,000.00 + Expenses:Interest:Mortage $950.00 + Liabilities:Mortgage $50.00 + +Y2005 + +2005/01/01 * (1830) TPC + Expenses:Phone $100.00 + Assets:Bank:Checking + +2005/02/03 (1832) ABC Dept Store + Expenses:Clothing $100.00 + Assets:Bank:Checking +2/3 (1832) ABC Dept Store + Expenses:Clothing $100.00 + Assets:Bank:Checking + :END: + + If instead I run `ledger -f foo output foo2`, then I get this: + :OUTPUT: +Error: Journal does not refer to file '' + :END: + So I guess that wan't what I was supposed to do. + + Anyway, this is all just academic, 'cuz as I say I now have a nice, cleaned + up file, thanks to the "print" command. + :PROPERTIES: + :Submitter: <arb46@cornell.edu> + :Version: 2.6 + :Ticket: 27 + :ID: D3820740-8BFB-4234-8125-DE813A713032 + :END: + [2007-12-10 Mon] +* TODO [#A] Problems with CVS version under Debian + - State "TODO" [2008-07-17 Thu 21:46] \\ + Until I get some info on this, I'll just have to postpone for 2.7. + - State "TODO" [2008-07-16 Wed 03:52] \\ + I don't have a Debian system to try this out with. Can you give me a login to + your, rpw, or let me know where I can find an ISO of the exact version you're + using? + Downloaded and (eventually) compiled the latest version from anonymous CVS. + + Had to update my 'automake' to 1.9 and add "#include <cassert>" to + datetime.h to get it to make. + + Runs the help screen OK but SEGV's out when attempting to do any useful + work. + + System is debian stable ('sarge'), gcc 3.3.5 fully upgraded. + + Any clues? + :OUTPUT: +$gdb ledger +(gdb) run -f sample.dat print +Starting program: /home/rpw/ledger-cvs/ledger/ledger +-f sample.dat print + +Program received signal SIGSEGV, Segmentation fault. +0x400a9e5a in std::ostream::sentry::sentry () from +/usr/lib/libstdc++.so.5 +(gdb) bt +#0 0x400a9e5a in std::ostream::sentry::sentry () from +/usr/lib/libstdc++.so.5 +#1 0x400a9fbf in std::operator<< +<std::char_traits<char> > () from +/usr/lib/libstdc++.so.5 +#2 0x0805ef16 in +ledger::annotated_commodity_t::write_annotations +(out=@0xbfffdef0, price=@0xbfffde60, + date=@0xbfffde40, tag=@0x815fd20) at +datetime.h:249 +#3 0x0805f3b8 in ledger::(anonymous +namespace)::make_qualified_name (comm=@0x815fdc8, +price=@0xbfffe4f0, + date=@0xbfffddf0, tag=@0xbfffddf0) at +amount.cc:1732 +#4 0x0805f70f in +ledger::annotated_commodity_t::find_or_create +(comm=@0x815fdc8, price=@0xbfffe4f0, + date=@0xbfffe410, tag=@0x815fd20) at +amount.cc:1752 +#5 0x0805dfde in ledger::amount_t::annotate_commodity +(this=0x815fd48, price=@0xbfffe4f0, date=@0xbfffe410, + tag=@0xbfffde00) at datetime.h:97 +#6 0x080b9965 in ledger::parse_transaction ( + line=0x8144040 " Assets:Brokerage", ' ' <repeats +14 times>, "50 AAPL @ $30.00", account=0xbfffddf0, + entry=0xbfffe530) at memory:271 +#7 0x080bb2b8 in ledger::parse_entry (in=@0xbfffed40, + line=0x8144040 " Assets:Brokerage", ' ' <repeats +14 times>, "50 AAPL @ $30.00", master=0x815cb90, + parser=@0x8143bd4, beg_pos=95) at memory:284 +#8 0x080be0aa in ledger::textual_parser_t::parse +(this=0x8143bd4, in=@0xbfffed40, config=@0xbffff930, + journal=0x815cb58, master=0x815cb90, +original_file=0xbffff934) at stl_list.h:671 +#9 0x080af07c in ledger::parse_journal +(in=@0xbfffed40, config=@0xbfffddf0, +journal=0x815cb58, + master=0x815cb90, original_file=0xbfffddf0) at +stl_list.h:585 +#10 0x080af1ee in ledger::parse_journal_file +(path=@0x815c1f4, config=@0xbfffddf0, +journal=0x815cb58, + master=0xbfffddf0, original_file=0xbffff934) at +parser.cc:92 +#11 0x080afa5b in ledger::parse_ledger_data +(config=@0xbffff930, journal=0x815cb58, +cache_parser=0x815cb68, + xml_parser=0x0, stdin_parser=0x8143bd4) at +parser.cc:181 +#12 0x0804c977 in parse_and_report +(config=@0xbffff930, report=@0xbffff8d0, argc=4, +argv=0xbffffa04, + envp=0xbfffddf0) at memory:284 +#13 0x080535b6 in main (argc=-1073750544, +argv=0xbfffddf0, envp=0xbfffddf0) at main.cc:452 +(gdb) + :END: + :PROPERTIES: + :Submitter: rpw101ml@yahoo.com.au + :Version: 2.5 + :Ticket: 9 + :ID: 0DD9D927-7C79-41A4-8D9A-67C00550B67D + :END: + [2007-12-10 Mon] * TODO [#B] Promote tagging to a first-class concept :FEATURE: :PROPERTIES: :Ticket: 208 @@ -1145,6 +1205,12 @@ ledger -f utils/standard.dat -e 2004/4 -G reg 401 :Ticket: 151 :ID: 415F72A7-A744-41EE-A849-D9E80237E00C :END: +* TODO [#A] Reading Ledger data from stdin does not work at all + :PROPERTIES: + :Version: 2.6.0.90 + :Ticket: 210 + :ID: B6A502D1-D8A8-4986-9D96-301C2E13E020 + :END: * TODO [#B] Remove dependency on all globals: :PROPERTIES: :Version: 2.6 @@ -1257,6 +1323,14 @@ Hermes:/Users/johnw $ ledger -f /tmp/test.dat -V reg :Ticket: 201 :ID: F5ABB1B6-B2C1-45B2-A9AE-174736521687 :END: +* TODO [#B] The operators in valexpr.cc shouldn't just assert + ... but if somebody says "T&", it should give a syntax error. + :PROPERTIES: + :Version: 2.6 + :Ticket: 100 + :ID: AA448F9B-4200-4042-A4D6-57F6466D878C + :END: + [2008-04-11 Fri] * TODO [#B] There are a few thorny issues remaining with the binary cache 1. What happens to value expressions that have been compiled? The FUNCTION operand must remember the name of the function it was compiled to; but @@ -1270,12 +1344,24 @@ Hermes:/Users/johnw $ ledger -f /tmp/test.dat -V reg :ID: 69B51A07-5E5F-42F9-AB97-CEECAF4BB085 :END: [2008-08-15 Fri] +* TODO [#C] There is a need for some extensive examples with commentary :DOCS: + :PROPERTIES: + :Version: 2.6 + :Ticket: 19 + :ID: C7C7EC3C-D05E-4C8A-BDCC-ED04ADD28CC5 + :END: * TODO [#B] Tie-in with beancounter and quantlib :PROPERTIES: :Version: 2.6 :Ticket: 118 :ID: 7A8607F3-87C8-4A85-A4EF-BA090BB81EDE :END: +* TODO [#C] Trouble reading an ofx file + :PROPERTIES: + :Version: 2.4.1 + :Ticket: 11 + :ID: D9CAC376-E751-4DC6-841B-70217748AA20 + :END: * TODO [#B] Use < when writing out XML, instead of < :PROPERTIES: :Version: 2.6 @@ -1293,6 +1379,12 @@ Hermes:/Users/johnw $ ledger -f /tmp/test.dat -V reg :Ticket: 175 :ID: 8735E6AB-DB0A-4F66-BD81-BBFFEE66A68E :END: +* TODO [#C] Using --reconcile with -20 causes a segmentation fault + :PROPERTIES: + :Version: 2.6 + :Ticket: 4 + :ID: 567B5118-7A77-42B9-A1CD-C5DA688AC406 + :END: * TODO [#B] Using Ledger as a scientific analysis tool :PROPERTIES: :Version: 2.6 @@ -1322,123 +1414,6 @@ Hermes:/Users/johnw $ ledger -f /tmp/test.dat -V reg :ID: A8DE6DCB-917B-433F-8D07-3ACE45A05F45 :END: [2008-08-14 Thu] -* TODO [#C] Add an entry type for specifying value constraints - :PROPERTIES: - :Version: 2.6 - :Ticket: 39 - :ID: 31E75D27-157E-452B-B817-7AD570AFE357 - :END: -* TODO [#C] Add support for comments (notes) on entire entries - :PROPERTIES: - :Version: 2.6 - :Ticket: 63 - :ID: DCB44369-82CE-44CB-AD05-42B25BA6A492 - :END: -* TODO [#C] Added a {{total}} syntax for lot price specification :FEATURE: - :PROPERTIES: - :Version: 2.6 - :Ticket: 188 - :ID: C9E09993-CC01-41C6-BADC-0A9AA1221419 - :END: -* TODO [#C] Allow pre-declaration of account and commodity names, and account commodities - :PROPERTIES: - :Version: 2.6 - :Ticket: 184 - :ID: 9FF8CF75-8F7C-4C54-BBD7-46177EA2768F - :END: - [2008-04-17 Thu] -* TODO [#C] Allow reports, such as completed tasks last week, etc. :EMACS: - :PROPERTIES: - :ID: D9B4D001-21E4-4247-ADF6-56C00B2C8F3A - :END: - [2008-05-12 Mon] -* TODO [#C] Bug in showing budget balance - :PROPERTIES: - :Version: 2.4.1 - :Ticket: 20 - :ID: 41716CDE-670C-4F41-825F-FE64B624AF97 - :END: -* TODO [#C] C-c C-c on a cleared entry doesn't unclear it :EMACS: - :PROPERTIES: - :Version: 2.6.0.90 - :Ticket: 212 - :ID: 863C0EE8-C193-46EE-9BAA-3A37DE73E4DB - :END: -* TODO [#C] Change the binary cache reader to use Boost.Interprocess to read it in as a memory mapped file - :PROPERTIES: - :ID: A978C1E9-86EA-4074-B8E8-2A3DF1A12ED2 - :END: - [2008-08-05 Tue] -* TODO [#C] Change value_t to use a union instead of a char array - :PROPERTIES: - :Version: 2.6 - :Ticket: 196 - :ID: CAAC7BA1-882E-4BC1-A0BD-F65546EABDBF - :END: -* TODO [#C] Enhanced comments :FEATURE: - :PROPERTIES: - :Version: 2.6 - :Ticket: 204 - :ID: AC4FCEC6-7F38-4229-88AD-B0032C49AE93 - :END: -* TODO [#C] Error when running my 'bal' script - :PROPERTIES: - :Version: 2.6 - :Ticket: 25 - :ID: 88468528-A332-47E7-AA34-5E4F8126E3E7 - :END: -* TODO [#C] Every destructor which contains only TRACE_DTOR should specify throw() - :PROPERTIES: - :ID: 44497B2D-292F-4C82-8D4F-B928FE6143EC - :END: - [2008-07-25 Fri] -* TODO [#C] Forecasting goes too far - :PROPERTIES: - :Version: 2.6 - :Ticket: 15 - :ID: E627C594-A019-4D87-A6B4-C8E75F6D8FC0 - :END: -* TODO [#C] Ledger should output empty values with -E -j - :PROPERTIES: - :Version: 2.6 - :Ticket: 44 - :ID: 86C0F968-F05B-4881-96B8-1C8CA8BB1315 - :END: -* TODO [#C] Make sure Ledger's #include's are as minimal as possible - :PROPERTIES: - :ID: 857E3E86-674C-40CA-BDBD-70DFD477AAE7 - :END: - [2008-08-14 Thu] -* TODO [#C] Periodic budgeting problem when Yxxxx is used - :PROPERTIES: - :Version: 2.6 - :Ticket: 21 - :ID: F2FC7C2B-0CB1-47E7-AE2E-C9E744A47927 - :END: -* TODO [#C] Preserve file comments in the XML output - :PROPERTIES: - :Version: 2.5 - :Ticket: 41 - :ID: D27098A4-647A-4EEA-B0B8-3088E069214D - :END: -* TODO [#C] There is a need for some extensive examples with commentary :DOCS: - :PROPERTIES: - :Version: 2.6 - :Ticket: 19 - :ID: C7C7EC3C-D05E-4C8A-BDCC-ED04ADD28CC5 - :END: -* TODO [#C] Trouble reading an ofx file - :PROPERTIES: - :Version: 2.4.1 - :Ticket: 11 - :ID: D9CAC376-E751-4DC6-841B-70217748AA20 - :END: -* TODO [#C] Using --reconcile with -20 causes a segmentation fault - :PROPERTIES: - :Version: 2.6 - :Ticket: 4 - :ID: 567B5118-7A77-42B9-A1CD-C5DA688AC406 - :END: * DONE [#A] 'ledger -b 2007/08/16 -s reg food' is completely broken SCHEDULED: <2007-08-23 Thu> ARCHIVED: <2007-08-23 Thu> - State "DONE" [2007-08-23 Thu 21:22] \\ @@ -1452,327 +1427,6 @@ Hermes:/Users/johnw $ ledger -f /tmp/test.dat -V reg :ID: 6CAF45D7-9098-41B4-A25A-12F8A8166006 :END: [2007-08-22 Wed] -* DONE [#A] -p "this month" doesn't work at all anymore - - State "DONE" [2008-07-17 Thu 18:14] \\ - This has been fixed, and represents a very major set of fixes to date - handling in general. Thanks to Nathan for hitting the nail on the head. - - State "TODO" [2008-04-05 Sat 18:57] \\ - Nathan Jones <nathanj@insightbb.com> writes: - > The patch fixes a command that I have aliased to show my last two months - > of transactions: `ledger -d 'd>=[last month]' reg checking` - > - > The problem is that the 'last month' would get parsed as 1970/1/1, so it - > would show every transaction. - :OUTPUT: -~ $ DEBUG_CLASS=ledger.config.predicates *ledger -p "this month" reg cash -Predicate: d>=[1969/12/31]&d<[1970/01/31]&/(?:cash)/ - :END: - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 38 - :Attachments: 289.patch - :ID: 0CF00621-31C4-4E5A-B260-78B4DA8C3616 - :END: - [2008-04-04 Fri] -* DONE [#A] Cannot sort by reverse time - - State "DONE" [2008-07-19 Sat 16:52] - When I specify `--sort -d`, I get: - :OUTPUT: -~/src/ledger $ ledger -b 2008/07 --sort -d reg cash -While computing value expression: - -date - ^^^^^ -Error: Cannot negate a date/time - :END: - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6.0.90 - :Ticket: 202 - :ID: CB97253A-581E-49D0-98D4-3BC5B0616A42 - :END: - [2008-07-17 Thu] -* DONE [#A] Core dump on simple input. - - State "DONE" [2008-07-17 Thu 17:38] - :DATA: -2008/01/03=2007/12/28 * Sell -- RHT -- RED HAT INC CA TAUX DE CHANGE .96590 - Assets:Investments:RBC-Broker:Account-RSP -4.00 RHT @ 21.14 CAD - Expenses:Financial:Commissions 9.95 USD @ .96590 CAD - Assets:Investments:RBC-Broker:Account-RSP 72.06 CAD - :END: - :PROPERTIES: - :Submitter: Martin Blais <blais@furius.ca> - :Version: 2.6 - :Ticket: 56 - :ID: 843B6A53-C3C2-45BB-A92C-558AF6F02014 - :END: - [2008-04-07 Mon] -* DONE [#A] crash - - State "DONE" [2008-07-17 Thu 17:39] - :DATA: -2007-12-31 * Start of year / Opening balances. - Assets:Investments:HSBC-Broker 1000 USD @ 101.00 JPY - Equity:Opening-Balances:Cost -1000 USD - :END: - :PROPERTIES: - :Submitter: Martin Blais <blais@furius.ca> - :Version: 2.6 - :Ticket: 177 - :ID: 45605775-F9E3-4C83-8BF2-616905178E82 - :END: - [2008-04-12 Sat] -* DONE [#A] Crash on input. - - State "DONE" [2008-07-17 Thu 17:38] - - State "TODO" [2008-04-06 Sun 10:23] \\ - Martin Blais <blais@furius.ca> writes: - > I think that the bug is related to the missing currency after the @ - > sign. - :DATA: -;; Assets:Investments:HSBC-Broker ------------------------------------------------------------ - -2007/12/31 * Start of year / Opening balances. - Assets:Investments:HSBC-Broker 100 IVV - Assets:Investments:HSBC-Broker -15360.60 USD ; cost basis of older purchase - Equity:Opening-Balances - -2008/01/03 * Dividends received for IVV holding. - Assets:Investments:HSBC-Broker 79.79 USD - Income:Interest:Dividends - - -2008/02/04 * Sell 100 IVV - on 2008/01/30 - Assets:Investments:HSBC-Broker -100 IVV @ 136.2901 - Assets:Investments:HSBC-Broker -13629.01 USD - Expenses:Financial:Commissions 24.99 USD - Expenses:Financial:Fees 0.15 USD - Expenses:Financial:Fees 2.00 USD - :END: - :OUTPUT: -banane:~/__accounting/.../rbcinv/invest$ ledger -f /tmp/b -V register hsbc:broker -Segmentation fault (core dumped) -banane:~/__accounting/.../rbcinv/invest$ - :END: - :PROPERTIES: - :Submitter: Martin Blais <blais@furius.ca> - :Version: 2.6 - :Ticket: 46 - :ID: 703505C9-B702-4139-B64A-FD3CF592E720 - :END: - [2008-04-06 Sun] -* DONE [#A] Crash on input. - - State "DONE" [2008-07-17 Thu 17:38] - :DATA: -2008/01/02 ! Sell -- on 2007/12/27 -- CRA -- APPLERA CORP COM CELERA GROUP CA EXCHANGE RATE .96760 - Assets:Investments:RBC-Broker:Account-CAD -8.00 CRA @ 16.93 USD - Assets:Investments:RBC-Broker:Account-CAD 121.41 CAD - Expenses:Financial:Commissions -9.95 USD - Expenses:Financial:Fees -0.01 USD - :END: - :PROPERTIES: - :Submitter: Martin Blais <blais@furius.ca> - :Version: 2.6 - :Ticket: 47 - :ID: B2B79746-5E3B-40D3-B6ED-CCF27364DD5F - :END: - [2008-04-06 Sun] -* DONE [#A] Dates (used with -b -e and -p parameters) are broken - - State "DONE" [2008-07-17 Thu 06:20] \\ - Patch checked in. Thanks, Nathan! - - State "TODO" [2008-04-06 Sun 21:59] \\ - Nathan Jones <nathanj@insightbb.com> writes: - > The attached patch plus the one in #38 should fix this. - The release (2.6.0.90) doesn't seem to properly parse dates. The svn - version (rev. 1048) works fine for full dates (yyyy/mm/dd) with the -b -e - params but nothing else works. For example in the following only the last - one works: - :SCRIPT: -ledger -f my.ledger -b mar -e apr print -ledger -f my.ledger -b 03/01 -e -04/01 apr print -ledger -f my.ledger -b 03/01 -e 04/01 print -ledger -f my.ledger -b 08/03/01 -e 08/04/01 print -ledger -f my.ledger -b 2008/03/01 -e 2008/04/01 print - :END: - The -p param doesn't seem to work at all. - :PROPERTIES: - :Submitter: kmt <kmt@ftml.net> - :Version: 2.6.0.90 - :Ticket: 49 - :Attachments: 290.patch - :ID: A95B2E0F-095D-4314-BC4D-3CEC42203FB1 - :END: - [2008-04-06 Sun] -* DONE [#A] Entry command produces two liability transactions - - State "DONE" [2008-07-17 Thu 22:01] - - State "TODO" [2008-05-03 Sat 22:27] \\ - This is being a real problem for drewr, arete and pll! This one gets fixed - for 2.6.1. - :OUTPUT: -arete$ ledger entry 2007/11/11 safeway groceries \$10.00 american - -2007/11/11 Safeway - Expenses:Groceries $10.00 - Liabilities:American Express $-30.17 - Liabilities:American Express $20.17 - :END: - :PROPERTIES: - :Submitter: Will Glozer <will@glozer.net> - :Version: 2.6 - :Ticket: 8 - :ID: D7DD54D7-8870-4D6D-92A0-90717692F8F2 - :END: - [2007-11-12 Mon] -* DONE [#A] ledger 2.6 shows no timelog entries - - State "DONE" [2008-07-17 Thu 19:08] - - State "TODO" [2008-08-18 Mon 02:15] \\ - Simon Michael <simon@joyful.com> writes: - > And if ends with a "i" record, ledger gives a bus error. This is on - > leopard. - Ledger 2.5 shows entries in my timelog file, but 2.6.1-pre shows none. There - is no parse error. - :PROPERTIES: - :Submitter: Simon Michael <simon@joyful.com> - :Version: 2.6.1b - :Ticket: 57 - :ID: C13F0BDF-4E15-442E-BBB7-265B0A37457C - :END: - [2008-04-09 Wed] -* DONE [#A] Ledger fails to balance a simple entry - - State "DONE" [2008-07-28 Mon 02:05] \\ - This was quite the nasty little bug. - I just installed v2.6.1 and ledger reports errors with some transactions - that were fine with v2.5: - :OUTPUT: -[21:51:49 vinod]:~/src/ledger $ ledger --version -Ledger 2.6.1, the command-line accounting tool - -[21:51:55 vinod]:~/src/ledger $ ledger bal -While balancing entry: - 2007/02/02 RD VMMXX - Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 - Income:Dividends:Vanguard:VMMXX $-0.35 -Unbalanced remainder is: - $-0.35 -Error: "/home/vinod/data/ledger.dat", line 52379: Entry does not balance - :END: - :PROPERTIES: - :Submitter: Vinod Kurup <vvkurup@gmail.com> - :Version: 2.6.1b - :Ticket: 205 - :ID: 0CA014F9-E309-4840-9085-71EC1F46DEC1 - :END: - [2008-07-28 Mon] -* DONE [#A] Make -e use an inclusive end date, and -E an exclusive one - - State "DONE" [2008-07-17 Thu 06:22] \\ - -e has been reverted back to its old behavior, to avoid confusing people. - Right now (as of today) -e was made exclusive, but this isn't right; I need - another option for exclusivity. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 37 - :ID: A440BB5E-072B-4C75-A235-C551EA090F81 - :END: - [2008-04-04 Fri] -* DONE [#A] Marking a transaction cleared may delete text in ledger-mode :EMACS: - - State "DONE" [2008-07-18 Fri 02:28] - I started the groundwork for this, now I just have to add code to insert - whitespace if needed to keep each transaction valid. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 70 - :ID: 0EB5602F-66BE-46C0-8A74-5EB5DBAF2E07 - :END: - [2008-04-11 Fri] -* DONE [#A] Reconciling is broken again; I need a way to verify Emacs output :EMACS: - - State "DONE" [2008-07-17 Thu 23:40] \\ - Reconciling is now line-based in 2.6.1, not character based (which has serious - issues with UTF-8 at the moment). - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 64 - :ID: 7A8C49FB-F9B8-4ECF-8720-9E29559F3CA6 - :END: - [2008-04-11 Fri] -* DONE [#A] Strip \r from lines when parsing on Windows - - State "DONE" [2008-07-17 Thu 18:31] - It sounds like I'm not stripping the \r from the \r\n sequence, and thus - it's interpreting the \r as part of the file name. I'll add this to the - buglist for 3.0. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 43 - :ID: 458B2B74-AF2D-4D9D-89E4-D8AC26CFD531 - :END: - [2008-04-05 Sat] -* DONE [#A] trailing whitespace is significant in 2.6 - - State "DONE" [2008-04-05 Sat 18:56] \\ - The first patch fixes parsing account names when a single space follows. - This might close ticket #3. - - State "TODO" [2008-04-05 Sat 18:55] \\ - The following patch, submitted by Nathan Jones, proposes to fix this problem. - - State "TODO" [2007-09-22 Sat 04:26] \\ - Simon, have you tried this with 2.6.1-svn? I believe this is something I - fixed. - Unlike 2.5, 2.6 considers an account name followed by whitespace to be - different from one without (when no amount is specified). - :PROPERTIES: - :Submitter: Simon Michael <simon@joyful.com> - :Version: 2.6 - :Ticket: 3 - :Attachments: 288.patch - :ID: FB2330E1-AD78-4559-A885-A488DFDF3DC1 - :END: - [2007-09-22 Sat] -* DONE [#B] -e doesn't seem to work for providing an end date - - State "DONE" [2008-04-04 Fri 14:34] \\ - There was a problem with the -e date parsing. I now interpret "-e june" - to mean that you want the report to end AT June, rather than IN June. - :DATA: -2008/03/20 Grocery Store - Travel:Home 2.3 miles - Wear & Tear:Car - -2008/03/31 Office - Travel:Work 16 miles - Wear & Tear:Car - -2008/04/01 Office - Travel:Work 16 miles - Wear & Tear:Car - -2008/04/02 Office - Travel:Work 16 miles - Wear & Tear:Car - -2008/04/03 Office - Travel:Work 16 miles - Wear & Tear:Car - -2008/04/04 Office - Travel:Work 16 miles - Wear & Tear:Car - :END: - :OUTPUT: -$ ledger -f /tmp/mileage.ledger -b 2008-03-31 reg travel -2008/03/31 Office Travel:Work 16.7 miles 16.7 miles -2008/04/01 Office Travel:Work 16.7 miles 33.4 miles -2008/04/02 Office Travel:Work 16.7 miles 50.1 miles -2008/04/03 Office Travel:Work 16.7 miles 66.8 miles -2008/04/04 Office Travel:Work 16.7 miles 83.5 miles -$ ledger -f /tmp/mileage.ledger -b 2008-03-31 -e 2008-04-05 reg travel -$ - :END: - Shouldn't that last command give me the same output as the former? - :PROPERTIES: - :Submitter: drewr <#ledger> - :Version: 2.6 - :Ticket: 36 - :ID: 1DE6FB08-93D2-47C8-A5A3-3379BA76360D - :END: - [2008-04-04 Fri] * DONE [#B] 2.x value expression syntax must be restored - State "DONE" [2008-08-04 Mon] The only way this is going to really be possible is with a battery of unit tests. @@ -1795,20 +1449,21 @@ $ :ID: FFA63988-237E-4B2A-AC12-6CA362AEC7B1 :END: [2008-07-24 Thu] -* DONE [#B] Command results in assertion failure - - State "DONE" [2008-07-17 Thu 17:44] - The command is: - :SCRIPT: -ledger -s bal --sort O wedding - :END: - This is against my own ledger file. +* DONE [#C] Build Ledger master on Ubuntu so I can figure out Nafai's problem + SCHEDULED: <2008-08-31 Sun> + - State "DONE" [2008-08-31 Sun 21:21] \\ + It's all working now, after three commits to fix things. + - State "STARTED" [2008-08-31 Sun 20:00] \\ + Working with Nafai on it now in #ledger. + - State "STARTED" [2008-08-28 Thu 23:57] \\ + I've gotten things to the point now where I can see what Nafai is seeing. The + next step is to fix it. + - State "STARTED" [2008-08-28 Thu 02:35] \\ + I'm still building the dependencies. :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 23 - :ID: AB684BBE-F093-4F77-BCFB-2F4E0D60AA9C + :ID: EC1EABBA-A613-4E57-AB8A-687DC5036BE8 :END: - [2007-12-10 Mon] + [2008-08-27 Wed] * DONE [#B] Compile errors with gcc 4.3 - State "DONE" [2008-05-23 Fri 03:59] \\ Thanks for that update; the earlier one failed to build on openbsd-x86-normal. @@ -1831,66 +1486,6 @@ ledger -s bal --sort O wedding :Attachments: 0001-Fix-compile-errors-with-gcc-4.3.patch 0002-Fix-compile-errors-with-gcc-4.3.patch :END: [2008-05-20 Tue] -* DONE [#B] Coredump. - - State "DONE" [2008-07-17 Thu 17:50] - :DATA: -2008/01/02 * Sell -- on 2007/12/27 -- CRA -- APPLERA CORP COM CELERA GROUP CA EXCHANGE RATE .96760 - Assets:Investments:RBC-Broker:Account-CAD -8.00 CRA @ 16.93 USD ; lot:ba8c951719fd - Expenses:Financial:Commissions 9.95 USD - Expenses:Financial:Fees 0.01 USD - Assets:Investments:RBC-Broker:Account-CAD 125.48 USD - Assets:Investments:RBC-Broker:Account-CAD -125.48 USD ; @ 0.96760 USD - Assets:Investments:RBC-Broker:Account-CAD 121.41 CAD - :END: - :PROPERTIES: - :Submitter: Martin Blais <blais@furius.ca> - :Version: 2.6 - :Ticket: 50 - :ID: A18B37A4-68DB-4F3A-92D5-3962D010CA0B - :END: - [2008-04-06 Sun] -* DONE [#B] Crash on input -- spurious comma - - State "DONE" [2008-07-17 Thu 17:49] - :DATA: -2008/02/25 * bla bla bnla - Assets:Fixed:Home 235000.00 CAD - Expenses:Home:Acquisition:Escrow -82250.00 CAD - Liabilities:RBC:Mortgage:Loan -1.00 CAD, ; opening of account - Liabilities:RBC:Mortgage:Loan -152749.00 CAD - :END: - :PROPERTIES: - :Submitter: Martin Blais <blais@furius.ca> - :Version: 2.6 - :Ticket: 48 - :ID: 517CB118-49A5-42B2-ACFD-1A63DCF163AA - :END: - [2008-04-06 Sun] -* DONE [#B] Crash on input. - - State "DONE" [2008-07-17 Thu 17:45] - :DATA: -2008/01/02 ! Sell -- on 2007/12/27 -- CRA -- APPLERA CORP COM CELERA GROUP CA EXCHANGE RATE .96760 - Assets:Investments:RBC-Broker:Account-CAD -8.00 CRA @ 16.93 USD - Assets:Investments:RBC-Broker:Account-CAD 21.41 CAD - Expenses:Financial:Commissions -9.95 USD - Expenses:Financial:Fees -0.01 USD - :END: - :PROPERTIES: - :Submitter: Martin Blais <blais@furius.ca> - :Version: 2.6 - :Ticket: 45 - :ID: 93CFAFEB-46EA-4E47-8F0A-069309D6EE3A - :END: - [2008-04-06 Sun] -* DONE [#B] Crash reading .timelog file - - State "DONE" [2008-07-17 Thu 18:08] - 2.6b aborts if the last entry is the timelog is an "in" event. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 128 - :ID: C7A32276-11A7-44F1-99CD-6F0CA7330340 - :END: - [2008-04-11 Fri] * DONE [#B] Create regression tests for all the closed 2.6.1 bugs - State "DONE" [2008-08-05 Tue] This is a test that 'make check' would run after running the UnitTests. @@ -1904,23 +1499,6 @@ ledger -s bal --sort O wedding :ID: 6A9A8E1B-29E9-4B06-9AE3-BBB2D5BB6D9E :END: [2008-04-24 Thu] -* DONE [#B] Expressions don't work. - - State "DONE" [2008-07-17 Thu 21:37] - - State "TODO" [2008-04-12 Sat 14:58] \\ - Martin Blais <blais@furius.ca> writes: - > Note the typo in the error too: "evalute" -> "evaluate". - :DATA: -2007-12-31 * Start of year / Opening balances. - Assets:Investments:HSBC-Broker 1000 USD - Equity:Opening-Balances:Cost -101000 JPY @ 1/101.00 USD - :END: - :PROPERTIES: - :Submitter: Martin Blais <blais@furius.ca> - :Version: 2.6 - :Ticket: 178 - :ID: DA9F2346-CD90-4E22-B2F0-2670532456BA - :END: - [2008-04-12 Sat] * DONE [#B] Find out how to submit a build against a specific branch on Buildbot - State "DONE" [2008-07-26 Sat] This may simply be a matter of telling the scheduler and Git() object to @@ -2014,29 +1592,31 @@ ledger -s bal --sort O wedding :ID: 1D0FD629-FD7B-4E7F-8E8F-3D73FD725F32 :END: [2008-04-24 Thu] +* DONE [#C] Get the PowerBook's buildbot working again + SCHEDULED: <2008-08-16 Sat> + - State "DONE" [2008-08-17 Sun 02:52] + :PROPERTIES: + :ID: 6B92EE7F-9F6A-452A-B242-347FB9206832 + :END: + [2008-08-16 Sat] * DONE [#B] Get the register report to work again - State "DONE" [2008-08-04 Mon] :PROPERTIES: :ID: 7D031D7C-A50D-479E-8C31-168D5F3E8CAB :END: [2008-07-26 Sat] -* DONE [#B] Getting an abort with a self-referential pricing statement - - State "DONE" [2008-07-17 Thu 17:51] \\ - Getting this to work correctly is going to need more work (which has already - been logged as another bug). - :DATA: -2008/01/02 sell - Assets:Investments 130.41 CAD @ 1.03352277 CAD - Assets:Investments -8.00 CRA @ 16.93 USD - :END: - Passing this through the reg command produces a SIGABRT. +* DONE [#B] Get transactional assignments working again + SCHEDULED: <2008-09-13 Sat> + - State "DONE" [2008-09-14 Sun 06:26] + - State "STARTED" [2008-09-06 Sat 08:11] + Another thing that needs to happen is that these assignments are stored + internally in the transaction, in assign_amount and assign_expr, and then + get double-checked against the running total when a regular register report + is performed. :PROPERTIES: - :Submitter: Martin Blais <blais@furius.ca> - :Version: 2.6 - :Ticket: 51 - :ID: A21E4DCC-6112-441F-B76D-95CF47BA658D + :ID: E6B6E93B-655B-4895-B72F-7B82E1E5D741 :END: - [2008-04-06 Sun] + [2008-08-24 Sun] * DONE [#B] Have the version in Ledger's configure.in based off of git-describe - State "DONE" [2008-05-18 Sun] :PROPERTIES: @@ -2059,94 +1639,6 @@ ledger -s bal --sort O wedding :ID: AAB6A9CC-4122-45F0-A69B-5DC7C59901F5 :END: [2008-07-27 Sun] -* DONE [#B] Install patches for Ledger 2.6 from Simon Michael - - State "DONE" [2008-07-17 Thu 21:41] \\ - I'm only taking the first patch for 2.6. The other two need a bit more - polish before I would put them in the standard distro, instead of just - posting them to the Wiki or some such. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 60 - :ID: 0C311A59-701A-4D30-BBDB-924F12878724 - :Attachments: sm001.patch sm002.patch sm004.patch - :END: - [2008-04-11 Fri] -* DONE [#B] ledger SVN doesn't compile on freebsd-8 - - State "DONE" [2008-03-17 Mon 16:22] \\ - Clemens writes: - > Just for the record, there's a fix: - :PATCH: -diff --git a/ledger-2.6.0.90/datetime.h b/ledger-2.6.0.90/datetime.h ---- a/ledger-2.6.0.90/datetime.h -+++ b/ledger-2.6.0.90/datetime.h -@@ -96,7 +96,7 @@ class date_t - operator bool() const { - return when != 0; - } -- operator std::time_t() const { -+ operator std::time_t() /*const*/ { - return when; - } - operator std::string() const { - :END: - > Let's you compile and install. - - State "DONE" [2008-03-14 Fri 21:32] \\ - This is a known bug that was fixed in 2.6. If you need a back-patch for - 2.4.1, please let me know. - We have ledger-2.4 in the ports, but it segfaults on freebsd-8 (the current - dev version of the OS). The backtrace is incoherent, because the libs are - stripped and we have no symbols. Anyway, a sane person would want a more - recent ledger. The tarball exhibits the exact same problem as the one from - SVN: - :OUTPUT: -'uname -rims' -> FreeBSD 8.0-CURRENT i386 GENERIC -'gcc --version' -> gcc (GCC) 4.2.1 20070719 [FreeBSD] - -/src/bulk/ledger/trunk -0 $ gmake -gmake all-am -gmake[1]: Entering directory `/home/src/bulk/ledger/trunk' -/usr/local/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/l/include -g -O2 -c -o libamounts_la-amount.lo `test -f 'amount.cc' || echo './'`amount.cc - g++ -DHAVE_CONFIG_H -I. -I/l/include -g -O2 -c amount.cc -fPIC -DPIC -o .libs/libamounts_la-amount.o -In file included from amount.h:13, - from amount.cc:1: -datetime.h: In function 'long int operator-(const date_t&, const date_t&)': -datetime.h:141: error: conversion from 'date_t' to 'long int' is ambiguous -datetime.h:99: note: candidates are: date_t::operator time_t() const -datetime.h:96: note: date_t::operator bool() const -gmake[1]: *** [libamounts_la-amount.lo] Error 1 -gmake[1]: Leaving directory `/home/src/bulk/ledger/trunk' -gmake: *** [all] Error 2 - :END: - - I know C and i can do some gdb(1), but i don't have the C++ knowledge to - even fix this one. It looks not all that complicated. Maybe a little patch - could help the C++ compiler to figure out the type inference. - - I used emacs for quite some time, but got annoyed with its ancient lisp. So - using the common lisp version is currently not an option for me, and without - emacs one has to type way to much for some little reports. Could you please - bring the C++ version into a usable state again? perhaps it's not that much - work? - :PROPERTIES: - :Submitter: Clemens <finetouch> - :Version: 2.4.1 - :Ticket: 34 - :ID: C1BE11BD-958D-4E67-8B85-5DA14CD375B4 - :END: - [2008-03-14 Fri] -* DONE [#B] ledger.el requires an absolute pathname for the ledger-binary-path :EMACS: - - State "DONE" [2008-07-17 Thu 22:09] - This caused me pain after a ledger upgrade. "ledger" should be sufficient if - it's in the path. - :PROPERTIES: - :Submitter: Simon Michael <simon@joyful.com> - :Version: 2.6 - :Ticket: 199 - :ID: 7D40038A-DEED-47FA-8D02-0951E94CA175 - :END: - [2008-07-12 Sat] * DONE [#B] Make it so that nil is considered a valid commodity - State "DONE" [2007-10-22 Mon 03:23] :PROPERTIES: @@ -2163,6 +1655,22 @@ gmake: *** [all] Error 2 :ID: 5768AB32-D4BB-480E-AD7D-35AF842E2D32 :END: [2008-07-25 Fri] +* DONE [#B] Multi-byte characters (like UTF-8) throws off the "emacs" report + - State "DONE" [2008-08-25 Mon 23:54] \\ + This has been implemented. + The emacs report uses byte-positioning to indicate the beginning of entries + and transactions. This breaks with multi-byte files. + + The solution is either to support multi-byte correctly, or to use line + numbering instead. levin has offered a patch for this (attached). + :PROPERTIES: + :Submitter: levin + :Version: 2.6 + :Ticket: 5 + :ID: 6B7E468B-CB1E-41C3-A6BF-DCB64DA91C15 + :Attachments: line-positioning.patch + :END: + [2007-10-29 Mon] * DONE [#B] Organize my ledger todo file and integrate it into the main agenda SCHEDULED: <2007-09-30 Sun> - State "DONE" [2007-10-01 Mon 03:40] \\ @@ -2243,69 +1751,6 @@ gmake: *** [all] Error 2 :ID: C86755E1-199A-4587-93A8-C18C04FC4996 :END: [2008-07-25 Fri] -* DONE [#B] Segmentation fault on import from GnuCash - - State "DONE" [2008-07-17 Thu 20:04] - - State "TODO" [2008-06-16 Mon 16:05] \\ - Luben Manolov <lubo@manolov.org> writes: - > Import of this GnuCash file causes Segmentation fault - I am trying to import a simple GnuCash file and I am getting "Segmentation - fault" error. Please find attached the sample file. - :OUTPUT: -./ledger -f sample.gnucash balance -While balancing entry: - 2008/06/16 - Segmentation fault - :END: - :PROPERTIES: - :Submitter: Luben Manolov <lubo@manolov.org> - :Version: 2.6 - :Ticket: 198 - :ID: 266D96D2-DEB5-4BD9-A51B-B2F652E2F550 - :Attachments: sample.gnucash - :END: - [2008-06-16 Mon] -* DUPLICATE [#B] Apply fix to the Ledger documentation - - State "DUPLICATE" [2008-09-11 Thu 03:08] \\ - This has already been fixed by A7CA0F5B-1F08-417A-9071-A223601100CA. - I found a tiny bug in the info documentation for ledger, version - 2.6.0.90, regarding per-unit and complete transaction cost. There - seems to be @'s missing (maybe texinfo gobbles up at least on @) - - It says: - - > The `ACCOUNT' may be surrounded by parentheses if it is a virtual - > transactions, or square brackets if it is a virtual transactions - > that must balance. The `AMOUNT' can be followed by a per-unit - > transaction cost, by specifying ` AMOUNT', or a complete - > transaction cost with `@ AMOUNT'. Lastly - - whereas I believe (from reading the source of textual.cc) it should - be: - - > The `ACCOUNT' may be surrounded by parentheses if it is a virtual - > transactions, or square brackets if it is a virtual transactions - > that must balance. The `AMOUNT' can be followed by a per-unit - > transaction cost, by specifying `@ AMOUNT', or a complete - > transaction cost with `@@ AMOUNT'. Lastly - SCHEDULED: <2008-09-10 Wed> - :PROPERTIES: - :Submitter: Par Kurlberg <kurlberg@math.kth.se> - :ID: ED900734-1655-4229-A88F-9BCB96634E00 - :END: - [2008-09-02 Tue 06:26] -* DONE [#B] Some at-signs are not properly escaped in documentation :DOC: - - State "DONE" [2008-03-27 Thu 19:42] - Some of the at signs are not properly escaped in the texi - documentation. This leads to great confusion when trying to figure out how - to use commodity transactions. - :PROPERTIES: - :Submitter: thedward <thedward@barsoom.net> - :Version: 2.6 - :Ticket: 31 - :Attachments: ledger-texi.patch - :ID: A7CA0F5B-1F08-417A-9071-A223601100CA - :END: - [2008-01-28 Mon] * DONE [#B] Special care needs to be taken that legitimate uses of exceptions are not too expensive. :PROPERTIES: :ID: 525657CE-DA76-4B4B-B88C-595F799A12A7 @@ -2359,138 +1804,6 @@ make[1]: *** [libledger_la-journal.lo] Error 1 :ID: DF73E41F-A867-4A29-BA88-BC9F69A139CD :END: [2008-08-04 Mon] -* DONE [#C] Entry command doesn't match debit account when description is unmatched - - State "DONE" [2008-07-20 Sun 20:32] - I think I've isolated a bug with the entry command where I get "Equity" - instead of a valid debit account: - :OUTPUT: -$ ledger entry 2008/07/18 "Pei Wei" food 20 checking - -2008/07/18 Pei Wei - Expenses:Food:Out $ 20.00 - Assets:Checking - -$ ledger entry 2008/07/18 "Foo Bar" food 20 checking - -2008/07/18 Foo Bar - Expenses:Food $ 20.00 - Equity - :END: - - The first command proves that ledger understands I have an `Assets:Checking` - account. That's because I already have entries for `Pei Wei`. - - If I enter a description that doesn't match a previous entry, it doesn't - match `checking` to `Assets:Checking`. - :PROPERTIES: - :Submitter: drewr <#ledger> - :Version: 5fbec3582319ca6423a43c9125842be5f969e8ee - :Ticket: 203 - :ID: FF8CE4C5-03B3-4FCA-85BD-52A9DB191B4B - :END: - [2008-07-18 Fri] -* DONE [#C] Get the PowerBook's buildbot working again - SCHEDULED: <2008-08-16 Sat> - - State "DONE" [2008-08-17 Sun 02:52] - :PROPERTIES: - :ID: 6B92EE7F-9F6A-452A-B242-347FB9206832 - :END: - [2008-08-16 Sat] -* DONE [#C] Multiple commodities in gnucash crash ledger - - State "DONE" [2008-07-17 Thu 21:26] - - State "TODO" [2008-03-27 Thu 19:54] \\ - I still have to review the patch and make the changes, before this gets - closed. - - State "TODO" [2008-03-27 Thu 15:20] \\ - slanack writes: - > The proposed Fix works for me. The problem was that <split:quantity> - > received the `transaction commodity' instead of the correct `account - > commodity'. There should really be a check if the account commodity has - > been defined. - I am using transactions between accounts with different base commodities in - gnucash. Ledger reports a segfault when reading the gnucash file and using - the command `print`. - :PROPERTIES: - :Submitter: slanack - :Version: 2.6.0.90 - :Ticket: 35 - :ID: DAAF3481-1B7A-4F4A-9EC6-575104655B1B - :Attachments: gnucash.cc.patch gnucash-minimal.xml - :END: - [2008-03-23 Sun] -* DONE [#C] My "bal" command is broken again - - State "DONE" [2008-07-17 Thu 21:22] - :OUTPUT: -~/Reference/Computing/Systems/Linux $ bal - 3,848.34 - EC 450.05 Assets -Error: Cannot compare amounts with different commodities: EC and $ - :END: - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 66 - :ID: 8159EF00-B95D-4E83-9927-7DB461CD2CC9 - :END: - [2008-04-11 Fri] -* DONE [#C] Remove bogus reference to Emacs in project documentation :DOC: - - State "DONE" [2008-07-16 Wed 03:59] - The gnucash docs talk about there someday being an Emacs mode. There is - already one. - :PROPERTIES: - :Submitter: bpt <#ledger> - :Version: 2.4.1 - :Ticket: 10 - :ID: B81ADF25-F176-4ABC-9C2B-1090E4F2FA7D - :END: - [2007-12-10 Mon] -* DONE [#C] Segfault with commodity price in budget. - - State "DONE" [2008-07-17 Thu 20:09] - :DATA: -~ Monthly - Assets:Invest 2 AAPL @ $30.00 - Assets:Bank -2 AAPL - :END: - It works if the '@ $30.00' is removed. The problem is that entry is null - when called through parse_transactions. Backtrace: - :OUTPUT: -#0 0x080632ab in datetime_t (this=0xbfb4af88, _when=@0x40) at datetime.h:173 -#1 0x080973ac in ledger::entry_t::actual_date (this=0x0) at journal.h:180 -#2 0x080b7fc7 in ledger::parse_transaction ( - line=0x8119e20 " Assets:Invest 2 AAPL @ $30.00", account=0x813be00, - entry=0x0) at textual.cc:258 -#3 0x080b9480 in ledger::parse_transactions (in=@0xbfb4b4bc, - account=0x813be00, entry=@0x813e2f8, kind=@0xbfb4b2f8, beg_pos=63) - at textual.cc:340 -... - :END: - :PROPERTIES: - :Submitter: Nathan Jones <nathanj@insightbb.com> - :Version: 2.6.0.90 - :Ticket: 191 - :ID: A4F87484-1B1D-4C76-B0AB-70E20FBA9D1B - :END: - [2008-04-23 Wed] -* DONE [#C] When reporting the unbalanced remainder, round it :FEATURE: - - State "DONE" [2008-07-17 Thu 20:52] - This is so that it shows what ledger is really thinking. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 125 - :ID: 4BF95CDC-972F-4F39-9F54-7BEFD404F9AA - :END: - [2008-04-11 Fri] -* DEFERRED [#A] Thomas is experiencing a crash when running the balance command - SCHEDULED: <2008-08-16 Sat> - - State "DEFERRED" [2008-08-17 Sun 06:32] \\ - Thomas can't reproduce this anymore, after I logged into his machine to try - and debug it directly. - [[message://a8a10a0808160351v3f407203tf6fc1b87b3b4eef7@mail.gmail.com][Stack trace]] - :PROPERTIES: - :ID: D0D130E3-EDC0-4D9F-A77A-0B62E115D25A - :END: - [2008-08-16 Sat] * CANCELLED [#C] Consider Martin's @openbal directive "AutoOpenBalance" from Martin Blais <blais@furius.ca> :PROPERTIES: @@ -2506,339 +1819,42 @@ Error: Cannot compare amounts with different commodities: EC and $ :ID: D00D1F5A-8BD5-43B5-B8E0-1FEBB98F610A :END: [2008-04-11 Fri] -* WONTFIX [#B] No commodity when amount contains simple math operation - - State "WONTFIX" [2007-11-09 Fri 23:34] \\ - This expected behavior. If you multiply or divide two commoditized - amounts together, the second commodity is dropped in favor of the first. - You'll have to use "30 AAPL * .01". - Use the following legder data file (sample2.dat) - :DATA: -2004/05/01 * Investment balance - Assets:Brokerage 100 / 30 AAPL @ $30.00 - Equity:Opening Balances - :END: - - Create the bal report: - :OUTPUT: -$ ledger -f sample2.dat bal - 3.333333 Assets - $-99.99999 Equity --------------------- - 3.333333 - $-99.99999 - :END: - - Notice that the "AAPL" commodity is gone. - :PROPERTIES: - :Submitter: Levin <zslevin@gmail.com> - :Version: 2.6 - :Ticket: 7 - :ID: 4290A2E5-8CFB-4529-87DE-F088719AF13A - :END: - [2007-11-09 Fri] -* WONTFIX [#B] Problem with pricing specification in prices.db file - - State "WONTFIX" [2008-07-17 Thu 21:42] \\ - Pricing info is not used for balancing entries. For that, you'd need to use - "@ ... USD" for the halfg and gouda amounts, so that Ledger could be certain - your entries balances to zero. - - State "TODO" [2008-04-05 Sat 20:09] \\ - I changed it to this below, and ledger stopped complaining: - :DATA: -2007/03/07 Irena - Liabilities:Cash:Irena 7.00 USD - Liabilities:Order1:Irena -1 gouda - -2007/03/07 Irena - Liabilities:Cash:Irena 11.00 USD - Liabilities:Order1:Irena -4 halfg - :END: - :OUTPUT: -djw@hector:~$ ledger bal - -2007/03/07 Irena - Liabilities:Cash:Irena 18.00 USD - Liabilities:Order1:Irena -4 halfg - Liabilities:Order1:Irena -1 gouda -Error: /home/djw/milk.ledger, line 106: Entry above does not balance; remainder is: 18.00 USD --1 gouda --4 halfg - :END: - Here is what is in the prices.db file: - :DATA: -C 1.00 USD = $1.21 -P 2007/03/04 00:00:00 halfg 2.75 USD -P 2007/03/04 00:00:00 gouda 7 USD - :END: - So you multiply 4*2.75 and add 7, you get 18. Since the units are USD, what - is the beef? Why isn't ledger seeing 1 gouda and 4 halfg as 18 USD? - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 42 - :ID: 43CFF7FF-DA09-478C-AED1-2D2756BACA09 - :END: - [2008-04-05 Sat] -* WONTFIX [#C] Balance calculations using the '=' operator are off - - State "WONTFIX" [2008-08-15 Fri 04:14] \\ - This feature is not ready for 2.6.1, and is being pushed to 3.0 where this - issue has been fixed. - When I run 'ledger --tail 20 reg assets:cash' with my current ledger data, - the final balance is way, way off. Something is being miscalculated. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6.1b - :Ticket: 209 - :ID: F32E914F-D485-427B-89E9-33C762CC1A47 - :END: - [2008-08-02 Sat] -* WONTFIX [#C] Non-balanced virtual transaction should fail. - - State "WONTFIX" [2008-07-17 Thu 20:44] \\ - This is not an error because: - - 1. specifying no amount is the same as specifying an uncommoditized zero. - 2. the second line will "auto-balance" with the first line. - 3. the third line simply is a no-op, which I allow for the sake of script - writers. - - There could be a warning for something like this, but then that's the - danger of using () around an account name: you are explicitly stating you - do not wish the transaction to be balanced. - - State "TODO" [2008-04-23 Wed 13:35] \\ - Martin Blais <blais@furius.ca> writes: - > Well... should "probably" fail. I mean, it does nothing, so it's - > probably an error. I'd make it fail. - Shouldn't this fail? - :DATA: -2004/03/25 Donations - Assets:Checking $100.00 - Assets:Savings - (Income:Donations) - :END: - :PROPERTIES: - :Submitter: Martin Blais <blais@furius.ca> - :Version: 2.6 - :Ticket: 190 - :ID: 75E83651-B130-4978-89C7-DFED4E874E8F - :END: - [2008-04-23 Wed] -* WORKSFORME [#A] Monthly register command displays nothing - - State "WORKSFORME" [2008-07-17 Thu 20:12] \\ - This has apparently been fixed by the recent date/time bug fixes. - The command is: - :SCRIPT: -ledger -p 2005 -e 2005/08/17 --monthly reg - :END: - This is against my own ledger file. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 30 - :ID: 841041A2-925D-4797-BE44-11BFC7333054 - :END: - [2007-12-10 Mon] -* WORKSFORME [#A] Weekly register report is completely broken in 2.6 - - State "WORKSFORME" [2008-07-17 Thu 20:11] \\ - This has apparently been fixed by all the other date/time fixes done today. - The command is: - :SCRIPT: -ledger --weekly reg food - :END: - This works fine in 2.5. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 26 - :ID: 30383931-3060-4999-8FD3-9002E02366A0 - :END: - [2007-12-10 Mon] -* WORKSFORME [#B] ledger -MA doesn't give a monthly report if some months have no transactions - - State "WORKSFORME" [2008-07-17 Thu 20:14] \\ - This works for me. +* WORKSFORME [#A] Thomas is experiencing a crash when running the balance command + SCHEDULED: <2008-08-16 Sat> + - State "WORKSFORME" [2008-08-17 Sun 06:32] \\ + Thomas can't reproduce this anymore, after I logged into his machine to try + and debug it directly. + [[message://a8a10a0808160351v3f407203tf6fc1b87b3b4eef7@mail.gmail.com][Stack trace]] :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 61 - :ID: FD118D79-3B8F-48CE-89D0-F0FFD46F6C49 - :END: - [2008-04-11 Fri] -* WORKSFORME [#B] Problems with the prices.db file - - State "WORKSFORME" [2008-07-17 Thu 21:45] \\ - Pricing entries must start with a capital P, not a lowercase p. - - This bug also mentions other issues, which are now contained in another - bug. - - State "TODO" [2008-04-05 Sat 20:06] \\ - However, even though I do not receive parse errors any longer, the - price-db command does not work the way I expect it to. When I issue a - 'bal' option, ledger still outputs the values in their commodity rather - than the dollar amount, so even though I am not receiving an error, it - still does not seem to work for me. - My prices.db file looks like: - :DATA: -p 2007/01/14 02:18:01 WMCVX $5.04 -p 2007/01/14 02:18:02 WMICX $6.65 + :ID: D0D130E3-EDC0-4D9F-A77A-0B62E115D25A :END: - Notice there is no carriage return after the second line and that the file - begins on line 1. + [2008-08-16 Sat] +* DUPLICATE [#B] Apply fix to the Ledger documentation + - State "DUPLICATE" [2008-09-11 Thu 03:08] \\ + This has already been fixed by A7CA0F5B-1F08-417A-9071-A223601100CA. + I found a tiny bug in the info documentation for ledger, version + 2.6.0.90, regarding per-unit and complete transaction cost. There + seems to be @'s missing (maybe texinfo gobbles up at least on @) - When I run 'ledger --price-db prices.db bal' I get the following: - :OUTPUT: -Error: prices.db, line 2: Failed to parse dateP -Error: Errors parsing file 'life/finances/ledger/prices.db' - :END: - - If I have a carriage return on the second line, I get errors for both line 2 - and line 3. If i have one entry on a single line, I get an error for line 2. + It says: - Any ideas? + > The `ACCOUNT' may be surrounded by parentheses if it is a virtual + > transactions, or square brackets if it is a virtual transactions + > that must balance. The `AMOUNT' can be followed by a per-unit + > transaction cost, by specifying ` AMOUNT', or a complete + > transaction cost with `@ AMOUNT'. Lastly - Also, I would like to get the prices.db perl script working to automatically - grab the values from Fidelity, but I have not been able to do anything - beyond installing the appropriate perl modules. If there are any - instructions for this usage, I would appreciate it. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 40 - :ID: B8173D32-D7EB-4619-8488-B2C641431FDE - :END: - [2008-04-05 Sat] -* WORKSFORME [#C] ledger -Mn - - State "WORKSFORME" [2008-08-17 Sun 20:13] - Is not the same as: ledger -M -n - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 126 - :ID: 2C3B5DCE-AB7F-41A2-BF93-56CC1222AE64 - :END: - [2008-04-11 Fri] -* INVALID [#B] Remove bogus reference to Emacs in project documentation (2.6) - - State "INVALID" [2008-07-13 Sun 22:16] - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 72 - :ID: 7455E4A7-16FD-4F41-8A33-CF44F6E690B2 - :END: - [2008-04-11 Fri] -* DUPLICATE [#A] Bug with date ranges - - State "DUPLICATE" [2008-04-04 Fri 14:35] \\ - This has been fixed, see the comments in #36. - I'm using the latest source from CVS and it appears the `-e` option is - broken. For example this works as expected: - :OUTPUT: -% ledger -b 2006/05/01 bal - :END: - -But this does not. No output whatsoever: - :OUTPUT: -% ledger -b 2006/05/01 -e 2006/05/31 bal - :END: - -This also doesn't work. It just shows `Opening Balances: 0`: - :OUTPUT: -% ledger -p "last month" bal - :END: - :PROPERTIES: - :Submitter: Eric Davis <edavis@insanum.com> - :Version: 2.6 - :Ticket: 17 - :ID: FE3E08C0-802A-4FAA-B8BA-93D81C061148 - :END: - [2007-12-10 Mon] -* DUPLICATE [#A] DOS format line endings are fooling the parser - - State "DUPLICATE" [2008-08-16 Sat 03:56] \\ - Duplicated by #43. - The \r\n ending is having only the \n stripped, making the \r appear as part - of the filename when doing a !include. - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 129 - :ID: 6DF2250F-C54D-4F67-AFB6-F8656020D394 - :END: - [2008-04-11 Fri] -* DUPLICATE [#B] Need to strip \r from \r\n line endings - - State "DUPLICATE" [2008-07-13 Sun 22:38] - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 139 - :ID: C7A61E89-08D1-4151-AF2E-92F666148F19 - :END: - [2008-04-11 Fri] -* DUPLICATE [#B] Problems parsing an entry - - State "DUPLICATE" [2008-07-18 Fri 02:12] - :OUTPUT: -djw@hector:~$ ledger bal - -2007/03/07 Irena -Liabilities:Cash:Irena 18.00 USD -Liabilities:Order1:Irena -4 halfg -Liabilities:Order1:Irena -1 gouda -Error: /home/djw/milk.ledger, line 106: Entry above does not balance; remainder is: 18.00 USD --1 gouda --4 halfg - :END: - Here is what is in the prices.db file: - :DATA: -C 1.00 USD = $1.21 -P 2007/03/04 00:00:00 halfg 2.75 USD -P 2007/03/04 00:00:00 gouda 7 USD - :END: - So you multiply 4*2.75 and add 7, you get 18. Since the units are USD, what - is the beef? Why isn't ledger seeing 1 gouda and 4 halfg as 18 USD? - :PROPERTIES: - :Submitter: John Wiegley <johnw@newartisans.com> - :Version: 2.6 - :Ticket: 133 - :ID: AD876FB0-E7B8-4C89-9E23-2D25AF8D5F0A - :END: - [2008-04-11 Fri] -* DUPLICATE [#B] Reconciling doesn't work in ledger.el :EMACS: - - State "DUPLICATE" [2008-07-16 Wed 03:56] \\ - Duplicated by #64. - I've tried version 2.5 but have had some problems. - - I use Carbon Emacs on Mac OS X to edit my Ledger files. Unfortunately the - reconcile functionality doesn't work any more. Pressing the space bar - doesn't always toggle an entry, sometimes it needs to be pressed twice, - sometimes it never goes. Additionally, even if some entries are toggled, - nothing is changed in the main file and pressing C-c C-c just re-sets the - reconcile window back to it's original state. - - I've tried with and without the new ledger-clear-whole-entries variable set. + whereas I believe (from reading the source of textual.cc) it should + be: + + > The `ACCOUNT' may be surrounded by parentheses if it is a virtual + > transactions, or square brackets if it is a virtual transactions + > that must balance. The `AMOUNT' can be followed by a per-unit + > transaction cost, by specifying `@ AMOUNT', or a complete + > transaction cost with `@@ AMOUNT'. Lastly + SCHEDULED: <2008-09-10 Wed> :PROPERTIES: - :Submitter: Karen Cooke <karen.cooke@gmail.com> - :Version: 2.6 - :Ticket: 14 - :ID: 2B02E2FD-DCF8-4CD8-A7FA-F83F5DAE3F55 - :END: - [2007-12-10 Mon] -* DUPLICATE [#C] Entry command produces duplicate source transactions - - State "DUPLICATE" [2008-01-31 Thu 14:57] \\ - drewr writes: - > This is a duplicate of ticket #8. - - State "TODO" [2008-01-30 Wed 17:36] \\ - drewr writes: - > This happens with 2.6.1 as well. - If I have a ledger file like so: - :DATA: -2008/01/24 Foo - Expenses:Foo $ 136.56 - Assets:Checking - :END: - and then run `ledger entry 2008/01/26 foo expen 45 check`, I get: - :OUTPUT: -2008/01/26 Foo - Expenses:Foo $ 45.00 - Assets:Checking $ -136.56 - Assets:Checking $ 91.56 - :END: - :Submitter: drewr <#ledger> - :Version: 2.6 - :Ticket: 32 - :ID: EA246228-3EC7-4834-B55A-455DBA58116C + :Submitter: Par Kurlberg <kurlberg@math.kth.se> + :ID: ED900734-1655-4229-A88F-9BCB96634E00 :END: - [2008-01-30 Wed] + [2008-09-02 Tue 06:26] |