I just wrote a bit of Python to generate some reports from the contents of a database. The one program that was more than just "display the data" was the one to print the transaction log.
It included some sub-totals for various fields and paginated output.
The one task remaining was to give it some options.
That is, to pass it some criteria that would modify the report.
Post new comment