summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Made the account and tag directives more rationalJohn Wiegley2009-11-151-0/+4
| | | | | Now you must specify "account / end account", and "tag / end tag". For backwards compatability, plain "end" is the same as "end account".
* Moved a usage of Ar in the man pageJohn Wiegley2009-11-131-2/+3
|
* All commands are now documented in the man pageJohn Wiegley2009-11-121-37/+261
|
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-1/+1
| | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words.
* Added file relating to last doc updateJohn Wiegley2009-10-271-0/+4
|
* Added note to doc file.John Wiegley2009-10-272-20/+22
|
* Added beginning draft of manual for 3.0John Wiegley2009-10-25368-0/+130309
| | | | This is being kept in Scrivener format, for ease of writing.
* Fixed a bug in the man pageJohn Wiegley2009-03-151-3/+3
|
* Removed the --totals optionJohn Wiegley2009-03-051-2/+1
|
* Normalized how account totals are calculatedJohn Wiegley2009-03-031-0/+1
|
* Several corrections to the man pageJohn Wiegley2009-03-031-15/+28
|
* Removed a license file that's no longer relevantJohn Wiegley2009-02-281-25/+0
|
* Added --lots-actual, to not print calc'd detailsJohn Wiegley2009-02-271-0/+1
|
* Added generate command, --seed, and GenerateTestsJohn Wiegley2009-02-271-0/+2
|
* Added an --unround option, to show full precisionJohn Wiegley2009-02-271-1/+2
|
* Changed --exchange's short option from -x to -XJohn Wiegley2009-02-251-2/+2
|
* Fixed the --gain option for balance reportsJohn Wiegley2009-02-251-0/+1
|
* Added a new --depth optionJohn Wiegley2009-02-251-1/+2
|
* Added some new valexpr functions to the man pageJohn Wiegley2009-02-241-0/+3
|
* Added note to docs about "primary" commoditiesJohn Wiegley2009-02-241-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a commodity is exchanged for another in a posting, one of the two is considered "primary", and the other secondary. Primariness of a commodity is remembered, since the --market option only renders balances into secondary commodities, never primaries. To render primaries, use the --exchange=COMMODITY option. In all of the following examples, the P commodity is considered primary and the S is secondary (the P at the beginning of the line indicates a price-setting directive): 2009/01/01 Sample 1a Assets:Brokerage:Stocks 100 S Assets:Brokerage:Cash -100 P P 2009/01/15 00:00:00 S 2 P 2009/02/01 Sample 2a Assets:Brokerage:Stocks 100 S @ 1 P Assets:Brokerage:Cash P 2009/02/01 00:00:00 S 4 P 2009/03/01 Sample 3a Assets:Brokerage:Stocks 100 S @@ 100 P Assets:Brokerage:Cash P 2009/03/01 00:00:00 S 8 P 2009/04/01 Sample 4a Assets:Brokerage:Cash 100 P Assets:Brokerage:Stocks -100 S {1 P} P 2009/04/01 00:00:00 S 16 P
* Removed the largely useless --performance optionJohn Wiegley2009-02-242-6/+1
|
* The Great Renaming, Part IIJohn Wiegley2009-02-235-479/+479
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* Added --revalued-total option, used by --gainJohn Wiegley2009-02-231-1/+2
| | | | | This option sets the total by which revalued transactions are determined. Only needed if the display total is not appropriate.
* Updated manpage about the new --exchange changesJohn Wiegley2009-02-221-5/+4
|
* Added --exchange (-x) optionJohn Wiegley2009-02-221-0/+1
| | | | | | | This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD
* Changed --colors to --color, to match GitJohn Wiegley2009-02-221-3/+3
|
* Removed unused --totals optionJohn Wiegley2009-02-221-2/+1
| | | | This option was for outputting <total> elements in 2.x's XML output.
* Added a new --colors option, for terminal funJohn Wiegley2009-02-211-2/+12
| | | | | | | | | The following colors are applied in the balance and register reports: GREEN To a date, if it occurs in the future BOLD If a payee name relates to an uncleared entry BLUE For account names RED For negative values
* Added a new --raw option, for use with printJohn Wiegley2009-02-211-0/+5
|
* Added all current value expressions to man pageJohn Wiegley2009-02-211-42/+94
|
* Began creation of an Nroff-formatted man pageJohn Wiegley2009-02-211-0/+267
|
* A key fix to the ways accounts were sortedJohn Wiegley2009-02-191-0/+2
| | | | Comparing integer < amount was doing the reverse comparison.
* Some reformatting of the NEWS fileJohn Wiegley2009-02-191-16/+20
|
* Properly handle UTF-8 characters in commodity strings.John Wiegley2009-02-121-23/+23
|
* Changed encoding for the Ledger manual to UTF-8.John Wiegley2009-02-101-12/+12
|
* Fixed the use of --effective and --date-format (-y).John Wiegley2009-02-091-1/+1
|
* Inverted the default display mode for balance reports. Use -n to collapseJohn Wiegley2009-02-081-7/+18
| | | | them, as this fits better with what -n does for register reports.
* Removed --reconcile and --reconcile-date.John Wiegley2009-02-071-0/+2
|
* Removed the nearly unknown --descend and --descend-if options.John Wiegley2009-02-061-3/+14
|
* Fixed two improper uses of @example{} (should have been @code{}).John Wiegley2009-02-061-6/+6
|
* Change "@begin enumerate" to "@enumerate".John Wiegley2009-02-061-1/+1
|
* Added skeletons for new chapters to the Ledger documentation.John Wiegley2009-02-061-0/+128
| | | | | They still need finishing, and some of them may eventually replace some existing chapters.
* An error in sample.dat was mistaken checked in; now fixed.John Wiegley2009-02-021-1/+1
|
* Simplified error context handling.John Wiegley2009-02-021-1/+1
|
* Updated sample.dat with a metadata example.John Wiegley2009-02-011-0/+6
|
* Changed the doxygen generation options to be a lot cleaner looking.John Wiegley2009-01-311-11/+13
|
* Update the link to the mailing list in the READMEMatt Palmer2009-01-311-1/+1
|
* Added a BNF grammar file describing the Ledger data format.John Wiegley2009-01-301-0/+221
|
* Fixed the way that the Doxygen documentation is built.John Wiegley2009-01-291-82/+159
|
* Switched over to using irrxml for parsing XML, rather than expat.John Wiegley2009-01-243-8/+26
|