added chapter files for Queries, Reporting, Format Strings, Python Extensions, and Value Expressions
This commit is contained in:
parent
c866dbd821
commit
64a01eac28
6 changed files with 20 additions and 23 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@c -*-texinfo-*-
|
||||
@chapter Introduction
|
||||
|
||||
@ledgerprog@ is an accounting tool with the moxie to exist. It provides no
|
||||
bells or whistles, and returns the user to the days before user
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
@c -*-texinfo-*-
|
||||
|
||||
@chapter Keeping a Journal
|
||||
|
||||
The most important part of accounting is keeping a good journal. If you
|
||||
have a good journal, tools can be written to work whatever mathematical
|
||||
tricks you need to better understand your spending patterns. Without a
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
@c -*-texinfo-*-
|
||||
|
||||
@chapter @ledgerprog@ Journal File Format
|
||||
|
||||
This chapter offers a complete description of the journal data format,
|
||||
suitable for implementors in other languages to follow. For users,
|
||||
|
|
|
|||
|
|
@ -69,28 +69,16 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
@insertcopying
|
||||
@end ifnottex
|
||||
|
||||
|
||||
@chapter Introduction
|
||||
|
||||
@include Introduction3.texi
|
||||
|
||||
@chapter Principles of accounting
|
||||
@include Principles3.texi
|
||||
@chapter Keeping a journal
|
||||
@include Journal3.texi
|
||||
@chapter Basic reporting commands
|
||||
|
||||
@chapter Command-line syntax
|
||||
@include Syntax3.texi
|
||||
@chapter Journal data format
|
||||
@include JournalFormat3.texi
|
||||
|
||||
@chapter Report queries
|
||||
|
||||
@chapter Value expressions
|
||||
|
||||
@chapter Format strings
|
||||
|
||||
@chapter Extending with Python
|
||||
@c each chapter is in an idividual texi file included here
|
||||
@include L3-Introduction.texi
|
||||
@include L3-Principles.texi
|
||||
@include L3-Journal.texi
|
||||
@include L3-Reporting.texi
|
||||
@include L3-Syntax.texi
|
||||
@include L3-JournalFormat.texi
|
||||
@include L3-Reporting.texi
|
||||
@include L3-ValueExpressions.texi
|
||||
@include L3-FormatStrings.texi
|
||||
@include L3-Python.texi
|
||||
|
||||
@bye
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
@c -*-texinfo-*-
|
||||
|
||||
@chapter Principles of Accounting
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
@c -*-texinfo-*-
|
||||
|
||||
@chapter Command-line Syntax
|
||||
@section Cookbook
|
||||
|
||||
@subsection Invoking Ledger
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue