| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Keep a hash so that file output to the MANIFEST file doesn't have
duplicates of the same file name in it.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
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
|