1 (edited by yasir 05/31/2012 06:28:47 am)

Topic: Add fields to direct invoice

We want to add some fields on invoice.

Re: Add fields to direct invoice

Let's get it done.
        davidkumi AT gmail DOT com

3 (edited by dominicus.bernardus 10/29/2012 04:30:43 am)

Re: Add fields to direct invoice

contact me @ dominicus DOT bernardus AT yahoo DOT co DOT id

4 (edited by apmuthu 10/29/2012 09:15:33 am)

Re: Add fields to direct invoice

If the intention is to keep the changes private, then, it is better to create a separate table for your new fields with a 1:1 relation to the invoice table and keep your changes as an extension. That way, when the base code changes, your extension functionality will be retaianed and extra table(s) fields will not get erased.

Submitting the changes back to the code base is advisable to avoid re-jig of functional code / table(s) at each upgrade.