| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The file must begin with '#!/usr/bin/env ledger --script'. You can add a -f
option to the options, but it must come before --script.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
be located at http://utfcpp.sourceforge.net.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- to mean special things after the command verb was seen. But now, what used
to be specified as this:
ledger -n reg cash -payable -- shell
Is now specified as this:
ledger reg -n cash not payable @shell
It could also be specified as:
ledger -n reg \(cash and not payable\) and @shell
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
totals column of both the register and balance reports. This is different
from the internal calculated total, which is still "total_expr".
|
| |
|
|
|
|
| |
handling them explicitly in main.cc.
|
| |
|
| |
|
|
|
|
|
| |
somewhat smart about how it interpreted certain options. Beware, code, for
your days are not long-lived.
|
| |
|
| |
|
| |
|
|
|
|
| |
It still shows lots even when --lots isn't specified, though.
|
| |
|
| |
|
|
is in doc/, etc.
|