| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The --time-colon option will display the value for a seconds
based commodity as real hours and minutes.
For example 8100 seconds by default will be displayed as 2.25
whereas with the --time-colon option they will be displayed
as 2:15.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fixes bugs 705 and 862.
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
specified on the command line but not found.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
fixes the reconcile mode, adds menus for all modes
|
|/ / / /
| | | |
| | | |
| | | | |
thanks to dk for the is-std defun.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Example was inadvertantly removed
while writing the Automated Transaction section.
|
| | | |
| | | |
| | | |
| | | | |
Use 'ninja doc' or 'make doc' instead.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Doxygen will only be called when the 'doc' target is built
and one of its input files has changed.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
To update the documentation run `ninja doxygen` or `make doxygen`.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Some commits were on the master branch but not yet on the next branch due to a
pull request to master after those two branches diverged. This merge
ensures that next ⊇ master.
|
| |\ \ \ \
| | | | | |
| | | | | | |
fix several ledger convert bugs
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This fixes bug #736.
|
| | | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
This fixes bug #733 and bug #734.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
change handling of standard input
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
For `-f /dev/stdin`, the `pathname` of the parsing context will be empty
as for any other streamed input.
`instance_t::include_directive` did not work as expected for `-f /dev/stdin`
and relative file names. One would expect them to be relative to the current
directory rather than `/dev`.
This will lead to `While parsing file ""` messages. This could be
adjusted to read `While parsing standard input`, but maybe it's not
worth the special cases.
This commit also fixes bug 788: behaviour of source_context for '-f -'
|
|/ / / / / |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 67a598f6ff3b9b19b08af108c8bfe26064728457.
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 0a1ff035421d5f97675ad769a7fcdbc68399f3dc.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix ledger-add-entry
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
copied ledger-iterate-entries, ledger-set-year and ledger-set-month
from the old ledger.el. Changed ledger-add-entry to use
ledger-exec-ledger vice the old ledger-run-ledger.
|
| |\ \ \ \ \ |
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added two compare structs for std::map to use. I tried to override
the < operator got a clean compile but map wasn't picking it up, I
couldn't figure out why so I took the less elegant route.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
`session_t::read_data` did not set context.pathname to `/dev/stdin`
for the special case `-f -`. I chose to adjust `source_context` too
as there is no sensible context if no file name is provided.
|
| | | | | | |
|
| | | | | | |
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
`parent_path` was called on unprocessed path
so neither `resolve_path` nor `filesystem::absolute` had any effect.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
repair doxygen support
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
fix issue for separate build dir
|
| | | | | | |
|
|\| | | | |
| | | | | |
| | | | | | |
convert doc/Makefile to CMake
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
CMake will build the pdf version of the manual if texi2pdf is installed.
It will be installed to DOCDIR/ledger{,3}.pdf, for example
/usr/local/share/ledger/ledger3.pdf.
Also, the man page will be installed to MANDIR/man1/ledger.1
The option BUILD_DOCS is now on by default.
A new option BUILD_WEB_DOCS is used to toggle the generation
of the html version of the manual and the man page (off by default).
All this is added to the 'doc' make target.
|
|\ \ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Aliases are now expanded not only if they occur by themselves, but also
if they occur as the beginning of a multi-part account. Given <alias
Food=Expenses:Food> the account <Food:Tomatos> should now be expanded to
<Expenses:Food:Tomatos>.
|
| | |/ / / /
| |/| | | | |
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
Update obsolete wording in documentation for 'year' command directive.
|
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
bkuhn/update-contrib-non-profit-annual-audit-reports_2012-11-26
Update to contrib/non-profit-audit-reports/ scripts.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Keep a hash so that file output to the MANIFEST file doesn't have
duplicates of the same file name in it.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Includes issue of "ends on" date being correct for mere mortals as opposed
to being right for Ledger only.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Includes forcing of -V so all currency is in default.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allow command line option that permits specification of string encoding,
passed to Python's unicode() function.
|