Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2538d14ea7 
							
						 
					 
					
						
						
							
							lib: textification begins! account names  
						
						... 
						
						
						
						The first of several conversions from String to (strict) Text, hopefully
reducing space and time usage.
This one shows a small improvement, with GHC 7.10.3 and text-1.2.2.1:
hledger -f data/100x100x10.journal stats
string: <<ghc: 39471064 bytes, 77 GCs, 198421/275048 avg/max bytes residency (3 samples), 2M in use, 0.000 INIT (0.001 elapsed), 0.015 MUT (0.020 elapsed), 0.010 GC (0.014 elapsed) :ghc>>
text:   <<ghc: 39268024 bytes, 77 GCs, 197018/270840 avg/max bytes residency (3 samples), 2M in use, 0.000 INIT (0.002 elapsed), 0.016 MUT (0.022 elapsed), 0.009 GC (0.011 elapsed) :ghc>>
hledger -f data/1000x100x10.journal stats
string: <<ghc: 318555920 bytes, 617 GCs, 2178997/7134472 avg/max bytes residency (7 samples), 16M in use, 0.000 INIT (0.001 elapsed), 0.129 MUT (0.136 elapsed), 0.067 GC (0.077 elapsed) :ghc>>
text:   <<ghc: 314248496 bytes, 612 GCs, 2074045/6617960 avg/max bytes residency (7 samples), 16M in use, 0.000 INIT (0.003 elapsed), 0.137 MUT (0.145 elapsed), 0.067 GC (0.079 elapsed) :ghc>>
hledger -f data/10000x100x10.journal stats
string: <<ghc: 3114763608 bytes, 6026 GCs, 18858950/75552024 avg/max bytes residency (11 samples), 201M in use, 0.000 INIT (0.000 elapsed), 1.331 MUT (1.372 elapsed), 0.699 GC (0.812 elapsed) :ghc>>
text:   <<ghc: 3071468920 bytes, 5968 GCs, 14120344/62951360 avg/max bytes residency (9 samples), 124M in use, 0.000 INIT (0.003 elapsed), 1.272 MUT (1.349 elapsed), 0.513 GC (0.578 elapsed) :ghc>>
hledger -f data/100000x100x10.journal stats
string: <<ghc: 31186579432 bytes, 60278 GCs, 135332581/740228992 avg/max bytes residency (13 samples), 1697M in use, 0.000 INIT (0.008 elapsed), 14.677 MUT (15.508 elapsed), 7.081 GC (8.074 elapsed) :ghc>>
text:   <<ghc: 30753427672 bytes, 59763 GCs, 117595958/666457240 avg/max bytes residency (14 samples), 1588M in use, 0.000 INIT (0.008 elapsed), 13.713 MUT (13.966 elapsed), 6.220 GC (7.108 elapsed) :ghc>> 
						
					 
					
						2016-05-24 19:00:49 -07:00 
						 
				 
			
				
					
						
							
							
								Thomas R. Koll 
							
						 
					 
					
						
						
						
						
							
						
						
							9f49da3713 
							
						 
					 
					
						
						
							
							web: remove more deprecated html attributes (align) and fix a tag with duplicate style attribute  
						
						
						
					 
					
						2015-12-18 23:12:39 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							74512814ec 
							
						 
					 
					
						
						
							
							cli/ui/web: rename X.Options modules to X.XOptions  
						
						... 
						
						
						
						Make these modules' names more like the heavily-used types they
define (CliOpts, UIOpts, WebOpts). This is consistent with
RawOptions and ReportOptions, and helps with code navigation. 
						
					 
					
						2015-08-28 12:43:51 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b0d71e3ccc 
							
						 
					 
					
						
						
							
							web: declare a bunch of language pragmas  
						
						... 
						
						
						
						Makes the code more declarative, and makes building without cabal easier. 
						
					 
					
						2015-04-07 18:35:41 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e76cc6ee47 
							
						 
					 
					
						
						
							
							web: stay in add form when there are errors  
						
						
						
					 
					
						2015-02-23 23:22:02 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							55967e9192 
							
						 
					 
					
						
						
							
							web: Post -> AddForm; drop/comment more old stuff  
						
						
						
					 
					
						2015-02-16 16:21:07 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							455de6531d 
							
						 
					 
					
						
						
							
							web: just show a simple link as the home button for now  
						
						
						
					 
					
						2014-07-23 15:04:17 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f2845e9b2e 
							
						 
					 
					
						
						
							
							web: ensure whitespace between accounts headings  
						
						
						
					 
					
						2014-07-23 15:03:41 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							009df13baf 
							
						 
					 
					
						
						
							
							web: make the add form a modal dialog  
						
						... 
						
						
						
						The add form has become a modal dialog, and been moved into the default
