| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
formatting.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
report.
|
| |
| |
| |
| |
| |
| |
| | |
With the advent of multi-currency in accounts, <Adjustment> lines can be
generated in reports. I don't know if there's a way to turn these off on
the Ledger command line or not at the moment, but if they're there, they
clearly should be ignored by this script.
|
| |
| |
| |
| |
| | |
This includes addition of currency-forcing options such as -V and -X $,
as well as corrections to the formatting string options for Ledger 3.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
The revision history of trial-balance-report.plx can be found in the following location:
http://gitorious.org/bkuhn/small-hacks/blobs/history/master/trial-balance-report.plx
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Due to reporting options given to ledger, not every file will be
referenced by the general-ledger spreadsheet. The generated MANIFEST file
now indicates which files were actually referenced in the general-ledger.
The demo.sh script now uses this MANIFEST to create a zip file that
contains only those files.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I've now made a hard-coded list of potential tags that are supported and
will be linked to in the general ledger spreadsheet. This list should
probably be in a configuration file of some sort eventually, rather than
hard coded.
Indeed, note that the hard-coding goes into two different scripts, and
thus the lists could easily get out of sync.
|
| |
| |
| |
| |
| | |
I use more tags than just Invoice and Receipt, so I'd like this to support
more than just two. Here's some test data showing other tags that I use.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|
|
|
|
| |
Also pre-declarations aren't folded anymore because the current
'foldexpr' does not make too much sense for them.
|
|
|
|
| |
Adresses Bug 529.
|
| |
|
|
|
|
| |
Fixes bug 528.
|
| |
|
|
|
|
|
|
| |
The completion cache for account names will be updated
if there were no exact matches and the file was changed
since the cache has been generated.
|
|
|
|
|
|
|
|
|
| |
This should fix problems with account completion when using
marks with single postings as in:
2000/01/01 Whatever
* account 5$
some other account
|
| |
|
| |
|
|
|
|
|
| |
This fixes trailing comments being chopped of
and later readded with too few spaces. (when calling format_head())
|
|
|
| |
fixes such situations: "baz:foo a foo:baz"
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
See mailing list on June 12 2010 / "New: Support for typed metadata"
Message-Id: <D22C04C4-64F7-49B9-8006-2F7F97A4298A@gmail.com>
|