account.git
13 years agoAdded experimental cashflow analysis stylesheet.
Arjen Baart [Mon, 27 Dec 2010 15:40:51 +0000 (16:40 +0100)]
Added experimental cashflow analysis stylesheet.

13 years agoImproved Postscript output handling.
Arjen Baart [Thu, 23 Dec 2010 14:51:46 +0000 (15:51 +0100)]
Improved Postscript output handling.

The AFM (Adobe Font Metrics) file for the courier font is included in the source
and will be installed in /usr/local/share/afm.
The PostScript class throws an exception when things go wrong, like nog being
able to open the output file of find a font metric. This exception is caught in
the output routines.

13 years agoAdded a 'companyname' attribute in the Ledger.
Arjen Baart [Tue, 21 Dec 2010 15:23:06 +0000 (16:23 +0100)]
Added a 'companyname' attribute in the Ledger.

The Ledger may now have attributes stated on lines of the form
  $name = value.
The attribute now implemented is 'companyname' which is subsequently
used in titles on XML generated reports.

13 years agoTest comment removed
Arjen Baart [Tue, 9 Nov 2010 13:27:00 +0000 (14:27 +0100)]
Test comment removed

13 years agoadded comment to the account.h
Eric Noort [Tue, 9 Nov 2010 12:56:30 +0000 (13:56 +0100)]
added comment to the account.h

13 years agoAdded begin and end dates of the booking period
Arjen Baart [Fri, 5 Nov 2010 10:02:30 +0000 (11:02 +0100)]
Added begin and end dates of the booking period

The begin date and end date of the bookings are obtained from the
first and the last booking in the journal file. These dates
are subsequntly used in both the XML and Postscript saldi reports.

13 years agoInitial revision of account
Arjen Baart [Thu, 4 Nov 2010 15:44:07 +0000 (16:44 +0100)]
Initial revision of account

Account is a simple bookkeeping application developped over a period
of more than 10 years. The initial revision is actually release
1.3.3 of the application.