template. This simplifies some things, for now. Eg it's easily
accessible from any page. 
						
					 
					
						2014-07-09 00:04:50 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ed3fd58fb9 
							
						 
					 
					
						
						
							
							web: rename help modal  
						
						
						
					 
					
						2014-07-09 00:00:23 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ec51d28839 
							
						 
					 
					
						
						
							
							web: a bunch of ui cleanup & improvement  
						
						... 
						
						
						
						- the web UI has been streamlined; edit form, raw & entries views dropped
- we now remember whether sidebar is open or closed
- better help dialog
- keyboard shortcuts are now available
- better add form
- more bootstrap styling
- static file cleanups
- report filtering fixes
- upgrade jquery to 2.1.1, bootstrap to 3.1.1, drop select2, add typeahead, cookie, hotkeys
- clarify debug helpers a little
- refactoring 
						
					 
					
						2014-06-13 00:19:00 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							884f64e292 
							
						 
					 
					
						
						
							
							web: reduce ui over-complexity  
						
						... 
						
						
						
						For now, you can do three things in the web ui: add a transaction, view
journal entries, view an account register. Filtering is not quite right yet. 
						
					 
					
						2014-05-24 08:23:02 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							adde48a805 
							
						 
					 
					
						
						
							
							web: small column heading improvements  
						
						
						
					 
					
						2014-05-24 08:20:33 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							702f900ec0 
							
						 
					 
					
						
						
							
							web: fix warnings  
						
						
						
					 
					
						2014-05-23 09:02:20 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3c8786df1f 
							
						 
					 
					
						
						
							
							web: tweak tooltips, remove unused code  
						
						
						
					 
					
						2014-05-23 09:01:25 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7778a0b821 
							
						 
					 
					
						
						
							
							web: reorganise sidebar links  
						
						
						
					 
					
						2014-05-22 20:57:22 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3f3a526e8a 
							
						 
					 
					
						
						
							
							web: move sidebar links out of balanceReportAsHtml  
						
						
						
					 
					
						2014-05-22 20:36:49 -07:00 
						 
				 
			
				
					
						
							
							
								Ryan Desfosses 
							
						 
					 
					
						
						
						
						
							
						
						
							3182f2c69a 
							
						 
					 
					
						
						
							
							Common: Added Register link to sidebar  
						
						
						
					 
					
						2014-05-14 12:13:34 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7d36789b74 
							
						 
					 
					
						
						
							
							web: fix build failures caught by the bot  
						
						
						
					 
					
						2014-03-19 08:45:52 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3b8b3d234e 
							
						 
					 
					
						
						
							
							web: work around build failures on new OS X/xcode 5 related to clang  
						
						
						
					 
					
						2014-02-08 08:43:20 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c53732a4af 
							
						 
					 
					
						
						
							
							balance: new multi-column reports & documentation  
						
						... 
						
						
						
						Two new multi-column balance report modes show ending balance per
