2016-02-21 23:39:32 +03:00
|
|
|
<!-- * toc -->
|
|
|
|
|
|
|
|
# Documentation
|
|
|
|
|
|
|
|
<style>
|
|
|
|
h4 {
|
|
|
|
margin-bottom:0.2em;
|
|
|
|
}
|
|
|
|
/*div.col-sm-5 { border:thin solid gray; }*/
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
2016-04-08 17:03:23 +03:00
|
|
|
<div class="col-sm-3">
|
|
|
|
|
|
|
|
**Getting started**
|
|
|
|
|
|
|
|
#### [Home](index.html)
|
|
|
|
What is hledger, and what can it do for you ?
|
2016-02-21 23:39:32 +03:00
|
|
|
|
|
|
|
#### [Download](download.html)
|
2016-04-08 17:03:23 +03:00
|
|
|
How to get it.
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-06 02:39:58 +03:00
|
|
|
#### [Step by Step Tutorial](step-by-step.html)
|
2016-02-21 23:39:32 +03:00
|
|
|
Small, guided exercises introducing data entry, reporting, and accounting.
|
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
#### [Release Notes](release-notes.html)
|
|
|
|
|
2016-04-06 02:39:58 +03:00
|
|
|
#### [FAQ](faq.html)
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
</div>
|
2016-04-11 04:20:55 +03:00
|
|
|
<div class="col-sm-3">
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
**Reference**
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-11 04:20:55 +03:00
|
|
|
<!-- #### [Combined manual](manual2.html) -->
|
2016-04-07 18:52:41 +03:00
|
|
|
|
2016-04-11 04:20:55 +03:00
|
|
|
<!-- or: -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
<!-- **[hledger](manual2.html#hledger)** -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
<!-- **[hledger-ui](manual2.html#hledger-ui)** -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
<!-- **[hledger-web](manual2.html#hledger-web)** -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
<!-- **[hledger-api](manual2.html#hledger-api)** -->
|
|
|
|
|
|
|
|
#### [hledger](hledger.html)
|
2016-04-11 04:20:55 +03:00
|
|
|
The command-line interface.
|
|
|
|
<!-- , with detailed reports. -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
#### [hledger-ui](hledger-ui.html)
|
2016-04-11 04:20:55 +03:00
|
|
|
The curses-style interface.
|
|
|
|
<!-- , for quick exploration. -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
#### [hledger-web](hledger-web.html)
|
2016-04-11 04:20:55 +03:00
|
|
|
The web interface.
|
|
|
|
<!-- , for personal/shared browsing & data entry. -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
#### [hledger-api](hledger-api.html)
|
2016-04-11 04:20:55 +03:00
|
|
|
A JSON API server.
|
|
|
|
<!-- , for building client-side apps. -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
<!-- **[Journal](manual2.html#journal-format)** -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
<!-- **[CSV](manual2.html#csv-format)** -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
<!-- **[Timeclock](manual2.html#timelog-format)** -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
<!-- **[Timedot](manual2.html#timedot-format)** -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
#### [Journal](journal.html)
|
|
|
|
<!-- hledger's primary data format, representing a general journal. -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
#### [CSV](csv.html)
|
|
|
|
<!-- How hledger reads Comma Separated Value data. -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
#### [Timeclock](timelog.html)
|
|
|
|
<!-- Timeclock format, a sequence of clock-in/clock-out records. -->
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
#### [Timedot](timedot.html)
|
|
|
|
<!-- Timedot format, an alternative time logging format. -->
|
2016-04-11 04:20:55 +03:00
|
|
|
File formats.
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-13 06:23:53 +03:00
|
|
|
\
|
|
|
|
|
2016-04-11 04:20:55 +03:00
|
|
|
|
|
|
|
#### [Combined manual](manual2.html)
|
|
|
|
All on one page.
|
|
|
|
|
2016-04-07 18:52:41 +03:00
|
|
|
</div>
|
2016-04-08 17:03:23 +03:00
|
|
|
<div class="col-sm-3">
|
|
|
|
|
|
|
|
**More**
|
|
|
|
|
|
|
|
#### [How to read CSV files](how-to-read-csv-files.html)
|
|
|
|
|
|
|
|
#### [How to use account aliases](how-to-use-account-aliases.html)
|
|
|
|
|
|
|
|
#### [How to use another account separator character](how-to-use-another-account-separator-character.html)
|
|
|
|
|
|
|
|
#### [More docs](more-docs.html)
|
|
|
|
Some useful links not yet moved to..
|
|
|
|
|
|
|
|
#### [plaintextaccounting.org](http://plaintextaccounting.org)
|
|
|
|
More tips and tools from the plain text accounting community
|
2016-04-06 02:39:58 +03:00
|
|
|
|
2016-02-21 23:39:32 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-04-08 17:03:23 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-4">
|
2016-02-21 23:39:32 +03:00
|
|
|
|
|
|
|
</div>
|
2016-04-08 17:03:23 +03:00
|
|
|
<div class="col-sm-4">
|
2016-02-21 23:39:32 +03:00
|
|
|
|
2016-04-08 17:03:23 +03:00
|
|
|
** **
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|