| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Fixes bug 514. accounts and commodities output now sorts
|
| |
| |
| |
| | |
updated tests included.
|
|\ \
| | |
| | | |
Addes tags command and --values option
|
| |/
| |
| |
| |
| | |
Tags command reports all metadat tags in use. With the
values option it reports tags and their values.
|
|\ \
| | |
| | | |
Contrib: Non profit reports: generate only CSV files, better sorting, more flexible hyperlinks & pagebreaks
|
| | |
| | |
| | |
| | |
| | | |
The previous version was somewhat confusing anyway. Now it builds a
relatively clear spreadsheet of all categories. It also now outputs CSV.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
MANIFEST.
Previous version of csv2ods.py simply assumed that fields beyond five
would have links to files. This obviously lacked flexibility and was a
silly hard-code. Now, those CSV fields that have link:SOMETHING will
cause a hyperlink to be created to SOMETHING.
Meanwhile, the pagebreak support was similarly hard-coded. Now, any CSV
field that has the word "pagebreak" in it will generate a pagebreak.
The general ledger and cash receipts/disbursement journals have been
modified to make use of these new features in csv2ods.py.
Finally, the --skip-page-break option is now moot in csv2ods.py, so that
is herein removed.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Based on a request from our accountants, I've changed the RUNNING TOTAL
field (which is generally useless to accountants anyway) to be a BALANCE
amount for starting and ending accounts.
|
| | |
| | |
| | |
| | |
| | | |
We should give the sample MANIFEST for users that want to make sure they
got the script working properly, and to show the sample output.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | | |
|
| | | | |
|
| | | | |
|