Share data form Quote with Invoice

I have created my own fields for Quote Date, Payment Terms and Delivery in Quotes.

When I transform a Quote in to an Invoice, it get some data from the previous quote, like Quote Number, Products, Account…

How can I do it so it also get the information in the fields I created?

Thanks

Hello,

  1. Create same fields in invoice module too.
  2. Copy modules/AOS_Quotes/converToInvoice.php and paste it to custom directory like
    custom/modules/AOS_Quotes/converToInvoice.php
  3. Now add fields in your new file converToInvoice.php from custom directory. something similar to around line no. 57

It worked perfectly, thanks!