period: `--cumulative`, starting from 0, and `--historical`, starting
from the historical starting balance.
The balance command's specification has been clarified and consolidated
in the Balance.hs haddock. Reports.hs has also had haddock updates. The
old AccountsReport type is now BalanceReport, still used by
single-column balance report. The new MultiBalanceReport type is used by
the multi-column reports. 
						
					 
					
						2013-12-07 05:43:31 -08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							060d1fdd1b 
							
						 
					 
					
						
						
							
							change comm: to sym: and require a match on the whole symbol  
						
						
						
					 
					
						2013-09-09 15:26:45 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							957f57a07b 
							
						 
					 
					
						
						
							
							new comm:REGEXP query matches commodity symbols. Also some minor amt: fixes.  
						
						
						
					 
					
						2013-09-09 15:04:43 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							42da3a5071 
							
						 
					 
					
						
						
							
							web: avoid trailing commas in register chart values, in case of trouble with IE  
						
						... 
						
						
						
						Hopefully adding [] is harmless. 
						
					 
					
						2013-06-03 23:18:04 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4f5b43050e 
							
						 
					 
					
						
						
							
							web: list chart values earliest first  
						
						
						
					 
					
						2013-06-03 23:17:06 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8f435e1620 
							
						 
					 
					
						
						
							
							Merge pull request  #121  from jeffrichards/master  
						
						... 
						
						
						
						remove the tooltip from the hledger-web journal screen. 
						
					 
					
						2013-06-01 15:58:26 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9602c29692 
							
						 
					 
					
						
						
							
							web: show zero-balance accounts in the sidebar as well ( fixed   #106 )  
						
						
						
					 
					
						2013-06-01 15:42:50 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2e5718d5ea 
							
						 
					 
					
						
						
							
							web: show one line per commodity in charts. Needs more polish, but  fixes   #109 .  
						
						
						
					 
					
						2013-06-01 15:33:33 -07:00 
						 
				 
			
				
					
						
							
							
								Jeff Richards 
							
						 
					 
					
						
						
						
						
							
						
						
							7890f24415 
							
						 
					 
					
						
						
							
							remove a the tool tip from the journal screen, as it just duplicates the  
						
						... 
						
						
						
						info shown on screen. 
						
					 
					
						2013-06-01 14:20:08 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cc087826e0 
							
						 
					 
					
						
						
							
							web: don't show prices in the accounts sidebar ( fixes   #114 )  
						
						
						
					 
					
						2013-06-01 12:35:10 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							41277766fc 
							
						 
					 
					
						
						
							
							fix a compilation warning  
						
						
						
					 
					
						2013-06-01 11:38:01 -07:00 
						 
				 
			
				
					
						
							
							
								Xinruo Sun 
							
						 
					 
					
						
						
						
						
							
						
						
							34a31285a9 
							
						 
					 
					
						
						
							
							web: use select2 to autocomplete  
						
						... 
						
						
						
						Use the javascript library select2 to autocomplete descriptions and
account names when adding a transaction. The autocomplete searches by
substring, prefix and infix. New values will also be accepted.
This replaces dhtmlxcombo library so it is removed. Also updated jquery
to the latest 1.10.1. 
						
					 
					
						2013-06-01 13:20:37 +08:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2eabcd1360 
							
						 
					 
					
						
						
							
							reverse and rename the blaze_html_0_5 flag to blaze_html_0_4  
						
						
						
					 
					
						2013-04-19 12:40:29 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							05da80b71d 
							
						 
					 
					
						
						
							
							web: use full width for search box, update search help  
						
						
						
					 
					
						2013-04-15 17:28:30 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							67d1f91909 
							
						 
					 
					
						
						
							
							web: fix compilation; also fixes some hardcoded static urls (Xinruo Sun)  
						
						
						
					 
					
						2013-01-11 13:54:49 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							621a91807e 
							
						 
					 
					
						
						
							
							rename actual/effective dates to primary/secondary  
						
						... 
						
						
						
						The command-line flag is now --date2. Alternate spellings --effective and --aux-date
are accepted for compatibility. 
						
					 
					
						2012-12-06 04:43:41 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e3d5fdde66 
							
						 
					 
					
						
						
							
							web: small style cleanup  
						
						
						
					 
					
						2012-12-03 23:53:26 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6cf883bcc3 
							
						 
					 
					
						
						
							
							web: fix build error  
						
						
						
					 
					
						2012-11-21 17:39:31 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ad88df99fa 
							
						 
					 
					
						
						
							
							refactor: try to organise handler support code better  
						
						
						
					 
					
						2012-11-20 02:51:38 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							81354fb492 
							
						 
					 
					
						
						
							
							web: split handlers into multiple files  
						
						
						
					 
					
						2012-11-20 02:23:23 +00:00