| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ |
|
| | |
|
|/ |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If the command line switch "-f" is used the test runner will
not pass the file name of the test file to ledger.
The line "test -f /dev/null" as used in test/baseline/cmd-convert.test
did not work as intended before this.
Also using "-f - " did not work as "$ledger" was noti
prepended to the command.
|
| |
| |
| |
| |
| |
| |
| | |
By using payees_for_unknown_accounts instead of account_mappings in
csv.cc ledger will have the same behaviour as in `ledger -f - print`
in that it uses payee fields in account directives to rewrite the
account.
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also reformatted the option lists to be more like the GCC manual
|
| |
|
| |
|
|\
| |
| | |
Regression tests for Bug 492
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
test/regress/CAE63F5C-b.test and test/regress/CAE63F5C-c.test should both
pass, but test/regress/CAE63F5C-c.test does not, because the total line of
$6.46 is rounded wrong; it should be $6.45.
There seems to be different rounding occurring for totals vs. postings.
This seems to be related to Bug #492.
|
|/
|
|
|
|
| |
with extra precision,
resulting in balances differing from the sum of their components.
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Documentation for the fixed directive.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Due to weirdness that's currently true with the existing next branch of
ledger, I believe it's important to tell users in the documentation that
there are some discrepancies in the 'fixed' directive behavior.
The documentation from my previous commit is written to explain what
'fixed' *should* do; adding the bug report link here is a placeholder to
tell users that it may not do what they think it does.
Obviously, if someone closes #789, they should remove this paragraph added
herein. But, if the bug report is closed, but the documentation lags
behind, the worst that happens is some users have to click through to see
the bug is closed.
|
| |
| |
| |
| |
| | |
Based on conversation with johnw on IRC, I believe this text properly
documents the intended feature of the fixed directive.
|
|/
|
|
|
| |
There was a Fixated prices section, but no Fixated prices node.
This of course required an update of nodes and menus throughout chapter.
|
|\
| |
| | |
Document "Data File Parsing Information" format strings.
|
| | |
|
|/
|
|
|
| |
Based on my reading of src/format.cc and inspection of output on some test
data, I believe this is adequate documentation for these format strings.
|
|\
| |
| | |
Contrib: non-profit annual audit reports
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Change the column of Receipt and Invoice in the CSV file first, then the
generated ODS file must have the same change propagated, which requires
changes to the column numbers hard-coding in csv2ods.py.
Perhaps if/when this application is refactored these things shouldn't be
hard-coded in this way in the first place.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Both Tom and I have made copyrightable changes to this file this year.
|
| |
| |
| |
| | |
Invoice.
|
| | |
|
| |\
| | |
| | |
| | | |
gitorious.org:ledger/ledger into contrib-non-profit-annual-audit-reports
|
| | |
| | |
| | |
| | | |
Added sample PDF artifacts for the example (see README)
|
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* --wide-register-format is no long an option, use -F
* %D now must be %(date)
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
auditors.
I developed this, and therefore have the full git commit history, in my
personal "Small-Hacks" repository, which can be cloned from:
git://gitorious.org/bkuhn/small-hacks.git
More details on that are available by visiting:
https://gitorious.org/bkuhn/small-hacks
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The basic idea here is that given non-profit-test-data.ledger herein,
there should be a script that I could run, in this fashion:
$ general-ledger-report -b 2011/03/01 -e 2012/03/01 -f tests/non-profit-test-data.ledger
that would generate:
non-profit-test-data_chart-of-accounts.txt
non-profit-test-data_general-ledger.ods
Note that the ODS file currently has placeholders, as I haven't fully
figured out how to use the =hyperlink() function to make relative
hyperlinks.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Upon discussion with John Wiegley <johnw@newartisans.com> on #ledger on
irc.freenode.net, the following was indicated:
<johnw> bkuhn: as long as the GPL infection stays in contrib, I see no problem
with it
...
<bkuhn> ... I got the ... answer, which is "johnw will accept GPL'd stuff
in contrib/..., as long as it's careful to not cause GPL to cover
the main Ledger codebase that's not in contrib/..."
Therefore, the non-profit-audit-reports/ application will be licensed
GPLv3-or-later.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Debian squeeze, which is currently the stable distribution at the time of
this commit, has both a Boost and a CMake that is too old for Ledger.
This FAQ entry explains how to build your own Boost and CMake for use with
Ledger, and the exact commands to type to build and install each, and then
configure, build and install Ledger against those new versions.
|
| |
| |
| |
| |
| |
| |
| |
| | |
"CMAKE_PREFIX_PATH".
CMAKE_PREFIX_PATH is for searching for other programs, not for the place
to install this one. Based on acprep's --help, I think the intention was
to use CMAKE_INSTALL_PREFIX here.
|
|\ \
| | |
| | | |
doc/ledger3.info should be ignored.
|