3pepe3
March 29, 2017, 3:51pm
1
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
https://frappe.github.io/erpnext/user/manual/en/customize-erpnext/customize-form1
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
3pepe3
March 29, 2017, 9:55pm
3
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.