Insert column on item for custom description

Hello,

Is there any way I can add a textfield column (preferable HTML field) for the item added on the “sales invoice” form ?
This field is not required but must be accessible for edit on all the forms where we can add an item (Ex. “Sales invoice”, “oportunity”, etc)
https://trello-attachments.s3.amazonaws.com/58dbd2f4562b8d200f2a6331/991x307/0fbde76905fa1e32377f4a5e6aea0a21/909de575b3f84d4685777e2856450a1f-1490801395808.png

By the way I already read this links :wink:

  1. https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/customize-form1
  2. https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/custom-field1

Thanks in advance
Pepe

You customize the doctype of the table (e.g sales invoice item) and then mark the in list view check box for it to show

1 Like

Thanks James, but my question is more about adding a new custom field on the item doctype and this field can be edited on other views like “sales invoice”…
Desired example :

https://trello-attachments.s3.amazonaws.com/58c19cbd6db25c3b1c375d03/58dc2c803a7cad14bc84817d/715f84e57641456f057ff2c496084035/fa92b930e3bb4ed6a1643cb4e13228e5-1490824319801.png

Yea, its not hard. Got to Setup > Customize > Customize Form and then pick sales invoice item from the list at the top.

Scroll down to the listing of fields and click the down arrow for item

to open it up. Click insert below to add a row below the item field in the table. Give the field a name, data type and then click in list view.

Click out of the dialog and then click update. I typically do a reload aftwards before I go to the form to see if my changes worked.

This field will only be for sales invoice item. You would need to add similar field for other forms if needed.