| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
I believe this trial balance report will look "more natural" to
accountants.
|
| | | |
| | | |
| | | |
| | | | |
This fix now has the sort working correctly.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Also, ignore Ledger's Equity: accounts properly.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This includes adding a formatted start date string too.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Our auditing accounts tell us they want accounts sorted by:
Assets
Liabilities
Net Assets
Income
Expenses
in a general ledger report. Generally, I think we should just apply the
same sorting.
Since Ledger doesn't use account codes by default, this is my hack to
solve this problem for now. Maybe there should be an account code tag for
sorting purposes at least?
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add --time-colon option
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | | | |
|