summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-03-14 09:44:19 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:30 -0400
commit30f79b07618872b7326742430e03795da5782860 (patch)
treeb624d19ba157796add0ec5cd5c671342eb89946b /NEWS
parent4a96c8d7d847b26cdbba60cb246fdb4401721b70 (diff)
downloadfork-ledger-30f79b07618872b7326742430e03795da5782860.tar.gz
fork-ledger-30f79b07618872b7326742430e03795da5782860.tar.bz2
fork-ledger-30f79b07618872b7326742430e03795da5782860.zip
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 23 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 5feedcd8..0b0818d0 100644
--- a/NEWS
+++ b/NEWS
@@ -6,14 +6,29 @@
- Error reporting has been greatly improving, now showing full
contextual information for most error messages.
-- Added new --ansi reporting option, which shows negative values as
- red using ANSI terminal codes; --ansi-invert makes non-negative
- values red (which makes more sense for income and budget reports,
- for example).
-
-- Added a new --only predicate, which occurs during transaction
- processing between --limit and --display. Here is a summary of how
- the three supported predicates are used:
+- Added --base reporting option, for reporting convertible commodities
+ in their most basic form. For example, if you read a timeclock file
+ with Ledger, the time values are reported as hour and minutes --
+ whichever is the most compact form. But with --base, Ledger reports
+ only in seconds.
+
+ NOTE: Setting up convertible commodities is easy; here's how to use
+ Ledger for tracking quantities of data, where the most compact form
+ is reported (unless --base is specified):
+
+ C 1.00 Kb = 1024 b
+ C 1.00 Mb = 1024 Kb
+ C 1.00 Gb = 1024 Mb
+ C 1.00 Tb = 1024 Gb
+
+- Added --ansi reporting option, which shows negative values as red
+ using ANSI terminal codes; --ansi-invert makes non-negative values
+ red (which makes more sense for income and budget reports, for
+ example).
+
+- Added --only predicate, which occurs during transaction processing
+ between --limit and --display. Here is a summary of how the three
+ supported predicates are used:
--limit "a>100"