About six months ago, on the recommendation of my accountants, I bought an accounting system, Mind Your Own Business. It runs under Microsoft, and I find it painful in the extreme. In the end, I decided not to use it.
On the other hand, what I was using before doesn't really cut it: as a died-in-the-wool UNIX man, I used a set of home-grown awk scripts to manipulate records which look like this:
TA#20060129#4##(2) Transfer in Brisbane M#20060129#15.95##(3) Dinner A#20060129#25##(4) Departure tax##NZD#0.928 M#20060129#41##(5) Lunch (Arjen, Grog)##NZD#0.928 M#20060128#25.95##(6) Dinner##NZD#0.928 M#20060126#9.5##(8) Lunch##NZD#0.928
UNIX people will recognize “intuitively” that these records consist of fields separated by a hash mark, # (and not a pound sign, £, which would be very …
[Read more]