Invoice Number

Hello,

I want a custom field for an invoice number which pickups the current financial year automatically and add sequential number to have unique invoice number.

For ex : 2014-15/1
2014-15/2
2014-15/3

And after end of financial year it will reset the number to 1
for ex: 2015-16/1
2015-16/2

I need this type of values on load of editview. How will i do this.

Hi there,

This would require code customisations to build an autoincrement pre-pended with your financial year date.

Thanks,

Will.