Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More flexible CSV -> ODS hyperlinks and pagebreaks; csv2ods.py produces ↵ | Bradley M. Kuhn | 2013-01-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Adapted for use with Ledger 3. | Bradley M. Kuhn | 2012-11-26 | 1 | -8/+14 |
| | | | | Includes forcing of -V so all currency is in default. | ||||
* | Fixed output. | Bradley M. Kuhn | 2012-11-26 | 1 | -1/+1 |
| | |||||
* | Various changes to get the script working. | Bradley M. Kuhn | 2012-11-26 | 1 | -10/+20 |
| | |||||
* | First attempt at this cash-receipts-and-disbursments-journals.plx script, | Bradley M. Kuhn | 2012-11-26 | 1 | -0/+131 |
based on general-ledger-report.plx The general-ledger-report.plx was originally found in this repository: http://gitorious.org/bkuhn/small-hacks/blobs/master/general-ledger-report.plx And these early commits on cash-receipts-and-disbursments-journals.plx were fro that repository as well, in: http://gitorious.org/bkuhn/small-hacks/blobs/master/cash-receipts-and-disbursments-journals.plx |