Tagged Questions
4
votes
2answers
168 views
How to present a view with large number of inputs
I'm developing a dashboard for hotel managament system application.
There's a view that allows the user to set prices for room types in different currencies. Sadly, I can't provide any screenshots as ...
2
votes
3answers
192 views
Showing/Hiding vs.Enable/Disabling form fields
I would like to know the benefits and drawback relative to form design of "dependent fields". For example, in my form I have a Marital Status field, and depending on it's value, I need to know the ...
4
votes
2answers
536 views
How to structure complex forms for business documents?
In our enterprise management software we use forms to record document like customers, invoices, sales order, tasks, products, etc. We wanted forms to look like their hard paper version.
Below is an ...
3
votes
2answers
260 views
Where and when to show currency symbols for TextFields containing currency?
How should I design a form that is easy to use and understand that has a few textfields for currency?
Should the currency symbol be put outside or in the textfield?
One variant is to show the ...
10
votes
4answers
856 views
Should Dialogs be avoided in modern applications?
I have used a few dialogs on the last system I designed. The application was a business application with many database tables and I used many datagrids to show data. It was common that I placed a ...