So, I'm working on a product based on OFBiz, and the client really didn't like the UI used in the backend even if we changed the default theme. we're in 2015 and the client is used to the fancy looking apps (like Vaadin UI).
So what can be the possible solutions ?
Building a custom theme ? Is the widget framework flexible enough ?
Create new components with some ftl files and recrete the pages the way I want ? Is it doable , if I want to change the ui for Order, Party and Inventory components for example.
Is there anyone who has done this?