ledgersmb / LedgerSMB

Double-entry accounting & ERP for the web
https://ledgersmb.org
Other
413 stars 150 forks source link

Reorganize ShipTo screen for better alignment #8366

Closed ehuelsmann closed 4 weeks ago

ehuelsmann commented 4 weeks ago

Put the "new location" and "new contact" entry rows in the same table as the listing of the existing ones: this aligns the column titles with the inputs, making the screen more self-explanatory.

At the same time, fix the "contacts" section to have radio buttons to select the appropriate contact information. Do note that there's no way to store the selected value; the best way forward is to be determined.

The existing screen looks like: image

The improved screen looks like: image

neilt commented 4 weeks ago

It is definitely an improvement.

In a perfect life, the shipping address boxes would be bigger, but I get that you probably don't want a multiline form. You might consider moving type, description, and contact to a second line.

I don't use shipping addresses so feel free to ignore.