1. not getting the invoice number to generate correctly. It keeps loading '1' instead of 88002 ... etc for each new AR transaction.
Weird. I have never seen this behavior and I do a lot of invoices.
Its to do with either the cpan module failure (more likely), or my conversion script (only slightly less likely :-)). I might get back to you when I get time to look deeper. Sounds like its my problem though.
Some countries or provinces have funny tax rules. In some places, or example, whether an item is taxable depends on what else you buy (I wish I were kidding). So we came up with the idea of tax modules which could calculate taxes based on all information in the invoice. Currently only 'simple' is supported.
Yes I think had simple running. It looks like you are setting up to make taxes additive or compounding too? I realise I am going to have to learn perl to understand this stuff (or get you to document the design full - cant see that happening in general though :-))
2. not getting any tax to show nor calculate/recalculate, except I think that adding the very first AR record worked OK. If so, this definitely sounds like a programming bug.
AR/Transactions are not supposed to autocalculate taxes. The reason is that you don't have enough information to know how much of a given line item is taxable. You either need to enter by hand or else use the sales invoice screen.
Hmm, that's interesting for 2 reasons: