51 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Old screenshots
 | |
| 
 | |
| ---
 | |
| 
 | |
| ## Basic command-line reports
 | |
| 
 | |
| Showing the journal format, a register report, and a balance report:
 | |
| 
 | |
| 
 | |
| 
 | |
| ## Time dashboard in emacs
 | |
| 
 | |
| The upper window displays today's time report every minute (using ansi-term, watch, a helper script, and hledger invoked via 'hours' symlink.) The lower window is viewing the timelog file, to tweak clock-ins/clock-outs made with C-x t i and C-x t o.
 | |
| 
 | |
| 
 | |
| 
 | |
| ## Pie charts (hledger-chart)
 | |
| 
 | |
| Viewing a year of monthly expense charts in emacs. These were generated by hledger 0.10 with -fchart, which became [hledger-chart](http://hackage.haskell.org/package/hledger-chart), presently unmaintained.
 | |
| 
 | |
| 
 | |
| 
 | |
| ## Curses-style interface (hledger-vty)
 | |
| 
 | |
| [hledger-vty](http://hackage.haskell.org/package/hledger-vty), currently unmaintained.
 | |
| 
 | |
| 
 | |
| 
 | |
| ## Web interface (hledger-web)
 | |
| 
 | |
| This minimal web interface was hledger 0.11pre with -fwebyesod, which became [hledger-web](http://hackage.haskell.org/package/hledger-web).
 | |
| Here's the [latest interface](http://demo.hledger.org).
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| <!--
 | |
| ```
 | |
| zooming version (requires HTML)
 | |
| Click to enlarge, or mouse over for captions..
 | |
| 
 | |
| <style>
 | |
| .highslide img {height:90px;}
 | |
| .highslide-caption {color:white; background-color:black;}
 | |
| </style>
 | |
| 
 | |
| <a name="hledger-screen-1" href="images/hledger-screen-1.png" class="highslide" onclick="return hs.expand(this)">
 | |
|  <img src="images/hledger-screen-1.png" title="Basic command-line reports, like ledger" /></a>
 | |
| ```
 | |
| -->
 |