Hello,
1)You can make changes in .ftl file to change the user interface. There
also exist form-widget in OFBiz, from where you can change user
interface. Some places .ftl files are used and in some places
form-widget is used.
2) .groovy are used for data preparation logic.
3).bsh are not used in ofbiz now (Though some where it still exists, but
.groovy files are used instead of .bsh)
4) Reading this link will help you to learn more:
http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(helloworld)
Thanks
Divesh
lahmar wrote:
hello,
i am new in ofbiz. I would like to know how can i change the user interface
(for ex : modify a form by replacing the fields and add new fields) What is
the files that i must modify (file.java or file.ftl or file.bsh)?
thanks for all. (excuse for my bad english)