hcar entry updates

This commit is contained in:
Simon Michael 2015-11-16 09:17:01 -08:00
parent 7ab12bae70
commit ea6636d967

View File

@ -1,19 +1,16 @@
% hledger-Sh.tex
\documentclass[DIV16,twocolumn,10pt]{scrreprt}
\usepackage{paralist}
\usepackage{graphicx}
\usepackage[final]{hcar}
%include polycode.fmt
\begin{document}
\begin{hcarentry}{hledger}
\report{Simon Michael}
\status{(active development)}
%% \participants{(PARTICIPANTS OTHER THAN MYSELF)}% optional
\begin{hcarentry}[updated]{hledger}
\label{hledger}
\report{Simon Michael}%11/15
\status{stable, active development}
\makeheader
%% \documentclass[DIV16,twocolumn,10pt]{scrreprt}
%% \usepackage{paralist}
%% \usepackage{graphicx}
%% \usepackage[final]{hcar}
%% %include polycode.fmt
%% (WHAT IS IT?)
hledger is a cross-platform program (and Haskell library) for tracking
@ -21,7 +18,7 @@ money, time, or any other commodity, using double-entry accounting and
a simple, editable text file format.
hledger aims to be a reliable, practical tool for daily use,
and provides command-line, curses-style, and web interfaces.
It is inspired by and largely compatible with John Wiegley's Ledger program.
It is a largely compatible Haskell reimplementation of John Wiegley's Ledger program.
hledger is released under GNU GPLv3+.
%% (WHAT IS ITS STATUS? / WHAT HAS HAPPENED SINCE LAST TIME?)
@ -34,11 +31,11 @@ These include:
\begin{compactitem}
\item Easier installation, using stack, system packages, or downloadable Windows binaries.
\item A simpler and more robust web interface, with built-in help, balance charts, flexible transaction entry, and automatic browser startup
\item A new curses-style interface, hledger-ui, is now included and fully supported (in 0.27)
\item The command-line interface is more robust, and is aware of terminal width, COLUMNS, and wide characters (0.27)
\item A new curses-style interface, hledger-ui, is now included and fully supported
\item The command-line interface is more robust, and is aware of terminal width, COLUMNS, and wide characters
\item New commands: accounts, balancesheet, cashflow, incomestatement
\item New add-on packages: ledger-autosync, hledger-diff, hledger-interest, and hledger-irr
\item hledger can now report current value based on market prices (-V, in 0.27)
\item hledger can now report current value based on market prices (-V)
\item The journal format has become richer, supporting more Ledger features such as balance assertions
\item hledger journals and reports can be exported as CSV
\item hledger now reads CSV files directly, using flexible conversion rules
@ -66,9 +63,11 @@ Fedora, and NixOS. See \url{http://hledger.org/download} or
%% (WHAT ARE THE IMMEDIATE PLANS?)
Immediate plans: ship hledger 0.27, then:
Immediate plans:
improve docs and help,
improve parser speed and memory efficiency,
integrate a separate parser for Ledger files built by John Wiegley,
hledger-ui improvements,
and work towards the 1.0 release.
\FurtherReading