Topic: Support for series maintenance

For all documents, user should be able to set series or yearly basis.

e.g. If series set for Quotations is MYCOMP/2010/000000, the document number for first Quotation should be MYCOMP/2010/000001, MYCOMP/2010/000002 for second and so on.

Re: Support for series maintenance

This algorithm is setup now to increase the first numeric field and not the last. You should swap the info to:
MYCOMP/000000/2010, then it will increase correctly.

/Joe